@import url(swiper-bundle.min.css);
@import url(nouislider.css);
@import url(accordion.min.css);

@font-face {
    font-family: "Manrope";
    src: url(../fonts/Manrope-Regular..ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Manrope";
    src: url(../fonts/Manrope-Medium..ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: "Manrope";
    src: url(../fonts/Manrope-SemiBold..ttf) format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: "Manrope";
    src: url(../fonts/Manrope-Bold..ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

.h1 {
    color: #000
}

.h2 {
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 600
}

@media (min-width: 768px) {
    .h2 {
        font-size: 28px
    }
}

@media (min-width: 1024px) {
    .h2 {
        font-size: 32px
    }
}

@media (min-width: 1200px) {
    .h2 {
        font-size: 36px
    }
}

@media (min-width: 768px) {
    .h2--flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.btn {
    background: #fe412d;
    padding: 13px 29px;
    font-size: 16px;
    color: #fff;
    border-radius: 8px;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #fe412d;
    text-align: center
}

.btn:hover {
    background: #fff;
    color: #fe412d
}

.btn:active {
    -webkit-transform: scale(0.95);
    transform: scale(0.95)
}

.btn[disabled] {
    pointer-events: none;
    background-color: #e9e9e9;
    color: #636b71;
    border-color: #e9e9e9
}

.btn[disabled] span {
    color: #636b71
}

.btn--reverse {
    background: #fff;
    padding: 13px 29px;
    font-size: 16px;
    color: #fe412d;
    border-radius: 8px;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #fe412d;
    text-align: center
}

.btn--reverse:hover {
    background: #fe412d;
    color: #fff
}

.btn--reverse:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
}

@media (min-width: 768px) {
    .btn--reverse {
        padding: 8px 29px 8px 16px
    }
}

.btn--white {
    background: #fff;
    padding: 12px 29px;
    font-size: 16px;
    color: #000;
    border-radius: 8px;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #e3e3e3;
    text-align: center
}

.btn--white:hover {
    background: #fe412d;
    color: #fff
}

.btn--white:active {
    -webkit-transform: scale(0.95);
    transform: scale(0.95)
}

.btn--watch-all {
    display: block;
    margin: 50px auto 0 auto
}

.btn--watch-all span {
    color: #fe412d;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s
}

.btn--watch-all span:before {
    position: absolute;
    content: "";
    top: 5px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    right: -20px;
    background-image: url(../icons/arr.svg);
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    -webkit-transition: .3s;
    transition: .3s
}

.btn--watch-all--desk {
    display: none
}

.btn--watch-all:hover span {
    color: #fff
}

.btn--watch-all:hover span:before {
    background-image: url(../icons/arr-white.svg)
}

.btn--watch-all:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
}

@media (min-width: 768px) {
    html .btn--watch-all {
        display: none
    }

    html .btn--watch-all--desk {
        display: block;
        position: absolute;
        margin: 0;
        right: 20px;
        top: 0
    }

    html .btn--watch-all--desk:active {
        -webkit-transform: scale(0.97);
        transform: scale(0.97)
    }
}

@media (min-width: 1024px) {
    html .btn--watch-all--desk {
        top: 2px
    }
}

@media (min-width: 1200px) {
    html .btn--watch-all--desk {
        top: 4px
    }
}

.container {
    position: relative;
    margin: 0 auto;
    width: 100%;
    padding: 0 16px
}

@media (min-width: 768px) {
    .container {
        padding: 0 20px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1180px
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1300px
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1460px;
        padding: 0
    }
}

.b-header {
    height: 56px;
    max-height: 56px;
    background: #fff;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
    position: relative
}

@media (min-width: 1024px) {
    .b-header {
        height: 124px;
        max-height: 124px;
        padding: 0
    }

    .b-header:before {
        position: absolute;
        top: 44px;
        width: 100%;
        height: 1px;
        background: #e0e0e0;
        content: ""
    }
}

.b-header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 1024px) {
    .b-header__wrapper {
        height: 80px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.b-header-desk-catalog-btn {
    display: none
}

@media (min-width: 1024px) {
    .b-header-desk-catalog-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 114px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #fe412d;
        -webkit-transition: .3s;
        transition: .3s;
        color: #fff;
        padding: 10.5px 23px;
        margin-right: 16px;
        font-size: 12px;
        border-radius: 8px;
        border: 1px solid #fe412d
    }

    .b-header-desk-catalog-btn span {
        -webkit-transition: .3s;
        transition: .3s
    }

    .b-header-desk-catalog-btn:hover {
        background: #fff;
        color: #fe412d
    }

    .b-header-desk-catalog-btn:hover span {
        background: #fe412d
    }

    .b-header-desk-catalog-btn.active {
        background: #fff;
        color: #fe412d
    }

    .b-header-desk-catalog-btn.active:hover {
        background: #fe412d;
        color: #fff
    }

    .b-header-desk-catalog-btn.active:hover span {
        background: #fff
    }

    .b-header-desk-catalog-btn.active span {
        background: #fe412d
    }

    .b-header-desk-catalog-btn.active span:nth-child(1) {
        -webkit-transform: rotate(45deg) translate(1px, 8px);
        transform: rotate(45deg) translate(1px, 8px)
    }

    .b-header-desk-catalog-btn.active span:nth-child(3) {
        -webkit-transform: rotate(135deg) translate(-1px, 8px);
        transform: rotate(135deg) translate(-1px, 8px)
    }

    .b-header-desk-catalog-btn.active span:nth-child(2) {
        opacity: 0
    }

    .b-header-desk-catalog-btn-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 15px;
        margin-right: 10px
    }

    .b-header-desk-catalog-btn span {
        width: 18px;
        height: 2px;
        background: #fff;
        border-radius: 10px;
        display: block
    }
}

.b-header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.b-header__logo img {
    width: 100%;
    height: 41px;
    max-height: 41px
}

@media (min-width: 1024px) {
    .b-header__logo {
        min-width: 170px;
        max-width: 170px;
        margin-right: 24px
    }

    .b-header__logo img {
        height: 100%;
        max-height: 100%
    }
}

.b-header__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.b-header__btns a span {display: none}

@media (min-width: 1024px) {
    .b-header__btns {
        display: none
    }
}

.b-header-desk-search {
    display: none
}

@media (min-width: 1024px) {
    .b-header-desk-search {
        display: block;
        position: relative;
        margin-right: 25px;
        min-width: 322px;
        max-width: 3000px;
        width: 100%
    }

    .b-header-desk-search input {
        background: #f9f9f9;
        padding: 10px 50px 10px 16px;
        cursor: pointer;
        border-radius: 8px;
        border: 1px solid rgba(0, 0, 0, 0);
        font-size: 16px;
        width: 100%
    }

    .b-header-desk-search input::-webkit-input-placeholder {
        font-size: 14px;
        color: #636b71
    }

    .b-header-desk-search input::-moz-placeholder {
        font-size: 14px;
        color: #636b71
    }

    .b-header-desk-search input:-ms-input-placeholder {
        font-size: 14px;
        color: #636b71
    }

    .b-header-desk-search input::-ms-input-placeholder {
        font-size: 14px;
        color: #636b71
    }

    .b-header-desk-search input::placeholder {
        font-size: 14px;
        color: #636b71
    }

    .b-header-desk-search input::-webkit-search-cancel-button {
        display: none
    }

    .b-header-desk-search input.focus-visible {
        border: 1px solid #c9c9c9
    }

    .b-header-desk-search input:focus-visible {
        border: 1px solid #c9c9c9
    }

    .b-header-desk-search-btn[type=submit] {
        position: absolute;
        top: 0;
        right: 0;
        border: none;
        width: 44px;
        height: 44px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        background-image: url(../icons/search-red.svg)
    }

    .b-header-desk-search-result {
        -webkit-transform: scale(0);
        transform: scale(0);
        top: -58px;
        -webkit-transition: .5s;
        transition: .5s;
        z-index: 3;
        border-radius: 8px;
        position: absolute;
        padding: 24px 7px 24px 24px;
        background: #fff;
        width: 100%;
        max-height: 168px;
        overflow: hidden
    }

    .b-header-desk-search-result.visible {
        -webkit-transform: scale(1);
        transform: scale(1);
        top: 44px
    }

    .b-header-desk-search-result-wrapper {
        overflow-y: auto;
        overflow-x: hidden;
        max-height: 121px;
        padding-right: 15px
    }

    .b-header-desk-search-result:before {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 24px;
        background: #fff;
        content: "";
        z-index: 4
    }

    .b-header-desk-search-result a {
        font-size: 13px;
        -webkit-transition: .3s;
        transition: .3s
    }

    .b-header-desk-search-result a:hover {
        color: #fe412d
    }

    .b-header-desk-search-result a:not(:nth-last-child(1)) {
        margin-bottom: 16px
    }
}

.b-header-main-links {
    display: none
}

@media (min-width: 1024px) {
    .b-header-main-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        min-width: 304px
    }

    .b-header-main-links svg {
        width: 20px
    }

    .b-header-main-links a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative
    }

    .b-header-main-links a span {
        font-size: 14px;
        -webkit-transition: .3s;
        transition: .3s;
        margin-left: 5px;
        font-weight: 600
    }

    .b-header-main-links a svg path {
        -webkit-transition: .3s;
        transition: .3s
    }

    .b-header-main-links a p {
        position: absolute;
        background: #fe412d;
        border-radius: 20px;
        padding: 2px 4px;
        color: #fff;
        font-size: 10px;
        top: -7px;
        left: 7px
    }

    .b-header-main-links a:hover span {
        color: #fe412d
    }

    .b-header-main-links a:hover svg path {
        stroke: #fe412d
    }
}

.b-header__btn {
    display: block;
    width: 22px;
    height: 22px;
    cursor: pointer
}

.b-header__btn:not(:nth-last-child(1)) {
    margin-right: 19px
}

.b-header__btn img {
    width: 100%
}

.b-header__burger-switcher {
    cursor: pointer
}

.b-header__burger-switcher span {
    display: block;
    border: 1.5px solid #000;
    border-radius: 20px;
    height: 0;
    -webkit-transition: .4s;
    transition: .4s
}

.b-header__burger-switcher span:not(:nth-last-child(1)) {
    margin-bottom: 5px
}

.b-header__burger-switcher.active {
    opacity: 0
}

.b-header-top {
    display: none;
    height: 44px
}

@media (min-width: 1024px) {
    .b-header-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .b-header-top-icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width: 1024px)and (min-width: 1400px) {
    .b-header-top-icons {
        min-width: 438px
    }
}

@media (min-width: 1024px) {
    .b-header-top-icons a {
        width: 20px;
        height: 20px
    }
}

@media (min-width: 1024px)and (min-width: 1400px) {
    .b-header-top-icons a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: auto
    }
}

@media (min-width: 1024px) {
    .b-header-top-icons a img {
        width: 100%
    }
}

@media (min-width: 1024px)and (min-width: 1400px) {
    .b-header-top-icons a img {
        width: 20px
    }
}

@media (min-width: 1024px) {
    .b-header-top-icons a:hover span {
        color: #fe412d
    }
}

@media (min-width: 1024px) {
    .b-header-top-icons span {
        display: none
    }
}

@media (min-width: 1024px)and (min-width: 1400px) {
    .b-header-top-icons span {
        display: inline;
        margin-left: 5px;
        color: #636b71;
        font-size: 14px
    }
}

@media (min-width: 1024px) {
    .b-header-top-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width: 1024px)and (min-width: 1024px) {
    .b-header-top-links {
        width: 85%
    }
}

@media (min-width: 1024px)and (min-width: 1400px) {
    .b-header-top-links {
        width: 61%
    }
}

@media (min-width: 1024px) {
    .b-header-top-links a {
        font-size: 14px;
        -webkit-transition: .3s;
        transition: .3s;
        color: #636b71
    }

    .b-header-top-links a:hover {
        color: #fe412d
    }
}

.b-header-desk-catalog {
    position: fixed;
    top: 124px;
    left: 0;
    width: 100vw;
    height: calc(100% - 124px);
    overflow: hidden;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 5;
    -webkit-transition: .3s;
    transition: .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.b-header-desk-catalog.active {
    opacity: 1;
    visibility: visible
}

.b-header-desk-catalog-switcher-wrapper {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    height: 100%;
    border-right: 1px solid #f9f9f9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px;
    overflow-y: auto
}

.b-header-desk-catalog-content-wrapper {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 16px 16px 36px
}

.b-header-desk-catalog-switcher {
    padding: 12px 50px 12px 20px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 8px;
    cursor: pointer
}

.b-header-desk-catalog-switcher--active, .b-header-desk-catalog-switcher:hover {
    background: #f9f9f9;
    color: #fe412d
}

.b-header-desk-catalog-switcher--active:after, .b-header-desk-catalog-switcher:hover:after {
    right: 10px
}

.b-header-desk-catalog-switcher:not(:nth-last-child(1)) {
    margin-bottom: 3px
}

.b-header-desk-catalog-switcher:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    width: 17px;
    height: 17px;
    right: 20px;
    background-image: url(../icons/arr.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: .3s;
    transition: .3s
}

.b-header-desk-catalog-content {
    display: none
}

.b-header-desk-catalog-content--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.b-header-catalog-content-item-block-wrapper {
    max-height: 358px;
    overflow-y: hidden;
    margin-bottom: 20px
}

.b-header-catalog-content-item-block-wrapper.open {
    overflow-y: auto;
    overflow-x: hidden
}

.b-header-catalog-content-item {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -ms-flex-preferred-size: 17%;
    flex-basis: 17%;
    padding-right: 16px
}

.b-header-catalog-content-item-title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px
}

.b-header-catalog-content-item-title:hover {
    color: #fe412d
}

.b-header-catalog-content-item-block {
    font-size: 13px;
    font-weight: 500;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.b-header-catalog-content-item-block:hover {
    color: #fe412d
}

.b-header-catalog-content-item-block:not(:nth-last-child(1)) {
    margin-bottom: 20px
}

@media (min-width: 1400px) {
    .b-header-catalog-content-item-block {
        font-size: 16px
    }
}

.b-header-catalog-content-item-block-brand-wrapper {
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    padding: 5px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 150px
}

.b-header-catalog-content-item-block-brand-wrapper img {
    -webkit-transition: .3s;
    transition: .3s
}

.b-header-catalog-content-item-block-brand-wrapper:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.b-header-desk-catalog-switcher--actions {
    position: relative;
    padding-left: 45px
}

.b-header-desk-catalog-switcher--actions:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 18px;
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../icons/actions.svg)
}

@media (min-width: 1600px) {
    .b-header-desk-catalog-switcher-wrapper {
        padding: 16px 16px 16px 211px
    }
}

.burger__menu {
    position: absolute;
    top: -8px;
    left: -100%;
    -webkit-transition: .4s;
    transition: .4s;
    height: 100vh;
    width: 100%;
    background: #fff;
    z-index: 51
}

.burger__menu.active {
    left: 0
}

@media (min-width: 1200px) {
    .burger__menu {
        display: none
    }
}

.burger__menu .burger__city {
    background: #f9f9f9;
    padding: 12px 13px 12px 16px;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.burger__menu .burger__city-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.burger__menu .burger__city-link img {
    width: auto;
    margin-right: 8px
}

.burger__menu .burger__city-link span {
    font-size: 16px
}

.burger__menu .burger__body {
    padding: 0 16px;
    background: #fff;
    max-height: calc(100vh - 66px);
    overflow-y: auto
}

.burger__menu .burger__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.burger__menu .burger__links .burger__link {
    display: block;
    color: #636b71
}

.burger__menu .burger__links .burger__link:not(:nth-last-child(1)) {
    margin-bottom: 16px
}

.burger__menu .burger_other-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px
}

.burger__menu .burger_other-links .burger_other-link {
    font-size: 18px;
    font-weight: 500
}

.burger__menu .burger_other-links .burger_other-link:not(:nth-last-child(1)) {
    margin-bottom: 16px
}

.burger__menu .burger__contacts {
    margin-top: 16px;
    padding-bottom: 80px
}

.burger__menu .burger__contacts .burger__contacts-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.burger__menu .burger__contacts .burger__contacts-links .burger__contacts-link {
    position: relative;
    padding-left: 27px
}

.burger__menu .burger__contacts .burger__contacts-links .burger__contacts-link:not(:nth-last-child(1)) {
    margin-bottom: 16px
}

.burger__menu .burger__contacts .burger__contacts-links .burger__contacts-link:before {
    position: absolute;
    content: "";
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0
}

.burger__menu .burger__contacts .burger__contacts-links .burger__contacts-link--mail:before {
    background-image: url(../icons/mail.svg)
}

.burger__menu .burger__contacts .burger__contacts-links .burger__contacts-link--tel:before {
    background-image: url(../icons/tel.svg)
}

.burger__menu .burger__contacts .burger__contacts-soc {
    margin-top: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.burger__menu .burger__contacts .burger__contacts-soc a {
    display: block
}

.burger__menu .burger__contacts .burger__contacts-soc a:not(:nth-last-child(1)) {
    margin-right: 12px
}

.burger__menu .burger__contacts .burger__contacts-soc a img {
    max-height: 40px;
    max-width: 40px
}

.burger__menu .slinky-theme-default .next::after, .burger__menu .slinky-theme-default .back::before {
    background-image: url(../icons/arr.svg);
    opacity: 1
}

.burger__menu .slinky-theme-default .next::after {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.burger__menu .slinky-theme-default .back::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.ac {
    margin-top: 0;
    margin-bottom: 10px;
    border: none
}

.ac-header {
    width: 100%
}

.ac-trigger {
    font-size: 16px !important;
    font-weight: 700 !important;
    padding: 16px 32px 16px 0 !important
}

.ac-trigger {
    -webkit-transition: .3s;
    transition: .3s
}

.ac-trigger:hover {
    color: #fe412d
}

.ac-trigger:after {
    content: "" !important;
    right: 0 !important
}

.ac-trigger:after {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    background-image: url(../icons/arr-gray.svg);
    width: 20px;
    height: 20px;
    -webkit-transition: .4s;
    transition: .4s
}

.ac-panel {
    position: relative
}

.ac.is-active .ac-trigger:after {
    -webkit-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg)
}

.accordion {
    display: block;
    border-bottom: 1px solid #e3e3e3
}

.accordion.is-open .accordion__button:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.accordion.is-open .accordion__button.open:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.accordion__button {
    position: relative;
    font-size: 18px;
    width: 100%;
    text-align: left
}

.accordion__button:before {
    position: absolute;
    content: "";
    background-image: url(../icons/arr.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 8px;
    -webkit-transition: .3s;
    transition: .3s
}

.accordion__button.open:before {
    -webkit-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%)
}

.accordion__content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .2s ease-in-out;
    transition: max-height .2s ease-in-out
}

.accordion__content.start {
    max-height: 100%
}

.accordion-burger .accordion__button {
    padding: 20px 0;
    font-weight: 500
}

.accordion-burger .accordion__body {
    margin-bottom: 20px
}

.accordion-burger-catalog .accordion__button:before {
    -webkit-transform: translateY(-50%) rotate(270deg);
    transform: translateY(-50%) rotate(270deg)
}

.bot__menu {
    height: 66px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0 16px;
    position: fixed;
    bottom: 0;
    background: #fff;
    z-index: 100;
    -webkit-transition: .5s;
    transition: .5s
}

@media (min-width: 1024px) {
    .bot__menu {
        display: none
    }
}

.bot__menu.lock {
    pointer-events: none
}

.bot__menu-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: 18%;
    flex-basis: 18%
}

.bot__menu-item svg {
    width: 20px;
    height: 20px
}

.bot__menu-item p {
    font-size: 12px
}

.bot__menu-item-cart-counter {
    position: absolute;
    background: #fe412d;
    border-radius: 999px;
    width: 16px;
    height: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s;
    transition: .3s;
    display: none;
    top: -7px;
    right: 30%
}

.bot__menu-item-cart-counter.visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.bot__menu-item-cart-counter span {
    color: #fff;
    font-size: 11px
}

.bot__menu-item.active svg path {
    stroke: #fe412d
}

.city__choose {
    width: 100%;
    position: fixed;
    z-index: 100;
    bottom: -100%;
    background: #fff;
    padding: 20px 16px;
    border-bottom: 1px solid #f9f9f9;
    -webkit-transition: .5s;
    transition: .5s
}

.city__choose.visible {
    bottom: 66px
}

@media (min-width: 1024px) {
    .city__choose {
        display: none
    }

    .city__choose.visible {
        display: block;
        bottom: 50%;
        left: 50%;
        -webkit-transform: translateY(50%) translateX(-50%);
        transform: translateY(50%) translateX(-50%);
        width: 450px;
        border-radius: 16px
    }
}

.city__choose-close {
    position: absolute;
    top: 16px;
    right: 16px
}

.city__choose-title {
    font-size: 14px;
    color: #636b71;
    margin-bottom: 5px
}

.city__choose-city {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px
}

.city__choose-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.city__choose-btns a {
    -ms-flex-preferred-size: 47.5%;
    flex-basis: 47.5%;
    white-space: nowrap;
    padding: 12px 11px;
    text-align: center
}

body.city-block {
    overflow: hidden;
    position: relative;
    max-height: 100vh
}

body.city-block:before {
    position: fixed;
    z-index: 99;
    content: "";
    width: 100vw;
    height: 100vh;
    background: rgba(20, 22, 30, .5);
    top: 0;
    left: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.burger__catalog {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 52;
    background: #fff;
    width: 100%;
    height: 100%;
    -webkit-transition: .4s;
    transition: .4s
}

.burger__catalog.active {
    left: 0
}

.burger__catalog-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #f9f9f9
}

.burger__catalog-top span {
    font-size: 18px;
    font-weight: 500
}

.burger__catalog-top-img {
    width: 19px;
    height: 19px;
    -webkit-transform: rotate(180deg) translateX(-2px);
    transform: rotate(180deg) translateX(-2px)
}

.burger__catalog li.header {
    max-height: 56px;
    position: sticky;
    top: 0;
    background: #f9f9f9;
    z-index: 1
}

.burger__catalog .slinky-menu li ul {
    overflow-y: auto;
    max-height: calc(100vh - 66px)
}

.burger__catalog .slinky-theme-default a:not(.back) {
    height: 56px;
    color: #000;
    background: #fff;
    border-bottom: 1px solid #f9f9f9
}

.burger__catalog .back {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.burger__catalog .back:before {
    opacity: 1
}

.burger__catalog .next {
    border: 1px solid #f9f9f9;
    background: #fff
}

.burger__catalog header.title {
    text-align: center;
    font-size: 18px;
    font-weight: 500
}

.burger__catalog .slinky-theme-default .next::after {
    display: none
}

.burger__catalog .slinky-theme-default {
    background: #fff
}

html body .burger__catalog-body > ul > li > a > span {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

html body .burger__catalog-body > ul > li > a > span img {
    margin-right: 5px
}

html body .burger__catalog-body {
    max-height: 100vh;
    overflow-y: auto
}

.burger__catalog-body ul ul {
    display: none; 
    margin-left: 25px;
    list-style-type: none;
}

html body .burger__catalog-body ul li a:not(.back) {
    position: relative;
    padding: 20px 10px;
}

html body .burger__catalog-body ul li a:not(.back):before {
    position: absolute;
    content: "";
    background-image: url(../icons/arr.svg);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: rotate(270deg) translateY(-50%);
    transform: rotate(270deg) translateY(-50%);
    opacity: 1;
    right: 0;
    width: 20px;
    height: 20px
}

html body .burger__catalog-body ul li a.open:before {
    -webkit-transform: rotate(0deg) translateY(0%) translateX(-10px);
    transform: rotate(0deg) translateY(0%) translateX(-10px);
}

html .slinky-theme-default a:not(.back):active, html .slinky-theme-default a:not(.back):hover {
    background: #f9f9f9
}

html .slinky-theme-default .back::before {
    opacity: 1;
    background-size: 19px;
    height: 24px;
    width: 24px
}

.city__search {
    position: fixed;
    padding: 0 16px;
    top: 0;
    left: -100%;
    -webkit-transition: .3s;
    transition: .3s;
    width: 100%;
    height: 100%;
    z-index: 51;
    background: #fff
}

@media (min-width: 1024px) {
    .city__search {
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0;
        visibility: hidden;
        width: 450px;
        height: 498px;
        border-radius: 8px;
        z-index: 100
    }
}

.city__search.open {
    left: 0
}

@media (min-width: 1024px) {
    .city__search.open {
        left: 50%;
        opacity: 1;
        visibility: visible
    }
}

.city__search-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 56px
}

.city__search-title p {
    font-size: 18px
}

.city__search-label {
    position: relative
}

.city__search-label:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 11px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../icons/search.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 19px;
    height: 19px
}

.city__search form {
    margin-bottom: 14px
}

.city__search-result-item {
    font-size: 16px;
    padding: 8px 0
}

@media (min-width: 1024px) {
    .city__search-result-item {
        padding: 8px;
        -webkit-transition: .3s;
        transition: .3s;
        border-radius: 6px
    }

    .city__search-result-item:hover {
        background: #f9f9f9
    }

    .city__search-result-item--active {
        color: #fe412d;
        position: relative
    }

    .city__search-result-item--active:before {
        position: absolute;
        content: "";
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 20px;
        width: 15px;
        height: 15px;
        background-image: url(../icons/gal.svg);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center
    }

    .city__search-result-item--no-res {
        color: #636b71
    }

    .city__search-result-item--no-res:hover {
        background: #fff
    }
}

.city__search-result {
    max-height: calc(100% - 242px);
    overflow-y: auto
}

@media (min-width: 1024px) {
    .city__search-result {
        max-height: calc(100% - 145px)
    }
}

.search__goods-clue {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    padding-bottom: 15px
}

.search__goods-clue a:not(:nth-last-child(1)) {
    margin-right: 5px
}

.search__goods-clue a {
    padding: 2px 9px;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
    font-size: 16px
}

.search__goods.city__search.active {
    left: 0
}

.city__search input[type=search] {
    -webkit-appearance: none;
    width: 100%;
    height: 48px;
    border: none;
    background: #f9f9f9;
    padding: 15px 5px 15px 40px;
    cursor: pointer;
    border-radius: 8px;
    font-size: 16px
}

.city__search input[type=search]::-webkit-input-placeholder {
    font-size: 16px;
    color: #000
}

.city__search input[type=search]::-moz-placeholder {
    font-size: 16px;
    color: #000
}

.city__search input[type=search]:-ms-input-placeholder {
    font-size: 16px;
    color: #000
}

.city__search input[type=search]::-ms-input-placeholder {
    font-size: 16px;
    color: #000
}

.city__search input[type=search]::placeholder {
    font-size: 16px;
    color: #000
}

.city__search input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    background-image: url(../icons/close.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat
}

@media (min-width: 1200px) {
    .swiper-scrollbar {
        display: none;
        height: 0
    }
}

.swiper-scrollbar {
    background: #e3e3e3;
    border-radius: 26px;
    height: 3px;
    z-index: 1;
    width: 90%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 78px
}

@media (min-width: 768px) {
    .swiper-scrollbar {
        bottom: -20px
    }
}

@media (min-width: 1200px) {
    .swiper-scrollbar {
        display: none;
        height: 0
    }
}

.swiper-scrollbar-drag {
    background: #fe412d
}

@media (min-width: 1200px) {
    .best__price-slider .swiper-arrows, .new-world-vk__slider .swiper-arrows, .main-shops__slider .swiper-arrows {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        z-index: 5
    }

    .best__price-slider .swiper-arrows .arrow-left, .best__price-slider .swiper-arrows .arrow-right, .new-world-vk__slider .swiper-arrows .arrow-left, .new-world-vk__slider .swiper-arrows .arrow-right, .main-shops__slider .swiper-arrows .arrow-left, .main-shops__slider .swiper-arrows .arrow-right {
        width: 25px;
        height: 25px;
        z-index: 6;
        background-color: #fff;
        border: 1px solid #e3e3e3;
        background-position: center;
        background-size: 100%;
        background-repeat: no-repeat;
        position: relative;
        cursor: pointer;
        -webkit-transition: .3s;
        transition: .3s
    }

    .best__price-slider .swiper-arrows .arrow-left, .new-world-vk__slider .swiper-arrows .arrow-left, .main-shops__slider .swiper-arrows .arrow-left {
        border-radius: 0 4px 4px 0
    }

    .best__price-slider .swiper-arrows .arrow-left:hover, .new-world-vk__slider .swiper-arrows .arrow-left:hover, .main-shops__slider .swiper-arrows .arrow-left:hover {
        background-color: #e3e3e3
    }

    .best__price-slider .swiper-arrows .arrow-right, .new-world-vk__slider .swiper-arrows .arrow-right, .main-shops__slider .swiper-arrows .arrow-right {
        border-radius: 4px 0 0 4px;
        left: -1px
    }

    .best__price-slider .swiper-arrows .arrow-right:hover, .new-world-vk__slider .swiper-arrows .arrow-right:hover, .main-shops__slider .swiper-arrows .arrow-right:hover {
        background-color: #e3e3e3
    }

    .best__price-slider .swiper-arrows .arrow-left:before, .new-world-vk__slider .swiper-arrows .arrow-left:before, .main-shops__slider .swiper-arrows .arrow-left:before {
        position: absolute;
        content: "";
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg);
        background-position: center;
        background-size: 100%;
        background-repeat: no-repeat;
        background-image: url(../icons/arr.svg);
        width: 15px;
        height: 15px
    }

    .best__price-slider .swiper-arrows .arrow-left:before:hover, .new-world-vk__slider .swiper-arrows .arrow-left:before:hover, .main-shops__slider .swiper-arrows .arrow-left:before:hover {
        -webkit-transform: rotate(90deg) translate(-50%, -50%) scale(1.1);
        transform: rotate(90deg) translate(-50%, -50%) scale(1.1)
    }

    .best__price-slider .swiper-arrows .arrow-left.swiper-button-disabled, .best__price-slider .swiper-arrows .arrow-right.swiper-button-disabled, .new-world-vk__slider .swiper-arrows .arrow-left.swiper-button-disabled, .new-world-vk__slider .swiper-arrows .arrow-right.swiper-button-disabled, .main-shops__slider .swiper-arrows .arrow-left.swiper-button-disabled, .main-shops__slider .swiper-arrows .arrow-right.swiper-button-disabled {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    .best__price-slider .swiper-arrows .arrow-right:before, .new-world-vk__slider .swiper-arrows .arrow-right:before, .main-shops__slider .swiper-arrows .arrow-right:before {
        position: absolute;
        content: "";
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(270deg);
        transform: translate(-50%, -50%) rotate(270deg);
        background-position: center;
        background-size: 100%;
        background-repeat: no-repeat;
        background-image: url(../icons/arr.svg);
        width: 15px;
        height: 15px
    }

    .best__price-slider .swiper-arrows .arrow-right:before:hover, .new-world-vk__slider .swiper-arrows .arrow-right:before:hover, .main-shops__slider .swiper-arrows .arrow-right:before:hover {
        -webkit-transform: rotate(270deg) translate(-50%, -50%) scale(1.1);
        transform: rotate(270deg) translate(-50%, -50%) scale(1.1)
    }
}

@media (min-width: 1200px) {
    .card__img-slider {
        display: none
    }

    .card__img-slider .swiper-arrows {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .card__img-slider .swiper-arrows .arrow-left, .card__img-slider .swiper-arrows .arrow-right {
        width: 20px;
        height: 20px;
        background: #fe412d
    }
}

.card__img-slider .swiper-pagination {
    bottom: 15px
}

.swiper-initialized {
    overflow-x: hidden;
    overflow-y: hidden
}

@media (min-width: 1200px) {
    .swiper-initialized {
        position: relative
    }
}

.bestPrice .swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 50%;
    bottom: 80px;
    z-index: 50;
    height: 2px;
    width: 90%
}

@media (min-width: 768px) {
    .bestPrice .best__price-slider, .new-world-vk .new-world-vk__slider {
        overflow: visible
    }

    .bestPrice .best__price-slider .swiper-horizontal > .swiper-scrollbar, .bestPrice .best__price-slider .swiper-scrollbar.swiper-scrollbar-horizontal, .new-world-vk .new-world-vk__slider .swiper-horizontal > .swiper-scrollbar, .new-world-vk .new-world-vk__slider .swiper-scrollbar.swiper-scrollbar-horizontal {
        position: absolute;
        left: 50%;
        bottom: -29px;
        z-index: 50;
        height: 2px;
        width: 93%
    }
}

@media (min-width: 1200px) {
    .bestPrice .best__price-slider, .new-world-vk .new-world-vk__slider {
        overflow: hidden
    }
}

html .main__slider .swiper-pagination {
    z-index: 1;
    bottom: 23px
}

html .main__slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff
}

html .main__slider .swiper-pagination .swiper-pagination-bullet {
    background: rgba(255, 255, 255, .5)
}

@media (min-width: 1600px) {
    .slider--1920-wrapper .mainSlider__desktop-block-img {
        max-height: 60px;
        max-width: 60px
    }
}

.card {
    position: relative;
    -webkit-box-shadow: 0px 2px 24px rgba(48, 46, 56, .06);
    box-shadow: 0px 2px 24px rgba(48, 46, 56, .06);
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 12px;
    padding: 8px
}

@media (min-width: 1200px) {
    .card {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 12px
    }

    .card:hover {
        -webkit-box-shadow: 0px 2px 24px rgba(48, 46, 56, .06);
        box-shadow: 0px 2px 24px rgba(48, 46, 56, .06);
        cursor: pointer
    }
}

.card__label {
    position: absolute;
    z-index: 2;
    top: 8px;
    left: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card__label > div:not(:nth-last-child(1)) {
    margin-bottom: 4px
}

.card__label--new {
    background: #2a8a61;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: 700
}

.card__label--discount {
    background: #f66720;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: 700
}

.card__label--bestprice {
    background: #FFBF33;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: 700
}

@media (min-width: 768px) {
    .card__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .card__content .card__availability, .card__content .card__title {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .card__content .card__price, .card__content .card__add-btn {
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%
    }

    .card__content .card__add-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px;
        max-width: 40px
    }

    .card__content .card__add-btn span {
        display: none
    }

    .card__content .card__add-btn svg {
        margin-left: 0
    }

    .card__content .card__add-btn.added svg {
        width: 22px;
        -webkit-transform: none;
        transform: none
    }

    .card__content .card__add-btn.added svg path {
        stroke: #fe412d
    }

    .card__content .card__price {
        margin-bottom: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width: 1400px) {
    .card__content .card__add-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 5px;
        max-width: 100%;
        font-size: 14px
    }

    .card__content .card__add-btn span {
        display: block
    }

    .card__content .card__add-btn svg {
        margin-left: 5px
    }

    .card__content .card__add-btn.added svg {
        width: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    .card__content .card__add-btn.added svg path {
        stroke: #fff
    }

    .card__content .card__price {
        margin-bottom: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.card__favourite {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 11;
    border-radius: 100px;
    height: 28px;
    width: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #f2f2f2;
    -webkit-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, .0588235294);
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, .0588235294);
    -webkit-transition: .3s;
    transition: .3s;
    background: #fff
}

.card__favourite:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.card__favourite:active {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-box-shadow: none;
    box-shadow: none
}

.card__favourite.active svg path {
    fill: #fe412d;
    stroke: #fe412d
}

.card__img-slider {
    max-height: calc(125px + 95 * (100vw - 320px) / 248);
    min-height: calc(125px + 95 * (100vw - 320px) / 248);
    overflow: hidden;
    position: relative
}

@media (min-width: 420px) {
    .card__img-slider {
        max-height: 220px;
        min-height: 220px
    }
}

.card__img-slider img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 166px
}

.card__img-slider .no_image {
    -o-object-fit: cover;
    object-fit: cover
}

.card__img-slider .swiper-pagination-bullet {
    background: #cc9e9d
}

.card__img-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fe412d
}

.card__availability {
    margin-bottom: 4px
}

.card__availability--yes, .card__availability--no {
    position: relative;
    padding-left: 16px;
    font-size: 12px
}

.card__availability--yes {
    color: #319795
}

.card__availability--yes:before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    background-image: url(../icons/accept.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 12px;
    height: 9px
}

.card__availability--no {
    color: #636b71;
    /*display: none*/
}

.card__availability--no:before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -3px;
    background-image: url(../icons/no-accept.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 16px;
    height: 16px
}

.card__availability .visible {
    display: block
}

.card__title {
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
    max-height: 56px;
    min-height: 56px;
    margin-bottom: 12px;
    position: relative
}

.card__title:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 1px;
    background: #fff;
    -webkit-box-shadow: 0 0 15px 15px #fff;
    box-shadow: 0 0 7px 21px #fff;
    bottom: 0;
    right: -7px;
    z-index: 1
}

.card__title:after {
    position: absolute;
    z-index: 2;
    bottom: 2px;
    right: 6px;
    color: #1c1f33;
    font-size: 14px
}

.card__title:hover {
    color: #fe412d
}

.card__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px
}

.card__price--current {
    font-size: 13px;
    margin-right: 4px;
    font-weight: 600;
    white-space: nowrap
}

@media (min-width: 374px) {
    .card__price--current {
        font-size: 16px
    }
}

.card__price--old {
    font-size: 10px;
    color: #636b71;
    text-decoration: line-through;
    white-space: nowrap
}

@media (min-width: 374px) {
    .card__price--old {
        font-size: 12px
    }
}

.card__add-btn {
    max-height: 36px;
    min-height: 36px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
    width: 100%
}

.card__add-btn span {
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s
}

.card__add-btn svg {
    margin-left: 5px;
    width: 22px;
    -webkit-transition: .3s;
    transition: .3s
}

.card__add-btn svg path {
    -webkit-transition: .3s;
    transition: .3s
}

.card__add-btn:hover svg path {
    stroke: #fe412d
}

.card__add-btn:hover span {
    color: #fe412d
}

.card__add-btn.added {
    background: #fff
}

.card__add-btn.added span {
    color: #fe412d
}

.card__add-btn.added svg {
    -webkit-transform: scale(0);
    transform: scale(0);
    width: 0
}

.product-card_img-sectors {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.product-card_img-slider_container {
    position: relative;
    display: none
}

@media (min-width: 1200px) {
    .product-card_img-slider_container {
        display: block
    }
}

.product-card_img-slider {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.product-card_img-container {
    width: 190px;
    height: 250px
}

.product-card_img-sector {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.product-card_dots {
    margin: 0;
    position: relative;
    top: -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.product-card_dot {
    width: 8px;
    height: 8px;
    background: #f9f9f9;
    border-radius: 99px;
    margin: 0 3px;
    cursor: pointer
}

.product-card_dot.active-dot {
    background: #fe412d
}

.product-card_img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.product-card_img.active-img {
    opacity: 1
}

.second-card {
    position: relative;
    display: grid;
    grid-template-columns:minmax(100px, 437px) 120px repeat(2, 127px);
    grid-column-gap: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #e3e3e3;
    border-radius: 12px;
    padding: 20px 68px 20px 20px
}

.second-card__block-product {
    display: grid;
    grid-template-columns:-webkit-max-content minmax(100px, 313px);
    grid-template-columns:max-content minmax(100px, 313px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 24px
}

.second-card__block-product:hover .second-card__name {
    color: #fe412d
}

.second-card__image {
    width: 120px;
    height: 120px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.second-card__block-info {
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row-gap: 4px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
}

.second-card__art {
    color: #636b71;
    font-size: 12px
}

.second-card__name {
    color: #1c1f33;
    font-size: 16px;
    line-height: 1.5em;
    -webkit-transition: color .3s;
    transition: color .3s
}

.second-card__block-price {
    display: grid;
    grid-row-gap: 4px
}

.second-card__old-price {
    font-size: 12px;
    color: #636b71;
    text-decoration: line-through
}

.second-card__price {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.4px;
    color: #1c1f33
}

.second-card__per-piece {
    display: none;
    font-size: 12px;
    color: #636b71
}

.second-card__btn-del {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px
}

.second-card__btn-del:hover svg path {
    stroke: #fe412d
}

.second-card__btn-del svg {
    width: 100%;
    height: 100%
}

.second-card__btn-del svg path {
    -webkit-transition: stroke .3s;
    transition: stroke .3s
}

.popular-category__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 768px) {
    .popular-category__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px
    }
}

@media (min-width: 1200px) {
    .popular-category__list {
        display: grid;
        grid-template-columns:47.5fr 29fr 29fr;
        grid-template-rows:1fr 1fr;
        grid-gap: 20px 20px;
        gap: 20px 20px;
        grid-template-areas:"nth1 nth2 nth3" "nth1 nth4 nth5"
    }
}

.popular-category__item {
    position: relative;
    min-height: 150px;
    padding: 16px;
    background: #f9f9f9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 12px;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s
}

.popular-category__item:not(:nth-last-child(1)) {
    margin-bottom: 12px
}

.popular-category__item img {
    -webkit-transition: .3s;
    transition: .3s
}

.popular-category__title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 4px;
    -webkit-transition: .3s;
    transition: .3s
}

@media (min-width: 1200px) {
    .popular-category__title {
        font-size: 22px
    }
}

.popular-category__num {
    font-size: 16px;
    font-weight: 400;
    color: #636b71
}

@media (min-width: 1200px) {
    .popular-category__num {
        font-weight: 500
    }
}

.popular-category__price {
    font-size: 16px;
    font-weight: 400;
    padding: 3px 12px;
    border-radius: 6px;
    border: 1px solid #e3e3e3;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media (min-width: 1200px) {
    .popular-category__price {
        font-weight: 500
    }
}

.popular-category img {
    position: absolute;
    right: 0;
    max-width: 160px
}

.popular-category__item--wallpapers img, .popular-category__item--light img, .popular-category__item--floor img {
    top: 0
}

.popular-category__item--paint img, .popular-category__item--camin img {
    bottom: 0
}

@media (min-width: 768px) {
    html body .popular-category__item {
        margin-bottom: 0;
        padding: 12px
    }

    html body .popular-category__item:nth-child(1), html body .popular-category__item:nth-child(2) {
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
        min-height: 250px
    }

    html body .popular-category__item:nth-child(1) img, html body .popular-category__item:nth-child(2) img {
        max-width: 210px
    }

    .popular-category__item:not(:nth-last-child(1)) {
        margin-bottom: 0
    }

    html body .popular-category__item:nth-child(3), html body .popular-category__item:nth-child(4), html body .popular-category__item:nth-child(5) {
        -ms-flex-preferred-size: 30.85%;
        flex-basis: 30.85%;
        min-height: 150px
    }

    html body .popular-category__item:nth-child(3) img, html body .popular-category__item:nth-child(4) img, html body .popular-category__item:nth-child(5) img {
        max-width: 100px
    }
}

@media (min-width: 1024px) {
    html body .popular-category__item {
        padding: 20px
    }

    html body .popular-category__item:nth-child(1), html body .popular-category__item:nth-child(2) {
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%
    }

    html body .popular-category__item:nth-child(1) img, html body .popular-category__item:nth-child(2) img {
        max-width: 250px
    }

    html body .popular-category__item:nth-child(3), html body .popular-category__item:nth-child(4), html body .popular-category__item:nth-child(5) {
        -ms-flex-preferred-size: 30.85%;
        flex-basis: 30.85%
    }

    html body .popular-category__item:nth-child(3) img, html body .popular-category__item:nth-child(4) img, html body .popular-category__item:nth-child(5) img {
        max-width: 170px
    }
}

@media (min-width: 1200px) {
    html body .popular-category__item:nth-child(1), html body .popular-category__item:nth-child(2), html body .popular-category__item:nth-child(3), html body .popular-category__item:nth-child(4), html body .popular-category__item:nth-child(5) {
        min-height: 207px;
        max-height: 207px
    }

    html body .popular-category__item:nth-child(1):hover, html body .popular-category__item:nth-child(2):hover, html body .popular-category__item:nth-child(3):hover, html body .popular-category__item:nth-child(4):hover, html body .popular-category__item:nth-child(5):hover {
        -webkit-box-shadow: 0 0 39px 2px #e3e3e3;
        box-shadow: 0 0 39px 2px #e3e3e3;
        background: #fff
    }

    html body .popular-category__item:nth-child(1):hover img, html body .popular-category__item:nth-child(2):hover img, html body .popular-category__item:nth-child(3):hover img, html body .popular-category__item:nth-child(4):hover img, html body .popular-category__item:nth-child(5):hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    html body .popular-category__item:nth-child(1):hover .popular-category__title, html body .popular-category__item:nth-child(2):hover .popular-category__title, html body .popular-category__item:nth-child(3):hover .popular-category__title, html body .popular-category__item:nth-child(4):hover .popular-category__title, html body .popular-category__item:nth-child(5):hover .popular-category__title {
        color: #fe412d
    }

    html body .popular-category__item:nth-child(1) {
        grid-area: nth1;
        min-height: 434px;
        max-height: 434px
    }

    html body .popular-category__item:nth-child(1) img {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        max-width: 320px
    }

    html body .popular-category__item:nth-child(1):hover {
        -webkit-box-shadow: 0 0 39px 2px #e3e3e3;
        box-shadow: 0 0 39px 2px #e3e3e3
    }

    html body .popular-category__item:nth-child(1):hover img {
        -webkit-transform: scale(1.03) translateY(-50%);
        transform: scale(1.03) translateY(-50%)
    }

    html body .popular-category__item:nth-child(2) {
        grid-area: nth2
    }

    html body .popular-category__item:nth-child(2) img {
        max-width: 180px
    }
}

@media (min-width: 1200px)and (min-width: 1400px) {
    html body .popular-category__item:nth-child(2) img {
        max-width: 190px
    }
}

@media (min-width: 1200px)and (min-width: 1400px) {
    html body .popular-category__item:nth-child(2) img {
        max-width: 240px
    }
}

@media (min-width: 1200px) {
    html body .popular-category__item:nth-child(3) {
        grid-area: nth3
    }

    html body .popular-category__item:nth-child(3) img {
        max-width: 155px
    }
}

@media (min-width: 1200px)and (min-width: 1400px) {
    html body .popular-category__item:nth-child(3) img {
        max-width: 190px
    }
}

@media (min-width: 1200px)and (min-width: 1400px) {
    html body .popular-category__item:nth-child(3) img {
        max-width: 218px
    }
}

@media (min-width: 1200px) {
    html body .popular-category__item:nth-child(4) {
        grid-area: nth4
    }

    html body .popular-category__item:nth-child(4) img {
        max-width: 155px
    }
}

@media (min-width: 1200px)and (min-width: 1400px) {
    html body .popular-category__item:nth-child(4) img {
        max-width: 190px
    }
}

@media (min-width: 1200px)and (min-width: 1400px) {
    html body .popular-category__item:nth-child(4) img {
        max-width: 218px
    }
}

@media (min-width: 1200px) {
    html body .popular-category__item:nth-child(5) {
        grid-area: nth5
    }

    html body .popular-category__item:nth-child(5) img {
        max-width: 155px
    }
}

@media (min-width: 1200px)and (min-width: 1400px) {
    html body .popular-category__item:nth-child(5) img {
        max-width: 190px
    }
}

@media (min-width: 1200px)and (min-width: 1400px) {
    html body .popular-category__item:nth-child(5) img {
        max-width: 218px
    }
}

@media (min-width: 1600px) {
    html body .popular-category__item:nth-child(1) img {
        max-width: 360px
    }
}

.vk_group {
    min-width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 374px) {
    .vk_group {
        display: none
    }
}

.new-world-vk h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    margin-bottom: 24px;
    font-weight: 600
}

@media (min-width: 374px) {
    .new-world-vk h2 {
        font-size: 24px
    }
}

.new-world-vk h2 a {
    color: #07f;
    position: relative
}

.new-world-vk h2 a:before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -27px;
    background-image: url(../icons/vk-square.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px
}

@media (min-width: 768px) {
    .new-world-vk h2 a:before {
        right: -34px;
        width: 27px;
        height: 27px
    }
}

@media (min-width: 1200px) {
    .new-world-vk h2 a:before {
        right: -49px;
        width: 36px;
        height: 36px
    }
}

.new-world-vk__like-counter {
    position: absolute;
    top: 8px;
    right: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    padding: 7px;
    border-radius: 8px;
    max-height: 26px
}

.new-world-vk__like-counter svg {
    margin-right: 5px;
    width: 13px;
    height: 13px
}

.new-world-vk__like-counter span {
    font-size: 14px
}

.new-world-vk__slider-img {
    max-height: 360px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.new-world-vk__slider-link {
    margin-top: 10px;
    font-size: 16px;
    color: #636b71
}

.new-world-vk .vk_post .vk_post-img-wrapper {
    background: -webkit-gradient(linear, left top, right top, from(#e0e0e0), color-stop(#d7d7c2), to(#e0e0e0));
    background: linear-gradient(90deg, #e0e0e0, #d7d7c2, #e0e0e0);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 16px;
    height: 450px
}

.new-world-vk .vk_post img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.new-world-vk .vk_post__tag {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 10px 12px 12px;
    -webkit-line-clamp: 1;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #e3e3e3;
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    color: #1c1f33;
    text-align: justify;
    display: block;
    -webkit-box-orient: vertical;
}

.new-world-vk p {
    font-size: 16px;
    max-height: 44px;
    min-height: 44px;
    overflow: hidden;
    margin-bottom: 12px
}

.new-world-vk .vk_post-wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.new-world-vk .vk_post-wrp .vk_post-likes {
    position: relative;
    font-size: 16px;
    padding-left: 30px;
    margin-right: 30px
}

.new-world-vk .vk_post-wrp .vk_post-likes:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-image: url(../icons/like.svg)
}

.new-world-vk .vk_post-wrp .vk_post-views {
    position: relative;
    font-size: 16px;
    padding-left: 30px
}

.new-world-vk .vk_post-wrp .vk_post-views:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-image: url(../icons/view.svg)
}

.new-world-vk .swiper-slide {
    position: relative
}

.new-world-vk .swiper-pagination {
    bottom: -35px;
    z-index: 3
}

.new-world-vk .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fe412d
}

.new-world-vk .swiper-pagination .swiper-pagination-bullet {
    background: rgba(99, 107, 113, .5)
}

.main-shops {
    background: #f9f9f9;
    border-radius: 12px
}

.main-shops__all-link {
    margin-top: 25px;
    width: 100%
}

.main-shops__slider {
    position: relative
}

@media (min-width: 568px) {
    .main-shops__slider {
        padding-bottom: 40px
    }
}

@media (min-width: 1024px) {
    .main-shops__slider {
        padding-bottom: 0
    }
}

.main-shops__slider .swiper-pagination {
    bottom: auto;
    top: 170px;
    z-index: 3
}

@media (min-width: 568px) {
    .main-shops__slider .swiper-pagination {
        top: 427px
    }
}

.main-shops__slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff
}

.main-shops__slider .swiper-slide {
    background: #fff;
    border-radius: 0 0 12px 12px
}

.main-shops__slider-img-wrapper {
    position: relative;
    max-height: 203px;
    min-height: 203px;
    border-radius: 8px 8px 0 0;
    overflow: hidden
}

@media (min-width: 568px) {
    .main-shops__slider-img-wrapper {
        max-height: 230px;
        min-height: 230px
    }
}

.main-shops__slider-img-wrapper a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(22, 20, 22, .27)
}

.main-shops__slider-img-wrapper img {
    max-height: 203px;
    min-height: 203px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width: 568px) {
    .main-shops__slider-img-wrapper img {
        max-height: 230px;
        min-height: 230px
    }
}

.main-shops__slider-content {
    padding: 16px
}

.main-shops__slider-name {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 4px;
    white-space: nowrap
}

.main-shops__slider-address {
    color: #636b71;
    font-size: 16px;
    margin-bottom: 12px
}

.main-shops__slider-subtitle {
    color: #636b71;
    font-size: 16px;
    margin-bottom: 4px
}

.main-shops__slider-working-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px
}

.main-shops__slider-working-time span {
    display: block;
    font-size: 16px;
    font-weight: 600
}

.main-shops__slider-working-time span:nth-child(1) {
    margin-right: 4px
}

.main-shops__slider-link {
    color: #fe412d;
    font-size: 16px;
    position: relative;
    display: inline;
    -webkit-transition: .3s;
    transition: .3s
}

.main-shops__slider-link:hover {
    color: #636b71
}

.main-shops__slider-link:before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -23px;
    background-image: url(../icons/pinn.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px
}

.main-raitings .swiper-slide {
    min-height: 349px;
    max-height: 349px
}

.main-raitings .swiper-slide .main-raitings__wrapper {
    min-height: 349px;
    max-height: 349px
}

.main-raitings__wrapper {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 12px
}

.main-raitings__img-wrapper {
    margin-bottom: 17px
}

.main-raitings__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

.main-raitings__total {
    font-weight: 700;
    font-size: 32px;
    margin-right: 12px
}

@media (min-width: 568px) {
    .main-raitings__total {
        font-size: 24px;
        margin-right: 12px
    }
}

@media (min-width: 768px) {
    .main-raitings__total {
        margin-right: 8px
    }
}

.main-raitings__raiting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.main-raitings__raiting-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.main-raitings__img {
    max-width: 150px;
    min-height: 28px;
    max-height: 28px
}

.main-raitings__star {
    margin-right: 3px
}

@media (min-width: 568px) {
    .main-raitings__star {
        margin-right: 2px
    }
}

.main-raitings__star svg {
    width: 17px;
    height: 17px
}

.main-raitings__raiting {
    margin-right: 12px
}

@media (min-width: 568px) {
    .main-raitings__raiting {
        margin-right: 16px
    }
}

@media (min-width: 768px) {
    .main-raitings__raiting {
        margin-right: 10px
    }
}

.main-raitings__raiting-count {
    color: #636b71;
    font-size: 16px
}

@media (min-width: 568px) {
    .main-raitings__raiting-count {
        font-size: 14px;
        white-space: nowrap
    }
}

.main-raitings__commend-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.main-raitings__commend-percent {
    background: #fe412d;
    color: #fff;
    font-size: 11px;
    border-radius: 4px;
    padding: 2px 4px;
    text-align: center;
    margin-left: 25px;
    margin-bottom: 4px;
    position: relative
}

.main-raitings__commend-percent:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: -2px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-image: url(../icons/commend.svg);
    left: -24px
}

.main-raitings__commend-count {
    color: #636b71;
    font-size: 13px
}

@media (min-width: 568px) {
    .main-raitings__commend-count {
        font-size: 13px;
        white-space: nowrap
    }
}

@media (min-width: 568px) {
    .main-raitings .btn--reverse {
        padding: 7px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.main-raitings__human {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 17px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e3e3e3;
    min-height: 66px
}

.main-raitings__human p {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    font-size: 18px;
    font-weight: 500
}

.main-raitings__human-stars .main-raitings__raiting-wrapper {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.main-raitings__human-stars p {
    font-size: 13px;
    font-weight: 400;
    white-space: nowrap
}

.main-raitings__content-text p {
    min-height: 136px;
    margin-bottom: 20px;
    overflow: hidden;
    max-height: 136px
}

.main-raitings__content-text p + a {
    color: #fe412d;
    position: absolute;
    bottom: 23px;
    display: inline
}

.main-raitings__content-text p + a:hover {
    color: #636b71
}

.main-raitings__content-text p + a:hover:before {
    right: -25px
}

.main-raitings__content-text p + a:before {
    position: absolute;
    content: "";
    right: -20px;
    top: 6px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-image: url(../icons/arr.svg);
    width: 13px;
    height: 13px;
    -webkit-transition: .3s;
    transition: .3s
}

.main-raitings .btn--reverse {
    position: absolute;
    width: calc(100% - 45px);
    bottom: 24px
}

.main-raitings__text p {
    font-size: 16px;
    margin-bottom: 15px;
    max-height: 88px;
    min-height: 88px;
    overflow: hidden
}

.main-raitings .swiper-pagination {
    bottom: -25px
}

.main-raitings .swiper-pagination-bullet-active {
    background: #fe412d
}

.main-about {
    overflow: hidden
}

.main-about__video {
    max-height: 200px;
    min-height: 200px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 24px
}

@media (min-width: 568px) {
    .main-about__video {
        max-height: 348px;
        min-height: 348px
    }
}

@media (min-width: 568px) {
    .main-about iframe {
        height: 348px
    }
}

.main-about__video-plug {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .3s;
    transition: .3s
}

.main-about__video-plug.hidden {
    opacity: 0;
    visibility: hidden
}

.main-about__video-plug-play {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s
}

.main-about__video-plug-play:hover {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1)
}

.main-about__video-plug-play:active {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9)
}

.main-about__video-plug-play.hidden {
    opacity: 0;
    visibility: hidden
}

.main-about__video-duration {
    position: absolute;
    z-index: 2;
    top: 12px;
    right: 12px;
    background: #fff;
    border-radius: 6px;
    padding: 2px 5px;
    -webkit-transition: .3s;
    transition: .3s
}

.main-about__video-duration.hidden {
    opacity: 0;
    visibility: hidden
}

.main-about__video-duration span {
    font-size: 14px
}

.main-about__text-wrapper {
    max-height: 252px;
    overflow: hidden
}

.main-about__text-wrapper.full-view {
    max-height: 100%;
    overflow: auto
}

.main-about__text-wrapper p {
    font-size: 16px;
    line-height: 24px
}

.main-about__text-wrapper p:not(:nth-last-child(1)) {
    margin-bottom: 15px
}

.main-about__text-wrapper.full-view {
    max-height: 100%;
    overflow: auto
}

.main-about__text-wrapper.full-view + .main-about__text-controls .main-about__text-plug {
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 0
}

.main-about__text-btn {
    color: #fe412d;
    font-size: 16px;
    position: relative;
    z-index: 3;
    margin-top: 15px
}

.main-about__text-btn.open:before {
    -webkit-transform: rotate(180deg) translateY(5px);
    transform: rotate(180deg) translateY(5px)
}

.main-about__text-btn:before {
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    background-image: url(../icons/arr.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -21px;
    -webkit-transition: .3s;
    transition: .3s
}

.main-about__text-plug {
    width: 100%;
    height: 1px;
    background: #fff;
    -webkit-box-shadow: 0 0 50px 85px #fff;
    box-shadow: 0 0 50px 85px #fff;
    position: relative;
    z-index: 2;
    -webkit-transition: .3s;
    transition: .3s
}

.main-about__text-controls {
    display: none
}

.main-about__text-controls.visible {
    display: block
}

@media (min-width: 1024px) {
    .main-about .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .main-about .container .main-about__video-wrapper, .main-about .container .main-about__video {
        width: 48%
    }

    .main-about .container .main-about__video-plug {
        height: 100%;
        z-index: 3
    }

    .main-about .container .main-about__video-plug-play, .main-about .container .main-about__video-duration {
        z-index: 4
    }

    .main-about .container .main-about__video-wrapper {
        padding: 50px 0;
        -webkit-transition: 1s;
        transition: 1s
    }

    .main-about .container .main-about__video-wrapper.full {
        padding: 0
    }

    .main-about .container .main-about__text-wrapper {
        max-height: 166px;
        -webkit-transition: 1s;
        transition: 1s
    }

    .main-about .container .main-about__text-wrapper.full {
        max-height: 234px
    }

    .main-about .container .main-about__text-controls.visible {
        margin-top: 23px
    }

    .main-about .container iframe {
        position: relative;
        z-index: 3
    }
}

.scrollToTop {
    position: fixed;
    bottom: 100px;
    right: 17px;
    width: 30px;
    height: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 999px
}

.scrollToTop.show {
    opacity: 1;
    visibility: visible
}

.scrollToTop img {
    width: 100%;
    border-radius: 999px;
    -webkit-box-shadow: 0px 2px 24px rgba(48, 46, 56, .36);
    box-shadow: 0px 2px 24px rgba(48, 46, 56, .36)
}

.scrollToTop span {
    font-size: 12px;
    text-align: center
}

@media (min-width: 1024px) {
    .scrollToTop {
        bottom: 50px;
        right: 26px;
        width: 40px;
        height: 40px
    }

    .scrollToTop img {
        min-width: 40px;
        min-height: 40px
    }

    .scrollToTop:hover {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        -webkit-box-shadow: 0px 4px 24px rgba(48, 46, 56, .36);
        box-shadow: 0px 4px 24px rgba(48, 46, 56, .36)
    }
}

.breadcrumbs {
    padding: 24px 0 32px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto
}

.breadcrumbs::-webkit-scrollbar {
    width: 0;
    border-radius: 8px;
    height: 0
}

.breadcrumbs::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);
    height: 0
}

.breadcrumbs::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    border: none;
    height: 0
}

@media (max-width: 768px) {
    .breadcrumbs {
        padding: 16px 0
    }
}

.breadcrumbs span {
    display: block;
    margin: 0 12px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500
}

.breadcrumbs__item {
    font-size: 14px;
    line-height: 20px;
    color: #636b71;
    -webkit-transition: .3s;
    transition: .3s;
    white-space: nowrap
}

.breadcrumbs__item:hover {
    color: #fe412d
}

.breadcrumbs__item--last {
    cursor: default
}

.breadcrumbs__item--last:hover {
    color: #636b71
}

.catalog .select2 {
    min-width: 240px;
    max-width: 240px
}

.catalog .select2-selection {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    border-radius: 8px !important;
    border-color: #e3e3e3 !important
}

.catalog .select2-selection {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 44px;
    max-height: 44px
}

@media (max-width: 1023px) {
    .catalog .select2-selection {
        min-height: 40px;
        max-height: 40px
    }
}

.catalog .select2-container--default .select2-selection--single .select2-selection__arrow {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    background-image: url(../icons/arr-gray.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px;
    -webkit-transition: .3s;
    transition: .3s;
    right: 14px
}

.catalog .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none
}

.catalog .select2-container--open .select2-selection__arrow {
    -webkit-transform: translateY(-50%) rotate(180deg) !important;
    transform: translateY(-50%) rotate(180deg) !important
}

.catalog .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 11px !important
}

.catalog .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000
}

.catalog__filter-btn--main {
    display: none
}

.catalog__sort-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1023px) {
    .catalog .catalog__filter-btn--main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        cursor: pointer;
        border: 1px solid #e3e3e3;
        border-radius: 8px;
        padding: 8px 10px
    }

    .catalog .catalog__filter-btn--main span {
        margin-right: 7px;
        font-size: 16px
    }

    .catalog .catalog__filter-btn--main img {
        -webkit-transition: .6s ease-in-out;
        transition: .6s ease-in-out
    }

    .catalog .catalog__filter-btn--main.active img {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@media (max-width: 568px) {
    .catalog .catalog__filter-btn--main {
        padding: 9px 10px
    }

    .catalog .catalog__filter-btn--main span {
        display: none;
        margin-right: 0
    }
}

.select2-dropdown {
    top: 4px !important;
    border-radius: 12px !important;
    border: 1px solid #e3e3e3 !important
}

.select2-results__option {
    padding: 11px !important
}

@media (max-width: 1023px) {
    .select2-results__option {
        padding: 9px !important
    }
}

.select2-results__option--selected {
    background-color: #f9f9f9 !important;
    color: #000 !important
}

.select2-results__option--selected {
    position: relative
}

.select2-results__option--selected:before {
    position: absolute;
    content: "";
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    background-image: url(../icons/gal.svg);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 16px
}

.select2-results__option--highlighted {
    background-color: #e3e3e3 !important;
    color: #000 !important
}

.select2-results__option:nth-child(1) {
    border-radius: 8px 8px 0 0
}

.select2-results__option:nth-last-child(1) {
    border-radius: 0 0 8px 8px
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pagination__item {
    font-size: 16px;
    -webkit-transition: .3s;
    transition: .3s;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 999px;
    margin-right: 10px
}

.pagination__item:hover {
    background: #e3e3e3
}

.pagination__item.active {
    background: #f9f9f9;
    cursor: default
}

.pagination span {
    margin-right: 10px
}

@media (max-width: 576px) {
    .pagination__item {
        margin-right: 0
    }

    .pagination span {
        margin-left: 10px
    }
}

.filter__result-float {
    position: absolute;
    padding: 0;
    border-radius: 8px;
    border: 1px solid #fe412d;
    background: #fe412d;
    right: -120px;
    z-index: 25;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s;
    transition: .3s
}

.filter__result-float:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -47px;
    border: 12px solid rgba(0, 0, 0, 0);
    border-right: 35px solid #fe412d;
    -webkit-transition: .3s;
    transition: .3s
}

.filter__result-float.visible {
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.filter__result-float p {
    margin-bottom: 10px;
    font-size: 13px
}

.filter__result-float .btn {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 576px) {
    .filter__result-float {
        display: none
    }
}

.lg-backdrop {
    background: -webkit-gradient(linear, left bottom, left top, from(#d1d1d1), to(#636363));
    background: linear-gradient(360deg, #d1d1d1, #636363)
}

.lg-img-wrap img {
    border-radius: 12px
}

.lg-counter, .lg-toolbar .lg-icon {
    color: #fff !important
}

.lg-counter *, .lg-toolbar .lg-icon * {
    color: #fff !important
}

.lg-sub-html {
    color: #000 !important
}

.lg-sub-html {
    font-weight: 600
}

#lg-next-1, #lg-prev-1, #lg-next-2, #lg-prev-2 {
    border-radius: 12px
}

.product__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px
}

@media (max-width: 1599px) {
    .product__wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (max-width: 1399px) {
    .product__wrapper {
        margin-bottom: 52px
    }
}

@media (max-width: 700px) {
    .product__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.product__sliders {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-preferred-size: 49.32%;
    flex-basis: 49.32%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width: 1599px) {
    .product__sliders {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%
    }
}

@media (max-width: 1399px) {
    .product__sliders {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (max-width: 700px) {
    .product__sliders {
        margin-bottom: 53px
    }
}

.product__sliders .card__label {
    top: 20px;
    left: 127px
}

@media (max-width: 1599px) {
    .product__sliders .card__label {
        left: 111px
    }
}

@media (max-width: 1399px) {
    .product__sliders .card__label {
        left: 20px
    }
}
.product__color-choice {
    margin-bottom: 0
}
@media (max-width: 700px) {
    .product__color-choice {
        margin-bottom: 20px
    }
}

.product__color-choice-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
}

.product__color-choice-title span:nth-child(1) {
    color: #636b71
}

.product__color-choice-wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 13px;
    max-width: 297px;
    overflow-x: auto;
    padding: 4px 4px 8px 4px;
}

.product__color-choice-item {
    min-width: 48px;
    min-height: 48px;
    border-radius: 999px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}
.product__color-choice-wrp::-webkit-scrollbar {
    height: 4px!important;
}

.product__color-choice-wrp::-webkit-scrollbar-track {
    background: #efefef !important;
}

.product__color-choice-wrp::-webkit-scrollbar-thumb {
    background-color: #cbcbcb!important;
    border-radius: 20px!important;
}
@media (max-width: 700px) {
    .product__color-choice-wrp {
        max-width: calc(100vw - 32px);
    }
    .product__color-choice-item {
        min-width: 32px;
        min-height: 32px
    }
}

.product__color-choice-item:before {
    content: "";
    position: absolute;
    width: 54px;
    height: 54px;
    border: 1.5px solid rgba(0, 0, 0, 0);
    border-radius: 999px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (max-width: 700px) {
    .product__color-choice-item:before {
        width: 38px;
        height: 38px
    }
}

.product__color-choice-item.active:before {
    border: 1.5px solid #fe412d
}

.product__color-choice-item {
    border: 1px solid gray!important;
}

.product__slider--add {
    max-width: 82px;
    min-width: 82px;
    max-height: 100%;
    margin-right: 24px
}

.product__slider--add.slider-padding {
    padding-top: 30px
}

@media (max-width: 1399px) {
    .product__slider--add.slider-padding {
        padding-left: 30px;
        padding-top: 0
    }
}

@media (max-width: 1024px) {
    .product__slider--add.slider-padding {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width: 1599px) {
    .product__slider--add {
        max-width: 67px;
        min-width: 67px
    }
}

@media (max-width: 1399px) {
    .product__slider--add {
        margin-right: 0;
        max-width: 411px;
        min-width: 411px;
        margin-top: 16px
    }
}

@media (max-width: 992px) {
    .product__slider--add {
        min-width: calc(50vw - 30px);
        max-width: calc(50vw - 30px)
    }
}

/*@media (max-width: 768px) {
    .product__slider--add {
        display: none !important
    }
}*/

.product__slider--add .slide {
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0)
}

.product__slider--add .slide:not(:nth-last-child(1)) {
    margin-bottom: 8px
}

.product__slider--add .slide img {
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0)
}

.product__slider--add .slide.slick-current img {
    border: 1px solid #fe412d;
    border-radius: 8px
}

.product__slider--add img {
    max-width: 80px;
    max-height: 80px;
    min-width: 80px;
    min-height: 80px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 1599px) {
    .product__slider--add img {
        max-width: 65px;
        max-height: 65px;
        min-width: 65px;
        min-height: 65px;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media (max-width: 1399px) {
    .product__slider--add img {
        max-width: 60px;
        max-height: 60px;
        min-width: 60px;
        min-height: 60px;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.product__slider--add .slick-arrow {
    font-size: 0;
    background-image: url(../icons/slider-arrow.svg);
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 4
}

@media (max-width: 1599px) {
    .product__slider--add .slick-arrow {
        display: none
    }
}

.product__slider--add .slick-prev {
    top: 0
}

@media (max-width: 1399px) {
    .product__slider--add .slick-prev {
        top: 22px;
        left: 3px;
        -webkit-transform: translateX(-50%) rotate(270deg);
        transform: translateX(-50%) rotate(270deg)
    }
}

.product__slider--add .slick-next {
    bottom: 115px;
    -webkit-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg)
}

@media (max-width: 1599px) {
    .product__slider--add .slick-next {
        bottom: 0
    }
}

@media (max-width: 1399px) {
    .product__slider--add .slick-next {
        bottom: auto;
        right: -30px;
        left: auto;
        top: 22px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

@media (max-width: 1024px) {
    .product__slider--add .slick-next {
        right: -13px
    }
}

@media (max-width: 992px) {
    .product__slider--add .slick-next {
        right: -4px
    }
}

.product__slider--main {
    max-width: 616px;
    width: 100%
}

@media (max-width: 1599px) {
    .product__slider--main {
        max-width: 450px;
        width: 100%
    }
}

@media (max-width: 1399px) {
    .product__slider--main {
        max-width: 536px;
        width: 100%
    }
}

@media (max-width: 992px) {
    .product__slider--main {
        max-width: calc(348px + 118 * (100vw - 769px) / 223);
        min-width: 100px;
        max-height: calc(348px + 118 * (100vw - 769px) / 223);
        min-height: 100px
    }
}

@media (max-width: 992px) {
    .product__slider--main .slick-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 16px
    }

    .product__slider--main .slick-dots button {
        font-size: 0;
        width: 6px;
        height: 6px;
        background: #feebe9;
        -webkit-transition: .3s;
        transition: .3s;
        border-radius: 20px
    }

    .product__slider--main .slick-dots li {
        list-style: none
    }

    .product__slider--main .slick-dots li:not(:nth-last-child(1)) {
        margin-right: 8px
    }

    .product__slider--main .slick-dots li.slick-active button {
        background: #fe412d
    }
}

@media (max-width: 700px) {
    .product__slider--main {
        max-width: calc(100vw - 32px);
        max-height: 348px
    }
}

.product__slider--main .slide {
    cursor: pointer;
    overflow: hidden;
    border-radius: 12px
}

.product__slider--main .slide:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

@media (max-width: 992px) {
    .product__slider--main .slide:hover img {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.product__slider--main img {
    max-width: 616px;
    max-height: 616px;
    min-width: 616px;
    min-height: 616px;
    -webkit-transition: .3s;
    transition: .3s;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 1599px) {
    .product__slider--main img {
        max-width: 450px;
        max-height: 450px;
        min-width: 450px;
        min-height: 450px
    }
}

@media (max-width: 1399px) {
    .product__slider--main img {
        max-width: 536px;
        max-height: 536px;
        min-width: 536px;
        min-height: 536px
    }
}

@media (max-width: 992px) {
    .product__slider--main img {
        max-width: calc(348px + 116 * (100vw - 769px) / 223);
        max-height: calc(348px + 116 * (100vw - 769px) / 223);
        min-width: 100px;
        min-height: 100px
    }
}

@media (max-width: 700px) {
    .product__slider--main img {
        max-width: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        max-height: 348px;
        min-height: 348px;
        border-radius: 8px
    }
}

@media (max-width: 433px) {
    .product__slider--main img {
        -o-object-fit: cover;
        object-fit: cover
    }
}

.product__content {
    -ms-flex-preferred-size: 50.68%;
    flex-basis: 50.68%;
    padding-left: 60px
}

@media (max-width: 1599px) {
    .product__content {
        -ms-flex-preferred-size: 52%;
        flex-basis: 52%;
        padding-left: 0
    }
}

@media (max-width: 1399px) {
    .product__content {
        -ms-flex-preferred-size: 52%;
        flex-basis: 52%;
        padding-left: 34px
    }
}

.product__content-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 8px
}

@media (max-width: 700px) {
    .product__content {
        padding-left: 0
    }
}

.product__availability {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 12px;
    background: #f9f9f9;
    border-radius: 4px
}

.product__availability img {
    margin-right: 4px;
    width: 13px
}

.product__availability span {
    color: #319795;
    font-size: 12px
}

.product__favourite {
    background: #f9f9f9;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px
}

.product__favourite button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s;
    transition: .3s
}

.product__favourite button.active svg path {
    fill: #fe412d
}

.product__favourite button:active {
    -webkit-transform: scale(0.65);
    transform: scale(0.65)
}

.product__favourite svg {
    width: 20px;
    height: 20px
}

.product__title {
    font-size: 36px;
    font-weight: 900;
    letter-spacing: -0.72px;
    margin-bottom: 32px;
    max-height: 98px;
    overflow: hidden
}

@media (max-width: 1399px) {
    .product__title {
        font-size: 32px;
        margin-bottom: 24px;
        line-height: 36px;
        max-height: 111px
    }
}

@media (max-width: 768px) {
    .product__title {
        font-size: 28px;
        max-height: 96px;
        line-height: 32px;
        margin-bottom: 20px
    }
}

@media (max-width: 568px) {
    .product__title {
        font-size: 24px
    }
}

.product__content-main-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 1399px) {
    .product__content-main-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.product__content-main-wrapper {
    display: grid;
    grid-row-gap: 32px;
    margin-right: 32px;
    width: 100%;
    max-width: 355px;
    min-width: 355px
}

@media (max-width: 1599px) {
    .product__content-main-wrapper {
        max-width: 295px;
        min-width: 295px
    }
}

@media (max-width: 1399px) {
    .product__content-main-wrapper {
        max-width: 100%;
        min-width: 100%;
        margin-right: 0
    }
}

.product__characteristic button {
    color: #fe412d;
    font-size: 14px
}

@media (max-width: 568px) {
    .product__characteristic button {
        font-size: 16px
    }
}

.product__characteristic button:hover {
    text-decoration: underline
}

@media (max-width: 768px) {
    .product__characteristic {
        margin-bottom: 20px
    }
}

.product__characteristic-title {
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.24px;
    font-size: 16px;
    margin-bottom: 16px;
    margin-top: 0
}

.product__characteristic-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 16px
}

.product__characteristic-row .product__characteristic-item-color {
    width: 11px;
    height: 11px;
    border-radius: 999px;
    background: #e3e3e3;
    margin-left: 4px
}

.product__characteristic-row:nth-child(2) p:nth-child(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product__characteristic-row p:nth-child(1) {
    color: #90949a;
    font-size: 14px;
    white-space: nowrap
}

@media (max-width: 568px) {
    .product__characteristic-row p:nth-child(1) {
        font-size: 16px
    }
}

.product__characteristic-row p:nth-child(3) {
    font-size: 14px
}

@media (max-width: 568px) {
    .product__characteristic-row p:nth-child(3) {
        font-size: 16px
    }
}

.product__characteristic-item-separator {
    width: 100%;
    margin: 0 9px 4px 9px;
    border-bottom: 1px dashed #e3e3e3
}

.product__order {
    padding: 20px;
    background: #f9f9f9;
    border-radius: 12px;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content
}

@media (max-width: 768px) {
    .product__order {
        padding: 16px
    }
}

.product__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    white-space: nowrap
}

.product__current-price {
    font-size: 36px;
    font-weight: 900;
    white-space: nowrap
}

@media (max-width: 768px) {
    .product__current-price {
        font-size: 28px
    }
}

.product__price-count {
    color: #636b71;
    font-size: 16px;
    margin: 0 9px;
    white-space: nowrap;
    line-height: 66px
}

@media (max-width: 768px) {
    .product__price-count {
        line-height: 52px
    }
}

.product__old-price {
    color: #636b71;
    font-size: 16px;
    text-decoration: line-through;
    white-space: nowrap;
    line-height: 66px
}

@media (max-width: 768px) {
    .product__old-price {
        line-height: 52px
    }
}

.product__partners-title {
    font-size: 16px;
    margin-bottom: 16px;
    font-weight: 400
}

@media (max-width: 768px) {
    .product__partners-title {
        font-size: 14px
    }
}

.product__partners {
    position: relative;
    top: -20px
}

@media (max-width: 1399px) {
    .product__partners {
        position: static;
        margin-top: 24px
    }
}

.product__partners-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product__partners-link {
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    padding: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s;
    transition: .3s
}

.product__partners-link:hover {
    background: #f9f9f9
}

.product__partners-link:not(:nth-last-child(1)) {
    margin-right: 8px
}

@media (max-width: 374px) {
    .product__partners-link:not(:nth-last-child(1)) {
        margin-right: 4px
    }
}

.product .btn--transparent {
    background: rgba(0, 0, 0, 0);
    color: #fe412d;
    margin-top: 12px;
    -webkit-transition: .3s;
    transition: .3s;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product .btn--transparent img {
    width: 19px;
    margin-left: 4px
}

.product .btn--transparent:hover {
    background: #fff
}

.product .btn--product-basket {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.product .btn--product-basket span {
    color: #fff
}

.product .btn--product-basket:hover svg path {
    stroke: #fe412d
}

.product .btn--product-basket:hover span {
    color: #fe412d
}

.product .btn--product-basket svg {
    width: 22px;
    margin-left: 4px;
    -webkit-transition: .3s;
    transition: .3s
}

.product .btn--product-basket svg path {
    -webkit-transition: .3s;
    transition: .3s
}

.product .btn--product-basket.active svg {
    -webkit-transform: scale(0);
    transform: scale(0);
    width: 0
}

.product__tabs {
    -ms-flex-preferred-size: 53.5%;
    flex-basis: 53.5%;
    margin-bottom: 80px
}

@media (max-width: 1599px) {
    .product__tabs {
        -ms-flex-preferred-size: 65%;
        flex-basis: 65%
    }
}

@media (max-width: 1399px) {
    .product__tabs {
        -ms-flex-preferred-size: 78%;
        flex-basis: 78%;
        margin-bottom: 56px
    }
}

@media (max-width: 992px) {
    .product__tabs {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 52px
    }
}

.product__tabs-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 32px;
    max-width: calc(100vw - 32px);
    overflow-y: auto
}

@media (max-width: 768px) {
    .product__tabs-nav {
        margin-bottom: 24px
    }
}

.product__tabs-nav::-webkit-scrollbar {
    width: 0;
    border-radius: 8px;
    height: 0
}

.product__tabs-nav::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);
    height: 0
}

.product__tabs-nav::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 20px;
    border: none;
    height: 0
}

.product__tabs-nav-btn {
    padding: 8px 20px;
    border-radius: 8px;
    border: 1px solid #e3e3e3;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 16px;
    white-space: nowrap
}

.product__tabs-nav-btn:not(:nth-last-child(1)) {
    margin-right: 8px
}

.product__tabs-nav-btn:hover {
    background: #e3e3e3
}

.product__tabs-nav-btn--active {
    background: #fe412d;
    color: #fff
}

.product__tabs-nav-btn--active:hover {
    background: #fe412d;
    cursor: default
}

@media (max-width: 768px) {
    .product__tabs-nav-btn {
        font-size: 14px;
        white-space: nowrap
    }
}

.product__tabs-content-item {
    display: none
}

.product__tabs-content-item--active {
    display: block
}

.product__tabs-content-item--desc {
    font-size: 16px;
}

.product__tabs-content-item--desc p {
    font-size: 16px;
    line-height: 24px
}

.product__tabs-content-item--guarantee > div:not(:nth-last-child(1)) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e3e3e3
}

.product__tabs-content-item--guarantee p {
    margin-bottom: 16px
}

.product__tabs-content-item--guarantee p strong {
    font-weight: 700
}

.product__tabs-content-item--guarantee ul {
    padding-left: 20px
}

.product__tabs-content-item--guarantee ul li, .product__tabs-content-item--guarantee p {
    font-size: 16px;
    line-height: 24px
}

.product__tabs-content-item--characteristics > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product__tabs-content-item--characteristics > div p:nth-child(1) {
    color: #90949a;
    font-size: 16px;
    white-space: nowrap
}

@media (max-width: 568px) {
    .product__tabs-content-item--characteristics > div p:nth-child(1) {
        font-size: 14px
    }
}

.product__tabs-content-item--characteristics > div p:nth-child(3) {
    font-size: 16px;
    white-space: nowrap
}

@media (max-width: 568px) {
    .product__tabs-content-item--characteristics > div p:nth-child(3) {
        font-size: 14px
    }
}

.product__tabs-content-item--characteristics > div:not(:nth-last-child(1)) {
    margin-bottom: 16px
}

.product__tabs-content-item--characteristics > div:nth-child(1) p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product__tabs-content-item--characteristics > div:nth-child(1) span {
    display: block;
    width: 11px;
    height: 11px;
    border-radius: 999px;
    background: #e3e3e3;
    margin-left: 4px
}

.product__sertificates-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product__sertificates-wrapper a {
    border: 1px solid #e3e3e3;
    padding: 4px 8px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 8px
}

.product__sertificates-wrapper a:not(:nth-last-child(1)) {
    margin-right: 8px
}

.product__sertificates-wrapper a img {
    margin-right: 6px;
    max-width: 20px;
    width: 100%
}

.product .product__tabs-content-item--characteristics.product__tabs-content-item--flex-wrap.product__tabs-content-item--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.product .product__tabs-content-item--characteristics.product__tabs-content-item--flex-wrap.product__tabs-content-item--active > div {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

@media (max-width: 1024px) {
    .product .bestPrice {
        margin-bottom: 78px
    }

    .product .main-about {
        margin-bottom: 25px
    }

    .product h2.h2 {
        font-size: 28px
    }
}

@media (max-width: 768px) {
    .product .bestPrice .swiper-horizontal > .swiper-scrollbar, .product .swiper-scrollbar.swiper-scrollbar-horizontal {
        height: 2px;
        bottom: -18px
    }
}

@media (max-width: 568px) {
    .product h2.h2 {
        font-size: 24px
    }
}

.action {
    margin-bottom: 80px
}

@media (max-width: 1024px) {
    .action {
        margin-bottom: 56px
    }
}

@media (max-width: 768px) {
    .action {
        margin-bottom: 52px
    }
}

@media (max-width: 568px) {
    .action {
        margin-bottom: 44px
    }
}

.action h1 {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 32px 0
}

@media (max-width: 768px) {
    .action h1 {
        margin-bottom: 24px
    }
}

@media (max-width: 568px) {
    .action h1 {
        margin-bottom: 32px
    }
}

.action__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e3e3
}

@media (max-width: 1199px) {
    .action__list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 16px;
        padding-bottom: 0;
        border-bottom: none
    }
}

@media (max-width: 568px) {
    .action__list {
        gap: 12px
    }
}

.action__item {
    -ms-flex-preferred-size: 32.4%;
    flex-basis: 32.4%;
    padding: 24px;
    border-radius: 12px;
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 258px;
    position: relative;
    overflow: hidden
}

@media (max-width: 1599px) {
    .action__item {
        -ms-flex-preferred-size: 32.25%;
        flex-basis: 32.25%
    }
}

@media (max-width: 1399px) {
    .action__item {
        -ms-flex-preferred-size: 32.15%;
        flex-basis: 32.15%
    }
}

@media (max-width: 1199px) {
    .action__item {
        -ms-flex-preferred-size: 48.9%;
        flex-basis: 48.9%
    }
}

@media (max-width: 768px) {
    .action__item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        min-height: 230px
    }
}

@media (max-width: 568px) {
    .action__item {
        min-height: 200px;
        max-height: 200px;
        padding: 16px
    }
}

.action__item:hover {
    -webkit-box-shadow: 0 0 14px 7px #d0d0d0;
    box-shadow: 0 0 14px 7px #d0d0d0
}

.action__item:hover .action__item-img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.action__item:hover .action__item-btn img {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.action__item:not(:nth-child(3n)) {
    margin-right: 20px
}

@media (max-width: 1199px) {
    .action__item:not(:nth-child(3n)) {
        margin-right: 0
    }
}

.action__item:not(:nth-last-child(1)), .action__item:not(:nth-last-child(2)), .action__item:not(:nth-last-child(3)) {
    margin-bottom: 20px
}

@media (max-width: 1199px) {
    .action__item:not(:nth-last-child(1)), .action__item:not(:nth-last-child(2)), .action__item:not(:nth-last-child(3)) {
        margin-bottom: 0
    }
}

.action__item-img {
    position: absolute;
    bottom: 0;
    right: 0;
    max-height: 258px
}

.action__item h3 {
    font-size: 22px;
    font-weight: 500;
    max-width: 59%
}

@media (max-width: 1599px) {
    .action__item h3 {
        max-width: 61%;
        position: relative;
        z-index: 2
    }
}

@media (max-width: 1399px) {
    .action__item h3 {
        max-width: 56%;
        position: relative;
        z-index: 2
    }
}

@media (max-width: 768px) {
    .action__item h3 {
        max-width: 54%
    }
}

@media (max-width: 568px) {
    .action__item h3 {
        font-size: 18px;
        max-width: 62%
    }
}

.action__item span {
    font-size: 14px;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 4px 12px;
    border-radius: 61px
}

@media (max-width: 1599px) {
    .action__item span {
        position: relative;
        z-index: 2
    }
}

.action__item img {
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 12px
}

.action__item img.custom-img {
    max-height: 166px
}

@media (max-width: 768px) {
    .action__item img {
        max-height: 230px
    }

    .action__item img.custom-img {
        max-height: 210px
    }
}

@media (max-width: 568px) {
    .action__item img {
        max-height: 200px
    }

    .action__item img.custom-img {
        max-height: 138px
    }
}

.action__item--light h3, .action__item--light span {
    color: #fff
}

.action__item--light span {
    border: 1px solid rgba(255, 255, 255, .2)
}

.action__item--dark h3, .action__item--dark span {
    color: #000
}

.action__item--dark span {
    border: 1px solid rgba(0, 0, 0, .2)
}

.action__item-btn {
    border-radius: 8px;
    background-color: rgba(255, 255, 255, .2);
    padding: 9px 12px 8px 12px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content
}

.action__item-btn img {
    -webkit-transition: .5s;
    transition: .5s
}

.action__item-label {
    position: absolute;
    z-index: 3;
    padding: 6px 12px;
    border-radius: 999px;
    -webkit-transform: rotate(19deg);
    transform: rotate(19deg);
    left: 35%;
    top: 18px
}

@media (max-width: 1599px) {
    .action__item-label {
        left: 45%;
        top: 15px
    }
}

@media (max-width: 768px) {
    .action__item-label {
        left: 28%;
        top: 15px
    }
}

@media (max-width: 568px) {
    .action__item-label {
        left: 174px;
        top: 15px;
        padding: 5px 9px
    }
}

.action__item-label span {
    border: none;
    padding: 0;
    color: #000;
    font-size: 16px
}

.search h1 p {
    display: inline;
    margin-left: 6px
}

.search .catalog__bot {
    margin-bottom: 80px
}

@media (max-width: 1024px) {
    .search .catalog__bot {
        margin-bottom: 40px
    }
}

@media (max-width: 768px) {
    .search .catalog__bot {
        margin-bottom: 25px
    }
}

@media (max-width: 568px) {
    .search h1 {
        font-size: 22px !important
    }
}

.search__top {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.search__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.search__list .card {
    -ms-flex-preferred-size: 19.5%;
    flex-basis: 19.5%
}

@media (max-width: 1200px) {
    .search__list .card {
        -ms-flex-preferred-size: 24.5%;
        flex-basis: 24.5%;
        width: 24.5%;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .search__list .card .swiper-pagination {
        bottom: 5px !important
    }

    .search__list .card .card__content {
        padding-top: 9px
    }

    .search__list .card .card__img-slider img {
        max-height: 220px
    }

    .search__list .card .card__img-slider {
        min-height: 220px;
        max-height: 220px
    }

    .search__list .card .swiper-slide {
        padding: 0
    }
}

@media (max-width: 1024px) {
    .search__list .card {
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
        width: 33%
    }
}

@media (max-width: 768px) {
    .search__list .card {
        -ms-flex-preferred-size: 49.5%;
        flex-basis: 49.5%;
        width: 49.5%
    }

    .search__list .card .card__img-slider {
        min-height: 166px;
        max-height: 166px
    }
}

.search__list .product-card_img-container {
    min-height: 254px;
    height: 254px;
    max-height: 254px
}

@media (max-width: 1400px) {
    .basket .container {
        padding-bottom: 0 !important
    }
}

.basket__content {
    margin-bottom: 80px
}

@media (max-width: 1400px) {
    .basket__content {
        margin-bottom: 24px
    }
}

@media (max-width: 768px) {
    .basket__content {
        margin-bottom: 52px
    }
}

@media (max-width: 768px) {
    .basket .btn--watch-all {
        display: none !important
    }

    .basket .bestPrice .swiper-horizontal > .swiper-scrollbar, .basket .swiper-scrollbar.swiper-scrollbar-horizontal {
        bottom: -24px
    }
}

.basket .bestPrice {
    margin-bottom: 40px
}

@media (max-width: 1400px) {
    .basket .bestPrice {
        margin-bottom: 85px
    }
}

@media (max-width: 768px) {
    .basket .bestPrice {
        margin-bottom: 54px
    }
}

.basket__block-empty-basket {
    display: grid;
    justify-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    min-height: 230px
}

.basket__empty-title, .basket__empty-subtitle {
    text-align: center
}

.basket__empty-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.35em;
    letter-spacing: -0.286px
}

.basket__empty-subtitle {
    margin-top: 8px;
    color: #636b71;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: -0.24px
}

.basket__empty-btn.btn {
    margin-top: 24px;
    padding: 12px 20px
}

.basket__block-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.basket__title span {
    font-size: 14px;
    color: #636b71;
    margin-left: 8px;
    font-weight: 400;
    line-height: 1em
}

.basket__inner {
    display: grid;
    grid-template-columns:minmax(100px, 1030px) 350px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    grid-column-gap: 15px;
    grid-column-gap: 40px;
    margin-top: 32px
}

.basket__list-features {
    display: grid;
    grid-template-columns:minmax(100px, 457px) 120px repeat(2, 127px);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 68px;
    list-style-type: none
}

.basket__list-features li {
    font-size: 12px;
    color: #636b71
}

.basket__inner-cards {
    display: grid;
    grid-row-gap: 12px;
    margin-top: 12px
}

.counter {
    position: relative;
    display: grid;
    grid-template-columns:32px 1fr 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 127px;
    height: 48px;
    padding: 8px;
    border: 1px solid;
    border-color: #e3e3e3;
    border-radius: 8px;
    background-color: #fff
}

.counter[disabled] {
    opacity: .5;
    pointer-events: none
}

.counter__input, .counter__btn {
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    outline: none;
    padding: 0
}

.counter__input {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    -webkit-transition: color .3s;
    transition: color .3s
}

.counter__input[type=number]::-webkit-outer-spin-button, .counter__input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.counter__input[type=number] {
    -moz-appearance: textfield
}

.counter__input[type=number]:hover, .counter__input[type=number]:focus {
    -moz-appearance: number-input
}

.counter__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    border-radius: 2px;
    cursor: pointer;
    background-color: #f9f9f9;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.counter__btn:hover .counter__icon > path {
    stroke: #fe412d
}

.counter__btn:disabled {
    cursor: default;
    opacity: .5;
    pointer-events: none
}

.counter__icon path {
    stroke: #1c1f33;
    -webkit-transition: stroke .3s;
    transition: stroke .3s
}

.order-details {
    position: relative;
    display: grid;
    grid-row-gap: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    border-radius: 12px;
    background-color: #f9f9f9;
    padding: 24px
}

.order-details--empty-basket .order-details__info {
    display: grid;
    grid-row-gap: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e3e3
}

.order-details--empty-basket .order-details__empty-basket {
    color: #636b71
}

.order-details .btn {
    padding: 11px 29px;
    font-weight: 700
}

.order-details .btn:hover span {
    color: #fe412d
}

.order-details .btn[disabled] span {
    color: #636b71;
    font-weight: 400
}

.order-details .btn--reverse {
    margin-top: -4px
}

.order-details .btn span {
    font-weight: 700;
    color: #fff;
    -webkit-transition: color .3s;
    transition: color .3s
}

.order-details__title {
    font-size: 22px;
    font-weight: 500;
    color: #1c1f33
}

.order-details__list {
    display: grid;
    grid-row-gap: 8px;
    margin-top: 8px
}

.order-details__list li {
    display: grid;
    grid-auto-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-column-gap: 15px;
    list-style-type: none
}

.order-details__list li span {
    font-size: 16px
}

.order-details__list li span:first-child {
    color: #636b71
}

.order-details__list li span:last-child {
    color: #1c1f33
}

.order-details__wrap-price {
    display: grid;
    grid-auto-flow: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-column-gap: 15px;
    padding-top: 20px;
    border-top: 1px solid #e3e3e3
}

.order-details__inner-price {
    display: grid;
    grid-row-gap: 4px
}

.order-details__old-price {
    font-size: 14px;
    color: #636b71;
    text-decoration: line-through
}

.order-details__price {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.4px;
    color: #1c1f33
}

.making-order .container {
    padding-bottom: 80px
}

.making-order__title {
    font-size: 44px
}

.making-order__inner {
    display: grid;
    grid-template-columns:minmax(100px, 1030px) 350px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    grid-column-gap: 15px;
    grid-column-gap: 40px;
    margin-top: 32px
}

.making-order__wrap-stages {
    display: grid;
    grid-row-gap: 20px
}

.making-order__wrap-aside-info {
    display: grid;
    grid-row-gap: 20px
}

.making-order__wrap-info-blocks {
    display: grid;
    grid-row-gap: 8px
}

.privacy-policy span, .privacy-policy a {
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: -0.24px
}

.privacy-policy span {
    color: #636b71
}

.privacy-policy a {
    display: inline;
    color: #fe412d;
    -webkit-transition: color .3s;
    transition: color .3s
}

.privacy-policy a:hover {
    color: #e31c07
}

.info-block {
    display: grid;
    grid-template-columns:-webkit-max-content auto;
    grid-template-columns:max-content auto;
    grid-column-gap: 8px;
    padding: 16px;
    border: 1px solid #e3e3e3;
    border-radius: 8px
}

.info-block[href]:hover .info-block__title {
    color: #fe412d
}

.info-block__icon {
    width: 24px;
    height: 24px
}

.info-block__info {
    display: grid
}

.info-block__title {
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: -0.24px;
    color: #1c1f33;
    -webkit-transition: color .3s;
    transition: color .3s
}

.info-block__subtitle {
    font-size: 14px;
    line-height: 1.45em;
    color: #636b71
}

.info-block__subtitle[href], .info-block__subtitle a {
    -webkit-transition: color .3s;
    transition: color .3s
}

.info-block__subtitle[href]:hover, .info-block__subtitle a:hover {
    color: #fe412d
}

.info-block__subtitle a {
    display: inline;
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

.order-stage {
    padding: 20px;
    border: 1px solid #e3e3e3;
    border-radius: 12px;
    background-color: #fff
}

.order-stage--recipient .order-stage__form {
    max-width: 100%
}

.order-stage--recipient .order-stage__data-inputs {
    grid-template-columns:repeat(2, 1fr)
}

.order-stage--hide .order-stage__btn-change, .order-stage--hide .order-stage__block-body, .order-stage--hide .order-stage__block-selected-data, .order-stage--hide .order-stage__title button, .order-stage--hide .order-stage__block-footer {
    display: none
}

.order-stage--hide .order-stage__title {
    color: #636b71
}

.order-stage--hide .order-stage__subtitle {
    display: none
}

.order-stage--active .order-stage__btn-change, .order-stage--active .order-stage__block-selected-data {
    display: none
}

.order-stage--passed .order-stage__block-body, .order-stage--passed .order-stage__title button, .order-stage--passed .order-stage__block-footer {
    display: none
}

.order-stage--passed .order-stage__btn-change {
    display: block
}

.order-stage--passed .order-stage__subtitle {
    display: none
}

.order-stage--method-obtaining.order-stage--hide .order-stage__block-body, .order-stage--method-obtaining.order-stage--passed .order-stage__block-body {
    display: none
}

.order-stage--method-obtaining .order-stage__block-body {
    display: grid;
    grid-row-gap: 24px
}

.order-stage--method-obtaining .order-stage__section-options {
    padding-bottom: 24px;
    border-bottom: 1px solid #e3e3e3
}

.order-stage__block-head {
    display: grid;
    grid-auto-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.order-stage__btn-change {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: -0.24px;
    color: #fe412d;
    -webkit-transition: color .3s;
    transition: color .3s
}

.order-stage__btn-change:hover {
    color: #e31c07
}

.order-stage__mini-map {
    width: 100%;
    height: 280px;
    border-radius: 8px;
    overflow: hidden
}

.order-stage__mini-map .ymaps-2-1-79-gototech, .order-stage__mini-map .ymaps-2-1-79-copyright, .order-stage__mini-map .ymaps-2-1-79-map-copyrights-promo {
    display: none
}

.order-stage__map {
    width: 100%;
    height: 617px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left
}

.order-stage__title {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.35em;
    letter-spacing: -0.286px;
    -webkit-transition: color .3s;
    transition: color .3s
}

.order-stage__title button {
    display: inline-block;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    color: #fe412d;
    border-bottom: 1px dashed;
    border-bottom-color: #fe412d;
    -webkit-transition: color .3s, border-bottom-color .3s;
    transition: color .3s, border-bottom-color .3s
}

.order-stage__title button:hover {
    color: #e31c07;
    border-bottom-color: rgba(0, 0, 0, 0)
}

.order-stage__title span {
    display: inline-block;
    margin-left: 4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: -0.24px;
    color: #636b71
}

.order-stage__subtitle {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42em;
    color: #636b71
}

.order-stage__block-body {
    padding-top: 24px
}

.order-stage__block-selected-data {
    display: grid;
    grid-row-gap: 16px;
    margin-top: 24px
}

.order-stage__block-data {
    display: grid;
    grid-template-columns:-webkit-max-content minmax(100px, 679px);
    grid-template-columns:max-content minmax(100px, 679px);
    grid-column-gap: 8px
}

.order-stage__data-icon {
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
}

.order-stage__data-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: -0.24px;
    color: #1c1f33
}

.order-stage__data-text span {
    display: block;
    color: #636b71
}

.order-stage__section-options {
    display: grid;
    grid-template-columns:repeat(auto-fit, 322px);
    grid-column-gap: 12px;
    grid-row-gap: 12px
}

.order-stage__section-options--second {
    grid-template-columns:repeat(auto-fit, minmax(304px, 1fr))
}

.order-stage__section-info-map {
    display: grid;
    grid-template-columns:328px minmax(315px, 1fr);
    grid-column-gap: 32px
}

.order-stage__wrap-info {
    display: grid;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    grid-row-gap: 16px
}

.order-stage__block-info {
    display: grid;
    grid-template-columns:-webkit-max-content minmax(10px, 380px);
    grid-template-columns:max-content minmax(10px, 380px);
    grid-column-gap: 8px
}

.order-stage__option[disabled] {
    opacity: .6;
    pointer-events: none
}

.order-stage__option:not([disabled]):hover > .order-stage__option-label .order-stage__option-content {
    color: #000;
    cursor: pointer
}

.order-stage__option-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.order-stage__option-input:checked ~ .order-stage__option-content {
    border-color: #fe412d
}

.order-stage__option-content {
    display: grid;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    grid-row-gap: 6px;
    padding: 16px;
    min-height: 146px;
    border-radius: 8px;
    background-color: #f9f9f9;
    border: 2px solid;
    border-color: rgba(0, 0, 0, 0);
    -webkit-transition: border-color .3s;
    transition: border-color .3s
}

.order-stage__option-icon {
    width: 32px;
    height: 32px
}

.order-stage__option-info {
    display: grid
}

.order-stage__option-title, .order-stage__option-subtitle {
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: -0.24px
}

.order-stage__option-title {
    color: #1c1f33
}

.order-stage__option-subtitle {
    color: #636b71
}

.order-stage__option-second-content {
    display: grid;
    grid-auto-flow: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 16px;
    padding: 16px;
    border: 2px solid;
    border-color: #f9f9f9;
    border-radius: 8px;
    background-color: #f9f9f9;
    -webkit-transition: border-color .3s, background-color .3s, opacity .3s;
    transition: border-color .3s, background-color .3s, opacity .3s
}

.order-stage__option-second-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.order-stage__option-second-input:not(:checked):hover ~ .order-stage__option-second-content {
    cursor: pointer;
    opacity: .6
}

.order-stage__option-second-input[disabled] {
    opacity: .5;
    pointer-events: none
}

.order-stage__option-second-input:checked ~ .order-stage__option-second-content {
    border-color: #fe412d
}

.order-stage__option-second-input:checked ~ .order-stage__option-second-content > .order-stage__option-second-block-icon {
    background-color: #ffecea
}

.order-stage__option-second-input:checked ~ .order-stage__option-second-content > .order-stage__option-second-block-icon svg path {
    fill: #fe412d
}

.order-stage__option-second-input:checked ~ .order-stage__option-second-content > .order-stage__option-second-info .order-stage__option-second-title {
    font-weight: 700
}

.order-stage__option-second-block-icon {
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.order-stage__option-second-block-icon svg {
    width: 28px;
    height: 28px
}

.order-stage__option-second-block-icon svg path {
    -webkit-transition: fill .3s;
    transition: fill .3s
}

.order-stage__option-second-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: -0.24px;
    color: #1c1f33
}

.order-stage__option-second-discount {
    margin-left: 8px;
    padding: 2px 4px;
    border-radius: 2px;
    background-color: rgba(254, 65, 45, .1);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.42em;
    color: #fe412d
}

.order-stage__block-footer {
    padding-top: 24px
}

.order-stage__block-footer .btn {
    padding: 12px 20px
}

.order-stage__block-footer .btn:hover span {
    color: #fe412d
}

.order-stage__block-footer .btn span {
    color: #fff;
    -webkit-transition: color .3s;
    transition: color .3s
}

.order-stage__form {
    display: grid;
    grid-row-gap: 24px;
    max-width: 500px
}

.order-stage__wrap-data--second .textarea {
    grid-row: 2/4;
    grid-column: 2/3
}

.order-stage__data-title {
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: -0.24px;
    color: #1c1f33
}

.order-stage__data-inputs {
    display: grid;
    grid-template-columns:repeat(auto-fit, minmax(330px, 1fr));
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 24px
}

.order-stage__data-group-inputs {
    display: grid;
    grid-template-columns:repeat(auto-fit, minmax(200px, 244px));
    grid-column-gap: 12px;
    grid-row-gap: 12px
}

.input--error .input__field {
    border-color: #c21300
}

.input--error .input__message {
    display: inline-block;
    color: #c21300
}

.input__field {
    height: 48px;
    font-size: 14px;
    outline: none;
    background-color: #f9f9f9;
    width: 100%;
    padding: 0 16px;
    border: 1px solid;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 8px;
    -webkit-transition: border-color .3s;
    transition: border-color .3s
}

.input__field:focus {
    border-color: #1c1f33
}

.input__field::-webkit-input-placeholder {
    color: #636b71;
    font-size: 14px
}

.input__field::-moz-placeholder {
    color: #636b71;
    font-size: 14px
}

.input__field:-ms-input-placeholder {
    color: #636b71;
    font-size: 14px
}

.input__field::-ms-input-placeholder {
    color: #636b71;
    font-size: 14px
}

.input__field::placeholder {
    color: #636b71;
    font-size: 14px
}

.input__message {
    display: none;
    font-size: 12px;
    -webkit-transition: color .3s;
    transition: color .3s
}

.textarea--error .textarea__field {
    border-color: #c21300
}

.textarea--error .textarea__message {
    display: inline-block;
    color: #c21300
}

.textarea__field {
    resize: none;
    outline: none;
    padding: 8px 16px;
    width: 100%;
    height: 120px;
    border: 1px solid;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 10px;
    background-color: #f9f9f9;
    font-size: 16px;
    -webkit-transition: border-color .3s;
    transition: border-color .3s
}

.textarea__field::-webkit-input-placeholder {
    color: #636b71;
    font-size: 14px
}

.textarea__field::-moz-placeholder {
    color: #636b71;
    font-size: 14px
}

.textarea__field:-ms-input-placeholder {
    color: #636b71;
    font-size: 14px
}

.textarea__field::-ms-input-placeholder {
    color: #636b71;
    font-size: 14px
}

.textarea__field::placeholder {
    color: #636b71;
    font-size: 14px
}

.textarea__field:focus {
    border-color: #1c1f33
}

.textarea__message {
    display: none;
    font-size: 12px;
    -webkit-transition: color .3s;
    transition: color .3s
}

.btn-cleaning {
    display: grid;
    grid-auto-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 8px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end
}

.btn-cleaning:hover svg path {
    stroke: #e31c07
}

.btn-cleaning:hover span {
    color: #e31c07
}

.btn-cleaning span {
    color: #636b71;
    letter-spacing: -0.24px;
    -webkit-transition: color .3s;
    transition: color .3s
}

.btn-cleaning svg {
    width: 24px;
    height: 24px
}

.btn-cleaning svg path {
    -webkit-transition: stroke .3s;
    transition: stroke .3s
}

.favourites.catalog h1 {
    margin-bottom: 0
}

.favourites__block-title {
    display: grid;
    grid-auto-flow: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.favourites__list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 32px
}

.favourites__list::after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 40px;
    height: 1px;
    background-color: #fff
}

.favourites__list .card {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%
}

.favourites__list .product-card_img-container {
    min-height: 254px;
    height: 254px;
    max-height: 254px
}

.color-selection__title {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.24px;
    color: #636b71
}

.color-selection__title b {
    font-weight: inherit;
    color: #1c1f33
}

.color-selection__list {
    display: grid;
    grid-template-columns:repeat(auto-fit, 31px);
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    list-style-type: none;
    padding: 0;
    margin: 12px 0 0 0
}

.color-selection__li {
    position: relative;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 32px;
    border-radius: 100%
}

.color-selection__li.active::before {
    border-color: #fe412d;
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2)
}

.color-selection__li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    width: 100%;
    height: 100%;
    border: 1px solid;
    border-radius: 100%;
    border-color: #e3e3e3;
    -webkit-transition: border-color .3s, -webkit-transform .3s;
    transition: border-color .3s, -webkit-transform .3s;
    transition: border-color .3s, transform .3s;
    transition: border-color .3s, transform .3s, -webkit-transform .3s
}

.color-selection__color {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 100%
}

.catalog h1 {
    margin-bottom: 38px
}

@media (max-width: 1024px) {
    .catalog h1 {
        font-size: 32px
    }
}

@media (max-width: 768px) {
    .catalog h1 {
        font-size: 28px;
        margin-bottom: 25px
    }
}

.catalog h1 span {
    font-size: 14px;
    color: #636b71;
    margin-left: 8px;
    font-weight: 400
}

.catalog .a-banner {
    margin-bottom: 40px;
    padding: 0
}
.catalog .a-banner img {
    max-width: 100%;
    height: auto
}

.catalog__filters-wrapper {
    position: relative
}

.catalog__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 84px
}

.catalog__sort-wrapper {
    margin-bottom: 20px
}

.catalog__card-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px
}

.catalog__card {
    -ms-flex-preferred-size: 24.48%;
    flex-basis: 24.48%;
    margin-bottom: 80px;
    position: relative;
    border: none;
    padding: 0
}

.catalog__card .card__content {
    padding: 0 8px 8px 8px
}

@media (max-width: 1600px) {
    .catalog__card {
        -ms-flex-preferred-size: 24.36%;
        flex-basis: 24.36%
    }
}

@media (max-width: 1600px) {
    .catalog__card {
        -ms-flex-preferred-size: 24.29%;
        flex-basis: 24.29%
    }
}

@media (max-width: 680px) {
    .catalog__card {
        -ms-flex-preferred-size: 47.29%;
        flex-basis: 47.29%
    }
}

@media (max-width: 1200px) {
    .catalog__card {
        max-width: calc(222px + 51 * (100vw - 1025px) / 176)
    }
}

@media (max-width: 1024px) {
    .catalog__card {
        max-width: calc(229px + 7 * (100vw - 991px) / 33)
    }
}

@media (max-width: 991px) {
    .catalog__card {
        max-width: calc(235px + 69 * (100vw - 767px) / 224)
    }
}

@media (max-width: 680px) {
    .catalog__card {
        max-width: calc(139px + 175 * (100vw - 320px) / 360)
    }
}

.catalog__card:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #e3e3e3;
    bottom: -40px;
    left: 0
}

.catalog__card .product-card_dots, .catalog__card .card__favourite {
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s
}

@media (max-width: 1200px) {
    .catalog__card .product-card_dots, .catalog__card .card__favourite {
        opacity: 1
    }
}

.catalog__card:hover .product-card_dots, .catalog__card:hover .card__favourite {
    opacity: 1
}

.catalog__card .card__favourite.active {
    opacity: 1
}

.catalog .card__label {
    top: 8px;
    left: 8px
}

.catalog__filters-inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 196px;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s
}

.catalog__filters-inner-container.full {
    max-height: 260px;
    overflow-y: auto
}

.catalog__filters-inner-container a {
    display: block;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 16px;
    padding-bottom: 12px
}

.catalog__filters-inner-container a:hover {
    color: #fe412d
}

.catalog__filters-links-show-all {
    color: #fe412d;
    margin-top: 20px;
    font-size: 16px
}

.catalog__filters-links-show-all:hover {
    text-decoration: underline
}

.catalog__bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.catalog__filters-top {
    display: none
}

.catalog .card__img-slider img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px
}

.catalog .product-card_dots {
    margin: 1px 0;
    top: -23px;
    position: relative
}

.catalog .product-card_img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px
}

.catalog .card__favourite {
    top: 8px;
    right: 8px
}

@media (max-width: 1200px) {
    .catalog .card__img-slider .swiper-pagination {
        bottom: 25px
    }

    .catalog .catalog__card .swiper-slide {
        padding: 0
    }

    .catalog .card__img-slider {
        max-height: 220px;
        min-height: 220px
    }

    .catalog .card__img-slider img {
        min-height: 210px;
        max-height: 210px
    }
}

@media (max-width: 1024px) {
    .catalog .card__img-slider img {
        max-height: 220px;
        min-height: 220px
    }

    .catalog .card__img-slider {
        max-height: 230px;
        min-height: 230px
    }

    .catalog__body {
        margin-bottom: 73px
    }

    .catalog__card-list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .catalog__card {
        margin-bottom: 12px
    }

    .catalog__card:before, .catalog__card:after {
        display: none
    }

    .catalog__bot {
        margin-top: 14px
    }

    .catalog__bot .btn--white {
        padding: 8px 29px
    }

    .catalog__filters-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        max-width: 50%;
        width: 100%;
        z-index: 20;
        min-height: 56px;
        max-height: 56px;
        background: #f9f9f9;
        top: 0;
        left: -100%;
        padding: 16px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-transition: .5s;
        transition: .5s
    }

    .catalog__filters-top::-webkit-scrollbar {
        width: 0;
        border-radius: 8px
    }

    .catalog__filters-top a {
        font-size: 16px;
        color: #fe412d;
        text-align: left;
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
        line-height: 32px
    }

    .catalog__filters-top span {
        font-size: 20px;
        text-align: center;
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%
    }

    .catalog__filters-top button {
        width: 18px;
        background-repeat: no-repeat;
        background-position: center right;
        background-size: 23px;
        background-image: url(../icons/close.svg);
        text-align: left;
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%
    }

    .catalog__filters-top.active {
        left: 0
    }

    .catalog .ac-trigger:after {
        right: 3px !important
    }

    .catalog__filters-wrapper {
        padding-top: 56px
    }
}

@media (max-width: 768px) {
    .catalog__bot {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .catalog__bot .btn--white {
        margin-bottom: 20px;
        width: 100%
    }
}

@media (max-width: 680px) {
    .catalog__card {
        margin-bottom: 10px
    }
}

@media (max-width: 576px) {
    .catalog__filters-top {
        width: 100%;
        max-width: 100%
    }
}

@media (max-width: 433px) {
    .catalog .card__img-slider img {
        min-height: 166px;
        max-height: 166px
    }

    .catalog .card__img-slider {
        min-height: 176px;
        max-height: 176px;
        max-width: 180px;
        min-width: 10px
    }

    .catalog .card__img-slider .swiper-pagination {
        bottom: 19px
    }
}

@media (max-width: 355px) {
    .catalog .card__img-slider img {
        min-height: 135px;
        max-height: 135px
    }

    .catalog .card__img-slider {
        min-height: 145px;
        max-height: 145px
    }

    .catalog .card__label--new, .catalog .card__label--bestprice {
        padding: 3px 5px;
        text-align: center;
        font-size: 8px
    }

    .catalog .card__label--discount {
        padding: 5px 5px;
        font-size: 8px;
        text-align: center
    }

    .catalog .card__favourite {
        width: 20px;
        height: 20px;
        top: 11px;
        right: 11px
    }

    .catalog .card__favourite svg {
        width: 13px;
        height: 13px
    }

    .catalog .card__title {
        font-size: 12px;
        line-height: 19px
    }

    .catalog .card__price--current {
        font-size: 11px;
        font-weight: 900
    }

    .catalog .card__price--old {
        font-size: 9px
    }

    .catalog .card__availability--yes, .catalog .card__availability--no {
        font-size: 10px
    }

    .catalog h1 {
        font-size: 20px;
        margin-bottom: 18px
    }
}

.catalog__filters {
    min-width: 270px;
    max-width: 270px;
    margin-right: 25px
}

.catalog__filters *::-webkit-scrollbar {
    width: 2px;
    border-radius: 8px
}

.catalog .slider-range {
    width: 100%;
    margin: 20px auto 20px auto
}

.catalog .noUi-target {
    border-radius: 10px !important;
    height: 4px !important
}

.catalog .noUi-target {
    margin: 20px auto 20px auto;
    width: 98%;
    border: none;
    background: #e5edf5
}

.catalog .noUi-handle.noUi-handle-lower {
    left: 99%
}

.catalog .noUi-horizontal .noUi-handle {
    width: 16px;
    height: 16px;
    right: -1px;
    top: -6px;
    border-radius: 118px;
    border: 2px solid #fff;
    background: #fe412d
}

.catalog .noUi-connect {
    background: #fe412d
}

.catalog .noUi-handle:before, .catalog .noUi-handle:after {
    display: none
}

.catalog .noUi-handle {
    border-radius: 3px;
    background: #fff;
    -webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, .15);
    box-shadow: 4px 4px 15px rgba(0, 0, 0, .15);
    cursor: pointer;
    border: none
}

.catalog .filter__price-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 3px
}

.catalog .filter__price-wrapper input {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    width: 48%;
    border: none;
    border-radius: 8px;
    background: #f9f9f9;
    padding: 11px 20px;
    text-align: center;
    cursor: pointer;
    color: #636b71
}

.catalog .filter__price-wrapper input::-webkit-inner-spin-button, .catalog .filter__price-wrapper input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.catalog .filter__price-wrapper input.focus-visible, .catalog .filter__price-wrapper input:focus, .catalog .filter__price-wrapper input:active, .catalog .filter__price-wrapper input[focus-within] {
    border: none;
    outline: none
}

.catalog .filter__price-wrapper input.focus-visible, .catalog .filter__price-wrapper input:focus, .catalog .filter__price-wrapper input:active, .catalog .filter__price-wrapper input:focus-within {
    border: none;
    outline: none
}

.catalog .filter__price-wrapper input.focus-visible, .catalog .filter__price-wrapper input:focus, .catalog .filter__price-wrapper input:active, .catalog .filter__price-wrapper input[focus-within] {
    border: none;
    outline: none
}

.catalog .filter__price-wrapper input:focus-visible, .catalog .filter__price-wrapper input:focus, .catalog .filter__price-wrapper input:active, .catalog .filter__price-wrapper input[focus-within] {
    border: none;
    outline: none
}

.catalog .filter__price-wrapper input:focus-visible, .catalog .filter__price-wrapper input:focus, .catalog .filter__price-wrapper input:active, .catalog .filter__price-wrapper input:focus-within {
    border: none;
    outline: none
}

.catalog label.catalog__checkbox-check-all-label {
    display: block;
    padding-left: 32px;
    padding-top: 3px;
    padding-bottom: 16px
}

.catalog label.catalog__checkbox-check-all-label span {
    color: #636b71;
    font-weight: 600
}

.catalog label.catalog__checkbox-check-all-label span:hover {
    text-decoration: underline
}

.catalog__checkbox-check-all-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    cursor: pointer
}

.catalog__checkbox-check-all-wrapper label {
    min-width: 270px
}

.catalog__checkbox-check-all-wrapper * {
    cursor: pointer
}

.catalog__checkbox-check-all-wrapper input {
    margin-right: 8px;
    position: absolute;
    z-index: -1;
    opacity: 0
}

.catalog .catalog__checkbox-check-all + label::before {
    position: absolute;
    content: "";
    border-radius: 4px;
    width: 24px;
    height: 24px;
    border: 1px solid #e3e3e3;
    top: 0;
    left: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.catalog .catalog__checkbox-check-all + label::after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    left: 0;
    top: 0;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../icons/checkbox.svg);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s;
    transition: .3s
}

.catalog .catalog__checkbox-check-all:checked + label::after {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.catalog .catalog__checkbox-check-all:checked + label::before {
    opacity: 0
}

.catalog__result {
    padding: 32px 0;
    background: #fff
}

.catalog__result button {
    max-width: 270px;
    width: 100%;
    height: 48px
}

.catalog__result button:nth-child(1) {
    margin-bottom: 10px
}

.catalog__checkbox-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 3px 0;
    max-height: 184px;
    overflow: hidden;
    -webkit-transition: .4s;
    transition: .4s
}

.catalog__checkbox-wrapper.open {
    max-height: 375px;
    position: relative;
    overflow-y: auto
}

.catalog__checkbox-wrapper-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 32px;
    cursor: pointer
}

.catalog__checkbox-wrapper-inner * {
    cursor: pointer
}

.catalog__checkbox-wrapper-inner:not(:nth-last-child(1)) {
    padding-bottom: 16px
}

.catalog__checkbox-wrapper-inner label {
    position: relative;
    min-width: 220px
}

.catalog__checkbox-wrapper-inner input {
    margin-right: 8px;
    position: absolute;
    z-index: -1;
    opacity: 0
}

.catalog__checkbox-wrapper-inner input + label::before {
    position: absolute;
    content: "";
    border-radius: 4px;
    width: 24px;
    height: 24px;
    border: 1px solid #e3e3e3;
    top: -3px;
    left: -32px;
    -webkit-transition: .3s;
    transition: .3s
}

.catalog__checkbox-wrapper-inner input + label::after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    left: -32px;
    top: -2px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../icons/checkbox.svg);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s;
    transition: .3s
}

.catalog__checkbox-wrapper-inner input:checked + label:before {
    opacity: 0
}

.catalog__checkbox-wrapper-inner input:checked + label:after {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.catalog__checkbox-show-all {
    margin-top: 16px;
    font-size: 16px;
    color: #fe412d;
    cursor: pointer;
}

.catalog__checkbox-show-all:hover {
    text-decoration: underline
}

@media (max-width: 1023px) {
    .catalog__filters-wrapper {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        max-width: 983px;
        min-width: 100vw;
        background: rgba(0, 0, 0, .5);
        z-index: 26;
        -webkit-transition: .5s;
        transition: .5s;
        max-height: 100vh;
        min-height: 100vh;
        overflow-y: auto;
        overflow-x: hidden
    }

    .catalog__filters-wrapper::-webkit-scrollbar {
        width: 0;
        border-radius: 8px
    }

    .catalog__filters-wrapper.active {
        left: 0
    }

    .catalog__filters {
        margin-right: 0;
        max-width: 50%;
        min-width: 50%;
        background: #fff;
        padding: 16px;
        left: 0;
        position: relative
    }

    .catalog__result {
        /*width: 50%;*/
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 16px 16px 160px 16px
    }

    .catalog__result button {
        width: 100%;
        max-width: 100%
    }

    .catalog .filter__result-float {
        right: calc(50% - 166px);
        border: none
    }
}

@media (max-width: 576px) {
    .catalog__filters {
        margin-right: 0;
        max-width: 100%;
        min-width: 100%;
        background: #fff;
        padding: 16px;
        left: 0;
        position: relative
    }

    .catalog__result {
        max-width: 100%;
        width: 100%
    }
}

.a-banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 12px;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.a-banner:hover {
    opacity: .6
}

.a-banner::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/decore-banner.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain
}

.a-banner__image {
    position: absolute;
    top: 24px;
    right: 45px;
    width: 158px;
    height: 158px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top;
    object-position: top
}

.a-banner__block-info {
    position: relative;
    z-index: 1;
    display: grid;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    grid-row-gap: 16px;
    height: 100%;
    max-width: 585px
}

.a-banner__title {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.35em;
    letter-spacing: -0.286px;
    color: #fff
}

.a-banner__date {
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 28px;
    padding: 0 12px;
    border-radius: 61px;
    border: 1px solid rgba(255, 255, 255, .2);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42em;
    color: #fff
}

.a-shop-card {
    display: grid;
    grid-template-columns:-webkit-max-content auto auto;
    grid-template-columns:max-content auto auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 16px;
    width: 100%;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 12px;
    margin-bottom: 40px
}

.a-shop-card__block-image {
    position: relative;
    width: 212px;
    height: 114px;
    border-radius: 8px;
    overflow: hidden
}

.a-shop-card__block-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(358deg, rgba(22, 20, 22, 0.47) -48.54%, rgba(22, 20, 22, 0) 158.49%)
}

.a-shop-card__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.a-shop-card__block-address {
    display: grid;
    grid-row-gap: 4px
}

.a-shop-card__district {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.35em;
    letter-spacing: -0.286px;
    color: #1c1f33
}

.a-shop-card__address {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: -0.24px;
    color: #636b71
}

.a-shop-card__block-contacts {
    display: grid;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    height: 100%;
    grid-row-gap: 16px;
    justify-self: end
}

.a-shop-card__block-schedule {
    display: grid;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    grid-row-gap: 4px;
    text-align: right
}

.a-shop-card__schedule-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: -0.24px;
    color: #636b71
}

.a-shop-card__schedule {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: -0.24px;
    color: #1c1f33
}

.a-shop-card__location {
    display: grid;
    grid-auto-flow: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 4px
}

.a-shop-card__location:hover .a-shop-card__name {
    color: #e31c07
}

.a-shop-card__location:hover .a-shop-card__icon path {
    stroke: #e31c07
}

.a-shop-card__name {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: -0.24px;
    color: #fe412d;
    -webkit-transition: color .3s;
    transition: color .3s
}

.a-shop-card__icon {
    width: 24px;
    height: 24px
}

.a-shop-card__icon path {
    -webkit-transition: stroke .3s;
    transition: stroke .3s
}

.a-radio:not([disabled]):hover > .a-radio__label {
    cursor: pointer
}

.a-radio:not([disabled]):hover > .a-radio__label .a-radio__decore::before {
    border-color: #f9f9f9
}

.a-radio[disabled] {
    opacity: .6;
    pointer-events: none
}

.a-radio[disabled] .a-radio__decore::before {
    background-color: #bebebe;
    border-color: #bebebe
}

.a-radio__label {
    position: relative;
    display: grid;
    padding-left: 28px
}

.a-radio__input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: none
}

.a-radio__input:checked ~ .a-radio__decore::before {
    border-color: #fe412d;
    background-color: #fe412d
}

.a-radio__input:checked ~ .a-radio__decore::after {
    opacity: 1
}

.a-radio__input:checked ~ .a-radio__text {
    color: #fe412d
}

.a-radio__text {
    color: #1c1f33;
    -webkit-transition: color .3s;
    transition: color .3s
}

.a-radio__decore {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px
}

.a-radio__decore::before, .a-radio__decore::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.a-radio__decore::before {
    width: 100%;
    height: 100%;
    border: 1px solid;
    border-radius: 100px;
    border-color: #e3e3e3;
    background-color: #f9f9f9;
    -webkit-transition: border-color .3s, background-color .3s;
    transition: border-color .3s, background-color .3s
}

.a-radio__decore::after {
    width: 8px;
    height: 8px;
    border-radius: 100px;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.footer {
    background: #f9f9f9;
    padding: 40px 0 66px 0
}

.footer .burger__menu {
    position: static;
    left: 0;
    top: 0;
    height: 100%;
    background: #f9f9f9
}

.footer .burger__body {
    background: #f9f9f9;
    max-height: 100%;
    overflow: visible
}

.footer .burger__contacts {
    padding-bottom: 0
}

.footer .burger__body {
    padding: 0
}

.footer__logo {
    width: 181px;
    min-width: 181px;
    -webkit-transition: .3s;
    transition: .3s
}

.footer__logo img {
    width: 100%
}

.footer__logo:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.footer__payments {
    width: 100%;
    padding: 30px 0 20px 0;
    border-bottom: 1px solid #e3e3e3
}

.footer__payments img {
    max-width: 199px
}

.footer__final {
    padding: 20px 0
}

.footer__final p, .footer__final a {
    font-size: 14px;
    color: #636b71
}

.footer__final p, .footer__final a:nth-child(2) {
    margin-bottom: 6px
}

.footer__desk {
    display: none
}

@media (min-width: 768px) {
    .footer .burger__body {
        display: none
    }

    .footer__logo {
        padding: 0
    }

    .footer__desk {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 28px
    }

    .footer__desk a {
        color: #000
    }

    .footer__desk a:hover {
        color: #fe412d
    }

    .footer__desk-col:nth-child(4) {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-top: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-bottom: 10px
    }

    .footer__desk-col:nth-child(4) .footer__desk-last {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .footer__desk-col:nth-child(4) .footer__desk-last p, .footer__desk-col:nth-child(4) .footer__desk-last a {
        font-size: 12px;
        color: #636b71;
        margin-right: 20px;
        margin-bottom: 0
    }

    .footer__desk-col:nth-child(4) .footer__desk-last a:hover {
        color: #fe412d
    }

    .footer__desk-col:nth-child(4) .footer__desk-last a:nth-last-child(1) {
        margin-right: 0
    }

    .footer__desk-col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer__desk-col a:not(:nth-last-child(1)) {
        margin-bottom: 12px
    }

    .footer__desk-col a {
        font-size: 14px;
        position: relative
    }

    .footer__desk-soc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 191px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 20px
    }

    .footer__desk-soc a {
        margin-bottom: 0
    }

    .footer__desk-mail, .footer__desk-tel {
        padding-left: 26px
    }

    .footer__desk-mail:before, .footer__desk-tel:before {
        position: absolute;
        content: "";
        width: 20px;
        height: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        background-position: center;
        background-size: 100%;
        background-repeat: no-repeat
    }

    .footer__desk-mail:before {
        background-image: url(../icons/mail.svg)
    }

    .footer__desk-tel:before {
        background-image: url(../icons/tel.svg)
    }
}

@media (min-width: 1024px) {
    .footer {
        padding: 40px 22px
    }

    .footer .burger__menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .footer .burger__menu .footer__logo {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }

    .footer .burger__menu .footer__logo img {
        max-width: 200px
    }

    .footer .burger__menu .footer__desk {
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%
    }

    .footer .burger__menu .footer__desk .footer__desk-col:nth-last-child(1) {
        position: absolute;
        bottom: -35px;
        width: 100%;
        left: 0;
        padding: 10px 0;
        border-top: 1px solid #e3e3e3
    }

    .footer .burger__menu .footer__desk .footer__desk-col:nth-last-child(1) img {
        max-width: 140px
    }

    .footer .burger__menu .footer__desk .footer__desk-col:nth-child(1), .footer .burger__menu .footer__desk .footer__desk-col:nth-child(2), .footer .burger__menu .footer__desk .footer__desk-col:nth-child(3) {
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%
    }

    .footer .burger__menu .footer__desk-last {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .footer .burger__menu .footer__desk {
        margin-top: 0;
        margin-bottom: 44px
    }
}

@media (min-width: 1400px) {
    html body .footer .container .burger__menu .footer__logo {
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%
    }

    html body .footer .container .burger__menu .footer__desk {
        -ms-flex-preferred-size: 55%;
        flex-basis: 55%
    }
}

.footer__desk-col h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px
}

.mainSlider {
    margin: 16px 0 32px 0
}

@media (min-width: 768px) {
    .mainSlider {
        margin: 16px 0 36px 0
    }
}

@media (min-width: 1024px) {
    .mainSlider {
        margin: 16px 0 42px 0
    }
}

@media (min-width: 1200px) {
    .mainSlider {
        margin: 16px 0 60px 0
    }
}

.bestPrice {
    margin-bottom: 32px
}

@media (min-width: 768px) {
    .bestPrice {
        margin-bottom: 78px
    }
}

@media (min-width: 1024px) {
    .bestPrice {
        margin-bottom: 90px
    }
}

@media (min-width: 1200px) {
    .bestPrice {
        margin-bottom: 80px
    }
}

.popular-category {
    margin-bottom: 84px
}

@media (min-width: 768px) {
    .popular-category {
        margin-bottom: 56px
    }
}

@media (min-width: 1024px) {
    .popular-category {
        margin-bottom: 58px
    }
}

@media (min-width: 1200px) {
    .popular-category {
        margin-bottom: 80px
    }
}

.new-world-vk {
    margin-bottom: 52px
}

@media (min-width: 768px) {
    .new-world-vk {
        margin-bottom: 52px
    }
}

@media (min-width: 1024px) {
    .new-world-vk {
        margin-bottom: 56px
    }
}

@media (min-width: 1200px) {
    .new-world-vk {
        margin-bottom: 80px
    }
}

.main-shops {
    padding-top: 52px;
    padding-bottom: 52px;
    margin-bottom: 52px
}

@media (min-width: 768px) {
    .main-shops {
        padding-top: 56px;
        padding-bottom: 56px;
        margin-bottom: 52px
    }
}

@media (min-width: 1024px) {
    .main-shops {
        padding-top: 58px;
        padding-bottom: 58px;
        margin-bottom: 56px
    }
}

@media (min-width: 1200px) {
    .main-shops {
        padding-top: 80px;
        padding-bottom: 80px;
        margin-bottom: 80px
    }
}

.main-raitings {
    margin-bottom: 80px
}

.main-about {
    margin-bottom: 44px
}

@media (min-width: 768px) {
    .main-about {
        margin-bottom: 53px
    }
}

@media (min-width: 1024px) {
    .main-about {
        margin-bottom: 67px
    }
}

@media (min-width: 1200px) {
    .main-about {
        margin-bottom: 80px
    }
}

body {
    font-family: Manrope, sans-serif;
    background-color: #fff
}

body, html {
    overflow-x: hidden
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #000;
    font-family: Manrope, sans-serif
}

button {
    background: rgba(0, 0, 0, 0);
    border: none
}

a, button {
    display: block;
    cursor: pointer;
    text-decoration: none
}

.swiper {
    width: 600px;
    height: 300px
}

.wrapper {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

main {
    margin-bottom: auto
}

@media (max-width: 1024px) {
    .swiper-slide {
        padding: 0
    }
}

body.lock {
    overflow: hidden;
    position: relative;
    max-height: 100vh
}

*::-webkit-scrollbar {
    width: 5px;
    border-radius: 8px
}

*::-webkit-scrollbar-track {
    background: #e3e3e3
}

*::-webkit-scrollbar-thumb {
    background-color: #fe412d;
    border-radius: 20px;
    border: #fe412d
}

@media screen and (max-width: 1400px) {
    .basket__inner {
        grid-template-columns:1fr;
        grid-row-gap: 24px
    }
}

@media screen and (max-width: 1200px) {
    .making-order__inner {
        grid-template-columns:1fr;
        grid-row-gap: 24px
    }

    .making-order__wrap-info-blocks {
        grid-template-columns:repeat(4, 1fr);
        grid-column-gap: 8px
    }

    .info-block {
        grid-template-columns:1fr;
        grid-row-gap: 8px;
        -ms-flex-line-pack: start;
        align-content: start
    }

    .info-block__info {
        grid-row-gap: 4px
    }

    .a-banner__block-info {
        max-width: 360px
    }

    .favourites .container {
        padding-bottom: 50px
    }

    .favourites .catalog__card:before {
        display: none
    }

    .favourites__list {
        margin-top: 25px
    }

    .favourites__list::after {
        display: none
    }

    .favourites__list .card {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        width: 25%;
        margin-bottom: 0;
        padding: 6px;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: rgba(0, 0, 0, 0);
        border-radius: 0
    }

    .favourites__list .card__label {
        top: 18px;
        left: 18px
    }

    .favourites__list .card__wrapper {
        padding: 12px;
        border-radius: 12px;
        background-color: #fff;
        -webkit-box-shadow: 0px 2px 24px 0px rgba(48, 46, 56, .06);
        box-shadow: 0px 2px 24px 0px rgba(48, 46, 56, .06)
    }

    .favourites__list .card .swiper-pagination {
        bottom: 5px !important
    }

    .favourites__list .card .swiper-slide {
        padding: 0
    }

    .favourites__list .card__img-slider {
        min-height: 220px;
        max-height: 220px
    }

    .favourites__list .card__img-slider img {
        max-height: 220px
    }
}

@media screen and (max-width: 1024px) {
    .making-order__title {
        font-size: 40px
    }

    .making-order__wrap-aside-info {
        grid-row-gap: 12px
    }

    .order-stage__title {
        font-size: 22px
    }

    .order-stage__section-info-map {
        grid-template-columns:282px 1fr
    }

    .order-stage__form {
        max-width: 100%
    }

    .order-stage__data-inputs {
        grid-template-columns:1fr;
        grid-column-gap: 12px;
        grid-row-gap: 12px
    }

    .order-stage__data-group-inputs {
        grid-template-columns:repeat(2, 1fr)
    }

    .order-stage__section-options--second {
        grid-template-columns:1fr;
        grid-row-gap: 12px
    }

    .new-world-vk .vk_post .vk_post-img-wrapper {
        height: 230px
    }

    .a-shop-card {
        grid-template-columns:-webkit-max-content auto;
        grid-template-columns:max-content auto;
        grid-row-gap: 16px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start
    }

    .a-shop-card__block-contacts {
        justify-self: auto;
        grid-auto-flow: column;
        grid-column: 1/3;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end
    }

    .a-shop-card__block-schedule {
        text-align: left
    }

    .a-banner::before {
        width: 78%;
        background-size: cover;
        background-position: left
    }

    .a-banner__title {
        font-size: 18px
    }

    .a-banner__image {
        top: 29px;
        right: 33px;
        width: 144px;
        height: 144px;
        -o-object-position: center;
        object-position: center
    }

    .product__content-main-wrapper {
        grid-row-gap: 24px
    }

    .basket .container {
        padding-bottom: 56px
    }

    .basket__list-features {
        grid-template-columns:minmax(100px, 457px) repeat(3, 120px)
    }

    .order-details .btn {
        padding: 8px 29px;
        font-weight: 500
    }

    .order-details .btn span {
        font-weight: 400
    }

    .order-details__title {
        font-size: 18px
    }

    .order-details__inner-price {
        grid-template-columns:repeat(2, -webkit-max-content);
        grid-template-columns:repeat(2, max-content);
        grid-column-gap: 8px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .order-details__price {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-details__old-price {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .second-card {
        grid-template-columns:minmax(100px, 437px) repeat(3, 120px)
    }

    .second-card .counter {
        width: 100%;
        height: 40px;
        grid-template-columns:24px 1fr 24px
    }

    .second-card__block-product {
        grid-column-gap: 20px
    }

    .second-card__image {
        width: 100px;
        height: 100px
    }

    .second-card__block-price {
        grid-row-gap: 0
    }

    .second-card__price {
        font-size: 16px
    }
}

@media screen and (max-width: 992px) {
    .favourites__list .card {
        -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
        width: 33.3333%
    }
}

@media screen and (max-width: 768px) {
    .making-order__wrap-stages {
        grid-row-gap: 16px
    }

    .making-order__title {
        font-size: 32px
    }

    .making-order__wrap-info-blocks {
        grid-template-columns:repeat(2, 1fr)
    }

    .order-stage {
        padding: 16px
    }

    .order-stage--method-obtaining .order-stage__block-body {
        grid-row-gap: 20px
    }

    .order-stage--recipient .order-stage__data-inputs {
        margin-top: 16px
    }

    .order-stage__map {
        height: 490px
    }

    .order-stage__section-info-map {
        grid-template-columns:1fr;
        grid-row-gap: 24px
    }

    .order-stage__option-content {
        padding: 12px
    }

    .a-banner::before {
        width: 84%
    }

    .a-banner__block-info {
        max-width: 349px
    }

    .a-banner__title {
        font-size: 20px
    }

    .a-banner__image {
        top: 24px;
        right: 45px;
        width: 158px;
        height: 158px;
        -o-object-position: top;
        object-position: top
    }

    .a-shop-card {
        padding: 16px
    }

    .product__content-main-wrapper {
        grid-row-gap: 20px
    }

    .favourites .container {
        padding-bottom: 46px
    }

    .basket .container {
        padding-bottom: 52px
    }

    .basket__title {
        font-size: 28px
    }

    .basket__inner {
        grid-row-gap: 32px
    }

    .basket__list-features {
        padding-right: 60px;
        grid-template-columns:minmax(100px, 336px) repeat(3, 95px)
    }

    .second-card {
        grid-template-columns:minmax(100px, 317px) repeat(3, 95px);
        grid-column-gap: 16px;
        padding: 16px 56px 16px 16px
    }

    .second-card .counter {
        grid-template-columns:24px 1fr 24px;
        padding: 4px;
        height: 32px
    }

    .second-card .counter__icon {
        width: 16px;
        height: 16px
    }

    .second-card__block-info {
        padding-right: 16px
    }

    .second-card__block-product {
        grid-column-gap: 16px
    }

    .order-details {
        padding: 16px
    }

    .order-details__title {
        font-size: 20px
    }

    .order-details__wrap-price .order-details__title {
        font-size: 16px
    }

    .order-details__price {
        font-size: 16px
    }
}

@media screen and (max-width: 700px) {
    .favourites__list .card {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        width: 50%
    }

    .basket__title {
        font-size: 24px
    }

    .basket__list-features {
        display: none
    }

    .btn-cleaning {
        grid-column-gap: 4px
    }

    .btn-cleaning svg {
        width: 20px;
        height: 20px
    }

    .second-card {
        grid-template-columns:minmax(100px, 209px) 110px;
        grid-column-gap: 24px;
        grid-row-gap: 16px;
        padding: 0 0 20px 0;
        border: none;
        border-bottom: 1px solid #e3e3e3;
        border-radius: 0;
        grid-template-areas:". ." ". counter"
    }

    .second-card .counter {
        grid-area: counter;
        height: 40px
    }

    .second-card__block-info {
        grid-row-gap: 0
    }

    .second-card__image {
        width: 90px;
        height: 90px
    }

    .second-card__block-product {
        grid-column: 1/-1;
        grid-template-columns:-webkit-max-content auto;
        grid-template-columns:max-content auto;
        grid-column-gap: 12px
    }

    .second-card__btn-del {
        top: 0;
        right: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        width: 20px;
        height: 20px
    }

    .second-card__block-price {
        grid-template-columns:repeat(2, -webkit-max-content);
        grid-template-columns:repeat(2, max-content);
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        grid-column-gap: 4px
    }

    .second-card__block-price--price {
        display: none
    }

    .second-card__block-price--amount span:nth-child(1) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .second-card__block-price--amount span:nth-child(2) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .second-card__block-price--amount span:nth-child(3) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .second-card__per-piece {
        display: inline-block
    }

    .order-details__title {
        font-size: 18px
    }

    .order-details__wrap-price .order-details__title {
        font-size: 18px
    }
}

@media screen and (max-width: 576px) {
    .making-order__title {
        font-size: 20px;
        font-weight: 600
    }

    .making-order__wrap-info-blocks {
        grid-template-columns:1fr
    }

    .order-stage--recipient .order-stage__data-inputs {
        grid-template-columns:1fr
    }

    .order-stage__wrap-data--second .textarea {
        grid-row: inherit;
        grid-column: inherit
    }

    .order-stage__data-group-inputs {
        grid-template-columns:1fr
    }

    .order-stage__data-inputs {
        grid-template-columns:1fr
    }

    .order-stage__block-head {
        grid-row-gap: 8px
    }

    .order-stage__subtitle {
        grid-row: 2/3
    }

    .order-stage__map {
        height: 230px
    }

    .order-stage__title {
        font-size: 18px
    }

    .order-stage__block-body {
        padding-top: 20px
    }

    .order-stage__mini-map {
        height: 205px
    }

    .new-world-vk .new-world-vk__slider .swiper-scrollbar {
        display: none !important
    }

    .new-world-vk {
        margin-bottom: 82px
    }

    .new-world-vk .vk_post .vk_post-img-wrapper {
        height: 225px
    }

    .new-world-vk .vk_post {
        width: 225px
    }

    .new-world-vk .swiper-slide {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }

    .new-world-vk .vk_post__tag {
        border: 0;
        padding: 0;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        width: 225px;
        color: #636b71
    }

    .a-banner__title {
        font-size: 18px
    }

    .a-banner__image {
        right: 0;
        -webkit-transform: translateX(40%);
        transform: translateX(40%);
        -o-object-position: bottom;
        object-position: bottom
    }

    .a-banner__block-info {
        max-width: 200px
    }

    .a-banner__date {
        height: 32px;
        font-size: 16px
    }

    .a-shop-card {
        grid-template-columns:1fr
    }

    .a-shop-card__block-image {
        width: 100%;
        height: 164px
    }

    .a-shop-card__block-contacts {
        grid-column: 1/2;
        grid-auto-flow: row
    }

    .favourites.catalog h1 {
        font-size: 24px
    }

    .favourites .btn-cleaning {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    .favourites .btn-cleaning span {
        font-size: 14px
    }

    .favourites__list {
        margin-top: 24px
    }

    .favourites__list .card {
        padding: 8px 4px
    }

    .favourites__list .card__wrapper {
        padding: 8px
    }

    .favourites__list .card__label {
        top: 16px;
        left: 13px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start
    }

    .favourites__list .card__label--new, .favourites__list .card__label--discount, .favourites__list .card__label--bestprice {
        font-size: 11px;
        padding: 2px 6px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }
}