@font-face {
    font-family: SegoeUI;
    font-display: swap;
    src: url(../fonts/SegoeUI-SemiBold.woff2) format("woff2"), url(../fonts/SegoeUI-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: SegoeUI;
    font-display: swap;
    src: url(../fonts/SegoeUI.woff2) format("woff2"), url(../fonts/SegoeUI.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: SegoeUI;
    font-display: swap;
    src: url(../fonts/SegoeUI-Light.woff2) format("woff2"), url(../fonts/SegoeUI-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal
}

* {
    padding: 0;
    margin: 0;
    border: 0
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body,
html {
    height: 100%;
    min-width: 320px
}

body {
    color: #121212;
    line-height: 1;
    font-family: "Segoe UI";
    font-size: 1rem;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

button,
input,
textarea {
    font-family: "Segoe UI";
    font-size: inherit
}

button {
    cursor: pointer;
    color: inherit;
    background-color: inherit
}

a {
    color: inherit
}

a:link,
a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit
}

body {
    background: #fafafa;
    font-weight: 600
}

.lock body {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none
}

.wrapper {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden
}

.wrapper>main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.wrapper>* {
    min-width: 0
}

[class*=__container] {
    max-width: 85rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0 auto;
    padding: 0 1.25rem
}

body::after {
    content: "";
    background: rgba(0, 0, 0, .2);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity .8s ease 0s;
    transition: opacity .8s ease 0s;
    pointer-events: none;
    z-index: 149
}

.popup-show body::after {
    opacity: 1
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 30px 20px;
    -webkit-transition: visibility .8s ease 0s;
    transition: visibility .8s ease 0s;
    visibility: hidden;
    pointer-events: none
}

.popup_show {
    z-index: 150;
    visibility: visible;
    overflow: auto;
    pointer-events: auto
}

.popup_show .popup__content {
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.popup__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center
}

.popup__content {
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .3s ease 0s;
    transition: -webkit-transform .3s ease 0s;
    transition: transform .3s ease 0s;
    transition: transform .3s ease 0s, -webkit-transform .3s ease 0s;
    background-color: #fff;
    padding: 40px;
    position: relative;
    width: 100%;
    min-height: 30rem;
    max-width: 800px;
    border-radius: 32px
}

.popup__content--2 {
    text-align: center;
    max-width: 30rem
}

.popup__content::before {
    content: "";
    border-radius: 32px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(41.61%, #fff), color-stop(65.47%, rgba(255, 255, 255, .7)), color-stop(86.84%, rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, #fff 41.61%, rgba(255, 255, 255, .7) 65.47%, rgba(255, 255, 255, 0) 86.84%);
    z-index: -1
}

.lock .popup__content {
    visibility: visible
}

.popup__image {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: -2;
    border-radius: 32px
}

.popup__image img {
    border-radius: 32px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 30rem
}

.popup__title {
    font-size: 3.75rem;
    margin-bottom: 3.75rem
}

.popup__title--2 {
    font-size: 3rem
}

.popup__close {
    display: none
}

.form-popup__inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
    margin-bottom: 3.75rem
}

.form-popup__inputs--2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1.25rem
}

.form-popup__input {
    background: 0 0;
    width: 100%;
    outline: 0;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, .12)
}

[class*=-ibg] {
    position: relative
}

[class*=-ibg] img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

[class*=-ibg_contain] img {
    -o-object-fit: contain;
    object-fit: contain
}

.title {
    font-size: 2rem;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: .75rem;
    -moz-column-gap: .75rem;
    column-gap: .75rem
}

.title::before {
    content: "";
    background: url(../img/icons/star.svg) 0 0/contain no-repeat;
    display: block;
    width: 1.5rem;
    height: 1.5rem
}

.title--white {
    color: #fff
}

.title--white::before {
    background: url(../img/icons/star-white.svg) 0 0/contain no-repeat
}

.title-big {
    font-size: 8rem;
    font-weight: 600
}

.category-info {
    display: inline-block;
    padding: .5rem .75rem;
    background-color: #a7f24c;
    font-size: .75rem;
    border-radius: 14px
}

.bottom-news-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: .9375rem;
    -moz-column-gap: .9375rem;
    column-gap: .9375rem
}

.bottom-news-slide__bottom-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem
}

.bottom-news-slide__icons-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-column-gap: .25rem;
    -moz-column-gap: .25rem;
    column-gap: .25rem;
    font-size: .875rem;
    color: #999
}

.link {
    background-color: #121212;
    font-size: 1.25rem;
    font-weight: 400;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    -webkit-column-gap: .75rem;
    -moz-column-gap: .75rem;
    column-gap: .75rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 30px;
    padding: 0 0 0 1.25rem
}

.link span {
    border: 1px solid #121212;
    width: 3.75rem;
    height: 3.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #a7f24c;
    border-radius: 50%;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.link span img {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.btns-slider {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 22px;
    background: #121212
}

.btn-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #121212;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%
}

.btn-slider svg path {
    -webkit-transition: stroke .3s;
    transition: stroke .3s
}

.btn-slider--left {
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.btn-slider--right {
    background-color: #a7f24c;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.link-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 1rem;
    -webkit-column-gap: 7.6875rem;
    -moz-column-gap: 7.6875rem;
    column-gap: 7.6875rem;
    color: #2f432a;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all .3s;
    transition: all .3s
}

.link-more svg path {
    -webkit-transition: stroke .3s;
    transition: stroke .3s
}

.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 70px;
    width: 70px;
    cursor: pointer;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .3s;
    transition: all .3s
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.progress-circle path {
    fill: none;
    stroke: #a3ff33;
    stroke-width: 4;
    stroke-linecap: round;
    -webkit-transition: stroke-dashoffset 10ms linear;
    transition: stroke-dashoffset 10ms linear
}

.inner-circle {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background-color: #121212;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
    -webkit-transition: all .3s;
    transition: all .3s
}

.arrow-up {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.arrow-up img {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.progress-wrap:hover .inner-circle {
    background-color: #000
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fafafa;
    z-index: 50
}

.header__container {
    display: -ms-grid;
    display: grid;
    padding-top: 1.25rem;
    -ms-grid-columns: 14.625rem 1fr 14.625rem;
    grid-template-columns: 14.625rem 1fr 14.625rem;
    padding-bottom: .625rem
}

.header__logo {
    outline: 0;
    height: 60px;
    display: block;
    width: 14.625rem
}

.header__logo img {
    width: 100%;
    height: 100%
}

.header__center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.center-header__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem
}

.center-header__social:not(:last-child) {
    margin-bottom: 2rem
}

.center-header__social-link {
    font-size: 1.25rem;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: .5rem;
    -moz-column-gap: .5rem;
    column-gap: .5rem;
    -webkit-transition: color .3s;
    transition: color .3s
}

.menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    row-gap: 1.5rem
}

.menu__link {
    font-weight: 400;
    -webkit-transition: all .3s;
    transition: all .3s
}

.right-header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.right-header__link svg path {
    -webkit-transition: all .3s;
    transition: all .3s
}

.icon-menu {
    display: none
}

.footer {
    border-radius: 32px 32px 0 0;
    background-color: #121212;
    padding-top: 3.75rem
}

.footer--2 {
    border-radius: 0
}

.footer__top {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (auto)[4];
    grid-template-columns: repeat(4, auto);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    row-gap: 2.5rem;
    -webkit-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
    margin-bottom: 1.25rem
}

.footer__name {
    position: relative;
    bottom: -2.1875rem;
    color: #fafafa;
    text-transform: uppercase;
    text-align: center
}

@supports (font-size:clamp(2.8125rem, -0.3356481481rem + 15.7407407407vw, 13.4375rem)) {
    .footer__name {
        font-size: clamp(2.8125rem, -.3356481481rem + 15.7407407407vw, 13.4375rem)
    }
}

@supports not (font-size:clamp(2.8125rem, -0.3356481481rem + 15.7407407407vw, 13.4375rem)) {
    .footer__name {
        font-size: calc(2.8125rem + 10.625 * (100vw - 20rem)/ 67.5)
    }
}

.top-footer__logo {
    display: block;
    margin-bottom: 1.25rem
}

.top-footer__logo img {
    width: 9.75rem;
    height: 2.5rem
}

.top-footer__address {
    line-height: 120%;
    color: #fff
}

.top-footer__address:not(:last-child) {
    margin-bottom: 2.4375rem
}

.top-footer__contact-list:not(:last-child) {
    margin-bottom: 2.4375rem
}

.top-footer__contact-item:not(:last-child) {
    margin-bottom: 1.25rem
}

.top-footer__contact-link {
    font-weight: 300;
    color: #fff;
    font-size: .75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: .5rem;
    -moz-column-gap: .5rem;
    column-gap: .5rem;
    -webkit-transition: color .3s;
    transition: color .3s
}

.top-footer__social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.top-footer__item:not(:last-child) {
    margin-bottom: 1.25rem
}

.top-footer__link {
    color: #fff;
    display: inline-block;
    -webkit-transition: color .3s;
    transition: color .3s
}

.top-footer__copy {
    font-size: .75rem;
    font-weight: 300;
    color: rgba(255, 255, 255, .6)
}

.top-footer__links-item:not(:last-child) {
    margin-bottom: .75rem
}

.top-footer__links-link {
    font-size: .75rem;
    font-weight: 300;
    color: rgba(255, 255, 255, .6);
    -webkit-transition: color .3s;
    transition: color .3s
}

.hero {
    margin-top: 10rem;
    min-height: 68.75rem;
    position: relative;
    /* border-radius: 1.875rem; */
    overflow: hidden;
    z-index: 1
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    /* background: -webkit-gradient(linear, left top, left bottom, color-stop(32.89%, #fafafa), color-stop(48.8%, rgba(250, 250, 250, 0)));
    background: linear-gradient(180deg, #fafafa 32.89%, rgba(250, 250, 250, 0) 48.8%); */
    z-index: -1
}

.hero__container {
    padding-top: 5rem;
    text-align: center;
    position: relative
}

.hero__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    opacity: 0.7;
    object-fit: cover;
    z-index: -2
}

.hero__decor-icon {
    position: absolute
}

.hero__decor-icon--left {
    display: none;
    top: .625rem;
    width: 1.25rem;
    height: 1.25rem;
    left: 26.170213%
}

.hero__decor-icon--left-2 {
    display: none;
    width: 2.5rem;
    height: 2.5rem;
    left: 9.929078%;
    top: 15.625rem
}

.hero__decor-icon--right {
    display: none;
    width: 3.25rem;
    height: 3.25rem;
    right: 18.439716%;
    top: 5rem
}

.hero__decor-icon--right-2 {
    display: none;
    width: 1.5rem;
    height: 1.5rem;
    right: 11.205674%;
    top: 23.5rem
}

.hero__title {
    margin-bottom: 2.5rem
}

.hero__text {
    font-size: 1.25rem;
    font-weight: 600;
    /* color: #999; */
    line-height: 100%;
    margin-bottom: 2.5rem
}

.info-block {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem
}

.info-block__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.info-block__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.info-block__year {
    font-size: 1.5rem
}

.info-block__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem
}

.info-block__link {
    color: #999;
    -webkit-transition: color .3s;
    transition: color .3s
}

.info-block__right p {
    font-size: 3.75rem;
    font-weight: 300;
    text-align: right;
    line-height: 120%
}

.solutions {
    margin-bottom: 7.5rem
}

.solutions__container {
    max-width: 88rem
}

.solutions__slider {
    position: relative
}

.solutions__slide {
    position: relative;
    z-index: 1;
    padding: 2.5rem;
    visibility: hidden;
    min-height: 32.5rem;
    height: 100%;
    border-radius: 32px;
    overflow: hidden
}

.solutions__slide.swiper-slide-active {
    visibility: visible;
    pointer-events: auto
}

.solutions__slide::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, .6) 28.24%, rgba(0, 0, 0, 0) 69.52%);
    z-index: -1
}

.solutions__controll-block {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: .5rem;
    -moz-column-gap: .5rem;
    column-gap: .5rem;
    z-index: 1;
    bottom: 2.5rem;
    right: 2.5rem
}

.solutions__controll {
    width: 6.25rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 6.25rem;
    flex: 0 0 6.25rem;
    height: 6.25rem;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 0 100px 0 #121212;
    box-shadow: 0 0 100px 0 #121212;
    background: #121212
}

.solutions__swiper-button-prev img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.slide-solutions__image {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%
}

.slide-solutions__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 32px
}

.slide-solutions__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: .9375rem;
    max-width: 32.5rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%
}

.slide-solutions__title {
    font-size: 3.75rem;
    color: #fff;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, .32)
}

.slide-solutions__text {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 140%;
    color: #fff;
    padding-top: 2rem
}

.fraction-controll {
    color: #999
}

.fraction-controll__current {
    color: #fff
}

.fraction-controll__current--black {
    color: #121212
}

.fraction-controll__all {
    color: #999
}

.block-solutions__title {
    margin-bottom: 2.5rem
}

.block-solutions__blocks {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem
}

.block-solutions__item {
    position: relative;
    z-index: 1;
    padding: 1.25rem;
    border-radius: 20px;
    overflow: hidden;
    min-height: 25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.block-solutions__item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0, 0, 0, .2)
}

.block-solutions__item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 12.5rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .8)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
    z-index: -2
}

.item-block-solutions__arrow {
    position: absolute;
    top: 6rem;
    left: 50%;
    background: #fff;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateY(150%) translateX(-50%);
    -ms-transform: translateY(150%) translateX(-50%);
    transform: translateY(150%) translateX(-50%);
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    visibility: hidden
}

.item-block-solutions__arrow img {
    width: 1.5625rem;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.item-block-solutions__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -3
}

.item-block-solutions__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.item-block-solutions__price {
    background-color: #fff;
    border-radius: 16px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: inline-block;
    padding: .5rem .75rem;
    color: #999;
    -webkit-transition: all .3s;
    transition: all .3s
}

.item-block-solutions__price span {
    color: #121212
}

.item-block-solutions__title {
    font-size: 1.25rem;
    color: #fff;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid transparent;
    -webkit-transition: all .3s;
    transition: all .3s
}

.item-block-solutions__text {
    font-size: .75rem;
    font-weight: 400;
    color: #fff;
    line-height: 140%
}

.trust {
    margin-bottom: 7.5rem
}

.trust__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem
}

.trust__title {
    margin-bottom: 2.5rem
}

.trust__title.fade-in {
    -webkit-animation: fadeInRow .5s ease forwards;
    animation: fadeInRow .5s ease forwards
}

.trust__text {
    padding-left: 2.25rem;
    font-weight: 400;
    line-height: 140%;
    color: rgba(18, 18, 18, .6)
}

.trust__text.fade-in {
    -webkit-animation: fadeInRow .5s ease forwards;
    animation: fadeInRow .5s ease forwards
}

@-webkit-keyframes fadeInRow {
    from {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInRow {
    from {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.partners-trust {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
    row-gap: 2.5rem
}

.partners-trust__image {
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    padding-bottom: 2.5rem
}

.partners-trust__image:not(:nth-last-child(-n+3)) {
    border-bottom: 1px solid rgba(0, 0, 0, .12)
}

.partners-trust__image:nth-last-child(-n+3) {
    border-bottom: 1px solid transparent
}

.partners-trust__image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 2/1
}

.partners-trust__image.active {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    border-bottom: 1px solid #a7f24c
}

.reviews {
    margin-bottom: 7.5rem
}

.reviews__body {
    border-radius: 32px;
    padding: 2.5rem;
    background: #08220e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 1.5625rem;
    -moz-column-gap: 1.5625rem;
    column-gap: 1.5625rem;
    min-height: 34rem
}

.reviews__text-info {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 120%;
    margin-bottom: 2rem
}

.reviews__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.reviews__text {
    color: #fff;
    margin-bottom: .5rem
}

.reviews__text--big {
    font-size: 1.5rem;
    color: #fff
}

.right-reviews__title {
    font-weight: 300;
    color: #fff;
    margin-bottom: 1.25rem
}

.right-reviews__talk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3.75rem;
    -webkit-column-gap: 5.59375rem;
    -moz-column-gap: 5.59375rem;
    column-gap: 5.59375rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 1rem
}

.right-reviews__slider-wrap {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    height: 20rem;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr
}

.right-reviews__slider {
    height: 20rem
}

.right-reviews__slide {
    max-height: 10rem;
    interpolate-size: allow-keywords;
    -webkit-transition: max-height .3s;
    transition: max-height .3s
}

.right-reviews__image {
    border-radius: 20px;
    padding: 2.5rem;
    background: #fafafa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    -webkit-transition: max-height .3s;
    transition: max-height .3s
}

.right-reviews__image img {
    width: 100%;
    aspect-ratio: 2/1;
    height: 100%
}

.counts-block {
    margin-bottom: 7.5rem
}

.counts-block__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 1.875rem
}

.counts-block__title {
    font-size: 8.75rem;
    line-height: 100%;
    letter-spacing: -.04em;
    position: relative
}

.counts-block__title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2.5rem;
    background-color: #fafafa
}

.counts-block__text {
    font-weight: 400;
    color: #999;
    position: relative;
    top: -1.5625rem
}

.economy {
    position: relative;
    z-index: 1;
    border-radius: 0 0 32px 32px;
    overflow: hidden;
    min-height: 57.5rem;
    padding-top: 7.5rem;
    margin-bottom: 7.75rem
}

.economy::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(35.15%, #fafafa), color-stop(57.85%, rgba(250, 250, 250, 0)));
    background: linear-gradient(180deg, #fafafa 35.15%, rgba(250, 250, 250, 0) 57.85%)
}

.economy__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -3
}

.economy__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.economy__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.economy__title {
    font-size: 3.75rem;
    font-weight: 300;
    line-height: 120%;
    max-width: 45.125rem;
    margin: 0 auto 2.5rem
}

.map-block {
    margin-bottom: 7.5rem
}

.map-block__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    margin-bottom: 2.75rem
}

.map-block__map-navigation {
    margin: 0 1.25rem
}

.map-block__info {
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 20px;
    color: #999;
    padding: .75rem 1rem
}

.map-block__info span {
    color: #121212
}

.map-block>svg {
    width: 100%;
    cursor: pointer
}

.region {
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative
}

.region::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3.1875rem;
    height: 3.1875rem;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../img/icons/location-green.svg) 0 0/contain no-repeat
}

.marker-hover {
    display: none
}

.map-label,
.map-marker,
.marker-default,
.marker-hover {
    pointer-events: none
}

.map-region {
    cursor: pointer
}

.map-scroll-container {
    width: 100%;
    overflow-x: auto;
    display: block;
    cursor: -webkit-grab;
    cursor: grab;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.map-scroll-container::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0
}

.map-scroll-container svg {
    width: 100%
}

.map-region .map-label,
.map-region .map-label--bottom,
.map-region .marker-hover {
    opacity: 0;
    display: none;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    pointer-events: none
}

.map-region .marker-default {
    display: block
}

.map-region.is-active .region,
.map-region:hover .region {
    fill: #395b30 !important;
    fill-opacity: 1 !important
}

.map-region.is-active .marker-default,
.map-region:hover .marker-default {
    display: none !important
}

.map-region.is-active .map-label,
.map-region.is-active .map-label--bottom,
.map-region.is-active .marker-hover,
.map-region:hover .map-label,
.map-region:hover .map-label--bottom,
.map-region:hover .marker-hover {
    display: block;
    opacity: 1
}

.map-region {
    cursor: pointer
}

.map-label {
    font-size: 1.5rem;
    font-weight: 600;
    fill: #333;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    pointer-events: none;
    opacity: 0
}

.map-label--bottom {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 0;
    font-size: .75rem;
    fill: #999;
    padding: .5rem .75rem;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 14px;
    background-color: #fff
}

.map-label--bottom tspan {
    fill: #121212
}

.news {
    margin-bottom: 7.5rem
}

.news__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 1.5625rem;
    -moz-column-gap: 1.5625rem;
    column-gap: 1.5625rem;
    margin-bottom: 2.5rem
}

.news__wrapper {
    margin-bottom: 1.5625rem
}

.news__wrap-btns {
    text-align: right
}

.slide-news {
    background-color: #fff;
    border-radius: 32px
}

.slide-news--2 {
    background-color: transparent
}

.slide-news__image {
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 32px 32px 20px 20px
}

.slide-news__image::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    transition: all .3s
}

.slide-news__image img {
    border-radius: 32px 32px 20px 20px;
    aspect-ratio: 1.28/1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.slide-news__image--small img {
    border-radius: 12px;
    aspect-ratio: 1.75/1
}

.slide-news__arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    transition: all .3s
}

.slide-news__arrow img {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 1.875rem;
    height: 1.4375rem
}

.slide-news__body {
    padding: 1.25rem
}

.slide-news__body--2 {
    margin-top: .75rem;
    padding: 0
}

.slide-news__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: .625rem;
    -moz-column-gap: .625rem;
    column-gap: .625rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem
}

.slide-news__date {
    font-size: .875rem;
    color: #999
}

.slide-news__link {
    display: block;
    font-size: 1.25rem;
    line-height: 120%;
    -webkit-transition: color .3s;
    transition: color .3s
}

.slide-news__link:not(:last-child) {
    margin-bottom: 1rem
}

.slide-news__link--small {
    font-size: 1rem
}

.contacts {
    position: relative;
    z-index: 1;
    margin-top: 10.5rem;
    padding-top: 2.5rem;
    min-height: 57.5rem
}

.contacts::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(39.78%, #fafafa), color-stop(67.97%, rgba(250, 250, 250, 0)));
    background: linear-gradient(180deg, #fafafa 39.78%, rgba(250, 250, 250, 0) 67.97%);
    height: 100%;
    z-index: -1
}

.contacts__image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -2
}

.contacts__image img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 57.5rem
}

.contacts__title {
    margin-bottom: 2.5rem
}

.contacts__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 1.5625rem;
    -moz-column-gap: 1.5625rem;
    column-gap: 1.5625rem
}

.contacts__text {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 140%;
    color: rgba(18, 18, 18, .6);
    max-width: 18.75rem
}

.contacts__right {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (auto)[2];
    grid-template-columns: repeat(2, auto);
    -webkit-column-gap: 3.75rem;
    -moz-column-gap: 3.75rem;
    column-gap: 3.75rem;
    row-gap: 2.5rem
}

.right-contacts__title {
    margin-bottom: .75rem;
    color: #999
}

.right-contacts__info {
    font-size: 1.25rem;
    font-weight: 400
}

.right-contacts__link {
    font-size: 1.25rem;
    font-weight: 400;
    -webkit-transition: color .3s;
    transition: color .3s
}

.right-contacts__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: .75rem;
    -moz-column-gap: .75rem;
    column-gap: .75rem
}

.blog {
    margin-top: 10.25rem;
    padding-top: 2.5rem;
    margin-bottom: 7.5rem
}

.blog__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 20rem 1fr;
    grid-template-columns: 20rem 1fr;
    -webkit-column-gap: 5rem;
    -moz-column-gap: 5rem;
    column-gap: 5rem
}

.blog__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.blog__post {
    border-radius: 32px;
    padding-top: 1.25rem
}

.blog__post:not(:last-child) {
    margin-bottom: 1.25rem
}

.sidebar-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.sidebar-category__title {
    margin-bottom: 2rem
}

.sidebar-category__list.is-open .sidebar-category__item {
    display: block
}

.sidebar-category__item {
    padding-bottom: .75rem
}

.sidebar-category__item:not(:last-child) {
    margin-bottom: .75rem
}

.sidebar-category__btn {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.sidebar-category__btn span:first-child img {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sidebar-category__btn span:last-child {
    display: none
}

.sidebar-category__btn span:last-child img {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.sidebar-category__btn.is-active span:first-child {
    display: none
}

.sidebar-category__btn.is-active span:last-child {
    display: block
}

.sidebar-category__link {
    padding-bottom: .75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #999;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: .75rem;
    -moz-column-gap: .75rem;
    column-gap: .75rem;
    border-bottom: 1px solid transparent;
    -webkit-transition: all .3s;
    transition: all .3s
}

.sidebar-category__link svg path {
    -webkit-transition: all .3s;
    transition: all .3s
}

.content-blog__columns {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem
}

.content-blog__columns:not(:last-child) {
    margin-bottom: 1.25rem
}

.content-blog__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 2.5rem;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.post-blog {
    border-radius: 32px;
    background: #fff
}

.post-blog__top-info {
    padding: 1.25rem
}

.post-blog__arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    transition: all .3s
}

.post-blog__arrow img {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 2.8125rem;
    height: 2.0625rem
}

.post-blog__top-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.post-blog__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-column-gap: 1.5625rem;
    -moz-column-gap: 1.5625rem;
    column-gap: 1.5625rem
}

.post-blog__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.post-blog__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: .5rem;
    -moz-column-gap: .5rem;
    column-gap: .5rem;
    padding-right: 1.25rem;
    margin-right: 1.25rem;
    position: relative
}

.post-blog__author::after {
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    height: .75rem;
    width: .0625rem;
    background-color: rgba(0, 0, 0, .12);
    position: absolute
}

.post-blog__img-author img {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%
}

.post-blog__eye {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: .3125rem;
    -moz-column-gap: .3125rem;
    column-gap: .3125rem;
    font-size: .875rem;
    color: #999;
    padding-right: 1.25rem;
    margin-right: 1.25rem;
    position: relative
}

.post-blog__eye::after {
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    height: .75rem;
    width: .0625rem;
    background-color: rgba(0, 0, 0, .12);
    position: absolute
}

.post-blog__date {
    font-size: .875rem;
    color: #999
}

.post-blog__link {
    font-size: 1.5rem;
    display: block;
    line-height: 120%
}

.post-blog__image {
    display: block;
    position: relative;
    border-radius: 20px;
    overflow: hidden
}

.post-blog__image::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    transition: all .3s
}

.post-blog__image img,
.post-blog__image picture img {
    aspect-ratio: 2.66/1;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
    width: 100%;
    height: 100%
}

.post-blog__bottom {
    padding: 1.375rem
}

.post {
    margin-top: 10.5rem;
    padding-top: 2.5rem;
    margin-bottom: 7.5rem
}

.post__container {
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
    -ms-grid-columns: 17.5rem 1fr 17.5rem;
    grid-template-columns: 17.5rem 1fr 17.5rem
}

.post__author {
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    padding-bottom: 2.5625rem;
    margin-bottom: 2.5625rem
}

.author-block__image img {
    width: 3rem;
    height: 3rem;
    border-radius: 50%
}

.author-block__name {
    font-size: 1.25rem;
    margin-bottom: .75rem
}

.author-block__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.author-block__eye {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: .25rem;
    -moz-column-gap: .25rem;
    column-gap: .25rem;
    color: #999;
    font-size: .875rem;
    padding-right: 1.25rem;
    border-right: 1px solid rgba(0, 0, 0, .12);
    margin-right: 1.25rem
}

.author-block__date {
    font-size: .875rem;
    color: #999
}

.content-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.content-post__text:not(:last-child) {
    margin-bottom: 2rem
}

.content-post__main-block {
    border-radius: 32px;
    background: #fff;
    margin-bottom: 1.25rem
}

.content-post__main-block h1 {
    font-size: 1.5rem;
    line-height: 120%
}

.content-post__content {
    padding: 0 1.25rem
}

.content-post__content p {
    line-height: 150%;
    font-weight: 400
}

.content-post__content ul:not(:last-child) {
    margin-bottom: 2rem
}

.content-post__content ul li {
    font-weight: 400;
    line-height: 150%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: .75rem;
    -moz-column-gap: .75rem;
    column-gap: .75rem
}

.content-post__content ul li::before {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1rem;
    flex: 0 0 1rem;
    width: 1rem;
    height: 1rem;
    display: block;
    background: url(../img/icons/star.svg) 0 0/16px 16px no-repeat
}

.content-post__content ul li:not(:last-child) {
    margin-bottom: .5rem
}

.content-post__content h2 {
    font-size: 1.5rem;
    line-height: 120%;
    margin-bottom: 1rem
}

.content-post__content>img,
.content-post__content>picture img {
    width: 100%;
    border-radius: 20px;
    aspect-ratio: 1.7/1;
    -o-object-fit: cover;
    object-fit: cover
}

.content-post__content>img:not(:last-child),
.content-post__content>picture img:not(:last-child) {
    margin-bottom: 1rem
}

.content-post__content>picture:not(:last-child) {
    margin-bottom: 1rem
}

.content-post__main-block-body {
    padding: 1.25rem
}

.content-post__image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    aspect-ratio: 2/1;
    border-radius: 32px 32px 20px 20px
}

.content-post__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem
}

.content-post__wrap-slider {
    display: -ms-grid;
    display: grid
}

.content-post__wrap-slider:not(:last-child) {
    margin-bottom: 1rem
}

.content-post__slider-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 1.5625rem;
    -moz-column-gap: 1.5625rem;
    column-gap: 1.5625rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.content-post__images {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem
}

.content-post__images:not(:last-child) {
    margin-bottom: 1rem
}

.content-post__images img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 1.21/1
}

.content-post__slider {
    margin-bottom: 1.25rem
}

.content-post__slide img {
    border-radius: 32px 32px 20px 20px;
    width: 100%;
    height: 100%;
    aspect-ratio: 1.7/1;
    -o-object-fit: cover;
    object-fit: cover
}

.read-post__title {
    margin-bottom: 2rem;
    font-size: 1.5rem
}

.read-post__slide {
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem
}

.swiper:not(.news__slider) {
    overflow: hidden
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.swiper-vertical .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.swiper-initialized .swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-button-lock {
    display: none !important
}

@media (min-width:29.99875em) {
    .top-footer__address {
        max-width: 11.5625rem
    }
}

@media (min-width:37.5em) {
    .slide-solutions__body {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .item-block-solutions__body {
        min-height: 7.5rem
    }

    .contacts__left {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 18.75rem;
        flex: 0 1 18.75rem
    }

    .contacts__right {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 33.375rem;
        flex: 0 1 33.375rem
    }
}

@media (min-width:47.99875em) {
    .map-block__map-navigation {
        display: none
    }
}

@media (min-width:61.99875em) {
    .info-block__left {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 25rem;
        flex: 0 1 25rem
    }

    .info-block__right {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 45.125rem;
        flex: 0 1 45.125rem
    }

    .item-block-solutions__body {
        -webkit-transform: translateY(80%);
        -ms-transform: translateY(80%);
        transform: translateY(80%);
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s
    }

    .trust__content {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 32.5rem;
        flex: 0 1 32.5rem
    }

    .trust__partners {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 42.5rem;
        flex: 0 1 42.5rem
    }

    .reviews__left {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 43.125rem;
        flex: 0 1 43.125rem
    }

    .reviews__right {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 37.5rem;
        flex: 0 1 37.5rem
    }

    .sidebar-category__btn--1 {
        display: none
    }
}

@media (min-width:71.875em) {
    .header__right {
        padding-top: 1.5rem
    }

    .center-header__social {
        padding-top: 1.5rem
    }

    .menu__body {
        padding: 1.375rem 2rem;
        border: 1px solid rgba(0, 0, 0, .04);
        border-radius: 30px
    }

    .menu__item:not(:last-child) {
        position: relative;
        margin-right: 2rem;
        padding-right: 2rem
    }

    .menu__item:not(:last-child)::after {
        content: "";
        background-color: rgba(18, 18, 18, .12);
        height: 1.25rem;
        width: .0625rem;
        position: absolute;
        display: block;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media (min-width:75em) {
    .sidebar-category__btn--2 {
        display: none
    }

    .author-block__image {
        margin-bottom: .75rem
    }
}

@media (max-width:75em) {
    .header__logo {
        width: 11.6875rem;
        height: 3rem
    }

    .sidebar-category__list--2 {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
        -webkit-column-gap: 1.5625rem;
        -moz-column-gap: 1.5625rem;
        column-gap: 1.5625rem;
        row-gap: 1.84375rem
    }

    .sidebar-category__list--2 .sidebar-category__item:nth-child(n+4) {
        display: none
    }

    .sidebar-category__list--2.is-open .sidebar-category__item {
        display: block
    }

    .post__container {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        row-gap: 5rem
    }

    .post__sidebar {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .post__author {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-column-gap: .75rem;
        -moz-column-gap: .75rem;
        column-gap: .75rem
    }

    .post__content {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .post__read {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .content-post__main-block {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .content-post__content {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .read-post__slides {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem
    }

    .read-post__link {
        border-bottom: none
    }
}

@media (max-width:71.875em) {
    .header__container {
        -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
        min-height: 5.5rem;
        padding-top: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 0
    }

    .header__center {
        position: fixed;
        top: 4.5rem;
        right: 1.25rem;
        width: 13.9375rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-transform: translateX(150%);
        -ms-transform: translateX(150%);
        transform: translateX(150%);
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        border: 1px solid rgba(0, 0, 0, .04);
        border-radius: 24px;
        padding: 20px 32px;
        -webkit-box-shadow: 0 0 32px 0 rgba(18, 18, 18, .04);
        box-shadow: 0 0 32px 0 rgba(18, 18, 18, .04);
        background: #fff
    }

    .menu-open .header__center {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    .header__menu {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        padding-bottom: 1.25rem;
        margin-bottom: 1.25rem;
        border-bottom: 1px solid rgba(0, 0, 0, .08)
    }

    .header__right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .center-header__social {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 1.25rem;
        padding-bottom: 1.25rem;
        border-bottom: 1px solid rgba(0, 0, 0, .08)
    }

    .center-header__social:not(:last-child) {
        margin-bottom: 1.25rem
    }

    .center-header__social-link {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .menu__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: right
    }

    .right-header__list {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%
    }

    .icon-menu {
        display: block;
        position: relative;
        width: 2.5rem;
        border-radius: 50%;
        height: 2.5rem;
        border: 1px solid rgba(0, 0, 0, .04);
        cursor: pointer;
        -webkit-transition: all .3s;
        transition: all .3s;
        z-index: 5
    }

    .icon-menu span,
    .icon-menu::after,
    .icon-menu::before {
        content: "";
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        right: 0;
        position: absolute;
        width: 100%;
        height: .125rem;
        background-color: #999
    }

    .icon-menu::before {
        top: .75rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: .725rem;
        border-radius: .625rem
    }

    .icon-menu::after {
        bottom: .75rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: .725rem;
        border-radius: .625rem
    }

    .icon-menu span {
        top: 1.09375rem;
        width: 1.25rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .menu-open .icon-menu {
        background-color: #a7f24c;
        border: 1px solid #121212
    }

    .menu-open .icon-menu span {
        width: 0;
        background-color: #121212
    }

    .menu-open .icon-menu::after,
    .menu-open .icon-menu::before {
        background-color: #121212
    }

    .menu-open .icon-menu::before {
        top: calc(50% - .0625rem);
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        left: 30%;
        width: .9375rem
    }

    .menu-open .icon-menu::after {
        bottom: calc(50% - .0625rem);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        left: 30%;
        width: .9375rem
    }

    .hero {
        margin-top: 5.5rem
    }

    .contacts {
        margin-top: 5.5rem
    }

    .blog {
        margin-top: 5.5rem
    }

    .post {
        margin-top: 5.5rem;
        padding-top: 1.25rem
    }
}

@media (max-width:68.75em) {
    .info-block__right p {
        font-size: 3.125rem
    }
}

@media (max-width:61.99875em) {
    .popup__title {
        font-size: 3rem
    }

    .title-big {
        font-size: 6.25rem
    }

    .footer__top {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr)
    }

    .footer__name {
        bottom: -1.25rem
    }

    .top-footer__column:first-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .top-footer__column:nth-child(2) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .top-footer__column:nth-child(3) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .top-footer__column:nth-child(4) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .top-footer__column:nth-child(5) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .top-footer__column:nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .top-footer__column:nth-child(7) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .hero__decor-icon--right {
        right: 7%
    }

    .hero__text {
        max-width: 28.75rem;
        margin: 0 auto 3.75rem
    }

    .info-block__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 5rem
    }

    .info-block__left {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .info-block__right p {
        font-size: 3rem;
        text-align: left
    }

    .slide-solutions__body {
        max-width: 24.375rem
    }

    .slide-solutions__title {
        font-size: 3rem
    }

    .block-solutions__blocks {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr
    }

    .item-block-solutions__title {
        border-bottom: 1px solid rgba(255, 255, 255, .12)
    }

    .trust__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 5rem
    }

    .reviews__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 2.5rem
    }

    .reviews__text-info {
        font-size: 2rem
    }

    .right-reviews__slider-wrap {
        margin-bottom: 3.75rem
    }

    .counts-block__title {
        font-size: 7.5rem
    }

    .counts-block__title::after {
        height: 1.875rem
    }

    .counts-block__text {
        top: -.9375rem
    }

    .economy__title {
        font-size: 3rem;
        max-width: 37.25rem
    }

    .slide-news__link {
        font-size: 1rem
    }

    .contacts__right {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 13.9375rem;
        flex: 0 1 13.9375rem
    }

    .contacts__right {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .blog__container {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        row-gap: 5rem
    }

    .sidebar-category__list {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
        -webkit-column-gap: 1.5625rem;
        -moz-column-gap: 1.5625rem;
        column-gap: 1.5625rem;
        row-gap: 1.84375rem
    }

    .sidebar-category__item:nth-child(n+4) {
        display: none
    }
}

@media (max-width:47.99875em) {
    .hero__decor-icon--right {
        right: 3%
    }

    .solutions__slide {
        min-height: 42.5rem
    }

    .slide-solutions__text {
        margin-bottom: 2.5rem
    }

    .map-block__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 1.5rem
    }

    .map-block__info {
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .map-block>svg {
        height: 23.625rem;
        width: 45.5rem;
        overflow: auto
    }

    .map-scroll-container svg {
        display: block;
        height: 36.125rem;
        min-width: 1200px
    }

    .sidebar-category__list {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width:37.5em) {
    .popup__title {
        font-size: 1.75rem
    }

    .form-popup__inputs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 1.25rem
    }

    .title-big {
        font-size: 4rem
    }

    .header__logo {
        width: 9.75rem;
        height: 2.5rem
    }

    .hero {
        margin-top: 5rem
    }

    .hero__text {
        font-size: 1rem
    }

    .block-solutions__blocks {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .block-solutions__item {
        min-height: 16.25rem
    }

    .right-reviews__slider-wrap {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        row-gap: 1.25rem
    }

    .right-reviews__btns {
        width: 5.5625rem
    }

    .contacts {
        margin-top: 5rem
    }

    .contacts__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 2.5rem
    }

    .blog {
        margin-top: 5rem
    }

    .sidebar-category__list {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr
    }

    .content-blog__columns {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        row-gap: 1.25rem
    }

    .post-blog__top-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        row-gap: .75rem
    }

    .post-blog__top {
        width: 100%
    }

    .post-blog__left {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .post-blog__author::after {
        display: none
    }

    .post-blog__category {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .post-blog__image img,
    .post-blog__image picture img {
        aspect-ratio: 1.2/1
    }

    .post {
        margin-top: 5rem
    }

    .content-post__images {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr
    }

    .read-post__slides {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

@media (max-width:29.99875em) {
    .header__container {
        min-height: 5rem
    }

    .footer {
        padding-top: 2.5rem
    }

    .footer__top {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        row-gap: 0
    }

    .footer__name {
        bottom: -.625rem
    }

    .top-footer__column:first-child {
        margin-bottom: 2.5rem
    }

    .top-footer__column:nth-child(2),
    .top-footer__column:nth-child(3) {
        border-bottom: 1px solid rgba(255, 255, 255, .12);
        padding-bottom: 1.25rem;
        margin-bottom: 1.25rem
    }

    .top-footer__column:nth-child(4) {
        margin-bottom: 2.5rem
    }

    .top-footer__column:nth-child(6) {
        margin-bottom: .75rem
    }

    .top-footer__column:nth-child(7) {
        margin-bottom: 2.5rem
    }

    .top-footer__address {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: .3125rem
    }

    .top-footer__contact-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-column-gap: 2.5rem;
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem;
        row-gap: 1.25rem
    }

    .hero {
        min-height: 53.75rem
    }

    .hero__decor-icon--right {
        top: 2.5rem
    }

    .info-block__right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 5rem
    }

    .info-block__right p {
        font-size: 1.75rem
    }

    .solutions__slide {
        padding: 1.5rem
    }

    .slide-solutions__title {
        font-size: 2rem;
        padding-bottom: 1.25rem
    }

    .slide-solutions__text {
        font-size: 1rem;
        padding-top: 1.25rem
    }

    .partners-trust {
        -webkit-column-gap: 1.5rem;
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem;
        row-gap: 1.5rem
    }

    .reviews__body {
        padding: 1.5rem
    }

    .reviews__text-info {
        font-size: 1.25rem
    }

    .reviews__bottom {
        margin-top: 2.75rem
    }

    .reviews__text {
        font-size: .75rem
    }

    .reviews__text--big {
        font-size: 1rem
    }

    .right-reviews {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .right-reviews__slider-wrap {
        height: 10rem
    }

    .right-reviews__slider {
        height: 10rem
    }

    .right-reviews__slide {
        max-height: 6.25rem
    }

    .economy {
        min-height: 52.5rem
    }

    .economy__title {
        font-size: 1.75rem
    }

    .map-block__top {
        margin-bottom: .625rem
    }

    .map-scroll-container {
        height: 36.125rem
    }

    .news__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 1.25rem
    }

    .news__slide:nth-child(n+3) {
        display: none
    }

    .news__btns {
        display: none
    }

    .slide-news__image img {
        aspect-ratio: 1.5/1
    }

    .slide-news__image--small img {
        aspect-ratio: 2.25/1;
        border-radius: .75rem
    }

    .contacts__text {
        font-size: 1.25rem
    }

    .content-post__main-block h1 {
        font-size: 1.25rem
    }

    .content-post__content p {
        font-size: .875rem
    }

    .content-post__content h2 {
        font-size: 1.25rem
    }

    .content-post__content ul li {
        font-size: .875rem
    }
}

@media (max-width:24.375em) {
    .sidebar-category__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        row-gap: 0
    }
}

@media (max-width:23.125em) {
    .title-big {
        font-size: 3.125rem
    }
}

@media (any-hover:hover) {
    .link:hover span {
        background-color: #fff
    }

    .link:hover span img {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .btn-slider--left:hover {
        background-color: #fff
    }

    .btn-slider--left:hover svg path {
        stroke: #121212
    }

    .btn-slider--right:hover {
        background-color: #fff
    }

    .link-more:hover {
        color: #a7f24c;
        border-bottom: 1px solid #a7f24c
    }

    .link-more:hover svg path {
        stroke: #a7f24c
    }

    .center-header__social-link:hover {
        color: #a7f24c
    }

    .menu__link:hover {
        color: #a7f24c
    }

    .right-header__link:hover svg path {
        fill: #a7f24c
    }

    .top-footer__contact-link:hover {
        color: #a7f24c
    }

    .top-footer__link:hover {
        color: #a7f24c
    }

    .top-footer__links-link:hover {
        color: #fff
    }

    .info-block__link:hover {
        color: #a7f24c
    }

    .block-solutions__item:hover .item-block-solutions__body {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .block-solutions__item:hover .item-block-solutions__title {
        color: #a7f24c;
        border-bottom: 1px solid rgba(255, 255, 255, .12)
    }

    .block-solutions__item:hover .item-block-solutions__arrow {
        -webkit-transform: translateY(0) translateX(-50%);
        -ms-transform: translateY(0) translateX(-50%);
        transform: translateY(0) translateX(-50%);
        opacity: 1;
        visibility: visible
    }

    .item-block-solutions__price:hover {
        background-color: #a7f24c
    }

    .partners-trust__image:hover {
        -webkit-filter: grayscale(0);
        filter: grayscale(0)
    }

    .region:hover {
        fill: #395b30;
        fill-opacity: 1
    }

    .map-region:hover .map-label {
        opacity: 1
    }

    .map-region:hover .map-label--bottom {
        opacity: 1
    }

    .slide-news:hover .slide-news__image::before {
        opacity: 1;
        visibility: visible
    }

    .slide-news:hover .slide-news__arrow {
        opacity: 1;
        visibility: visible
    }

    .slide-news__link:hover {
        color: #a7f24c
    }

    .right-contacts__link:hover {
        color: #a7f24c
    }

    .sidebar-category__link:hover {
        border-bottom: 1px solid #a7f24c;
        color: #a7f24c
    }

    .sidebar-category__link:hover svg path {
        fill: #a7f24c
    }

    .post-blog__image:hover::before {
        opacity: 1;
        visibility: visible
    }

    .post-blog__image:hover .post-blog__arrow {
        opacity: 1;
        visibility: visible
    }
}

.form-popup__policy {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #666;
    text-align: left;
}

.form-popup__policy input {
    width: 18px;
    height: 18px;
    cursor: pointer;
    margin-top: 2px;
}

.form-popup__policy a {
    color: #6a9966;
    text-decoration: underline;
}

/* Стили для заблокированной кнопки */
.form-popup__btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    filter: grayscale(1);
}