/* region new header */
.header .header__icons {
    display: flex;
}
header .ipsum-cart-icon.fill {
    background-color: #00FF72;
}
header .ipsum-cart-icon .cart-fill {
    position: relative;
    display: none;
}
header .ipsum-cart-icon.fill .icon {
    display: none;
}
header .ipsum-cart-icon.fill .cart-fill {
    display: block;
}
header .ipsum-cart-icon .ipsum-cart-icon-count {
    position: absolute;
    top: -0.3660322108345534vw;
    right: -0.3660322108345534vw;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.171303074670571vw;
    height: 1.171303074670571vw;
    font-size: 0.8052708638360176vw;
    line-height: 0.8784773060029283vw;
    font-weight: 800;
    font-style: normal;
    color: #fff;
    background-color: #000;
    border: 2px solid #00FF72;
    border-radius: 100%;
}
header .header__left {
    gap: 5.555555555555556vw;
}

@media (max-width: 991px) {
    .header .header__icons {
        display: none;
    }
    header .header__left .menu-item--burger {
        display: flex;
    }
}
/* endregion */

/* region main hero */
.main-hero {
    display: flex;
}
.main-hero .main-hero__left {
    display: flex;
    flex-direction: column;
    width: calc(100% - 41.14202049780381vw);
}
.main-hero .main-hero__slider {
    width: 100%;
    height: 100%;
    max-height: 19.98535871156662vw;
}
.main-hero .main-hero__slider .main-hero__slider-promo {
    position: relative;
    display: flex;
    height: 19.98535871156662vw;;
}
.main-hero .main-hero__slider .main-hero__slider-promo-left {
    background: var(--black);
    width: 24.01171303074671vw;
    padding: 2.928257686676428vw;
}
.main-hero .main-hero__slider .main-hero__slider-promo-right {
    flex: 1;
    background: no-repeat center / cover;
}
.main-hero .main-hero__slider .swiper-pagination-bullet {
    display: none;
}
.main-hero .main-hero__slider .main-hero__slider-progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: transparent;
    overflow: hidden;
    z-index: 10;
}
.main-hero .main-hero__slider .main-hero__slider-progress-bar-fill {
    width: 0%;
    height: 100%;
    background: #00ff72;
}
/* Анимация заполнения */
.main-hero .main-hero__slider .main-hero__slider-progress-bar-fill.active {
    animation-name: countingBar;
    animation-duration: 5s;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.main-hero .main-hero__slider h4 br {
    display: none;
}
.main-hero .main-hero__slider .main-hero__slider-text {
    font-size: 0.8052708638360176vw;
    line-height: 135%;
    font-weight: 400;
}
.main-hero .main-hero__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    color: var(--black);
    background-color: var(--gray1);
    padding: 2.928257686676428vw;
}
.main-hero .main-hero__info .main-hero__info--first {
    max-width: 46.19326500732064vw;
    display: flex;
    flex-direction: column;
    gap: 2.928257686676428vw;
}
.main-hero .main-hero__info .main-hero__info-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.756954612005857vw;
}
.main-hero .main-hero__info .main-hero__info-links {
    display: flex;
    gap: 1.171303074670571vw;
}
.main-hero .main-hero__btn {
    height: 3.513909224011713vw;
    font-family: 'Normalidad UltraExtended', sans-serif;
    font-size: 0.8784773060029283vw;
    line-height: 135%;
    font-weight: 700;
    border-radius: 1.171303074670571vw;
    transition: all 0.3s ease;
    padding: 1.171303074670571vw;
}
.main-hero .main-hero__btn > span {
    color: var(--black);
}
.main-hero .main-hero__btn u {
    background-color: var(--gray2);
}
.main-hero .main-hero__btn.black > span {
    color: var(--white);
}
.main-hero .main-hero__btn.black u {
    background-color: var(--black);
}
.main-hero .main-hero__info-advantages {
    display: none;
}
.main-hero .main-hero__right {
    width: 41.14202049780381vw;
}
.main-hero .main-hero__big-video {
    position: relative;
    min-height: 45.97364568081991vw;
}
.main-hero .main-hero__big-video::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    z-index: 1;
}
.main-hero .main-hero__right video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.main-hero .main-hero__big-video-controls {
    position: absolute;
    bottom: 2.342606149341142vw;
    left: 1.756954612005857vw;
    right: 2.928257686676428vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 3;
}
.main-hero .main-hero__big-video-logo {
    width: 100%;
    height: 100%;
    max-height: 6.002928257686676vw;
}
.main-hero .main-hero__big-video-controls .main-hero__big-video-controls-wrapper {
    display: flex;
    align-items: center;
    gap: 1.464128843338214vw;
}
.main-hero .main-hero__right-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.main-hero .main-hero__right-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2.928257686676428vw;
    row-gap: 1.610541727672035vw;
    background-color: var(--black);
    padding: 2.928257686676428vw;
}
.main-hero .main-hero__right-nav .main-hero__right-nav-item {
    font-size: 0.8052708638360176vw;
    line-height: 135%;
    font-weight: 700;
    color: var(--white);
    text-transform: uppercase;
    text-decoration: none;
}

@media (max-width: 991px) {
    .main-hero {
        flex-direction: column;
    }
    .main-hero .main-hero__left {
        width: 100%;
    }
    .main-hero .main-hero__right {
        display: none;
    }
    .main-hero .main-hero__slider {
        max-height: 81.11111111111111vw;
    }
    .main-hero .main-hero__info {
        padding: 6.666666666666667vw 2.222222222222222vw 8.888888888888889vw;
    }
    .main-hero .main-hero__info .main-hero__info--first {
        max-width: 100%;
        gap: 6.666666666666667vw;
    }
    .main-hero .main-hero__info .main-hero__info-wrapper {
        gap: 6.666666666666667vw;
    }
    .main-hero .main-hero__info .main-hero__info-wrapper h2 {
        font-size: 3.888888888888889vw;
        line-height: 135%;
    }
    .main-hero .main-hero__info .main-hero__info-wrapper .text {
        display: none;
    }
    .main-hero .main-hero__info .main-hero__info-links {
        flex-direction: column;
        gap: 3.333333333333333vw;
    }
    .main-hero .main-hero__btn {
        height: 11.11111111111111vw;
        font-size: 2.777777777777778vw;
        line-height: 135%;
        padding: 3.611111111111111vw 4.444444444444444vw;
    }
    .main-hero .main-hero__btn.black u {
        border-radius: 3.333333333333333vw;
    }
    .main-hero .main-hero__info-advantages {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 1.111111111111111vw;
    }
    .main-hero .main-hero__info-advantages .main-hero__info-advantage {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2.222222222222222vw;
        background-color: var(--white);
        border-radius: 3.333333333333333vw;
        padding: 3.333333333333333vw;
    }
    .main-hero .main-hero__info-advantages .main-hero__info-advantage h3 {
        font-size: 5vw;
        line-height: 135%;
        margin: 0;
    }
    .main-hero .main-hero__info-advantages .main-hero__info-advantage p {
        font-size: 2.222222222222222vw;
        line-height: 135%;
        font-weight: 700;
        color: var(--black);
        margin: 0;
    }

    .main-hero .main-hero__slider .main-hero__slider-promo {
        flex-direction: column-reverse;
        height: 81.11111111111111vw;
    }
    .main-hero .main-hero__slider .main-hero__slider-promo-left {
        width: 100%;
        padding: 6.666666666666667vw;
    }
    .main-hero .main-hero__slider .main-hero__slider-promo-left h4 {
        font-size: 3.888888888888889vw;
        line-height: 135%;
    }
    .main-hero .main-hero__slider .main-hero__slider-promo-left .text {
        font-size: 3.055555555555556vw;
        line-height: 135%;
    }
    /*.main-hero .main-hero__slider .main-hero__slider-promo-left .btn {
        width: auto;
        height: auto;
        font-size: 2.777777777777778vw;
        line-height: 135%;
        color: var(--white);
        background: none;
        padding: 0;
    }
    .main-hero .main-hero__slider .main-hero__slider-promo-left .btn u {
        display: none;
    }*/
    .main-hero .main-hero__slider .main-hero__slider-promo-right video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .main-hero .main-hero__info .main-hero__info--second {
        display: none;
    }

}
/* endregion */

.new-advantages {
    display: flex;
    align-items: center;
    gap: 4.538799414348463vw;
}
.new-advantages .new-advantages__icon {
    width: 2.342606149341142vw;
    height: 2.342606149341142vw;
}
.new-advantages .new-advantages__icon img {
    width: 100%;
    height: 100%;
}

/* region main tabs */
.section--tabs {
    display: flex;
    flex-direction: column;
    gap: 2.928257686676428vw;
    padding: 4.099560761346999vw 0;
}
.section--tabs .section--tabs__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2.928257686676428vw;
    padding: 0 2.928257686676428vw;
}
.section--tabs .section--tabs__header-tabs {
    display: flex;
}
.section--tabs .section--tabs__header-tabs .section--tabs__header-tab {
    width: 19.03367496339678vw;
    font-size: 1.02489019033675vw;
    line-height: 135%;
    font-weight: 700;
    color: var(--black);
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    padding: 1.171303074670571vw 0;
}
.section--tabs .section--tabs__header-tabs .section--tabs__header-tab.active {
    border-bottom: 2px solid #00FF72;
}
.tab-content.active {
    display: block;
}
.section--tabs .products {
    display: flex;
    overflow: unset;
}
@media (max-width: 991px) {
    .section--tabs .products {
        overflow: hidden;
    }
}
.section--tabs .products .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 1.4641vw;
}
.section--tabs .main_btn_catalog {
    display: none;
}
#main-products .main_btn_catalog {
    display: block;
}

@media (max-width: 991px) {
    .section--tabs {
        gap: 6.666666666666667vw;
        padding: 11.11111111111111vw 0;
    }
    .section--tabs .section--tabs__header {
        flex-direction: column;
        align-items: unset;
        gap: 4.444444444444444vw;
        padding: 0;
    }
    .section--tabs .section--tabs__header-title {
        font-size: 5vw;
        line-height: 135%;
        padding: 0 6.666666666666667vw;
    }
    .section--tabs .section--tabs__header-tabs .section--tabs__header-tab {
        width: 50%;
        font-size: 3.333333333333333vw;
        padding: 3.333333333333333vw 0;
    }
    #main-products .main_btn_catalog {
        display: none;
    }
    #main-products .quiz-banner {
        display: none;
    }
    .section--tabs .main_btn_catalog {
        display: block;
        margin-top: 6.666666666666667vw;
    }
    .section--tabs .main_btn_catalog .btn {
        color: var(--white);
    }
}
/* endregion */

/* region main spec */
.section.section--spec {
    background-color: var(--gray1);
    padding: 4.099560761346999vw 0;
}
.section.section--spec h2 {
    margin-bottom: 2.196193265007321vw;
}

@media (max-width: 991px) {
    .section.section--spec {
        padding: 11.11111111111111vw 0;
    }
    .section.section--spec > .content {
        padding: 0 1.111111111111111vw;
    }
    .section.section--spec h2 {
        font-size: 5vw;
        line-height: 135%;
        margin-bottom: 6.666666666666667vw;
        padding: 0 5.555555555555556vw;
    }
}
/* endregion */

/* region new footer */
footer .footer__left-col {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 26.93997071742313vw;
    background: var(--black);
    padding: 4.099560761346999vw 3.806734992679356vw 2.781844802342606vw;
}
footer .footer__left-top {
    display: flex;
    flex-direction: column;
    gap: 4.392386530014641vw;
}
footer .footer__left-top-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2.928257686676428vw;
}
footer .footer__left-top-wrapper > div {
    display: flex;
    justify-content: center;
}
footer .footer__left-top-text {
    font-size: 1.02489019033675vw;
    line-height: 135%;
    font-weight: 700;
    color: var(--white);
    text-align: center;
    margin: 0;
}
footer .contact__socials {
    justify-content: center;
}
footer .footer__left-bottom {
    font-size: 0.8052708638360176vw;
    line-height: 135%;
    font-weight: 400;
    color: var(--gray4);
    text-align: center;
}
footer .footer__right-col {
    position: relative;
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 4.758418740849195vw;
    background-color: var(--gray1);
    padding: 4.099560761346999vw 2.928257686676428vw 2.562225475841874vw 8.052708638360176vw;
}
footer .footer__right-menu {
    display: grid;
    grid-template-columns: repeat(3, 14.20204978038067vw);
    justify-content: space-between;
}
footer .footer__right-menu .footer__right-menu-part {
    display: flex;
    flex-direction: column;
    gap: 2.342606149341142vw;
}
footer .footer__right-menu .footer__right-menu-part-mobile {
    display: none;
}
footer .footer__right-menu .footer__right-menu-title {
    font-size: 1.02489019033675vw;
    line-height: 135%;
    font-weight: 700;
    color: var(--black);
    text-transform: uppercase;
}
footer .footer__right-bottom-info {
    font-size: 0.8052708638360176vw;
    line-height: 135%;
    font-weight: 400;
    color: var(--gray4);
}
footer .footer__right-bottom-links {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
footer .footer__right-bottom-links a {
    font-size: 0.8052708638360176vw;
    line-height: 135%;
    font-weight: 400;
    color: var(--gray4);
}
footer .footer__right-bottom-copy {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 1.464128843338214vw;
}
footer .footer__right-bottom-copy .footer__right-bottom-copyright {
    font-size: 0.8052708638360176vw;
    line-height: 135%;
    font-weight: 400;
    color: var(--gray4);
}
footer .footer__right-bottom-copy .footer__right-bottom-cards {
    display: flex;
    align-items: center;
    gap: 1rem;
}

@media (max-width: 991px) {
    footer {
        display: flex;
        flex-direction: column;
    }
    footer .footer__left-col {
        width: 100%;
        gap: 8.888888888888889vw;
        padding: 11.11111111111111vw 13.33333333333333vw;
    }
    footer .footer__left-top {
        gap: 8.888888888888889vw;
    }
    footer .logo {
        width: 50vw;
    }
    footer .footer__left-top-wrapper {
        gap: 8.888888888888889vw;
    }
    footer .footer__left-top-text {
        font-size: 3.333333333333333vw;
        line-height: 135%;
    }
    footer .contact__socials {
        gap: 4.444444444444444vw;
    }
    footer .contact__socials > a svg {
        width: 11.11111111111111vw;
        height: 11.11111111111111vw;
    }
    footer .footer__left-bottom {
        font-size: 2.777777777777778vw;
    }
    footer .footer__left-bottom p {
        margin-bottom: 2.222222222222222vw;
    }
    footer .footer__right-col {
        padding: 5.555555555555556vw 6.666666666666667vw 18.88888888888889vw;
    }
    footer .footer__right-menu {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 4.444444444444444vw;
        row-gap: 8.888888888888889vw;
    }
    footer .footer__right-menu.mobile-hidden {
        display: none;
    }
    footer .footer__right-menu .footer__right-menu-part {
        gap: 4.444444444444444vw;
    }
    footer .footer__right-menu .footer__right-menu-title {
        font-size: 3.333333333333333vw;
        line-height: 135%;
    }
    footer .footer__right-menu .footer__right-menu-part-mobile {
        display: flex;
        flex-direction: column;
    }
    footer .footer__right-bottom-info {
        font-size: 2.777777777777778vw;
    }
    footer .footer__right-bottom-info p {
        margin-bottom: 3.333333333333333vw;
    }
    footer .footer__right-bottom-links {
        gap: 3.333333333333333vw;
        margin-bottom: 3.333333333333333vw;
    }
    footer .footer__right-bottom-links a {
        font-size: 2.777777777777778vw;
    }
    footer .footer__right-bottom-copy {
        align-items: unset;
        gap: 3.333333333333333vw
    }
    footer .footer__right-bottom-copy .footer__right-bottom-copyright {
        font-size: 2.777777777777778vw;
    }
    footer .footer__right-bottom-copy .footer__right-bottom-cards {
        gap: 3.888888888888889vw;
    }
}
/* endregion */