/* ! ------------------------fonts-------------------- */

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "FontAwesome";
    src: url("../fonts/fontawesome-webfont.woff2") format("woff2"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* ! -------------------reset-styles------------------ */

* {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
}

ul,
ol,
li {
    list-style: none;
}

li {
    position: relative;
}

img {
    vertical-align: top;
    max-width: 100%;
    max-height: 100%;
}

button {
    cursor: pointer;
    background-color: unset;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

:focus {
    outline: none;
}


/* ! ------------------------body-------------------- */

html {
    height: 100%;
}

body {
    font-family: "Montserrat", "Arial", "Helvetica", sans-serif;
    color: #000;
    min-width: 320px;
    height: 100%;
    font-weight: 500;
    font-size: 12px;
    font-style: normal;
    letter-spacing: 0.5px;
    overflow-x: hidden;
}

body.lock,
html.lock {
    overflow: hidden;
}


/* ! ------------------------styles------------------ */

.visually-hidden {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    clip: rect(1px, 1px, 1px, 1px);
}

._hide {
    display: none!important;
}

.hidden {
    display: none;
}

.opacity {
    opacity: 0;
}

.wrapper {
    background-color: #fff;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main {
    flex: 1 1 auto;
}

.arrow-up {
    display: block;
    position: fixed;
    z-index: 100;
    bottom: 5px;
    right: 8px;
    width: 40px;
    height: 40px;
    background-image: url("../img/top_arrow.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.arrow-up._active {
    opacity: 1;
}

.top {
    display: flex;
    align-items: center;
    color: #939393;
    border-bottom: 1px solid #e8e8e8;
    min-height: 45px;
    width: 100%;
    margin-bottom: 20px;
}

.top__wrapper {
    width: 100%;
    padding: 6px 10px;
}

.top__contacts-phone {
    display: none;
    font-size: 12px;
}

.top__item a {
    align-items: center;
}

.header {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.header__wrapper {
    position: relative;
    width: 100%;
    padding: 0 20px;
}

.header__logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 15px;
    max-width: 177px;
    max-height: 85px;
    width: 100%;
}

.header__logo a {
    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;
    width: 100%;
    height: 100%;
}

.header__logo img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    max-height: 85px;
    object-fit: contain;
}

.header__cabinet-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: center;
}

.header__burger {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    cursor: pointer;
    padding: 0 9px 0 18px;
}

.header__burger:hover {
    color: var(--main-color);
}

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

.header__account {
    padding: 0 18px 0 9px;
    cursor: pointer;
}

.fa.fa-bars {
    font-size: 21px;
}

.account {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.account_border {
    border-top: 1px dashed #999999;
    margin-top: 15px;
    padding-top: 15px;
    width: 100%;
}

.account:hover svg {
    fill: var(--main-color);
}

.account__image {
    display: block;
    width: 23px;
    height: 23px;
    background-color: unset;
    cursor: pointer;
}

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

.account__title {
    display: none;
    cursor: pointer;
}

.account__menu {
    position: absolute;
    top: 53px;
    left: -125px;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.12);
    background-color: #fff;
    z-index: 1000;
    border-radius: 4px;
    font-weight: 400;
    font-size: 13px;
    min-width: 230px;
    max-width: 280px;
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.account__menu._active {
    margin: 2px 0 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

.account__link {
    display: block;
    padding: 6px 0;
}

.account__register {
    color: #333;
}

.account__register a:hover {
    color: var(--main-color);
}

.account__login {
    color: #333;
}

.account__login a:hover {
    color: var(--main-color);
}

.menu {
    position: absolute;
    z-index: 999;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    top: 85px;
    left: 0;
    right: 0;
    margin: 20px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
    -webkit-transition: max-height 0.3s linear, top 0.3s linear;
    transition: max-height 0.3s linear, top 0.3s linear;
    max-height: 0;
    overflow: hidden;
    font-size: 16px;
}

.menu._active {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    top: 105px;
    padding: 9px 0 15px 0;
}

.menu_font-size {
    font-size: 13px;
    padding: 10px;
}

.menu_font-size:hover {
    color: var(--main-color);
}

.menu_font-size:hover::after {
    color: #000;
}

.menu__item:hover>a {
    color: var(--main-color);
}

.menu__item:hover>a::after {
    color: #000;
}

.menu__item:nth-child(n+2) {
    margin-top: 3px;
}

.menu__item a {
    display: block;
}

.menu__item>a {
    display: block;
    padding: 10px 35px 10px 20px;
}

.menu__dropdown {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    overflow: hidden;
    max-height: 0;
    padding: 0 10px;
}

.menu__dropdown._active {
    padding-top: 10px;
    padding-bottom: 5px;
}

.menu__dropdown_padding {
    padding-bottom: 0;
    padding-top: 0;
}

.menu__subcategory li {
    position: relative;
}

.menu__link {
    padding: 4px 0;
}

.menu__link_position {
    padding-left: 20px;
    font-weight: normal;
}

.menu__link_position:hover {
    color: var(--main-color);
}

.menu__link a {
    padding-left: 20px;
    font-weight: normal;
}

.menu__link:hover {
    color: var(--main-color);
}

.menu__link:hover .menu__link__arrow::after {
    color: #000;
}

.menu__arrow {
    position: absolute;
    z-index: 1;
    background-image: url("../images/arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    height: 35px;
    width: 45px;
    right: 0;
    top: 0;
    cursor: pointer;
}

.menu__arrow_position {
    top: -7px;
}

.menu__arrow._active {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.menu__arrow:hover {
    color: var(--main-color);
}

.menu__arrow:hover::after {
    color: #000;
}

.info {
    margin-left: 10px;
}

.product-wrapper .rating-wrapper {
    justify-content: flex-start;
}

.button,
.card__buttons>a,
.c-table__promocode .default-btn {
    display: flex;
    background-color: var(--main-color);
    color: #fff;
    padding: 7px 10px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid var(--main-color);
    border-radius: 5px;
    vertical-align: middle;
    font-size: 12px;
    cursor: pointer;
    transition: all .3s ease;
    width: fit-content;
    min-width: 0;
}

.card__buttons .product-info {
    min-width: 105px;
}

.wrapper-back-ring .back-ring-button {
    display: block;
    letter-spacing: 0;
    border-bottom: 1px dashed #939393;
    margin: 0 auto;
}

.wrapper-back-ring .back-ring-button:hover {
    border-bottom: 1px dashed #fff;
    color: var(--main-color);
}

.wrapper-modal-back-ring .red-btn {
    background-color: var(--main-color);
    transition: all .3s ease;
}

.wrapper-modal-back-ring .red-btn:hover {
    background-color: #000;
}

.a-button__title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.quickview__favorites svg {
    max-height: 15px;
}

.button--light {
    background-color: #e8e8e8;
    border: 1px solid #e8e8e8;
    color: #000
}

.button:hover,
.card__buttons>a:hover,
.c-table__promocode .default-btn:hover,
.button--light:hover,
.card__details .wishlist a:hover {
    background-color: #000;
    color: #fff;
}

.mg-buy-click-button {
    height: 36px!important;
}


/* Каталог */

.catalog__wrapper {
    display: flex;
}

.catalog__description {
    margin-bottom: 25px;
    font-size: 14px;
}

.description__seo {
    margin-top: 20px;
}

.catalog__childrens {
    margin-bottom: 15px;
}

.catalog__settings {
    margin-bottom: 10px;
}

.settings {
    display: flex;
    justify-content: space-between;
}

.settings__container {
    display: flex;
    align-items: center;
}

.settings__sort span {
    text-transform: capitalize;
    font-weight: 700;
}

.settings__sort select {
    cursor: pointer;
    height: 40px;
    padding: 0 5px;
    color: #666;
    border: 1px solid #dadada;
    border-radius: 5px;
    background: #fff;
    font-size: inherit;
    font-family: inherit;
}

.settings__compare {
    display: none;
}

.settings__compare_search {
    display: block;
    flex-shrink: 0;
}

.settings-search {
    width: 100%;
}

.settings-search .settings__container {
    width: 100%;
    justify-content: space-between;
}

.settings-search .compare {
    display: flex;
    align-items: center;
    transition: all .3s ease;
}

.settings-search .compare .c-compare__link--text {
    margin-left: 5px;
}

.settings-search .compare:hover {
    color: var(--main-color);
}

.goods__wrapper {
    display: flex;
    flex-wrap: wrap;
    transition: all .7s ease;
}

.catalog__empty-goods {
    font-size: 16px;
    margin-top: 30px;
}

.catalog__main {
    padding: 20px 20px 0 20px;
}

.catalog .c-title {
    margin-bottom: 25px;
    line-height: 1.2;
}

.sidebar__banner {
    display: none;
}

@media (max-width: 382px) {
    .settings__sort span {
        display: none;
    }
}

@media (min-width: 768px) {
    .settings__compare {
        display: block;
    }
    .settings__compare a {
        display: flex;
        align-items: center;
        transition: all .3s ease;
    }
    .settings__compare a:hover {
        color: var(--main-color);
    }
    .settings__compare .compare {
        margin-left: 20px;
    }
}

@media (min-width: 980px) {
    .wrapper-back-ring {
        margin-left: 10px;
    }
    .sidebar {
        width: 300px;
        flex-shrink: 0;
        flex-grow: 0;
    }
    .sidebar__wrapper {
        top: 0;
        padding: 30px 30px 0 30px;
    }
    .catalog__main {
        padding: 30px 30px 0 15px;
        width: 100%;
        min-height: 1000px;
        flex-grow: 1;
    }
    .sidebar__banner {
        display: block;
        width: 100%;
        max-width: 100%;
    }
    .sidebar__banner img {
        width: 100%;
        max-width: 100%;
    }
    .sidebar__banner-text {
        padding: 10px;
        width: 100%;
        box-sizing: border-box;
        background-color: var(--main-color);
        font-size: 20px;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 1.5px;
        text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.31);
        font-weight: normal;
    }
    .sidebar__banner-top {
        position: relative;
    }
    .sidebar__banner-top-text {
        padding: 5px;
        box-sizing: border-box;
        text-align: center;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: normal;
        position: absolute;
        width: 100%;
        bottom: 0;
        letter-spacing: 1.5px;
    }
}


/* Конец каталог */


/* Страница товара */

.product-page {
    padding-top: 30px;
    font-size: 14px;
}

.product-page__main {
    display: flex;
    margin-bottom: 35px;
}

@media (max-width: 768px) {
    .product-page__main {
        flex-direction: column;
    }
}

.product-page__images {
    width: 42.9%;
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 30px;
}

@media (max-width: 768px) {
    .product-page__images {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
}

.product-page__info {
    width: 100%;
}

.product-page__title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}

.product-page__rating {
    display: flex;
}

.product-page__rating .rateit {
    display: flex;
    margin-right: 20px;
}

.product-page__rating .rating-wrapper {
    display: flex;
    margin-bottom: 20px;
    margin-right: 20px;
}

.product-page__rating button {
    display: block;
    transition: all .3s ease;
    margin-bottom: 20px;
}

.product-page__rating:hover button {
    color: var(--main-color);
}

.product-page__params-item {
    margin-bottom: 10px;
}

.product-page__table tr td {
    padding: 2px 0;
    max-width: 455px;
}

.product-page__table tr td:first-child {
    padding-right: 10px;
    font-weight: 700;
}

.product-page__price {
    display: flex;
    margin-top: 25px;
    margin-bottom: 25px;
}

.product-page__price-normal {
    display: flex;
    font-size: 22px;
    font-weight: 500;
}

.product-page__price-old {
    font-size: 18px;
    color: #909090;
    margin-left: 10px;
}

.product-page-price {
    margin-right: 5px;
}

.product-page .amount,
.product-page .variant,
.product-page .card__button {
    opacity: 1;
    visibility: visible;
    margin-top: 10px;
}

.product-page .amount {
    height: 36px;
}

.product-page .card__buttons {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

@media (max-width: 330px) {
    .c-compare__link--text span {
        letter-spacing: -1px;
    }
}

@media (max-width: 380px) {
    .product-page .card__buttons {
        justify-content: center;
    }
}

.product-page .card__quick-buttons {
    position: static;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    opacity: 1;
    right: 0;
    top: 0;
    background-color: unset;
    margin-top: 10px;
    margin-right: 10px;
}

.product-page .quickview__favorites,
.product-page .quickview__compare {
    background-color: var(--main-color);
    height: 36px;
    width: 36px;
    border-radius: 5px;
    transition: all .3s ease;
}

.product-page .quickview__compare {
    margin-right: 10px;
}

.product-page .quickview__favorites:hover,
.product-page .quickview__compare:hover {
    background-color: #000;
}

.product-page .quickview svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}

.product-page .product-page .quickview__favorites:hover svg {
    fill: #fff!important;
}

.quickview__favorites:hover svg {
    fill: rgb(233, 90, 90)!important;
}

.product-page .quickview__favorites_remove svg {
    fill: rgb(233, 90, 90);
}

.product-page .quickview__favorites {
    padding: 11px;
    margin-right: 10px;
}

.product-page .quickview__compare {
    padding: 5px;
}

.product-page .card__button {
    margin-right: 10px;
}

.product-page .c-product__message .alert {
    display: none;
}

.product-page .a-button,
.goods-search .a-button,
.product-page .wrapper-mg-buy-click .mg-buy-click-button,
.product-page .mg-non-available-button,
.product-page a.btn.addToWishList {
    display: flex;
    align-items: center;
    background-color: var(--main-color);
    color: #fff;
    padding: 7px 10px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid var(--main-color);
    border-radius: 5px;
    vertical-align: middle;
    font-size: 12px;
    cursor: pointer;
    transition: all .3s ease;
    margin-right: 10px;
    text-shadow: none;
    background-image: none;
    box-shadow: none;
}

.product-page a.btn.addToWishList {
    margin-left: 0;
}

.product-page .wishlist {
    padding: 0;
    margin-top: 10px;
}

.product-page .a-button,
.product-page .wrapper-mg-buy-click {
    margin-top: 10px;
}

.product-page .a-button:hover,
.product-page .mg-non-available-button:hover,
.product-page a.btn.addToWishList:hover {
    background-color: #000;
    color: #fff;
}

.product-page .color-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.product-page .color-block>span,
.size-block>span {
    margin-right: 10px;
}

.product-page .sizeMap-row .size,
.product-page .sizeMap-row .color {
    border-radius: 5px;
}

.sizeMap-row .size.active,
.sizeMap-row .color.active {
    border-color: var(--main-color)!important;
}

.product-page .sizeMap-row .color {
    margin: 5px 5px 5px 0;
}

.product-page .sizeMap-row .size {
    padding: 4px 5px 5px 5px;
}

@media (max-width: 767px) {
    .product-page .sizeMap-row .size {
        padding: 7px 5px 5px 5px;
    }
}

.wrapper-mg-non-available {
    margin: 25px 0;
}

.product-page__payments {
    margin-top: 20px;
}

.product-page .footer__payments {
    justify-content: flex-start;
}

.product-page .wrapper-mg-buy-click {
    width: auto;
    margin-top: 10px;
}

.product-page .wrapper-mg-buy-click a:hover {
    background-color: #000;
    color: #fff;
}

.product-page .ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
    background: var(--main-color);
    transition: all .3s ease;
}

.product-page .ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short:hover {
    background: #000;
}

.product-page .ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
    padding: 2px;
    height: 36px;
    width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ya-share2__container_size_m .ya-share2__popup:not(.ya-share2__popup_mobile)> :last-child:not(:empty):not(.ya-share2__copied-tooltip),
.ya-share2__container_size_m.ya-share2__container_as-popup> :last-child:not(:empty):not(.ya-share2__copied-tooltip) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.product-page .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more {
    border-radius: 5px;
}

.product-page .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more {
    background-image: url('../images/share-icon.svg');
}

.product-page .owl-item {
    cursor: pointer;
    max-height: 600px;
}

.product-page .owl-item .main-img {
    width: 100%!important;
}

.product-page .mg-product-comments-rating-dropZone {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    line-height: 2;
    padding: 10px;
}

.product-page #mg-product-comments-rating ul li span.action {
    font-size: 12px;
    margin-bottom: 10px;
}

.mg-price-non-available span,
.mg-price-buy-click span {
    color: var(--main-color);
}

.wrapper-modal-mg-non-available .mg-action-buttons .close-mg-booking-button {
    color: var(--main-color);
    border-color: var(--main-color);
}

.mg-send-booking-click-button,
.mg-send-order-click-button {
    background-color: var(--main-color);
}

.mg-send-order-click-button:hover,
.mg-send-booking-click-button:hover {
    background-color: #000;
}

.wrapper-modal-mg-non-available .mg-action-buttons .close-mg-booking-button:hover {
    color: #000;
}

.treelike-showImgComments {
    margin-right: 15px;
}


/* Конец страница товара */

.personal-page label {
    position: relative;
    cursor: pointer;
}

.personal-page label.op-field-check {
    display: flex;
    align-items: center;
}

.personal-page label.active .cbox::before {
    transform: scale(1);
}

.personal-page label .cbox {
    display: block;
    min-width: 20px;
    max-width: 20px;
    min-height: 20px;
    max-height: 20px;
    margin-right: 5px;
    border: 1px solid #dadada;
    border-radius: 3px;
    background: #fff;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.personal-page label .cbox::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 2px;
    display: block;
    width: 14px;
    height: 14px;
    transform: scale(0);
    background: var(--main-color);
    transition: all .3s ease;
}

.personal-page label .cbox_radio,
.personal-page label .cbox_radio::before {
    border-radius: 50%;
}


/* Страница оформления заказа
------------------------------------------------------------------- */

.c-order__information {
    display: flex;
}

.c-order__container-2 {
    display: flex;
}

.c-order__container {
    flex-grow: 0;
    flex-shrink: 0;
}

.c-order__delivery-container {
    width: 39.35%;
    margin-right: 3.5%;
}

.c-order__form-container {
    width: 57.15%;
}

.c-order__payment-container {
    width: 28%;
    font-size: 16px;
    margin-left: 2%;
}

.c-order__title {
    font-weight: 600;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 20px);
    height: 40px;
    margin-bottom: 16px;
    padding: 0 16px;
    background: #ededed;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
}

.c-order .c-order__delivery-container .c-order__title {
    margin-bottom: 6px;
}

@media (max-width: 767px) {
    .c-order__title {
        height: 34px;
    }
}

.c-order__title:before {
    position: absolute;
    top: 0;
    right: -20px;
    width: 0;
    height: 0;
    content: '';
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #ededed;
}

@media (max-width: 767px) {
    .c-order__title:before {
        right: -17px;
        border-top: 17px solid transparent;
        border-bottom: 17px solid transparent;
        border-left: 17px solid #ededed;
    }
}

.c-order__title--last {
    font-size: 18px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .c-order__title--last {
        font-size: 15px;
    }
}

.c-order__title--last:before {
    display: none;
}

.c-order__title--small {
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 6px;
}

.c-order__list {
    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;
}

.c-order__list--item {
    width: 49%;
    margin-bottom: 10px;
}

.c-order__list--item label {
    margin-top: 10px;
}

.c-order__list--width {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .c-order__list--item {
        width: 100%;
    }
}

.c-order__list--width {
    width: 100%;
}

@media (max-width: 767px) {
    .c-order__payment {
        margin-bottom: 10px;
    }
}

.c-order__payment li:last-child {
    padding-bottom: 10px;
}

.c-order__payment li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
}

.c-order__payment li:hover {
    cursor: pointer;
    background-color: #dadada7e;
}

.c-order__payment li.c-order__payment_alert:hover {
    background-color: unset;
    cursor: default;
}

.c-order__payment li [class*='icon-'] {
    display: none;
}

.c-order__payment label {
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 100%;
    text-decoration: none!important;
}

.c-order__payment .deliveryPrice {
    margin-left: auto;
    padding-left: 10px;
    font-weight: 500;
}

.c-order__payment .deliveryCurrency {
    font-weight: 500;
}

.c-order__payment .rate-payment {
    font-size: 12px;
    padding-left: 6px;
    text-transform: lowercase;
}

.c-order__payment li:not(:last-of-type) label {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 10px;
}

.c-order__payment label {
    font-size: 14px;
    flex-wrap: wrap;
}

.c-order .total-price-block {
    margin-top: 20px;
}

.c-order__total {
    text-align: center;
}

.c-order__total--row {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}

.c-order__total--row:first-child {
    margin-top: 0;
}

.c-order__total--amount {
    font-size: 24px;
    font-weight: 600;
    color: #cd4449;
}

.c-order-field__title {
    margin-top: 15px;
    margin-bottom: 7px;
}

.ui-datepicker table {
    border-spacing: 0;
}

.ui-datepicker-header {
    background-color: var(--main-color);
    border-color: var(--main-color);
    text-shadow: none;
    color: #fff;
}

@media (max-width: 767px) {
    .c-order__total--amount {
        font-size: 16px;
    }
}

.c-order .c-form .button {
    padding: 15px 25px;
    font-size: 14px;
}

.c-order .c-form .disabled-btn {
    background-color: silver!important;
    pointer-events: none;
    border-color: silver!important;
}

.addressPartsTitle {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

@media (max-width: 980px) {
    .c-order__information {
        flex-direction: column;
    }
    .c-order__delivery-container {
        width: 39.35%;
        margin-right: 3.5%;
    }
    .c-order__form-container {
        width: 57.15%;
    }
    .c-order__payment-container {
        display: flex;
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }
    .c-order__payment-container>div:first-child {
        width: 39.35%;
        margin-right: 3.5%;
    }
    .c-order__payment-container>div:last-child {
        width: 57.15%;
    }
    .c-order .total-price-block {
        margin-top: 0;
    }
}

@media (max-width: 700px) {
    .c-order__container-2,
    .c-order__payment-container {
        flex-direction: column;
    }
    .c-order__delivery-container {
        width: 100%;
        margin-right: 0;
    }
    .c-order__form-container {
        margin-top: 30px;
        width: 100%;
    }
    .c-order__payment-container>div:first-child {
        width: 100%;
        margin-right: 0;
    }
    .c-order__payment-container>div:last-child {
        width: 100%;
        margin-top: 15px;
    }
}

.payment-form-block {
    max-width: 100%;
    margin-bottom: 15px;
}

.payment-form-block input[type="submit"] {
    display: flex;
    background-color: var(--main-color);
    color: #fff;
    padding: 7px 10px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid var(--main-color);
    border-radius: 5px;
    vertical-align: middle;
    font-size: 12px;
    cursor: pointer;
    transition: all .3s ease;
    width: fit-content;
    min-width: 0;
    letter-spacing: 1px;
}

.payment-form-block input[type="submit"]:hover {
    background-color: #000;
    color: #fff;
}

.l-row .l-col.min-0--12 .l-row {
    display: flex;
    flex-direction: column;
}

.not-found__home-link {
    margin: 0 auto;
}

.not-found__home-link .fa {
    display: flex;
    align-items: center;
    margin-right: 10px;
}


/* c-title
------------------------------------------------------------------- */

.c-title {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 15px;
    border-bottom: 2px solid #dadada;
}

@media (max-width: 767px) {
    .c-title {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .c-title {
        font-size: 22px;
    }
}

@media (min-width: 1025px) {
    .c-title {
        font-size: 26px;
    }
}

.c-title__search {
    padding: 0 10px;
    background: #fdf2cc;
}

.c-title--no-border {
    padding-bottom: 0;
    border-bottom: 0;
}


/* c-alert
------------------------------------------------------------------- */

.c-alert {
    display: block;
    padding: 10px 16px;
    font-size: 14px;
}

@media (max-width: 767px) {
    .c-alert {
        padding: 10px;
    }
}

.c-alert--red {
    color: #a94442;
    background: #f2dede;
    margin-bottom: 15px;
}

.c-alert--blue {
    color: #31708f;
    background: #d9edf7;
}

.c-alert--green {
    color: #3c763d;
    background: #dff0d8;
}

.c-alert--orange {
    color: #8a6d3b;
    background: #fcf8e3;
}


/* c-form
------------------------------------------------------------------- */

.c-order .c-form {
    width: 100%;
}

.c-order .c-form__row {
    margin-top: 10px;
}

.c-order .c-form__row:first-of-type {
    margin-top: 0;
}

.c-order .c-form__row--line {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #dadada;
}

.c-order .c-form label {
    line-height: 1.2;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.c-order .c-form label * {
    cursor: pointer;
}

.c-order .c-form label [type='radio'],
.c-order .c-form label [type='checkbox'] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.c-order .c-form label:before {
    display: block;
    min-width: 15px;
    max-width: 15px;
    min-height: 15px;
    max-height: 15px;
    margin-right: 7px;
    content: '';
    border-radius: 50%;
    border: 1px solid #dadada;
    background: #fff;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
}

.c-order .c-form .c-order__checkbox label::before {
    border-radius: 3px;
}

.c-order .c-form label.orderFileContainer:before {
    display: none;
}

.order-storage label:nth-child(n+2) {
    margin-top: 10px;
}

.flex100 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
}

.c-order .c-form .agreement__label::before {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
}

.c-order .c-form .agreement__label>span {
    padding-left: 25px;
    font-size: 14px;
}

.c-order .c-form label:not(.active):hover:before {
    border-color: #c1c1c1;
}

.c-order .c-form label.active:before {
    background: var(--main-color);
}

.c-order .c-form select {
    cursor: pointer;
}

.c-order .c-form select,
.c-order .c-form textarea,
.c-order .c-form [type='url'],
.c-order .c-form [type='text'],
.c-order .c-form [type='number'],
.c-order .c-form [type='email'],
.c-order .c-form [type='search'],
.c-order .c-form [type='password'],
#treelike-comments form div.textarea-wrapper.clearfix textarea {
    width: 100%;
    height: 40px;
    padding: 9px 16px;
    color: #666;
    border: 1px solid #dadada;
    background: #fff;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    border-radius: 5px;
}

#treelike-comments form button {
    max-width: 200px;
}

@media (max-width: 767px) {
    .c-order .c-form select,
    .c-order .c-form textarea,
    .c-order .c-form [type='url'],
    .c-order .c-form [type='text'],
    .c-order .c-form [type='number'],
    .c-order .c-form [type='email'],
    .c-order .c-form [type='search'],
    .c-order .c-form [type='password'] {
        height: 30px;
        padding: 0 10px;
    }
    #treelike-comments form div.textarea-wrapper.clearfix textarea {
        height: 30px;
        padding: 5px 10px;
    }
}

.c-order .c-form select:focus,
.c-order .c-form textarea:focus,
.c-order .c-form [type='url']:focus,
.c-order .c-form [type='text']:focus,
.c-order .c-form [type='number']:focus,
.c-order .c-form [type='email']:focus,
.c-order .c-form [type='search']:focus,
.c-order .c-form [type='password']:focus,
#treelike-comments form div.textarea-wrapper.clearfix textarea:focus,
#treelike-comments>form>div:nth-child(8)>input[type='text']:focus {
    border-color: var(--main-color);
    -webkit-box-shadow: inset 0 0 0 1px var(--main-color);
    box-shadow: inset 0 0 0 1px var(--main-color);
}

.c-order .c-form textarea {
    line-height: 1.4;
    min-height: 120px;
    max-height: 500px;
    max-width: 100%;
    min-width: 100%;
    padding: 10px;
}

.c-order .c-form ::-moz-placeholder {
    color: #999;
}

.c-order .c-form :-ms-input-placeholder {
    color: #999;
}

.c-order .c-form ::-webkit-input-placeholder {
    color: #999;
}

.c-order .c-form--width {
    max-width: 300px;
}

.payment-form-block p em {
    display: block;
    margin-top: 30px;
    font-size: 16px;
}

.payment-form-block .l-col {
    padding-top: 16px;
}

@media (max-width: 767px) {
    .c-order .c-form--width {
        max-width: none;
    }
    .payment-form-block p em {
        display: block;
        margin-top: 20px;
        font-size: 14px;
    }
}

.titles-modal-mg-buy-click {
    flex-wrap: wrap;
}

.buyClick_agreement .agreement__checkbox {
    margin-right: 10px;
}


/* КОНЕЦ страницы оформления заказа */

.static-container {
    font-size: 16px;
    line-height: 26px;
}

.footer {
    padding-top: 50px;
    border-top: 1px solid #e8e8e8;
    margin-top: 20px;
}

.footer__wrapper {
    padding: 0 35px;
}

.footer__spoiler {
    position: relative;
    font-style: normal;
    margin-bottom: 10px;
}

.footer__arrow {
    background-size: 13px 8px;
    top: -4px;
    right: -8px;
}

.footer__title {
    font-size: 12px;
    font-weight: 600;
    line-height: 2.1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    cursor: pointer;
}

.footer__title._active+.footer__arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.footer__list {
    max-height: 0;
    margin-bottom: 10px;
    -webkit-transition: opacity 0.5s linear, max-height 0.5s linear, min-height 0.5s linear, width 0.5s linear;
    transition: opacity 0.5s linear, max-height 0.5s linear, min-height 0.5s linear, width 0.5s linear;
    width: 100%;
    opacity: 0;
    overflow: hidden;
}

.footer__list._active {
    -webkit-transition: opacity 0.5s linear 0.2s, max-height 0.5s linear, min-height 0.5s linear, width 0.5s linear 0.2s;
    transition: opacity 0.5s linear 0.2s, max-height 0.5s linear, min-height 0.5s linear, width 0.5s linear 0.2s;
    opacity: 1;
}

.footer__socials._active {
    min-height: 35px;
}

.footer__widget {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
}

@media (max-width: 980px) {
    .footer__widget {
        margin: 0 auto;
    }
}

.footer__list._active .footer__button {
    height: 45px;
    padding: 7px 10px;
}

.footer__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-weight: 500;
    line-height: 1.5;
    font-size: 12px;
    letter-spacing: 1.3px;
    color: #808080;
}

.footer__image {
    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;
    width: 25px;
    margin-right: 10px;
}

.footer__image svg {
    max-width: 25px;
    height: 25px;
    width: 25px;
    fill: var(--main-color);
}

.footer__telephones {
    display: flex;
    flex-direction: column;
}

.footer__link {
    position: relative;
    padding-left: 18px;
    margin-bottom: 5px;
    line-height: 2.17;
    font-weight: 400;
}

.footer__link::before {
    content: "\f061";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #cacaca;
    display: inline-block;
    font: 10px/1 'FontAwesome';
    font-size: 10px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.footer__link:hover::before {
    color: var(--main-color);
}

.footer__link:hover {
    color: var(--main-color);
}

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

.footer__email {
    width: 100%;
    background-color: #f5f5f5;
    font-size: 12px;
    height: 46px;
    line-height: 1.33;
    border-radius: 6px 0 0 6px;
    color: #555;
    font-family: inherit;
    font-weight: inherit;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 10px 85px 10px 16px;
}

.footer__email::-webkit-input-placeholder {
    color: #999;
}

.footer__email::-moz-placeholder {
    color: #999;
}

.footer__email:-ms-input-placeholder {
    color: #999;
}

.footer__email::-ms-input-placeholder {
    color: #999;
}

.footer__email::placeholder {
    color: #999;
}

.footer__button {
    position: absolute;
    z-index: 1;
    right: -12px;
    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;
    text-align: center;
    background-color: var(--main-color);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    height: 0;
    border-radius: 0 6px 6px 0;
    -webkit-transition: height 0.5s linear, padding 0.5s linear;
    transition: height 0.5s linear, padding 0.5s linear;
}

.footer__button:hover {
    background-color: #000;
}

.footer__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 15px;
}

.footer__socials li:nth-child(n+2) {
    margin-left: 7px;
}

.footer__social {
    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: 50%;
    font-size: 12px;
    color: #000;
    line-height: 28px;
    font-weight: 400;
    background-color: #f7f7f7;
    height: 35px;
    width: 35px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.footer__social:hover {
    color: #fff;
    background-color: var(--main-color);
}

.footer__copyright {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #838383;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    border-top: 1px solid #f5f5f5;
    padding: 10px 15px 15px;
    margin-top: 10px;
}

.footer__copyright>span {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.footer__copyright a:hover {
    color: var(--main-color);
}

.footer__payments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*.footer__pay {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    opacity: 0.5;
    margin-top: 10px;
    height: 16px;
}

.footer__pay:nth-child(n+2) {
    margin-left: 10px;
}

.footer__pay:hover {
    opacity: 1;
}*/

address.footer__spoiler .footer__item {
    margin-bottom: 35px;
}

@media (min-width: 480px) {
    .top__checkout {
        margin-left: 20px;
    }
    .account__menu {
        left: -105px;
    }
}

@media (min-width: 520px) {
    .footer__copyright>span {
        flex-direction: row;
        flex-shrink: 0;
    }
}

@media (min-width: 625px) {
    .top__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;
        padding: 6px 20px;
        margin: 0 auto;
    }
    .wrapper-back-ring .back-ring-button {
        margin-left: 0;
    }
    .top__links {
        justify-content: space-between;
    }
    .header__logo {
        left: 65px;
    }
    .menu {
        top: 80px;
        left: auto;
        right: 85px;
        width: 50%;
    }
    .menu._active {
        top: 105px;
    }
}

@media (min-width: 768px) {
    .wrapper {
        max-width: 724px;
        margin: 0 auto;
        background-color: #fff;
    }
    .account {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .account__title {
        display: block;
        margin-left: 6px;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0;
        color: #000;
    }
    .account:hover .account__title {
        color: var(--main-color);
    }
    .account__menu {
        top: 60px;
        left: -115px;
    }
}

@media (min-width: 980px) {
    .wrapper {
        max-width: 940px;
    }
    .top__contacts {
        display: flex;
    }
    .top__contacts-phone {
        display: block;
        font-weight: 400;
    }
    .menu {
        top: 80px;
    }
    .top__contacts-phone:hover {
        color: var(--main-color);
    }
    .top__checkout {
        margin-left: 20px;
    }
    .footer__wrapper {
        padding: 0 20px;
    }
    .footer__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .footer__arrow {
        display: none;
    }
    .footer__list {
        max-height: none !important;
        width: auto;
        opacity: 1;
    }
    .footer__spoiler {
        padding: 0 15px;
    }
    .footer__spoiler_1 {
        width: 28%;
    }
    .footer__spoiler_1 .footer__title {
        display: none;
    }
    .footer__spoiler_2 {
        width: 23%;
    }
    .footer__spoiler_3 {
        width: 23%;
    }
    .footer__spoiler_5 {
        margin-top: 45px;
    }
    .footer__spoiler_5 .footer__title {
        display: none;
    }
    .footer__button {
        padding: 7px 10px;
        height: 45px;
        right: 0;
    }
    .footer__socials {
        padding-left: 0;
    }
    .footer__copyright {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 5px 15px 15px;
    }
    .footer__payments {
        margin-top: 0;
    }
}

@media (min-width: 1080px) {
    .header__main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .header__logo {
        position: relative;
        left: auto;
        margin: 0 0 0 38px;
    }
    .header__container {
        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;
        align-items: center;
    }
    .header__cabinet-container {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .menu._active {
        top: 60px;
    }
    .account__menu {
        top: 50px;
    }
}

@media (min-width: 1200px) {
    .block-wrapper {
        width: 100%;
        max-width: 1090px;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0;
    }
    .wrapper {
        max-width: 1150px;
    }
    .top__wrapper {
        padding: 6px 30px;
        max-width: 1150px;
    }
    .header__account {
        margin-right: 0;
    }
    .header__burger {
        display: none;
    }
    .header__logo {
        margin-left: 0;
    }
    .header__menu {
        position: relative;
        top: 0;
        transform: none;
        display: flex;
        margin: 20px 0;
    }
    .menu {
        position: relative;
        z-index: 5;
        border-left: none;
        border-right: none;
        overflow: visible;
        max-height: none;
        width: 100%;
        padding: 9px 0 9px 20px;
        margin: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        top: 0;
        right: auto;
        font-size: 12px;
        border-top: 1px solid #e8e8e8;
        border-bottom: 1px solid #e8e8e8;
    }
    .menu__arrow {
        display: none;
    }
    .menu__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }
    .menu__item {
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.8px;
        border-radius: 5px;
    }
    .menu__item:hover>a {
        background-color: var(--main-color);
        color: #fff;
        border-radius: 5px;
    }
    .menu__item>a {
        position: relative;
        padding: 9px 12px;
    }
    .menu__item>a::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 0;
        opacity: 0.2;
        background-color: #fff;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        border-radius: 5px;
    }
    .menu__item>a:hover::after {
        width: 100%;
    }
    .menu__item:nth-child(n+2) {
        margin-top: 0;
    }
    .menu__item:hover .menu__dropdown {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .menu__item:hover .menu__dropdown.blender {
        opacity: 0;
    }
    .menu__dropdown {
        position: absolute;
        max-height: none;
        overflow: visible;
        background-color: #fff;
        -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.12);
        box-shadow: 0 0 7px rgba(0, 0, 0, 0.12);
        border-radius: 5px;
        padding: 20px;
        min-width: 200px;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    .menu__dropdown_padding {
        padding: 0;
    }
    .menu__dropdown_hover:hover .menu__dropdown.blender {
        z-index: 10;
        -webkit-transition: none;
        transition: none;
        opacity: 1 !important;
    }
    .menu__link {
        padding: 0;
    }
    .menu__link a {
        padding-left: 0;
        font-size: 12px;
        line-height: 1.5;
        position: relative;
        text-transform: capitalize;
        padding: 0 0 10px 0;
    }
    .menu__link_position {
        padding-left: 0;
        padding-bottom: 10px;
        text-transform: capitalize;
    }
    .clothes {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .clothes .menu__dropdown {
        position: relative;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .clothes .menu__dropdown a {
        font-weight: 500;
    }
    .clothes__title {
        font-weight: 500;
        color: var(--main-color);
        padding: 5px 0;
        text-transform: capitalize;
        font-size: 13px;
        border-bottom: 1px solid var(--main-color);
        margin-bottom: 16px;
    }
    .clothes__subcategory {
        min-width: 190px;
        padding-right: 30px;
    }
    .blender {
        right: -120px;
        top: -6px;
        padding: 10px;
        min-width: 140px;
    }
    .blender a {
        font-weight: 500;
    }
}

@media (min-width: 1450px) {
    .wrapper {
        max-width: 1260px;
    }
    .top__wrapper {
        max-width: 1260px;
    }
    .block-wrapper {
        max-width: 1200px;
    }
    .menu__item>a {
        padding: 9px 19px;
    }
    .advantage__title {
        letter-spacing: 0.6px;
        line-height: 22px;
        font-size: 12px;
    }
}

@media(max-width: 1200px) {
    .block-wrapper {
        padding: 0 20px;
    }
}

.column-section {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
}

.column-section__block {
    order: 1;
    width: 100%;
    margin-bottom: 20px;
}

.column-section__sidebar {
    order: 2;
    width: 100%;
}

@media(min-width: 980px) {
    .column-section {
        flex-direction: row;
    }
    .column-section__sidebar {
        flex: 0 0 240px;
        max-width: 240px;
        padding-right: 20px;
        box-sizing: border-box;
        order: 1;
    }
    .column-section__block {
        flex-grow: 1;
        order: 2;
        margin-bottom: 0;
    }
}

.c-table__promocode .input-coupon,
.e-form-input {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: none;
    width: 100%;
}

.msgError,
.mg-success {
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 5px;
    font-size: 12px;
}

.msgError {
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    color: #a94442;
}

.mg-success {
    background-color: #c3ecfe;
    border: 1px solid #b1e7ff;
    color: #0081ba;
}

.static-container h1,
.static-container h2,
.static-container h3,
.static-container p {
    margin-bottom: 20px;
	margin-top: 20px;
}

.groups-wrapper {
    padding-top: 20px;
}

.goods-description {
    margin-bottom: 10px;
}

.history-section .c-title {
    border-bottom: none;
}

.history-section p {
    margin-bottom: 15px;
    line-height: 1.5;
}

.mg-form-designer .agreement {
    font-size: 14px;
}

.mg-form-designer .agreement__btn {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    background: none;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    padding: 0;
    text-decoration: underline dotted;
}

.mg-form-designer .agreement__btn:hover {
    text-decoration: none;
}

.mg-form-designer label,
.mg-form-designer input[type="checkbox"] {
    cursor: pointer;
}

.static-container ul, 
.static-container ol,
.main .history-section ul,
.main .history-section ol,
.product-page .c-tab__content--desc ul,
.product-page .c-tab__content--desc ol {
    padding-left: 15px;
    margin-left: 5px;
}

.static-container ul li,
.main .history-section ul li,
.product-page .c-tab__content--desc ul li {
    list-style-type: disc;
}

.static-container ol li,
.main .history-section ol li,
.product-page .c-tab__content--desc ol li {
    list-style-type: decimal;
}

.history-section .block-wrapper p {
	line-height: 18px;
}

.history-section .block-wrapper h1 {
	margin-bottom: 20px;
}

.alert {
    display: block;
    padding: 10px 16px;
    font-size: 14px;
}

.alert-success {
    color: #3c763d;
    background: #dff0d8;
}

.payment-form-block .l-col {
    padding-top: 16px;
}

.alert-info {
    color: #31708f;
    background: #d9edf7;
}

.order-payment-page {
    padding: 0 30px;
}

.payment-form-block input[type="submit"] {
    display: flex;
    background-color: var(--main-color);
    color: #fff;
    padding: 7px 10px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid var(--main-color);
    border-radius: 5px;
    vertical-align: middle;
    font-size: 12px;
    cursor: pointer;
    transition: all .3s ease;
    width: fit-content;
    min-width: 0;
    letter-spacing: 1px;
}