:root {
	--white: #fff;
	--black: #3e3e3e;
	--blue: #3556a9;
	--red: #f64747;
	--grey-100: #f2f4f7;
	--grey-200: #eaeaea;
	--grey-300: #e2e2e2;
  }
  
  @font-face {
	font-family: TTHoves;
	src: local("TTHoves") url(fonts/TTHoves-Regular.woff2), url(fonts/TTHoves-Regular.woff);
	font-weight: 400;
	font-display: swap;
	font-style: normal;
  }
  
  @font-face {
	font-family: TTHoves;
	src: local("TTHoves") url(fonts/TTHoves-Medium.woff2), url(fonts/TTHoves-Medium.woff);
	font-weight: 500;
	font-display: swap;
	font-style: normal;
  }
  
  * {
	padding: 0;
	margin: 0;
	border: 0;
  }
  
  *,
  *:before,
  *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
  }
  
  :focus,
  :active {
	outline: none;
  }
  
  a:focus,
  a:active {
	outline: none;
  }
  
  nav,
  footer,
  header,
  aside {
	display: block;
  }
  
  html,
  body {
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	scroll-padding-top: 160px; // высота шапки
  }
  
  input,
  button,
  textarea {
	font-family: inherit;
  }
  
  input::-ms-clear {
	display: none;
  }
  
  button {
	cursor: pointer;
  }
  
  button::-moz-focus-inner {
	padding: 0;
	border: 0;
  }
  
  a,
  a:visited {
	text-decoration: none;
  }
  
  a:hover {
	text-decoration: none;
  }

  .news-open ul {
	margin: 16px 0;	
  }
  
  ul li {
	list-style: none;
  }
  
  img {
	vertical-align: top;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
	font-style: inherit;
	font-weight: 400;
  }
  
  button {
	background: none;
  }
  
  body {
	overflow-x: hidden;
	min-width: 320px;
	background: var(--white);
	font-family: TTHoves, sans-serif;
	color: var(--black);
	font-weight: 400;
  }
  
  body.body-lock {
	overflow: hidden;
  }
  
  .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100%;
	position: relative;
  }
  
  .main {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
  }
  
  .footer {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
  }
  
  .container {
	max-width: 1540px;
	margin: 0 auto;
	padding: 0 20px;
  }
  
  .container-right {
	padding-left: calc((100% - 1540px) / 2 + 20px);
  }
  
  .d-none {
	display: none;
  }
  
  .tab-item {
	display: none;
  }
  
  .tab-item.tab-active {
	display: block;
  }
  
  section,
  .section {
	margin-bottom: 150px;
  }
  
  .section__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 16px;
  }
  
  .head {
	margin-bottom: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
  }
  
  #btn-up {
	position: fixed;
	right: calc(50% - 750px);
	bottom: 45px;
	z-index: 15;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	display: none;
  }
  
  #btn-up.btn-up-show {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  }
  
  #btn-up.btn-arrow {
	background-color: var(--blue);
  }
  
  #btn-up.btn-arrow .icons-btn-arrow {
	stroke: var(--white);
  }
  
  .list-item,
  .list li,
  .about__content ul li,
  .news-open ul li {
	padding-left: 18px;
	background-image: url(images/icons/point.svg);
	background-repeat: no-repeat;
	background-size: 6px 7px;
	background-position: left 0.625em;
  }
  
  .sticky {
	position: fixed;
	top: 0;
  }
  
  .mirror {
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
  }
  
  .title {
	margin-bottom: 50px;
  }
  
  .muted {
	opacity: 0.5;
  }
  
  [class*=copyrights-pane] {
	display: none !important;
  }
  
  [class*=-map] {
	width: 100% !important;
  }
  
  .mini-tab {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 2px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.1);
	background-color: var(--white);
  }
  
  .mini-tab__btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  }
  
  .mini-tab__btn {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: 24px;
	padding: 0 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: transparent;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
  }
  
  .mini-tab__btn:hover {
	color: var(--blue);
  }
  
  .mini-tab__btn.tab-active {
	color: var(--white);
  }
  
  .mini-tab__btn.tab-active::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	border-radius: 3px;
	background-color: var(--blue);
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
  }
  
  .sideblock {
	padding: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	z-index: 5;
	-webkit-box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.1);
	background: var(--white);
  }
  
  .sideblock__link:hover .icons {
	fill: var(--blue);
  }
  
  .sideblock .icons {
	width: 16px;
	height: 16px;
	fill: var(--black);
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
  }
  
  [class*=icons-] {
	fill: currentColor;
	-ms-flex-negative: 0;
	flex-shrink: 0;
  }
  
  .icons {
	-ms-flex-negative: 0;
	flex-shrink: 0;
  }
  
  .icons-logo {
	width: 99px;
	height: 40px;
	fill: var(--black);
  }
  
  .icons-whatsapp-box {
	position: relative;
	width: 10px;
	height: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  }
  
  .icons-whatsapp-phone {
	position: absolute;
	top: 50%;
	left: 54%;
	-webkit-transform: translate(-40%, -50%);
	-ms-transform: translate(-40%, -50%);
	transform: translate(-40%, -50%);
  }
  
  .icons-point {
	width: 4px;
	height: 4px;
  }
  
  .icons-marker {
	width: 24px;
	height: 24px;
  }
  
  .icons-btn-arrow {
	width: 15px;
	height: 9px;
	stroke: var(--black);
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	-o-transition: transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  
  .icons-angle {
	width: 10px;
	height: 11px;
	fill: none;
  }
  
  .icons-close {
	width: 16px;
	height: 16px;
	stroke: var(--black);
  }
  
  .icons-download {
	width: 14px;
	height: 18px;
	fill: var(--blue);
  }
  
  .icons-file {
	width: 16px;
	height: 16px;
  }
  
  .big-factoids {
	font-size: 150px;
	line-height: 95%;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: var(--black);
  }
  
  .factoids {
	font-size: 70px;
	line-height: 95%;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: var(--black);
  }
  
  .h1, h1 {
	font-weight: 500;
	font-size: 50px;
	line-height: 120%;
	letter-spacing: -0.02em;
  }
  
  .h2, h2 {
	font-weight: 500;
	font-size: 40px;
	line-height: 130%;
  }
  
  .h3, h3 {
	font-weight: 500;
	font-size: 30px;
	line-height: 130%;
	letter-spacing: -0.01em;
  }
  
  .h3-regular {
	font-size: 30px;
	line-height: 130%;
	letter-spacing: -0.01em;
  }
  
  .h4, h4 {
	font-weight: 500;
	font-size: 24px;
	line-height: 140%;
  }

  .news-open img {
	width: 100%;	
  }
  
  .text-20, .news-open p, .news-open ul li, .news-open {
	font-size: 20px;
	line-height: 140%;
  }
  
  .h5, h5 {
	font-weight: 500;
	font-size: 18px;
	line-height: 140%;
  }
  
  .text-16 {
	font-size: 16px;
	line-height: 142%;
  }
  
  .text-16-medium {
	font-weight: 500;
	font-size: 16px;
	line-height: 142%;
  }
  
  .text-14 {
	font-size: 14px;
	line-height: 160%;
  }
  
  .text-14-medium {
	font-weight: 500;
	font-size: 14px;
	line-height: 160%;
  }
  
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
	font-weight: 500;
	font-size: 12px;
	line-height: 140%;
	letter-spacing: 0.03em;
	letter-spacing: 0.02em;
	text-transform: uppercase;
  }
  
  input::-moz-placeholder,
  textarea::-moz-placeholder {
	font-weight: 500;
	font-size: 12px;
	line-height: 140%;
	letter-spacing: 0.03em;
	letter-spacing: 0.02em;
	text-transform: uppercase;
  }
  
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
	font-weight: 500;
	font-size: 12px;
	line-height: 140%;
	letter-spacing: 0.03em;
	letter-spacing: 0.02em;
	text-transform: uppercase;
  }
  
  input::-ms-input-placeholder,
  textarea::-ms-input-placeholder {
	font-weight: 500;
	font-size: 12px;
	line-height: 140%;
	letter-spacing: 0.03em;
	letter-spacing: 0.02em;
	text-transform: uppercase;
  }
  
  .btn,
  .btn-fonts,
  input,
  textarea,
  input::placeholder,
  textarea::placeholder,
  .dropdown__button {
	font-weight: 500;
	font-size: 12px;
	line-height: 140%;
	letter-spacing: 0.03em;
	letter-spacing: 0.02em;
	text-transform: uppercase;
  }
  
  .descr {
	font-size: 12px;
	line-height: 160%;
	letter-spacing: 0.01em;
  }
  
  a {
	color: inherit;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
  }
  
  .link a:hover {
	opacity: 0.5;
  }
  
  .color {
	color: var(--blue);
  }
  
  .btn {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: 49px;
	padding: 16px 24px;
	border-radius: 3px;
	cursor: pointer;
	position: relative;
	border: 1px solid transparent;
  }
  
  .btn:has(.btn-el:hover) .btn__content {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
  }
  
  .btn-el {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 6;
  }
  
  .btn__content-box {
	overflow: hidden;
	pointer-events: none;
  }
  
  .btn__content {
	position: relative;
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	-o-transition: transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	text-align: center;
  }
  
  .btn__content span {
	white-space: nowrap;
  }
  
  .btn__content span:nth-child(2) {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
  }
  
  .btn-blue,
  .btn.tab-active {
	background: var(--blue);
	color: var(--white);
  }
  
  .btn-transp {
	border: none;
	outline: 1px solid rgba(62, 62, 62, 0.2);
	color: var(--black);
  }
  
  .btn-white {
	border: none;
	background: var(--white);
	color: var(--black);
  }
  
  .btn-grey {
	background: var(--grey-100);
	color: var(--black);
	-webkit-transition: background-color 0.4s ease, color 0.4s ease;
	-o-transition: background-color 0.4s ease, color 0.4s ease;
	transition: background-color 0.4s ease, color 0.4s ease;
  }
  
  .btn-grey:hover {
	background: var(--blue);
	color: var(--white);
  }
  
  .btn-arrow {
	width: 49px;
	height: 49px;
	border-radius: 50%;
	background-color: var(--white);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
  }
  
  .btn-arrow__content {
	width: 17px;
	padding: 0 1px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
  }
  
  .btn-arrow__content .icons-btn-arrow {
	width: 15px;
	height: 9px;
  }
  
  .btn-arrow__content .icons-btn-arrow:first-child {
	stroke: var(--white);
  }
  
  .btn-arrow-hover:hover {
	background-color: var(--blue);
  }
  
  .btn-arrow-hover:hover .icons-btn-arrow {
	-webkit-transform: translateX(200%);
	-ms-transform: translateX(200%);
	transform: translateX(200%);
  }
  
  .btn-arrow-grey .btn-arrow {
	background-color: var(--grey-100);
  }
  
  .btn-arrow-grey .btn-arrow:hover {
	background-color: var(--blue);
  }
  
  .btn-arrow-grey .swiper-button.swiper-button-disabled,
  .btn-arrow-grey.disabled {
	opacity: 0.5;
	pointer-events: none;
  }
  
  .btn-close {
	width: 24px;
	height: 24px;
	position: relative;
  }
  
  .btn-close__line {
	width: 100%;
	height: 1px;
	background-color: var(--black);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
  }
  
  .btn-close__line:nth-child(2) {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
  }
  
  .swiper-button-next:after,
  .swiper-button-prev:after {
	display: none;
  }
  
  .swiper-button.swiper-button-disabled {
	opacity: 1;
	pointer-events: all;
	cursor: pointer;
  }
  
  .swiper-line {
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.2);
	position: relative;
	z-index: 2;
  }
  
  .swiper-line .swiper-scrollbar-drag {
	background: var(--white);
  }
  
  .swiper-controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
  }
  
  .swiper-button {
	margin: 0;
	position: static;
  }
  
  .swiper-button-prev {
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
  }
  
  .swiper-index-box {
	opacity: 0.5;
  }
  
  .swiper__controls-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 30px;
	z-index: 2;
  }
  
  .swiper__controls-wrapper .swiper-index-box {
	color: var(--white);
	opacity: 1;
  }
  
  .contact-us__form-bottom .has-spinner{
	background: transparent;
	text-transform: uppercase;
	font-weight: 500;
    font-size: 12px;
	color: #FFF;
  }

  .wpcf7-select{
	width: 100%;
    height: 49px;
    padding: 16px 24px;
    border-radius: 3px;
    background: var(--grey-100);
	text-transform: uppercase;
	font-weight: 500;
    font-size: 12px;
  }

  select::-ms-expand {
    display: none;
}

	select{
	-moz-appearance: none;
	-webkit-appearance: none;
}

  .wpcf7-response-output{
	display: none;
  }

  .swal-button{
	background-color: #3556A9 !important;
  }

/*Custom*/

#acf-form .acf-form-fields{
	display: grid;
	gap: 16px;
}

 #acf-form .acf-form-fields input{
	width: 100%;
    height: 49px;
    padding: 16px 24px;
    border-radius: 3px;
	background: var(--grey-100);
 }

 #acf-form .acf-form-fields textarea{
	width: 100%;
	height: 83px;
	padding: 16px 24px;
    border-radius: 3px;
	background: var(--grey-100);
 }

 #acf-form .acf-field{
	width: 100% !important;
 }

 #acf-form .acf-gallery-toolbar{
	padding: 0;
	border:0;
 }

 #acf-form .acf-gallery{
	height: 0 !important;
	border: 0 !important;
 }

 #acf-form .acf-gallery .acf-gallery-attachments,
 #acf-form .acf-gallery .ui-resizable-s,
 #acf-form  .acf-label,
 #acf-form .show-if-value,
 #acf-form .acf-gallery-sort{
	display: none !important;
 }

 #acf-form .acf-field-image{
	order: 1;
 }

 #acf-form .hide-if-value p{
	font-size: 0px;
 }
 
 #acf-form .hide-if-value p a{
	font-size: 14px;
 }

 #acf-form .acf-form-submit{
	display: grid;
	max-width: 550px;
	gap: 16px 40px;
	grid-template-columns: 125px 1fr;
	color: var(--black);
 }

 #acf-form .acf-form-submit a{
	text-decoration: underline;
 }

 #acf-form .acf-spinner{
	order:1;
 }

 #acf-form .acf-form-submit input{
	background: var(--blue);
    color: var(--white);
	padding: 15px 25px;
	border-radius: 3px;
 }

 #acf-form .acf-field-textarea{
	margin-bottom: 25px;
 }
 #acf-form .hide-if-value .acf-button,
 #acf-form .acf-gallery-add{
	font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.03em;
    letter-spacing: 0.02em;
    text-transform: uppercase;
	display: flex;
    gap: 10px;
 }

 #acf-form .hide-if-value{
	margin-top: -10px;
	margin-bottom: 40px;
 }

 .sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 100 !important;
	transition: top 0.5s ease;
}
 
.hiden{
	display: none;
}

.popup {
    position: fixed;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #3E3E3E;
    padding: 20px 20px;
    border-radius: 50px;
    color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    display: none;
}

.sticky .menu a,
.sticky{
    color: var(--black) !important;;
}

.sticky .header-wrapper{
    background-color: var(--white) !important;
}

.sticky .icons-logo {
    fill: var(--black) !important;
}

.sticky .btn-transp {
    outline: 1px solid rgba(62, 62, 62, 0.2) !important;
    color: var(--black) !important;
}

.sticky .burger__open-line{
	background: #0d0d0d !important;
}

.phone-box span{
	cursor: pointer;
}

  input,
  textarea {
	text-transform: none;
  }
  
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
	color: rgba(62, 62, 62, 0.5);
  }
  
  input::-moz-placeholder,
  textarea::-moz-placeholder {
	color: rgba(62, 62, 62, 0.5);
  }
  
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
	color: rgba(62, 62, 62, 0.5);
  }
  
  input::-ms-input-placeholder,
  textarea::-ms-input-placeholder {
	color: rgba(62, 62, 62, 0.5);
  }
  
  input::placeholder,
  textarea::placeholder {
	color: rgba(62, 62, 62, 0.5);
  }
  
  input {
	border: 1px solid transparent;
  }
  
  input:invalid {
	border-color: var(--red);
  }
  
  .input {
	width: 100%;
	height: 49px;
	padding: 16px 24px;
	border-radius: 3px;
  }
  
  .input.textarea {
	height: 83px;
	resize: none;
  }
  
  .js-form .input.error,
  .js-form .input.errorEmail {
	border-color: var(--red);
  }
  
  .input-file {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
  }
  
  .input-file__label {
	position: relative;
	cursor: pointer;
  }
  
  .input-file__wrapper {
	cursor: pointer;
  }
  
  .input-file__wrapper.file-added .input-file__add {
	display: none;
  }
  
  .input-file__wrapper.file-added .input-file__remove {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  }
  
  .input-file__wrapper:hover .file-output {
	opacity: 0.5;
  }
  
  .input-file__wrapper span,
  .input-file__wrapper .icons-file {
	pointer-events: none;
  }
  
  .input-file__box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
  }
  
  .input-file__remove {
	display: none;
  }
  
  .input-file__remove .file-output {
	pointer-events: none;
  }
  
  .file-output {
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
  }
  
  .dropdown {
	position: relative;
  }
  
  .dropdown:has(.dropdown__list.dropdown__list--visible) .icons-angle {
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
  }
  
  .dropdown .icons-angle {
	position: absolute;
	top: 50%;
	right: 16px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 5;
	pointer-events: none;
	-webkit-transition: -webkit-transform 0.2s ease;
	transition: -webkit-transform 0.2s ease;
	-o-transition: transform 0.2s ease;
	transition: transform 0.2s ease;
	transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
  
  .dropdown__button {
	width: 100%;
	height: 49px;
	padding: 16px 24px;
	border-radius: 3px;
	position: relative;
	display: block;
	text-align: left;
	background: var(--grey-100);
	border: 1px solid transparent;
	color: rgba(62, 62, 62, 0.5);
	cursor: pointer;
  }
  
  .dropdown__button span {
	color: var(--black);
  }
  
  .dropdown__button:focus,
  .dropdown__button--active {
	outline: none;
  }
  
  .dropdown__list {
	width: 100%;
	margin: 0;
	padding: 16px 24px;
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
	position: absolute;
	top: 49px;
	left: 0;
	-webkit-box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.1);
	background: var(--white);
	overflow: hidden;
	border-radius: 0 0 3px 3px;
	z-index: 1;
  }
  
  .dropdown__list--visible {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  }
  
  .dropdown__list-item {
	margin: 0;
	padding: 0;
	cursor: pointer;
	-webkit-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	transition: color 0.2s ease;
	text-transform: uppercase;
  }
  
  .dropdown__list-item:hover {
	color: var(--blue);
  }
  
  .dropdown__input-hidden {
	display: none;
  }
  
  .breadcrumbs__inner {
	padding: 30px 0;
  }
  
  .breadcrumbs__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 6px 10px;
  }
  
  .breadcrumbs__item:last-child {
	pointer-events: none;
  }
  
  .breadcrumbs__item:not(:last-child) {
	padding-right: 14px;
	background-image: url(images/icons/point.svg);
	background-repeat: no-repeat;
	background-size: 4px 5px;
	background-position: right center;
  }
  
  .breadcrumbs__item:not(:last-child) a {
	opacity: 0.5;
  }
  
  .breadcrumbs__item:not(:last-child) a:hover {
	opacity: 1;
  }
  
  .page__services-object .breadcrumbs__inner {
	padding: 30px 0 20px;
  }
  
  .page__projects-object .breadcrumbs__inner {
	padding: 30px 0 20px;
  }
  
  .accardion-head,
  .accardion .faq-head {
	cursor: pointer;
  }
  
  .accardion-body,
  .accardion .faq-body {
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
  }
  
  .pagination {
	margin-top: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
  }
  
  .pagination__more {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	display: inline-block;
  }
  
  .pagination__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  }
  
  .pagination__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
  }
  
  .pagination__link {
	width: 49px;
	height: 49px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: var(--white);
	line-height: 49px;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
  }
  
  .pagination__link:hover,
  .pagination__link:active {
	background-color: var(--blue);
	color: var(--white);
  }
  
  .pagination__link--current {
	background-color: var(--blue);
	color: var(--white);
	pointer-events: none;
  }
  
  .reviews {
	overflow: hidden;
  }
  
  .reviews__swiper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 40px;
	overflow: visible;
  }
  
  .reviews__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  }
  
  .reviews .swiper-slide {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	opacity: 0.4;
	-webkit-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
  }
  
  .reviews .swiper-slide.swiper-slide-active {
	opacity: 1;
  }
  
  .reviews__slide {
	max-width: 1117px;
	width: 100%;
  }
  
  .reviews__item {
	padding: 25px 0 0 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 60px;
	position: relative;
  }
  
  .reviews__item .icons-mark {
	width: 70px;
	height: 54px;
	fill: var(--blue);
	position: absolute;
	top: 0;
	left: 0;
  }
  
  .reviews__item-descr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 13px;
	gap: 16px;
  }
  
  .reviews__author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
  }
  
  .reviews__author-img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
	background: #d9d9d9;
  }
  
  .reviews__author-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 4px;
  }
  
  .video {
	width: 100dvw;
	height: 800px;
	margin-bottom: 100px;
	position: relative;
  }
  
  .video__media {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	position: absolute;
	top: 0;
	left: 0;
  }
  
  .page__projects-object .video {
	margin-bottom: 149px;
  }
  
  .accardion__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 40px;
  }
  
  .accardion__item {
	padding: 30px 0;
	border-top: 1px solid var(--grey-200);
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
  }
  
  .accardion__item:last-child {
	border-bottom: 1px solid var(--grey-200);
  }
  
  .accardion__item-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 99px;
  }
  
  .accardion__item-head:hover .accardion__item-title {
	color: var(--blue);
  }
  
  .accardion .accardion-show {
	border-top: 1px solid var(--blue);
  }
  
  .accardion .accardion-show .accardion__item-title {
	color: var(--blue);
  }
  
  .accardion .accardion-show .accardion__item-btn {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
  }
  
  .accardion .accardion-show .accardion__item-btn svg {
	stroke: var(--blue);
  }
  
  .accardion__item-btn {
	width: 49px;
	height: 49px;
	border-radius: 50%;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: var(--grey-100);
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
  }
  
  .accardion__item-body {
	max-height: 0;
	overflow: hidden;
  }
  
  .accardion__item-content {
	max-width: 800px;
	padding: 23px 0 20px 0;
	margin: 0 64px 0 auto;
  }
  
  .page__projects-object .accardion {
	max-width: 990px;
  }
  
  .page__projects-object .accardion__inner {
	gap: 30px;
  }
  
  .page__projects-object .accardion__item-content {
	padding: 12px 0 10px;
  }
  
  .team {
	overflow-x: hidden;
  }
  
  .team__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  }
  
  .team__swiper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 40px;
	overflow: visible;
  }
  
  .team__image-box {
	aspect-ratio: 354/440;
	max-width: 354px;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
  }
  
  .team__item-img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
  }
  
  .team__card-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 4px;
  }
  
  .team .swiper-slide {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
  }
  
  .team .btn-arrow {
	background-color: var(--grey-100);
  }
  
  .team .btn-arrow:hover {
	background-color: var(--blue);
  }
  
  .about__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 60px;
	position: relative;
  }
  
  .about__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-grid-columns: auto 20px auto;
	grid-template-columns: auto auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	gap: 20px;
  }
  
  .about__image-box {
	width: 100%;
	max-width: 544px;
	min-width: 354px;
	height: 720px;
	/*background: #d9d9d9;*/
	position: -webkit-sticky;
	position: sticky;
	top: 10px;
  }
  
  /*.about__image-box:hover {
	-webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  }*/
  
  .about__img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
	display: block;
  }
  
  .about__info-wrapper {
	max-width: 862px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
  }
  
  .about__info{
	max-width: 800px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 0.6em;
  }
  
  .about__info ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
  }
  
  .page__services-open .about__info-wrapper {
	padding-top: 10px;
  }
  
  .page__services-object .about__image-box {
	height: 800px;
  }
  
  .page__services-object .about__info-wrapper {
	padding-top: 15px;
	gap: 50px;
  }
  
  .projects {
	overflow: hidden;
  }
  
  .projects__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 40px;
  }
  
  .projects__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  }
  
  .projects__tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 40px;
  }
  
  .projects__tab-btns {
	width: calc(100% + 40px);
	padding: 0 20px;
	margin: 0 -20px;
	overflow-x: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
  }
  
  .projects__tab-btns::-webkit-scrollbar {
	display: none;
  }
  
  .projects__items {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
	-ms-grid-columns: 1fr 32px 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 50px 32px;
  }
  
  .projects__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
  }
  
  /*.projects__item:hover .projects__image-box {
	-webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  }*/
  
  .projects__item:hover .projects__item-img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
  }
  
  .projects__image-box {
	aspect-ratio: 735/450;
	width: 100%;
	overflow: hidden;
	background: #d9d9d9;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
  }
  
  .projects__item-img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	display: block;
	-webkit-transition: -webkit-transform 0.5s ease;
	transition: -webkit-transform 0.5s ease;
	-o-transition: transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }
  
  .projects__item-info-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
  }
  
  .projects__item-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0.6;
  }
  
  .projects__item-info.text-14 {
	font-size: 14px;
  }
  
  .projects__more {
	grid-column: 1/-1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  }
  
  .page__projects .projects__head {
	padding-bottom: 41px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 40px;
	border-bottom: 1px solid var(--grey-200);
  }
  
  .page__projects .projects__head .btn {
	margin-bottom: 9px;
  }
  
  .page__projects .projects__head-info-box {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	gap: 100px;
  }
  
  .page__projects .projects__head-info {
	max-width: 1150px;
  }
  
  .page__projects .projects__inner {
	gap: 50px;
  }
  
  .page__projects .projects__items {
	gap: 50px 30px;
	-ms-grid-rows: minmax(324px, auto);
	grid-template-rows: minmax(324px, auto);
  }
  
  .page__projects .projects__item-info {
	min-height: 22px;
	line-height: 155%;
  }
  
  .page__news .projects__inner {
	gap: 50px;
  }
  
  .page__news .projects__items {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 30px 1fr 30px 1fr;
	grid-template-columns: repeat(3, 1fr);
	gap: 50px 30px;
  }
  
  .page__news .section-swiper__image-box {
	aspect-ratio: 480/280;
	max-width: 100%;
  }
  
  .page__news .section-swiper__info {
	height: 22px;
  }
  
  .page__news .section-swiper__info~.h5 {
	line-height: 139%;
  }
  
  .page__news-open .projects__items {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 30px 1fr 30px 1fr;
	grid-template-columns: repeat(3, 1fr);
	gap: 50px 30px;
  }
  
  .page__news-open .section-swiper__image-box {
	aspect-ratio: 480/280;
	max-width: 100%;
  }
  
  .page__news-open .section-swiper__info {
	height: 22px;
  }
  
  .page__news-open .section-swiper__info~.h5 {
	line-height: 139%;
  }
  
  .services__inner {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 30px 1fr 30px 1fr;
	grid-template-columns: repeat(3, 1fr);
	gap: 60px 30px;
  }
  
  .services__inner .h1 {
	grid-column: 2/-1;
  }
  
  .services__items {
	-ms-grid-column-span: 3;
	grid-column: span 3;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 30px 1fr 30px 1fr;
	grid-template-columns: repeat(3, 1fr);
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	gap: 30px;
  }
  
  .services__items>*:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
  }
  
  .services__items>*:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
  }
  
  .services__items>*:nth-child(3) {
	-ms-grid-row: 1;
	-ms-grid-column: 5;
  }
  
  .services__item {
	height: 400px;
	padding: 23px 30px 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	background: var(--grey-100);
	background-image: none;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: left center;
	overflow: hidden;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
  }
  
  .services__item:first-child {
	-ms-grid-column-span: 2;
	grid-column: span 2;
  }
  
  @media (min-width: 1024px){
  .services__item:hover {
	background-color: var(--blue);
	background-image: url(images/services/services-item-bg.png);
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	/* padding: 37px 40px; */
	padding: 23px 30px 40px;
  }
  
  .services__item:hover .services__item-numb {
	-webkit-transform: translateY(-10%);
	-ms-transform: translateY(-10%);
	transform: translateY(-10%);
	opacity: 0;
  }
  
  .services__item:hover .btn-arrow {
	opacity: 1;
  }
  
  .services__item:hover .h3 {
	color: var(--white);
  }
  
  .services__item:hover .services__item-head {
	margin-top: -67px;
  }
  
  .services__item:hover .services__item-body {
	gap: 20px;
  }
  
  .services__item:hover .services__list {
	margin-bottom: 0;
	color: var(--white);
	max-height: -webkit-fit-content;
	max-height: -moz-fit-content;
	max-height: fit-content;
  }
  
  .services__item:hover .icons-btn-arrow {
	-webkit-transform: translateX(200%);
	-ms-transform: translateX(200%);
	transform: translateX(200%);
  }
  
  }
  
  @media (max-width: 768px){
	.services__item .btn-arrow {
		opacity: 1!important;
	}
  }
  
  .services__item .btn-arrow {
	position: absolute;
	top: 40px;
	right: 40px;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
  }
  
  .services__item .btn-arrow__content .icons-btn-arrow:first-child {
	stroke: var(--black);
  }
  
  .services__item .h3 {
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
  }
  
  .home .services__item .h3 {
	  width: 80%;
  }
  
  .services__item-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 0;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
  }
  
  .services__item-numb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 20px;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
  }
  
  .services__item-numb .factoids {
	color: var(--blue);
  }
  
  .services__item-numb .text-14 {
	color: var(--black);
	opacity: 0.5;
	padding-left: 15px;
	margin-top: 5px;
	position: relative;
  }
  
  .services__item-numb .text-14::before {
	content: "/";
	position: absolute;
	left: 0;
  }
  
  .services__item-body {
	max-width: 500px;
	margin-top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 0;
	-webkit-transition: all 0.4s ease, gap 0s ease;
	-o-transition: all 0.4s ease, gap 0s ease;
	transition: all 0.4s ease, gap 0s ease;
  }
  
  .services__list {
	max-height: 0;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
	-webkit-transition: all 0.4s ease, max-height 0.1s ease;
	-o-transition: all 0.4s ease, max-height 0.1s ease;
	transition: all 0.4s ease, max-height 0.1s ease;
  }
  
  .services__list li {
	list-style: inside;
  }
  
  .page__projects .services__items {
	-ms-grid-columns: minmax(auto, 416px) 1fr minmax(auto, 480px);
	grid-template-columns: minmax(auto, 416px) 1fr minmax(auto, 480px);
  }
  
  .page__projects .services__item:first-child,
  .page__projects .services__item:last-child {
	-ms-grid-column-span: 2;
	grid-column: span 2;
  }
  
  .page__projects .services__item-body {
	max-width: 356px;
  }
  
  .contact-us {
	margin-bottom: 0;
  }
  
  .contact-us__inner {
	padding: 50px 63px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
	background: var(--grey-100);
	overflow: hidden;
  }
  
  .contact-us__img {
	max-width: 760px;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
	position: absolute;
	top: 0;
	left: -5px;
	z-index: 0;
	mix-blend-mode: darken;
  }
  
  .contact-us__content {
	max-width: 614px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 40px;
	position: relative;
	z-index: 1;
  }
  
  .contact-us__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 24px;
  }
  
  .contact-us__head span {
	max-width: 355px;
  }
  
  .contact-us__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 40px;
  }
  
  .contact-us__form-inputs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
  }
  
  .contact-us__form-bottom {
	max-width: 550px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px 40px;
  }
  
  .contact-us__content .text-14 {
	opacity: 0.6;
  }
  
  .contact-us__content span a {
	letter-spacing: -0.02em;
	text-decoration: underline;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
  }
  
  .topbar {
	height: 38px;
	border-bottom: 1px solid rgba(62, 62, 62, 0.1);
	background: var(--white);
	color: var(--black);
  }
  
  .topbar__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
  }
  
  .nav {
	max-width: 458px;
	width: 100%;
	height: 38px;
  }
  
  .nav__list {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  }
  
  .nav__list a:hover {
	opacity: 0.5;
  }
  
  .socials__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
  }
  
  .socials__link {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: var(--blue);
  }
  
  .socials__link:hover {
	background: var(--blue) !important;
  }
  
  .socials__link:hover .icons {
	fill: var(--white) !important;
  }
  
  .socials__link:hover .icons-whatsapp-phone {
	fill: var(--blue) !important;
  }
  
  .socials__link .icons {
	width: 14px;
	height: 14px;
	fill: var(--white);
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
  }
  
  .socials__link .icons-whatsapp-phone {
	width: 5px;
	height: 5px;
	fill: var(--blue);
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
  }
  
  .header {
	position: relative;
	border-bottom: 1px solid rgba(62, 62, 62, 0.1);
	z-index: 5;
  }
  
  .header__inner {
	min-height: 73px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid rgba(62, 62, 62, 0.1);
  }
  
  .header__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 80px;
  }
  
  .header__left .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
  }
  
  .header__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 14px;
  }
  
  .header__btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 11px;
	gap: 16px;
  }
  
  .header .logo {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
  }
  
  .header:has(.menu__link:hover),
  .header:has(.menu-body:hover) {
	background-color: var(--white);
  }
  
  .header:has(.header-wrapper:hover) {
	color: var(--black);
  }
  
  .header:has(.header-wrapper:hover) .icons-logo {
	fill: var(--black);
  }
  
  .header:has(.header-wrapper:hover) .btn-transp {
	outline: 1px solid rgba(62, 62, 62, 0.2);
	color: var(--black);
  }
  
  .header:has(.header-wrapper:hover) .burger__open-line {
	background: #0d0d0d;
  }
  
  .header .header-wrapper:hover {
	background-color: var(--white) !important;
  }
  
  .header.header-absolute {
	color: var(--white);
  }
  
  .header.header-absolute .header-wrapper {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.6);
  }
  
  .header.header-absolute .icons-logo {
	fill: var(--white);
  }
  
  .header.header-absolute .btn-transp {
	outline: 1px solid rgba(255, 255, 255, 0.5);
	color: var(--white);
  }
  
  .header.header-absolute .burger__open-line {
	background-color: var(--white);
  }
  
  .logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  }
  
  .logo__img {
	aspect-ratio: 99/40;
	width: 100%;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
	display: block;
  }
  
  .phone-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
  }
  
  .phone-box span {
	opacity: 0.5;
  }
  
  .menu__list {
	height: 47px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  }
  
  .menu__item {
	height: 100%;
  }
  
  .menu__link {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	width:fit-content;
	font-size: 18px;
  }
  
  .menu__link:hover {
	color: var(--blue);
  }
  
  .menu__link:hover~.menu-body {
	display: block;
  }
  
  .menu__link::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	height: 1px;
	background-color: var(--blue);
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	-o-transition: transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
  }
  
  .menu__link:has(~ .menu-body:hover):before,
  .menu__link:hover:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
  }
  
  .menu-body {
	background-color: var(--white);
	position: absolute;
	top: calc(100% - 1px);
	left: 0;
	width: 100%;
	display: none;
	color: var(--black);
	border-top: 1px solid rgba(62, 62, 62, 0.1);
  }
  
  .menu-body:hover {
	display: block;
  }
  
  .menu__content {
	padding: 27px 0 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 111px;
  }
  
  .menu__col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
  }
  
  .menu__col-title {
	opacity: 0.4;
  }
  
  .menu__col-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 12px;
  }
  
  .footer__inner {
	position: relative;
  }
  
  .footer__content {
	padding: 50px 0 30px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: minmax(233px, 4.9fr) 30px minmax(1px, 6fr) 30px minmax(290px, 7.1fr) 30px minmax(250px, 6fr);
	grid-template-columns: minmax(233px, 4.9fr) minmax(1px, 6fr) minmax(290px, 7.1fr) minmax(250px, 6fr);
	-ms-grid-columns: minmax(233px, 5fr) 30px minmax(1px, 6fr) 30px minmax(290px, 7fr) 30px minmax(250px, 6fr);
	grid-template-columns: minmax(233px, 5fr) minmax(1px, 6fr) minmax(290px, 7fr) minmax(250px, 6fr);
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	gap: 30px;
	border-bottom: 1px solid var(--grey-100);
  }
  
  .footer__content>*:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
  }
  
  .footer__content>*:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
  }
  
  .footer__content>*:nth-child(3) {
	-ms-grid-row: 1;
	-ms-grid-column: 5;
  }
  
  .footer__content>*:nth-child(4) {
	-ms-grid-row: 1;
	-ms-grid-column: 7;
  }
  
  .footer__content>*:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
  }
  
  .footer__content>*:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
  }
  
  .footer__content>*:nth-child(3) {
	-ms-grid-row: 1;
	-ms-grid-column: 5;
  }
  
  .footer__content>*:nth-child(4) {
	-ms-grid-row: 1;
	-ms-grid-column: 7;
  }
  
  .footer__box {
	padding-top: 17px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 57px;
  }
  
  .footer__box .btn {
	max-width: 233px;
	width: 100%;
  }
  
  .footer .btn-fonts {
	opacity: 0.6;
  }
  
  .footer .icons-logo {
	width: 170px;
	height: 68px;
  }
  
  .footer__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
  }
  
  .footer__nav .nav {
	height: auto;
  }
  
  .footer__nav .nav__list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 12px;
  }
  
  .footer__contacts {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto 0 49px;
	grid-template-columns: auto 49px;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 29px 0;
  }
  
  .footer__contacts>*:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
  }
  
  .footer__contacts>*:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
  }
  
  .footer__contacts-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 18px;
  }
  
  .footer__contacts-items {
	max-height: 125px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
  }
  
  .footer .phone-box {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 3px;
  }
  
  .footer .socials {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
  }
  
  .footer .socials__list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
  }
  
  .footer .socials__link {
	width: 49px;
	height: 49px;
	background-color: var(--grey-100);
  }
  
  .footer .socials__link .icons {
	width: 20px;
	height: 20px;
	fill: var(--blue);
  }
  
  .footer .socials__link .icons-whatsapp-phone {
	width: 12px;
	height: 12px;
	fill: var(--grey-100);
  }
  
  .footer__address {
	-ms-grid-column-span: 2;
	grid-column: span 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 7px;
  }
  
  .footer__address-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 4px;
  }
  
  .footer__bottom {
	padding: 31px 0 47px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: minmax(233px, 4.9fr) 30px minmax(1px, 6fr) 30px minmax(290px, 7.1fr) 30px minmax(250px, 6fr);
	grid-template-columns: minmax(233px, 4.9fr) minmax(1px, 6fr) minmax(290px, 7.1fr) minmax(250px, 6fr);
	-ms-grid-columns: minmax(233px, 5fr) 30px minmax(1px, 6fr) 30px minmax(290px, 7fr) 30px minmax(250px, 6fr);
	grid-template-columns: minmax(233px, 5fr) minmax(1px, 6fr) minmax(290px, 7fr) minmax(250px, 6fr);
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	gap: 30px;
  }
  
  .footer__bottom>*:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
  }
  
  .footer__bottom>*:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
  }
  
  .footer__bottom>*:nth-child(3) {
	-ms-grid-row: 1;
	-ms-grid-column: 5;
  }
  
  .footer__bottom>*:nth-child(4) {
	-ms-grid-row: 1;
	-ms-grid-column: 7;
  }
  
  .footer__bottom>*:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
  }
  
  .footer__bottom>*:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
  }
  
  .footer__bottom>*:nth-child(3) {
	-ms-grid-row: 1;
	-ms-grid-column: 5;
  }
  
  .footer__bottom>*:nth-child(4) {
	-ms-grid-row: 1;
	-ms-grid-column: 7;
  }
  
  .footer__bottom-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 2px;
  }
  
  .footer__bottom-box:first-child {
	-ms-grid-column-span: 2;
	grid-column: span 2;
  }
  
  .footer__bottom-box div:not([class]) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
  }
  
  .footer__bottom-box span:not([class]),
  .footer__bottom-box a:not([class]) {
	opacity: 0.6;
  }
  
  .burger {
	max-width: 623px;
	width: 100%;
	height: 100%;
	margin-left: auto;
	background: var(--white);
  }
  
  .burger__open {
	width: 22px;
	height: 22px;
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: distribute;
	justify-content: space-around;
  }
  
  .burger__open-line {
	width: 100%;
	height: 2px;
	display: block;
	background: #0d0d0d;
  }
  
  .burger__close {
	width: 22px;
	height: 22px;
	position: relative;
  }
  
  .burger__close-line {
	width: 100%;
	height: 2px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	background: #0d0d0d;
  }
  
  .burger__close-line:nth-child(2) {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
  }
  
  .burger-overlay {
	position: fixed;
	width: 100dvw;
	height: 100dvh;
	z-index: 25;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: -webkit-transform 0.2s ease;
	transition: -webkit-transform 0.2s ease;
	-o-transition: transform 0.2s ease;
	transition: transform 0.2s ease;
	transition: transform 0.2s ease, -webkit-transform 0.2s ease;
	background: rgba(13, 13, 13, 0.6);
  }
  
  .burger-overlay.burger-show {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
  }
  
  .burger__menu {
	width: 100%;
	height: 100%;
	padding: 30px 0;
	overflow-y: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 40px;
  }
  
  .burger__head {
	width: 100%;
	height: 40px;
	padding: 0 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px;
  }
  
  .burger__head .logo {
	max-width: 99px;
  }
  
  .burger__head .phone-box {
	display: none;
  }
  
  .burger .nav {
	max-width: 100%;
	width: 100%;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
  }
  
  .burger .nav__item {
	padding: 20px 30px;
	border-bottom: 1px solid #eee;
  }
  
  .burger .nav__item-head {
	width: 100%;
	min-height: 23px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
  }
  
  .burger .nav__item-head .icons-angle {
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
  }
  
  .burger .nav__item-body {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height 0.2s ease;
	-o-transition: max-height 0.2s ease;
	transition: max-height 0.2s ease;
  }
  
  .burger .accardion-show .nav__item-head .icons-angle {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
  }
  
  .burger .menu__content {
	padding: 30px 0 0 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
  }
  
  .burger__bottom {
	padding: 0 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
  }
  
  .burger__bottom .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
  }
  
  .burger__bottom .box {
		line-height: 160%;
	}
  
  .burger__bottom .socials {
	display: none;
  }
  
  .burger__bottom-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  }
  
  .burger__bottom-btns {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 20px;
  }
  
  .burger__bottom-btns .btn {
	width: 100%;
  }
  
  .burger .topbar {
	display: none;
  }
  
  .modal-overlay {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.7);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100vh;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 25;
  }
  
  .modal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: none;
	position: relative;
  }
  
  .modal-overlay--visible {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
  }
  
  .modal--visible {
	display: block;
  }

  .modals{
	position: relative;
z-index: 101;
}
  
  .modals .btn-close {
	position: absolute;
	top: 25.5px;
	right: 25.5px;
  }
  
  .modals .modal__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 24px;
  }
  
  .modals .modal .input {
	background: var(--grey-100);
  }
  
  .modals__project-planning,
  .modals__modal {
	max-width: 714px;
	width: 100%;
	height: 100vh;
	margin-left: auto;
	overflow-y: auto;
	background: var(--white);
  }
  
  .modals__project-planning .modal-content,
  .modals__modal .modal-content {
	width: 100%;
	height: 100%;
	padding: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 40px;
  }
  
  .intro {
	margin-bottom: 80px;
	position: relative;
	color: var(--white);
	background-color: var(--black);
  }
  
  .intro__slide {
	/* height: clamp(700px, 95vh, 811px); */
	height: clamp(700px, 95vh, 875px);
  }
  
  .intro__slide-bg {
	aspect-ratio: 1600/811;
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
  }
  
  .intro__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 24px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 180px;
	width: 100%;
  }
  
  .intro__content .h1 {
	max-width: 710px;
  }
  
  .intro__content-list {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	padding-right: 15px;
	margin-bottom: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
  }
  
  .intro__content-list li {
	list-style: inside;
  }
  
  .intro__bottom-wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
  }
  
  .intro__bottom {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 140px;
	padding: 40px 0 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 198px;
	color: var(--black);
  }
  
  .intro__bottom .swiper-index-box {
	margin-left: auto;
	color: var(--white);
  }
  
  .banner {
	margin-bottom: 120px;
  }
  
  .banner__inner {
	padding: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	background: var(--grey-100);
	overflow: hidden;
  }
  
  .banner__img {
	aspect-ratio: 596/397;
	max-width: 596px;
	width: clamp(459px, 34vw, 100%);
	height: auto;
	margin-left: auto;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
	mix-blend-mode: darken;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 211px;
  }
  
  .banner__title {
	max-width: 500px;
	margin-bottom: 40px;
  }
  
  .banner__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px 48px;
	position: relative;
	z-index: 2;
  }
  
  .banner__content span.text-16 {
	max-width: 250px;
  }
  
  .banner__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 48px;
  }
  
  .banner .socials__list {
	gap: 17px;
  }
  
  .banner .socials__link {
	width: 49px;
	height: 49px;
	background: var(--white);
  }
  
  .banner .socials .icons {
	width: 20px;
	height: 20px;
	fill: var(--blue);
  }
  
  .banner .socials .icons-whatsapp-phone {
	width: 12px;
	height: 12px;
	fill: var(--white);
  }
  
  .section-swiper__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 50px;
  }
  
  .section-swiper__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 16px 0;
  }
  
  .section-swiper__swiper {
	margin: 0 -20px;
	padding: 0 20px;
  }
  
  .section-swiper .swiper-slide {
	max-width: 353px;
  }
  
  .section-swiper .swiper-slide:nth-child(1) {
	max-width: 735px;
  }
  
  .section-swiper .swiper-slide:nth-child(1) .section-swiper__image-box {
	aspect-ratio: 735/400;
	max-width: 100%;
  }
  
  .section-swiper__slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
  }
  
  /*
  .section-swiper__slide:hover .section-swiper__image-box {
	-webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  }
  */
  
  .section-swiper__slide:hover .section-swiper__img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
  }
  
  .section-swiper__slide:hover .btn-arrow {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
  }
  
  .section-swiper__slide:hover .icons-btn-arrow {
	-webkit-transform: translateX(200%);
	-ms-transform: translateX(200%);
	transform: translateX(200%);
  }
  
  .section-swiper__image-box {
	aspect-ratio: 353/250;
	max-width: 353px;
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	background: #d9d9d9;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
  }
  
  .section-swiper__image-box .btn-arrow {
	position: absolute;
	right: 20px;
	bottom: 20px;
	-webkit-transform: translateY(10%);
	-ms-transform: translateY(10%);
	transform: translateY(10%);
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
  }
  
  .section-swiper__image-box .btn-arrow__content .icons-btn-arrow:first-child {
	stroke: var(--black);
  }
  
  .section-swiper__img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
	-webkit-transition: -webkit-transform 0.5s ease;
	transition: -webkit-transform 0.5s ease;
	-o-transition: transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }
  
  .section-swiper__info-wrapper {
	max-width: 410px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
  }
  
  .section-swiper__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	opacity: 0.6;
  }
  
  .about-us__content {
	margin-bottom: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 59px 83px;
  }
  
  .about-us__box {
	max-width: 353px;
	min-width: 228px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
  }
  
  .about-us__image-box {
	aspect-ratio: 353/203;
	width: 100%;
	height: auto;
  }
  
  .about-us__img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
  }
  
  .about-us__title-box {
	max-width: 990px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 50px;
  }
  
  .advantages {
	padding: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: var(--grey-100);
  }
  
  .advantages__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
  }
  
  .advantages__item-img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: var(--white);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  }
  
  .advantages__item-img svg {
	width: 20px;
	height: 20px;
	stroke: var(--blue);
	fill: none;
	-ms-flex-negative: 0;
	flex-shrink: 0;
  }
  
  .advantages__item-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 2px;
  }
  
  .main-news__swiper .swiper-slide:nth-child(1) {
	max-width: 740px;
  }
  
  .main-news__swiper .swiper-slide:nth-child(1) .section-swiper__img {
	height: 400px;
  }
  
  .main-news__swiper .swiper-slide {
	max-width: 360px;
  }
  
  .main-news__swiper .section-swiper__image-box {
	aspect-ratio: 360/250;
	max-width: 360px;
	max-height: 400px;
  }
  
  .objects__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 50px;
  }
  
  .objects__item {
	padding: 27px 30px 40px;
  }
  
  /*.objects__item:hover {
	padding: 27px 30px 40px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  }*/
  
  .objects__item:hover .services__item-head {
	margin: 0;
  }
  
  .objects__item:hover .services__item-numb {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
  }
  
  .objects__item:hover .factoids,
  .objects__item:hover .text-14 {
	color: var(--white);
  }
  
  .objects .services__item {
	-ms-grid-column-span: 1;
	grid-column: span 1;
  }
  
  .services-object {
	overflow-x: hidden;
  }
  
  .services-object__inner {
	margin-right: -50px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 416px 40px minmax(416px, 1040px);
	grid-template-columns: 416px minmax(416px, 1040px);
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 40px;
  }
  
  .services-object__swiper {
	max-width: 1040px;
	width: 100%;
  }
  
  .services-object .swiper-slide {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
  }
  
  .services-object__slide-info-box {
	min-width: 416px;
	width: 416px;
	height: 700px;
	padding-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  }
  
  .services-object__slide-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
  }
  
  .services-object__slide-image-box {
	max-width: 1040px;
	width: 100%;
	height: 700px;
  }
  
  .services-object__img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
  }
  
  .services-object__swiper-controls-box {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  }
  
  .projects-object {
	margin-bottom: 100px;
  }
  
  .projects-object__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 100px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: minmax(290px, 990px) 30px minmax(290px, 480px);
	grid-template-columns: minmax(290px, 990px) minmax(290px, 480px);
	gap: 60px 30px;
  }
  
  .projects-object__swiper-wrapper {
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1/2;
	position: relative;
  }
  
  .projects-object__swiper-wrapper .swiper {
	position: relative;
  }
  
  .projects-object__slide-image-box {
	width: 100%;
	height: 700px;
  }
  
  .projects-object__slide-img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
  }
  
  .projects-object .mini-tab {
	position: absolute;
	top: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
  }
  
  .projects-object__info {
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-column: 2/3;
	-ms-grid-row: 1;
	-ms-grid-row-span: 4;
	grid-row: 1/5;
	min-height: 700px;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	padding: 26px 40px 40px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 30px;
	position: -webkit-sticky;
	position: sticky;
	/* из-за фиксации шапки пришлось изменить top: 10px; */
	top: 165px;
	-webkit-box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.1);
	background: var(--white);
  }
  
  .projects-object__info-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
  }
  
  .projects-object__info-content {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 20px 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 24px 20px;
  }
  
  .projects-object__info-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 4px;
  }
  
  .projects-object__info-more {
	grid-column: 1/-1;
	color: var(--blue);
  }
  
  .projects-object__info-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
  }
  
  .projects-object__info-bottom-btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 40px;
  }
  
  .projects-object__chars {
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1/2;
	max-width: 990px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
  }
  
  .projects-object__chars-items {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 24px 1fr 24px 1fr;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
  }
  
  .projects-object__chars-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 4px;
  }
  
  .projects-object .accardion {
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1/2;
	margin-top: 40px;
  }
  
  .projects-object__descr-wrapper {
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1/2;
	margin-top: 40px;
	max-width: 990px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 40px;
  }
  
  .projects-object__descr {
	max-width: 863px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
  }
  
  .news-open {
	position: relative;
  }
  
  .news-open::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -54px;
	width: 100%;
	height: 1px;
	background-color: var(--black);
	opacity: 0.1;
	z-index: 2;
  }
  
  .news-open__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 60px;
  }
  
  .news-open__title {
	max-width: 1061px;
  }
  
  .news-open__image-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
  }
  
  .news-open__image-info {
	max-width: 439px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  }
  
  .news-open__image-box {
	width: 100%;
	height: 700px;
  }
  
  .news-open__img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
  }
  
  .news-open__info-wrapper {
	margin-left: 319px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 100px;
  }
  
  .news-open__content {
	max-width: 863px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
  }
  
  .news-open__info-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 50px;
  }
  
  .news-open__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
  }
  
  .news-open__list-wrapper {
	max-width: 863px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 12px;
  }
  
  .news-open__list {
	max-width: 797px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
  }
  
  .news-open__list-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
  }
  
  .news-open__swiper-wrapper {
	max-width: 1181px;
	width: 100%;
  }
  
  .news-open__swiper {
	position: relative;
  }
  
  .news-open__slide-image-box {
	width: 100%;
	height: 550px;
  }
  
  .news-open__slide-img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
  }
  
  .news-open__swiper-bottom {
	padding-top: 16px;
  }
  
  .news-open__swiper-bottom span {
	opacity: 0.5;
  }
  
  .news-open .reviews__item {
	max-width: 1117px;
  }
  
  .achievements__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 70px;
  }
  
  .achievements__title {
	max-width: 1245px;
  }
  
  .achievements__items {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: minmax(auto, 829px) 20px minmax(354px, auto);
	grid-template-columns: minmax(auto, 829px) minmax(354px, auto);
	gap: 20px;
  }
  
  .achievements__items-box {
	margin-top: 11px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: minmax(auto, 399px) minmax(auto, 272px);
	grid-template-columns: minmax(auto, 399px) minmax(auto, 272px);
  }
  
  .achievements__items-box .achievements__item {
	max-width: 163px;
  }
  
  .achievements__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
  }
  
  .achievements__item .achievements__numb {
	opacity: 0;
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: all 0.8s cubic-bezier(0.12, 0.46, 0.47, 0.99);
	-o-transition: all 0.8s cubic-bezier(0.12, 0.46, 0.47, 0.99);
	transition: all 0.8s cubic-bezier(0.12, 0.46, 0.47, 0.99);
  }
  
  .achievements__item .achievements__numb-text {
	opacity: 0;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all 0.6s cubic-bezier(0.12, 0.46, 0.47, 0.99);
	-o-transition: all 0.6s cubic-bezier(0.12, 0.46, 0.47, 0.99);
	transition: all 0.6s cubic-bezier(0.12, 0.46, 0.47, 0.99);
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
  }
  
  .achievements__item.animate .achievements__numb {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
  }
  
  .achievements__item.animate .achievements__numb-text {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
  }
  
  .history {
	overflow: hidden;
  }
  
  .history__content {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: minmax(auto, 675px) minmax(70px, 154px) minmax(354px, auto);
	grid-template-columns: minmax(auto, 675px) minmax(70px, 154px) minmax(354px, auto);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  }
  
  .history__info {
	max-width: 480px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 40px;
  }
  
  .history__title {
	max-width: 423px;
  }
  
  .history__info-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 24px;
	overflow: hidden;
  }
  
  .history__dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 40px;
	color: var(--grey-300);
	position: relative;
	width: unset !important;
	top: unset !important;
	right: unset !important;
	left: unset !important;
	bottom: unset !important;
  }
  
  .history__dots::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	height: calc(100% - 16px);
	width: 1px;
	background-color: var(--grey-300);
  }
  
  .history__dot {
	padding-left: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
	position: relative;
	cursor: pointer;
  }
  
  .history__dot span {
	pointer-events: none;
  }
  
  .history__dot::before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -3px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: var(--grey-300);
  }
  
  .history__dot--active {
	color: var(--blue);
	pointer-events: none;
  }
  
  .history__dot--active::before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -9px;
	z-index: 1;
	width: 19px;
	height: 19px;
	border-radius: 50%;
	border: 1px solid var(--blue);
	background-color: var(--white);
  }
  
  .history__dot--active::after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -3px;
	z-index: 2;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: var(--blue);
  }
  
  .history .swiper-slide {
	width: 100% !important;
  }
  
  .history__image-box {
	max-width: 671px;
	width: 100%;
	height: 800px;
  }
  
  .history__img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
  }
  
  .reviews-one__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  }
  
  .reviews-one .reviews__item {
	max-width: 1117px;
  }
  
  .contacts {
	overflow: hidden;
  }
  
  .contacts__inner {
	margin-left: -50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 91px;
  }
  
  .contacts__content {
	padding-top: 50px;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
  }
  
  .contacts__info-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 50px 0;
  }
  
  .contacts__box-wrapper {
	min-width: 47%;
	max-width: 422px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 14px;
  }
  
  .contacts__box-wrapper .btn {
	margin-top: 10px;
  }
  
  .contacts__box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 8px 14px;
  }
  
  .contacts__box span {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	white-space: nowrap;
  }
  
  .contacts .socials {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
  }
  
  .contacts .socials__list {
	gap: 16px;
  }
  
  .contacts .socials__link {
	width: 49px;
	height: 49px;
	background-color: var(--grey-100);
  }
  
  .contacts .socials__link .icons {
	width: 20px;
	height: 20px;
	fill: var(--blue);
  }
  
  .contacts .socials__link .icons-whatsapp-phone {
	width: 12px;
	height: 12px;
	fill: var(--grey-100);
  }
  
  .map {
	max-width: 915px;
	width: 100%;
	height: 800px;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
  }
  
  .licenses__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
  }
  
  .licenses__item {
	width: 100%;
	min-height: 153px;
	padding: 40px 50px 40px 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 24px;
	background: var(--grey-100);
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
  }
  
  .licenses__item .icons-download {
	width: 24px;
	height: 24px;
  }
  
  .licenses__item:hover {
	background: var(--blue);
	color: var(--white);
  }
  
  .licenses__item:hover .icons-download {
	fill: var(--white);
  }
  
  .licenses__item-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
  }
  
  .licenses__item-info h4 {
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-ms-line-clamp: 2;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	display: -webkit-box;
	display: box;
	word-wrap: break-word;
	-webkit-box-orient: vertical;
	box-orient: vertical;
  }
  
  .licenses__item-info span {
	opacity: 0.5;
  }
  
  .page__reviews .reviews__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 40px;
  }
  
  .page__reviews .reviews__item {
	padding: 40px 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-grid-columns: 340px 24px minmax(auto, 864px);
	grid-template-columns: 340px minmax(auto, 864px);
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 24px;
	border-top: 1px solid var(--grey-200);
  }
  
  .page__reviews .reviews__author {
	width: 340px;
  }
  
  .page__reviews .reviews__item-content {
	max-width: 1024px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 24px;
  }
  
  .page__reviews .reviews__item-descr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 0.6em;
	letter-spacing: -0.002em;
  }
  
  .page__reviews .reviews__item-images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 31px;
  }
  
  .page__reviews .reviews__item-image-link:nth-child(n+6) {
	display: none;
  }
  
  .page__reviews .reviews__item-img {
	aspect-ratio: 1/1;
	max-width: 640px;
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
  }
  
  .privacy__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 50px;
  }
  
  .privacy__list-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 50px;
	line-height: 144%;
	letter-spacing: -0.02em;
  }
  
  .privacy__list-1-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
  }
  
  .privacy__list-1-item--1 {
	max-width: 797px;
  }
  
  .privacy__descr a {
	text-decoration: underline;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
	color: var(--blue);
  }
  
  .privacy__list-2 {
	max-width: 655px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
  }
  
  .privacy__list-3 {
	padding-left: 63px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 12px;
  }
  
  .privacy__list-3-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 20px;
  }
  
  .privacy .list li {
	background-position: left 6px;
  }
  
  .page-404 {
	margin-bottom: 150px;
	position: relative;
  }
  
  .page-404__image-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
  }
  
  .page-404__img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
  }
  
  .page-404__inner {
	/* height: clamp(700px, 95vh, 811px); */
	height: clamp(875px, 95vh, 811px);
	padding-top: 238px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
	z-index: 2;
  }
  
  .page-404__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 50px;
  }
  
  .page-404__content-text {
	max-width: 489px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
  }
  
  .page-404__title {
	position: absolute;
	bottom: 0;
	right: 7px;
	font-weight: 400;
	font-size: 300px;
	line-height: 120%;
	letter-spacing: -0.02em;
	color: var(--white);
  }
  
  @media (max-width: 1540px) {
	#btn-up {
	  right: 20px;
	}
  }
  
  @media (max-width: 1200px) {
  
	.header__left .box,
	.header__btns,
	.menu {
	  display: none;
	}
  
	.header__inner {
	  border: none;
	}
  
	.header__right {
	  gap: 30px;
	}
  
	.burger__open {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	}
  
	.services__items {
	  grid-template-columns: repeat(2, 1fr);
	}
  
	.contact-us__inner {
	  -webkit-box-pack: center;
	  -ms-flex-pack: center;
	  justify-content: center;
	}
  
	.contact-us__img {
	  display: none;
	}
  
	.history__content {
	  -ms-grid-columns: calc(50% - 10px) 20px calc(50% - 10px);
	  grid-template-columns: calc(50% - 10px) calc(50% - 10px);
	  -ms-grid-rows: 52px 73px auto;
	  grid-template-rows: 52px auto;
	  -webkit-box-align: start;
	  -ms-flex-align: start;
	  align-items: start;
	  gap: 73px 20px;
	}
  
	.history__content>*:nth-child(1) {
	  -ms-grid-row: 1;
	  -ms-grid-column: 1;
	}
  
	.history__content>*:nth-child(2) {
	  -ms-grid-row: 1;
	  -ms-grid-column: 3;
	}
  
	.history__content>*:nth-child(3) {
	  -ms-grid-row: 3;
	  -ms-grid-column: 1;
	}
  
	.history__content>*:nth-child(4) {
	  -ms-grid-row: 3;
	  -ms-grid-column: 3;
	}
  
	.history__dots-wrapper {
	  -ms-grid-column: 1;
	  -ms-grid-column-span: 1;
	  grid-column: 1/2;
	  -ms-grid-row: 1;
	  -ms-grid-row-span: 1;
	  grid-row: 1/2;
	}
  
	.history__dots {
	  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
	  justify-content: space-between;
	  -webkit-box-orient: horizontal;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: row;
	  flex-direction: row;
	  gap: 0;
	}
  
	.history__dots::before {
	  top: unset;
	  bottom: 0;
	  left: 16px;
	  width: calc(100% - 32px);
	  height: 1px;
	}
  
	.history__dot {
	  padding: 0 0 23px 0;
	}
  
	.history__dot::before {
	  top: unset;
	  left: 50%;
	  -webkit-transform: translateX(-50%);
	  -ms-transform: translateX(-50%);
	  transform: translateX(-50%);
	  bottom: -3px;
	}
  
	.history__dot--active::before {
	  bottom: -9px;
	}
  
	.history__dot--active::after {
	  top: unset;
	  left: 50%;
	  -webkit-transform: translateX(-50%);
	  -ms-transform: translateX(-50%);
	  transform: translateX(-50%);
	  bottom: -3px;
	}
  
	.history__info {
	  -ms-grid-column: 1;
	  -ms-grid-column-span: 1;
	  grid-column: 1/2;
	  -ms-grid-row: 2;
	  -ms-grid-row-span: 1;
	  grid-row: 2/3;
	  max-width: 100%;
	}
  
	.history__title {
	  max-width: 100%;
	}
  
	.history__image-swiper-wrapper {
	  -ms-grid-column: 2;
	  -ms-grid-column-span: 1;
	  grid-column: 2/3;
	  -ms-grid-row: 1;
	  -ms-grid-row-span: 2;
	  grid-row: 1/3;
	}
  
	.page__news .projects__items {
	  -ms-grid-columns: 1fr 20px 1fr;
	  grid-template-columns: repeat(2, 1fr);
	  gap: 40px 20px;
	}
  
	.news-open__info-wrapper {
	  margin: 0;
	}
  
	.page__news-open .projects__items {
	  -ms-grid-columns: 1fr 20px 1fr;
	  grid-template-columns: repeat(2, 1fr);
	  gap: 40px 20px;
	}
  
	.projects-object__inner {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
	  flex-direction: column;
	}
  
	.projects-object__info {
	  min-height: unset;
	  position: static;
	}
  }
  
  @media (max-width: 991px) {
  
	.footer__address,
	.footer__bottom,
	.footer .phone-box span {
	  font-size: 12px;
	  letter-spacing: 0.01em;
	}
  
	.footer__content {
	  -ms-grid-columns: 1fr 20px 1fr;
	  grid-template-columns: 1fr 1fr;
	  gap: 56px 20px;
	  padding: 30px 0;
	}
  
	.footer__box {
	  padding: 0 0 4px 0;
	  gap: 73px;
	}
  
	.footer__contacts {
	  -ms-grid-column: 2;
	  -ms-grid-column-span: 1;
	  grid-column: 2/3;
	  -ms-grid-row: 1;
	  -ms-grid-row-span: 1;
	  grid-row: 1/2;
	  gap: 20px;
	}
  
	.footer__contacts-box {
	  gap: 12px;
	}
  
	.footer__contacts-items {
	  gap: 20px;
	}
  
	.footer .socials__list {
	  gap: 20px;
	}
  
	.footer .phone-box {
	  gap: 8px;
	}
  
	.footer__bottom {
	  -ms-grid-columns: 1fr 31px 1fr 31px 1.15fr 31px 0.95fr;
	  grid-template-columns: 1fr 1fr 1.15fr 0.95fr;
	  gap: 31px;
	}
  
	.footer__nav {
	  gap: 12px;
	}
  
	.footer__nav .nav__list {
	  gap: 16px;
	}
  
	.footer__address {
	  -ms-grid-column-span: 1;
	  grid-column: span 1;
	}
  
	.footer .socials {
	  -ms-grid-row-span: 2;
	  grid-row: span 2;
	}
  
	.intro__bottom {
	  gap: 65px;
	}
  
	.page__main .services__item:hover {
	  padding: 35px 30px 30px;
	}
  
	.page__main .services__inner .h1 {
	  grid-column: 1/-1;
	}
  
	.swiper-slide {
	  width: -webkit-fit-content;
	  width: -moz-fit-content;
	  width: fit-content;
	}
  
	.section-swiper__inner {
	  gap: 30px;
	}
  
	.section-swiper__head {
	  min-height: 60px;
	}
  
	.section-swiper .swiper-slide {
	  max-width: 292px;
	}
  
	.section-swiper__slide {
	  gap: 16px;
	}
  
	.section-swiper__image-box {
	  aspect-ratio: 292/200;
	  max-width: 292px;
	}
  
	.section-swiper .swiper-slide:nth-child(1) .section-swiper__image-box {
	  aspect-ratio: 416/250;
	  max-width: 416px;
	}
  
	.section-swiper__info-wrapper {
	  max-width: 350px;
	}
  
	.main-news__swiper .section-swiper__info-wrapper {
	  max-width: 400px;
	}
  
	.accardion .section-swiper__head {
	  min-height: 49px;
	}
  
	.services-object__inner {
	  margin: 0;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
	  flex-direction: column;
	}
  
	.services-object__slide-info-box {
	  width: 100%;
	  height: -webkit-fit-content;
	  height: -moz-fit-content;
	  height: fit-content;
	  padding: 0;
	  -webkit-box-orient: horizontal;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: row;
	  flex-direction: row;
	}
  
	.services-object__slide-info {
	  max-width: 500px;
	}
  
	.services-object .swiper-index-box {
	  display: none;
	}
  
	.services-object__swiper-controls-box {
	  width: -webkit-fit-content;
	  width: -moz-fit-content;
	  width: fit-content;
	  padding-bottom: 6px;
	  -webkit-box-align: end;
	  -ms-flex-align: end;
	  align-items: flex-end;
	}
  
	.page__projects .services__items {
	  grid-template-columns: repeat(2, 1fr);
	}
  
	.page__projects .services__item:first-child,
	.page__projects .services__item:last-child {
	  -ms-grid-column-span: 1;
	  grid-column: span 1;
	}
  
	.contacts__inner {
	  margin: 0;
	  gap: 20px;
	}
  
	.achievements__inner {
	  gap: 60px;
	}
  
	.achievements__items {
	  -ms-grid-columns: 1fr 1fr;
	  grid-template-columns: 1fr 1fr;
	}
  
	.achievements__items-box {
	  padding-right: 4px;
	  margin: 0;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
	  justify-content: space-between;
	}
  
	.achievements__item {
	  gap: 16px;
	}
  }
  
  @media (max-width: 768px) {
	  body {
		scroll-padding-top: 72px; // высота шапки
	  }
  
	section,
	.section,
	.page-404 {
	  margin-bottom: 120px;
	}
  
	.big-factoids {
	  font-size: 100px;
	}
  
	.factoids {
	  font-size: 50px;
	}
  
	.h1 {
	  font-size: 40px;
	}
  
	.h2 {
	  font-size: 30px;
	  line-height: 120%;
	}
  
	.h3 {
	  font-size: 24px;
	}
  
	.h3-regular {
	  font-size: 24px;
	}
  
	.h4 {
	  font-size: 20px;
	}
  
	.text-20, .news-open p {
	  font-size: 18px;
	}
  
	.socials__list {
	  gap: 20px;
	}
  
	.header__inner {
	  min-height: 71px;
	}
  
	.intro__slide,
	.page-404__inner {
	  height: clamp(700px, 95vh, 985px);
	}
  
	.services__inner {
	  gap: 50px 30px;
	}
  
	.services__items {
	  gap: 20px;
	}
  
	.services__item {
	  height: 280px;
	  padding: 35px 30px 30px;
	}
  
	.services__item:not(:first-child) .services__item-numb {
	  gap: 10px;
	}
  
	.services__item:hover {
	  height: 100%;
	  padding: 20px;
	}
  
	.services__item-head,
	.services__item-numb {
	  -webkit-transition: all 0s ease;
	  -o-transition: all 0s ease;
	  transition: all 0s ease;
	}
  
	.page__main .services__item:hover .services__item-head {
	  margin-top: -48px;
	}
  
	.services__item .btn-arrow {
	  top: 20px;
	  right: 20px;
	}
  
	.services__item-numb .text-14 {
	  margin: 0;
	}
  
	.projects-main .projects__inner {
	  gap: 30px;
	}
  
	.projects__tab {
	  gap: 30px;
	}
  
	.projects__items {
	  gap: 40px 20px;
	}
  
	.projects__image-box {
	  aspect-ratio: unset;
	  height: 250px;
	}
  
	.projects-main .projects__more {
	  display: none;
	}
  
	.banner__inner {
	  padding: 30px;
	}
  
	.banner__wrapper {
	  gap: 24px 30px;
	}
  
	.banner__title {
	  margin-bottom: 30px;
	}
  
	.about-us__content {
	  margin-bottom: 80px;
	}
  
	.about-us__title-box {
	  gap: 30px;
	}
  
	.about-us__title-box .h1 {
	  font-size: 30px;
	  line-height: 120%;
	}
  
	.about-us__box {
	  gap: 16px;
	}
  
	.about-us__image-box {
	  aspect-ratio: 228/140;
	}
  
	.about-us__box .text-16 {
	  font-size: 12px;
	  line-height: 160%;
	  letter-spacing: 0.01em;
	}
  
	.advantages {
	  padding: 32px 30px;
	  display: -ms-grid;
	  display: grid;
	  -ms-grid-columns: 1fr 20px 1fr;
	  grid-template-columns: 1fr 1fr;
	  gap: 25px 20px;
	}
  
	.reviews__swiper {
	  gap: 30px;
	}
  
	.reviews .swiper-slide {
	  width: 100%;
	}
  
	.reviews__item {
	  padding: 14px 0 0 61px;
	  gap: 40px;
	}
  
	.reviews__item-descr {
	  gap: 15px;
	}
  
	.reviews__item .icons-mark {
	  width: 49px;
	  height: 38px;
	}
  
	.contact-us__inner {
	  padding: 40px 30px;
	}
  
	.contact-us__content {
	  max-width: 100%;
	  gap: 30px;
	}
  
	.contact-us__form {
	  gap: 30px;
	}
  
	.contact-us__form-inputs {
	  max-width: 616px;
	}
  
	.modals__project-planning .modal-content,
	.modals__modal .modal-content {
	  padding: 30px;
	  gap: 30px;
	}
  
	.modals__project-planning .modal-content .contact-us__form-inputs,
	.modals__modal .modal-content .contact-us__form-inputs {
	  max-width: 100%;
	}
  
	.modals .btn-close {
	  width: 22px;
	  height: 22px;
	}
  
	.main-news__swiper .swiper-slide:not(:first-child) .section-swiper__image-box {
	  max-height: 200px;
	}
  
	#btn-up {
	  bottom: 40px;
	}
  
	.intro .swiper-controls {
	  gap: 20px;
	}
  
	.intro__content {
	  bottom: 176px;
	}
  
	.banner .socials__list {
	  gap: 20px;
	}
  
	.breadcrumbs__inner {
	  padding: 30px 0 24px;
	}
  
	.video {
	  margin-bottom: 80px;
	}
  
	.about__inner {
	  gap: 50px;
	}
  
	.about__image-box,
	.page__services-object .about__image-box {
	  height: 500px;
	}
  
	.about__info-wrapper {
	  gap: 27px;
	}
  
	.accardion__inner {
	  gap: 30.5px;
	}
  
	.accardion__item {
	  padding: 24px 0;
	}
  
	.accardion__item-head {
	  gap: 30px;
	}
  
	.accardion__item-content {
	  padding: 30px 0 24px;
	  margin-right: 15px;
	}
  
	.projects__more {
	  padding-top: 9px;
	}
  
	.page__services-open .about__info-wrapper {
	  padding-top: 0;
	  padding-right: 24px;
	  gap: 28px;
	}
  
	.team__swiper {
	  gap: 30px;
	}
  
	.services-object__slide-info {
	  max-width: 354px;
	}
  
	.services-object__slide-image-box {
	  height: 500px;
	}
  
	.page__services-object .about__info-wrapper {
	  padding: 0;
	  gap: 30px;
	}
  
	.page__services-object .about__info ul {
	  gap: 7.4px;
	}
  
	.page__projects .projects__inner {
	  gap: 40px;
	}
  
	.page__projects .projects__head {
	  gap: 24px;
	}
  
	.page__projects .projects__head-info {
	  font-weight: 400;
	  font-size: 16px;
	  line-height: 142%;
	}
  
	.page__projects .projects__head .btn {
	  margin-bottom: 5px;
	}
  
	.page__projects .projects__items {
	  gap: 40px 20px;
	}
  
	.page__projects .objects__inner {
	  gap: 40px;
	}
  
	.pagination {
	  margin-top: 50px;
	}
  
	.page-404__inner {
	  padding-top: 270px;
	}
  
	.page-404__content-text {
	  gap: 24px;
	}
  
	.page-404__content {
	  gap: 40px;
	}
  
	.page-404__title {
	  right: 4px;
	  font-size: 200px;
	  line-height: 120%;
	  letter-spacing: -0.02em;
	}
  
	.title {
	  margin-bottom: 40px;
	}
  
	.privacy__content {
	  gap: 30px;
	}
  
	.privacy__list-1-item {
	  gap: 24px;
	}
  
	.privacy__list-1 {
	  gap: 30px;
	}
  
	.privacy__list-2 {
	  gap: 12px;
	}
  
	.head {
	  margin-bottom: 40px;
	}
  
	.page__reviews .reviews__list {
	  gap: 36px;
	}
  
	.page__reviews .reviews__item {
	  padding: 36px 0 0 0;
	}
  
	.page__reviews .reviews__item-images {
	  gap: 20px;
	}
  
	.page__reviews .reviews__item-img {
	  max-width: 105px;
	}
  
	.page__reviews .reviews__item-descr {
	  line-height: 139%;
	}
  
	.licenses__item {
	  min-height: unset;
	  padding: 30px;
	}
  
	.licenses__item-info {
	  min-height: 95px;
	  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
	  justify-content: space-between;
	}
  
	.contacts__inner {
	  padding-top: 30px;
	  display: -ms-grid;
	  display: grid;
	  -ms-grid-columns: 1fr 1fr;
	  grid-template-columns: 1fr 1fr;
	}
  
	.map {
	  height: 884px;
	}
  
	.contacts__content {
	  padding-top: 20px;
	}
  
	.contacts__info-wrapper {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
	  flex-direction: column;
	  -webkit-box-align: start;
	  -ms-flex-align: start;
	  align-items: flex-start;
	  gap: 40px;
	}
  
	.contacts__box-wrapper {
	  max-width: 352px;
	  min-width: unset;
	}
  
	.history__info {
	  gap: 30px;
	}
  
	.history__info-box {
	  gap: 20px;
	  padding: 0 1px;
	}
  
	.history__image-box {
	  height: 500px;
	}
  
	.page__news .section-swiper__image-box {
	  aspect-ratio: 354/250;
	}
  
	.page__news .section-swiper__slide {
	  gap: 20px;
	}
  
	.news-open__title {
	  max-width: 660px;
	}
  
	.news-open__inner {
	  gap: 50px;
	}
  
	.news-open__image-box {
	  height: 600px;
	}
  
	.news-open__content {
	  gap: 24px;
	}
  
	.news-open__info-wrapper {
	  gap: 80px;
	}
  
	.news-open__info-box {
	  gap: 40px;
	}
  
	.news-open__list-wrapper {
	  line-height: 139%;
	}
  
	.news-open::before {
	  display: none;
	}
  
	.page__news-open .projects__inner {
	  gap: 30px;
	}
  
	.page__news-open .section-swiper__image-box {
	  aspect-ratio: unset;
	  height: 250px;
	}
  
	.page__news-open .section-swiper__slide:nth-child(n+3) {
	  display: none;
	}
  
	.page__news-open .section-swiper__slide {
	  gap: 20px;
	}
  
	.page__news-open .breadcrumbs__list {
	  -ms-flex-wrap: nowrap;
	  flex-wrap: nowrap;
	}
  
	.page__news-open .breadcrumbs__item:last-child {
	  -ms-text-overflow: ellipsis;
	  -o-text-overflow: ellipsis;
	  text-overflow: ellipsis;
	  overflow: hidden;
	  -ms-line-clamp: 1;
	  -webkit-line-clamp: 1;
	  line-clamp: 1;
	  display: -webkit-box;
	  display: box;
	  word-wrap: break-word;
	  -webkit-box-orient: vertical;
	  box-orient: vertical;
	}
  
	.page__projects-object .breadcrumbs__inner {
	  padding: 30px 0 24px;
	}
  
	.projects-object__info-top {
	  gap: 24px;
	}
  
	.projects-object__info-content {
	  -ms-grid-columns: minmax(auto, 250px) 20px minmax(auto, 294px);
	  grid-template-columns: minmax(auto, 250px) minmax(auto, 294px);
	  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
	  justify-content: space-between;
	  gap: 20px;
	}
  
	.projects-object__info {
	  padding: 26px 30px;
	}
  
	.projects-object__info-bottom {
	  gap: 28px;
	}
  
	.projects-object__chars {
	  margin-top: 30px;
	  gap: 24px;
	}
  
	.projects-object__chars-items {
	  gap: 20px;
	}
  
	.projects-object__inner {
	  gap: 30px;
	}
  
	.page__projects-object .accardion {
	  margin-top: 50px;
	}
  
	.page__projects-object .accardion .section-swiper__head .h3 {
	  font-size: 40px;
	  line-height: 120%;
	}
  
	.page__projects-object .accardion__item-title {
	  font-size: 24px;
	  letter-spacing: -0.01em;
	}
  
	.page__projects-object .accardion__item-content {
	  padding: 29.5px 0 24px;
	  font-size: 18px;
	}
  
	.page__projects-object .video {
	  margin-bottom: 120px;
	}
  
	.page__projects-object .projects__inner {
	  gap: 30px;
	}
  
	.projects-object__descr-wrapper {
	  margin-top: 50px;
	  gap: 30px;
	}
  
	.projects-object__descr-wrapper h2 {
	  letter-spacing: -0.02em;
	}
  
	.projects-object__descr {
	  gap: 16px;
	  line-height: 137%;
	}
  
	.projects-object {
	  margin-bottom: 80px;
	}
  }
  
  @media (max-width: 668px) {
  
	#acf-form .acf-form-submit{
		grid-template-columns: 1fr;
	}

	.burger-overlay{
		top:0;
		z-index: 101;
	}

	.intro__slide,
	.page-404__inner {
	  height: clamp(700px, 95vh, 812px);
	}
  
	.services__items {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
	  flex-direction: column;
	}
  
	.projects__items {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
	  flex-direction: column;
	}
  
	.about-us__content {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
	  flex-direction: column;
	}
  
	.about-us__title-box .h1 {
	  font-size: 24px;
	  line-height: 120%;
	}
  
	.banner__img {
	  right: unset;
	}
  
	.about__content {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: reverse;
	  -ms-flex-direction: column-reverse;
	  flex-direction: column-reverse;
	}
  
	.about__image-box {
	  min-width: auto;
	  position: static;
	}
  
	.page__services-open .about__content {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
	  flex-direction: column;
	}
  
	.page__projects .projects__head {
	  gap: 20px;
	  padding-bottom: 35px;
	}
  
	.page__projects .projects__head .h1 {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
	  flex-direction: column;
	}
  
	.page__projects .projects__head-info-box {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
	  flex-direction: column;
	  -webkit-box-align: start;
	  -ms-flex-align: start;
	  align-items: flex-start;
	  gap: 20px;
	}
  
	.contacts__inner {
	  padding: 0;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
	  flex-direction: column;
	  gap: 40px;
	}
  
	.map {
	  height: 500px;
	  -webkit-box-ordinal-group: 3;
	  -ms-flex-order: 2;
	  order: 2;
	}
  
	.contacts__content {
	  padding: 0;
	  -webkit-box-ordinal-group: 2;
	  -ms-flex-order: 1;
	  order: 1;
	}
  
	.contacts__info-wrapper {
	  gap: 30px;
	}
  
	.contacts__box-wrapper .btn {
	  margin-top: 8px;
	}
  
	.achievements__items {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
	  flex-direction: column;
	  gap: 40px;
	}
  
	.history__content {
	  -ms-grid-columns: 1fr;
	  grid-template-columns: 1fr;
	  -ms-grid-rows: auto;
	  grid-template-rows: auto;
	  gap: 24px;
	}
  
	.history__content>*:nth-child(1) {
	  -ms-grid-row: 1;
	  -ms-grid-column: 1;
	}
  
	.history__info {
	  -ms-grid-row: 1;
	  -ms-grid-row-span: 1;
	  grid-row: 1/2;
	}
  
	.history__info .swiper-wrapper {
	  width: calc(100vw - 40px);
	}
  
	.history__image-swiper-wrapper {
	  -ms-grid-column: 1;
	  -ms-grid-column-span: 1;
	  grid-column: 1/2;
	  -ms-grid-row: 2;
	  -ms-grid-row-span: 1;
	  grid-row: 2/3;
	}
  
	.history__dots-wrapper {
	  -ms-grid-row: 3;
	  -ms-grid-row-span: 1;
	  grid-row: 3/4;
	}
  
	.page__news-open .projects__items {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
	  flex-direction: column;
	  gap: 30px;
	}
  
	.page__news-open .section-swiper__slide {
	  gap: 12px;
	}
  
	.page__news-open .section-swiper__info {
	  height: 19px;
	}
  }
  
  @media (max-width: 568px) {
	.big-factoids {
	  font-size: 80px;
	}
  
	.factoids {
	  font-size: 50px;
	}
  
	.h1 {
	  font-size: 28px;
	}
  
	.h2 {
	  font-size: 24px;
	}
  
	.h3 {
	  font-size: 20px;
	}
  
	.h3-regular {
	  font-size: 20px;
	}
  
	.h4 {
	  font-size: 18px;
	}
  
	.text-20, .news-open p {
	  font-size: 16px;
	}
  
	.h5 {
	  font-size: 16px;
	}
  
	.intro__content .h1{
		font-size: 25px;
	}

	.text-16 {
	  font-size: 14px;
	}
  
	.text-16-medium {
	  font-size: 14px;
	}
  
	.text-14 {
	  font-size: 12px;
	}
  
	.text-14-medium {
	  font-size: 12px;
	}
  
	.d-mob {
	  display: none;
	}
  
	.container {
	  padding: 0 16px;
	}
  
	.btn {
	  height: 41px;
	  padding: 12px 16px;
	}
  
	.topbar {
	  display: none;
	}
  
	.header__inner {
	  min-height: 72px;
	}
  
	.header .icons-logo {
	  width: 80px;
	  height: 32px;
	}
  
	.header__right {
	  gap: 20px;
	}
  
	.burger__open,
	.burger__close {
	  width: 40px;
	  height: 40px;
	  padding: 9px;
	}
  
	.footer__box {
	  -ms-grid-column-span: 2;
	  grid-column: span 2;
	  gap: 30px;
	  padding: 0;
	}
  
	.footer__box .btn {
	  width: -webkit-fit-content;
	  width: -moz-fit-content;
	  width: fit-content;
	}
  
	.footer__nav .nav__list {
	  gap: 10px;
	  font-size: 12px;
	  line-height: 160%;
	}
  
	.footer__contacts {
	  -ms-grid-columns: auto 24px 41px;
	  grid-template-columns: auto 41px;
	  -ms-grid-column-span: 2;
	  grid-column: span 2;
	  -ms-grid-row: 3;
	  -ms-grid-row-span: 1;
	  grid-row: 3/4;
	  gap: 24px;
	}
  
	.footer__contacts-items {
	  gap: 24px;
	}
  
	.footer .socials__link {
	  width: 41px;
	  height: 41px;
	}
  
	.footer__content {
	  padding: 40px 0 30px;
	  gap: 49px 20px;
	}
  
	.footer__bottom {
	  padding: 30px 0 40px;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
	  flex-direction: column;
	  gap: 16px;
	}
  
	.intro {
	  margin-bottom: 60px;
	}
  
	.intro__content {
	  gap: 20px;
	  bottom: 40vh;
	}
  
	.intro__content-list {
	  gap: 4px;
	  padding: 0;
	  margin: 0;
	}
  
	.intro__bottom {
	  height: 121px;
	  padding: 40px 0;
	  gap: 0;
	  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
	  justify-content: space-between;
	}
  
	.intro__bottom .swiper-index-box {
	  display: none;
	}
  
	.btn-arrow {
	  width: 41px;
	  height: 41px;
	}
  
	.swiper-controls {
	  gap: 20px;
	}
  
	.services__inner {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
	  flex-direction: column;
	  gap: 30px;
	}
  
	.services__item {
	  padding: 27px 20px 20px;
	  min-height: 200px;
	  height: 200px;
	}
  
	.services__item:hover {
	  padding: 20px;
	}
  
	section,
	.banner,
	.page-404 {
	  margin-bottom: 100px;
	}
  
	.projects__tab-btns {
	  padding: 0 16px;
	  margin: 0 -16px;
	  gap: 20px;
	}
  
	.projects__item-info-wrapper h4 {
	  font-size: 20px;
	}
  
	.projects__items {
	  gap: 30px;
	}
	
	.projects-main .projects__items {
	  gap: 40px;
	}
  
	.banner__inner {
	  padding: 30px 20px;
	}
  
	.banner__title {
	  margin-bottom: 24px;
	}
  
	.banner .socials__link {
	  width: 41px;
	  height: 41px;
	}
  
	.banner .socials__list {
	  gap: 20px;
	}
  
	.banner__content {
	  gap: 20px;
	}
  
	.section-swiper__swiper {
	  margin: 0 -16px;
	  padding: 0 16px;
	}
  
	.section-swiper__head {
	  min-height: 41px;
	}
  
	.section-swiper .swiper-slide,
	.section-swiper .swiper-slide:nth-child(1) {
	  max-width: 283px;
	}
  
	.section-swiper__image-box {
	  aspect-ratio: 283/200;
	  height: 200px;
	}
  
	.section-swiper__slide {
	  gap: 12px;
	}
  
	.section-swiper__info-wrapper {
	  gap: 6px;
	}
  
	.about-us__image-box {
	  aspect-ratio: unset;
	  max-width: 100%;
	  height: 200px;
	}
  
	.about-us__box .text-16 {
	  font-size: 14px;
	  line-height: 142%;
	}
  
	.about-us__content {
	  margin-bottom: 50px;
	}
  
	.advantages {
	  padding: 30px 20px;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
	  flex-direction: column;
	  gap: 24px;
	  -webkit-box-align: start;
	  -ms-flex-align: start;
	  align-items: flex-start;
	}
  
	.advantages__item-info h5 {
	  font-size: 18px;
	  line-height: 140%;
	}
  
	.advantages__item-info .text-14 {
	  font-size: 14px;
	  line-height: 160%;
	}
  
	.reviews__head {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
	  flex-direction: column;
	  -webkit-box-align: start;
	  -ms-flex-align: start;
	  align-items: flex-start;
	  gap: 20px;
	}
  
	.reviews__swiper {
	  gap: 14px;
	}
  
	.reviews__item {
	  padding: 16px 0 0 32px;
	  gap: 30px;
	}
  
	.reviews__item .icons-mark {
	  width: 44px;
	  height: 36px;
	}
  
	.reviews__author {
	  gap: 16px;
	}
  
	.reviews__author-img {
	  width: 40px;
	  height: 40px;
	}
  
	.contact-us__inner {
	  padding: 30px 20px;
	}
  
	.contact-us__head {
	  gap: 20px;
	}
  
	.contact-us__form-bottom {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
	  flex-direction: column;
	  -webkit-box-align: start;
	  -ms-flex-align: start;
	  align-items: flex-start;
	}
  
	#btn-up {
	  width: 41px;
	  height: 41px;
	  right: 16px;
	}
  
	.burger__menu {
	  padding: 16px 0;
	  gap: 30px;
	}
  
	.burger__head {
	  padding: 0 16px;
	}
  
	.burger__head .phone-box {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  margin-left: auto;
	}
  
	.burger__close-line {
	  width: 23px;
	}
  
	.burger__body .topbar {
	  display: block;
	  border: none;
	  height: auto;
	}
  
	.burger__body .topbar .nav__list {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
	  flex-direction: column;
	}
  
	.burger__body .topbar .nav__item {
	  width: 100%;
	}
  
	.burger .nav__item {
	  padding: 0 16px 12px;
	  margin-bottom: 12px;
	}
  
	.burger__bottom {
	  padding: 0 16px;
	}
  
	.burger__bottom .socials {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	}
  
	.burger__bottom .socials__link {
	  width: 41px;
	  height: 41px;
	}
  
	.burger__bottom .socials__link .icons {
	  width: 20px;
	  height: 20px;
	}
  
	.burger__bottom .socials__link .icons-whatsapp-phone {
	  width: 12px;
	  height: 12px;
	}
  
	.burger__bottom-content {
	  display: -ms-grid;
	  display: grid;
	  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	  gap: 30px;
	}
  
	.burger__bottom-content .phone-box {
	  -webkit-box-align: start;
	  -ms-flex-align: start;
	  align-items: flex-start;
	}
  
	.burger__bottom-btns .btn {
	  padding: 12px;
	}
  

	.modals__project-planning .modal-content,
	.modals__modal .modal-content {
	  padding: 20px 16px;
	}
  
	.modals .modal__head {
	  gap: 16px;
	}
  
	.page__main .header {
	  border-color: var(--black);
	}
  
	.breadcrumbs__inner,
	.page__services-object .breadcrumbs__inner {
	  padding: 24px 0 20px;
	}
  
	.objects {
	  margin-bottom: 80px;
	}
  
	.objects__inner {
	  gap: 40px;
	}
  
	.video {
	  height: 500px;
	  margin-bottom: 60px;
	}
	
	.video.about-company__video {
	  height: 250px;
	  margin-bottom: 60px;
	}
	
	.video.about-company__video .video__media {
		-o-object-fit: contain;
		object-fit: contain;
	}
  
	.about__inner {
	  gap: 30px;
	}
  
	.about__info-wrapper {
	  width: calc(100% + 10px);
	  gap: 24px;
	  margin-right: -10px;
	}
  
	.about__content {
	  gap: 30px;
	}
  
	.about__info ul {
	  gap: 1px;
	}
  
	.about__image-box {
	  height: 350px;
	}
	
	.about__image-box img {
		width:100%;
		height: 100%;
	}
  
	.accardion .services__item-numb {
	  display: none;
	}
  
	.accardion__item {
	  padding: 19px 0;
	}
  
	.accardion__item:last-child {
	  padding: 20px 0;
	}
  
	.accardion__item-btn {
	  width: 41px;
	  height: 41px;
	}
  
	.accardion__item-content {
	  padding: 16px 0 0;
	  margin: 0;
	}
  
	.projects__inner {
	  gap: 30px;
	}
  
	.page__services-open .about__image-box {
	  height: 400px;
	}
  
	.page__services-open .about__content {
	  gap: 40px;
	}
  
	.page__services-open .about__info-wrapper {
	  width: 100%;
	  padding: 0;
	  gap: 24px;
	}
  
	.page__services-open .about__info ul {
	  gap: 5px;
	}
  
	.page__services-open .about__info {
	  gap: 0.5em;
	}
  
	.team .btn-arrow {
	  width: 49px;
	  height: 49px;
	}
  
	.team__image-box {
	  max-width: 283px;
	  height: 350px;
	  margin-bottom: 16px;
	}
  
	.faq .section-swiper__head {
	  min-height: 34px;
	}
  
	.faq .accardion__inner {
	  gap: 30px;
	}
  
	.services-object__slide-info-box {
	  min-width: unset;
	}
  
	.services-object__inner {
	  gap: 24px;
	}
  
	.services-object__slide-info {
	  gap: 20px;
	}
  
	.services-object__slide-info-box {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
	  flex-direction: column;
	  gap: 20px;
	}
  
	.services-object .swiper-controls {
	  gap: 16px;
	}
  
	.page__services-object .about__info-wrapper .h1 {
	  font-size: 40px;
	}
  
	.page__services-object .about__info-wrapper {
	  width: 100%;
	  gap: 24px;
	}
  
	.page__services-object .about__info ul {
	  gap: 6.9px;
	}
  
	.page__services-object .about__content {
	  gap: 24px;
	}
  
	.page__services-object .about__image-box {
	  height: 350px;
	}
  
	.page__services-object .accardion .section-swiper__head {
	  min-height: 34px;
	}
  
	.page__services-object .accardion__item-content {
	  letter-spacing: -0.01px;
	}
  
	.page__services-object .team .swiper-controls {
	  gap: 16px;
	}
  
	.page__services-object .contact-us__form {
	  gap: 28px;
	}
  
	.page__services-object .footer__bottom {
	  padding: 30px 0 38px;
	}
  
	.page__projects .projects__head-info {
	  font-weight: 400;
	  font-size: 14px;
	  line-height: 142%;
	}
  
	.page__projects .projects__items {
	  gap: 30px;
	}
  
	.page__projects .objects__inner {
	  gap: 30px;
	}
  
	.page__projects .services__item-body {
	  max-width: 256px;
	}
  
	.page__projects .objects {
	  margin-bottom: 100px;
	}
  
	.pagination {
	  margin-top: 40px;
	  gap: 18px;
	}
  
	.pagination__content {
	  -webkit-box-pack: center;
	  -ms-flex-pack: center;
	  justify-content: center;
	}
  
	.pagination__btn-arrow {
	  display: none;
	}
  
	.pagination__list {
	  gap: 16px;
	}
  
	.pagination__link {
	  width: 41px;
	  height: 41px;
	}
  
	.page-404__inner {
	  padding-top: 122px;
	}
  
	.page-404__content {
	  gap: 30px;
	}
  
	.page-404__content-text {
	  gap: 16px;
	}
  
	.page-404__title {
	  right: 3px;
	  bottom: 30px;
	  font-size: 100px;
	  line-height: 120%;
	}
  
	.title {
	  margin-bottom: 30px;
	}
  
	.privacy__content {
	  gap: 24px;
	}
  
	.privacy__list-1 {
	  gap: 24px;
	}
  
	.privacy__list-1-item {
	  gap: 16px;
	}
  
	.privacy__list-2 {
	  gap: 8px;
	}
  
	.privacy__list-3 {
	  padding: 0;
	}
  
	.head {
	  margin-bottom: 30px;
	  -webkit-box-align: center;
	  -ms-flex-align: center;
	  align-items: center;
	}
  
	.page__reviews .breadcrumbs__inner {
	  padding: 24px 0 16px;
	}
  
	.page__reviews .reviews__list {
	  gap: 30px;
	}
  
	.page__reviews .reviews__item {
	  padding: 30px 0 0 0;
	  gap: 16px;
	}
  
	.page__reviews .reviews__item-content {
	  gap: 16px;
	}
  
	.page__reviews .reviews__item-images {
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	  gap: 16px 20px;
	}
  
	.page__reviews .reviews__item-img {
	  max-width: 101px;
	}
  
	.licenses__item {
	  min-height: 136px;
	  padding: 20px;
	  -webkit-box-align: end;
	  -ms-flex-align: end;
	  align-items: flex-end;
	  gap: 0;
	}
  
	.licenses__item .h4 {
	  font-weight: 500;
	  font-size: 20px;
	  line-height: 140%;
	}
  
	.licenses__item span {
	  font-weight: 400;
	  font-size: 16px;
	  line-height: 142%;
	}
  
	.achievements__inner {
	  gap: 40px;
	}
  
	.achievements__title {
	  line-height: 121%;
	}
  
	.achievements__items-box {
	  padding: 0;
	}
  
	.achievements__item {
	  gap: 10px;
	}
  
	.achievements__items-box .achievements__item {
	  gap: 16px;
	}
  
	.history__info {
	  gap: 24px;
	}
  
	.history__info-box {
	  gap: 16px;
	}
  
	.history__image-box {
	  height: 460px;
	}
  
	.history__dots {
	  margin-bottom: 9px;
	  gap: 0;
	}
  
	.history__dot {
	  padding: 0 0 18px 0;
	}
  
	.page__news .projects__inner {
	  gap: 40px;
	}
  
	.page__news .projects__items {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
	  flex-direction: column;
	  gap: 30px;
	}
  
	.page__news .section-swiper__image-box {
	  aspect-ratio: 343/250;
	  height: 250px;
	}
  
	.page__news .section-swiper__slide {
	  gap: 12px;
	}
  
	.page__news .section-swiper__info {
	  height: 19px;
	}
  
	.page__news .section-swiper__info~.h5 {
	  min-height: 44px;
	  line-height: 137%;
	}
  
	.news-open__info-wrapper {
	  gap: 60px;
	}
  
	.news-open__inner {
	  gap: 40px;
	}
  
	.news-open__image-info {
	  max-width: 245px;
	}
  
	.news-open__image-wrapper {
	  gap: 24px;
	}
  
	.news-open__image-box {
	  height: 460px;
	}
  
	.news-open__content {
	  gap: 16px;
	}
  
	.news-open__content--demand {
	  gap: 24px;
	}
  
	.news-open__content .h2 {
	  font-size: 30px;
	}
  
	.news-open__list-wrapper {
	  gap: 8px;
	  line-height: 137%;
	}
  
	.news-open__info-box {
	  gap: 30px;
	}
  
	.page__news-open .section__head {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
	  flex-direction: column;
	  -webkit-box-align: start;
	  -ms-flex-align: start;
	  align-items: flex-start;
	}
  
	.swiper__controls-wrapper {
	  left: 20px;
	  right: 20px;
	  bottom: 20px;
	}
  
	.swiper__controls-wrapper .swiper-controls {
	  gap: 16px;
	}
  
	.swiper__controls-wrapper .swiper-index-box {
	  font-size: 16px;
	}
  
	.page__projects-object .breadcrumbs__inner {
	  padding: 24px 0 20px;
	}
  
	.page__projects-object .mini-tab {
	  top: 20px;
	}
  
	.page__projects-object .accardion .section-swiper__head .h3 {
	  font-size: 28px;
	}
  
	.page__projects-object .section-swiper__head {
	  min-height: 34px;
	}
  
	.page__projects-object .accardion {
	  margin-top: 40px;
	}
  
	.page__projects-object .accardion__item-title {
	  font-size: 20px;
	  letter-spacing: -0.01em;
	  line-height: 136%;
	}
  
	.page__projects-object .accardion__item-content {
	  padding: 11px 0 0;
	  font-size: 16px;
	}
  
	.page__projects-object .accardion__item-head {
	  gap: 20px;
	}
  
	.page__projects-object .projects-object {
	  margin-bottom: 60px;
	}
  
	.page__projects-object .video {
	  margin-bottom: 100px;
	}
  
	.page__projects-object .projects .section__head {
	  gap: 13px;
	}
  
	.projects-object__slide-image-box {
	  height: 542px;
	}
  
	.projects-object__info {
	  padding: 16px 20px;
	}
  
	.projects-object__info-content {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
	  flex-direction: column;
	  gap: 16px;
	}
  
	.projects-object__info-more {
	  margin-top: 4px;
	}
  
	.projects-object__info {
	  gap: 24px;
	}
  
	.projects-object__info-bottom {
	  gap: 26px;
	}
  
	.projects-object__info-bottom-btns {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
	  flex-direction: column;
	  gap: 20px;
	}
  
	.projects-object__info-bottom-btns .btn {
	  width: 100%;
	}
  
	.projects-object__chars-items {
	  -ms-grid-columns: 1fr 20px 1fr;
	  grid-template-columns: repeat(2, 1fr);
	  gap: 12px 20px;
	}
  
	.projects-object__chars {
	  margin-top: 40px;
	  gap: 20px;
	}
  
	.projects-object__inner {
	  gap: 20px;
	}
  
	.projects-object__descr-wrapper {
	  margin-top: 40px;
	  gap: 20px;
	}
  
	.history__info .swiper-wrapper {
	  width: calc(100vw - 32px);
	}
	
	.intro__bottom .btn {
		position: absolute;
		bottom: 30vh;
	}
	
	.intro__content {
		bottom: 40vh;
	}
  }
.contacts__box a:hover {
    opacity: 0.5;
}

.swiper-hero-progress {
    height: 3px;
	background-color: rgba(255, 255, 255, 0.2);
	position: relative;
	z-index: 2;
    width: 0;
}

.single-service .about__image-box img {
    background-size: cover;
    width: 100%;
    height: 100%;
}
.tax-services .services__item-body h3 {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 24px;
	line-height: 140%;
	color: #3e3e3e;
}

.tax-services .services .services__item.objects__item {
    padding: 30px 0px;
    height: auto;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    background: none;
    border-top: 2px solid #f3f3f3;
    background-image: none;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: left center;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    align-items: flex-start;
}
.tax-services .services .services__item:hover .h3 {
	color: #3556a9;
}
.tax-services .services .services__item .btn-arrow {
    background-color: #3556a9;
	right: 0px;
}
.tax-services .services__item .btn-arrow__content .icons-btn-arrow:first-child {
    stroke: var(--white);
}
.tax-services .services__item-body {
    max-width: 430px;
}

.tax-services .services .services__item.objects__item span{
	margin-top: 5px;
}
@media (max-width: 568px) {
	.objects__item:hover .factoids, .objects__item:hover .text-14 {
		color: unset;
	}
	.services__item .btn-arrow {
        display: none;
    }
	.services__item {
        min-height: auto;
	}
	.tax-services .services .services__item.objects__item {
		padding: 15px 0px;
	}
	.tax-services .services__item-body h3 {
		font-size: 18px;
		line-height: 25.2px;
	}
	
}
.hidden__service {display:none;}
.btn.show__more {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #3e3e3e;
    border: 1px solid rgba(62, 62, 62, 0.2);
    border-radius: 3px;
    padding: 16px 24px;
    width: 150px;
    height: 49px;
    margin: 0 auto;
	text-align: center;
}

/* Доп. стили под слайдер в услугах */

.service_slider .owl-nav {
	display: flex;
	position: absolute;
	top: 40%;
	z-index: 20;
	color: white;
	width: 100%;
	font-size: 64px;
	padding: 0 16px;
	justify-content: space-between;
}

.service_slider .owl-nav .owl-prev,
.service_slider .owl-nav .owl-next {
	background-color: rgba(0,0,0,0.6) !important;
	width: 64px;
	border-radius: 50%;
}

.service_slider .owl-nav span {
	display: inline-block;
	line-height: 51px;
	vertical-align: top;
	margin-bottom: 4px;
}

/* Доп стили для футера */

.footer__box {
	display: flex;
	align-items: center;
}