.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    padding: 2.2rem 0 1.9rem;
}

@media screen and (max-width: 1024px) {
    .header .container {
        padding: 0 2rem
    }
}

@media screen and (max-width: 550px) {
    .header {
        border-bottom: 1px solid #082d7c;
        padding: .5rem 0 .7rem 0
    }
}

.header__logo {
    width: 14.2rem;
    margin-left: 3.5rem;
    height: auto
}

@media screen and (max-width: 550px) {
    .header__logo {
        width: 17rem;
        height: auto;
        margin-left: 0
    }
}

.header__logo img {
    width: 100%;
    height: 100%
}

.header__burger {
    display: none;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    outline: none
}

@media screen and (max-width: 550px) {
    .header__burger {
        display: block;
        position: absolute;
        top: auto;
        left: auto;
        right: 5px;
        bottom: -4px;
        z-index: 9;
        width: 5rem;
        height: 6rem;
        z-index: 9
    }
}

.header__burger svg {
    width: 100%;
    height: 100%
}

.header__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.header__top-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5.4rem;
}

.header__bot {
    margin-top: 1.4rem;
}

@media screen and (max-width: 550px) {
    .header__top-left {
        flex-direction: column;
        align-items: flex-start
    }
}


@media screen and (max-width: 768px) {
    .header__top-left {
        gap: 3rem;
    }

    .header__logo {
        margin-left: 0;
    }

    .header-nav {
        margin-left: -2rem;
        margin-right: -2rem;
    }

    .breadcrumbs__inner {
        padding: 0;
    }
}

@media screen and (max-width: 550px) {
    .header__bot {
        display: none
    }
}

.header__contact {
    display: grid;
    grid-template-columns:1fr;
    grid-gap: .8rem;
    padding: 0;
    margin: 0;
    justify-items: end;
}

@media screen and (max-width: 550px) {
    .header__contact {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-top: 1.5rem
    }
}

@media screen and (max-width: 550px) {
    .header__socials {
        margin-left: 1rem !important;
        margin-top: -1.8rem !important
    }
}

.socials-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: max-content;
    gap: 1rem;
    padding: 0;
    margin: 0
}

@media screen and (max-width: 550px) {
    .socials-list {
        gap: 1.7rem
    }
}

.socials-list__item {
    list-style-type: none
}

.socials-list__img {
    width: 4rem;
    height: 4rem
}

@media screen and (max-width: 550px) {
    .socials-list__img {
        width: 4.5rem;
        height: 4.5rem
    }
}

.socials-list__link {
    transition: all .05s linear
}

.socials-list__link:hover {
    opacity: .7
}

.socials-list__link:active {
    opacity: .9
}

.socials-list.--th-little .socials-list__img {
    width: 3.2rem;
    height: 3.2rem
}

@media screen and (max-width: 550px) {
    .socials-list.--th-little .socials-list__img {
        width: 4.6rem;
        height: 4.6rem
    }
}

.container {
    width: 100%;
    max-width: 123rem;
    padding: 0 3rem;
    margin: 0 auto
}

@media screen and (max-width: 768px) {
    .container {
        padding: 0 2rem
    }
}

.header-contact {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .8rem
}

.header-contact__link {
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: #222;
    text-decoration: none;
    flex: 1 1 auto
}

@media screen and (max-width: 550px) {
    .header-contact__link {
        display: none
    }
}

.header-contact__link:hover {
    text-decoration: underline
}

.header-contact__icon {
    width: 2.4rem;
    height: 2.4rem;
    flex: 0 0 auto
}

@media screen and (max-width: 550px) {
    .header-contact__icon {
        width: 5.6rem;
        height: 5.6rem;
        margin-top: -6.1rem;
        margin-right: .9rem
    }
}

.header-nav__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0
}

.header-nav-item {
    margin: 0;
    list-style-type: none;
    position: relative;
    padding: 1rem 2rem;
    z-index: 9;
}

.header-nav-item:hover {
    z-index: 30;
}

.header-nav-item__link {
    font-size: 2.4rem;
    line-height: 3.2rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #222;
    position: relative;
    z-index: 10
}

@media screen and (max-width: 1024px) {
    .header-nav-item {
        padding: 1rem;
    }
}

@media screen and (max-width: 768px) {
    .header-nav-item__link {
        font-size: 1.6rem;
        line-height: 2rem
    }
}

.header-nav-item__link:hover {
    color: #082d7c
}

.header-nav-item:hover .header-nav-item__dropdown {
    opacity: 1;
    visibility: visible
}

.header-nav-item__icon {
    width: 2.3rem;
    height: 1.3rem
}

.header-nav-item__dropdown {
    position: absolute;
    top: 0;
    left: 0;
    width: max-content;
    max-width: 50rem;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all .1s linear
}

.header-nav-item-dropdown {
    border-radius: 2rem;
    padding: 8rem 1rem 1rem 1rem
}

.header-nav-item-dropdown__inner {
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns:1fr;
    grid-gap: 1rem
}

.header-nav-item-dropdown__link {
    font-size: 2rem;
    line-height: 2.6rem;
    color: #222;
    text-decoration: none
}

@media screen and (max-width: 1024px) {
    .header-nav-item__dropdown {
        max-width: 30rem;
        padding-top: 5rem;
    }

    .header-nav-item-dropdown__link {
        font-size: 1.6rem;
        line-height: 2.2rem;
    }

    .header-nav-item__link {
        font-size: 2rem;
    }

    .header-nav-item-dropdown__inner {
        gap: 0.1rem;
    }
}

@media screen and (max-width: 1024px) {
    .header-nav-item__link {
        font-size: 1.6rem;
    }

    .header-nav-item__icon {
        width: 1.8rem;
        height: 0.9rem;
    }

    .header-nav-item__dropdown {
        max-width: 27rem;
    }

    .root-page {
        padding-top: 17rem;
    }
}

.header-nav-item-dropdown__link:hover:after {
    width: 100%
}

.header-nav-item-dropdown__link:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #082d7c;
    position: absolute;
    top: auto;
    bottom: 0;
    transition: all .1s ease-in-out
}

.header-nav-item-dropdown__item {
    list-style-type: none;
    margin: 1rem 0;
    padding: 0;
    position: relative
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999;
    background-color: #fff;

    opacity: 0;
    visibility: hidden;
    transition: all 0.24s ease-in-out;
    transform: translateY(-3rem);
    padding: 2rem;
}

.mobile-menu.--th-active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.mobile-menu.--th-active .header-nav-item-dropdown{
    opacity: 1;
    visibility: visible;
}


.mobile-menu__inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding: 2rem;
}

.mobile-menu__socials {
    margin-top: 2rem;
}

.mobile-menu__close {
    position: absolute;
    top: 2rem;
    left: auto;
    right: 2rem;
    width: 3rem;
    height: 3rem;

    background: transparent;
    border: none;
    outline: none;
    z-index: 10;
}

@media screen and (max-width: 550px) {
    .header-nav__list {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 4rem;
    }

    .header-nav-item {
        padding: 0;
    }

    .header-nav-item-dropdown__link,
    .header-nav-item__link {
        font-size: 3.4rem;
    }

    .header-nav-item-dropdown__item {
        padding-left: 0;
        margin-left: 4rem;
        padding: 0;
    }

    .header-nav-item-dropdown {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .header-nav-item__link,
    .header-nav-item-dropdown__link {
        padding: 3rem 0;
        border-bottom: 1px solid #082D7C;
        width: 100%;
        display: block;
    }

    .header-nav-item-dropdown__inner {
        grid-gap: 2rem;
    }

    .header-nav-item-dropdown {
        position: static;
        padding-top: 0;
    }
}

.section-utp {
    background: linear-gradient(90.28deg, #082D7C 0.25%, #06006B 23.54%, #0844C4 54.21%, #081A75 80.74%, #23499B 101.71%);
    padding: 5rem 0
}

@media screen and (max-width: 550px) {
    .section-utp {
        padding: 3.1rem 0
    }
}

@media screen and (max-width: 550px) {
    .section-utp__container {
        padding: 0 2.6rem
    }
}

.section-utp__inner {
    padding: 6.7rem;
    border-radius: 3rem;
    border: 3px solid #fff;
    background-color: hsla(0, 0%, 100%, .3);
    backdrop-filter: blur(4px)
}

@media screen and (max-width: 768px) {
    .section-utp__inner {
        padding: 2.7rem
    }
}

@media screen and (max-width: 550px) {
    .section-utp__inner {
        padding: 2rem 1.5rem
    }
}

.section-utp__title {
    font-size: 6.4rem;
    line-height: 7.8rem;
    font-weight: 500;
    max-width: 80%;
    color: #fff;
    margin: 0
}

@media screen and (max-width: 768px) {
    .section-utp__title {
        max-width: 100%
    }
}

@media screen and (max-width: 550px) {
    .section-utp__title {
        font-size: 5.3rem;
        line-height: 6.2rem
    }
}

.section-utp__title span {
    margin-left: 5rem
}

@media screen and (max-width: 768px) {
    .section-utp__title span {
        margin-left: 1rem
    }
}

.section-utp__text {
    padding-left: 23rem;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 3.2rem;
    color: #fff;
    margin: 6rem 0 0 0
}

@media screen and (max-width: 1024px) {
    .section-utp__text {
        padding-left: 3rem
    }
}

@media screen and (max-width: 550px) {
    .section-utp__text {
        padding-left: 2.2rem;
        font-size: 1.8rem;
        line-height: 2.7rem;
        margin: 3.3rem 0 0 0
    }
}

.section-utp__link {
    font-size: 2.4rem;
    line-height: 3.2rem;
    padding-left: 3.2rem;
    text-decoration: none;
    position: relative;
    display: block;
    margin-left: auto;
    width: max-content;
    padding-bottom: .3rem;
    color: #fff;
    transition: all .05s linear;
    margin-top: 1.1rem;
    margin-right: 1rem
}

.section-utp__link:hover {
    color: #082D7C
}

.section-utp__link:after {
    content: "";
    display: block;
    width: auto;
    left: 0;
    right: -1.1rem;
    top: auto;
    bottom: 0;
    height: 1px;
    background-color: #fff;
    position: absolute;
    transition: all .05s linear;
}

.section-utp__link:hover:after {
    background-color: #082D7C
}

@media screen and (max-width: 550px) {
    .section-utp__link {
        margin-top: 1.7rem;
        margin-right: 1.6rem
    }
}

.section-utp__action {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 11rem
}

@media screen and (max-width: 550px) {
    .section-utp__action {
        flex-direction: column-reverse;
        align-items: stretch;
        margin-top: 5.5rem;
    }
}

@media screen and (max-width: 550px) {
    .section-utp__send {
        margin-top: 2.8rem;
        width: 96.3%;
        margin-left: auto;
        margin-right: auto
    }
}

.section-utp__arrow {
    background: linear-gradient(96.22deg, rgba(186, 174, 255, 0.8) -10.39%, rgba(114, 159, 255, 0.8) 30.96%, rgba(67, 27, 188, 0.8) 113.33%);
    border-radius: 2rem;
    position: relative;
    padding: 6rem 2.8rem 2rem 2rem;
    transition: all 0.15s linear;
    cursor: pointer;
    text-decoration: none!important;
}

.section-utp__arrow:hover {
    background: linear-gradient(96.22deg, #BAAEFF -10.39%, #729FFF 30.96%, #431BBC 113.33%);
}

.section-utp__arrow:active {
    background: linear-gradient(96.22deg, #BAAEFF -10.39%, #729FFF 30.96%, #431BBC 113.33%);
}

@media screen and (max-width: 550px) {
    .section-utp__arrow {
        text-align: left;
        padding: 5.2rem 2.3rem 2.5rem 1.2rem;
    }
}

.section-utp__arrow span {
    color: #fff;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 3.2rem;
    text-decoration: none;
}

.section-utp__arrow img {
    position: absolute;
    width: 27.1rem;
    height: 27.1rem;
    top: -17.1rem;
    left: -7.3rem
}

@media screen and (max-width: 550px) {
    .section-utp__arrow img {
        width: 24.1rem;
        height: 24.1rem;
        top: -14rem;
        left: -3.5rem
    }
}

.section-utp__illustration {
    position: absolute;
    top: 41.8rem;
    left: 50%;
    transform: translateX(-96rem);
    width: 70.6rem;
    height: 77.8rem
}

@media screen and (max-width: 550px) {
    .section-utp__illustration {
        top: 65.8rem;
        left: 0;
        transform: translateX(0rem);
        width: 55rem;
        height: 95.6rem
    }
}

@media screen and (max-width: 550px) {
    .mb-hide {
        display: none !important
    }
}

.mb-inline {
    display: none !important
}

@media screen and (max-width: 550px) {
    .mb-inline {
        display: inline !important
    }
}

.mb-block {
    display: none !important
}

@media screen and (max-width: 550px) {
    .mb-block {
        display: block !important
    }
}

.section-partners {
    margin-top: 16rem
}

.section-partners__slider {
    overflow: hidden;
    width: 100%;
}

@media screen and (max-width: 550px) {
    .section-partners {
        margin-top: 14.9rem
    }
}

.section-partners__title {
    font-size: 4.8rem;
    font-weight: 500;
    line-height: 5.8rem;
    width: 100%;
    text-align: center;

}

@media screen and (max-width: 550px) {
    .section-partners__title {
        font-size: 4.7rem
    }
}

.section-partners__title.--th-top {
    padding-left: 2rem
}

@media screen and (max-width: 550px) {
    .section-partners__title.--th-top {
        padding-left: 1rem
    }
}

.section-partners__list {
    width: 100%;
    max-width: 104rem;
    padding: 0;
    margin: 0 0 0 0;
}

.section-partners__list-wrapper {
    position: relative;
    padding: 0 2rem;
    margin-top: 4rem;
}

.section-partners__arrows {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    visibility: hidden;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 4rem;
    z-index: 10;
}

.section-partners__btn {
    visibility: visible;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 100rem;
    overflow: hidden;
}

.section-partners__btn.swiper-button-lock,
.section-partners__btn.swiper-button-disabled {
    display: block;
    background-color: #CCCCCC !important;
    color: white !important;
    border-color: #082D7C !important;
    cursor: default;
}

.section-partners__btn.swiper-button-lock rect,
.section-partners__btn.swiper-button-disabled rect {
    color: #082D7C !important;
}

.my-swiper-btn {
    color: #000;
    border-radius: 100rem;
    border: 1px solid #000 !important;
    cursor: pointer;
    background-color: #fff;
}

.my-swiper-btn:hover {
    color: #082D7C !important;
    border-color: #082D7C !important;
}

.section-partners__btn.--th-prev {
    transform: translateX(-100%);
}

.section-partners__btn.--th-next {
    transform: translateX(100%) scaleX(-1);
}

.my-swiper-btn.swiper-button-lock,
.my-swiper-btn.swiper-button-disabled {
    display: block;
    background-color: #CCCCCC !important;
    border-color: #082D7C !important;
    cursor: default;
    border-color: #CCCCCC !important;
    color: white !important;
}

@media screen and (max-width: 1024px) {
    .section-partners__btn.--th-prev {
        transform: translateX(-50%);
    }

    .section-partners__btn.--th-next {
        transform: translateX(50%) scaleX(-1);
    }
}

.partner-item {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-item a {
    display: block;
    width: 100%;
}

@media screen and (max-width: 550px) {
    .partner-item {
        height: 23.1rem;
        border-radius: 1.8rem
    }
}

.partner-item__img {
    width: 100%;
    height: auto;
}

.section-partners__list {
    align-items: center;
}

#section-partners .container ,
#section-partners .section-partners__list-wrapper {
    padding: 0;
}

.partner-item {
    padding: 0 5rem;
}

@media screen and (max-width: 1024px) {
    .partner-item {
        padding: 0 8rem;
    }
}

@media screen and (max-width: 550px) {
    .partner-item {
        padding: 0 10rem;
    }
}

.section-banner {
    margin-top: 16rem
}

@media screen and (max-width: 550px) {
    .section-banner {
        margin-top: 15rem
    }
}

@media screen and (max-width: 550px) {
    .section-banner__container {
        padding: 0 3rem
    }
}

.section-banner.--th-first .section-banner__action {
    width: 23rem
}

@media screen and (max-width: 768px) {
    .section-banner.--th-first .section-banner__action {
        width: 100%
    }
}

.section-banner.--th-first .section-banner__inner {
    background: url("/images/banners/first.webp") center no-repeat;
    background-size: cover
}

.section-banner.--th-secondary .section-banner__content {
    justify-content: flex-start;
    gap: 3.3rem
}

.section-banner.--th-secondary .section-banner__inner {
    padding-right: 4rem;
    background: url("/images/banners/secondary.webp") center no-repeat;
    background-size: cover
}

.section-banner.--th-secondary .section-banner__inner:after {
    display: none
}

.section-banner.--th-secondary .section-banner__action {
    width: 26rem;
    margin-top: -0.8rem
}

@media screen and (max-width: 768px) {
    .section-banner.--th-secondary .section-banner__action {
        width: 100%
    }
}

.section-banner.--th-secondary .section-banner__btn {
    margin-top: 2.3rem;
    margin-left: 2rem
}

@media screen and (max-width: 768px) {
    .section-banner.--th-secondary .section-banner__btn {
        margin-left: 0
    }
}

.section-banner__btn:hover {
    opacity: 1!important;
    background-color: #C7DAFF;
    color: #082D7C;
}

.section-banner__btn:active {
    opacity: 1!important;
    background-color: #F0F0F0;
    color: #082D7C;
}

.section-banner__inner {
    border-radius: 2rem;
    opacity: .9;
    display: flex;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    padding: 6rem;
    color: #fff
}

@media screen and (max-width: 768px) {
    .section-banner__inner {
        flex-direction: column;
        align-items: stretch
    }
}

@media screen and (max-width: 550px) {
    .section-banner__inner {
        padding: 3rem;
        border-radius: 3rem
    }
}

.section-banner__inner:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background: rgba(8, 45, 124, .8)
}

.section-banner__content, .section-banner__action {
    position: relative;
    z-index: 10
}

.section-banner__action {
    flex: 0 0 auto
}

.section-banner__btn {
    padding-left: 3.9rem;
    padding-right: 3.9rem;
    margin-left: .8rem;
    margin-top: 4.3rem
}

@media screen and (max-width: 768px) {
    .section-banner__btn {
        width: 100%;
        max-width: 100%
    }
}

@media screen and (max-width: 550px) {
    .section-banner__btn {
        padding: 2rem 3rem !important;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        margin-top: 1.1rem
    }
}

.section-banner__content {
    flex: 1 1 auto;
    gap: 1rem;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column
}

.section-banner__title {
    font-size: 4.8rem;
    font-weight: 500;
    line-height: 5.8rem
}

.section-banner__title a {
    text-decoration: none;
    transition: all 0.05s linear;
    color: inherit;
}

.section-banner__title a:hover {
    opacity: 0.7;
}

.section-banner__title a:active {
    opacity: 0.9;
}

@media screen and (max-width: 1024px) {
    .section-banner__title {
        font-size: 4rem;
        line-height: 5rem
    }
}

@media screen and (max-width: 550px) {
    .section-banner__title {
        font-size: 4.7rem;
        line-height: 5.7rem
    }
}

.section-banner__lower {
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-weight: 500
}

@media screen and (max-width: 1024px) {
    .section-banner__lower {
        font-size: 2rem;
        line-height: 2.8rem;
        padding-right: 2rem
    }
}

@media screen and (max-width: 768px) {
    .section-banner__lower {
        margin-top: 2rem
    }
}

@media screen and (max-width: 550px) {
    .section-banner__lower {
        font-size: 2.35rem;
        line-height: 3.2rem;
        padding-right: 0;
        margin-top: 1.8rem
    }

    .section-banner__lower br {
        display: none
    }
}

.section-banner__icon {
    width: 100%;
    height: auto
}

@media screen and (max-width: 768px) {
    .section-banner__icon {
        width: 12rem;
        height: 12rem;
        margin-top: -5rem;
        margin-left: auto;
        margin-right: 0;
        display: block
    }
}

@media screen and (max-width: 550px) {
    .section-banner__icon {
        width: 9rem;
        height: 9rem;
        margin-top: -3.1rem
    }
}

.section-directions {
    position: relative;
    margin-top: 16rem
}

@media screen and (max-width: 550px) {
    .section-directions {
        margin-top: 14.6rem
    }
}

.section-directions__inner {
    border-radius: 2rem;
    padding: 3rem 3rem 0 10.2rem;
    position: relative;
    z-index: 10;
    background-color: hsla(0, 0%, 100%, .9)
}

@media screen and (max-width: 768px) {
    .section-directions__inner {
        padding: 3rem 3rem 0 3rem
    }
}

@media screen and (max-width: 550px) {
    .section-directions__inner {
        padding: 3rem 1rem 0 1.4rem
    }
}

@media screen and (max-width: 550px) {
    .section-directions .container {
        padding: 0 1.5rem
    }
}

.section-directions__title {
    color: #222;
    font-weight: 500;
    font-size: 4.8rem;
    line-height: 5.8rem;
    margin-left: -8.2rem
}

@media screen and (max-width: 768px) {
    .section-directions__title {
        margin-left: 0
    }
}

@media screen and (max-width: 550px) {
    .section-directions__title {
        font-size: 4.7rem;
        line-height: 6rem
    }
}

.section-directions__illustration {
    width: 78.7rem;
    height: 188rem;
    position: absolute;
    left: auto;
    right: 0;
    top: 19.5rem;
    z-index: 9
}

@media screen and (max-width: 550px) {
    .section-directions__illustration {
        width: 55rem;
        height: 99.5rem;
        top: 214.5rem
    }
}

.direction {
    list-style-type: none;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column;
    border-bottom: 1px solid #082d7c;
    padding: 4rem 0 7.9rem;
    position: relative
}

@media screen and (max-width: 550px) {
    .direction {
        padding: 4rem 0 3.5rem
    }
}

.direction:last-child {
    border-bottom: none
}

.direction__title {
    font-size: 3.2rem;
    line-height: 4rem;
    font-weight: 400;
    flex: 0 0 auto
}

.direction__title a {
    color: inherit;
    text-decoration: none;
    transition: all 0.05s linear;
}

.direction__title a:hover {
    opacity: 0.7;
}

.direction__title a:active {
    opacity: 0.9;
}

@media screen and (max-width: 550px) {
    .direction__title {
        font-size: 3.5rem;
        line-height: 4.8rem
    }
}

.direction__inner {
    margin-top: 2.2rem;
    display: flex;
    gap: 3rem;
    flex: 1 1 auto
}

@media screen and (max-width: 768px) {
    .direction__inner {
        flex-direction: column;
        align-items: stretch
    }
}

@media screen and (max-width: 550px) {
    .direction__inner {
        margin-top: 2.4rem
    }
}

.direction__img {
    width: 37rem;
    height: max-content;
    flex: 0 0 auto;
}

@media screen and (max-width: 768px) {
    .direction__img {
        width: 100%;
        height: auto
    }
}

@media screen and (max-width: 550px) {
    .direction__img {
        width: 100%;
        min-height: 29.4rem
    }
}

.direction__text {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-top: 1px
}

@media screen and (max-width: 550px) {
    .direction__text {
        font-size: 2.65rem;
        line-height: 3.5rem;
        margin-top: .1rem;
        padding-left: .7rem
    }
}

.direction__list {
    margin-top: 1.6rem;
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
}

@media screen and (max-width: 550px) {
    .direction__list {
        margin-top: 2.1rem;
        padding: 0;
    }
}

.direction__list-item {
    font-size: 1.8rem;
    line-height: 2.4rem;
    list-style-type: none;
    padding: 0.8rem 1.1rem;
    height: 4rem;
    border-radius: 1.6rem;
    opacity: 0.8;

    display: flex;
    align-items: center;
    color: #222222;
    background-color: #C7DAFF;
}

@media screen and (max-width: 550px) {
    .direction__list-item {
        font-size: 2.65rem;
        line-height: 3.7rem;
        height: 5.5rem;
    }
}

.direction__content {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column

}

.direction__content-top {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column
}

@media screen and (max-width: 550px) {
    .direction__content-top {
        height: auto
    }
}

.direction__btn {
    margin-top: 3.2rem;
}

@media screen and (max-width: 768px) {
    .direction__btn {
        margin-top: 4rem
    }
}

@media screen and (max-width: 550px) {
    .direction__btn {
        margin-top: 1.6rem;
        width: 88%;
        padding: 2rem 0 !important
    }
}

.section-reviews {
    margin-top: 16rem;
    position: relative;
    z-index: 11
}

@media screen and (max-width: 550px) {
    .section-reviews {
        margin-top: 14.1rem
    }
}

.section-reviews__title {
    font-size: 4.8rem;
    font-weight: 500;
    line-height: 5.8rem;
    padding-left: 2rem
}

@media screen and (max-width: 550px) {
    .section-reviews__title {
        padding-left: 3rem
    }
}

@media screen and (max-width: 550px) {
    .section-reviews__container {
        padding: 0
    }
}

.section-reviews__inner {
    background-color: hsla(0, 0%, 100%, .9);
    padding-top: 2rem;
    position: relative;
    z-index: 10;
    border-radius: 0 0 2rem 2rem
}

@media screen and (max-width: 550px) {
    .section-reviews__inner {
        padding-top: 3rem;
        padding-bottom: 2.6rem;
        border-radius: 1.8rem
    }
}

.section-reviews__slider {
    margin-top: 5rem;
    overflow: hidden;
}

@media screen and (max-width: 550px) {
    .section-reviews__slider {
        margin-top: 4.4rem
    }
}

.section-reviews__arrows {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 10;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translateY(2.9rem)
}

@media screen and (max-width: 550px) {
    .section-reviews__arrows {
        position: static;
        transform: translateY(0);
        padding: 0 3rem;
        margin-top: -1rem
    }
}

.section-reviews__arrow {
    visibility: visible;
    width: 3.5rem;
    height: 3.5rem;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all .05s linear;
    background-color: rgba(0, 0, 0, 0)
}

@media screen and (max-width: 550px) {
    .section-reviews__arrow {
        width: 6.5rem;
        height: 6.5rem
    }
}

.section-reviews__arrow.--th-prev {
    transform: translateX(-50%)
}

@media screen and (max-width: 768px) {
    .section-reviews__arrow.--th-prev {
        transform: translateX(0)
    }
}

.section-reviews__arrow.--th-next {
    transform: translateX(50%) scaleX(-1)
}

@media screen and (max-width: 768px) {
    .section-reviews__arrow.--th-next {
        transform: translateX(0) scaleX(-1)
    }
}

.section-reviews__arrow svg {
    width: 100%;
    height: 100%
}

.review {
    padding: 0 8.4rem 3.2rem;
    display: flex;
}

.review .swiper-slide {
    flex-direction: column;
    color: #222;
    font-size: 1.3rem;
    gap: 2rem;
}

@media screen and (max-width: 1024px) {
    .review {
        padding: 0 4rem 3.2rem 4rem
    }
}

@media screen and (max-width: 550px) {
    .review {
        padding: 0 4rem;
    }
}

.review__smartphone {
    width: 19.6rem;
    height: 38.8rem
}

@media screen and (max-width: 550px) {
    .review__smartphone {
        display: none
    }
}

.review__video-rec {
    width: 44.3rem!important;
}

.review__video-rec iframe {
    height: 26rem!important
}

.app-pm__arrow {
    z-index: 10;
    position: relative;
}

@media screen and (max-width: 550px) {
    .review__video-rec iframe {
        height: 23.8rem!important
    }

    .review .swiper-slide {
        font-size: 1.9rem!important
    }
}

.review__video-circle {
    width: 30rem;
    height: 30rem
}

@media screen and (max-width: 1024px) {
    .review__video-circle {
        display: none
    }
}

.section-call-back {
    margin-top: 16rem;
    position: relative;
}

@media screen and (max-width: 550px) {
    .section-call-back .container {
        padding: 0 2.7rem
    }
}

.section-call-back__inner {
    padding: 2rem;
    background-color: hsla(0, 0%, 100%, .9);
    border-radius: 2rem;
    display: grid;
    grid-template-columns:55rem 45rem;
    grid-gap: 3rem;
    width: 100%;
    max-width: 107rem;
    margin-left: 5rem;
}

@media screen and (max-width: 1024px) {
    .section-call-back__inner {
        margin: 0;
        grid-template-columns:44.2rem 45rem
    }
}

@media screen and (max-width: 768px) {
    .section-call-back__inner {
        grid-template-columns:1fr
    }
}

@media screen and (max-width: 550px) {
    .section-call-back__inner {
        background-color: rgba(0, 0, 0, 0);
        padding: 0;
        grid-gap: 3.9rem
    }
}

.section-call-back__title {
    font-size: 4.8rem;
    line-height: 5.8rem;
    font-weight: 500
}

@media screen and (max-width: 1024px) {
    .section-call-back__title {
        font-size: 4rem;
        line-height: 5rem
    }
}

@media screen and (max-width: 550px) {
    .section-call-back__title {
        font-size: 4.65rem;
        line-height: 5.9rem
    }
}

.section-call-back__lower {
    font-size: 2.4rem;
    line-height: 3.2rem;
    margin-top: 4.2rem
}

@media screen and (max-width: 1024px) {
    .section-call-back__lower {
        font-size: 2rem;
        line-height: 2.4rem
    }
}

@media screen and (max-width: 550px) {
    .section-call-back__lower {
        margin-top: 3.4rem;
        margin-left: -0.4rem;
        font-size: 2.2rem;
        line-height: 2.9rem
    }
}

.call-back-float {
    position: fixed;
    top: auto;
    bottom: 2rem;
    left: auto;
    right: 2rem;

    transition: all 0.15s ease-in-out;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    z-index: 9999999;
}

.call-back-float.--th-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.section-call-back__content {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column
}

.section-call-back__form {
    margin-top: -2px
}

@media screen and (max-width: 550px) {
    .section-call-back__form {
        margin: -0.2rem 0;
        border-radius: 1.5rem
    }
}

.section-call-back__btn {
    background-color: #fff;
    width: 100%;
    grid-gap: 2.6rem
}

@media screen and (max-width: 1024px) {
    .section-call-back__btn {
        padding: .9rem .6rem !important
    }
}

@media screen and (max-width: 768px) {
    .section-call-back__btn {
        margin-top: 2rem
    }
}

@media screen and (max-width: 550px) {
    .section-call-back__btn {
        display: none
    }
}

.section-call-back__btn span {
    transform: translateX(-1rem)
}

.section-call-back__btn svg {
    width: 3.2rem;
    height: 3.2rem
}

.section-call-back__ball {
    position: absolute;
    z-index: 9;
    transform: translateX(-91rem);
    top: -38.7rem;
    left: 48.9%
}

@media screen and (max-width: 550px) {
    .section-call-back__ball {
        transform: translateX(0);
        top: -37.1rem;
        left: auto;
        right: -17rem;
        width: 70rem;
        height: 70rem
    }
}

.section-call-back.--th-secondary .section-call-back__inner {
    margin-left: 0;
    margin-top: -1rem
}

.section-call-back.--th-secondary .call-back-float {
    top: .2rem;
    right: -11.9rem
}

.section-call-back.--th-secondary .section-call-back__ball {
    top: -33.7rem
}

@media screen and (max-width: 550px) {
    .section-call-back.--th-secondary .section-call-back__ball {
        top: -15.7rem
    }
}

.form {
    border: 1px solid #082d7c;
    border-radius: 1rem;
    padding: 2.4rem 2rem 2rem 2rem;
    background-color: #fff
}

@media screen and (max-width: 550px) {
    .form {
        padding: 2.1rem 1.3rem 1.4rem 1.2rem
    }
}

.form_splash {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    z-index: 10;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
}

.form_splash > p {
    font-size: 2.4rem;
}

.form__error {
    font-size: 1.2rem;
    margin-top: 1rem;
    color: red;
    text-align: center
}

@media screen and (max-width: 550px) {
    .form__error {
        font-size: 1.6rem
    }
}

.form__fields {
    display: grid;
    grid-template-columns:1fr;
    grid-gap: 2rem
}

@media screen and (max-width: 550px) {
    .form__fields {
        grid-gap: 3.3rem
    }
}

.form__action {
    margin-top: 3.6rem
}

@media screen and (max-width: 550px) {
    .form__action {
        padding-top: 2.8rem;
        padding-bottom: 2.8rem;
        border-radius: 1.1rem;
        margin-top: 5.6rem;
        width: 100%
    }
}

.form__policy {
    margin-top: 1rem;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #222
}

@media screen and (max-width: 550px) {
    .form__policy {
        margin-top: 1.4rem;
        font-size: 2.2rem;
        line-height: 2.9rem
    }
}

.form__policy a {
    text-decoration: underline;
    transition: all .05s linear;
    color: #222
}

.form__policy a:hover {
    opacity: .7
}

.form__policy a:active {
    opacity: .9
}

.form-field {
    width: 100%
}

.form-field__title {
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 400
}

@media screen and (max-width: 550px) {
    .form-field__title {
        font-size: 2.2rem;
        line-height: 2.4rem
    }
}

.form-field.--th-error .form-field__elem {
    border-color: red
}

.form-field.--th-error .form-field__title {
    color: red
}

.form-field__elem {
    padding: 1.4rem 1rem;
    font-size: 1.8rem;
    line-height: 2.4rem;
    border: none;
    height: 6rem;
    width: 100%;
    margin-top: 1.2rem;
    border-bottom: 1px solid #082d7c;
    outline: none;
    color: #222
}

@media screen and (max-width: 550px) {
    .form-field__elem {
        height: 8.8rem;
        margin-top: 2rem;
        font-size: 2.35rem;
        line-height: 3.2rem
    }
}

.form-field__elem::placeholder {
    color: #ccc;
    font-size: 1.8rem
}

@media screen and (max-width: 550px) {
    .form-field__elem::placeholder {
        font-size: 2.35rem;
        line-height: 3.2rem
    }
}

.form-field.--th-area .form-field__elem {
    border: 1px solid #082d7c;
    border-radius: 1rem;
    overflow: hidden;
    height: 12rem;
    font-family: "Montserrat", sans-serif;
    line-height: 2.7rem
}

@media screen and (max-width: 550px) {
    .form-field.--th-area .form-field__elem {
        height: 17.5rem
    }
}

.form-field.--th-area .form-field__elem::placeholder {
    color: #ccc
}

.form.--th-loading .form__fields,
.form.--th-loading .form__action,
.form.--th-loading .form__error,
.form.--th-loading .form__policy {
    opacity: 0;
    visibility: hidden;
}

.form.--th-loading {
    border-color: transparent;
}

.form__spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: 0;
    bottom: 0;

    display: none;
    align-items: center;
    justify-content: center;

    border-radius: 2rem;
    z-index: 99999999;
}

.form.--th-loading:after {
    content: "";
    display: block;
    background-color: rgba(00, 00, 00, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
}

.form__spinner img {
    width: 3rem;
    height: 3rem;
}

.form.--th-loading .form__spinner {
    display: flex;
}


.double-btn {
    display: flex;
    gap: .4rem
}

.double-btn__elem {
    width: 4.4rem;
    height: 4.4rem;
    padding: 0;
    background-color: #fff
}

.double-btn__elem.--th-phone svg {
    height: 3.2rem
}

.double-btn__elem svg {
    height: 2.4rem;
    width: auto
}

.section-contact {
    margin-top: 16rem
}

.section-contact.--th-secondary {
    margin-top: 12rem
}

@media screen and (max-width: 550px) {
    .section-contact.--th-secondary {
        margin-top: 15rem
    }
}

.section-contact.--th-first-section {
    margin-top: 0 !important
}

@media screen and (max-width: 550px) {
    .section-contact {
        margin-top: 12rem
    }
}

.section-contact__inner {
    background-color: hsla(0, 0%, 100%, .9);
    border-radius: 2rem;
    padding: 3rem 0 6.4rem 2.3rem
}

@media screen and (max-width: 768px) {
    .section-contact__inner {
        padding: 3rem 2.3rem 6.4rem 2.3rem
    }
}

@media screen and (max-width: 550px) {
    .section-contact__inner {
        padding: 1.6rem 1.4rem 1.4rem 1.8rem
    }
}

@media screen and (max-width: 550px) {
    .section-contact__container {
        padding: 0 1rem
    }
}

.section-contact__title {
    font-size: 4.8rem;
    line-height: 5.8rem;
    font-weight: 500
}

@media screen and (max-width: 550px) {
    .section-contact__title {
        font-size: 4.7rem
    }
}

.section-contact__grid {
    margin-top: 6rem;
    display: grid;
    grid-template-columns:66.7rem auto;
    grid-gap: 11rem
}

@media screen and (max-width: 1024px) {
    .section-contact__grid {
        grid-template-columns:49.7rem auto;
        grid-gap: 3rem
    }
}

@media screen and (max-width: 768px) {
    .section-contact__grid {
        display: flex;
        align-items: stretch;
        justify-content: flex-start;
        flex-direction: column-reverse
    }
}

@media screen and (max-width: 550px) {
    .section-contact__grid {
        margin-top: 4.7rem
    }
}

.section-contact__map {
    background-color: #222;
    border-radius: 1rem;
    overflow: hidden;
    height: 41.2rem
}

.section-contact__map iframe {
    width: 100% !important;
    height: 100% !important;
}

@media screen and (max-width: 1024px) {
    .section-contact__map {
        height: 34rem
    }
}

@media screen and (max-width: 768px) {
    .section-contact__map {
        width: 100%
    }
}

.section-contact__list {
    display: grid;
    grid-template-columns:1fr;
    grid-gap: .8rem;
    transform: translateY(-0.5rem)
}

.section-contact__item {
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 400;
    list-style-type: none
}

@media screen and (max-width: 550px) {
    .section-contact__item {
        font-size: 2.2rem;
        line-height: 3.1rem
    }
}

.section-contact__btn {
    margin-top: -1.2rem;
    padding: 1.3rem 3.3rem !important
}

.section-contact__btn svg {
    width: 5rem;
    height: 5rem;
    transform: translateX(-1.6rem)
}

.link {
    color: #222;
    transition: all .05s linear
}

.link:hover {
    opacity: .7
}

.link:active {
    opacity: .9
}

.footer {
    margin-top: 16rem;
    position: relative
}

@media screen and (max-width: 550px) {
    .footer {
        margin-top: 14.5rem
    }
}

.footer__inner {
    border-radius: 2rem 2rem 0 0;
    background: linear-gradient(89.06deg, rgba(86, 112, 176, 0.7) -9.41%, rgba(91, 117, 179, 0.7) 36.25%, rgba(137, 154, 199, 0.7) 97.3%);
    padding: 2rem 2rem 2rem 3rem;
    display: grid;
    grid-template-columns:21rem auto;
    grid-gap: 2.9rem;
    align-items: flex-start
}

@media screen and (max-width: 550px) {
    .footer__inner {
        grid-template-columns:1fr
    }
}

.footer__aside {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column
}

@media screen and (max-width: 550px) {
    .footer__aside {
        width: 100%;
        flex-direction: row
    }
}

.footer__illustration {
    width: 21rem;
    height: 21rem;
    margin-top: -8.4rem;
    margin-left: .2rem
}

@media screen and (max-width: 550px) {
    .footer__illustration {
        width: 30.4rem;
        height: 30.4rem;
        position: absolute;
        top: 2.8rem;
        left: 50%;
        transform: translateX(-19rem);
        z-index: 9
    }
}

@media screen and (max-width: 550px) {
    .footer__container {
        padding: 0
    }
}

.footer__logo {
    width: 17.4rem;
    height: 10rem;
    margin-top: -3.5rem;
    position: relative;
    z-index: 10
}

@media screen and (max-width: 550px) {
    .footer__logo {
        width: 20.4rem;
        margin-top: .5rem
    }
}

.footer__socials {
    margin-top: -1.9rem;
    position: relative;
    z-index: 10
}

@media screen and (max-width: 550px) {
    .footer__socials {
        margin-top: .5rem;
        transform: translateX(-1rem)
    }
}

.footer__main {
    display: grid;
    grid-template-columns:19.2rem 23.1rem 18.8rem 23.4rem;
    grid-gap: 1.2rem;
    position: relative;
    z-index: 10
}

@media screen and (max-width: 1024px) {
    .footer__main {
        grid-template-columns:1fr 1fr
    }
}

@media screen and (max-width: 550px) {
    .footer__main {
        margin-top: -1rem;
        grid-row-gap: 3.7rem
    }
}

.footer__col {
    list-style-type: none
}

.footer-col__title {
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-weight: 500
}

.footer-col__list {
    margin-top: 1.2rem;
    display: grid;
    grid-template-columns:1fr;
    grid-gap: 1.2rem
}

@media screen and (max-width: 550px) {
    .footer-col__list {
        margin-top: 2rem;
        grid-gap: .9rem
    }
}

.footer-col__item {
    list-style-type: none
}

.footer-col__link {
    font-size: 1.6rem;
    line-height: 1.6rem;
    text-decoration: none
}

@media screen and (max-width: 550px) {
    .footer-col__link {
        line-height: 3.5rem;
        font-size: 2.1rem
    }
}

.footer-col__link:hover {
    text-decoration: underline
}

.breadcrumbs {
    margin-top: -2.9rem;
    position: relative;
    z-index: 15
}

@media screen and (max-width: 550px) {
    .breadcrumbs {
        border-bottom: 1px solid #082d7c;
        padding-bottom: 1.1rem
    }
}

.breadcrumbs__inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .4rem;
    padding: 0 1rem
}

.breadcrumbs__link {
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: #c4c4c4;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 550px) {
    .breadcrumbs__link {
        font-size: 2.65rem;
        line-height: 3.45rem
    }
}

.breadcrumbs__link.--th-last {
    color: #082d7c
}

.breadcrumbs__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .4rem
}

.breadcrumbs__item:last-child {
    flex: 1 1 auto;
    overflow: hidden;
}

.breadcrumbs__icon {
    height: 2rem;
    width: 2.4rem
}

.intro-white {
    position: relative;
    margin-top: 1rem
}

@media screen and (max-width: 550px) {
    .intro-white {
        margin-top: 2.7rem
    }
}

@media screen and (max-width: 550px) {
    .intro-white .container {
        padding: 0 2.7rem
    }
}

.intro-white__inner {
    padding: 6.7rem;
    border-radius: 3rem;
    background-color: hsla(0, 0%, 100%, .5);
    border: 3px solid #fff;
    position: relative;
    z-index: 10
}

@media screen and (max-width: 550px) {
    .intro-white__inner {
        padding: 1.5rem 1.3rem 2.5rem
    }
}

.intro-white__price {
    margin-top: 3rem;
    font-size: 2.4rem;
    line-height: 3.2rem;
    width: 100%;
    text-align: right;
}

.intro-white__title {
    font-size: 6.4rem;
    line-height: 7.8rem;
    font-weight: 500
}

@media screen and (max-width: 1024px) {
    .intro-white__title {
        font-size: 4.4rem;
        line-height: 5.8rem
    }
}

@media screen and (max-width: 550px) {
    .intro-white__title {
        font-size: 5.3rem;
        line-height: 6.8rem
    }
}

.intro-white__text {
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-weight: 500
}

@media screen and (max-width: 768px) {
    .intro-white__text {
        padding-left: 8.9rem
    }
}

@media screen and (max-width: 550px) {
    .intro-white__text {
        padding-left: 11.5rem;
        font-size: 2.35rem;
        line-height: 3.25rem
    }
}

@media screen and (max-width: 768px) {
    .intro-white__btn {
        margin-left: 0;
        margin-right: auto
    }
}

@media screen and (max-width: 550px) {
    .intro-white__btn {
        padding: 2.7rem 0;
        width: 100%;
        margin-left: 1rem;
        margin-right: -0.3rem;
        max-width: 100%;
    }
}

.intro-white__content {
    display: grid;
    grid-template-columns:30rem auto;
    grid-gap: 13rem;
    align-items: flex-end;
    margin-top: 6rem
}

@media screen and (max-width: 1024px) {
    .intro-white__content {
        grid-gap: 4rem
    }
}

@media screen and (max-width: 768px) {
    .intro-white__content {
        display: flex;
        flex-direction: column-reverse
    }
}

@media screen and (max-width: 550px) {
    .intro-white__content {
        margin-top: 4rem;
        grid-gap: 8.5rem
    }
}

.intro-white__ball {
    position: absolute;
    top: 6.5rem;
    left: 52%;
    z-index: 9;
    transform: translateX(-98rem);
    width: 75.8rem;
    height: 75.8rem
}

@media screen and (max-width: 550px) {
    .intro-white__ball {
        top: 12.4rem;
        transform: translateX(-76.7rem);
        width: 86.8rem;
        height: 86.8rem
    }
}

.intro-white.--th-secondary .intro-white__ball {
    top: -0.3rem;
    left: 52%;
    transform: translateX(-99.9rem);
    width: 81.1rem;
    height: 81.1rem
}

@media screen and (max-width: 550px) {
    .intro-white.--th-secondary .intro-white__ball {
        top: 6.2rem;
        left: 52%;
        transform: translateX(-66.9rem);
        width: 78.2rem;
        height: 78.2rem
    }
}

.intro-white.--th-secondary.--th-small .intro-white__ball {
    top: 6.5rem;
    left: 52%;
    transform: translateX(-85.9rem);
    width: 67.2rem;
    height: 67.2rem
}

@media screen and (max-width: 550px) {
    .intro-white.--th-secondary.--th-small .intro-white__ball {
        top: 6.2rem;
        left: 52%;
        transform: translateX(-66.9rem);
        width: 78.2rem;
        height: 78.2rem
    }
}

.intro-white.--th-conch .intro-white__ball {
    top: 2.3rem;
    transform: translateX(-99.9rem);
    width: 78.9rem;
    height: auto
}

@media screen and (max-width: 550px) {
    .intro-white.--th-conch .intro-white__ball {
        top: 21.3rem;
        transform: translateX(-61.9rem);
        width: 79.9rem
    }
}

.intro-white.--th-hub .intro-white__ball {
    top: 26.5rem;
    left: auto;
    right: 3.2rem;
    transform: translateX(0);
    width: 71.3rem;
    height: auto
}

.intro-white.--th-cube.--th-blue .intro-white__text {
    text-align: justify;
}

@media screen and (max-width: 550px) {
    .intro-white.--th-hub .intro-white__ball {
        top: 60rem;
        right: -13.9rem;
        width: 55.3rem
    }

    .intro-white.--th-cube.--th-blue .intro-white__text {
        text-align: left;
        padding-left: 0;
    }
}

@media screen and (max-width: 550px) {
    .intro-white.--mb-title-small .intro-white__title {
        font-size: 3.7rem;
        line-height: 5.4rem
    }
}

.intro-white.--th-cube .intro-white__ball {
    width: 58.8rem;
    height: 58.8rem;
    top: 15.1rem;
    transform: translate(-71rem);
}

.intro-white.--th-blue .intro-white__inner {
    background-color: rgba(95, 143, 247, .04);
    padding-top: 7.8rem;
}

.intro-white.--th-blue .intro-white__content {
    margin-top: 7rem;
}

.empty-img {
    position: relative;
    z-index: 11;
    margin-top: 16rem;
    width: 100%
}

@media screen and (max-width: 550px) {
    .empty-img {
        margin-top: 14.6rem
    }
}

@media screen and (max-width: 550px) {
    .empty-img__container {
        padding: 0 3rem
    }
}

.empty-img__img {
    width: 100%;
    display: block;
    margin: 0 auto;
    border-radius: 2rem;
    position: relative;
    z-index: 9
}

.empty-img__img:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-color: rgba(132, 168, 229, .3)
}

.advantages {
    margin-top: 16rem
}

@media screen and (max-width: 550px) {
    .advantages {
        margin-top: 15rem
    }
}

@media screen and (max-width: 550px) {
    .advantages__container {
        padding: 0 2.7rem
    }
}

.advantages__list {
    display: grid;
    grid-template-columns:1fr;
    grid-gap: 1.6rem;
    margin-top: 2rem
}

@media screen and (max-width: 550px) {
    .advantages__list {
        margin-top: 2.6rem
    }
}

.advantages__title {
    font-size: 4.8rem;
    line-height: 5.8rem;
    font-weight: 500
}

@media screen and (max-width: 550px) {
    .advantages__title {
        font-size: 4.699rem
    }
}

.advantages.--th-white-bg .advantages__inner {
    background-color: #fff;
    padding: 2rem;
    border-radius: 2rem
}

.advantages__inner {
    position: relative;
    z-index: 10;
}

.advantages {
    position: relative;
}

.advantages__decoration {
    position: absolute;
    top: 11.8rem;
    left: 50%;
    transform: translateX(21rem);

    width: 76.1rem;
    height: 76.1rem;
}

@media screen and (max-width: 550px) {
    .advantages__decoration {
        left: auto;
        right: 0;
        transform: translateX(20.3rem);

        width: 52.4rem;
        height: 52.4rem;
        top: -26.2rem;
    }
}

.advantages-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1.2rem;
    list-style-type: none
}

.advantages-item__icon {
    width: 4rem;
    height: 4.1rem;
    flex: 0 0 auto
}

@media screen and (max-width: 550px) {
    .advantages-item__icon {
        width: 5.9rem;
        height: 6rem
    }
}

.advantages-item__text {
    font-size: 2.4rem;
    line-height: 3.2rem;
    flex: 1 1 auto;
    transform: translateY(0.7rem);
    font-weight: 400;
}

@media screen and (max-width: 550px) {
    .advantages-item__text {
        line-height: 3.6rem
    }
}

.section-card-links {
    margin-top: 16rem;
    position: relative;
    z-index: 11;
}

.section-card-links.--th-2-col .section-card-links__grid {
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-gap: 3rem
}

@media screen and (max-width: 550px) {
    .section-card-links.--th-2-col .section-card-links__grid {
        grid-template-columns:1fr
    }
}

@media screen and (max-width: 550px) {
    .section-card-links {
        margin-top: 14rem
    }
}

.section-card-links__grid {
    display: flex;
    justify-content: space-between;
    margin-top: 6rem;
    gap: 6.2rem;
    max-width: max-content;
}

@media screen and (max-width: 768px) {
    .section-card-links__grid {
        justify-content: center;
        gap: 2rem
    }
}

@media screen and (max-width: 550px) {
    .section-card-links__grid {
        display: grid;
        grid-template-columns:1fr;
        grid-gap: 3rem;
        margin-top: 4.2rem
    }
}

.section-card-links__title {
    font-size: 4.8rem;
    line-height: 5.8rem;
    font-weight: 500;
    padding-left: 2rem
}

@media screen and (max-width: 550px) {
    .section-card-links__title {
        padding-left: 0
    }
}

.card-link {
    text-decoration: none;
    background: linear-gradient(90deg, rgba(231, 240, 253, 0.8) 2.77%, rgba(172, 203, 238, 0.8) 111.44%);
    border-radius: 1rem;
    padding: 2rem 4rem 1rem;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.05s linear;
    opacity: 0.8;
}

@media screen and (max-width: 550px) {
    .section-card-links__grid {
        width: 100%;
        max-width: 100%;
    }
}

.card-link:hover {
    opacity: 1;
}

.card-link:actie {
    opacity: 0.9;
}

.card-link__icon {
    transition: all 0.05s ease-in-out;
}

.card-link:hover .card-link__icon {
    transform: translate(0.2rem, 0.2rem);
}

@media screen and (max-width: 768px) {
    .card-link {
        padding: 2rem 2rem 1rem
    }
}

@media screen and (max-width: 550px) {
    .card-link {
        padding: 3rem 6rem 1.1rem
    }
}

.card-link__title {
    display: block;
    font-size: 3.2rem;
    line-height: 4rem;
    font-weight: 400;
    color: #222
}

@media screen and (max-width: 768px) {
    .card-link__title {
        font-size: 2.7rem;
        line-height: 3rem
    }
}

@media screen and (max-width: 550px) {
    .card-link__title {
        font-size: 3.5rem;
        line-height: 4.5rem
    }
}

.card-link__icon {
    width: 3.6rem;
    height: 3.6rem;
    display: block;
    margin-left: auto;
    margin-top: 1.5rem;
    margin-right: -1rem
}

@media screen and (max-width: 550px) {
    .card-link__icon {
        width: 5.6rem;
        height: 5.6rem;
        margin-top: 2.1rem;
        margin-right: -2rem
    }
}

.section-development {
    margin-top: 16rem
}

.section-development__list {
    display: grid;
    grid-template-columns:1fr;
    grid-gap: 4rem;
    padding: 0;
    margin: 0
}

@media screen and (max-width: 550px) {
    .section-development__list {
        grid-gap: 1.5rem
    }
}

.development-type {
    list-style-type: none;
    padding: 1.9rem;
    border: 1px solid #082d7c;
    border-radius: 2rem;
    background-color: #fff
}

.development-type__title {
    font-size: 4.8rem;
    font-weight: 500;
    padding: 1rem
}

.price-item__title a,
.development-type__title a {
    color: inherit;
    text-decoration: none;
    transition: all 0.05s linear;
}

.price-item__title a:hover,
.development-type__title a:hover {
    opacity: 0.7;
}

.we-card a .we-card__title {
    text-decoration: underline;
    transition: all 0.05s linear;
}

.we-card a:hover .we-card__title {
    opacity: 0.7;
}

.we-card a:active .we-card__title {
    opacity: 0.9;
}

.we-card a {
    margin: -2.1rem -0.8rem -1.9rem -1rem;
    padding: 2.1rem .8rem 1.9rem 1rem;
    
    color: inherit;
    text-decoration: none;
}

@media screen and (max-width: 1024px) {
    .we-card a {
        margin: -1.4rem;
        padding: 1.4rem;
    }
}

@media screen and (max-width: 768px) {
    .we-card a {
        margin: -4rem;
        padding: 4rem;
    }
}

.price-item__title a:active,
.development-type__title a:active {
    opacity: 0.9;
}

.development-type__btn {
    margin-top: 2rem;
    padding: 0.5rem 2.9rem;
    font-size: 2.1rem;
    margin-left: 2.7rem;
}

.development-type__grid {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 1.3rem;
    gap: 3rem
}

@media screen and (max-width: 550px) {
    .development-type__grid {
        flex-direction: column
    }
}

.development-type__img {
    width: 31.2rem;
    height: 20.8rem;
    flex: 0 0 auto
}

@media screen and (max-width: 550px) {
    .development-type__img {
        width: 100%;
        height: auto
    }
}

.development-type__list {
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: #000;
    padding-left: 0
}

@media screen and (max-width: 550px) {
    .development-type__list {
        font-size: 2.65rem;
        line-height: 4rem
    }
}

.development-type__list.--th-lvl-2 {
    margin-left: 6rem;

    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1.2rem;
    margin-top: 1.2rem;
}

.development-type__item {
    list-style-type: none;
    position: relative;
    padding-left: 2.7rem;

    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.5rem;
}

@media screen and (max-width: 768px) {
    .development-type__list.--th-lvl-2 {
        margin-left: 0;
    }

    .development-type__item {
        padding-left: 0;
    }
}

.development-type__item svg {
    width: 1.6rem;
    height: 1.6rem;
    flex: 0 0 auto;
    transform: translateY(0.5rem);
}

@media screen and (max-width: 568px) {
    .development-type__item svg {
        transform: translateY(1.1rem);
    }
}

.section-portfolio {
    margin-top: 16rem
}

.section-portfolio__tabs {
    margin-top: 3.5rem
}

@media screen and (max-width: 550px) {
    .section-portfolio__tabs {
        overflow-x: scroll;
        margin-left: -2.7rem;
        margin-right: -2.7rem
    }
}

.section-portfolio__inner {
    margin-top: 1rem;
}

.section-portfolio__wrapper {
    width: 100%;
    overflow: hidden;
}

@media screen and (max-width: 550px) {
    .section-portfolio__inner {
        margin-top: 2.3rem
    }
}

.section-portfolio__title {
    font-size: 4.8rem;
    font-weight: 500
}

@media screen and (max-width: 550px) {
    .section-portfolio__title {
        font-size: 4.69rem
    }
}

@media screen and (max-width: 550px) {
    .section-portfolio .container {
        padding: 0 2.7rem
    }
}

.portfolio-tabs {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    min-width: max-content
}

@media screen and (max-width: 550px) {
    .portfolio-tabs {
        padding-left: 2.7rem;
        padding-right: 2.7rem
    }
}

.portfolio-tabs__btn {
    font-size: 2.4rem;
    line-height: 3.2rem;
    color: #082d7c;
    padding: 1rem 3rem .2rem;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    outline: none
}

@media screen and (max-width: 550px) {
    .portfolio-tabs__btn {
        padding: .6rem 2rem .2rem
    }
}

.portfolio-tabs__btn:not(.--th-active) {
    cursor: pointer;
    transition: all .05s linear
}

.portfolio-tabs__btn:not(.--th-active):hover {
    opacity: .6
}

.portfolio-tabs__btn.--th-active {
    border-bottom: 1px solid #082d7c
}

.portfolio-project {
    padding: 1rem;
    background-color: #fff;
    border-radius: 2rem;
    color: #222;
    display: flex;
    align-items: stretch;
    justify-content: flex-start
}

@media screen and (max-width: 1024px) {
    .portfolio-project {
        flex-direction: column-reverse;
        padding: 6rem
    }
}

@media screen and (max-width: 550px) {
    .portfolio-project {
        padding: 2rem
    }
}

.portfolio-project__title {
    font-weight: 400;
    font-size: 3.2rem;
    line-height: 4rem
}

@media screen and (max-width: 550px) {
    .portfolio-project__title {
        font-size: 3.5rem;
        line-height: 4.2rem;
        margin-top: 0
    }
}

.portfolio-project__lower {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-top: 2.4rem
}

@media screen and (max-width: 550px) {
    .portfolio-project__lower {
        font-size: 2.17rem;
        line-height: 2.9rem;
        margin-top: 1.9rem
    }
}

@media screen and (max-width: 550px) {
    .portfolio-project__more {
        margin-top: 1.7rem !important;
        width: 100% !important;
        padding: 2rem !important
    }
}

.portfolio-project__img {
    width: 66rem;
    height: 42rem;
    flex: 0 0 auto;
    border-radius: 1rem;
    margin-top: .4rem
}

@media screen and (max-width: 1024px) {
    .portfolio-project__img {
        width: 100%;
        height: auto
    }
}

@media screen and (max-width: 550px) {
    .portfolio-project__img {
        margin-top: 1.8rem
    }
}

.portfolio-project__content {
    flex: 1 1 auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column
}

.portfolio-project__main {
    padding-right: 2rem
}

@media screen and (max-width: 1024px) {
    .portfolio-project__main {
        margin-top: 3rem
    }
}

@media screen and (max-width: 550px) {
    .portfolio-project__main {
        margin-top: 0
    }
}

.portfolio-project__footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-right: 3rem
}

@media screen and (max-width: 1024px) {
    .portfolio-project__footer {
        margin-top: 3rem
    }
}

@media screen and (max-width: 550px) {
    .portfolio-project__footer {
        margin-top: 1.7rem;
        flex-direction: column-reverse;
        padding-right: 0
    }
}

.portfolio-project__arrows {
    justify-content: flex-end
}

@media screen and (max-width: 550px) {
    .portfolio-project__arrows {
        width: 100%;
        justify-content: space-between !important
    }
}

.slider-arrows {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
}

.slider-arrows__btn {
    width: 5.8rem;
    height: 5.2rem;
    outline: none;
    border: none;
    cursor: pointer;
    transition: all .05s linear;
    flex: 0 0 auto;
    background-color: rgba(0, 0, 0, 0)
}

.slider-arrows__btn svg {
    width: 2rem!important;
    height: 2rem!important;
}

.slider-arrows__btn {
    border-radius: 1rem;
}

.slider-arrows__btn.--th-next svg {
    transform: scaleX(-1);
}

@media screen and (max-width: 550px) {
    .slider-arrows__btn {
        width: 6.7rem;
        height: 6.1rem
    }
}

.section-dev-steps {
    margin-top: 16rem
}

.section-dev-steps__inner {
    background-color: #fff;
    padding: 2rem;
    border-radius: 2rem
}

.section-dev-steps .container {
    padding: 0;
}

.dev-steps-col:first-child {
    width: 50%;
    flex: 0 0 auto;
}

.dev-steps-col:not(:first-child) {
    opacity: 0.3;
}

.dev-steps-col:not(:first-child):hover {
    opacity: 0.7;
    cursor: pointer;
}

@media screen and (max-width: 550px) {
    .section-dev-steps__inner {
        transform: translateX(-0.42rem)
    }
}

.section-dev-steps__line {
    margin-top: 3.4rem
}

@media screen and (max-width: 550px) {
    .section-dev-steps .container {
        padding: 0
    }
}

.section-dev-steps__title {
    font-size: 4.8rem;
    font-weight: 500
}

.section-dev-steps__content {
    margin-top: 1rem;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 3rem;
    padding: 5px;
}

@media screen and (max-width: 768px) {
    .section-dev-steps__content {
        display: none
    }
}

.dev-step-v {
    display: none;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .dev-step-v {
        margin-top: 4rem;
        display: block
    }
}

.dev-step-v__row {
    list-style-type: none;
    position: relative
}

.dev-step-v-wrapper {
    display: grid;
    grid-template-columns:17.8rem auto;
    align-items: flex-start;
    position: relative;
}

.dev-step-v-wrapper:after {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    background-color: #c9c9c9
}

.dev-step-v-wrapper.--th-active:after {
    background-color: #222
}

.dev-step-v-wrapper.--th-active .dev-step-v__row:before {
    background-color: #222
}

.dev-step-v__inner {
    overflow: hidden;
    transition: all 0.25s linear;
}

@media screen and (max-width: 550px) {
    .dev-step-v-wrapper {
        grid-template-columns:23.8rem auto
    }
}

.dev-step-v__row:before {
    content: "";
    display: block;
    width: .6rem;
    height: .6rem;
    border-radius: 1rem;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: #c9c9c9;
    transform: translate(-50%, -0.22rem)
}

@media screen and (max-width: 550px) {
    .dev-step-v__row:before {
        width: 1.1rem;
        height: 1.1rem;
        transform: translate(-0.42rem, -0.42rem)
    }
}

.dev-step-v__line {
    padding: 1rem 0 1rem .8rem;
    font-size: 1.6rem;
    line-height: 2.2rem;
    font-weight: 400
}

@media screen and (max-width: 550px) {
    .dev-step-v__line {
        font-size: 2.35rem;
        line-height: 4.2rem;
        padding: 2rem 0 2rem 1.5rem
    }
}

.dev-step-v__title {
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 1.4rem
}

@media screen and (max-width: 550px) {
    .dev-step-v__title {
        font-size: 3rem
    }
}

.dev-step-v__lower {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: .4rem
}

@media screen and (max-width: 550px) {
    .dev-step-v__lower {
        font-size: 2rem;
        line-height: 3.6rem;
        margin-bottom: 0.4rem;
    }
}

.dev-step-v__lower:last-child {
    margin-bottom: 0
}

.dev-steps-line {
    height: 10.2rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-left: 2rem;
    position: relative;
    color: #c9c9c9
}

@media screen and (max-width: 1024px) {
    .dev-steps-line {
        padding-left: 4rem
    }
}

@media screen and (max-width: 768px) {
    .dev-steps-line {
        display: none
    }
}

.dev-steps-line__title {
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 400;
    margin-left: -2rem;
    position: relative;
    height: 100%;
    cursor: pointer;
}

@media screen and (max-width: 1024px) {
    .dev-steps-line__title {
        margin-left: -4rem
    }
}

.dev-steps-line__title:after {
    content: "";
    background-color: #c9c9c9;
    border-radius: 1rem;
    position: absolute;
    width: .6rem;
    height: .6rem;
    left: -0.3rem;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.05s linear;
}

.dev-steps-line__title:before {
    content: "";
    display: block;
    height: 2px;
    background-color: #c9c9c9;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.05s linear;
}

.dev-steps-line__title.--th-top {
    padding-left: .4rem;
    padding-right: 1.2rem;
    padding-top: 2rem;
}

.dev-steps-line__title.--th-bot {
    padding-left: .4rem;
    padding-top: 6rem;
    padding-right: 2rem;
}

.dev-steps-line__title.--th-active {
    color: #000;
    cursor: default;
}

.dev-steps-line__title.--th-active:before,
.dev-steps-line__title.--th-active:after {
    background-color: #000;
}

.dev-steps-line__title.--th-active:after {
    width: .8rem;
    height: .8rem;
}


.dev-steps-line__title.--th-hover:before,
.dev-steps-line__title.--th-hover:after {
    background-color: #6d6d6d;
}

.dev-steps-line__title.--th-hover {
    color: #6d6d6d;
}

.dev-steps-line__title.--th-hover:after {
    width: .8rem;
    height: .8rem;
}
.dev-steps-col__arrows {
    margin-top: 9rem;
}

@media screen and (max-width: 1024px) {
    .tb-hide {
        display: none !important
    }

    .dev-steps-col__arrows {
        flex: 1 1 auto!important;
        align-items: flex-end!important;
    }
}

.tb-flex {
    display: none !important
}

@media screen and (max-width: 1024px) {
    .tb-flex {
        display: flex !important
    }
}

.dev-steps-col {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 1.6rem
}

@media screen and (max-width: 1024px) {
    .dev-steps-col {
        flex-direction: column
    }
}

.dev-step-v-list {
    display: none;
}

.dev-steps-h-list {
    display: block;
}

@media screen and (max-width: 768px) {
    .dev-step-v-list {
        display: block;
    }

    .dev-steps-h-list {
        display: none;
    }
}

.dev-steps-col__left {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column
}

.dev-steps-col__title {
    font-size: 2.5rem;
    line-height: 4rem;
    font-weight: 400
}

.dev-steps-col__text {
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 400
}

.dev-steps-col__text:not(:first-child) {
    margin-top: 1.6rem
}

.section-price {
    margin-top: 16rem;
    position: relative
}

.section-price.--th-big .section-price__list {
    grid-gap: 6rem
}

@media screen and (max-width: 550px) {
    .section-price .container {
        padding: 0 2.8rem
    }
}

.section-price__title {
    font-size: 4.8rem;
    font-weight: 500
}

@media screen and (max-width: 550px) {
    .section-price__title {
        font-size: 4.69rem
    }
}

.section-price__inner {
    position: relative;
    z-index: 10
}

.section-price__list {
    margin-top: 5.4rem;
    display: grid;
    grid-template-columns:1fr;
    grid-gap: 2.2rem
}

@media screen and (max-width: 550px) {
    .section-price__list {
        margin-top: 3.5rem
    }
}

.section-price__illustration {
    position: absolute;
    z-index: 9;
    top: -70rem;
    left: auto;
    right: 0;
    width: 133.3rem;
    height: auto
}

@media screen and (max-width: 550px) {
    .section-price__illustration {
        display: none
    }
}

.price-item {
    border-radius: 1rem;
    padding: 2rem;
    background-color: #fff;
    list-style-type: none
}

@media screen and (max-width: 550px) {
    .price-item {
        padding: 3.1rem 1.6rem
    }
}

.price-item__title {
    font-size: 3.2rem;
    line-height: 4rem
}

@media screen and (max-width: 550px) {
    .price-item__title {
        font-size: 3.52rem
    }
}

.price-item__action {
    transform: translate(1rem, 0.8rem)
}

@media screen and (max-width: 1024px) {
    .price-item__action {
        transform: translate(0, 0)
    }
}

@media screen and (max-width: 550px) {
    .price-item__action {
        margin-top: 3.4rem;
        padding: 2rem 2rem !important;
        width: 100%
    }
}

@media screen and (max-width: 550px) {
    .price-item__aside {
        width: 100%;
        position: relative
    }
}

.price-item__content {
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 400;
    width: 100%;
    flex: 1 1 auto
}

@media screen and (max-width: 550px) {
    .price-item__content {
        font-size: 2.2rem;
        line-height: 2.9rem
    }
}

.price-item__content ul {
    padding-left: 2.7rem
}

.price-item__content li {
    list-style-type: none;
    position: relative
}

.price-item__content li:after {
    content: "";
    position: absolute;
    display: block;
    background-color: #000;
    width: .4rem;
    height: .4rem;
    border-radius: 10rem;
    top: 1.1rem;
    left: -1.5rem
}

.price-item__top {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2rem;
}

@media screen and (max-width: 768px) {
    .price-item__top {
        flex-direction: column;
        gap: 2.5rem
    }
}

@media screen and (max-width: 550px) {
    .price-item__top {
        gap: 5.5rem
    }
}

.price-item__bot {
    display: flex;
    align-items: flex-end;
    justify-content: space-between
}

@media screen and (max-width: 1024px) {
    .price-item__bot {
        margin-top: 2rem
    }
}

@media screen and (max-width: 550px) {
    .price-item__bot {
        flex-direction: column
    }
}

.price-item__title {
    width: 38.2rem;
    flex: 0 0 auto;
    font-weight: 400
}

@media screen and (max-width: 768px) {
    .price-item__title {
        width: 100%
    }
}

.price-item__icon {
    width: 6rem;
    height: 5.4rem;
}

@media screen and (max-width: 550px) {
    .price-item__icon {
        position: absolute;
        top: 0;
        left: 0;
        width: 14.2rem;
        height: 10.6rem
    }
}

.price-item__price {
    font-size: 2.4rem;
    line-height: 3.2rem;
    color: #082d7c;
    margin-top: 1.7rem;
    padding-left: 1rem;
    width: 38.2rem;
    position: relative
}

@media screen and (max-width: 550px) {
    .price-item__price {
        padding-left: 18rem;
        width: 100%;
        margin-top: 7.8rem
    }
}

.price-item__price:after {
    content: "";
    display: block;
    position: absolute;
    top: auto;
    bottom: -0.8rem;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #082d7c
}

.price-item.--th-big .price-item__bot {
    margin-top: 2rem
}

.empty-button {
    margin-top: 1.5rem
}

.empty-button .container {
    padding: 0 2.7rem
}

.empty-button__elem {
    padding: 1.2rem 2rem !important;
    width: 100% !important
}

.empty-button__elem svg {
    width: 5rem;
    height: 5rem;
    transform: translateX(-2rem)
}

.section-we {
    margin-top: 16rem
}

.section-we__title {
    font-size: 4.8rem;
    font-weight: 500
}

@media screen and (max-width: 550px) {
    .section-we__title {
        font-size: 4.7rem;
        line-height: 5.5rem
    }
}

@media screen and (max-width: 550px) {
    .section-we .container {
        padding: 0 2.7rem
    }
}

.section-we__grid {
    margin-top: 5.5rem;
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    grid-gap: 3rem
}

@media screen and (max-width: 1024px) {
    .section-we__grid {
        grid-template-columns:1fr 1fr
    }
}

@media screen and (max-width: 768px) {
    .section-we__grid {
        grid-template-columns:1fr
    }
}

@media screen and (max-width: 550px) {
    .section-we__grid {
        margin-top: 4.6rem
    }
}

.we-card {
    padding: 2.1rem .8rem 1.9rem 1rem;
    border-radius: 1rem;
    background: linear-gradient(333deg, #3acfd5 0%, #3a4ed5 60%);
    position: relative;
    list-style-type: none
}

@media screen and (max-width: 1024px) {
    .we-card {
        padding: 1.4rem
    }
}

@media screen and (max-width: 768px) {
    .we-card {
        padding: 4rem
    }
}

@media screen and (max-width: 550px) {
    .we-card {
        border-radius: 1.7rem;
        padding: 2rem
    }
}

.we-card:after {
    position: absolute;
    content: "";
    background-color: #fff;
    z-index: 9;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border-radius: .8rem
}

@media screen and (max-width: 550px) {
    .we-card:after {
        border-radius: 1.5rem
    }
}

.we-card__inner {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1rem
}

@media screen and (max-width: 768px) {
    .we-card__inner {
        gap: 2rem
    }
}

@media screen and (max-width: 550px) {
    .we-card__inner {
        gap: 3rem
    }
}

.we-card__icon {
    width: 10rem;
    height: 9.5rem;
    flex: 0 0 auto
}

.we-card__content {
    flex: 1 1 auto
}

.we-card__title {
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-weight: 500
}

@media screen and (max-width: 550px) {
    .we-card__title {
        font-size: 2.35rem
    }
}

.we-card__text {
    margin-top: 1rem;
    font-size: 1.8rem;
    line-height: 2.4rem
}

@media screen and (max-width: 550px) {
    .we-card__text {
        margin-top: 1.5rem;
        font-size: 2.19rem;
        line-height: 2.8rem
    }
}

.section-work {
    margin-top: 16rem
}

.section-work__title {
    font-size: 4.8rem;
    font-weight: 500;
    padding-left: 2rem
}

@media screen and (max-width: 550px) {
    .section-work__title {
        padding-left: 0
    }
}

.section-work__map {
    position: relative;
    margin-top: 3.5rem
}

.section-work__bg {
    width: 100%;
    height: auto
}

.section-work__text {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 2.2rem;
    line-height: 3.2rem;
    font-weight: 400;
    text-align: center
}

@media screen and (max-width: 1024px) {
    .section-work__text {
        font-size: 1.6rem;
        line-height: 2.2rem
    }
}

@media screen and (max-width: 768px) {
    .section-work__text {
        font-size: 1.2rem;
        line-height: 1.9rem
    }
}

@media screen and (max-width: 550px) {
    .section-work__text {
        font-size: 2.35rem;
        line-height: 3.6rem
    }
}

.section-work__text.--th-study {
    transform: translate(-57.6rem, -26.2rem);
    width: 18rem
}

@media screen and (max-width: 1024px) {
    .section-work__text.--th-study {
        transform: translate(-48.9rem, -20.8rem)
    }
}

@media screen and (max-width: 768px) {
    .section-work__text.--th-study {
        transform: translate(-37.9rem, -16.3rem);
        width: 15rem
    }
}

@media screen and (max-width: 550px) {
    .section-work__text.--th-study {
        transform: translate(-23rem, -62.3rem);
        width: 25rem
    }
}

.section-work__text.--th-goals {
    transform: translate(-34.6rem, -26.2rem);
    width: 18rem
}

@media screen and (max-width: 1024px) {
    .section-work__text.--th-goals {
        transform: translate(-29.7rem, -20.8rem)
    }
}

@media screen and (max-width: 768px) {
    .section-work__text.--th-goals {
        transform: translate(-22.5rem, -16.3rem);
        width: 13rem
    }
}

@media screen and (max-width: 550px) {
    .section-work__text.--th-goals {
        transform: translate(-22.8rem, -49rem);
        width: 25rem
    }
}

.section-work__text.--th-development {
    transform: translate(-11.6rem, -28.8rem);
    width: 18rem
}

@media screen and (max-width: 1024px) {
    .section-work__text.--th-development {
        transform: translate(-9.2rem, -22.7rem);
        width: 14rem
    }
}

@media screen and (max-width: 768px) {
    .section-work__text.--th-development {
        transform: translate(-7rem, -17.8rem);
        width: 11rem
    }
}

@media screen and (max-width: 550px) {
    .section-work__text.--th-development {
        transform: translate(-23.8rem, -35.5rem);
        width: 26rem
    }
}

.section-work__text.--th-plans {
    transform: translate(11.5rem, -27.4rem);
    width: 18rem
}

@media screen and (max-width: 1024px) {
    .section-work__text.--th-plans {
        transform: translate(9.1rem, -21.9rem);
        width: 16rem
    }
}

@media screen and (max-width: 768px) {
    .section-work__text.--th-plans {
        transform: translate(6.7rem, -16.9rem);
        width: 12rem
    }
}

@media screen and (max-width: 550px) {
    .section-work__text.--th-plans {
        transform: translate(-23.1rem, -18.5rem);
        width: 25rem
    }
}

.section-work__text.--th-introduction {
    transform: translate(34.5rem, -24.2rem);
    width: 18rem
}

@media screen and (max-width: 1024px) {
    .section-work__text.--th-introduction {
        transform: translate(17.9rem, -15.2rem)
    }
}

@media screen and (max-width: 550px) {
    .section-work__text.--th-introduction {
        transform: translate(-20.6rem, 4.3rem)
    }
}

.section-work__text.--th-results {
    transform: translate(39.1rem, -3.6rem);
    width: 18rem
}

@media screen and (max-width: 1024px) {
    .section-work__text.--th-results {
        transform: translate(30.8rem, -2.5rem)
    }
}

@media screen and (max-width: 768px) {
    .section-work__text.--th-results {
        transform: translate(23.1rem, -2.1rem);
        width: 13.4rem
    }
}

@media screen and (max-width: 550px) {
    .section-work__text.--th-results {
        transform: translate(-24.3rem, 22.3rem);
        width: 28.4rem
    }
}

.section-work__text.--th-upgrade {
    transform: translate(20.9rem, 13.4rem);
    width: 18rem
}

@media screen and (max-width: 1024px) {
    .section-work__text.--th-upgrade {
        transform: translate(15.6rem, 11.9rem)
    }
}

@media screen and (max-width: 768px) {
    .section-work__text.--th-upgrade {
        transform: translate(11.4rem, 8.7rem);
        width: 14rem
    }
}

@media screen and (max-width: 550px) {
    .section-work__text.--th-upgrade {
        transform: translate(-19.6rem, 35.7rem);
        width: 25rem
    }
}

.section-work__text.--th-revise {
    transform: translate(-34.4rem, 20.3rem);
    width: 18rem
}

@media screen and (max-width: 1024px) {
    .section-work__text.--th-revise {
        transform: translate(-28.2rem, 17.8rem);
        width: 14rem
    }
}

@media screen and (max-width: 768px) {
    .section-work__text.--th-revise {
        transform: translate(-21.4rem, 12.9rem);
        width: 11rem
    }
}

@media screen and (max-width: 550px) {
    .section-work__text.--th-revise {
        transform: translate(2.8rem, 51.5rem);
        width: 22rem
    }
}

.section-work__cycle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%
}

@media screen and (max-width: 550px) {
    .section-work__cycle {
        align-items: flex-start
    }
}

.section-work__cycle-lower {
    font-size: 3.2rem;
    line-height: 4rem
}

@media screen and (max-width: 1024px) {
    .section-work__cycle-lower {
        font-size: 2.5rem;
        line-height: 3rem
    }
}

@media screen and (max-width: 768px) {
    .section-work__cycle-lower {
        font-size: 2rem;
        line-height: 3rem
    }
}

@media screen and (max-width: 550px) {
    .section-work__cycle-lower {
        font-size: 2.21rem
    }
}

.section-work__cycle-title {
    font-size: 7.2rem;
    font-weight: 700;
    margin-top: 1.4rem
}

@media screen and (max-width: 1024px) {
    .section-work__cycle-title {
        font-size: 5.2rem;
        margin-top: 0
    }
}

@media screen and (max-width: 768px) {
    .section-work__cycle-title {
        font-size: 4.2rem
    }
}

@media screen and (max-width: 550px) {
    .section-work__cycle-title {
        margin-top: .4rem;
        font-size: 3.2rem
    }
}

.section-work__cycle-title.--th-small {
    font-size: 4.8rem;
    margin-top: 1.7rem
}

@media screen and (max-width: 1024px) {
    .section-work__cycle-title.--th-small {
        font-size: 3.8rem;
        margin-top: 0
    }
}

@media screen and (max-width: 768px) {
    .section-work__cycle-title.--th-small {
        font-size: 3.2rem
    }
}

@media screen and (max-width: 550px) {
    .section-work__cycle-title.--th-small {
        margin-top: .4rem
    }
}

.section-work__cycle.--th-big {
    transform: translate(-22.6rem, -4.3rem)
}

@media screen and (max-width: 1024px) {
    .section-work__cycle.--th-big {
        transform: translate(-16.6rem, -4.3rem)
    }
}

@media screen and (max-width: 768px) {
    .section-work__cycle.--th-big {
        transform: translate(-14.6rem, -2.3rem)
    }
}

@media screen and (max-width: 550px) {
    .section-work__cycle.--th-big {
        transform: translate(8.4rem, -55.3rem)
    }
}

.section-work__cycle.--th-small {
    transform: translate(14.2rem, -12.7rem)
}

@media screen and (max-width: 1024px) {
    .section-work__cycle.--th-small {
        transform: translate(12.7rem, -10.7rem)
    }
}

@media screen and (max-width: 768px) {
    .section-work__cycle.--th-small {
        transform: translate(9.4rem, -9.1rem)
    }
}

@media screen and (max-width: 550px) {
    .section-work__cycle.--th-small {
        transform: translate(-0.8rem, 10.6rem)
    }
}

.intro-gradient {
    padding: 3rem 0;
    background: #5670b0;
    background: linear-gradient(90deg, rgb(86, 112, 176) 0%, rgb(194, 203, 226) 23%, rgb(91, 117, 179) 79%, rgb(137, 154, 199) 100%)
}

.empty-text {
    margin-top: 16rem;
    position: relative
}

.empty-text.--th-full .empty-text__elem {
    max-width: 100%
}

.empty-text__title {
    font-size: 4.8rem;
    font-weight: 500
}

@media screen and (max-width: 550px) {
    .empty-text__title {
        font-size: 4.699rem;
        line-height: 5.55rem
    }
}

.empty-text__elem {
    margin-top: 3.6rem;
    font-size: 2.4rem;
    line-height: 3.2rem;
    max-width: 80rem
}

@media screen and (max-width: 550px) {
    .empty-text__elem {
        margin-top: 6.4rem;
        font-size: 2.36rem;
        line-height: 3.5rem
    }
}

.empty-text .container {
    position: relative;
    z-index: 10
}

@media screen and (max-width: 550px) {
    .empty-text .container {
        padding: 0 2.7rem
    }
}

.empty-text__img {
    position: absolute;
    top: -28rem;
    left: auto;
    right: -1.7rem;
    transform: translate(-2rem, -2rem);
    width: 78.1rem;
    z-index: 9
}

@media screen and (max-width: 1440px) {
    .empty-text__img {
        right: -18.7rem
    }
}

@media screen and (max-width: 1024px) {
    .empty-text__img {
        right: -44.7rem
    }
}

@media screen and (max-width: 550px) {
    .empty-text__img {
        right: -32.7rem;
        top: 18rem
    }
}

.section-why-work {
    margin-top: 16rem
}

@media screen and (max-width: 550px) {
    .section-why-work {
        margin-top: 14.6rem
    }
}

.section-why-work__title {
    font-size: 4.8rem;
    font-weight: 500
}

@media screen and (max-width: 550px) {
    .section-why-work__title {
        font-size: 4.65rem;
        line-height: 7.5rem
    }
}

.section-why-work__inner {
    background-color: hsla(0, 0%, 100%, .9);
    border-radius: 2rem;
    padding: 2rem
}

.section-why-work__grid {
    margin-top: 6rem;
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-column-gap: 2rem;
    grid-row-gap: 4rem
}

@media screen and (max-width: 1024px) {
    .section-why-work__grid {
        grid-template-columns:1fr
    }
}

@media screen and (max-width: 550px) {
    .section-why-work__grid {
        margin-top: 5rem;
        grid-row-gap: 3rem
    }
}

.why-work-item {
    list-style-type: none;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2rem
}

@media screen and (max-width: 550px) {
    .why-work-item {
        gap: 1.1rem
    }
}

.why-work-item__icon {
    width: 8.4rem;
    height: 8.4rem;
    flex: 0 0 auto
}

@media screen and (max-width: 550px) {
    .why-work-item__icon {
        width: 5.6rem;
        height: 5.6rem
    }
}

.why-work-item__text {
    font-size: 3.2rem;
    line-height: 4rem
}

@media screen and (max-width: 550px) {
    .why-work-item__text {
        font-size: 3.5rem;
        line-height: 4.25rem
    }
}

.section-news {
    margin-top: 16rem
}

.section-news__title {
    font-size: 4.8rem;
    font-weight: 500
}

.section-news__slider {
    overflow: hidden;
}

.section-news__inner {
    position: relative
}

.section-news__arrows {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.section-news__btn {
    width: 3.5rem;
    height: 3.5rem;
    cursor: pointer;
    outline: none;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    transition: all .05s linear;
    visibility: visible
}

.section-news__btn.--th-prev {
    transform: translateX(-50%)
}

.section-news__btn.--th-next {
    transform: translateX(50%) scaleX(-1);
}

.mock-slider {
    display: grid;
    grid-template-columns:1fr 1fr 1fr 1fr;
    grid-gap: 3rem
}

.mock-slider-item {
    height: 30rem!important;
    border-radius: 2rem;
    list-style-type: none;
    overflow: hidden;

}

.mock-slider-item * {
    display: block;
    width: 100%;
    height: 100%;

    transition: all .05s linear;
}

.section-why-service {
    margin-top: 13.7rem
}

.section-why-service__inner {
    border: 1px solid #082d7c;
    border-left-width: 0;
    border-right-width: 0;
    border-radius: 2rem;
    padding: 2rem;
    background-color: hsla(0, 0%, 100%, .8)
}

@media screen and (max-width: 768px) {
    .section-why-service__inner {
        padding: 2rem 1rem
    }
}

@media screen and (max-width: 550px) {
    .section-why-service__inner {
        padding-top: 1.5rem;
        padding-bottom: 1rem
    }
}

.section-why-service__list {
    display: grid;
    grid-template-columns:1fr 1fr 1fr 1fr 1fr
}

@media screen and (max-width: 550px) {
    .section-why-service__list {
        grid-template-columns:1fr
    }
}

@media screen and (max-width: 768px) {
    .section-why-service .container {
        padding: 0
    }
}

.why-service-item {
    list-style-type: none;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    padding: 0 1rem
}

.why-service-item:not(:last-child):after {
    content: "";
    display: block;
    position: absolute;
    top: 1rem;
    width: 1px;
    height: 17.3rem;
    background-color: #54b7eb;
    left: auto;
    right: 0
}

@media screen and (max-width: 550px) {
    .why-service-item:not(:last-child):after {
        top: auto;
        bottom: 0;
        height: 1px;
        left: 2rem;
        right: 2rem;
        width: auto
    }
}

@media screen and (max-width: 550px) {
    .why-service-item {
        padding: 2.7rem 0 2.1rem
    }
}

.why-service-item:first-child {
    padding-left: 0;
    padding-top: 0
}

.why-service-item:last-child {
    padding-right: 0;
    padding-bottom: 0
}

.why-service-item__icon {
    width: 10rem;
    height: 10rem
}

@media screen and (max-width: 1024px) {
    .why-service-item__icon {
        width: 7rem;
        height: 7rem
    }
}

@media screen and (max-width: 550px) {
    .why-service-item__icon {
        width: 8.8rem;
        height: 8.8rem
    }
}

.why-service-item__title, .why-service-item__lower {
    text-align: center
}

.why-service-item__title {
    font-size: 3.2rem;
    line-height: 4rem;
    color: #082d7c;
    font-weight: 400;
    margin-top: 1rem;
    height: 8rem
}

@media screen and (max-width: 1024px) {
    .why-service-item__title {
        font-size: 2.7rem;
        line-height: 3.5rem;
        height: 7rem
    }
}

@media screen and (max-width: 768px) {
    .why-service-item__title {
        font-size: 2rem;
        line-height: 2.7rem;
        height: 5.4rem
    }
}

@media screen and (max-width: 550px) {
    .why-service-item__title {
        font-size: 3.52rem;
        height: auto;
        margin-top: 1.3rem
    }
}

.why-service-item__lower {
    margin-top: 1rem;
    color: #000;
    font-size: 1.8rem;
    line-height: 2.4rem
}

@media screen and (max-width: 1024px) {
    .why-service-item__lower {
        font-size: 1.4rem;
        line-height: 2.2rem
    }
}

@media screen and (max-width: 550px) {
    .why-service-item__lower {
        font-size: 2.06rem;
        line-height: 3.7rem;
        margin-top: 2.9rem
    }
}

.error-page__img {
    display: block;
    margin-top: 4rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 70%
}

@media screen and (max-width: 550px) {
    .error-page__img {
        max-width: none;
        width: 100%
    }
}

.error-page__title {
    font-size: 6.4rem;
    text-align: center;
    font-weight: 500;
    padding: 0px 2rem
}

@media screen and (max-width: 1024px) {
    .error-page__title {
        font-size: 5.6rem
    }
}

@media screen and (max-width: 550px) {
    .error-page__title {
        font-size: 4.8rem
    }
}

.base-hover {
    transition: all .05s linear;
    cursor: pointer
}

.base-hover:hover {
    opacity: .6
}

.base-hover:active {
    opacity: .8
}

.burger-menu {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    padding: 2.82rem;
    transition: all .4s ease-in-out;
    padding-top: 6rem;
}

.burger-menu:not(.--th-active) {
    opacity: 0;
    visibility: hidden;
    transform: translateY(3rem)
}

.burger-menu__socials {
    margin-top: 2.82rem
}

.burger-menu__hide {
    width: 3.4rem;
    height: 3.4rem;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    position: absolute;
    top: 3rem;
    left: auto;
    right: 3rem;
    z-index: 9
}

.burger-menu__list {
    display: grid;
    grid-template-columns:1fr;
    grid-gap: 4rem;
    width: 100%
}

.burger-menu__list.--th-2 {
    grid-gap: 2rem;
    margin-top: 2rem;
    padding-left: 2rem;
}

.burger-menu__item {
    list-style-type: none;
    width: 100%
}

.burger-menu {
    overflow-y: scroll;
}

.burger-menu__item.--th-active .burger-menu__icon{
    transform: rotate(-180deg);
}

.burger-menu__item .burger-menu__list.--th-2 {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.burger-menu__item.--th-active .burger-menu__list.--th-2 {
    opacity: 1;
    visibility: visible;
    display: block;
}

.burger-menu__icon {
    width: 3.2rem;
    height: 3.2rem;
    transition: all 0.05s linear;
}

.burger-menu__link {
    font-size: 2.59rem;
    color: #222;
    padding: 1.41rem;
    text-decoration: none;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap
}

.burger-menu__list.--th-2 .burger-menu__link {
    font-size: 2rem;
}

.burger-menu__link:after {
    content: "";
    display: block;
    top: auto;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #082d7c;
    position: absolute;
    bottom: 0
}

.app-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease-in-out, visibility 0.3s;
}

.app-popup.--th-consultation {
    width: max-content;
    height: max-content;
    left: auto;
    top: auto;
    bottom: 0;
    right: 0;
    justify-content: flex-end;
    align-items: flex-end;
    z-index: 9999999;
}

.app-popup.--th-consultation .app-popup__overlay {
    display: none;
}

.app-popup.--th-consultation .app-popup__content {
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.2)
}

.app-popup {
    opacity: 0;
    visibility: hidden;
}

.app-popup.--th-active {
    opacity: 1!important;
    visibility: visible!important;
}

.app-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: rgba(0, 0, 0, 0.5);
}


.app-popup__content {
    position: relative;
    background: #fff;
    padding: 2rem;
    border-radius: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    width: max-content;
    z-index: 10;

    margin: 2rem;
}

@media screen and (max-width: 768px) {
    .app-popup__content {
        max-height: calc(100vh - 2rem);
        overflow-y: scroll;
    }
}

.app-popup__close {
    position: absolute;
    top: 0.8rem;
    right: 0.8rem;
    left: auto;
    background: none;
    border: none;
    cursor: pointer;
    width: 3.2rem;
    height: 3.2rem;

    display: flex;
    align-items: center;
    justify-content: center;
}

.app-popup__close svg {
    display: block;
    width: 1.6rem;
    height: 1.6rem;
}

.app-popup__title {
    margin: 0 0 10px;
    font-size: 24px;
}

.app-popup__text {
    margin: 0;
    font-size: 16px;
}

.app-popup--visible {
    visibility: visible;
    opacity: 1;
}

.app-cb-status {
    width: 60rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 1.2rem;
}

@media screen and (max-width: 768px) {
    .app-cb-status {
        width: 100%;
    }
}

.app-cb-status__icon {
    width: 5.6rem;
    height: 5.6rem;

    display: none;
}

.app-cb-status__title {
    font-size: 3.2rem;
    line-height: 4rem;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    text-align: center;
}

.app-cb-status__text {
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-weight: 400;
    text-align: center;
}

.app-cb-status__text,
.app-cb-status__title {
    display: none;
}

.app-cb-status.--th-bad .app-cb-status__title {
    color: red;
}

.app-cb-status.--th-bad .app-cb-status__icon.--th-error {
    display: block;
}

.app-cb-status.--th-success .app-cb-status__icon.--th-success {
    display: block;
}

.app-cb-status.--th-success .app-cb-status__text.--th-success,
.app-cb-status.--th-success .app-cb-status__title.--th-success {
    display: block;
}

.app-cb-status.--th-bad .app-cb-status__text.--th-error,
.app-cb-status.--th-bad .app-cb-status__title.--th-error {
    display: block;
}

.app-form-modal {
    padding-top: 3rem;
}

.landing {
    color: #222222;
    margin-top: 16rem;
}

.landing__title {
    font-size: 4.8rem;
    font-weight: 500;
}

.landing__cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 4rem;

    margin-top: 4rem;
}

.landing__card-inner {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: white;
    padding: 0.8rem;
    border-radius: 1rem;
}

.landing__card:after {
    content: "";
    display: block;
    background: rgb(84, 183, 235);
    background: linear-gradient(157deg, rgba(84, 183, 235, 1) 0%, rgba(8, 45, 124, 1) 100%);
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 1rem;
}

.landing__card {
    position: relative;
    padding: 2px;
    border-radius: 1rem;
}

.landing__card-inner {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2rem;
}

.landing__card-title {
    font-size: 3.2rem; /* 32px */
    font-weight: 400;
}

.landing__card-list {
    font-size: 2.4rem; /* 24px */
    line-height: 3.2rem;
    list-style-type: none;
    margin-top: 2rem;
}

.landing__card-list li {
    margin-bottom: 1rem;
    list-style-type: disc;
}

.landing__icon {
    width: 8.4rem;
    height: 8.4rem;
}

@media screen and (max-width: 768px) {
    .landing__cards {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 550px) {
    .landing__card-title {
        font-size: 2.3rem;
    }

    .landing__card-list {
        font-size: 1.8rem;
        line-height: 2.4rem;

        margin-left: -5rem;
    }

    .landing__card-content {
        margin-top: 2rem;
    }

    .landing__icon {
        width: 6rem;
        height: 6rem;
    }

    .landing__title {
        font-size: 4.65rem;
        line-height: 5.9rem;
    }
}

.section-problems {
    margin-top: 16rem;
    color: #222222;
}

.section-problems__inner {
    padding: 4rem;
    background-color: #fff;
    border-radius: 2rem;

    max-width: 90rem;
}

.section-problems__title {
    font-size: 4.8rem;
    font-weight: 500;
}

.section-problems__list {
    padding: 0;
    margin-top: 4rem;

    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1.2rem;
}

.section-problems__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1.2rem;
}

.section-problems__icon {
    width: 6rem;
    height: 6rem;
    display: block;
}

.section-problems__text {
    font-size: 3.2rem;
    line-height: 4rem;
    color: black;
    list-style-type: none;
}

@media screen  and (max-width: 1024px) {
    .section-problems__title {
        font-size: 4.7rem;
        line-height: 6rem;
    }

    .section-problems__inner {
        padding: 2.5rem;
    }
}

.section-solution {
    margin-top: 6rem;
    color: #222222;
}

.section-solution__inner {
    padding: 2rem 4rem;
    background: rgb(172, 203, 238);
    background: linear-gradient(157deg, rgba(172, 203, 238, 1) 0%, rgba(231, 240, 253, 1) 100%);
    border-radius: 1rem;
    position: relative;
}

.section-solution__title {
    font-size: 4.8rem;
    font-weight: 500;
}

.section-solution__icon svg {
    width: 6rem;
    height: 6rem;
}

.section-solution__icon {
    flex: 0 0 auto;
}

.section-solution__content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1.6rem;

    margin-top: 4rem;
}

.section-solution__text {
    font-size: 3.2rem;
}

.section-solution__decoration svg {
    width: 100%;
    height: 100%;
    display: block;
}

.section-solution__decoration {
    width: 31.4rem;
    height: 31.4rem;
    position: absolute;
    top: -19.6rem;
    left: auto;
    right: 0;
}

.section-solution__text span {
    color: #082D7C;
    font-weight: 500;
    text-decoration: none;
}

@media screen  and (max-width: 1024px) {
    .section-solution__decoration {
        transform: translateX(50%);
    }
}

@media screen  and (max-width: 1024px) {
    .section-solution__decoration {
        width: 18.5rem;
        height: 18.5rem;
        top: -7.3rem;
    }

    .section-solution__title {
        font-size: 4.7rem;
        line-height: 6rem;
    }

    .section-solution__inner {
        padding: 2rem 3.1rem;
    }
}

.warning {
    margin-top: 16rem;
}

.warning__inner {
    background-color: #C7DAFF;
    border-radius: 1rem;
    padding: 2rem;
}

.warning__text {
    text-align: center;
    color: #222222;
    font-size: 3.2rem;
    line-height: 4rem;
}

.section-dev-steps__content-wrapper {
    overflow: hidden;
}

.dev-step-v-list {
    margin-top: 4rem;
}

.dev-step-v-list .dev-step-v {
    margin-top: 0;
}

.dev-step-v-wrapper {
    display: grid;
    grid-template-columns: 23.8rem auto;
    grid-gap: 0;
}

.app-consultation {
    width: 28rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.app-consultation__icon {
    width: 5.6rem;
    height: 5.6rem;
}

.app-consultation__title {
    margin-top: 2rem;
    font-size: 2.3rem;
    line-height: 3rem;
    text-align: center;
    font-weight: 400;
    color: #222222;
}

.app-consultation__tel {
    font-size: 2.8rem;
    line-height: 3rem;
    color: #082D7C;
    text-decoration: underline;
    margin-top: 2rem;
    font-weight: 400;
}

.app-consultation__text {
    color: #222222;
    font-size: 1.7rem;
    line-height: 2.2rem;
    text-align: center;
    margin-top: 2rem;
}

.app-consultation__btn {
    margin-top: 2rem;
    font-size: 2.4rem;
    line-height: 3.2rem;
    width: 100%;
    gap: 1rem;
}

.app-consultation__btn svg {
    width: 3.2rem;
    height: 3.2rem;
}

@media screen and (max-width: 768px) {
    .app-consultation {
        width: 100%;
    }
}

.my-swiper-btn svg {
    width: 90%;
}

.my-swiper-btn.--th-rectangle {
    border-radius: 1rem;
}

.app-pm {
    width: 93rem;
    background-color: #F2F2F2;
    color: #222222;

    margin: -2rem;
    border-radius: 2rem;
    padding: 2rem;
}

.app-pm__title {
    font-size: 3.2rem;
    line-height: 4rem;
    font-weight: 400;
    margin-top: 2rem;
}

.app-pm__description p,
.app-pm__text {
    margin-top: 1.2rem;
    font-size: 1.8rem;
    line-height: 2.4rem;
}

.app-pm__text + .app-pm__text {
    margin-top: 1.5rem;
}

.app-pm__slider {
    margin-top: 2rem;
}

.app-pm__slide {
    border-radius: 1rem;
}

.app-pm__bottom {
    margin-top: 2rem;
    display: flex;
    align-content: center;
    justify-content: space-between;
}

* + .app-pm__description {
    margin-top: 2rem;
}

.app-pm__dots {
    display: flex;
    align-content: center;
    justify-content: center;
    gap: 3rem;

    padding: 0;
    margin: 0;
}

.app-pm__arrow {
    width: 5.8rem;
    height: 5.2rem;
}

.app-pm__arrow.--th-next svg {
    transform: scaleX(-1);
}

.app-pm__dots-button {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 10rem;
    background-color: #D9D9D9;
    display: block;
    transition: all 0.05s linear;
    border: none;
    outline: none;
    cursor: pointer;
}

.app-pm__dots-button:hover {
    background-color: #54B7EB;
    opacity: 0.5;
}

.app-pm__dots-item {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1024px) {
    .app-pm {
        width: auto;
    }
}

.section-news__slider-wrapper {
    overflow: hidden;
    width: 100%;
    margin-top: 5rem;
}

@media screen and (max-width: 1024px) {
    .mock-slider-item {
        height: 25rem!important;
    }
}

#call-back-modal .section-call-back__inner {
    border: none!important;
    margin-left: 0!important;
    margin-top: 3rem;
}

.blog-post-content.container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 4rem;
    margin-top: 3rem;
    color: #222222;

}

.blog-post-content ul,
.blog-post-content p {
    font-size: 2.4rem;
    line-height: 3rem;
}

.blog-post-content ul {
    padding-left: 3rem;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 2rem;
}

.blog-post-content h5 {
    font-size: 2.6rem;
    line-height: 3.2rem;
}

.blog-post-content h4 {
    font-size: 2.8rem;
    line-height: 3.4rem;
}

.blog-post-content h3 {
    font-size: 3rem;
    line-height: 3.6rem;
}

.blog-post-content h2 {
    font-size: 3.2rem;
    line-height: 3.8rem;
}

.blog-post-content h1 {
    font-size: 3.4rem;
    line-height: 4rem;
}

.blog-post-content img {
    width: calc(50vh);
    height: auto;
    max-width: 100%;
}

.blog-post-content h1,
.blog-post-content h5,
.blog-post-content h4,
.blog-post-content h3,
.blog-post-content h2,
.blog-post-content h1 {
    font-weight: 500;
}

.section-dev-steps__content-wrapper .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.section-dev-steps__content-wrapper .swiper-slide {
    height: auto!important;
}

.app-pm__slide img {
    width: 100%;
    height: auto;
}

.app-pm__action {
    padding: 0.4rem 2.9rem;
    font-size: 2rem;
    line-height: 3.2rem;
    margin-top: 2rem;
}

.app-pm .swiper-slide:not(:last-child) .app-pm__action {
    display: none;
}

.app-pm__dots {
    margin-top: 3.7rem;
}

.app-pm__bottom {
    margin-top: -3.6rem;
}

.app-pm .swiper-slide img {
    max-height: 50vh;
    width: 100%;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.app-pm .swiper-pagination-bullet-active .app-pm__dots-button {
    background-color: #54B7EB;
    opacity: 1;
}

.app-pm__slider {
    overflow: hidden;
}

.slider-slide-inner {
    width: 100%;
}


.section-post .section-post__two-cols ,
.section-post .section-post__text,
.section-post .section-post__img {
    width: 100%;
    max-width: 90rem;
    margin-left: 0;
    margin-right: auto;
}

.section-post__title {
    font-size: 3.9rem;
    font-weight: 500;
}

.section-post__inner {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 4rem;
}

.section-post p {
    font-size: 2rem;
    line-height: 2.5rem;
}

.section-post__two-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 3rem;
    height: 24rem;
}

.section-post__col {
    width: 100%;
    height: 100%;
    background: silver;
    list-style-type: none;
}

.section-post__img {
    width: 100%;
    height: 50rem;
    background-color: silver;
}

.section-post + .section-post {
    margin-top: 16rem;
}

.section-post h2 {
    font-size: 2.8rem;
    font-weight: 500;
}

.section-post h3 {
    font-size: 2.4rem;
    font-weight: 500;
}

.section-news__tabs {
    margin-top: 4rem;
}

.section-post img {
    max-width: 100%;
}

.section-post__inner ol,
.section-post__inner ul {
    padding-left: 2rem;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
}

@media screen and (max-width: 550px) {
    .section-post {
        margin-top: 4rem;
    }

    .section-post + .section-post {
        margin-top: 10rem;
    }

    .section-post__title {
        font-size: 3.2rem;
    }

    .section-post__img {
        height: 27rem;
        margin: 0 -3rem!important;
        width: auto!important;
    }

    .section-post p {
        font-size: 2.4rem;
    }

    .section-post__two-cols {
        width: auto!important;
        margin: 0 -3rem!important;
    }

    .section-news__tabs {
        overflow-x: scroll;
    }
}

.section-tile {
    margin-top: 16rem;
}

.section-tile__grid {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 3rem;
}

.section-tile__img {
    width: 100%;
    height: 27rem;
    background-color: silver;
    border-radius: 1rem;
}

.section-tile__img .img {
    width: 100%;
    height: 100%;
    display: block;
}

.section-tile__col {
    list-style-type: none;
    transition: all 0.05s linear;
}

.section-tile__col:hover {
    opacity: 0.7;
}

.section-tile__col.--th-col-2 {
    grid-column: span 2;
}

.section-tile__col-title {
    font-size: 2.4rem;
    font-weight: 500;

    margin-top: 1.6rem;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.section-tile__dots {
    margin-top: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.section-tile__btn {
    font-size: 2.4rem;
    line-height: 3.2rem;
    cursor: pointer;
    transition: all 0.05s linear;
    background-color: none;
    border: none;
    outline: none;
}

.section-tile__btn:hover {
    opacity: 0.8;
}

.section-tile__dot {
    list-style-type: none;
}

.section-tile__btn.--th-active {
    color: #082D7C;
}

.section-tile__btn:active {
    opacity: 0.9;
}

@media screen and (max-width: 1024px) {
    .section-post__title {
        font-size: 3.4rem;
    }

    .section-post__inner {
        gap: 3rem;
    }

    .section-post h2 {
        font-size: 2.4rem;
    }

    .section-post h2 {
        font-size: 2.8rem;
    }

    .section-post p {
        font-size: 1.8rem;
        line-height: 2.3rem;
    }

    .section-post__title {
        font-size: 3.2rem;
    }
}

@media screen and (max-width: 768px) {
    .section-tile__grid {
        grid-template-columns: 1fr 1fr;
    }

    .breadcrumbs__inner {
        padding-left: 0;
    }
}

@media screen and (max-width: 550px) {
    .section-tile__col-title {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }

    .section-tile__img {
        height: 15.3rem;
    }

    .section-tile__grid {
        grid-gap: 2rem;
    }

    .section-tile__tabs {
        overflow-x: scroll;
    }

    .breadcrumbs__link {
        font-size: 1.95rem;
        line-height: 2.45rem;
    }
}
