:root {
    --button-color: #f3004f;
}

/* Header-one recolor */

.header-fixed-one__container,
.header-one__layout,
.header-mobile {
    background-color: #004db5;
}

.header-mobile__button-icon span {
    background-color: var(--text-inverse);
}

.header-fixed-one__logo svg .logo__title,
.header-one__logo svg .logo__title {
    fill: var(--text-inverse);
}

.login-needed-message .wa-signup-url{
    text-align: center;
    font-size: 17px;
    margin-top: 10px;
}

.login-needed-message .wa-signup-url a{
    color: var(--primary);
    text-decoration: none;
}
.login-needed-message .wa-signup-url a:hover{
    color: hsl(196deg 91.88% 35.51%);
}
.not-lgg-btn{
    margin-top: 10px;
    position: relative;
    user-select: none;
    appearance: none;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    min-width: 150px;
    padding: 12px 16px;
    box-sizing: border-box;
    border: unset;
    cursor: pointer;
    font-size: 12px;
    line-height: 1.4em;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    transition: all .125s cubic-bezier(.25,.46,.45,.94);
    will-change: transform, background-color;
    border-radius: 4px;
    background-color: var(--primary);
    color: var(--text-inverse);
}

.not-lgg-btn:hover{
        background-color: var(--primary-light);
}

.header-fixed-one__logo svg .logo__sub-title,
.header-one__logo svg .logo__sub-title {
    fill: var(--text-inverse);
}

.header-fixed-one__oneclick .button,
.header-fixed-one__button {
    background-color: var(--button-color);
    color: var(--text-inverse);
}

.header-fixed-one__oneclick .button:hover,
.header-fixed-one__button:hover {
    background-color: #db0047;
}

.header-fixed-one__button:hover .header-fixed-one__button-icon span {
    background-color: var(--text);
}

.header-one .navigation-one__button:hover,
.header-one .navigation-one__item:not(.is-overflow) .navigation-one__link:hover {
    background-color: #ffcf00;
    color: var(--text);
}

.header-one__link > a,
.header-one .phone-two__main .phone-two__item,
.header-one__login--small .header-one__login-text,
.header-one .schedule-one__text,
.header-one .address-one__trigger {
    color: var(--text-inverse);
}

.header-one__link-icon svg,
.header-one .address-one__trigger > svg {
    fill: var(--text-inverse);
}

.header-one .phone-two__button svg,
.header-one .schedule-one__button svg {
    stroke: var(--text-inverse);
}

.header-one__login {
    position: relative;
}

.header-one__login:hover .header-one__logout {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    top: 100%;
}

.header-one__logout {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: 100%;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: top, opacity;
    opacity: 0;
    visibility: hidden;
    z-index: 90;
}

.header-one__logout > a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 8px;
    margin-top: 8px;
    border-radius: 4px;
    background: var(--background);
    color: var(--text);
    text-decoration: none;
    font-size: .9em;
    box-shadow: 0 2px 8px rgba(0,0,0,.1);
}

.header-one__logout svg {
    width: 18px;
    height: 18px;
    margin-right: 6px;
    fill: var(--secondary-darker);
}

.header-fixed-one__button {
    text-decoration: none;
}

.navigation-one__button:hover .navigation-one__button-icon span {
    background-color: var(--text);
}

/* Block Columns */

.columns__icon {
    opacity: 0;
}

.is-animated .columns__icon {
    animation: scale-in-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.is-animated .columns__item:nth-of-type(1) .columns__icon {
    animation-delay: 0.2s;
}

.is-animated .columns__item:nth-of-type(2) .columns__icon {
    animation-delay: 0.4s;
}

.is-animated .columns__item:nth-of-type(3) .columns__icon {
    animation-delay: 0.6s;
}

.is-animated .columns__item:nth-of-type(4) .columns__icon {
    animation-delay: 0.8s;
}

.is-animated .columns__item:nth-of-type(5) .columns__icon {
    animation-delay: 1s;
}

.is-animated .columns__item:nth-of-type(6) .columns__icon {
    animation-delay: 1.2s;
}

@keyframes scale-in-center {
  0% {
    transform: translateY(30px) scale(0);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}


/* Block Offer */

.offer {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.offer__svg {
    position: absolute;
    bottom: 0;
    left: 0;
}

.offer__image {
    position: absolute;
    bottom: 0;
    right: 0;
    display: none;
    max-width: 320px;
}

.offer__grid {
    position: relative;
    min-height: calc(80vh - 189px);
    overflow: hidden;
}

.offer__subtitle {
    margin: 0 auto 20px;
    text-align: center;
    font-size: 20px;
}

.offer--slogan .offer__grid {
    min-height: 100px;
}

.offer__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 730px;
    color: var(--text-inverse);
    position: relative;
    z-index: 10;
}

.offer--slogan .offer__content {
    margin: 0 auto;
}

.offer__items {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 15px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

.offer__item {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 15px;
    line-height: 1.6em;
}

.offer__icon-wrapper {
    display: block;
    width: 50px;
    height: 50px;
    padding: 8px;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.1);
}

.offer__icon {
    display: block;
    width: 100%;
    font-size: 0;
}

.offer__text {
    display: block;
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 3px;
}

.offer__description {
    display: block;
    font-size: 0.95em;
}

.offer__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

@media (max-width: 479px) {
    .offer__grid {
        padding-bottom: 8em;
    }

    .offer--slogan .offer__grid {
        padding-bottom: 3em;
    }
}

@media (min-width: 768px) {
    .offer__items {
        grid-template-columns: 1fr 1fr;
        margin-left: unset;
        margin-right: unset;
    }

    .offer--slogan .offer__grid {
        min-height: 300px;
    }

    .offer--slogan .offer__content {
        padding-bottom: 80px;
    }

    .offer--main .offer__content {
        margin-top: -100px;
    }
}

@media (min-width: 992px) {
    .offer__image {
        display: block;
    }
}

@media (min-width: 1200px) {
    .offer__image {
        bottom: unset;
        top: 2rem;
        right: 2rem;
        max-width: 400px;
    }
}

/* Animated buttons */

.roster__button .button,
.products__button .button,
.offer .button {
    background-color: var(--button-color);
    color: var(--text-inverse);
    box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2);
}

.roster__button .button::before,
.roster__button .button::after,
.products__button .button::before,
.products__button .button::after,
.offer .button::before, 
.offer .button::after {
    position: absolute;
    content: '';
    display: block;
    width: 140%;
    height: 100%;
    left: -20%;
    z-index: -1000;
    transition: all ease-in-out 0.5s;
    background-repeat: no-repeat;
}
  
.roster__button .button::before, 
.products__button .button::before,
.offer .button::before {
    display: none;
    top: -75%;
    background-image:  
    radial-gradient(circle, var(--button-color) 20%, transparent 20%),
    radial-gradient(circle,  transparent 20%, var(--button-color) 20%, transparent 30%),
    radial-gradient(circle, var(--button-color) 20%, transparent 20%), 
    radial-gradient(circle, var(--button-color) 20%, transparent 20%),
    radial-gradient(circle,  transparent 10%, var(--button-color) 15%, transparent 20%),
    radial-gradient(circle, var(--button-color) 20%, transparent 20%),
    radial-gradient(circle, var(--button-color) 20%, transparent 20%),
    radial-gradient(circle, var(--button-color) 20%, transparent 20%),
    radial-gradient(circle, var(--button-color) 20%, transparent 20%);
    background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
}

.roster__button .button::after,
.products__button .button::after,
.offer .button::after {
    display: none;
    bottom: -75%;
    background-image:  
    radial-gradient(circle, var(--button-color) 20%, transparent 20%), 
    radial-gradient(circle, var(--button-color) 20%, transparent 20%),
    radial-gradient(circle,  transparent 10%, var(--button-color) 15%, transparent 20%),
    radial-gradient(circle, var(--button-color) 20%, transparent 20%),
    radial-gradient(circle, var(--button-color) 20%, transparent 20%),
    radial-gradient(circle, var(--button-color) 20%, transparent 20%),
    radial-gradient(circle, var(--button-color) 20%, transparent 20%);
    background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}

.roster__button .button::active,
.products__button .button::active,
.offer .button::active {
    transform: scale(0.9);
    background-color: darken(var(--button-color), 5%);
    box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2);
}

.roster__button .button.is-animated::before,
.products__button .button.is-animated::before,
.offer .button.is-animated::before {
    display: block;
    animation: topBubbles ease-in-out 0.75s forwards;
}

.roster__button .button.is-animated::after,
.products__button .button.is-animated::after,
.offer .button.is-animated::after {
    display: block;
    animation: bottomBubbles ease-in-out 0.75s forwards;
}

@keyframes topBubbles {
    0%{
        background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
    }
    50% {
        background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
    }
    100% {
        background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
        background-size: 0% 0%, 0% 0%,  0% 0%,  0% 0%,  0% 0%,  0% 0%;
    }
}

@keyframes bottomBubbles {
    0%{
        background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
    }
    50% {
        background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
    }
    100% {
        background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
        background-size: 0% 0%, 0% 0%,  0% 0%,  0% 0%,  0% 0%,  0% 0%;
    }
}

/* Block Stuff */

.stuff__title {
    margin-bottom: 10px;
    font-size: 26px;
    text-align: center;
    text-transform: uppercase;
}

.stuff__title .is-highlighted {
    color: #ffcf00;
}

.stuff__description {
    max-width: 800px;
    margin: 0 auto 20px;
    text-align: center;
    color: var(--text-soft);
}

.stuff__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    padding-top: 30px;
}

.stuff__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.stuff__card-image {
    display: block;
    max-width: 110px;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    border-radius: 50%;
}

.stuff__card-title {
    display: block;
    text-align: center;
    font-weight: bold;
}

.stuff__card-text {
    display: block;
    text-align: center;
    color: var(--text-soft);
    font-size: .95em;
}

@media (min-width: 768px) {
    .stuff__title {
        font-size: 28px;
    }

    .stuff__list {
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }
}

@media (min-width: 992px) {
    .stuff__title {
        font-size: 32px;
    }
}

@media (min-width: 1300px) {
    .stuff__title {
        font-size: 36px;
    }
}

/* Block Items */

.items__list {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
    grid-column-gap: 20px;
    margin: 20px auto 0;
}

.items__icon {
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 20px;
}

.items__item {
    display: flex;
    align-items: center;
}

.items__link {
    color: #4d52a8;
    text-decoration: none;
    line-height: 1.6em;
}

.items__link:hover {
    color: #6c70bc;
    text-decoration: underline;
}

@media (min-width: 768px) {
    .items__list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .items__list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1300px) {
    .items__list {
        grid-template-columns: repeat(4, 1fr);
        margin-left: unset;
        margin-right: unset;
    }
}


/* Block Alphabet */

.alphabet__controls {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    justify-content: center;
}

.alphabet__tab {
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 15px;
    cursor: pointer;
}

.alphabet__tab:not(:last-of-type) {
    margin-right: 10px;
}

.alphabet__tab:hover,
.alphabet__tab.is-active {
    color: #fff;
    background: #3598dc;
}

.alphabet__list {
    margin-top: 10px;
}

.alphabet__item {
    display: none;
}

.alphabet__item.is-active {
    display: block;
}

.alphabet__letter {
    font-size: 2.5rem;
    font-weight: bold;
    color: #3598dc;
}

.alphabet__sublist {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.alphabet__sublist li {
    display: block;
    margin-bottom: 10px;
    line-height: 1.6em;
}

.alphabet__sublist li:not(:last-of-type) {
    margin-right: 10px;
}

/* Block Help */

.help__links {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 2px;
    grid-column-gap: 20px;
    margin: 20px auto 0;
}

.help__link {
    color: #4d52a8;
    text-decoration: none;
    line-height: 1.6em;
}

.help__link:hover {
    color: #6c70bc;
    text-decoration: underline;
}

@media (min-width: 768px) {
    .help__links {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .help__links {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1300px) {
    .help__links {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Block Video Slider */

.video-slider__preview {
    display: block;
    width: 100%;
    height: auto;
}

.video-slider__splide {
    margin: 10px 0 30px;
}

.video-slider__button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    padding: 0;
    border: none;
    font: inherit;
    background-color: transparent;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.video-slider__button:focus {
    outline: none;
}

.video-slider__item-shape {
    fill: #212121;
    fill-opacity: 0.8;
    transition: all 0.125s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.video-slider__item-icon {
    fill: var(--text-inverse);
}

.video-slider__button:focus .video-slider__item-shape,
.video-slider__button:hover .video-slider__item-shape {
    fill: #ff0000;
    fill-opacity: 1;
}

.video-slider__button svg {
    display: block;
    transition: all 0.125s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    width: 58px;
}

.video-slider .button {
    background-color: #ffcf00;
    color: var(--text);
}

.video-slider .button:hover {
    background-color: #ffda33;
}

.video-slider__wrapper {
    position: relative;
    display: block;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-slider__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}

/* Scroll top */

.scroll-top {
    position: fixed;
    right: 1em;
    bottom: 5em;
    display: none;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    appearance: none;
    border: unset;
    background-color: var(--primary);
    cursor: pointer;
    border-radius: 4px;
    z-index: 100;
}

.scroll-top.is-active {
    display: flex;
    animation: slide-in-blurred-bottom 0.2s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
    animation-delay: .2s;
}

.scroll-top svg {
    transform: rotate(-90deg);
    width: 15px;
    height: 15px;
    fill: var(--text-inverse);
}

@media (min-width: 768px) {
    .scroll-top {
        bottom: 1em;
    }
}

@keyframes slide-in-blurred-bottom {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* Sidebar banner */

.sidebar-banner__wrapper {
    position: relative;
    min-height: 200px;
}

.sidebar-banner__button {
    position: absolute;
    top: 34%;
    display: flex;
    justify-content: center;
    width: 100%;
}

.sidebar-banner__wrapper .button {
    background-color: #ffcf00;
    color: var(--text);
}

.sidebar-banner__wrapper .button:hover {
    background-color: #ffda33;
}

/* Subcategories */

.is-bottom .subcategories__splide {
    margin-top: 2rem;
    margin-bottom: unset;
}

.subcategories__count {
    display: none;
}

@media (min-width: 992px) {
    .is-bottom .subcategories__splide {
        margin-top: 3rem;
        margin-bottom: unset;
    }
}

/* Banner */
.banner__wrapper {
    position: relative;
    min-height: 200px;
}

.banner__button {
    position: absolute;
    bottom: 4%;
    display: flex;
    justify-content: center;
    width: 100%;
}

.banner__button .button {
    background-color: #ffcf00;
    color: var(--text);
}

.banner__button .button:hover {
    background-color: #ffda33;
}

@media (min-width: 768px) {
    .banner__button {
        bottom: 60%;
    }
}

@media (min-width: 1200px) {
    .banner__button {
        width: unset;
        bottom: 15%;
        left: 20%;
    }
}

/* product-four */

.product-four:hover .product-four__overlay {
    opacity: .75;
}

.product-four:hover .product-four__overlay-content {
    transform: translateY(0);
    opacity: 1;
    z-index: 100;
}

.product-four__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--text);
    opacity: 0;
    transition: all ease-in-out .25s;
    border-radius: 4px;
    z-index: 100;
}

.product-four__overlay-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 1rem;
    box-sizing: border-box;
    line-height: 1.6em;
    font-size: .95em;
    transform: translateY(10%);
    color: var(--text-inverse);
    opacity: 0;
    transition: all ease-in-out .25s;
}

/* breadcrumbs */
@media (min-width: 768px) {
    .breadcrumbs__container  {
        background-color: #004db5;
    }
    
    .breadcrumbs__link:hover,
    .breadcrumbs__disabeled,
    .breadcrumbs__link {
        color: var(--text-inverse);
    }
    
    .breadcrumbs__link svg {
        background: var(--primary);
    }
    
    .breadcrumbs__wrapper {
        padding-top: unset;
    }
}
 
/* search-page */

.search-page__grid.use-sidebar {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
}

.search-page .sidebar {
    order: 2;
    margin-right: auto;
    margin-left: auto;
}

.search-page__content {
    order: 1;
}

@media (min-width: 1100px) {
    .search-page__grid.use-sidebar {
        grid-template-columns: 300px 1fr;
    }

    .search-page .sidebar {
        order: 1;
    }

    .search-page__content {
        order: 2;
    }
}

/* Filter search */

.filters__search-wrapper {
    position: relative;
    margin-bottom: 20px;
}

.filters__search {
    width: 100%;
    min-height: 32px;
    box-sizing: border-box;
    padding: 0 37px 0 10px;
    border: 1px solid var(--secondary);
    border-radius: 4px;
    font-size: .9em;
    transition: border-color .25s ease;
    background-color: var(--secondary-light);
    color: var(--text);
}

.filters__search:hover,
.filters__search:focus {
    border-color: var(--secondary-dark);
    outline: 0;
}

.filters__search-reset {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    display: none;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    cursor: pointer;
}

.filters__search-reset > svg {
    width: 10px;
    height: 10px;
    fill: var(--secondary-dark);
}

.filters__search-reset:hover > svg {
    fill: var(--secondary-darker);
}

.filters__search-wrapper .icon-search {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    fill: var(--secondary-dark);
    pointer-events: none;
}

/* Block Products */

.products__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 2rem;
}

.js-product-page .products__grid {
    justify-content: flex-start;
}

/* Block Widecard */

.widecard-one__wrapper {
    border: unset;
}

.widecard-one .title .is-highlighted {
    color: var(--button-color);
}

.widecard-one .button {
    background: var(--button-color);
}

.widecard-one .button:hover {
    background: #db0047;
}

/* Block Roster */

.roster__grid {
    display: grid;
    grid-gap: 2rem;
}

.roster__items {
    margin-top: 40px;
}

.roster .columns__item {
    display: grid;
    grid-template-columns: 40px auto;
    grid-gap: 20px;
    max-width: 650px;
    margin: 0 auto;
    text-align: left;
}

.roster .columns__name {
    margin-bottom: 10px;
}

.roster__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 2rem;
}

.roster__products {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
    justify-content: center;
    margin-top: 40px;
}

.rosdter__product {
    position: relative;
    display: grid;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 1rem;
    max-width: 650px;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 4px;
    transition: all 0.125s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-color: var(--background);
    text-decoration: none;
    color: var(--text);
    border: 1px solid var(--secondary);
}

.rosdter__product:focus {
    outline: none;
}

.rosdter__product:hover {
    box-shadow: 0 4px 12px 2px rgba(0, 0, 0, 0.06);
}

.rosdter__product-content {
    display: grid;
    grid-gap: 5px;
}

.rosdter__product-name {
    color: var(--text-soft);
    line-height: 1.4em;
    font-size: 0.95em;
}

.rosdter__price {
    margin-top: 20px;
}

.rosdter__link {
    display: inline-block;
    color: var(--primary);
    line-height: 1.4em;
    font-size: 0.95em;
    text-decoration: underline;
}

@media (min-width: 768px) {
    .rosdter__product {
        grid-template-columns: 1fr auto;
        grid-gap: 2rem;
    }
    
    .rosdter__price {
        margin-top: unset;
    }
}

@media (min-width: 1200px) {
    .roster__grid {
        grid-template-columns: 2fr 3fr;
        grid-gap: 4rem;
    }
}


/* Mobile filter */

.products-page__mobile-controls-text {
    display: block;
    margin-left: 10px;
    font-size: .95em;
}

.products-page__mobile-controls {
    display: flex;
    align-items: center;
    padding: 0.7rem;
    margin-bottom: 20px;
    border-radius: 4px;
    border: 1px solid var(--secondary);
    background: var(--background);
}

@media (min-width: 768px) {
    .products-page__mobile-controls .filters-mobile__button {
        margin: unset;
    }
}

@media (min-width: 992px) {
    .products-page__mobile-controls {
        display: none;
    }
}

/* Прочие правки */

@media (min-width: 2100px) {
    .frame__center {
        zoom: 1.1;
    }
}


.header-fixed-one__oneclick {
    display: none;
}

@media (min-width: 992px) {
    .header-fixed-one__oneclick {
        display: flex;
    }
}

.footer-one {
    background-color: #004db5;
}

.footer-one .phone-one__number:hover {
    color: #ffffff;
}

.footer-one__payment-logo {
    max-width: 400px;
    width: 100%;
}

.poweredby {
    background: var(--primary);
    color: var(--text);
}

.poweredby__copyright,
.poweredby__policy,
.poweredby__policy:hover {
    color: var(--text);
}

.profile__back {
    margin-bottom: 20px;
}

.cta-text__link {
   color: var(--button-color); 
}

.cta-text__link .is-highlighted {
    color: var(--button-color); 
}

.pricing__price {
    color: var(--button-color); 
    font-weight: bold;
}

.pricing__card {
    border-top: 1px solid var(--secondary);
    border-bottom: unset;
}

.reviews__text {
    margin: 0 auto 60px;
}

.help .max-height-container {
    max-height: 100px;
}

.max-height-container::after {
    pointer-events: none;
}

.products-page__sorting-name {
    display: none;
}

.product__skus-wrapper {
    margin-bottom: 20px;
}

.product__skus-wrapper .skus__item {
    max-width: 350px;
}

.product__skus-title {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 1.2em;
}

@media (min-width: 768px) {
    .products-page__sorting-name {
        display: flex;
        align-items: center;
        font-size: .95em;
    }
    
    .products-page__sorting-name svg {
        margin-right: 10px;
        fill: var(--text);
    }
}

@media (min-width: 1300px) {
    .product__crossselling {
        width: calc(100vw - 14rem - 8px - 380px);
        max-width: calc(1250px - 2rem - 380px);
    }
}

.wa-cart-body .wa-product .wa-column-quantity {
    width: 0px !important;
}

@media screen and (max-width: 600px) {
    .wa-cart-body .wa-product .wa-column-quantity {
        padding-left: 64px !important;
    }
}

.product-table__item-data {
    display: flex;
    justify-content: space-between;
}

.product-table__item-data .product-table__download-btn {
    color: inherit;
    text-decoration: none;
    background-color: #e7e7e7;
    padding: 2px 8px;
    border: 1px solid #a3a3a3;
    border-radius: 4px;
    margin: 0px 0px 6px 8px;
    display: inline-block;
    line-height: 16px;
    height: fit-content;
}

.product-table__item-data .product-table__download-btn:hover {
    background-color: #dddddd;
}

.search-page__button {
    display: none;
    margin-bottom: 20px;
}

@media (min-width: 751px) {
    .search-page__button {
        display: block;
    }
}

@media (min-width: 1300px) {
    .wa-order-cart-wrapper .wa-products .wa-product .wa-product-body {
        display: block!important;
    }
}

.frame__overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #ffffff;
    z-index: 1000;
}



