.grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.grow:hover,
.grow:focus,
.grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
@-webkit-keyframes pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}
@keyframes pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}
.pop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.pop:hover,
.pop:focus,
.pop:active {
    -webkit-animation-name: pop;
    animation-name: pop;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.float {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.float:hover,
.float:focus,
.float:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}
.sweep {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.sweep:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffbf1d;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.sweep:hover,
.sweep:focus,
.sweep:active {
    color: #fff;
}
.sweep:hover:before,
.sweep:focus:before,
.sweep:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
@font-face {
    font-family: "PTSans";
    src: url(../fonts/pt-sans_bold.ttf);
}
@font-face {
    font-family: "Montserrat";
    src: url(../fonts/Montserrat-Thin.ttf);
    font-weight: 100;
    font-style: thin;
}
@font-face {
    font-family: "Montserrat";
    src: url(../fonts/Montserrat-ThinItalic.ttf);
    font-weight: 100;
    font-style: italic;
}
@font-face {
    font-family: "Montserrat";
    src: url(../fonts/Montserrat-SemiBold.ttf);
    font-weight: 600;
    font-style: semibold;
}
@font-face {
    font-family: "Montserrat";
    src: url(../fonts/Montserrat-Regular.ttf);
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Montserrat";
    src: url(../fonts/Montserrat-Medium.ttf);
    font-weight: 500;
    font-style: medium;
}
@font-face {
    font-family: "Montserrat";
    src: url(../fonts/Montserrat-Light.ttf);
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Montserrat";
    src: url(../fonts/Montserrat-LightItalic.ttf);
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: "Montserrat";
    src: url(../fonts/Montserrat-ExtraLight.ttf);
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: "Montserrat";
    src: url(../fonts/Montserrat-ExtraLightItalic.ttf);
    font-weight: 200;
    font-style: italic;
}
@font-face {
    font-family: "Montserrat";
    src: url(../fonts/Montserrat-ExtraBold.ttf);
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: "Montserrat";
    src: url(../fonts/Montserrat-ExtraBoldItalic.ttf);
    font-weight: 800;
    font-style: italic;
}
@font-face {
    font-family: "Montserrat";
    src: url(../fonts/Montserrat-Bold.ttf);
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Montserrat";
    src: url(../fonts/Montserrat-BoldItalic.ttf);
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: "Montserrat";
    src: url(../fonts/Montserrat-Black.ttf);
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: "Montserrat";
    src: url(../fonts/Montserrat-Black.ttf);
    font-weight: 900;
    font-style: italic;
}
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    opacity: 1;
    transition: 1s;
}
section:nth-child(even) {
    background-color: #f3f3f3;
}
section:nth-child(even) {
    background: #f3f3f3;
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.body {
    margin: 0 auto;
    position: relative;
}
.main {
    overflow: hidden;
}
.contact {
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0);
    height: 43px;
    border: 1px solid #ffbf1d;
    color: #f3f3f3;
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    padding: 10px;
    text-decoration: none;
    transition: all 0.5s;
}
.bottom:hover,
.top:hover {
    background-color: #f3f3f3;
    color: #2d2d2d;
}
.orange {
    background-color: #ffbf1d;
}
.orange:hover {
    background: #f3f3f3;
    color: #ffbf1d;
}
.white-fill {
    background: #f3f3f3;
    color: #2d2d2d;
    border: 0;
}
.black {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #2d2d2d;
    color: #2d2d2d;
    transition: all 0.2s linear 0s;
}
.white {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #f3f3f3;
    color: #f3f3f3;
    transition: all 0.2s linear 0s;
}
.white:hover {
    color: #2d2d2d;
    background-color: #f3f3f3;
    border-color: #2d2d2d;
}
.big {
    font-size: 26px;
    padding: 10px;
    font-weight: bold;
}
.black:hover {
    background: #2d2d2d;
    color: #f3f3f3;
}
.orange-border {
    color: #2d2d2d;
}
.orange-border:hover {
    background: #ffbf1d;
    color: #f3f3f3;
}
.logo-link {
    text-decoration: none;
}
.logo-link .logo {
    cursor: pointer;
    max-width: 133px;
    max-height: 77px;
}
.bottom-square {
    position: absolute;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    border: 2px solid #ff971d;
}
.current-year,
.current-year-mobile {
    background-color: rgba(0, 0, 0, 0);
    color: #f3f3f3;
}
.mobile-header {
    display: none;
    position: sticky;
    top: 0;
    z-index: 30;
}
.header {
    background: #2d2d2d;
    flex-direction: column;
    align-items: center;
    font-family: "Montserrat";
    transition: all 0.2s ease-in-out;
    animation-delay: 0ms;
    position: sticky;
    top: 0;
    z-index: 30;
}
.header svg:hover {
    cursor: pointer;
}
.header .header__wrapper {
    margin: 0 auto;
    max-width: 1200px;
    flex-direction: column;
    width: 100%;
    transition: all 0.2s ease-in-out;
    animation-delay: 0ms;
}
.header .header__wrapper .header__top {
    background: #2d2d2d;
    font-size: 14px;
    height: 95px;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #fff;
    justify-content: space-between;
    padding: 0 15px;
    transition: all 0.2s ease-in-out;
    animation-delay: 0ms;
}
.header .header__wrapper .header__top .header__info {
    display: flex;
    flex-direction: row;
    gap: 44px;
}
.header .header__wrapper .header__top .header__info .schedule-wrapper,
.header .header__wrapper .header__top .header__info .address-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}
.header .header__wrapper .header__top .header__logo-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}
.header .header__wrapper .header__top .header__logo-wrapper .header__title {
    max-width: 168px;
    line-height: 142.2%;
}
.header .header__wrapper .header__top .navigation__a,
.header .header__wrapper .header__top .header__telephone {
    color: #fff;
    text-decoration: none;
}
.header .header__wrapper .header__top .telephone-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 400;
    padding-right: 10px;
}
.header .header__menu {
    height: 76px;
    background: #f3f3f3;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}
.header .header__menu .menubar {
    padding: 0 15px;
    width: 100%;
    max-width: 1172px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.header .header__menu .menubar .navigation {
    list-style: none;
    display: flex;
    flex-direction: row;
    column-gap: 30px;
}
.header .header__menu .navigation__a {
    color: #2d2d2d;
    text-decoration: none;
    position: relative;
    font-weight: 600;
    text-decoration: none;
}
.rent {
    position: relative;
    background-color: #f3f3f3;
    padding-bottom: 78px;
    margin: 0 auto;
}
.rent .slider__wrapper {
    background-color: #f3f3f3;
    width: 100%;
    min-height: 600px;
    margin: 0 auto;
}
.rent .slider__image {
    height: 600px;
}
.rent .slider {
    max-width: 1600px;
}
.rent .slider__shadow-text {
    cursor: default;
    position: absolute;
    font-family: "Montserrat";
    font-size: 108px;
    color: rgba(196, 196, 196, 0.5);
    font-weight: 700;
    transform: rotate(-90deg);
    z-index: 25;
    top: 40%;
    right: 80%;
}
.rent .rent__shadow-text {
    cursor: default;
    display: inline;
    position: absolute;
    font-family: "Montserrat";
    font-size: 100px;
    text-stroke: 1px #bababa;
    -webkit-text-stroke: 1px #bababa;
    color: rgba(0, 0, 0, 0);
    font-weight: 700;
    z-index: 10;
    bottom: -50px;
    right: 0;
}
.rent .overlay {
    position: absolute;
    display: flex;
    flex-direction: column;
    min-width: 510px;
    max-width: 50%;
    width: 100%;
    padding: 0 25px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 20;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease-in-out;
    animation-delay: 0ms;
}
.rent .overlay .slider__control-wrapper {
    width: 100%;
    display: flex;
    max-width: 132px;
    flex-direction: row-reverse;
    position: absolute;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: -100%;
    bottom: 0;
}
.rent .overlay .overlay__wrapper::before {
    content: "";
    border-top: 5px solid #ffbf1d;
    max-width: 264px;
    padding-bottom: 20px;
}
.rent .overlay .overlay__wrapper {
    left: 10%;
    max-width: 440px;
    width: 100%;
    max-height: 334px;
    height: 100%;
    display: flex;
    flex-direction: column;
    animation-delay: 0ms;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, rgb(252, 209, 39) 50%);
    background-size: 200%;
    padding-bottom: 120px;
    background-position: 0 0;
    transition: 0.5s ease-in-out;
}
.rent .overlay .overlay__wrapper .overlay__title {
    color: #2d2d2d;
    font-family: "PTSans";
    font-size: 3em;
    font-weight: 700;
    line-height: 141.7%;
    word-break: break-all;
}
.rent .overlay .overlay__wrapper .overlay__subtitle {
    color: #2d2d2d;
    font-family: "PTSans";
    font-size: 40px;
    font-weight: 700;
    line-height: 141.7%;
}
.rent .overlay .overlay__wrapper .overlay__text {
    color: #2d2d2d;
    font-family: "Montserrat";
    font-size: 22px;
    font-weight: 500;
    line-height: 156.7%;
    padding: 30px 0;
}
.rent .overlay .overlay__wrapper .button-wrapper {
    display: flex;
    flex-direction: row;
    gap: 28px;
}
.rent .counter,
.rent .swiper-pagination-fraction {
    position: absolute;
    right: 55px;
    font-family: "Montserrat";
    color: #f1f1f1;
    font-weight: bold;
    max-width: 105px;
    top: 25px;
    left: 93%;
    max-height: 80px;
}
.rent .counter .counter__current,
.rent .counter .swiper-pagination-current,
.rent .swiper-pagination-fraction .counter__current,
.rent .swiper-pagination-fraction .swiper-pagination-current {
    font-size: 40px;
    font-weight: #000;
}
.rent .counter .count-slash,
.rent .swiper-pagination-fraction .count-slash {
    font-size: 40px;
}
.rent .counter .counter__total,
.rent .counter .swiper-pagination-total,
.rent .swiper-pagination-fraction .counter__total,
.rent .swiper-pagination-fraction .swiper-pagination-total {
    color: #f0f0f0;
    font-size: 20px;
}
.additional-services {
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    animation-delay: 0ms;
}
.additional-services .additional-services__shadow-text {
    cursor: default;
    position: absolute;
    font-family: "Montserrat";
    font-size: 127px;
    color: rgba(211, 208, 208, 0.2);
    font-weight: 700;
    z-index: 25;
    top: -20px;
    left: 116px;
}
.additional-services .additional-services__wrapper {
    gap: 30px;
    display: flex;
    flex-direction: row;
    max-width: 1172px;
    margin: 0 auto;
    padding: 55px 20px;
    justify-content: center;
    transition: all 0.2s ease-in-out;
    animation-delay: 0ms;
}
.additional-services .additional-services__wrapper .additional-services__image-container {
    max-width: 646px;
    transition: all 0.2s ease-in-out;
    animation-delay: 0ms;
}
.additional-services .additional-services__wrapper .additional-services__image-container .additional-services__image {
    max-width: 646px;
    width: 100%;
}
.additional-services .additional-services__wrapper .additional-services__info {
    position: relative;
    transition: all 0.2s ease-in-out;
    animation-delay: 0ms;
}
.additional-services .additional-services__wrapper .additional-services__info .bottom-square {
    right: 0;
    bottom: 30px;
    transition: all 0.2s ease-in-out;
    animation-delay: 0ms;
}
.additional-services .additional-services__wrapper .additional-services__info .bottom-stripe {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 4px solid #c4c4c4;
    transition: all 0.2s ease-in-out;
    animation-delay: 0ms;
}
.additional-services .additional-services__wrapper .additional-services__info .bottom-stripe::before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 138px;
    height: 4px;
    background-color: #535554;
}
.additional-services .additional-services__wrapper .additional-services__info .additional-services__title {
    font-family: "PTSans";
    font-size: 2.5rem;
    line-height: 141.7%;
    min-width: 425px;
}
.additional-services .additional-services__wrapper .additional-services__info .additional-services__title .additional-services__mark {
    color: #ff971d;
    background: rgba(0, 0, 0, 0);
}
.additional-services .additional-services__wrapper .additional-services__info .additional-services__ul {
    font-family: "Montserrat";
    list-style: none;
    font-size: 16px;
    padding: 10px 0;
}
.additional-services .additional-services__wrapper .additional-services__info .additional-services__ul .additional-services__li {
    padding: 15px 0;
    transition: all 0.2s ease-in-out;
}
.additional-services .additional-services__wrapper .additional-services__info .additional-services__ul .additional-services__li::before {
    content: "";
    height: 10px;
    width: 10px;
    background-color: #fcb427;
    display: inline-block;
    margin: 0 10px 0 0;
}
.additional-services .additional-services__wrapper .additional-services__info .additional-services__ul .additional-services__li:hover {
    padding-left: 25px;
    cursor: pointer;
    font-weight: bold;
}
.main-services {
    background-color: #f3f3f3;
}
.main-services .main-services__wrapper {
    padding: 55px 0;
    max-width: 1172px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.main-services .main-services__wrapper .main-services__shadow-text-top {
    cursor: default;
    position: absolute;
    font-family: "Montserrat";
    font-size: 100px;
    color: rgba(196, 196, 196, 0.2);
    font-weight: 700;
    right: -15%;
    bottom: 7%;
}
.main-services .main-services__wrapper .main-services__shadow-text-bottom {
    cursor: default;
    position: absolute;
    font-family: "Montserrat";
    font-size: 100px;
    color: rgba(196, 196, 196, 0.2);
    font-weight: 700;
    left: -15%;
    top: 7%;
}
.main-services .main-services__wrapper .main-services__title {
    font-family: "PTSans";
    font-size: 40px;
    line-height: 141.7%;
    font-weight: 700;
    color: #2d2d2d;
    align-self: flex-start;
}
.main-services .main-services__wrapper .main-services__title .main-services__title-mark {
    background-color: rgba(0, 0, 0, 0);
    color: #ff971d;
}
.main-services .main-services__wrapper .main-services__addiction-info {
    padding: 10px 0;
    color: #2d2d2d;
    font-size: 14px;
    font-family: "Montserrat";
    align-self: flex-start;
}
.main-services .main-services__wrapper .main-services__cards {
    padding: 25px 0;
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: space-between;
}
.main-services .main-services__wrapper .main-services__cards .main-service-card {
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: column;
}
.main-services .main-services__wrapper .main-services__cards .main-service-card .main-service-card__image {
    -webkit-box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.1);
    width: 100%;
}
.main-services .main-services__wrapper .main-services__cards .main-service-card .main-service-card__title-wrapper {
    height: 83px;
    background-color: #fcb427;
    text-align: center;
    -webkit-box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.1);
}
.main-services .main-services__wrapper .main-services__cards .main-service-card .main-service-card__title-wrapper .main-service-card__title {
    font-family: "Montserrat";
    font-size: 18px;
    color: #fff;
    line-height: 450%;
    font-weight: bold;
}
.main-services .main-services__wrapper .main-services__cards .main-service-card .main-service-card__ul {
    position: relative;
    background-color: #fff;
    box-sizing: border-box;
    padding: 15px 0;
    -webkit-box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.1);
}
.main-services .main-services__wrapper .main-services__cards .main-service-card .main-service-card__ul .main-service-card__li {
    text-indent: 15px;
    position: relative;
    box-sizing: border-box;
    max-width: 408px;
    width: 100%;
    padding: 5px 30px;
    line-height: 156.7%;
    font-family: "Montserrat";
}
.main-services .main-services__wrapper .main-services__cards .main-service-card .main-service-card__li::before {
    position: absolute;
    top: 14px;
    content: "";
    height: 5px;
    width: 5px;
    background-color: #fcb427;
    display: block;
    border-radius: 50%;
}
.main-services .main-services__wrapper .main-services__cards .main-service-card .main-service-card__li:last-child::before {
    content: revert;
}
.main-services .main-services__wrapper .main-services__cards .main-service-card .main-service-card__li:last-child {
    text-indent: revert;
    font-size: 18px;
    display: inline-flex;
    justify-content: flex-start;
    gap: 40px;
}
.main-services .main-services__wrapper .main-services__cards .main-service-card .price {
    display: inline-block;
    font-weight: bold;
    background: rgba(0, 0, 0, 0);
}
.main-services .main-services__wrapper .main-services__cards .main-service-card .main-service-card__ul::before {
    content: "";
    position: absolute;
    background-image: url(../images/dotted-left.png);
    background-repeat: no-repeat;
    width: 117px;
    height: 121px;
    top: 0;
    left: 0;
}
.main-services .main-services__wrapper .main-services__cards .main-service-card .main-service-card__ul::after {
    content: "";
    position: absolute;
    background-image: url(../images/dotted-right.png);
    background-repeat: no-repeat;
    width: 117px;
    height: 121px;
    top: 0;
    right: -100px;
}
.gallery {
    background: #fff;
    padding: 55px 0;
    margin: 0 auto;
    position: relative;
}
.gallery #fancybox-1,
.gallery .has-toolbar,
.gallery .is-idle,
.gallery .fancybox__container {
    z-index: 2600 !important;
}
.gallery .bottom-square {
    top: -13px;
    right: 25px;
}
.gallery .gallery__wrapper {
    max-width: 1172px;
    margin: 0 auto;
    position: relative;
    max-height: 450px;
    padding: 0 25px;
}
.gallery .gallery__wrapper .gallery__title {
    font-family: "PTSans";
    font-size: 40px;
    font-weight: bold;
}
.gallery .gallery__wrapper .swiper-wrapper {
    margin: 0 auto;
    padding: 30px 0;
    display: flex;
    flex-direction: row;
}
.gallery .gallery__wrapper .swiper-slide {
    cursor: pointer;
}
.gallery .gallery__wrapper .swiper .swiper-pagination-progressbar {
    position: absolute;
    top: 35px;
    right: 25px;
    height: 5px;
    border-radius: 0;
    width: 123px;
    background-color: #c4c4c4;
}
.gallery .gallery__wrapper .swiper .button-next {
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    outline: none;
    position: absolute;
    width: 30px;
    height: 40px;
    top: 0;
    right: 50px;
    cursor: pointer;
}
.gallery .gallery__wrapper .swiper .button-prev {
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    outline: none;
    position: absolute;
    width: 30px;
    height: 40px;
    top: 0;
    right: 90px;
    cursor: pointer;
}
.gallery .gallery__wrapper .swiper .button-prev:hover,
.gallery .gallery__wrapper .swiper .button-prev:focus,
.gallery .gallery__wrapper .swiper .button-next:hover,
.gallery .gallery__wrapper .swiper .button-next:focus {
    filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}
.benefits .benefits__shadow-text {
    cursor: default;
    position: absolute;
    font-family: "Montserrat";
    font-size: 108px;
    color: rgba(196, 196, 196, 0.2);
    font-weight: 700;
    z-index: 0;
    top: 3%;
    left: -10%;
}
.benefits .benefits__wrapper {
    max-width: 1172px;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    padding: 55px 0;
    gap: 30px;
    position: relative;
}
.benefits .benefits__wrapper .benefits__title {
    font-size: 44px;
    font-family: "PTSans";
    color: #2d2d2d;
    font-weight: bold;
    line-height: 141.7%;
}
.benefits .benefits__wrapper .benefits__ul {
    max-width: 558px;
}
.benefits .benefits__wrapper .benefits__ul .benefits__li {
    font-family: "Montserrat";
    font-size: 16px;
    padding: 18px 0;
    line-height: 156.7%;
}
.benefits .benefits__wrapper .benefits__ul .benefits__li::before {
    content: "";
    height: 10px;
    width: 10px;
    background-color: #fcb427;
    display: inline-block;
    margin: 0 10px 0 0;
}
.benefits .benefits__wrapper .benefits__image-container {
    position: relative;
    max-width: 783px;
    width: 100%;
    z-index: 3;
}
.benefits .benefits__wrapper .benefits__image-container .benefits__image {
    z-index: 2;
    max-width: 783px;
    width: 100%;
}
.benefits .benefits__image-container:after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-image: url(../images/Vector.svg);
    opacity: 0.5;
    bottom: -15px;
    right: -15px;
    height: 288px;
    width: 301px;
    z-index: -1;
}
.benefits-counters {
    background-color: #2d2d2d !important;
    position: relative;
}
.benefits-counters .benefits-counters__wrapper::before {
    position: absolute;
    content: "";
    height: 47px;
    top: 0;
    left: 0;
    width: 100vw;
    left: calc(50% - 50vw);
    background-repeat: repeat-x;
    background-image: url(../images/parallax.png);
}
.benefits-counters .benefits-counters__wrapper::after {
    position: absolute;
    content: "";
    height: 47px;
    bottom: 0;
    width: 100vw;
    left: calc(50% - 50vw);
    background-repeat: repeat-x;
    background-image: url(../images/parallax.png);
}
.benefits-counters .benefits-counters__wrapper {
    max-width: 1053px;
    padding: 130px 0;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.benefits-counters .benefits-counters__wrapper .benefits-counters__single {
    text-align: center;
}
.benefits-counters .benefits-counters__wrapper .benefits-counters__single .benefits-counters__value {
    font-family: "PTSans";
    line-height: 75.5%;
    color: #2d2d2d;
    text-stroke: 1px #bababa;
    -webkit-text-stroke: 1px #bababa;
    font-weight: bold;
    font-size: 70px;
}
.benefits-counters .benefits-counters__wrapper .benefits-counters__single .benefits-counters__text {
    line-height: 142.2%;
    padding: 15px 0;
    max-width: 265px;
    font-family: "Montserrat";
    color: #f3f3f3;
    font-weight: bold;
    font-size: 18px;
}
.clients {
    text-align: center;
    padding: 55px 0;
}
.clients .clients__title {
    font-size: 44px;
    font-family: "PTSans";
    color: #2d2d2d;
    font-weight: bold;
    line-height: 141.7%;
}
.clients .clients__wrapper {
    max-width: fit-content;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    margin: 0 auto;
    gap: 20px;
}
.clients .clients__wrapper .clients__picture {
    max-height: 200px;
}
.contacts {
    background-image: url(../images/mobkran-silhouette.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    overflow: hidden;
}
.contacts .contacts__wrapper {
    font-family: "Montserrat";
    font-size: 16px;
    line-height: 156.7%;
    max-width: 1172px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    height: 381px;
    justify-content: center;
    gap: 60px;
    align-items: center;
    transition: all 0.2s ease-in-out;
    animation-delay: 0ms;
    padding: 0 45px;
}
.contacts .contacts__wrapper .contacts__title {
    font-family: "PTSans";
    color: #2d2d2d;
    font-size: 30px;
}
.contacts .contacts__wrapper .contacts__form {
    max-width: 1172px;
    width: 100%;
}
.contacts .contacts__wrapper .contacts__form .contacts__form input[type="text"] {
    padding-left: 24px;
}
.contacts .contacts__wrapper .contacts__form .form {
    display: flex;
    flex-direction: row;
    max-width: 1172px;
    gap: 30px;
    justify-content: center;
}
.contacts .contacts__wrapper .contacts__form .form .form__field {
    height: 50px;
    border: 0;
    outline: 1px solid #b0b0b0;
    background-color: #f9f9f9;
    max-width: 370px;
    width: 100%;
    resize: none;
    box-sizing: border-box;
    padding-left: 20px;
}
.contacts .contacts__wrapper .contacts__form .form .form__field:focus {
    outline: 1px solid #ff971d;
}
.contacts .contacts__wrapper .contacts__form .form .form__wrapper {
    display: flex;
    gap: 14px;
}
.contacts .contacts__wrapper .contacts__form .form .orange {
    max-width: 370px;
    width: 100%;
    text-align: center;
    height: 50px;
    padding: 12px;
}
.footer {
    background-color: #2d2d2d;
    font-family: "Montserrat";
    padding: 55px 0;
    color: #f3f3f3;
    display: flex;
    flex-direction: row;
    font-size: 14px;
}
.footer .footer__wrapper {
    margin: 0 auto;
    padding: 0 20px;
}
.footer .footer__wrapper .footer__a,
.footer .footer__wrapper .footer__telephone {
    color: #f3f3f3;
    text-decoration: none;
}
.footer .footer__wrapper .footer__col-wrapper {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    max-width: 1172px;
    width: 100%;
    gap: 2em;
    flex-wrap: wrap;
}
.footer .footer__wrapper .footer__col-wrapper .footer__col1 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 187px;
}
.footer .footer__wrapper .footer__col-wrapper .footer__col1 .footer__info {
    line-height: 140%;
}
.footer .footer__wrapper .footer__col-wrapper .footer__col-title {
    font-weight: bold;
    padding-bottom: 15px;
}
.footer .footer__wrapper .footer__col-wrapper .footer__col-middle-subwrapper {
    display: flex;
    flex-direction: row;
    column-gap: 2em;
}
.footer .footer__wrapper .footer__col-wrapper .footer__li {
    line-height: 160%;
}
.footer .footer__wrapper .footer__col-wrapper .footer__col6 {
    display: flex;
    flex-direction: column;
    gap: 15px;
    page-break-after: always;
    align-items: flex-start;
    align-content: flex-end;
    flex-wrap: wrap;
}
.footer .footer__wrapper .footer__col-wrapper .footer__col6 .footer__col6-subwrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer .footer__wrapper .footer__col-wrapper .footer__col6 .footer__col6-subwrapper .footer__col-title {
    padding: 0;
}
.footer .footer__wrapper .footer__col-wrapper:nth-child(3) {
    page-break-after: always;
    break-after: always;
}
.footer .footer__wrapper .footer__copyright,
.footer .footer__wrapper .footer__current-year {
    background: rgba(0, 0, 0, 0);
    font-size: 10px;
    color: #b5b5b5;
    line-height: 160%;
}
.navigation-wrapper {
    position: absolute;
    display: flex;
    max-width: 100%;
    width: 100%;
    left: -100%;
    flex-direction: row;
    transition: all 0.2s ease-in-out;
    animation-delay: 0ms;
}
.mobile-navigation {
    z-index: 1000000000000000000000000000;
    margin: 0;
    padding: 0;
    position: fixed;
    width: 100%;
    background-color: #f3f3f3;
    height: 100%;
    transition: right 0.02s linear;
    color: #2d2d2d;
}
.mobile-navigation .toggle {
    top: 5px;
    right: 5px;
}
.mobile-navigation a {
    text-decoration: none;
    color: #171717;
}
.navigation__closer {
    position: absolute;
    right: 93px;
    top: 50px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
    border: 0;
}
.navigation__closer:before,
.navigation__closer:after {
    content: "";
    position: absolute;
    top: 21px;
    left: 10px;
    width: 26px;
    height: 2px;
    background: #e5e8ee;
}
.navigation__closer:before {
    webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.navigation__closer:after {
    webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.navigation__menu {
    font-family: "PTSans";
    list-style: none;
    font-weight: bold;
    font-size: 30px;
    line-height: 32px;
    padding: 50px;
}
.navigation__item {
    padding-bottom: 20px;
}
.additional {
    padding-top: 0;
    color: #171717;
    font-size: 18px;
    font-weight: normal;
    font-family: "Montserrat";
}
.toggle {
    display: block;
    height: 50px;
    width: 50px;
    overflow: hidden;
    position: relative;
}
.toggle:before,
.toggle:after {
    display: block;
    content: ".";
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
}
.toggle:before,
.toggle:after,
.toggle .toggle__bar {
    width: 50px;
    height: 4px;
    margin-top: -2px;
    position: absolute;
    top: 23px;
    background: #2d2d2d;
    -webkit-transition: 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    transition: 0.2s cubic-bezier(0.77, 0, 0.175, 1);
}
.toggle:before {
    -webkit-transform: translateY(-14px);
    -moz-transform: translateY(-14px);
    -ms-transform: translateY(-14px);
    -o-transform: translateY(-14px);
    transform: translateY(-14px);
}
.toggle:after {
    -webkit-transform: translateY(14px);
    -moz-transform: translateY(14px);
    -ms-transform: translateY(14px);
    -o-transform: translateY(14px);
    transform: translateY(14px);
}
.toggle:hover:before,
.toggle:active:before,
.toggle:focus:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.toggle:hover:after,
.toggle:hover .toggle__bar,
.toggle:active:after,
.toggle:active .toggle__bar,
.toggle:focus:after,
.toggle:focus .toggle__bar {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.toggle:hover .toggle__bar,
.toggle:active .toggle__bar,
.toggle:focus .toggle__bar {
    opacity: 0;
}
.toggle-nav {
    display: block;
    height: 50px;
    width: 50px;
    overflow: hidden;
    position: relative;
    top: 95px;
    left: 75%;
}
.toggle-nav:before,
.toggle-nav:after {
    display: block;
    content: ".";
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
}
.toggle-nav:before,
.toggle-nav:after,
.toggle-nav .toggle__bar {
    width: 50px;
    height: 4px;
    margin-top: -2px;
    position: absolute;
    top: 23px;
    background: #2d2d2d;
    -webkit-transition: 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    transition: 0.2s cubic-bezier(0.77, 0, 0.175, 1);
}
.toggle-nav:before {
    -webkit-transform: translateY(-14px);
    -moz-transform: translateY(-14px);
    -ms-transform: translateY(-14px);
    -o-transform: translateY(-14px);
    transform: translateY(-14px);
}
.toggle-nav:after {
    -webkit-transform: translateY(14px);
    -moz-transform: translateY(14px);
    -ms-transform: translateY(14px);
    -o-transform: translateY(14px);
    transform: translateY(14px);
}
.toggle-nav:hover:before,
.toggle-nav:active:before,
.toggle-nav:focus:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.toggle-nav:hover:after,
.toggle-nav:hover .toggle__bar,
.toggle-nav:active:after,
.toggle-nav:active .toggle__bar,
.toggle-nav:focus:after,
.toggle-nav:focus .toggle__bar {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.toggle-nav:hover .toggle__bar,
.toggle-nav:active .toggle__bar,
.toggle-nav:focus .toggle__bar {
    opacity: 0;
}
#arrowTop {
    opacity: 0.5;
    padding: 10px;
    color: #2d2d2d;
    position: fixed;
    bottom: 5%;
    left: 2%;
    cursor: pointer;
    outline: 1px solid #8c8a8a;
    text-align: center;
    vertical-align: center;
    z-index: 26;
    background-color: #f3f3f3;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.1);
}
#arrowTop::before {
    content: "▲";
    display: inline-block;
}
.popup-wrapper {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 900;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}
.sweep {
    color: #ffbf1d;
}
.grow {
    color: #2d2d2d;
}
.technical-park {
    background-color: #fff;
    padding: 40px;
    max-width: 1570px;
    margin: 0 auto;
}
.technical-park .swiper-thumbs {
    cursor: pointer;
}
.technical-park .technical-park__title {
    max-width: 1170px;
    margin: 0 auto;
    font-size: 40px;
    padding: 0 0 50px 0;
    font-family: "PTSans";
    font-weight: bold;
}
.technical-park .technical-park__wrapper {
    position: relative;
}
.technical-park .technical-park__wrapper .technical-park__navigation-buttons {
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
}
.technical-park .technical-park__wrapper .technical-park__navigation-buttons .swiper-button-next {
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    outline: none;
    background-image: url(../images/arrow_right.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 30px;
    height: 40px;
    top: 30px;
    right: 23px;
    cursor: pointer;
}
.technical-park .technical-park__wrapper .technical-park__navigation-buttons .swiper-button-prev {
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    outline: none;
    background-image: url(../images/arrow_left.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 30px;
    height: 40px;
    top: 30px;
    right: 60px;
    cursor: pointer;
}
.technical-park .technical-park__wrapper .technical-park__navigation-buttons .swiper-button-prev:hover,
.technical-park .technical-park__wrapper .technical-park__navigation-buttons .swiper-button-prev:focus,
.technical-park .technical-park__wrapper .technical-park__navigation-buttons .swiper-button-next:hover,
.technical-park .technical-park__wrapper .technical-park__navigation-buttons .swiper-button-next:focus {
    filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}
.technical-park .technical-park__wrapper .technical-park__navigation-buttons .bottom-square {
    top: 30px;
    right: 0;
}
.technical-park .technical-park__wrapper .technical-park__navigation-wrapper {
    height: 75px;
    box-sizing: border-box;
    position: relative;
}
.technical-park .technical-park__wrapper .technical-park__navigation-wrapper .swiper-scrollbar {
    position: absolute;
    top: 0;
    height: 5px;
    left: 0;
    border-radius: 0;
    z-index: 20;
    width: 100%;
    background-color: #c4c4c4;
}
.technical-park .technical-park__wrapper .swiper-slide {
    background-size: cover;
    background-position: center;
}
.technical-park .technical-park__wrapper .swiper-slide .technical-park__ul {
    display: flex;
    flex-direction: column;
    gap: 18px;
    line-height: 140%;
    font-family: "Montserrat";
    padding: 0 40px;
    max-width: 500px;
    width: 100%;
}
.technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li:nth-child(1) {
    font-size: 36px;
    line-height: 140%;
    font-family: "PTSans";
    padding: 0;
    font-weight: bold;
    position: relative;
    align-items: flex-end;
}
.technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li:nth-child(1)::before {
    content: revert;
}
.technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li:last-child::before {
    content: revert;
}
.technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li:last-child {
    padding: 100px 0 0 0;
    z-index: 20;
}
.technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li {
    display: flex;
    font-size: 20px;
    position: relative;
    max-width: 90%;
    padding-left: 23px;
    justify-content: space-between;
    align-items: flex-end;
}
.technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li .dotted-underline {
    display: flex;
    border-bottom: 1px dotted #171717;
    flex: 0.95;
    height: 1px;
}
.technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li mark {
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0);
}
.technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li .technical-park__telnum {
    font-size: 20px;
    text-decoration: none;
    color: #2d2d2d;
}
.technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li .phone {
    background-color: #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    cursor: pointer;
}
.technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li .cta {
    height: 80px;
    max-width: 320px;
    width: 100%;
    color: #fff;
    z-index: 15;
    transition: 1.2s;
    background: linear-gradient(to right bottom, #ff971d, #ffbf1d);
}
.technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li .number {
    height: 80px;
    max-width: 318px;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/underline.png);
    background-size: cover;
    color: #fff;
    box-shadow: 1px 1px 10px #aaa;
}
.technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li .cta:hover {
    opacity: 0;
    transition: 1.2s;
}
.technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    background-color: #fcb427;
    display: inline-block;
    margin: 0 10px 0 0;
    top: 5px;
    left: 0;
}
.technical-park .technical-park__wrapper .mySwiper4 {
    height: 80%;
    width: 100%;
}
.technical-park .technical-park__wrapper .mySwiper4 .swiper-wrapper {
    height: 100%;
}
.technical-park .technical-park__wrapper .mySwiper4 .swiper-slide {
    display: flex;
    flex-direction: row;
}
.technical-park .technical-park__wrapper .mySwiper3 {
    position: relative;
    box-sizing: border-box;
    padding: 10px 0;
}
.technical-park .technical-park__wrapper .mySwiper3 .swiper-wrapper {
    max-height: 150px;
}
.technical-park .technical-park__wrapper .mySwiper3 .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
    max-height: 137px;
    max-width: 170px;
    min-width: 170px;
}
.technical-park .technical-park__wrapper .mySwiper3 .swiper-slide-thumb-active {
    opacity: 1;
}
.technical-park .technical-park__wrapper .swiper-slide img {
    display: block;
    height: 100%;
    object-fit: cover;
}
.technical-park .technical-park__wrapper .technical-park__shadow-text {
    cursor: default;
    position: absolute;
    font-family: "Montserrat";
    font-size: 110px;
    color: rgba(211, 208, 208, 0.2);
    font-weight: 700;
    z-index: 2;
    bottom: 0;
    right: 0;
}
.additional-services,
.main-services__cards {
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.additional-services.visible,
.main-services__cards.visible {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.word {
    min-width: 240px;
    position: absolute;
    display: inline-block;
    opacity: 0;
    padding: 0 0 0 15px;
}
.letter {
    display: inline-block;
    position: relative;
    float: left;
    transform: translateZ(25px);
    transform-origin: 50% 50% 25px;
}
.letter.out {
    transform: rotateX(90deg);
    transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.letter.behind {
    transform: rotateX(-90deg);
}
.letter.in {
    transform: rotateX(0deg);
    transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
        transform: translateY(80px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.overlay__text,
.additional-services__li,
.benefits__li,
.features-list__item,
.main-service-card__li,
.technical-park__li,
.benefits__li,
.footer__li {
    width: 100%;
    opacity: 0;
    animation-name: fadeInAnimation;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
}
.overlay__text:before,
.additional-services__li:before,
.benefits__li:before,
.features-list__item:before,
.main-service-card__li:before,
.technical-park__li:before,
.benefits__li:before,
.footer__li:before {
    margin: 0 10px 0 0;
}
.overlay__text:nth-child(1),
.additional-services__li:nth-child(1),
.benefits__li:nth-child(1),
.features-list__item:nth-child(1),
.main-service-card__li:nth-child(1),
.technical-park__li:nth-child(1),
.benefits__li:nth-child(1),
.footer__li:nth-child(1) {
    animation-delay: 0.1s;
}
.overlay__text:nth-child(2),
.additional-services__li:nth-child(2),
.benefits__li:nth-child(2),
.features-list__item:nth-child(2),
.main-service-card__li:nth-child(2),
.technical-park__li:nth-child(2),
.benefits__li:nth-child(2),
.footer__li:nth-child(2) {
    animation-delay: 0.2s;
}
.overlay__text:nth-child(3),
.additional-services__li:nth-child(3),
.benefits__li:nth-child(3),
.features-list__item:nth-child(3),
.main-service-card__li:nth-child(3),
.technical-park__li:nth-child(3),
.benefits__li:nth-child(3),
.footer__li:nth-child(3) {
    animation-delay: 0.3s;
}
.overlay__text:nth-child(4),
.additional-services__li:nth-child(4),
.benefits__li:nth-child(4),
.features-list__item:nth-child(4),
.main-service-card__li:nth-child(4),
.technical-park__li:nth-child(4),
.benefits__li:nth-child(4),
.footer__li:nth-child(4) {
    animation-delay: 0.4s;
}
.overlay__text:nth-child(5),
.additional-services__li:nth-child(5),
.benefits__li:nth-child(5),
.features-list__item:nth-child(5),
.main-service-card__li:nth-child(5),
.technical-park__li:nth-child(5),
.benefits__li:nth-child(5),
.footer__li:nth-child(5) {
    animation-delay: 0.5s;
}
.overlay__text:nth-child(6),
.additional-services__li:nth-child(6),
.benefits__li:nth-child(6),
.features-list__item:nth-child(6),
.main-service-card__li:nth-child(6),
.technical-park__li:nth-child(6),
.benefits__li:nth-child(6),
.footer__li:nth-child(6) {
    animation-delay: 0.6s;
}
.overlay__text:nth-child(7),
.additional-services__li:nth-child(7),
.benefits__li:nth-child(7),
.features-list__item:nth-child(7),
.main-service-card__li:nth-child(7),
.technical-park__li:nth-child(7),
.benefits__li:nth-child(7),
.footer__li:nth-child(7) {
    animation-delay: 0.7s;
}
.overlay__text:nth-child(8),
.additional-services__li:nth-child(8),
.benefits__li:nth-child(8),
.features-list__item:nth-child(8),
.main-service-card__li:nth-child(8),
.technical-park__li:nth-child(8),
.benefits__li:nth-child(8),
.footer__li:nth-child(8) {
    animation-delay: 0.8s;
}
.overlay__text:nth-child(9),
.additional-services__li:nth-child(9),
.benefits__li:nth-child(9),
.features-list__item:nth-child(9),
.main-service-card__li:nth-child(9),
.technical-park__li:nth-child(9),
.benefits__li:nth-child(9),
.footer__li:nth-child(9) {
    animation-delay: 0.9s;
}
.overlay__text:nth-child(10),
.additional-services__li:nth-child(10),
.benefits__li:nth-child(10),
.features-list__item:nth-child(10),
.main-service-card__li:nth-child(10),
.technical-park__li:nth-child(10),
.benefits__li:nth-child(10),
.footer__li:nth-child(10) {
    animation-delay: 1s;
}
.strong {
    font-weight: bold;
}
.effect {
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    font-family: "Montserrat";
    border-radius: 6px;
    padding: 20px 0;
    width: 230px;
    overflow: hidden;
}
.effect.effect-1 {
    position: relative;
    transition: all 0.2s linear 0s;
    border: 1px solid #f3f3f3;
    width: 170px;
    color: #fff;
}
.effect.effect-1:before {
    content: "";
    font-family: FontAwesome;
    color: #ffbf1d;
    font-size: 18px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 10px;
    top: 20px;
    opacity: 0;
    transition: all 0.2s linear 0s;
}
.effect.effect-1:hover {
    text-indent: -20px;
    border-color: #ffbf1d;
}
.effect.effect-1:hover:before {
    opacity: 1;
    text-indent: 0px;
}
.effect.effect-5 {
    transition: all 0.2s linear 0s;
    background-color: #ffbf1d;
    width: 230px;
    color: #fff;
}
.effect.effect-5:before {
    content: "";
    font-family: FontAwesome;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0px;
    height: 100%;
    width: 30px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 0 50% 50% 0;
    transform: scale(0, 1);
    transform-origin: left center;
    transition: all 0.2s linear 0s;
}
.effect.effect-5:hover {
    text-indent: 30px;
}
.effect.effect-5:hover:before {
    transform: scale(1, 1);
    text-indent: 0;
}
#ChatarchitectWidget {
    height: revert !important;
    z-index: 30;
    bottom: 2% !important;
    right: 2% !important;
}
@media screen and (min-width: 1101px) and (max-width: 1280px) {
    .technical-park {
        background-color: #fff;
        padding: 40px;
        max-width: 1570px;
        margin: 0 auto;
    }
    .technical-park .swiper-thumbs {
        cursor: pointer;
    }
    .technical-park .technical-park__title {
        max-width: 1170px;
        margin: 0 auto;
        font-size: 40px;
        padding: 0 0 50px 0;
        font-family: "PTSans";
        font-weight: bold;
    }
    .technical-park .technical-park__wrapper {
        position: relative;
    }
    .technical-park .technical-park__wrapper .technical-park__navigation-buttons {
        max-width: 1170px;
        margin: 0 auto;
        position: relative;
    }
    .technical-park .technical-park__wrapper .technical-park__navigation-buttons .swiper-button-next {
        background-color: rgba(0, 0, 0, 0);
        border: 0;
        outline: none;
        background-image: url(../images/arrow_right.svg);
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        width: 30px;
        height: 40px;
        top: 30px;
        right: 23px;
        cursor: pointer;
    }
    .technical-park .technical-park__wrapper .technical-park__navigation-buttons .swiper-button-prev {
        background-color: rgba(0, 0, 0, 0);
        border: 0;
        outline: none;
        background-image: url(../images/arrow_left.svg);
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        width: 30px;
        height: 40px;
        top: 30px;
        right: 60px;
        cursor: pointer;
    }
    .technical-park .technical-park__wrapper .technical-park__navigation-buttons .swiper-button-prev:hover,
    .technical-park .technical-park__wrapper .technical-park__navigation-buttons .swiper-button-prev:focus,
    .technical-park .technical-park__wrapper .technical-park__navigation-buttons .swiper-button-next:hover,
    .technical-park .technical-park__wrapper .technical-park__navigation-buttons .swiper-button-next:focus {
        filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
    }
    .technical-park .technical-park__wrapper .technical-park__navigation-buttons .bottom-square {
        top: 30px;
        right: 0;
    }
    .technical-park .technical-park__wrapper .technical-park__navigation-wrapper {
        height: 90px;
        box-sizing: border-box;
        position: relative;
    }
    .technical-park .technical-park__wrapper .technical-park__navigation-wrapper .swiper-scrollbar {
        position: absolute;
        top: 0;
        height: 5px;
        left: 0;
        border-radius: 0;
        z-index: 20;
        width: 100%;
        background-color: #c4c4c4;
    }
    .technical-park .technical-park__wrapper .swiper-slide {
        background-size: cover;
        background-position: center;
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul {
        display: flex;
        flex-direction: column;
        gap: 18px;
        line-height: 140%;
        font-family: "Montserrat";
        padding: 40px 0 80px 0;
        max-width: 500px;
        width: 100%;
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li:nth-child(1) {
        font-size: 36px;
        line-height: 140%;
        font-family: "PTSans";
        padding: 0;
        font-weight: bold;
        position: relative;
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li:nth-child(1)::before {
        content: revert;
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li:last-child::before {
        content: revert;
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li:last-child {
        padding: 0;
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li {
        display: flex;
        font-size: 20px;
        position: relative;
        padding-left: 23px;
        justify-content: space-between;
        align-items: flex-end;
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li .dotted-underline {
        display: flex;
        border-bottom: 1px dotted #171717;
        flex: 0.95;
        height: 1px;
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li mark {
        font-weight: bold;
        background-color: rgba(0, 0, 0, 0);
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li .technical-park__telnum {
        font-size: 20px;
        text-decoration: none;
        color: #2d2d2d;
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li .phone {
        background-color: #ddd;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        cursor: pointer;
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li .cta {
        height: 80px;
        width: 320px;
        color: #fff;
        z-index: 1;
        transition: 1.2s;
        background: linear-gradient(to right bottom, #ff971d, #ffbf1d);
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li .number {
        height: 80px;
        width: 318px;
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/underline.png);
        background-size: cover;
        color: #fff;
        box-shadow: 1px 1px 10px #aaa;
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li .cta:hover {
        opacity: 0;
        transition: 1.2s;
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li::before {
        position: absolute;
        content: "";
        height: 10px;
        width: 10px;
        background-color: #fcb427;
        display: inline-block;
        margin: 0 10px 0 0;
        top: 5px;
        left: 0;
    }
    .technical-park .technical-park__wrapper .mySwiper4 {
        height: 80%;
        width: 100%;
    }
    .technical-park .technical-park__wrapper .mySwiper4 .swiper-slide {
        display: flex;
        flex-direction: column;
    }
    .technical-park .technical-park__wrapper .mySwiper4 .swiper-slide img {
        max-height: 100%;
        max-width: 100vw;
    }
    .technical-park .technical-park__wrapper .mySwiper3 {
        position: relative;
        box-sizing: border-box;
        padding: 10px 0;
    }
    .technical-park .technical-park__wrapper .mySwiper3 .swiper-wrapper {
        max-height: 150px;
    }
    .technical-park .technical-park__wrapper .mySwiper3 .swiper-slide {
        width: 25%;
        height: 100%;
        opacity: 0.4;
        max-height: 137px;
        max-width: 170px;
    }
    .technical-park .technical-park__wrapper .mySwiper3 .swiper-slide-thumb-active {
        opacity: 1;
    }
    .technical-park .technical-park__wrapper .swiper-slide img {
        display: block;
        height: 100%;
        object-fit: cover;
    }
    .technical-park .technical-park__wrapper .technical-park__shadow-text {
        cursor: default;
        position: absolute;
        font-family: "Montserrat";
        font-size: 110px;
        color: rgba(211, 208, 208, 0.2);
        font-weight: 700;
        z-index: 25;
        bottom: 0;
        right: 0;
    }
}
@media screen and (min-width: 1041px) and (max-width: 1100px) {
    .additional-services .additional-services__wrapper {
        flex-direction: column;
        align-items: center;
    }
    .additional-services .additional-services__wrapper .additional-services__info .bottom-stripe {
        bottom: -37px;
    }
    .additional-services .additional-services__wrapper .additional-services__info .bottom-square {
        bottom: -10px;
    }
    .main-services .main-services__wrapper .main-services__cards {
        flex-direction: column;
    }
    .main-services .main-services__wrapper .main-services__cards .main-service-card {
        max-width: 600px;
        width: 100%;
    }
    .main-services .main-services__wrapper .main-services__cards .main-service-card .main-service-card__title-wrapper {
        width: 600px;
    }
    .main-services .main-services__wrapper .main-services__cards .main-service-card .main-service-card__ul .main-service-card__li {
        max-width: 600px;
    }
    .benefits .benefits__wrapper {
        flex-direction: column;
        align-items: center;
        padding: 35px;
    }
    .benefits .benefits__wrapper .benefits__info .benefits__ul {
        max-width: 100%;
    }
    .contacts .contacts__wrapper {
        align-items: center;
    }
    .contacts .contacts__wrapper .contacts__form .form {
        align-items: center;
        flex-direction: column;
    }
    .footer .footer__wrapper .footer__col-wrapper .footer__col-middle-subwrapper {
        justify-content: space-between;
        width: 75%;
    }
    .footer .footer__wrapper .footer__col-wrapper .footer__col6 {
        flex-direction: row-reverse;
        width: 95%;
    }
    .footer .footer__wrapper .footer__col-wrapper .footer__col6 .footer__col6-subwrapper {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .footer .footer__wrapper .footer__col-wrapper .footer__col6 .footer__col6-subwrapper .footer__col-title {
        padding: 0;
    }
    .technical-park {
        background-color: #fff;
        padding: 40px;
        max-width: 1570px;
        margin: 0 auto;
    }
    .technical-park .swiper-thumbs {
        cursor: pointer;
    }
    .technical-park .technical-park__title {
        max-width: 1170px;
        margin: 0 auto;
        font-size: 40px;
        padding: 0 0 50px 0;
        font-family: "PTSans";
        font-weight: bold;
    }
    .technical-park .technical-park__wrapper {
        position: relative;
    }
    .technical-park .technical-park__wrapper .technical-park__navigation-buttons {
        max-width: 1170px;
        margin: 0 auto;
        position: relative;
    }
    .technical-park .technical-park__wrapper .technical-park__navigation-buttons .swiper-button-next {
        background-color: rgba(0, 0, 0, 0);
        border: 0;
        outline: none;
        background-image: url(../images/arrow_right.svg);
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        width: 30px;
        height: 40px;
        top: 30px;
        right: 23px;
        cursor: pointer;
    }
    .technical-park .technical-park__wrapper .technical-park__navigation-buttons .swiper-button-prev {
        background-color: rgba(0, 0, 0, 0);
        border: 0;
        outline: none;
        background-image: url(../images/arrow_left.svg);
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        width: 30px;
        height: 40px;
        top: 30px;
        right: 60px;
        cursor: pointer;
    }
    .technical-park .technical-park__wrapper .technical-park__navigation-buttons .swiper-button-prev:hover,
    .technical-park .technical-park__wrapper .technical-park__navigation-buttons .swiper-button-prev:focus,
    .technical-park .technical-park__wrapper .technical-park__navigation-buttons .swiper-button-next:hover,
    .technical-park .technical-park__wrapper .technical-park__navigation-buttons .swiper-button-next:focus {
        filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
    }
    .technical-park .technical-park__wrapper .technical-park__navigation-buttons .bottom-square {
        top: 30px;
        right: 0;
    }
    .technical-park .technical-park__wrapper .technical-park__navigation-wrapper {
        height: 90px;
        box-sizing: border-box;
        position: relative;
    }
    .technical-park .technical-park__wrapper .technical-park__navigation-wrapper .swiper-scrollbar {
        position: absolute;
        top: 0;
        height: 5px;
        left: 0;
        border-radius: 0;
        z-index: 20;
        width: 100%;
        background-color: #c4c4c4;
    }
    .technical-park .technical-park__wrapper .swiper-slide {
        background-size: cover;
        background-position: center;
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul {
        display: flex;
        flex-direction: column;
        gap: 18px;
        line-height: 140%;
        font-family: "Montserrat";
        padding: 40px 0 80px 0;
        max-width: 500px;
        width: 100%;
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li:nth-child(1) {
        font-size: 36px;
        line-height: 140%;
        font-family: "PTSans";
        padding: 0;
        font-weight: bold;
        position: relative;
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li:nth-child(1)::before {
        content: revert;
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li:last-child::before {
        content: revert;
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li:last-child {
        padding: 0;
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li {
        display: flex;
        font-size: 20px;
        position: relative;
        padding-left: 23px;
        justify-content: space-between;
        align-items: flex-end;
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li .dotted-underline {
        display: flex;
        border-bottom: 1px dotted #171717;
        flex: 0.95;
        height: 1px;
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li mark {
        font-weight: bold;
        background-color: rgba(0, 0, 0, 0);
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li .technical-park__telnum {
        font-size: 20px;
        text-decoration: none;
        color: #2d2d2d;
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li .phone {
        background-color: #ddd;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        cursor: pointer;
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li .cta {
        height: 80px;
        width: 320px;
        color: #fff;
        z-index: 1;
        transition: 1.2s;
        background: linear-gradient(to right bottom, #ff971d, #ffbf1d);
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li .number {
        height: 80px;
        width: 318px;
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/underline.png);
        background-size: cover;
        color: #fff;
        box-shadow: 1px 1px 10px #aaa;
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li .cta:hover {
        opacity: 0;
        transition: 1.2s;
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li::before {
        position: absolute;
        content: "";
        height: 10px;
        width: 10px;
        background-color: #fcb427;
        display: inline-block;
        margin: 0 10px 0 0;
        top: 5px;
        left: 0;
    }
    .technical-park .technical-park__wrapper .mySwiper4 {
        height: 80%;
        width: 100%;
    }
    .technical-park .technical-park__wrapper .mySwiper4 .swiper-slide {
        display: flex;
        flex-direction: column;
    }
    .technical-park .technical-park__wrapper .mySwiper4 .swiper-slide img {
        max-height: 100%;
        max-width: 100vw;
    }
    .technical-park .technical-park__wrapper .mySwiper3 {
        position: relative;
        box-sizing: border-box;
        padding: 10px 0;
    }
    .technical-park .technical-park__wrapper .mySwiper3 .swiper-wrapper {
        max-height: 150px;
    }
    .technical-park .technical-park__wrapper .mySwiper3 .swiper-slide {
        width: 25%;
        height: 100%;
        opacity: 0.4;
        max-height: 137px;
        max-width: 170px;
    }
    .technical-park .technical-park__wrapper .mySwiper3 .swiper-slide-thumb-active {
        opacity: 1;
    }
    .technical-park .technical-park__wrapper .swiper-slide img {
        display: block;
        height: 100%;
        object-fit: cover;
    }
    .technical-park .technical-park__wrapper .technical-park__shadow-text {
        cursor: default;
        position: absolute;
        font-family: "Montserrat";
        font-size: 110px;
        color: rgba(211, 208, 208, 0.2);
        font-weight: 700;
        z-index: 25;
        bottom: 0;
        right: 0;
    }
}
@media screen and (min-width: 769px) and (max-width: 1040px) {
    .header .header__wrapper .header__top .header__info .schedule-wrapper {
        display: none;
    }
    .header .header__wrapper .header__top .header__info .address-wrapper {
        display: none;
    }
    .rent .slider-wrapper .slider .overlay {
        padding: 0;
    }
    .rent .slider-wrapper .slider .overlay .overlay-wrapper {
        width: 440px;
        top: 2vh;
        left: 1vw;
    }
    .rent .slider-wrapper .slider .overlay .overlay-wrapper .overlay__title {
        font-size: 40px;
    }
    .rent .slider-wrapper .slider .overlay .overlay-wrapper .overlay__subtitle {
        font-size: 36px;
    }
    .additional-services .additional-services__wrapper {
        flex-direction: column;
        align-items: center;
    }
    .additional-services .additional-services__wrapper .additional-services__info .bottom-stripe {
        bottom: -37px;
    }
    .additional-services .additional-services__wrapper .additional-services__info .bottom-square {
        bottom: -10px;
    }
    .main-services .main-services__wrapper .main-services__cards {
        flex-direction: column;
    }
    .main-services .main-services__wrapper .main-services__cards .main-service-card {
        max-width: 600px;
        width: 100%;
    }
    .main-services .main-services__wrapper .main-services__cards .main-service-card .main-service-card__title-wrapper {
        width: 600px;
    }
    .main-services .main-services__wrapper .main-services__cards .main-service-card .main-service-card__ul .main-service-card__li {
        max-width: 600px;
    }
    .benefits .benefits__wrapper {
        flex-direction: column;
        align-items: center;
        padding: 15px;
    }
    .contacts .contacts__wrapper {
        align-items: center;
    }
    .contacts .contacts__wrapper .contacts__form .form {
        align-items: center;
        flex-direction: column;
    }
    .footer .footer__wrapper .footer__col-wrapper .footer__col-middle-subwrapper {
        justify-content: space-between;
        width: 75%;
    }
    .footer .footer__wrapper .footer__col-wrapper .footer__col6 {
        flex-direction: row-reverse;
        width: 95%;
    }
    .footer .footer__wrapper .footer__col-wrapper .footer__col6 .footer__col6-subwrapper {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .footer .footer__wrapper .footer__col-wrapper .footer__col6 .footer__col6-subwrapper .footer__col-title {
        padding: 0;
    }
    .benefits-counters {
        background-color: #2d2d2d !important;
        position: relative;
    }
    .benefits-counters .benefits-counters__wrapper::before {
        position: absolute;
        content: "";
        height: 47px;
        top: 0;
        width: 100vw;
        left: calc(50% - 50vw);
        background-repeat: repeat-x;
        background-image: url(../images/parallax.png);
    }
    .benefits-counters .benefits-counters__wrapper::after {
        position: absolute;
        content: "";
        height: 47px;
        bottom: 0;
        width: 100vw;
        left: calc(50% - 50vw);
        background-repeat: repeat-x;
        background-image: url(../images/parallax.png);
    }
    .benefits-counters .benefits-counters__wrapper {
        max-width: 1053px;
        padding: 130px 0;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        row-gap: 70px;
    }
    .benefits-counters .benefits-counters__wrapper .benefits-counters__single {
        margin: 0 auto;
        text-align: center;
    }
    .benefits-counters .benefits-counters__wrapper .benefits-counters__single .benefits-counters__value {
        font-family: "PTSans";
        line-height: 75.5%;
        color: #2d2d2d;
        text-stroke: 1px #bababa;
        -webkit-text-stroke: 1px #bababa;
        font-weight: bold;
        font-size: 70px;
    }
    .benefits-counters .benefits-counters__wrapper .benefits-counters__single .benefits-counters__text {
        line-height: 142.2%;
        padding: 15px 0;
        max-width: 265px;
        font-family: "Montserrat";
        color: #f3f3f3;
        font-weight: bold;
        font-size: 18px;
    }
    .technical-park {
        background-color: #fff;
        padding: 40px;
        max-width: 1570px;
        margin: 0 auto;
    }
    .technical-park .swiper-thumbs {
        cursor: pointer;
    }
    .technical-park .technical-park__title {
        max-width: 1170px;
        margin: 0 auto;
        font-size: 40px;
        padding: 0 0 50px 0;
        font-family: "PTSans";
        font-weight: bold;
    }
    .technical-park .technical-park__wrapper {
        position: relative;
    }
    .technical-park .technical-park__wrapper .technical-park__navigation-buttons {
        max-width: 1170px;
        margin: 0 auto;
        position: relative;
    }
    .technical-park .technical-park__wrapper .technical-park__navigation-buttons .swiper-button-next {
        background-color: rgba(0, 0, 0, 0);
        border: 0;
        outline: none;
        background-image: url(../images/arrow_right.svg);
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        width: 30px;
        height: 40px;
        top: 30px;
        right: 23px;
        cursor: pointer;
    }
    .technical-park .technical-park__wrapper .technical-park__navigation-buttons .swiper-button-prev {
        background-color: rgba(0, 0, 0, 0);
        border: 0;
        outline: none;
        background-image: url(../images/arrow_left.svg);
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        width: 30px;
        height: 40px;
        top: 30px;
        right: 60px;
        cursor: pointer;
    }
    .technical-park .technical-park__wrapper .technical-park__navigation-buttons .swiper-button-prev:hover,
    .technical-park .technical-park__wrapper .technical-park__navigation-buttons .swiper-button-prev:focus,
    .technical-park .technical-park__wrapper .technical-park__navigation-buttons .swiper-button-next:hover,
    .technical-park .technical-park__wrapper .technical-park__navigation-buttons .swiper-button-next:focus {
        filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
    }
    .technical-park .technical-park__wrapper .technical-park__navigation-buttons .bottom-square {
        top: 30px;
        right: 0;
    }
    .technical-park .technical-park__wrapper .technical-park__navigation-wrapper {
        height: 90px;
        box-sizing: border-box;
        position: relative;
    }
    .technical-park .technical-park__wrapper .technical-park__navigation-wrapper .swiper-scrollbar {
        position: absolute;
        top: 0;
        height: 5px;
        left: 0;
        border-radius: 0;
        z-index: 20;
        width: 100%;
        background-color: #c4c4c4;
    }
    .technical-park .technical-park__wrapper .swiper-slide {
        background-size: cover;
        background-position: center;
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul {
        display: flex;
        flex-direction: column;
        gap: 18px;
        line-height: 140%;
        font-family: "Montserrat";
        padding: 40px 0 80px 0;
        max-width: 500px;
        width: 100%;
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li:nth-child(1) {
        font-size: 36px;
        line-height: 140%;
        font-family: "PTSans";
        padding: 0;
        font-weight: bold;
        position: relative;
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li:nth-child(1)::before {
        content: revert;
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li:last-child::before {
        content: revert;
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li:last-child {
        padding: 0;
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li {
        display: flex;
        font-size: 20px;
        position: relative;
        padding-left: 23px;
        justify-content: space-between;
        align-items: flex-end;
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li .dotted-underline {
        display: flex;
        border-bottom: 1px dotted #171717;
        flex: 0.95;
        height: 1px;
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li mark {
        font-weight: bold;
        background-color: rgba(0, 0, 0, 0);
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li .technical-park__telnum {
        font-size: 20px;
        text-decoration: none;
        color: #2d2d2d;
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li .phone {
        background-color: #ddd;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        cursor: pointer;
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li .cta {
        height: 80px;
        width: 320px;
        color: #fff;
        z-index: 1;
        transition: 1.2s;
        background: linear-gradient(to right bottom, #ff971d, #ffbf1d);
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li .number {
        height: 80px;
        width: 318px;
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/underline.png);
        background-size: cover;
        color: #fff;
        box-shadow: 1px 1px 10px #aaa;
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li .cta:hover {
        opacity: 0;
        transition: 1.2s;
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li::before {
        position: absolute;
        content: "";
        height: 10px;
        width: 10px;
        background-color: #fcb427;
        display: inline-block;
        margin: 0 10px 0 0;
        top: 5px;
        left: 0;
    }
    .technical-park .technical-park__wrapper .mySwiper4 {
        height: 80%;
        width: 100%;
    }
    .technical-park .technical-park__wrapper .mySwiper4 .swiper-slide {
        display: flex;
        flex-direction: column;
    }
    .technical-park .technical-park__wrapper .mySwiper4 .swiper-slide img {
        max-height: 100%;
        max-width: 100vw;
    }
    .technical-park .technical-park__wrapper .mySwiper3 {
        position: relative;
        box-sizing: border-box;
        padding: 10px 0;
    }
    .technical-park .technical-park__wrapper .mySwiper3 .swiper-wrapper {
        max-height: 150px;
    }
    .technical-park .technical-park__wrapper .mySwiper3 .swiper-slide {
        width: 25%;
        height: 100%;
        opacity: 0.4;
        max-height: 137px;
        max-width: 170px;
    }
    .technical-park .technical-park__wrapper .mySwiper3 .swiper-slide-thumb-active {
        opacity: 1;
    }
    .technical-park .technical-park__wrapper .swiper-slide img {
        display: block;
        height: 100%;
        object-fit: cover;
    }
    .technical-park .technical-park__wrapper .technical-park__shadow-text {
        cursor: default;
        position: absolute;
        font-family: "Montserrat";
        font-size: 110px;
        color: rgba(211, 208, 208, 0.2);
        font-weight: 700;
        z-index: 25;
        bottom: 0;
        right: 0;
        display: none;
    }
}
@media screen and (min-width: 420px) and (max-width: 768px) {
    .header {
        display: none;
    }
    .mobile-header {
        display: block;
    }
    .mobile-header a {
        color: #fff;
        text-decoration: none;
    }
    .mobile-header .header__top {
        background: #2d2d2d;
        font-size: 16px;
        height: 70px;
        padding: 5px;
        display: flex;
        flex-direction: row;
        align-items: center;
        color: #fff;
        justify-content: space-between;
        font-family: "Montserrat";
        flex-wrap: wrap;
        justify-content: center;
		column-gap: 10px;
    }
    .mobile-header .header__top .mobile-logo-wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 21px;
    }
    .mobile-header .header__top .mobile-logo-wrapper .header__title {
        font-size: 14px;
        max-width: 168px;
        line-height: 142.2%;
        display: none;
    }
    .mobile-header .header__top .telephone-wrapper {
        display: flex;
		flex-direction: row-reverse;
        align-items: center;
        gap: 10px;
        font-size: 16px;
        font-weight: 400;
        padding-right: 10px;
    }
    .mobile-header .header__top .header__info {
        display: flex;
        gap: 18px;
    }
    .mobile-header .header__bottom {
        display: flex;
        height: 74px;
        background-color: #f3f3f3;
        align-items: center;
        padding: 0 25px;
    }
    .rent .slider-wrapper .swiper-pagination {
        display: none;
    }
    .rent .slider-wrapper .rent__shadow-text {
        display: none;
    }
    .rent .slider-wrapper .slider {
        height: 650px;
    }
    .rent .slider-wrapper .slider .slider__shadow-text {
        display: none;
    }
    .rent .slider-wrapper .slider .slider__image {
        height: 680px;
    }
    .rent .slider-wrapper .slider .overlay {
        display: block;
        position: absolute;
        height: 680px;
        padding: 0;
    }
    .rent .slider-wrapper .slider .overlay .overlay__wrapper {
        left: 5%;
        position: absolute;
        top: 41px;
        max-width: 400px;
    }
    .rent .slider-wrapper .slider .overlay .overlay__wrapper .overlay__title {
        font-size: 40px;
        line-height: 120%;
    }
    .rent .slider-wrapper .slider .overlay .overlay__wrapper .overlay__text {
        padding: 15px 0;
    }
    .rent .slider-wrapper .slider .overlay .overlay__wrapper .button-wrapper {
        flex-direction: column;
        gap: 10px;
    }
    .rent .slider-wrapper .slider .overlay .overlay__wrapper .button-wrapper .contact {
        width: 220px;
        align-items: center;
        text-align: center;
    }
    .rent .slider-wrapper .slider .overlay .overlay__wrapper:before {
        padding-bottom: 0px;
    }
    .main .additional-services .additional-services__wrapper {
        flex-direction: column;
        align-items: center;
    }
    .main .additional-services .additional-services__wrapper .additional-services__info .additional-services__title {
        min-width: revert;
    }
    .main .additional-services .additional-services__wrapper .additional-services__info .bottom-stripe {
        bottom: -37px;
    }
    .main .additional-services .additional-services__wrapper .additional-services__info .bottom-square {
        display: none;
        bottom: -10px;
    }
    .main .main-services {
        padding: 20px 10px;
    }
    .main .main-services .main-services__wrapper .main-services__title,
    .main .main-services .main-services__wrapper .main-services__addiction-info {
        align-self: center;
        padding: 10px;
        line-height: 140%;
    }
    .main .main-services .main-services__wrapper .main-services__cards {
        flex-direction: column;
    }
    .main .main-services .main-services__wrapper .main-services__cards .main-service-card {
        max-width: 300px;
        width: 100%;
    }
    .main .main-services .main-services__wrapper .main-services__cards .main-service-card .main-service-card__title-wrapper {
        width: 300px;
    }
    .main .main-services .main-services__wrapper .main-services__cards .main-service-card .main-service-card__ul .main-service-card__li {
        max-width: 600px;
    }
    .main .gallery .gallery__wrapper {
        max-height: 500px;
    }
    .main .gallery .gallery__wrapper .gallery__title {
        max-width: 150px;
    }
    .main .gallery .gallery__wrapper .mySwiper .swiper-wrapper {
        padding: 50px 0;
    }
    .main .gallery .gallery__wrapper .bottom-square {
        top: 0;
    }
    .main .gallery .gallery__wrapper .button-next {
        top: 11px;
    }
    .main .gallery .gallery__wrapper .button-prev {
        top: 11px;
    }
    .main .gallery .gallery__wrapper .swiper-pagination {
        top: 47px;
        max-width: 100px;
    }
    .main .benefits .benefits__wrapper {
        flex-direction: column;
        align-items: center;
        padding: 15px;
    }
    .main .benefits .benefits__wrapper .benefits__image-container:after {
        height: 30px;
    }
    .main .clients .clients__picture {
        max-width: 300px;
    }
    .main .contacts .contacts__wrapper {
        align-items: center;
    }
    .main .contacts .contacts__wrapper .contacts__form .form {
        align-items: center;
        flex-direction: column;
    }
    .footer .footer__wrapper .footer__col-wrapper {
        justify-content: center;
        padding: 20px 0;
    }
    .footer .footer__wrapper .footer__col-wrapper .footer__col-middle-subwrapper {
        justify-content: space-between;
        width: 68%;
        flex-wrap: wrap;
    }
    .footer .footer__wrapper .footer__col-wrapper .footer__col6 {
        flex-direction: column;
        align-content: center;
        align-items: flex-start;
    }
    .footer .footer__wrapper .footer__col-wrapper .footer__col6 .footer__col6-subwrapper {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .footer .footer__wrapper .footer__col-wrapper .footer__col6 .footer__col6-subwrapper .footer__col-title {
        padding: 0;
    }
    .benefits-counters {
        background-color: #2d2d2d !important;
        position: relative;
    }
    .benefits-counters .benefits-counters__wrapper::before {
        position: absolute;
        content: "";
        height: 47px;
        top: 0;
        width: 100vw;
        left: calc(50% - 50vw);
        background-repeat: repeat-x;
        background-image: url(../images/parallax.png);
    }
    .benefits-counters .benefits-counters__wrapper::after {
        position: absolute;
        content: "";
        height: 47px;
        bottom: 0;
        width: 100vw;
        left: calc(50% - 50vw);
        background-repeat: repeat-x;
        background-image: url(../images/parallax.png);
    }
    .benefits-counters .benefits-counters__wrapper {
        max-width: 1053px;
        padding: 130px 0;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        row-gap: 70px;
    }
    .benefits-counters .benefits-counters__wrapper .benefits-counters__single {
        margin: 0 auto;
        text-align: center;
    }
    .benefits-counters .benefits-counters__wrapper .benefits-counters__single .benefits-counters__value {
        font-family: "PTSans";
        line-height: 75.5%;
        color: #2d2d2d;
        text-stroke: 1px #bababa;
        -webkit-text-stroke: 1px #bababa;
        font-weight: bold;
        font-size: 70px;
    }
    .benefits-counters .benefits-counters__wrapper .benefits-counters__single .benefits-counters__text {
        line-height: 142.2%;
        padding: 15px 0;
        max-width: 265px;
        font-family: "Montserrat";
        color: #f3f3f3;
        font-weight: bold;
        font-size: 18px;
    }
    .technical-park {
        background-color: #fff;
        padding: 40px;
        max-width: 1570px;
        margin: 0 auto;
    }
    .technical-park .swiper-thumbs {
        cursor: pointer;
    }
    .technical-park .technical-park__title {
        max-width: 1170px;
        margin: 0 auto;
        font-size: 40px;
        padding: 0 0 50px 0;
        font-family: "PTSans";
        font-weight: bold;
    }
    .technical-park .technical-park__wrapper {
        position: relative;
    }
    .technical-park .technical-park__wrapper .technical-park__navigation-buttons {
        max-width: 1170px;
        margin: 0 auto;
        position: relative;
    }
    .technical-park .technical-park__wrapper .technical-park__navigation-buttons .swiper-button-next {
        background-color: rgba(0, 0, 0, 0);
        border: 0;
        outline: none;
        background-image: url(../images/arrow_right.svg);
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        width: 30px;
        height: 40px;
        top: 30px;
        right: 23px;
        cursor: pointer;
    }
    .technical-park .technical-park__wrapper .technical-park__navigation-buttons .swiper-button-prev {
        background-color: rgba(0, 0, 0, 0);
        border: 0;
        outline: none;
        background-image: url(../images/arrow_left.svg);
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        width: 30px;
        height: 40px;
        top: 30px;
        right: 60px;
        cursor: pointer;
    }
    .technical-park .technical-park__wrapper .technical-park__navigation-buttons .swiper-button-prev:hover,
    .technical-park .technical-park__wrapper .technical-park__navigation-buttons .swiper-button-prev:focus,
    .technical-park .technical-park__wrapper .technical-park__navigation-buttons .swiper-button-next:hover,
    .technical-park .technical-park__wrapper .technical-park__navigation-buttons .swiper-button-next:focus {
        filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
    }
    .technical-park .technical-park__wrapper .technical-park__navigation-buttons .bottom-square {
        top: 30px;
        right: 0;
    }
    .technical-park .technical-park__wrapper .technical-park__navigation-wrapper {
        height: 90px;
        box-sizing: border-box;
        position: relative;
    }
    .technical-park .technical-park__wrapper .technical-park__navigation-wrapper .swiper-scrollbar {
        position: absolute;
        top: 0;
        height: 5px;
        left: 0;
        border-radius: 0;
        z-index: 20;
        width: 100%;
        background-color: #c4c4c4;
    }
    .technical-park .technical-park__wrapper .swiper-slide {
        background-size: cover;
        background-position: center;
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul {
        display: flex;
        flex-direction: column;
        gap: 18px;
        line-height: 140%;
        font-family: "Montserrat";
        padding: 40px 0 80px 0;
        max-width: 500px;
        width: 100%;
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li:nth-child(1) {
        font-size: 36px;
        line-height: 140%;
        font-family: "PTSans";
        padding: 0;
        font-weight: bold;
        position: relative;
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li:nth-child(1)::before {
        content: revert;
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li:last-child::before {
        content: revert;
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li:last-child {
        padding: 0;
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li {
        display: flex;
        font-size: 20px;
        position: relative;
        padding-left: 23px;
        justify-content: space-between;
        align-items: flex-end;
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li .dotted-underline {
        display: flex;
        border-bottom: 1px dotted #171717;
        flex: 0.95;
        height: 1px;
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li mark {
        font-weight: bold;
        background-color: rgba(0, 0, 0, 0);
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li .technical-park__telnum {
        font-size: 20px;
        text-decoration: none;
        color: #2d2d2d;
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li .phone {
        background-color: #ddd;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        cursor: pointer;
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li .cta {
        height: 80px;
        width: 320px;
        color: #fff;
        z-index: 1;
        transition: 1.2s;
        background: linear-gradient(to right bottom, #ff971d, #ffbf1d);
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li .number {
        height: 80px;
        width: 318px;
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/underline.png);
        background-size: cover;
        color: #fff;
        box-shadow: 1px 1px 10px #aaa;
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li .cta:hover {
        opacity: 0;
        transition: 1.2s;
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li::before {
        position: absolute;
        content: "";
        height: 10px;
        width: 10px;
        background-color: #fcb427;
        display: inline-block;
        margin: 0 10px 0 0;
        top: 5px;
        left: 0;
    }
    .technical-park .technical-park__wrapper .mySwiper4 {
        height: 80%;
        width: 100%;
    }
    .technical-park .technical-park__wrapper .mySwiper4 .swiper-slide {
        display: flex;
        flex-direction: column;
    }
    .technical-park .technical-park__wrapper .mySwiper4 .swiper-slide img {
        max-height: 100%;
        max-width: 100vw;
    }
    .technical-park .technical-park__wrapper .mySwiper3 {
        position: relative;
        box-sizing: border-box;
        padding: 10px 0;
    }
    .technical-park .technical-park__wrapper .mySwiper3 .swiper-wrapper {
        max-height: 150px;
    }
    .technical-park .technical-park__wrapper .mySwiper3 .swiper-slide {
        width: 25%;
        height: 100%;
        opacity: 0.4;
        max-height: 137px;
        max-width: 170px;
    }
    .technical-park .technical-park__wrapper .mySwiper3 .swiper-slide-thumb-active {
        opacity: 1;
    }
    .technical-park .technical-park__wrapper .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .technical-park .technical-park__wrapper .technical-park__shadow-text {
        cursor: default;
        position: absolute;
        font-family: "Montserrat";
        font-size: 110px;
        color: rgba(211, 208, 208, 0.2);
        font-weight: 700;
        z-index: 25;
        bottom: 0;
        right: 0;
        display: none;
    }
}
@media screen and (min-width: 150px) and (max-width: 419px) {
    .header {
        display: none;
    }
    .mobile-header {
        display: block;
    }
    .mobile-header a {
        color: #fff;
        text-decoration: none;
    }
    .mobile-header .header__top {
        background: #2d2d2d;
        font-size: 16px;
		column-gap: 10px;
        height: 80px;
        display: flex;
        flex-direction: row;
        align-items: center;
        color: #fff;
        justify-content: space-between;
        font-family: "Montserrat";
        padding: 0;
        flex-wrap: wrap;
        justify-content: center;
    }
    .mobile-header .header__top .mobile-logo-wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 21px;
    }
    .mobile-header .header__top .mobile-logo-wrapper .logo {
        max-width: 70px;
    }
    .mobile-header .header__top .mobile-logo-wrapper .header__title {
        font-size: 14px;
        max-width: 168px;
        line-height: 142.2%;
        display: none;
    }
    .mobile-header .header__top .telephone-wrapper {
        display: flex;
		flex-direction: row-reverse;
        align-items: center;
        gap: 10px;
        font-size: 16px;
        font-weight: 400;
        padding-right: 10px;
    }
    .mobile-header .header__top .header__info {
        display: flex;
        gap: 18px;
    }
    .mobile-header .header__bottom {
        display: flex;
        height: 55px;
        background-color: #f3f3f3;
        align-items: center;
        padding: 0 25px;
    }
    .rent .slider-wrapper .swiper-pagination {
        display: none;
    }
    .rent .slider-wrapper .rent__shadow-text {
        display: none;
    }
    .rent .slider-wrapper .slider {
        height: 680px;
    }
    .rent .slider-wrapper .slider .slider__shadow-text {
        display: none;
    }
    .rent .slider-wrapper .slider .swiper-wrapper {
        height: 680px;
    }
    .rent .slider-wrapper .slider .slider__image {
        height: 680px;
    }
    .rent .slider-wrapper .slider .overlay {
        display: block;
        position: absolute;
        height: 680px;
        padding: 0;
    }
    .rent .slider-wrapper .slider .overlay .overlay__wrapper {
        left: 10px;
        position: absolute;
        top: 41px;
        max-width: 290px;
    }
    .rent .slider-wrapper .slider .overlay .overlay__wrapper .overlay__title {
        font-size: 40px;
        line-height: 120%;
    }
    .rent .slider-wrapper .slider .overlay .overlay__wrapper .overlay__title .word {
        position: revert;
        display: block;
        opacity: 0;
        padding: 0;
    }
    .rent .slider-wrapper .slider .overlay .overlay__wrapper .overlay__text {
        padding: 15px 0;
    }
    .rent .slider-wrapper .slider .overlay .overlay__wrapper .button-wrapper {
        flex-direction: column;
        gap: 10px;
    }
    .rent .slider-wrapper .slider .overlay .overlay__wrapper .button-wrapper .contact {
        width: 220px;
        align-items: center;
        text-align: center;
    }
    .rent .slider-wrapper .slider .overlay .overlay__wrapper:before {
        padding-bottom: 0px;
    }
    .main .additional-services .additional-services__wrapper {
        flex-direction: column;
        align-items: center;
    }
    .main .additional-services .additional-services__wrapper .additional-services__info .additional-services__title {
        min-width: revert;
        font-size: 2rem;
    }
    .main .additional-services .additional-services__wrapper .additional-services__info .bottom-stripe {
        bottom: -37px;
    }
    .main .additional-services .additional-services__wrapper .additional-services__info .bottom-square {
        display: none;
        bottom: -10px;
    }
    .main .main-services {
        padding: 20px 10px;
    }
    .main .main-services .main-services__wrapper .main-services__title,
    .main .main-services .main-services__wrapper .main-services__addiction-info {
        align-self: center;
        padding: 10px;
        line-height: 140%;
    }
    .main .main-services .main-services__wrapper .main-services__cards {
        flex-direction: column;
    }
    .main .main-services .main-services__wrapper .main-services__cards .main-service-card {
        max-width: 290px;
        width: 100%;
    }
    .main .main-services .main-services__wrapper .main-services__cards .main-service-card .main-service-card__title-wrapper {
        width: 290px;
    }
    .main .main-services .main-services__wrapper .main-services__cards .main-service-card .main-service-card__ul .main-service-card__li {
        max-width: 600px;
    }
    .main .gallery .float {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(0px) translateZ(0);
        transform: perspective(0px) translateZ(0);
        box-shadow: 0 0 0 0;
        -webkit-transition-duration: 0;
        transition-duration: 0;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
    .main .gallery .float:hover,
    .main .gallery .float:focus,
    .main .gallery .float:active {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .main .gallery .gallery__wrapper {
        max-height: 500px;
    }
    .main .gallery .gallery__wrapper .mySwiper .swiper-wrapper {
        padding: 50px 0;
    }
    .main .gallery .gallery__wrapper .gallery__title {
        max-width: 150px;
    }
    .main .gallery .gallery__wrapper .bottom-square {
        top: 10px;
    }
    .main .gallery .gallery__wrapper .button-next {
        top: 21px;
    }
    .main .gallery .gallery__wrapper .button-prev {
        top: 21px;
    }
    .main .gallery .gallery__wrapper .swiper-pagination {
        top: 69px;
        max-width: 100px;
    }
    .main .benefits .benefits__wrapper {
        flex-direction: column;
        align-items: center;
        padding: 15px;
    }
    .main .benefits .benefits__wrapper .benefits__image-container:after {
        height: 30px;
    }
    .main .clients .clients__picture {
        max-width: 300px;
    }
    .main .contacts .contacts__wrapper {
        align-items: center;
    }
    .main .contacts .contacts__wrapper .contacts__form .form {
        align-items: center;
        flex-direction: column;
    }
    .footer .footer__wrapper .footer__col-wrapper {
        justify-content: center;
        padding: 20px 0;
    }
	
	.footer .footer__wrapper .footer__col-wrapper .footer__col1 {
		display: none;
	}
	
    .footer .footer__wrapper .footer__col-wrapper .footer__col-middle-subwrapper {
		display: none;
        justify-content: space-between;
        width: 68%;
        flex-wrap: wrap;
    }
    .footer .footer__wrapper .footer__col-wrapper .footer__col6 {
        flex-direction: column;
        align-content: center;
        align-items: flex-start;
    }
    .footer .footer__wrapper .footer__col-wrapper .footer__col6 .footer__col6-subwrapper {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .footer .footer__wrapper .footer__col-wrapper .footer__col6 .footer__col6-subwrapper .footer__col-title {
        padding: 0;
    }
    .benefits-counters {
        background-color: #2d2d2d !important;
        position: relative;
    }
    .benefits-counters .benefits-counters__wrapper::before {
        position: absolute;
        content: "";
        height: 47px;
        top: 0;
        width: 100vw;
        left: calc(50% - 50vw);
        background-repeat: repeat-x;
        background-image: url(../images/parallax.png);
    }
    .benefits-counters .benefits-counters__wrapper::after {
        position: absolute;
        content: "";
        height: 47px;
        bottom: 0;
        width: 100vw;
        left: calc(50% - 50vw);
        background-repeat: repeat-x;
        background-image: url(../images/parallax.png);
    }
    .benefits-counters .benefits-counters__wrapper {
        max-width: 1053px;
        padding: 130px 0;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        row-gap: 70px;
    }
    .benefits-counters .benefits-counters__wrapper .benefits-counters__single {
        margin: 0 auto;
        text-align: center;
    }
    .benefits-counters .benefits-counters__wrapper .benefits-counters__single .benefits-counters__value {
        font-family: "PTSans";
        line-height: 75.5%;
        color: #2d2d2d;
        text-stroke: 1px #bababa;
        -webkit-text-stroke: 1px #bababa;
        font-weight: bold;
        font-size: 70px;
    }
    .benefits-counters .benefits-counters__wrapper .benefits-counters__single .benefits-counters__text {
        line-height: 142.2%;
        padding: 15px 0;
        max-width: 265px;
        font-family: "Montserrat";
        color: #f3f3f3;
        font-weight: bold;
        font-size: 18px;
    }
    .technical-park {
        background-color: #fff;
        padding: 20px;
        max-width: 1570px;
        margin: 0 auto;
    }
    .technical-park .swiper-thumbs {
        cursor: pointer;
    }
    .technical-park .technical-park__title {
        max-width: 1170px;
        margin: 0 auto;
        font-size: 40px;
        padding: 0 0 50px 0;
        font-family: "PTSans";
        font-weight: bold;
    }
    .technical-park .technical-park__wrapper {
        position: relative;
    }
    .technical-park .technical-park__wrapper .technical-park__navigation-buttons {
        max-width: 1170px;
        margin: 0 auto;
        position: relative;
    }
    .technical-park .technical-park__wrapper .technical-park__navigation-buttons .swiper-button-next {
        background-color: rgba(0, 0, 0, 0);
        border: 0;
        outline: none;
        background-image: url(../images/arrow_right.svg);
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        width: 30px;
        height: 40px;
        top: 30px;
        right: 23px;
        cursor: pointer;
    }
    .technical-park .technical-park__wrapper .technical-park__navigation-buttons .swiper-button-prev {
        background-color: rgba(0, 0, 0, 0);
        border: 0;
        outline: none;
        background-image: url(../images/arrow_left.svg);
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        width: 30px;
        height: 40px;
        top: 30px;
        right: 60px;
        cursor: pointer;
    }
    .technical-park .technical-park__wrapper .technical-park__navigation-buttons .swiper-button-prev:hover,
    .technical-park .technical-park__wrapper .technical-park__navigation-buttons .swiper-button-prev:focus,
    .technical-park .technical-park__wrapper .technical-park__navigation-buttons .swiper-button-next:hover,
    .technical-park .technical-park__wrapper .technical-park__navigation-buttons .swiper-button-next:focus {
        filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
    }
    .technical-park .technical-park__wrapper .technical-park__navigation-buttons .bottom-square {
        top: 30px;
        right: 0;
    }
    .technical-park .technical-park__wrapper .technical-park__navigation-wrapper {
        height: 90px;
        box-sizing: border-box;
        position: relative;
    }
    .technical-park .technical-park__wrapper .technical-park__navigation-wrapper .swiper-scrollbar {
        position: absolute;
        top: 0;
        height: 5px;
        left: 0;
        border-radius: 0;
        z-index: 20;
        width: 100%;
        background-color: #c4c4c4;
    }
    .technical-park .technical-park__wrapper .swiper-slide {
        background-size: cover;
        background-position: center;
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul {
        display: flex;
        flex-direction: column;
        gap: 18px;
        line-height: 140%;
        font-family: "Montserrat";
        padding: 40px 0 80px 0;
        max-width: 500px;
        width: 100%;
        font-size: 12px;
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li:nth-child(1) {
        font-size: 36px;
        line-height: 140%;
        font-family: "PTSans";
        padding: 0;
        font-weight: bold;
        position: relative;
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li:nth-child(1)::before {
        content: revert;
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li:last-child::before {
        content: revert;
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li:last-child {
        padding: 0;
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li {
        display: flex;
        font-size: 15px;
        position: relative;
        max-width: 90%;
        padding-left: 23px;
        justify-content: space-between;
        align-items: flex-end;
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li .dotted-underline {
        display: flex;
        border-bottom: 1px dotted #171717;
        flex: 0.95;
        height: 1px;
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li mark {
        font-weight: bold;
        background-color: rgba(0, 0, 0, 0);
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li .technical-park__telnum {
        font-size: 20px;
        text-decoration: none;
        color: #2d2d2d;
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li .phone {
        background-color: #ddd;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        cursor: pointer;
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li .cta {
        height: 80px;
        width: 80vw;
        color: #fff;
        z-index: 1;
        transition: 1.2s;
        background: linear-gradient(to right bottom, #ff971d, #ffbf1d);
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li .number {
        height: 80px;
        width: 79vw;
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/underline.png);
        background-size: cover;
        color: #fff;
        box-shadow: 1px 1px 10px #aaa;
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li .cta:hover {
        opacity: 0;
        transition: 1.2s;
    }
    .technical-park .technical-park__wrapper .swiper-slide .technical-park__ul .technical-park__li::before {
        position: absolute;
        content: "";
        height: 10px;
        width: 10px;
        background-color: #fcb427;
        display: inline-block;
        margin: 0 10px 0 0;
        top: 5px;
        left: 0;
    }
    .technical-park .technical-park__wrapper .mySwiper4 {
        height: 80%;
        width: 100%;
    }
    .technical-park .technical-park__wrapper .mySwiper4 .swiper-slide {
        display: flex;
        flex-direction: column;
    }
    .technical-park .technical-park__wrapper .mySwiper4 .swiper-slide img {
        max-height: 100%;
        max-width: 100vw;
    }
    .technical-park .technical-park__wrapper .mySwiper3 {
        position: relative;
        box-sizing: border-box;
        padding: 10px 0;
    }
    .technical-park .technical-park__wrapper .mySwiper3 .swiper-wrapper {
        max-height: 150px;
    }
    .technical-park .technical-park__wrapper .mySwiper3 .swiper-slide {
        width: 25%;
        height: 100%;
        opacity: 0.4;
        max-height: 137px;
        max-width: 170px;
    }
    .technical-park .technical-park__wrapper .mySwiper3 .swiper-slide-thumb-active {
        opacity: 1;
    }
    .technical-park .technical-park__wrapper .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .technical-park .technical-park__wrapper .technical-park__shadow-text {
        cursor: default;
        position: absolute;
        font-family: "Montserrat";
        font-size: 110px;
        color: rgba(211, 208, 208, 0.2);
        font-weight: 700;
        z-index: 25;
        bottom: 0;
        right: 0;
        display: none;
    }
}
.feature .list-title {
    opacity: 0;
    transform: translateX(25px);
    transition: all 250ms ease-in-out;
}
.feature.animated .list-title {
    opacity: 1;
    transform: translateX(0);
}
.features-list__item {
    opacity: 0;
    transform: translateX(15px);
    transition: all 250ms ease-in-out;
}
.features-list__item:nth-child(1) {
    transition-delay: 50ms;
}
.features-list__item:nth-child(2) {
    transition-delay: 100ms;
}
.features-list__item:nth-child(3) {
    transition-delay: 150ms;
}
.features-list__item.animated {
    opacity: 1;
    transform: translateX(0);
}
