._container {
    max-width: 1320px;
    padding: 0 15px;
    margin: 0 auto;
}

@media screen and (min-width: 575.98px) {
    ._container {
        max-width: 480px;
    }
}

@media screen and (min-width: 767.98px) {
    ._container {
        padding: 0 20px;
        max-width: 705px;
    }
}

@media screen and (min-width: 991.98px) {
    ._container {
        padding: 0 30px;
        max-width: 990px;
    }
}

@media screen and (min-width: 1199.98px) {
    ._container {
        padding: 0 30px;
        max-width: 1200px;
    }
}

@media screen and (min-width: 1439.98px) {
    ._container {
        padding: 0 15px;
        max-width: 1254px;
    }
}


/*main page*/

.header-modern {
    position: relative;
    z-index: 10;
    padding-bottom: 60px;
}

.header-modern__top {
    display: none;
}

.header-modern__top-content {
    padding: 20px 0;
    display: grid;
    gap: 20px;
}

.header-modern__top-search-md {
}

.header-modern__top-search-md .field {
    position: relative;
}

.header-modern__top-search-md .field label {
    display: block;
    width: 100%;
}

.header-modern__top-search-md .field label input {
    padding: 12px 48px 12px 12px;
    width: 100%;
    outline: none;
    background: #FFF;
    border-radius: 6px;
    border: 1px solid #E1E2EB;

    font-family: 'Inter';
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #111111;
}

.header-modern__top-search-md .field label input::placeholder {
    font-family: 'Inter';
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #777777;
}

.header-modern__top-search-md .field .icon {
    display: block;
    min-width: 20px;
    width: 20px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translate(0, -50%);
}

.header-modern__top-row--dropdown {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 20px;
    @media screen and (max-width: 380px) {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

.header-modern__top-row--dropdown .dropdown {
    position: relative;
}

.header-modern__top-row--dropdown .dropdown__box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-modern__top-row--dropdown .dropdown .dropdown__box .label {
    font-family: 'Inter';
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #777777;
}

.header-modern__top-row--dropdown .dropdown__items,
.header-modern__top-row--dropdown .dropdown__items {
    display: none;
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    min-width: 220px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 0 16px 0 #0000001F;
    @media screen and (max-width: 440px) {
        min-width: 160px;
    }


    &.open {
        display: block;
        animation: showBlockBtoT .1s linear forwards;
    }
}

.header-modern__top-row--dropdown .dropdown__box-in {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.header-modern__top-row--dropdown .dropdown__box-in .value {
    font-family: 'Inter';
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: #111111;
}

.header-modern__top-row--dropdown .dropdown__box-in .arrow {
    display: block;
    min-width: 10px;
    width: 10px;
    height: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: grayscale(0) brightness(0);
    cursor: pointer;
}

.header-modern__top-row--dropdown .dropdown__items li {
    list-style-type: none;
    border-radius: 6px;
    margin: 5px;
    padding: 5px 10px;

    font-family: 'Inter';
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: #111111;
}

/*.header-modern__top-row--dropdown .dropdown__items li:hover {*/
/*    background: #F2F4FC;*/
/*    color: #3339D6;*/
/*}*/

.header-modern__top-row--nav {
}

.header-modern__top-row--nav .tracking {
    text-decoration: none;
    position: relative;
    padding-left: 26px;
}

.header-modern__top-row--nav .tracking .icon {
    display: block;
    min-width: 16px;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 4px;
    /*filter: grayscale(0) brightness(0);*/
}

.header-modern__top-row--nav .tracking .link {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #111111;
}

.header-modern__top-row--nav {
    display: grid;
    gap: 10px;
}

.header-modern__top-row--nav nav ul li.dropdown {
    display: grid;
    gap: 10px;
}

.header-modern__top-row--nav nav ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.header-modern__top-row--nav nav ul li {
    list-style-type: none;
}

.header-modern__top-row--nav nav ul li a {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    color: #111111;
}


.header-modern__bottom {
    background: #141766;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.header-modern__bottom-wr {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-modern__bottom-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: -15px;
}

.header-modern__bottom-logo a {
    display: inline-block;
    padding: 8px;
    background: #3339D6;
}

.header-modern__bottom-logo a span {
    display: block;
    min-width: 54px;
    width: 54px;
    height: 44px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: .3s ease;
}

.header-modern__bottom-content {
    padding: 10px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-modern .header-modern__bottom-search,
.header-modern .call,
.header-modern .socials {
    display: none;
}

.header-modern__bottom-catalog {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.header-modern__bottom-catalog .link {
    display: none;
}

.header-modern__bottom-catalog .link-md {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #FFF;
}

.header-modern__bottom-catalog .icon {
    display: block;
    min-width: 20px;
    width: 20px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.header-modern__bottom-items {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-modern__bottom-items .wishist--wrapper {
    position: relative;
}

.header-modern__bottom-items .favourite:before {
    content: '';
    position: absolute;
    top: -4px;
    right: -4px;
    display: block;
    min-width: 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #41CC58;
}

.header-modern__bottom-items .favourite--null:before {
    display: none;
}

.header-modern__bottom-items .favourite .icon {
    display: block;
    min-width: 24px;
    width: 24px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.header-modern__bottom-items .compare--wrapper {
    position: relative;
}

.header-modern__bottom-items .compare:before {
    content: '';
    position: absolute;
    top: -4px;
    right: -4px;
    display: block;
    min-width: 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #41CC58;
}

.header-modern__bottom-items .compare--null:before {
    display: none;
}

.header-modern__bottom-items .compare .icon {
    display: block;
    min-width: 24px;
    width: 24px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.header-modern__burger {
    min-width: 40px;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: .7s ease;
    cursor: pointer;

    &.open {
        transform: rotate(450deg);
        background: #3339D6;
    }
}

.header-modern__burger span {
    width: 18px;
    height: 2px;
    background-color: #fff;
    margin: 2px 0;
    border-radius: 6px;
    transition-property: margin, transform;
    transition-duration: .3s;
    transition-timing-function: ease, ease;
    transition-delay: 0s;
    transform: rotate(0);

    &:nth-of-type(3) {
        width: 16px;
        margin-left: 2px;
    }
}


.header-modern__burger.open span {
    margin: -1px 1px -1px -1px;
    background-color: #fff;
    width: 18px;
}

.header-modern__burger.open span:nth-of-type(1) {
    transform: rotate(45deg);
    transition: .3s ease;
}

.header-modern__burger.open span:nth-of-type(2) {
    display: none;
}

.header-modern__burger.open span:nth-of-type(3) {
    transform: rotate(-45deg);
    transition: .3s ease;
}

.header-modern .menu-bottom {
    display: none;

    &.open {
        display: block;
        position: absolute;
        top: 60px;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100vh;
        background: #FFF;
        animation: showBlockRtoL .3s linear forwards;
    }
}

@keyframes showBlockRtoL {
    0% {
        transform: translateX(100%);
    }

    50% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes showBlockBtoT {
    0% {
        transform: translateY(20px);
    }

    100% {
        transform: translateY(0);
    }
}


@media screen and (min-width: 767.98px) {
    .header-modern {
        padding-bottom: 0;
    }

    .header-modern__top {
        display: block;
        padding: 10px 0;
    }

    .header-modern__top-search-md {
        display: none;
    }

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

    .header-modern__top-row--nav {
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        gap: 12px 20px;
    }

    .header-modern__top-row--nav nav ul li.dropdown {
        display: block;
        position: relative;
    }

    .header-modern__top-row--nav nav ul li.dropdown .dropdown__box {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .header-modern__top-row--nav nav ul li.dropdown .dropdown__box .arrow {
        display: block;
        min-width: 10px;
        width: 10px;
        height: 8px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        filter: grayscale(0) brightness(0);
        cursor: pointer;
        margin-bottom: -2px;
    }

    .header-modern__top-row--nav nav ul.dropdown__items {
        display: none;
        position: absolute;
        left: 0;
        z-index: 2;
        width: 100%;
        min-width: 160px;
        border-radius: 8px;
        background: #FFF;
        box-shadow: 0 0 16px 0 #0000001F;
    }

    .header-modern__top-row--nav nav ul.dropdown__items li {
        list-style-type: none;
        border-radius: 6px;
        margin: 5px;
        padding: 5px 10px;
        font-family: 'Inter';
        font-size: 15px;
        font-weight: 500;
        line-height: 24px;
        color: #111111;
    }

    .header-modern__top-row--nav nav ul li.dropdown:hover {
        ul.dropdown__items {
            display: block;
            animation: showBlockBtoT .1s linear forwards;
        }
    }

    .header-modern__bottom {
        position: relative;
    }

    .header-modern__bottom-logo {
        margin-left: 0;
    }

    .header-modern__burger {
        display: none;
    }

    .header-modern .menu-bottom {
        display: none;

        &.open {
            display: none;
        }
    }

    .header-modern .header-modern__bottom-search,
    .header-modern .call,
    .header-modern .socials {
        display: block;
    }

    .header-modern .header-modern__bottom-search {
        max-width: 105px;
    }

    .header-modern .header-modern__bottom-search .field {
        position: relative;
    }

    .header-modern .header-modern__bottom-search .field label {
        display: block;
        width: 100%;
    }

    .header-modern .header-modern__bottom-search .field label input {
        padding: 8px 48px 8px 8px;
        width: 100%;
        outline: none;
        background: #FFF;
        border-radius: 6px;
        border: 1px solid #E1E2EB;

        font-family: 'Inter';
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        color: #111111;
    }

    .header-modern .header-modern__bottom-search .field label input::placeholder {
        font-family: 'Inter';
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        color: #777777;
    }

    .header-modern .header-modern__bottom-search .field .icon {
        display: block;
        min-width: 20px;
        width: 20px;
        height: 18px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
        position: absolute;
        top: 50%;
        right: 16px;
        transform: translate(0, -50%);
    }

    .header-modern .call {
        font-family: 'Inter';
        font-size: 16px;
        font-weight: 600;
        line-height: 28px;
        text-decoration: none;
        color: #FFF;
    }

    .header-modern .socials {
        display: flex;
        align-items: center;
        gap: 5px;
        margin: 0;
        padding: 0;
    }

    .header-modern .socials li {
        list-style-type: none;
    }

    .header-modern .socials li a span {
        display: block;
        min-width: 26px;
        width: 26px;
        height: 26px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
    }

}

@media screen and (min-width: 991.98px) {
    .header-modern__top-wr {
        margin-left: 174px;
    }

    .header-modern__top-row--nav nav ul.dropdown__items {
        left: -60px;
        min-width: 180px;
    }

    .header-modern__bottom-logo {
        margin-top: -44px;
    }

    .header-modern__bottom-logo a {
        padding: 14px 16px;
    }

    .header-modern__bottom-logo a span {
        min-width: 102px;
        width: 102px;
        height: 84px;
    }

    .header-modern__bottom-wr {
        gap: 40px;
    }

    .header-modern .header-modern__bottom-search {
        max-width: initial;
    }

    .header-modern .header-modern__bottom-search .field label input {
        padding: 8px 48px 8px 16px;
    }

    .header-modern .call {
        font-size: 18px;
    }

    .header-modern .socials li a span {
        min-width: 36px;
        width: 36px;
        height: 36px;
    }


}

@media screen and (min-width: 1199.98px) {
    .header-modern__top-wr {
        margin-left: 183px;
    }

    .header-modern__top-content {
        max-height: 24px;
    }

    .header-modern__top-row--dropdown .dropdown__items,
    .header-modern__top-row--dropdown .dropdown__items {
        padding: 0;
        margin: 0 5px;
    }

    .header-modern__top-row--dropdown .dropdown__items li {
        padding: 10px;
    }

    .header-modern__top-row--dropdown .dropdown__items li:hover {
        cursor: pointer;
        background: #F2F4FC;
        color: #3339D6;
    }

    .header-modern__top-row--nav nav ul.dropdown__items {
        padding: 0;
        margin: 0 5px;
    }

    .header-modern__top-row--nav nav ul.dropdown__items li {
        padding: 10px;
    }

    .header-modern__top-row--nav nav ul.dropdown__items li:hover {
        cursor: pointer;
        background: #F2F4FC;
    }

    .header-modern__top-row--nav nav ul.dropdown__items li:hover a {
        color: #3339D6;
    }

    .header-modern__top-row--dropdown .dropdown__box-in:hover .value {
        color: #3339D6;
    }

    .header-modern__top-row--dropdown .dropdown__box-in:hover .arrow {
        filter: initial;
    }

    .header-modern__top-row--nav .tracking:hover .icon {
        filter: initial;
    }

    .header-modern__top-row--nav .tracking:hover .link {
        color: #3339D6;
    }

    .header-modern__top-row--nav nav ul li.dropdown .dropdown__box:hover .nav-link {
        color: #3339D6;
    }

    .header-modern__top-row--nav nav ul li.dropdown .dropdown__box:hover .arrow {
        filter: initial;
    }

    .header-modern__bottom-logo a:hover {
        background: #41CC58;
    }

    .header-modern__bottom-catalog {
        padding: 9px 10px;
        border-radius: 6px;
    }

    .header-modern__bottom-catalog:hover {
        background: #3339D6;
    }

    .header-modern__bottom-catalog .link {
        display: block;
        font-family: 'Inter';
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        color: #FFF;
    }

    .header-modern__bottom-catalog .link-md {
        display: none;
    }

    .header-modern__bottom-items .wishist--wrapper {
        padding: 11px 10px;
        border-radius: 6px;
    }

    .header-modern__bottom-items .favourite:before {
        top: 4px;
        right: 4px;
    }

    .header-modern__bottom-items .wishist--wrapper:hover {
        background: #3339D6;
    }

    .header-modern__bottom-items .compare--wrapper {
        padding: 11px 10px;
        border-radius: 6px;
    }

    .header-modern__bottom-items .compare:before {
        top: 4px;
        right: 4px;
    }

    .header-modern__bottom-items .compare--wrapper:hover {
        background: #3339D6;
    }

    .header-modern .call {
        padding: 7px 10px;
        border-radius: 6px;
    }

    .header-modern .call:hover {
        background: #3339D6;
    }

    .header-modern__bottom-content {
        gap: 20px;
    }

    .header-modern__bottom-search {
        flex: 1;
    }

    .header-modern .socials li {
        position: relative;
    }

    .header-modern .socials li:before {
        content: '';
        display: none;
        width: calc(100% + 4px);
        height: calc(100% + 4px);
        background: #FFF;
        border-radius: 50%;
        position: absolute;
        left: -2px;
        top: -2px;
        z-index: 0;
    }

    .header-modern .socials li a span {
        position: relative;
        z-index: 1;
    }

    .header-modern .socials li:hover:before {
        display: block;
    }
}

@media screen and (min-width: 1439.98px) {
    .header-modern__top-row--nav nav ul.dropdown__items {
        left: 0;
        min-width: 200px;
    }
}

@media screen and (min-width: 1639.98px) {
    .header-modern__top-row--nav nav ul.dropdown__items {
        min-width: 280px;
    }
}

/*footer*/


.footer-modern {
    background: #141766;
    margin-top: 60px;
    @media screen and (min-width: 1199.98px) {
        margin-top: 80px;
    }
}

.footer-modern__wrapper {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.footer-modern__logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.footer-modern__logo a span {
    display: block;
    min-width: 88px;
    width: 88px;
    height: 72px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: .3s ease;
}

.footer-modern__content {
    display: grid;
    gap: 20px;
}

.footer-modern__col {
    display: grid;
    gap: 20px;
}

.footer-modern__col nav {
}

.footer-modern__col nav ul {
    display: grid;
    gap: 10px;
}

.footer-modern__col nav ul li {
    list-style-type: none;
}

.footer-modern__col nav ul li:has(.icon) {
    position: relative;
    padding-left: 26px;
}

.footer-modern__col nav ul li .icon {
    display: block;
    min-width: 16px;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 4px;
    filter: grayscale(255) brightness(255);
}

.footer-modern__col nav ul li a {
    font-family: 'Inter';
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    color: #FFF;
}

.footer-modern__copy {
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    opacity: .6;
    color: #FFF;
}

.footer-modern__support {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-modern__support .label {
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    opacity: .6;
    color: #FFF;
}

.footer-modern__support-promicom {
}

.footer-modern__support-promicom img {
    display: block;
    min-width: 168px;
    width: 168px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: .3s ease;
}

@media screen and (min-width: 767.98px) {
    .footer-modern__content {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }

    .footer-modern__col nav ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 991.98px) {
    .footer-modern__wrapper {
        flex-direction: row;
        align-items: center;
        padding: 0;
        gap: 40px;
    }

    .footer-modern__logo a {
        display: inline-block;
        padding: 30px;
        background: #3339D6;
    }

    .footer-modern__content {
        align-items: flex-start;
        padding: 20px 0;
        gap: 40px;
    }

    .footer-modern__col {
        gap: 10px;
    }

    .footer-modern__support {
        flex-direction: column;
        align-items: flex-end;
    }
}

@media screen and (min-width: 1199.98px) {
    .footer-modern__logo a {
        padding: 16px;
    }

    .footer-modern__logo a:hover {
        background: #41CC58;
    }

    .footer-modern__col nav ul {
        gap: 10px 20px;
    }

    .footer-modern__col nav ul li:hover a {
        color: #3339D6;
    }

    .footer-modern__col nav ul li:hover .icon {
        filter: initial;
    }

}

@media screen and (min-width: 1439.98px) {
    .footer-modern__col nav ul {
        gap: 10px 32px;
    }

    .footer-modern__col {
        gap: 15px;
    }

    .footer-modern__support {
        gap: 15px;
    }
}


.scroller {
    position: fixed;
    z-index: 11;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #141766;
    opacity: 0;
    overflow: hidden;
    height: 0;
    transform: translateY(100%);
    transition: 0.3s ease;

    &.is-hidden {
        opacity: 1;
        height: auto;
        transform: translateY(0);
    }
}

.scroller__wrapper {
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.scroller .call {
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-decoration: none;
    color: #FFFFFF;
}

.scroller__socials {
    display: flex;
    align-items: center;
    gap: 5px;
}

.scroller__socials li {
    list-style-type: none;
}

.scroller__socials li a span {
    display: block;
    min-width: 36px;
    width: 36px;
    height: 36px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

@media screen and (min-width: 767.98px) {
    .scroller {
        display: none;

        &.is-hidden {
            display: none;
        }
    }
}

.scroller-to-top {
    position: fixed;
    z-index: 3;
    right: 40px;
    bottom: 80px;
    opacity: 0;
    overflow: hidden;
    height: 0;
    transform: translateY(100%);
    transition: 0.3s ease;

    &.is-hidden {
        opacity: 1;
        height: auto;
        transform: translateY(0);
    }
}

.scroller-to-top__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: #3339D6;
    cursor: pointer;
}

.scroller-to-top__btn span {
    display: block;
    min-width: 24px;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5IDEySDUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xMiAxOUw1IDEyTDEyIDUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
    transform: rotate(90deg);
}

@media screen and (min-width: 767.98px) {
    .scroller-to-top {
        display: block;

        &.is-hidden {
            display: block;
        }
    }

    .scroller-to-top__btn:hover {
        background: #41CC58;
    }
}


/*main*/

.btn-blue {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 28px;
    border-radius: 8px;
    border-color: transparent;
    background: #3339D6;
    cursor: pointer;

    font-family: 'Inter';
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #FFF;
}

.btn-stroke {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 28px;
    border-radius: 8px;
    border: 1px solid #3339D6;
    background: none;
    cursor: pointer;

    font-family: 'Inter';
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #3339D6;
}

@media screen and (min-width: 1199.98px) {
    .btn-blue:hover {
        background: #41CC58;
        color: #FFF;
    }

    .btn-stroke:hover {
        background: #3339D6;
        color: #FFF;
    }
}


.main-from {
    background: linear-gradient(180deg, rgba(162, 213, 243, 0.8) 0%, rgba(194, 223, 244, 0.8) 20%, rgba(225, 235, 245, 0.1) 52%, rgba(26, 30, 133, 0.06) 100%);
}

.main-from .main-from__wrapper {
    display: grid;
    gap: 20px;
    padding: 20px 0;
}

.main-from .main-from--content {
    display: grid;
    gap: 15px;
}

.main-from .main-from--content h1 {
    font-family: 'Mulish';
    font-size: 28px;
    font-weight: 800;
    line-height: 32px;
    color: #111111;
    text-align: center;
    @media screen and (min-width: 767.98px) {
        text-align: left;
    }
}

.main-from .main-from--content .text {
    font-family: 'Inter';
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #111111;

}

.main-from .main-from--content .content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px;
    border-radius: 16px;
    background: #EBEEFA;
}

.main-from .main-from--content .content .content__title {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #111111;

}

.main-from .main-from--content .content .content__text {
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #111111;
}

.main-from .main-from--content .content .content__btns {
    display: grid;
    gap: 10px;
}

.main-from .main-from--content .content .content__btns .btn-blue {
    text-decoration: none;
    padding: 11px 28px;
}

.main-from--images {

}

.main-from--images__img {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 40%;
}

.main-from--images__img .main-from--images__img-main {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.main-from--images__img .main-from--images__img-main picture {


}

.main-from--images__img .main-from--images__img-main picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-from--images__img .main-from--images__img-sub-main {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-from--images__img-sub-main picture:nth-of-type(2) {
    margin-left: -80px;
    margin-top: -20px;
    z-index: -1;
}

.main-from--images__img .main-from--images__img-sub-main picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media screen and (min-width: 991.98px) {
    .main-from .main-from__wrapper {
        display: flex;
        align-items: center;
    }

    .main-from .main-from--content {
        flex: 1 0 50%;
    }

    .main-from .main-from--images {
        flex: 0 0 40%;
    }

    .main-from .main-from--content .content {
        gap: 10px;
        margin-top: 20px;
    }

    .main-from .main-from--content h1 {
        font-size: 40px;
        font-weight: 800;
        line-height: 48px;
    }

    .main-from .main-from--content .text {
        font-size: 16px;
    }

    .main-from .main-from--content .content .content__title {
        font-size: 20px;
        line-height: 28px;
    }

    .main-from .main-from--content .content .content__text {
        font-size: 15px;
        line-height: 24px;
    }

    .main-from .main-from--content .content .content__btns {
        display: flex;
        align-items: center;
    }

    .main-from--images__img {
        padding-bottom: 78%;
    }

    .main-from--images__img .main-from--images__img-main picture img {
        object-fit: contain;
    }

    .main-from--images__img .main-from--images__img-main {
        width: 100%;
        height: 100%;
    }
}

@media screen and (min-width: 1199.98px) {
    .main-from .main-from__wrapper {
        padding: 40px 0;
    }

    .main-from .main-from--content {
        flex: 1 0 45%;
    }

    .main-from .main-from--images {
        flex: 0 0 50%;
    }

    .main-from--images__img {
        overflow: visible;
    }

    .main-from .main-from--images__img .main-from--images__img-main {
        opacity: 0;
    }

    .main-from--images__img .main-from--images__img-sub-main {
        margin-top: 40px;
    }

    .main-from--images__img-sub-main picture:nth-of-type(1) {
        margin-left: -160px;
    }

    .main-from--images__img-sub-main picture:nth-of-type(2) {
        margin-left: -160px;
    }

    .main-from--images__img-sub-main picture:nth-of-type(1) img {
        opacity: 0;
    }

    .main-from--images__img-sub-main picture:nth-of-type(2) img {
        opacity: 0;
    }

    .main-from .main-from--content .content {
        opacity: 0;
        padding: 28px 160px 32px 32px;
    }

    .main-from .main-from--content .content .content__btns {
        width: calc(100% + 160px);
        margin-top: 20px;
    }

    .main-from .main-from--content h1,
    .main-from .main-from--content .text {
        opacity: 0;
    }

    .main-from.is-visible .main-from--content h1,
    .main-from.is-visible .main-from--content .text {
        animation: heading-in .7s forwards;
    }

    .main-from.is-visible .main-from--content .content {
        animation: heading-in .7s forwards;
        animation-delay: 1s;
    }

    .main-from.is-visible .main-from--images__img .main-from--images__img-main {
        animation: height-in .7s forwards;
    }

    .main-from.is-visible .main-from--images__img-sub-main picture:nth-of-type(1) img {
        animation: transform-in-r .7s forwards;
        animation-delay: 1.8s;
    }

    .main-from.is-visible .main-from--images__img-sub-main picture:nth-of-type(2) img {
        animation: transform-in-l .7s forwards;
        animation-delay: 2.3s;
    }
}

@media screen and (min-width: 1439.98px) {
    .main-from .main-from__wrapper {
        padding: 60px 0;
    }
}


.modern-brands {
    margin-top: 60px;
    @media screen and (min-width: 1199.98px) {
        margin-top: 80px;
    }
}

.modern-brands h2 {
    font-family: 'Mulish';
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
    color: #111111;
    margin-bottom: 24px;
}

.modern-brands__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.modern-brands__item {
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 8px;
    padding: 8px 20px;
    border: 2px solid #E1E2EB;
    text-decoration: none;
}

.modern-brands__item .icon {
    display: block;
    min-width: 32px;
    width: 32px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.modern-brands__item .title {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    color: #111111;
}

.modern-brands .btn-stroke {
    text-decoration: none;
    font-size: 16px;
    border: 2px solid #3339D6;
    padding: 12px 28px;
}


@media screen and (min-width: 991.98px) {
    .modern-brands h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .modern-brands__item .icon {
        min-width: 56px;
        width: 56px;
        height: 56px;
    }

    .modern-brands__item .title {
        font-size: 18px;
    }

    .modern-brands .btn-stroke {
        font-size: 18px;
    }

    .modern-brands__item:hover {
        background: #EBEEFA;
    }
}

@media screen and (min-width: 1199.98px) {
    .modern-brands__item {
        opacity: 0;
    }

    .modern-brands.is-visible .modern-brands__item {
        animation: transform-in .7s forwards;
    }

    .modern-brands .btn-stroke {
        opacity: 0;
    }

    .modern-brands.is-visible .btn-stroke {
        animation: transform-in-r .7s forwards;
    }
}

.modern-catalog-in-use {
    margin-top: 60px;
    @media screen and (min-width: 1199.98px) {
        margin-top: 80px;
    }
}

.modern-catalog-in-use h2 {
    font-family: 'Mulish';
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
    color: #111111;
    margin-bottom: 24px;
}

.modern-catalog-in-use__wrapper {
    display: grid;
    gap: 10px;
}

.modern-catalog-in-use__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
    padding: 16px;
    border-radius: 16px;
    border: 1px solid #E1E2EB;
    text-decoration: none;
    transition: .1s ease;
}

.modern-catalog-in-use__item-top {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-decoration: none;

}

.modern-catalog-in-use__item-top picture {
    position: relative;
    display: block;
    padding-bottom: 68%;
    height: 0;
    overflow: hidden;
}


.modern-catalog-in-use__item-top picture img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 8px;
    object-fit: cover;
}

.modern-catalog-in-use__item-top .title {
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #111111;
}

.modern-catalog-in-use__item-bottom {
    display: grid;
    gap: 8px;
}

.modern-catalog-in-use__item-bottom .price {
    font-family: 'Mulish';
    font-size: 20px;
    font-weight: 800;
    line-height: 28px;
    color: #111111;
}

.modern-catalog-in-use__item-bottom .characteristics {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.modern-catalog-in-use__item-bottom .characteristics .characteristics__row {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.modern-catalog-in-use__item-bottom .characteristics .characteristics__row--type {
    margin-left: auto;
}

.modern-catalog-in-use__item-bottom .characteristics .characteristics__row .name {
    font-family: 'Inter';
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #777777;
}

.modern-catalog-in-use__item-bottom .characteristics .characteristics__row .value {
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #111111;
}

.modern-catalog-in-use__item-bottom .characteristics .characteristics__row--type .name {
    text-align: right;
}

.modern-catalog-in-use__item-bottom .characteristics .characteristics__row--type .value {
    text-align: right;
}

.modern-catalog-in-use__item-bottom .btn-stroke {
    padding: 11px 28px;
    text-decoration: none;
    margin-top: 8px;
}

.modern-catalog-in-use .btn-blue {
    font-size: 16px;
    padding: 12px 28px;
    text-decoration: none;
    display: flex;
    max-width: 392px;
    margin: 32px auto 0;
}

@media screen and (min-width: 767.98px) {
    .modern-catalog-in-use__wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width: 991.98px) {
    .modern-catalog-in-use h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .modern-catalog-in-use__wrapper {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }

    .modern-catalog-in-use__item {
        padding: 24px;
    }

    .modern-catalog-in-use__item:hover {
        background: #EBEEFA;
        border-color: #EBEEFA;
    }

    .modern-catalog-in-use__item:hover .title {
        color: #3339D6;
    }
}

@media screen and (min-width: 1199.98px) {
    .modern-catalog-in-use .modern-catalog-in-use__item {
        opacity: 0;
    }

    .modern-catalog-in-use.is-visible .modern-catalog-in-use__item {
        animation: transform-in .7s forwards;
    }
}


.modern-process {
    background: #F2F4FC;
    padding: 40px 0;
    margin-top: 60px;
    @media screen and (min-width: 1199.98px) {
        padding: 80px 0;
        margin-top: 80px;
    }
}

.modern-process .modern-process__top {
    display: grid;
    gap: 8px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.modern-process .modern-process__top:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #3339D6;
    position: absolute;
    left: 0;
    bottom: 0;
}

.modern-process .modern-process__top h2 {
    font-family: 'Mulish';
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
    color: #111111;
}

.modern-process .modern-process__top .sub-title {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #111111;
}

.modern-process__wrapper {
    display: grid;
    gap: 12px;
}

.modern-process__item {
    display: grid;
    gap: 20px;
    padding: 24px 20px;
    border-radius: 16px;
    background: #FFF;
}

.modern-process__item .num {
    font-family: 'Mulish';
    font-size: 32px;
    font-weight: 800;
    line-height: 40px;
    color: #3339D6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 8px;
    background: #F2F4FC;
    min-width: 72px;
    width: 72px;
    height: 56px;
}

.modern-process__content {
    display: grid;
    gap: 10px;
}

.modern-process__content .content-title {
    font-family: 'Mulish';
    font-size: 20px;
    font-weight: 800;
    line-height: 28px;
    color: #111111;
}

.modern-process__content .text {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #111111;

}

@media screen and (min-width: 767.98px) {
    .modern-process .btn-blue {
        max-width: 210px;
        margin-top: 8px;
    }
}

@media screen and (min-width: 991.98px) {
    .modern-process .modern-process__top {
        margin-bottom: 40px;
    }

    .modern-process .modern-process__top h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .modern-process__wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .modern-process__item {
        display: flex;
        align-items: flex-start;
    }

    .modern-process__item:hover .num {
        background: #3339D6;
        color: #FFF;
    }

    .modern-process__item:hover .content-title {
        color: #3339D6;
    }
}

@media screen and (min-width: 1199.98px) {
    .modern-process .modern-process__item {
        opacity: 0;
    }

    .modern-process.is-visible .modern-process__item {
        animation: opacity-in .7s forwards;
    }
}


.modern-services {
    margin-top: 60px;
    @media screen and (min-width: 1199.98px) {
        margin-top: 80px;
    }
}

.modern-services__top {
    display: grid;
    gap: 8px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.modern-services__top:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #E1E2EB;
    position: absolute;
    left: 0;
    bottom: 0;
}

.modern-services__top h2 {
    font-family: 'Mulish';
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
    color: #111111;
}

.modern-services__top .sub-title {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #111111;
}

.modern-services__wrapper {
    display: grid;
    gap: 12px;
}

.modern-services__item {
    border-radius: 16px;
    background: #F2F4FC;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-height: 320px;
    overflow: hidden;
}

.modern-services__item-content {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    color: #111111;
    padding: 24px;
    position: relative;
    z-index: 2;
}

.modern-services__item-img {

}

.modern-services__item-img picture {
    display: block;
    padding-bottom: 38%;
    height: 0;
    overflow: hidden;
}

.modern-services__item-img picture img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    border-radius: 16px;
    object-fit: cover;
    object-position: bottom;
}

.modern-services__item-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    z-index: 1;
    background: #3339D6;
    transition: .3s ease;
}

@media screen and (min-width: 767.98px) {
    .modern-services__wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width: 991.98px) {
    .modern-services__top {
        margin-bottom: 40px;
    }

    .modern-services__top h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .modern-services__item-content {
        font-size: 18px;
    }
}

@media screen and (min-width: 1199.98px) {
    .modern-services__wrapper {
        gap: 24px;
        grid-template-columns: repeat(3, 1fr);
    }

    .modern-services__item {
        max-height: 256px;
        opacity: 0;
    }

    .modern-services.is-visible .modern-services__item {
        animation: transform-in .7s forwards;
    }

    .modern-services__item:hover .modern-services__item-bg {
        height: 100%;
    }

    .modern-services__item:hover .modern-services__item-content {
        color: #FFF;
    }
}


.modern-question {
    margin-top: 60px;
    @media screen and (min-width: 1199.98px) {
        margin-top: 80px;
    }
}

.modern-question__wrapper {
    padding: 24px;
    border-radius: 16px;
    background: #F2F4FC;
}

.modern-question__content {
    display: grid;
    gap: 24px;
}

.modern-question__top {
    display: grid;
    gap: 8px;
    position: relative;
    padding-bottom: 20px;
}

.modern-question__top:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #E1E2EB;
    position: absolute;
    left: 0;
    bottom: 0;
}

.modern-question__top h2 {
    font-family: 'Mulish';
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
    color: #111111;
}

.modern-question__top .sub-title {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #777777;
}

.modern-question__middle {
    display: grid;
    gap: 10px;
}

.modern-question__middle .modern-number {
    display: grid;
    gap: 12px;
}

.modern-question__middle .modern-number .label {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #111111;
}

.modern-question__middle .modern-number .call {
    font-family: 'Mulish';
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
    text-decoration: none;
    color: #3339D6;
}

.modern-question__middle .modern-question__socials {
    display: grid;
    gap: 12px;
}

.modern-question__middle .modern-question__socials .label {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #111111;
}

.modern-question__middle .modern-question__socials ul {
    display: flex;
    align-items: center;
    gap: 8px;
}

.modern-question__middle .modern-question__socials ul li {
    list-style-type: none;
}

.modern-question__middle .modern-question__socials ul li a {
}

.modern-question__middle .modern-question__socials ul li a span {
    display: block;
    min-width: 32px;
    width: 32px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.modern-question__bottom {
    display: grid;
    gap: 10px;
}

.modern-question__bottom .modern-question__content-text {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #111111;
}

.modern-question__bottom .btn-blue {
    padding: 12px 28px;
}

.modern-question__img {
}

.modern-question__img picture {
    position: relative;
    display: block;
    padding-bottom: 68%;
    height: 0;
    overflow: hidden;
}

.modern-question__img picture img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
}

@media screen and (min-width: 767.98px) {
    .modern-question__wrapper {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .modern-question__content {
        flex: 1 0 40%;
    }

    .modern-question__img {
        flex: 0 0 55%;
    }

}

@media screen and (min-width: 991.98px) {
    .modern-question__top h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .modern-question__wrapper {
        padding: 44px 48px 48px 48px;
    }

    .modern-question__content {
        flex: 1 0 50%;
    }

    .modern-question__img {
        flex: 0 0 45%;
    }

    .modern-question__middle {
        display: flex;
        align-items: center;
        gap: 48px;
    }

    .modern-question__bottom {
        gap: 16px;
    }

    .modern-question__bottom .btn-blue {
        max-width: 210px;
    }

    .modern-question__middle .modern-number .call:hover {
        color: #41CC58;
    }

    .modern-question__middle .modern-question__socials ul li {
        position: relative;
    }

    .modern-question__middle .modern-question__socials ul li:before {
        content: '';
        display: none;
        width: calc(100% + 4px);
        height: calc(100% + 4px);
        background: #FFF;
        border-radius: 50%;
        position: absolute;
        left: -2px;
        top: -2px;
        z-index: 0;
    }

    .modern-question__middle .modern-question__socials ul li:hover:before {
        display: block;
    }

    .modern-question__middle .modern-question__socials ul li a span {
        position: relative;
        z-index: 1;
    }
}

@media screen and (min-width: 1199.98px) {
    .modern-question {
        opacity: 0;
    }

    .modern-question.is-visible {
        animation: transform-in .7s forwards;
    }
}

.modern-about {
    margin-top: 60px;
    @media screen and (min-width: 1199.98px) {
        margin-top: 80px;
    }
}

.modern-about__wrapper {
    display: grid;
    gap: 24px;
    margin-bottom: 60px;
}

.modern-about__content {
    display: grid;
    gap: 12px;
}

.modern-about__content h2 {
    font-family: 'Mulish';
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
    color: #111111;
}

.modern-about__content .sub-title {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #111111;
}

.modern-about__content .text {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #111111;
}

.modern-about__content .btn-stroke {
    text-decoration: none;
    padding: 12px 28px;
    @media screen and (min-width: 767.98px) {
        max-width: 256px;
    }
}

.modern-about__slider {

}

.modern-about__slider .splide .splide__pagination {
    bottom: 0;
    margin-bottom: -30px;
    cursor: pointer !important;
}

.modern-about__slider .splide .splide__pagination li {
    display: flex;
    align-items: center;
}


.modern-about__slider .splide .splide__pagination .splide__pagination__page {
    min-width: 8px;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #E1E2EB;
    opacity: 1;
    cursor: pointer !important;
}

.modern-about__slider .splide .splide__pagination .splide__pagination__page.is-active {
    transform: scale(1);
    width: 48px;
}

.modern-about__slider .splide .splide__pagination .splide__pagination__page.is-active:before {
    content: '';
    display: block;
    height: 8px;
    animation-name: move;
    animation-iteration-count: infinite;
    animation-duration: 13s;
    border-radius: 4px;
    background: #3339D6;
    margin: 0 1px;
}


@keyframes move {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

.modern-about__slide {
}

.modern-about__slider {
    position: relative;
    width: 100%;
    height: 100%;
}


.modern-about .left-half,
.modern-about .right-half {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    pointer-events: auto;
}

.modern-about .left-half {
    left: 0;
    cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjQ4IiBoZWlnaHQ9IjQ4IiByeD0iOCIgZmlsbD0iIzMzMzlENiIvPgo8cGF0aCBkPSJNMzEgMjRIMTciIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0yNCAzMUwxNyAyNEwyNCAxNyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg=='), auto;
}

.modern-about .right-half {
    right: 0;
    cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjQ4IiBoZWlnaHQ9IjQ4IiByeD0iOCIgZmlsbD0iIzMzMzlENiIvPgo8cGF0aCBkPSJNMTcgMjRIMzEiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0yNCAxN0wzMSAyNEwyNCAzMSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg=='), auto;
}


.modern-about__slide picture {
    position: relative;
    display: block;
    padding-bottom: 68%;
    height: 0;
    overflow: hidden;
    border: 8px solid #F2F4FC;
    border-radius: 12px;
}

.modern-about__slide picture img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
    border-radius: 4px;
}

.modern-about__cards {
    display: grid;
    gap: 32px;
}

.modern-about__card {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.modern-about__card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #3339D6;
}

.modern-about__card-icon span {
    display: block;
    min-width: 28px;
    width: 28px;
    height: 28px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.modern-about__card-content {
    display: grid;
    gap: 8px;
}

.modern-about__card-title {
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: #111111;
}

.modern-about__card-text {
    font-family: 'Inter';
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #111111;

}

@media screen and (min-width: 767.98px) {
    .modern-about__content {
        gap: 24px;
    }

    .modern-about__card {
        gap: 24px;
    }
}

@media screen and (min-width: 991.98px) {
    .modern-about__wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 48px;
    }

    .modern-about__content h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .modern-about__content {
        opacity: 0;
    }

    .modern-about.is-visible .modern-about__content {
        animation: heading-in .7s forwards;
    }

    .modern-about__slider {
        opacity: 0;
    }

    .modern-about.is-visible .modern-about__slider {
        animation: transform-in-r .7s forwards;
    }

    .modern-about__card {
        opacity: 0;
    }

    .modern-about.is-visible .modern-about__card {
        animation: transform-in .7s forwards;
    }

    .modern-about__slider .splide:hover .splide__pagination .splide__pagination__page.is-active:before {
        animation: 0;
        background: #E1E2EB;
    }

    .modern-about__cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .modern-about__card:hover .modern-about__card-icon {
        background: #41CC58;
    }

    .modern-about__card-icon {
        min-width: 80px;
        width: 80px;
        height: 80px;
    }

    .modern-about__card-icon span {
        min-width: 56px;
        width: 56px;
        height: 56px;
    }
}

.modern-review {
    margin-top: 60px;
    margin-bottom: 60px;
    @media screen and (min-width: 1199.98px) {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}

.modern-review h2 {
    font-family: 'Mulish';
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
    color: #111111;
    margin-bottom: 24px;
}


.modern-review__video-wrapper {
    position: relative;
}

.modern-review__video {
    display: block;
    position: relative;
    padding-bottom: 176%;
    height: 0;
    min-height: 0;
}

.modern-review__video iframe {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.modern-review__video-poster img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
    border-radius: 12px;
    cursor: pointer;
}


.modern-review__slider .splide__arrow--prev {
    left: calc(230px);
}

.modern-review__slider .splide__arrow--next {
    left: calc(220px + 68px);
}


.modern-review .btn-blue {
    margin-top: 32px;
    padding: 12px 28px;
    text-decoration: none;
    width: 220px;
    white-space: nowrap;
}

@media screen and (min-width: 420px) {
    .modern-review .btn-blue {
        margin-top: 32px;
        padding: 12px 28px;
        text-decoration: none;
        width: 240px;
    }

    .modern-review__slider .splide__arrow--prev {
        left: calc(260px);
    }

    .modern-review__slider .splide__arrow--next {
        left: calc(260px + 68px);
    }
}


@media screen and (min-width: 991.98px) {
    .modern-review h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .modern-review__video-poster img:hover {
        opacity: .9;
    }
}

@media screen and (min-width: 1199.98px) {
    .modern-review {
        overflow: hidden;
        opacity: 0;
    }

    .modern-review.is-visible {
        animation: transform-in .7s forwards;
    }

    .modern-review__slider .splide .splide__track {
        overflow: visible;
    }
}


.modern-blog {
    margin-top: 60px;
    margin-bottom: 60px;
    @media screen and (min-width: 1199.98px) {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}

.modern-blog h2 {
    font-family: 'Mulish';
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
    color: #111111;
    margin-bottom: 24px;
}

.modern-blog__slider {
}

.splide {
    height: fit-content;
}

.splide .splide__list {
    height: fit-content;
}

.splide__arrow--prev,
.splide__arrow--next {
    top: initial;
    bottom: 0;
    margin-bottom: -80px;

    min-width: 48px;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background-color: #3339D6;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5IDEySDUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xMiAxOUw1IDEyTDEyIDUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
    opacity: 1;

    svg {
        display: none;
    }
}

.splide__arrow--prev {
    transform: scaleX(1);
}

.modern-blog__slider .splide__arrow--prev {
    left: calc(204px);
}

.splide__arrow--next {
    transform: scaleX(-1);
    right: initial;
}

.modern-blog__slider .splide__arrow--next {
    left: calc(204px + 68px);
}

.modern-blog__item {
    padding: 24px;
    border-radius: 16px;
    border: 1px solid #E1E2EB;
    height: 100%;
    display: grid;
    gap: 16px;
}

.modern-blog__img {
    position: relative;
    display: block;
    padding-bottom: 140%;
    height: 0;
    overflow: hidden;
}

.modern-blog__img img,
.modern-blog__img iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
    border-radius: 16px;
}

.modern-blog__item-content {
    display: grid;
    gap: 4px;
}

.modern-blog__item-content-date {
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #777777;
}

.modern-blog__item-content-title {
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: #111111;
}

.modern-blog .btn-blue {
    margin-top: 32px;
    padding: 12px 28px;
    text-decoration: none;
    width: 184px;
}

@media screen and (min-width: 991.98px) {
    .modern-blog h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .splide__arrow--prev:hover,
    .splide__arrow--next:hover {
        opacity: 1;
        background-color: #41CC58;
    }

    .modern-blog__item:hover {
        background: #F2F4FC;
        border-color: #F2F4FC;
    }
}

@media screen and (min-width: 1199.98px) {
    .modern-blog {
        overflow: hidden;
        opacity: 0;
    }

    .modern-blog.is-visible {
        animation: transform-in .7s forwards;
    }

    .modern-blog__slider .splide .splide__track {
        overflow: visible;
    }
}


@keyframes heading-in {
    0% {
        opacity: 0;
        transform: translateX(-100%)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes heading-out {
    100% {
        opacity: 0;
        transform: translateX(-100%)
    }

    0% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes height-in {
    0% {
        opacity: 0;
        height: 0;
    }

    100% {
        opacity: 1;
        height: 100%;
    }
}

@keyframes transform-in-r {
    0% {
        opacity: 0;
        transform: translateX(40%)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes transform-in-l {
    0% {
        opacity: 0;
        width: 0;
    }

    100% {
        opacity: 1;
        width: 100%;
    }
}

@keyframes opacity-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}


@keyframes transform-in {
    0% {
        opacity: 0;
        transform: translateY(20%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.catalog-modern__radio.disabled .catalog-modern__custom {
    background: #F2F4FC;
    cursor: not-allowed;
}