:root {
    --st-green: #3C6E73;
    --st-green-2: #498288;
    --st-dark: #282828;
}

@font-face {
    font-family: 'PT Root UI';
    src: url('../fonts/pt_root_ui/PTRootUI-Medium.eot');
    src: local('PT Root UI Medium'), local('PTRootUI-Medium'),
    url('../fonts/pt_root_ui/PTRootUI-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/pt_root_ui/PTRootUI-Medium.woff2') format('woff2'),
    url('../fonts/pt_root_ui/PTRootUI-Medium.woff') format('woff'),
    url('../fonts/pt_root_ui/PTRootUI-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'PT Root UI';
    src: url('../fonts/pt_root_ui/PTRootUI-Regular.eot');
    src: local('PT Root UI'), local('PTRootUI-Regular'),
    url('../fonts/pt_root_ui/PTRootUI-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/pt_root_ui/PTRootUI-Regular.woff2') format('woff2'),
    url('../fonts/pt_root_ui/PTRootUI-Regular.woff') format('woff'),
    url('../fonts/pt_root_ui/PTRootUI-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PT Root UI';
    src: local('PT Root UI Bold'), local('PTRootUI-Bold'),
    url('../fonts/pt_root_ui/PTRootUI-Bold.woff2') format('woff2'),
    url('../fonts/pt_root_ui/PTRootUI-Bold.woff') format('woff'),
    url('../fonts/pt_root_ui/PTRootUI-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Akzidenz-Grotesk Pro';
    src: local('Akzidenz-Grotesk Pro Ext'), local('Akzidenz-Grotesk-Pro-Ext'),
    url('../fonts/akzidenz/AkzidenzGroteskPro-Ext.woff2') format('woff2'),
    url('../fonts/akzidenz/AkzidenzGroteskPro-Ext.woff') format('woff'),
    url('../fonts/akzidenz/AkzidenzGroteskPro-Ext.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'PT Root UI', serif;
    font-optical-sizing: auto;
    color: var(--st-dark);
}

a {
    color: var(--st-dark);
    text-decoration: none;
}

.container-xxl {
    max-width: 1330px;
}

@media (max-width: 991.98px) {

    .container-xxl {
        max-width: 342px;
        padding: 0 20px;
    }

}


.header {
    background: #f5f5f5;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 101;
}
.header__wrapper {
    height: 90px;
}
.header__logo {
    background: url(/img/icons/logo_1.svg) no-repeat center / contain;
    width: 77px;
    height: 25px;
}
.header__menu {

}
.header__menu a {
    font-weight: 500;
    font-size: 18px;
    margin-left: 63px;
    position: relative;
    white-space: nowrap;
}
.header__menu a:not(:last-child):after {
    content: '';
    position: absolute;
    background: #fff;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    right: -38px;
    top: 10px;
}
.header__menu a:hover {
    color: var(--st-green-2);
}

@media (max-width: 991.98px) {

    .header__wrapper {
        height: 60px;
    }
    .header__logo {
        width: 66px;
        height: 21px;
    }
    .header__hamburger {
        background: url(/img/icons/gamburger.svg) no-repeat center / contain;
        width: 26px;
        height: 16px;
        cursor: pointer;
    }
    .header__hamburger_active {
        background: url(/img/icons/close.svg) no-repeat center / 19px auto;
    }

}


.mobile-menu {
    background: #fff;
    text-align: center;
    height: 100dvh;
    z-index: 100;
    padding: 105px 0 20px;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.mobile-menu__menu {

}
.mobile-menu__menu a {
    font-weight: 500;
    font-size: 24px;
    line-height: 180%;
}
.mobile-menu__phone {
    font-weight: 500;
    font-size: 24px;
    line-height: 180%;
    margin-top: 40px;
}
.mobile-menu__mail {
    font-size: 18px;
    line-height: 130%;
}
.mobile-menu__mail a {
    color: var(--st-green);
}


.hero {
    padding: 263px 0 179px;
    position: relative;
    z-index: 1;
}
.hero:before {
    content: '';
    background: url(/img/icons/net_1.svg) no-repeat right top;
    width: 100%;
    height: 870px;
    display: block;
    position: absolute;
    top: 343px;
    z-index: -1;
    right: 0;
}
.hero__img {
    width: 100%;
}
.hero__text {
    font-family: 'Akzidenz-Grotesk Pro', sans-serif;
    font-size: 20px;
    margin-top: 63px;
    max-width: 550px;
    line-height: 130%;
}

@media (max-width: 991.98px) {

    .hero {
        padding: 158px 0 87px;
    }
    .hero__img {
        max-width: 245px;
        margin: 0 auto;
    }
    .hero__text {
        font-size: 14px;
        margin-top: 81px;
        line-height: 129%;
        text-align: center;
    }
    .hero:before {
        background: url(/img/icons/net_1_m.svg) no-repeat right top / 354px auto;
        width: 354px;
        height: 417px;
        top: 328px;
    }

}


.mission {
    background: var(--st-green);
    padding: 240px 0 245px;
}
.mission__title {
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    color: var(--st-green);
    background: #fff;
    padding-top: 5px;
    position: relative;
    border-radius: 16px;
    width: 90px;
    height: 25px;
    margin-left: 35px;
}
.mission__title:before {
    content: '';
    position: absolute;
    left: -35px;
    top: 0;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 100%;
}
.mission__desc {
    font-family: 'Akzidenz-Grotesk Pro', sans-serif;
    font-weight: 400;
    font-size: 36px;
    text-align: center;
    color: #fff;
    margin-top: 63px;
    max-width: 1020px;
    line-height: 128%;
}

@media (max-width: 991.98px) {

    .mission {
        padding: 92px 0 88px;
    }
    .mission__title {
        font-size: 8px;
        padding-top: 1px;
        width: 55px;
        height: 15px;
        margin-left: 18px;
    }
    .mission__title:before {
        left: -18px;
        width: 15px;
        height: 15px;
    }
    .mission__desc {
        font-size: 14px;
        margin-top: 24px;
    }

}


.directions {
    padding: 219px 0 245px;
    background: #f5f5f5;
}
.directions__title {
    font-family: 'Akzidenz-Grotesk Pro', sans-serif;
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
    line-height: 130%;
}
.directions__items {
    margin-top: 66px;
}
.directions__item {
    font-weight: 700;
    font-size: 18px;
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 100px;
    max-width: 175px;
    text-align: center;
    margin: 0 auto;
    line-height: 122%;
}
.directions__item_1 {
    background-image: url(/img/icons/s_1.svg);
}
.directions__item_2 {
    background-image: url(/img/icons/s_2.svg);
}
.directions__item_3 {
    background-image: url(/img/icons/s_3.svg);
}
.directions__item_4 {
    background-image: url(/img/icons/s_4.svg);
}

@media (max-width: 991.98px) {

    .directions {
        padding: 71px 0 31px;
    }
    .directions__title {
        font-size: 20px;
    }
    .directions__items {
        margin-top: 43px;
    }
    .directions__item {
        font-size: 14px;
        padding-top: 75px;
        margin-bottom: 33px;
    }
    .directions__item_1 {
        background-size: auto 61px;
    }
    .directions__item_2 {
        background-size: auto 61px;
    }
    .directions__item_3 {
        background-size: auto 61px;
    }
    .directions__item_4 {
        background-size: auto 61px;
    }

}


.solutions-head {
    padding: 168px 0 166px;
    background: var(--st-dark) url(/img/icons/net_2.svg) no-repeat left calc(50% + 125px) bottom -214px;
}
.solutions-head__items {
    gap: 85px;
}
.solutions-head__item {
    max-width: 470px;
    position: relative;
}
.solutions-head__item-top {
    /*background: var(--st-green) url(/img/icons/logo_4.svg) no-repeat center top 54px;*/
    padding: 90px 0 33px;
    border-radius: 20px 20px 0 0;
    position: relative;
    z-index: 1;
}
.solutions-head__item-top:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: var(--st-green) url(/img/icons/logo_4.svg) no-repeat center bottom 125px;
    border-radius: 20px 20px 0 0;
    z-index: -2;
    transition: all .3s;
}
.solutions-head__item:hover .solutions-head__item-top:before {
    width: calc(100% + 40px);
    height: calc(100% + 20px);
}
.solutions-head__item-sub-title {
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    color: var(--st-green);
    background: #fff;
    padding-top: 5px;
    position: relative;
    border-radius: 16px;
    width: 90px;
    height: 25px;
    margin-left: 31px;
}
.solutions-head__item-sub-title:before {
    content: '';
    position: absolute;
    left: -35px;
    top: 0;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 100%;
}
.solutions-head__item-main-title {
    font-family: 'Akzidenz-Grotesk Pro', sans-serif;
    text-transform: uppercase;
    font-size: 36px;
    text-align: center;
    color: #fff;
    margin-top: 68px;
}
.solutions-head__item-bottom {
    /*background: #fff;*/
    padding: 35px 93px 48px;
    /*border-radius: 0 0 20px 20px;*/
    position: relative;
    z-index: 1;
}
.solutions-head__item-bottom:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 0 0 20px 20px;
    z-index: -2;
    transition: all .3s;
}
.solutions-head__item:hover .solutions-head__item-bottom:before {
    width: calc(100% + 40px);
    height: calc(100% + 20px);
    left: -20px;

}
.solutions-head__item-desc {
    font-size: 20px;
    text-align: center;
    line-height: 125%;
}
.solutions-head__item-more {
    background: url(/img/icons/arrow.svg) no-repeat center / contain;
    width: 75px;
    height: 75px;
    display: block;
    margin: 37px auto 0;
}
.solutions-head__item-more:hover {
    background: url(/img/icons/arrow_h.svg) no-repeat center / contain;
}
.solutions-head__item:hover .solutions-head__item-top {

}
.solutions-head__item:hover .solutions-head__item-bottom {

}

@media (max-width: 991.98px) {

    .solutions-head {
        padding: 97px 0 85px;
        background: var(--st-dark) url(/img/icons/net_2.svg) no-repeat left calc(50% + 75px) bottom -123px / 360px auto;
    }
    .solutions-head__item {
        border-radius: 16px;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .solutions-head__item-sub-title {
        font-size: 8px;
        padding-top: 1px;
        width: 70px;
        height: 15px;
        margin-left: 18px;
    }
    .solutions-head__item-sub-title:before {
        left: -18px;
        width: 15px;
        height: 15px;
    }
    .solutions-head__item-top {
        padding: 57px 0 21px;
        border-radius: 0;
    }
    .solutions-head__item-top:before {
        border-radius: 0;
    }
    .solutions-head__item-main-title {
        font-size: 24px;
        margin-top: 47px;
    }
    .solutions-head__item-top:before {
        background-size: 179px;
        background-position: center bottom 81px;
    }
    .solutions-head__item-bottom {
        padding: 22px 50px 31px;
    }
    .solutions-head__item-bottom:before {
        border-radius: 0;
    }
    .solutions-head__item-desc {
        font-size: 14px;
    }
    .solutions-head__item-more {
        width: 50px;
        height: 50px;
        margin: 21px auto 0;
    }

}


.solutions {

}
.solutions__wrapper {
    padding: 115px 0 13px;
}
.solutions__top-title {
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: var(--st-green);
    padding-top: 5px;
    position: relative;
    border-radius: 16px;
    width: 100px;
    height: 25px;
    margin: 0 auto;
    transform: translateX(15px);
}
.solutions__top-title:before {
    content: '';
    position: absolute;
    left: -31px;
    top: 0;
    width: 25px;
    height: 25px;
    background: var(--st-green);
    border-radius: 100%;
}
.solutions h2 {
    font-family: 'Akzidenz-Grotesk Pro', sans-serif;
    font-weight: 400;
    font-size: 36px;
    text-align: center;
    margin: 72px 0 13px;
}
.solutions__desc {
    font-size: 20px;
    text-align: center;
    max-width: 880px;
    margin: 0 auto;
    line-height: 120%;
}
.solutions__features {
    font-size: 20px;
    line-height: 140%;
    background: #f5f5f5;
    border-radius: 20px;
    padding: 55px;
    margin-top: 73px;
}
.solutions__features-img {
    width: 100%;
    border-radius: 20px;
    max-width: 548px;
}
.solutions__list-1 {
    margin-top: 60px;
}
.solutions__list-1-title {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    line-height: 120%;
}
.solutions__list-1-items {
    margin-top: 48px;
    line-height: 150%;
}
.solutions__list-1-item {
    font-size: 20px;
    position: relative;
    margin-bottom: 35px;
}
.solutions__list-1-item:before {
    font-family: 'Akzidenz-Grotesk Pro', sans-serif;
    width: 63px;
    height: 63px;
    font-weight: 400;
    font-size: 30px;
    letter-spacing: -0.05em;
    text-align: center;
    color: #fff;
    display: block;
    background: var(--st-green);
    border-radius: 50%;
    line-height: 63px;
    margin-right: 22px;
}
.solutions__list-1-item_1:before {
    content: '1.';
}
.solutions__list-1-item_2:before {
    content: '2.';
}
.solutions__list-1-item_3:before {
    content: '3.';
}
.solutions__list-1-item_4:before {
    content: '4.';
}
.solutions__list-1-item_5:before {
    content: '5.';
}
.solutions__list-1-item_6:before {
    content: '6.';
}
.solutions__list-1-item span {
    width: calc(100% - 85px);
}
.solutions__support {
    font-size: 20px;
    line-height: 140%;
    margin-top: 42px;
}
.solutions__support-img {
    width: 100%;
    border-radius: 20px;
    max-width: 548px;
}
.solutions__contacts {
    border-radius: 20px;
    background: var(--st-dark) url(/img/icons/net_3.svg) no-repeat center;
    padding: 64px 0;
    margin-top: 90px;
}
.solutions__contacts-title {
    font-size: 28px;
    text-align: center;
    color: #fff;
    font-family: 'Akzidenz-Grotesk Pro', sans-serif;
}
.solutions__contacts-mail {
    margin-top: -5px;
    text-align: center;
}
.solutions__contacts-mail a {
    font-size: 28px;
    text-align: center;
    color: var(--st-green-2);
    font-family: 'Akzidenz-Grotesk Pro', sans-serif;
}
.solutions__contacts-mail a:hover {
    color: #fff;
}
.solutions__contacts-info {
    font-size: 14px;
    text-align: center;
    color: #fff;
    max-width: 800px;
    margin: 22px auto 0;
}
.solutions__list-2 {
    margin-top: 84px;
}
.solutions__list-2-title {
    font-size: 20px;
    text-align: center;
    line-height: 120%;
    max-width: 880px;
    margin: 0 auto;
}
.solutions__list-2-items {
    margin-top: 88px;
}
.solutions__list-2-item {
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 87px;
    margin-bottom: 46px;
}
.solutions__list-2-item_1 {
    background-image: url(/img/icons/f_1.svg);
}
.solutions__list-2-item_2 {
    background-image: url(/img/icons/f_2.svg);
}
.solutions__list-2-item_3 {
    background-image: url(/img/icons/f_3.svg);
}
.solutions__list-2-item_4 {
    background-image: url(/img/icons/f_4.svg);
}
.solutions__list-2-item_5 {
    background-image: url(/img/icons/f_5.svg);
}
.solutions__list-2-item_6 {
    background-image: url(/img/icons/f_6.svg);
}
.solutions__list-2-item-title {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
}
.solutions__list-2-item-desc {
    font-size: 16px;
    text-align: center;
    max-width: 350px;
    margin: 4px auto 0;
    line-height: 119%;
}

@media (max-width: 991.98px) {

    .solutions {
        overflow: hidden;
    }
    .solutions__wrapper {
        padding: 51px 0 13px;
    }
    .solutions__top-title {
        font-size: 8px;
        padding-top: 2px;
        width: 70px;
        height: 15px;
        transform: translateX(9px);
    }
    .solutions__top-title:before {
        left: -18px;
        width: 15px;
        height: 15px;
    }
    .solutions h2 {
        font-size: 20px;
        margin: 25px 0 19px;
    }
    .solutions__desc {
        font-size: 14px;
        line-height: 122%;
    }
    .solutions__features {
        font-size: 14px;
        border-radius: 0;
        padding: 34px 0;
        margin-top: 27px;
        position: relative;
    }
    .solutions__features:before {
        content: '';
        background: #f5f5f5;
        position: absolute;
        left: -50%;
        top: 0;
        height: 100%;
        width: 200%;
        z-index: -1;
    }
    .solutions__features-img {
        margin-bottom: 23px;
    }
    .solutions__list-1 {
        margin-top: 35px;
    }
    .solutions__list-1-title {
        font-size: 16px;
    }
    .solutions__list-1-items {
        margin-top: 28px;
        line-height: 130%;
    }
    .solutions__list-1-item {
        font-size: 14px;
        margin-bottom: 25px;
        text-align: center;
    }
    .solutions__list-1-item:before {
        width: 40px;
        height: 40px;
        font-size: 20px;
        line-height: 40px;
        margin: 0 auto;
    }
    .solutions__list-1-item span {
        width: 100%;
        margin-top: 14px;
        display: block;
    }
    .solutions__support {
        font-size: 14px;
        margin-top: 20px;
    }
    .solutions__support-img {
        margin-bottom: 20px;
    }
    .solutions__contacts {
        background: var(--st-dark) url(/img/icons/net_5.svg) no-repeat right -32px bottom -42px / 305px auto;
        padding: 40px 20px;
        margin-top: 60px;
    }
    .solutions__contacts-title {
        font-size: 20px;
        line-height: 130%;
        margin-bottom: 5px;
    }
    .solutions__contacts-mail a {
        font-size: 18px;
    }
    .solutions__contacts-info {
        font-size: 12px;
        margin: 10px auto 0;
    }
    .solutions__list-2 {
        margin-top: 30px;
    }
    .solutions__list-2-title {
        font-size: 16px;
    }
    .solutions__list-2-items {
        margin-top: 50px;
    }
    .solutions__list-2-item-title {
        font-size: 16px;
    }
    .solutions__list-2-item-desc {
        font-size: 14px;
    }
    .solutions__list-2-item {
        padding-top: 75px;
        margin-bottom: 30px;
        background-size: auto 60px;
    }

}

.footer {
    background: var(--st-green);
    color: #fff;
    margin-top: 79px;
    padding: 88px 0;
}
.footer__address {
    font-size: 20px;
    line-height: 180%;
}
.footer__mail {
    font-size: 20px;
    line-height: 180%;
}
.footer__mail a {
    color: #fff;
}
.footer__mail a:hover {
    opacity: .5;
}
.footer__phone {
    font-size: 20px;
    line-height: 180%;
}
.footer__phone a {
    color: #fff;
}
.footer__phone a:hover {
    opacity: .5;
}
.footer__logo {
    background: url(/img/icons/logo_5.svg) no-repeat center / contain;
    width: 222px;
    height: 41px;
    margin-top: 105px;
}
.footer__menu {
    margin-top: 93px;
}
.footer__menu a {
    font-size: 14px;
    color: #fff;
    margin-right: 13px;
}
.footer__menu a:hover {
    opacity: .5;
}
.footer__copy {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.3);
    margin-top: 20px;
}

@media (max-width: 991.98px) {

    .footer {
        margin-top: 60px;
        padding: 50px 0;
    }
    .footer__address {
        font-size: 16px;
        line-height: 140%;
        text-align: center;
        max-width: 240px;
        margin: 0 auto;
    }
    .footer__mail {
        font-size: 16px;
        line-height: 140%;
        text-align: center;
    }
    .footer__phone {
        font-size: 16px;
        line-height: 140%;
        margin-top: 30px;
        text-align: center;
    }
    .footer__menu {
        margin-top: 30px;
        opacity: .5;
    }
    .footer__logo {
        width: 160px;
        height: 29px;
        margin: 35px auto 0;
    }
    .footer__copy {
        font-size: 12px;
        margin: 30px auto 0;
        text-align: center;
        max-width: 190px;
    }

}