@charset "UTF-8";

/* ProximaNova */

@font-face {
    font-family: 'ProximaNova';
    src: url('fonts/Proxima_Nova/Proxima_Nova_Regular.otf') format('opentype');
    font-weight: 400;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('fonts/Proxima_Nova/Proxima_Nova_Semibold.otf') format('opentype');
    font-weight: 600;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('fonts/Proxima_Nova/Proxima_Nova_Light.otf') format('opentype');
    font-weight: 300;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('fonts/Proxima_Nova/Proxima_Nova_Bold.otf') format('opentype');
    font-weight: 700;
}

@font-face {
    font-family: 'ProximaNova_Black';
    src: url('fonts/Proxima_Nova/Proxima_Nova_Black.otf') format('opentype');
    font-weight: 900;
}

@font-face {
    font-family: 'Proxima_Nova';
    src: url('fonts/Proxima_Nova/ProximaNovaExCn-Extrabld.eot');
    src: url('fonts/Proxima_Nova/ProximaNovaExCn-Extrabld.eot?#iefix') format('embedded-opentype'),
        url('fonts/Proxima_Nova/ProximaNovaExCn-Extrabld.woff2') format('woff2'),
        url('fonts/Proxima_Nova/ProximaNovaExCn-Extrabld.woff') format('woff'),
        url('fonts/Proxima_Nova/ProximaNovaExCn-Extrabld.ttf') format('truetype'),
        url('fonts/Proxima_Nova/ProximaNovaExCn-Extrabld.svg#ProximaNovaExCn-Extrabld') format('svg');
    font-weight: 800;
    font-style: normal;
}


/* /ProximaNova */


/* заготовка */

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

body {
    font-size: 15px;
    font-family: "ProximaNova", sans-serif;
    font-weight: 400;
    color: #000;
    min-height: 100vh;
    position: relative;
}
img{
    max-width: 100%;
}

header {
    position: relative;
}

.container {
    width: 1120px;
    margin: 0 auto;
}

.clr:before,
.clr:after {
    display: table;
    content: "";
    line-height: 0;
}

.clr:after {
    clear: both;
}

.hide-btn {
    display: none;
}


/* /заготовка */


/*константы*/



.btn-link {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 0px 50px;
    font-size: 15px;
    background: transparent;
    border: 1px solid #ca8c20;
    border-radius: 10px;
    height: 50px;
    line-height: 47px;
}


.link-style {
    display: inline-block;
    position: relative;
    color: #9c0606;
    font-size: 13px;
    line-height: 15px;
    border-bottom: 1px solid #ebcdcd;
    text-decoration: none;
}

.left_menu_level_2.catalog-submenu a:hover,
.into-current.link-style:hover,
.current.link-style:hover,
.link-style:hover {
    color: #eb3f50;
    border-bottom: 1px solid #f2d2d5;
    transition: color 0.5s;
}

.current.link-style {
    font-weight: 600;
    text-decoration: none;
    border-bottom: none;
}

.into-current.link-style {
    font-weight: 600;
    border-bottom: 1px solid #f2d2d5;
    text-decoration: none;
}


/*/константы*/

.header__catalog-trigger {
    display: inline-block;
    width: 25px;
    height: 40px;
    background: url('../img/catalog-menu-icon.png') 0% 50% no-repeat;
    vertical-align: top;
    cursor: pointer;
}

.header__catalog {
    display: inline-block;
    position: relative;
    line-height: 19px;
    vertical-align: top;
    font-size: 18px;
    margin-right: 10px;
    margin-top: 11px;
    cursor: pointer;
}

.header__catalog:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    background: url('../img/bottom-line.png') left 50% repeat-x;
}

.header__catalog:hover:after {
    content: none;
}

.search-block,
.header__search-block {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 165px;
    height: 42px;
    border: 1px solid #e9e9e9;
}

.search-block {
    width: auto;
    max-width: 320px;
}

.header__point-issue--link {
    position: relative;
    text-decoration: none;
}

.header__point-issue--link:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    bottom: -1px;
    background: url('../img/bottom-line.png') left 50% repeat-x;
}

.header__point-issue--link:hover:after {
    content: none;
}

.input-text,
.header__search {
    display: block;
    width: 100%;
    height: 40px;
    border: none;
    background: none;
    padding-left: 10px;
    font-size: 13px;
    color: #b5b5b5;
    font-weight: 300;
    padding-right: 40px;
}

.button-submit-search,
.header__search-btn {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 10px;
    width: 25px;
    height: 30px;
    background: url(../img/magnifier.png) 50% 50% no-repeat;
    border: none;
    cursor: pointer;
}

.header__search:-moz-placeholder {
    color: #e9e9e9;
    font-weight: 300;
}

.header__search::-webkit-input-placeholder {
    color: #e9e9e9;
    font-weight: 300;
}

.header-wrapper {
    padding-top: 40px;
    padding-bottom: 67px;
    font-size: 0;
}

.header__before-orders {
    margin-left: 30px;
    position: relative;
    padding-top: 2px;
    margin-top: 13px;
}

.header__before-orders--numbers {
    display: inline-block;
    position: absolute;
    height: 16px;
    width: auto;
    min-width: 16px;
    border-radius: 100%;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    color: #ffffff;
    background: #cccccc;
    right: -11px;
    top: -4px;
}

.header__cart {
    margin-left: 42px;
    position: relative;
}

.header__cart--numbers {
    display: inline-block;
    position: absolute;
    height: 16px;
    width: auto;
    min-width: 16px;
    border-radius: 100%;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    color: #ffffff;
    background: #fa8b52;
    right: -10px;
    top: -8px;
}

.header__point-issue--wrapper {
    display: inline-block;
    vertical-align: top;
    float: right;
    padding-top: 11px;
}

.header__phone-img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    margin-top: -10px;
    max-width: 60px;
    margin-top: -12px;
}

.header__point-issue--text {
    font-size: 13px;
    color: #000;
}

.breadcrumbs {
    display: block;
    margin-bottom: 15px;
    padding-left: 25px;
}

.breadcrumbs .breadcrumbs-item {
    position: relative;
    color: #666666;
    font-size: 12px;
    line-height: 24px;
    font-weight: 300;
    text-decoration: none;
    margin-right: 15px;
}

.breadcrumbs .breadcrumbs-item:before {
    content: "—";
    display: inline-block;
    position: absolute;
    left: -13px;
    top: -30%;
}

.breadcrumbs .breadcrumbs-item:first-child:before {
    content: none;
}

.page__wrapper {
    /*padding: 0 25px;*/
}

.slick-prev:before, .slick-next:before{
    color: #bf1e2e;
}


/*карточка товара*/

.h1-caption {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    margin: 0;
    margin-bottom: 25px;
    padding-left: 24px;
}

.product-card__item {
    display: block;
    font-size: 0;
}

.product-card__slider-wrapper {
    display: inline-block;
    width: 630px;
    vertical-align: top;
    padding: 0 25px;
    /*overflow: hidden;*/
}

.product-card__description {
    display: inline-block;
    vertical-align: top;
    width: 490px;
}


.product-card__slider-control--item.slick-slide.slick-active {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
}
.product-card__slider-control{
    height: 100px;
}
.product-card__slider-control--item.slick-slide,
.product-card__slider-control--item.slick-slide.slick-active{
    height: 100px;
    text-align: center;
    margin-left: 10px;
    /*margin-right: 7px;*/
}
.product-card__slider-control--img{
    height: 100%;
}
.product-card__slider-control--img {
/*    display: block;
    position: absolute;
    max-width: 50px;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    height: auto;*/
    display: block;
    position: static;
    /*max-width: 50px;*/
    width: auto;
    top: 50%;
    transform: none;
   	margin: 0;
    height: 100%;
    /*margin: 0 auto;*/
}

.product-card__slider-control--item.slick-slide.slick-current.slick-active {
    border: 1px solid #bf1e2e;
    outline: none;
}

.product-card__slider-control--item {
    outline: none;
}

.product-card__slider-main {
    /*height: 440px !important;*/
    margin-bottom: 20px;
}

.product-card__slider-main .slick-list {
    /*top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);*/
}
.product-card__slider-control--item.slick-slide img{
	display: inline-block;
}

.product-card__description-blank {
    display: block;
    position: relative;
    width: 470px;
    margin-left: 20px;
    border: 1px solid #edebeb;
}

.product-card__price-text {
    display: inline-block;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.product-card__old-price {
    display: inline-block;
    position: relative;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    padding-left: 10px;
}

.product-card__old-price:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url(../img/line.png) 50% 50% no-repeat;
}

.product-card__new-price {
    font-size: 30px;
/*    font-family: "ProximaNova_Black", sans-serif;
    font-weight: 900;*/
    /*margin-left: 20px;*/
    font-family: "Proxima_Nova", sans-serif;
    font-weight: 800;
    color: #000000;
}

.product-card__price-wrapper {
    text-align: left;
    padding: 30px 40px;
    border-bottom: 1px solid #edebeb;
    padding-top: 39px;
    padding-left: 40px;
}

.product-card__description-blank .product-card__old-price {
    margin-left: 20px;
    margin-right: 20px;
}

.product-card__availability {
    font-size: 0;
    padding: 20px 0;
    border-bottom: 1px solid #edebeb;
}

.product-card__availability-place {
    display: inline-block;
    text-align: left;
    width: 50%;
    color: #000000;
    font-size: 15px;
    line-height: 24px;
    padding-left: 40px;
}

.product-card__availability-count {
    display: inline-block;
    width: 100%;
    color: #0c731d;
    font-size: 15px;
    padding-right: 40px;
    padding-left: 40px;
}

.product-card__blank-btn {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 25px;
    text-align: left;
    padding-left: 40px;
    padding-right: 40px;
}

.product-card__add-to-cart {
    display: inline-block;
    vertical-align: top;
    width: 189px;
    background: #ffec1c;
    height: 55px;
    text-align: center;
    font-size: 15px;
    color: #000000;
    font-family: "ProximaNova", sans-serif;
    line-height: 55px;
    text-decoration: none;
    border-radius: 3px;
    margin-right: 9px;
    margin-bottom: 20px;
    cursor: pointer;
}

.product-card__add-to-cart:hover {
    background: #f9ef81;
}

.product-card__pay-one {
    display: inline-block;
    vertical-align: top;
    width: 189px;
    border: 1px solid #ffec1c;
    height: 55px;
    text-align: center;
    font-size: 15px;
    color: #000000;
    font-family: "ProximaNova", sans-serif;
    line-height: 55px;
    text-decoration: none;
    border-radius: 3px;
    margin-bottom: 20px;
}

.product-card__pay-one:hover {
    background: #f9ef81;
}

.product-card__cash-back {
    display: block;
    color: #000000;
    font-size: 15px;
    line-height: 24px;
}

.sale-label {
    display: inline-block;
    position: absolute;
    top: -18px;
    left: 14px;
    font-size: 14px;
    line-height: 24px;
    background: #7b0046;
    font-weight: 600;
    padding: 5px 26px;
    color: #ffffff;
    cursor: default;
}

.product-card__addit-info {
    padding-top: 25px;
    color: #666666;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    text-align: left;
    padding-left: 65px;
}

.product-card__addit-info>a {
    color: #666666;
    position: relative;
    letter-spacing: 0.2em;
    font-weight: 300;
    text-decoration: none;
}

.product-card__addit-info>a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #dfdfdf;
}

.product-card__addit-info>a:hover {
    color: #eb3f50;
}

.product-card__addit-info>a:hover:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #eb3f50;
}

.product-card__tabs-item>a {
    font-size: 15px;
    color: #000000;
    line-height: 24px;
}


/*корзина*/

.cart-item--wrapper {
    position: relative;
    height: 160px;
    padding-bottom: 20px;
    border-bottom: 1px solid #edebeb;
    font-size: 0;
    margin-bottom: 40px;
}

.cart-item__graphic {
    display: inline-block;
    position: relative;
    width: 150px;
    height: 130px;
    margin-right: 40px;
}

.cart-item__img {
    display: block;
    position: absolute;
    max-width: 140px;
    height: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cart-item__text-wrapper {
    display: inline-block;
   	position: relative;
   	z-index: 99;
    vertical-align: top;
}

.cart-item__product-name {
    display: inline;
    font-size: 14px;
}

.cart-item__product-v-code {
    display: block;
    text-transform: uppercase;
    color: #666666;
    font-size: 12px;
    letter-spacing: 0.2em;
    font-weight: 300;
    line-height: 24px;
    margin-top: 70px;
}

.cart-item__numbers-wrapper {
    position: absolute;
    display: inline-block;
    /*width: 550px;*/
    float: right;
    height: 125px;
    text-align: right;
    width: 100%;
    right: 0;
}

.cart-item__numbers-wrapper .product-card__price-text {
    font-size: 15px;
}

.cart-item__numbers-wrapper .product-card__old-price {
    font-size: 18px;
}

.cart-item__numbers-wrapper .product-card__new-price {
    font-size: 20px;
    margin-left: 30px;
}

.cart-item__numbers-wrapper .sale-label {
    position: absolute;
    left: auto;
    top: 0;
    right: 130px;
    margin-right: 15px;
}


.cart-item__numbers-wrapper .bottom-line {
    display: block;
}

.cart__count-item--input {
    display: inline-block;
    width: 36px;
    height: 36px;
    color: #666666;
    font-weight: 300;
    text-align: center;
    font-size: 15px;
    background: #fbfbfb;
    border: 1px solid #f4f3f3;
}

.cart__count-item--wrapper {
    position: relative;
    display: block;
    margin-bottom: 50px;
}
.cart__count-item--wrapper .link-style{
    z-index: 99;
    background: #fff;
}

.cart__count-item--text {
    display: inline-block;
    margin-right: 10px;
    color: #666;
    font-size: 15px;
    font-weight: 300;
}

.cart-order__btn-wrapper {
    font-size: 0;
    position: relative;
}

.cart-order {
    padding-left: 70px;
}

.cart-order__btn-wrapper .send-info--order {
    display: inline-block !important;
    margin-right: 85px;
    background: #ffec1c;
    color: #000000;
    font-size: 15px;
    padding: 20px 30px;
    outline: none;
    border: none;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
}

.cart-order__btn-wrapper .send-info--order:hover {
    background: #f9ef81;
}

.cart-order__btn-wrapper .cart-order__btn-description {
    display: inline-block;
    font-size: 15px;
    color: #666666;
    font-weight: 300;
    margin-right: 5px;
}

.cart-order__btn-wrapper .cart-order__btn--link {
    display: inline-block;
    font-size: 14px;
}

.cart-order__btn-wrapper .count-sum--wrapper {
    display: inline-block;
    position: absolute;
    height: 57px;
    line-height: 57px;
    top: 0;
    right: 0;
}

.cart-order__btn-wrapper .cart__count-item--text {
    font-size: 15px;
    color: #666666;
    font-weight: 300;
    margin-right: 0;
}

.cart-order__btn-wrapper .product-card__new-price {
    display: inline-block;
    margin-left: 15px;
    font-size: 20px;
}

.cart-order__comment-block {
    width: 100%;
    font-size: 0;
}

.cart-order__comment-block--left {
    display: inline-block;
    width: 50%;
    font-size: 15px;
    line-height: 24px;
    padding-left: 40px;
    font-weight: 300;
    color: #666666;
    vertical-align: bottom;
    margin-top: 30px;
}

.cart-order__comment-block--left>span {
    display: inline-block;
    width: 375px;
}

.cart-order__comment-block--right {
    display: inline-block;
    width: 50%;
    font-size: 15px;
    line-height: 24px;
    vertical-align: bottom;
    margin-top: 30px;
    text-align: right;
}

.cart-item__product-v-code>a {
    color: #666666;
    position: relative;
    letter-spacing: 0.2em;
    font-weight: 300;
    text-decoration: none;
}

.cart-item__product-v-code>a:hover {
    color: #eb3f50;
}

.cart-item__product-v-code>a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #dfdfdf;
}

.cart-item__product-v-code>a:hover:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #eb3f50;
}

/*Страница пользователя*/
.mypay-item--wrapper {
    height: 160px;
    padding-bottom: 20px;
    border-bottom: 1px solid #edebeb;
    font-size: 0;
    margin-bottom: 40px;
}

.mypay-item__graphic {
    display: inline-block;
    position: relative;
    width: 150px;
    height: 130px;
    margin-right: 40px;
}

.mypay-item__img {
    display: block;
    position: absolute;
    max-width: 140px;
    height: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.mypay-item__text-wrapper {
    display: inline-block;
    /*width: 230px;*/
    vertical-align: top;
}

.mypay-item__product-name {
    display: inline;
    font-size: 14px;
}

.mypay-item__product-v-code {
    display: block;
    text-transform: uppercase;
    color: #666666;
    font-size: 12px;
    letter-spacing: 0.2em;
    font-weight: 300;
    line-height: 24px;
    margin-top: 70px;
}

.mypay-item__numbers-wrapper {
    display: inline-block;
    /*width: 550px;*/
    float: right;
    height: 125px;
    text-align: right;
}

.mypay-item__numbers-wrapper .product-card__price-text {
    font-size: 15px;
}

.mypay-item__numbers-wrapper .product-card__old-price {
    font-size: 18px;
}

.mypay-item__numbers-wrapper .product-card__new-price {
    font-size: 20px;
    margin-left: 30px;
}

.mypay-item__numbers-wrapper .sale-label {
    position: static;
    margin-right: 15px;
}

.mypay-item__numbers-wrapper .bottom-line {
    display: block;
}

.mypay-item__mypay-name{
    display: inline;
}

.mypay__count-item--input {
    display: inline-block;
    width: 36px;
    height: 36px;
    color: #666666;
    font-weight: 300;
    text-align: center;
    font-size: 15px !important;
    background: #fbfbfb;
    border: 1px solid #f4f3f3;
}

.mypay__count-item--wrapper {
    display: block;
    margin-bottom: 50px;
}

.mypay__count-item--text {
    display: inline-block;
    margin-right: 10px;
    color: #666;
    font-size: 15px;
    font-weight: 300;
}

.mypay-order__btn-wrapper {
    font-size: 0;
    position: relative;
    margin-top: 80px;
}

.mypay-order{
    padding-left: 70px;
    margin-bottom: 130px;
}
.mypay-card__tab-item .mypay-order:last-child{
    margin-bottom: 0;
}

.mypay-order .mypay-header-order{
    margin-bottom: 90px;
}
.mypay-order .mypay-header-number{
    font-size: 24px;
    font-family: "ProximaNova";
    font-weight: 400;
    vertical-align: baseline;
}
.mypay-order .mypay-header-status{
    display: inline-block;
    margin-left: 15px;
    font-size: 15px;
    color: #18660e;
    vertical-align: baseline;
}

.mypay-order__btn-wrapper .send-info--order {
    display: inline-block !important;
    margin-right: 85px;
    background: #ffec1c;
    color: #000000;
    font-size: 15px;
    padding: 20px 30px;
    outline: none;
    border: none;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
}

.mypay-order__btn-wrapper .send-info--order:hover {
    background: #f9ef81;
}

.mypay-order__btn-wrapper .mypay-order__btn-description {
    display: inline-block;
    font-size: 15px;
    color: #666666;
    font-weight: 300;
    margin-right: 5px;
}

.mypay-order__btn-wrapper .mypay-order__btn--link {
    display: inline-block;
    font-size: 14px;
}

.mypay-order__btn-wrapper .count-sum--wrapper {
    display: block;
    text-align: right;
    height: 57px;
    line-height: 57px;
    top: 0;
    right: 0;
}

.mypay-order__btn-wrapper .mypay__count-item--text {
    font-size: 15px;
    color: #666666;
    font-weight: 300;
    margin-right: 0;
}

.mypay-order__btn-wrapper .product-card__new-price {
    display: inline-block;
    margin-left: 15px;
    font-size: 20px;
}

.mypay-order__comment-block {
    width: 100%;
    font-size: 0;
}

.mypay-order__comment-block--left {
    display: inline-block;
    width: 50%;
    font-size: 15px;
    line-height: 24px;
    padding-left: 40px;
    font-weight: 300;
    color: #666666;
    vertical-align: bottom;
    margin-top: 30px;
}

.mypay-order__comment-block--left>span {
    display: inline-block;
    width: 375px;
}

.mypay-order__comment-block--right {
    display: inline-block;
    width: 50%;
    font-size: 15px;
    line-height: 24px;
    vertical-align: bottom;
    text-align: right;
}

.mypay-item__product-v-code>a {
    color: #666666;
    position: relative;
    letter-spacing: 0.2em;
    font-weight: 300;
    text-decoration: none;
}

.mypay-item__product-v-code>a:hover {
    color: #eb3f50;
}

.mypay-item__product-v-code>a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #dfdfdf;
}

.mypay-item__product-v-code>a:hover:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #eb3f50;
}
.mypay-card__exit{
    font-size: 14px;
    position: absolute;
    right: 18px;
    top: 17px;
    text-decoration: none;
}


/*табы в карточке товаров*/
#product-card__tabs .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    background: transparent;
    color: #000000;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 0;
}

.ui-tabs .ui-tabs-nav {
    padding-left: 25px;
}

.ui-tabs .ui-tabs-nav {
    margin: 0 auto;
}

.product-card__tabs-item.ui-state-default,
.product-card__tabs-item.ui-widget-content .ui-state-default,
.product-card__tabs-item.ui-widget-header .ui-state-default,
.product-card__tabs-item.ui-button,
html .product-card__tabs-item.ui-button.ui-state-disabled:hover,
html .product-card__tabs-item.ui-button.ui-state-disabled:active {
    border: none;
    background: transparent;
    outline: none;
}

.product-card__tabs-item.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active a {
    color: #000;
    font-weight: 700;
    border-bottom: 3px solid #bf1e2e;
    padding-bottom: 6px;
}

.product-card__tabs-item.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab {
    padding-bottom: 0;
}

.product-card__tabs-item.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab .ui-tabs-anchor {
    text-align: center;
    width: 260px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: none;
    outline: none;
}

.ui-tabs.ui-corner-all.ui-widget.ui-widget-content {
    border: none;
}

.product-card__tabs-item.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-state-focus,
.product-card__tabs-item.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active.ui-state-focus a {
    outline: none;
}

.ui-widget-header {
    background: none;
    border: none;
}

#product-card__tabs {
    position: relative;
    margin-top: 60px;
}

.tab-item-wrapper {
    border-top: 1px solid #edebeb;
}

/*табы в на странице пользователя*/
#mypay-card__tabs .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    background: transparent;
    color: #000000;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 0;
}

#mypay-card__tabs .ui-tabs .ui-tabs-nav {
    padding-left: 25px;
}

#mypay-card__tabs .ui-tabs .ui-tabs-nav {
    margin: 0 auto;
}

.mypay-card__tabs-item.ui-state-default,
.mypay-card__tabs-item.ui-widget-content .ui-state-default,
.mypay-card__tabs-item.ui-widget-header .ui-state-default,
.mypay-card__tabs-item.ui-button,
html .mypay-card__tabs-item.ui-button.ui-state-disabled:hover,
html .mypay-card__tabs-item.ui-button.ui-state-disabled:active {
    border: none;
    background: transparent;
    outline: none;
}

.mypay-card__tabs-item.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active a {
    color: #000;
    font-weight: 700;
    border-bottom: 3px solid #bf1e2e;
    padding-bottom: 6px;
}

.mypay-card__tabs-item.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab {
    padding-bottom: 0;
}

.mypay-card__tabs-item.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab .ui-tabs-anchor {
    text-align: center;
    width: 260px;
}

#mypay-card__tabs .ui-state-active,
#mypay-card__tabs .ui-widget-content .ui-state-active,
#mypay-card__tabs .ui-widget-header .ui-state-active,
#mypay-card__tabs a.ui-button:active,
#mypay-card__tabs .ui-button:active,
#mypay-card__tabs .ui-button.ui-state-active:hover {
    border: none;
    outline: none;
}

#mypay-card__tabs .ui-tabs.ui-corner-all.ui-widget.ui-widget-content {
    border: none;
}

.mypay-card__tabs-item.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-state-focus,
.mypay-card__tabs-item.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active.ui-state-focus a {
    outline: none;
}

#mypay-card__tabs .ui-widget-header {
    background: none;
    border: none;
}

#mypay-card__tabs {
    position: relative;
    margin-top: 60px;
}

#mypay-card__tabs .tab-item-wrapper {
    border-top: none;
}
#mypay-card__tabs .ui-widget-content a{
    color: #9c0606;
}
#mypay-card__tabs .mypay-tabs-buttons{
    margin-bottom: 60px;
    border-bottom: 1px solid #edebeb;
}
/*end*/

.product-card__tab-item .h3-caption {
    font-size: 23px;
    color: #000000;
    display: block;
    margin-bottom: 25px;
}

.container.product-card__tab-item {
    padding-top: 60px;
    padding-left: 80px;
    padding-bottom: 0;
}

.tab-item--text-wrapper {
    display: inline-block;
    line-height: 25px;
    width: 530px;
}

.tab-item--text-wrapper p {
    font-weight: 300;
    line-height: 25px;
    font-size: 14px;
    margin-bottom: 12px;
}

.tab-item--text-wrapper p:last-of-type {
    margin-bottom: 0;
}

.tab-item--graphic {
    display: inline-block;
    vertical-align: top;
    padding-left: 75px;
    width: 510px;
}

.tab-item--graphic>img {
    max-width: 100%;
}

footer {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 1px solid #edebeb;
    padding-bottom: 55px;
    margin-top: 90px;
}

.footer__wrapper {
    display: block;
    font-size: 0;
}

.footer__left-block {
    display: inline-block;
    width: 485px;
    padding-top: 55px;
    vertical-align: bottom;
    padding-left: 25px;
}

.footer__left-block--img {
    display: inline-block;
    vertical-align: middle;
}

.footer__left-block--graphic:first-child {
    margin-right: 35px;
}

.footer__right-block {
    display: inline-block;
    width: 635px;
    vertical-align: bottom;
}

.footer__text {
    font-size: 12px;
    line-height: 17px;
    color: #afafaf;
}

.footer__copyright {
    display: block;
    margin-top: 50px;
    font-size: 16px;
    font-weight: 300;
}

.product-card__char-item {
    display: block;
}

.char-item--type {
    display: inline-block;
    color: #666666;
    font-size: 16px;
    line-height: 50px;
    font-weight: 300;
    width: 200px;
}

.char-item--text {
    display: inline-block;
    color: #000000;
    font-size: 16px;
    line-height: 50px;
    font-weight: 300;
}

.salon-item {
    display: inline-block;
    width: 630px;
    margin-right: 35px;
    padding: 11px 45px;
    height: 61px;
    padding-left: 64px;
}

.salon-item--wrapper {
    display: block;
    margin-bottom: 20px;
    height: 61px;
}

.salon-item--wrapper:last-of-type {
    margin-bottom: 0;
}

.salon-item--name {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    float: left;
    margin-right: -100%;
    font-weight: 400;
}

.into-current.link-style.salon-item--name {
    font-weight: 400;
    margin-top: 13px;
    color: #9c0606;
}

.into-current.link-style.salon-item--name:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    background: url('../img/bottom-line.png') left 50% repeat-x;
}

.into-current.link-style.salon-item--name:hover:after {
    content: none;
}

.salon-item--stock {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 41px;
    /*margin-left: 200px;*/
    margin-left: 230px;
}

.salon-item--wrapper:hover .salon-item {
    /*outline: 1px solid #edebeb;*/
    height: 61px;
}

.salon-item--stock.availabity {
    color: #0c731d;
}

.salon-item--stock.not-availabity {
    color: #666666;
}

#product-card__tabs-3 .h3-caption {
    margin-bottom: 45px;
}

.salon-btn {
    display: inline-block;
    vertical-align: top;
}

.salon-btn>a {
    display: none;
    margin-bottom: 0;
    height: 61px;
    line-height: 61px;
}

.salon-item--wrapper:hover .salon-btn>a {
    display: inline-block;
}

.salon-item--wrapper:hover .link-style.into-current.salon-item--name {
    color: #eb3f50;
    transition: color 0.5s;
}


/*category*/

.category-wrapper {
    position: relative;
    font-size: 0;
}

.category__left-block {
    display: inline-block;
    vertical-align: top;
    width: 790px;
    padding-right: 35px;
    /*margin-right: 330px;*/
    padding-top: 25px;
}

.category__right-block {
    display: inline-block;
    position: relative;
    top: 0;
    right: 0;
    vertical-align: top;
    width: 330px;
}

.category__product-list--graphic {
    display: inline-block;
    float: left;
    overflow: hidden;
    vertical-align: top;
    position: relative;
    width: 270px;
    margin-left: -20px;
    height: 200px;
}

.product-list__item--img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 200px;
}

.category__product-list--text {
    display: inline-block;
    vertical-align: top;
    padding-left: 35px;
    width: 485px;
}

.category__product-list--title {
    font-size: 18px;
}

.category__product-list--description {
    font-size: 14px;
    line-height: 25px;
    color: #666666;
    font-weight: 300;
    padding-top: 15px;
}

.category__product-list--btn-block {
    display: block;
    width: calc(100% - 250px);
}

.product-card__price-wrapper.clr .product-card__new-price {
    /*font-family: "ProximaNova_Black", sans-serif;*/
    /*font-weight: 900;*/
    font-family: "Proxima_Nova", sans-serif;
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
}

.category__product-list--btn-block {
    border: 1px solid #edebeb;
    padding-bottom: 15px;
    padding-left: 35px;
    padding-top: 20px;
    padding-right: 20px;
    float: right;
    margin-top: 20px;
}

.category__product-list--item {
    position: relative;
    padding-left: 20px;
    margin-bottom: 50px;
}

.category__product-list--item:last-of-type {
    margin-bottom: 0;
}

.category__product-list--item .sale-label {
    top: 0;
}

.category__product-list--item .product-card__price-wrapper {
    padding: 0;
    border-bottom: none;
}

.category__product-item--bonus {
    float: right;
    display: inline-block;
    color: #000000;
    font-size: 14px;
    line-height: 24px;
}

.category__product-list--item .product-card__blank-btn {
    position: relative;
    padding: 0;
    padding-top: 10px;
}

.category__product-list--item .product-card__blank-btn .error {
    position: absolute;
    bottom: -3px;
    left: 0;
    transform: translateY(100%);
    padding: 5px 15px;
    background: #fff;
    border: 1px solid #ffec1c;
    font-size: 12px;
}

.error a {
    display: inline-block;
    position: relative;
    color: #9c0606;
    font-size: 13px;
    line-height: 15px;
    border-bottom: 1px solid #ebcdcd;
    text-decoration: none;
}

.error a:hover {
    color: #eb3f50;
    border-bottom: 1px solid #f2d2d5;
    transition: color 0.5s;
}

.category__product-list--item .product-card__add-to-cart {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    width: 150px;
    margin-bottom: 0;
    cursor: pointer;
}

.category__product-list--item .product-card__pay-one {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    width: 130px;
    margin-bottom: 0;
}

.category__product-list--count {
    font-size: 14px;
    padding-left: 20px;
    color: #0c731d;
    line-height: 35px;
}

.category__product-list--item .product-card__new-price {
    margin-left: 0;
}

.category__left-block .category__filter--sort-to {
    display: none;
}

.category__filter--sort-item:first-child {
    margin-left: 0;
}

.category__filter--sort-item {
    color: #000000;
    font-size: 15px;
    line-height: 24px;
    margin-left: 40px;
    text-decoration: none;
}

.category__filter--sort-item.active {
    font-weight: 700;
    position: relative;
}

.category__filter--sort-item.active:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    left: 0;
    right: 0;
    border-bottom: 3px solid #fa8b52;
}

.category__filter--sort-to {
    text-align: right;
}

.filter-block {
    display: block;
    padding-left: 40px;
    padding-top: 35px;
    padding-right: 20px;
    padding-bottom: 25px;
    border: 1px solid #edebeb;
    margin-top: 70px;
}

.filter__category-type-name {
    display: block;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 12px;
}

.sort__ram-item {
    display: inline-block;
    position: relative;
    font-size: 15px;
    margin-right: 20px;
    cursor: pointer;
}

.sort__ram-item--count {
    vertical-align: super;
    font-size: 10px;
    color: #666666;
    font-weight: 300;
}

.sort__ram-wrapper {
    margin-bottom: 40px;
}

.sort__ram-item.active:after {
    content: "";
    position: absolute;
    display: block;
    border-bottom: 3px solid #fa8b52;
    left: 0;
    right: 14px;
    bottom: -6px;
}

.input-wrapper {
    display: inline-block;
    width: 65px;
    vertical-align: middle;
}

.js-numtext input.to,
.js-numtext input.from,
#price2,
#price {
    display: inline-block;
    width: 65px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #edebeb;
    height: 37px;
    background: #fbfbfb;
    font-weight: 300;
}

.footer__left-block--graphic {
    display: inline-block;
}


/* slider-ui */

#filter-slider, .js-num-slider {
    display: inline-block;
    width: 100px;
    margin-left: 15px;
    margin-right: 15px;
    vertical-align: middle;
}

#filter-slider .ui-state-default,
#filter-slider .ui-widget-content .ui-state-default,
#filter-slider .ui-widget-header .ui-state-default,
#filter-slider .ui-button,
html #filter-slider .ui-button.ui-state-disabled:hover,
html #filter-slider .ui-button.ui-state-disabled:active,

.js-num-slider .ui-state-default,
.js-num-slider .ui-widget-content .ui-state-default,
.js-num-slider .ui-widget-header .ui-state-default,
.js-num-slider .ui-button,
html .js-num-slider .ui-button.ui-state-disabled:hover,
html .js-num-slider .ui-button.ui-state-disabled:active {
    background: url("../img/handle-ui.png") 50% 50% no-repeat;
    border: none;
    width: 13px;
    height: 13px;
    top: -6px;
    outline: none;
    cursor: pointer;
}

#filter-slider.ui-slider-horizontal .ui-slider-handle:first-of-type,
.js-num-slider.ui-slider-horizontal .ui-slider-handle:first-of-type {
    margin-left: -6px;
}

#filter-slider.ui-slider-horizontal .ui-slider-handle:last-of-type,
.js-num-slider.ui-slider-horizontal .ui-slider-handle:last-of-type {
    margin-left: -6px;
}

#filter-slider.ui-widget.ui-widget-content,
.js-num-slider.ui-widget.ui-widget-content{
    border: none;
    background: #edebeb;
    height: 1px;
}

#filter-slider .ui-slider-range.ui-corner-all.ui-widget-header,
.js-num-slider .ui-slider-range.ui-corner-all.ui-widget-header {
    background: #fa8b52;
}

.product-card__tabs-item.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab:first-of-type .ui-tabs-anchor {
    width: 180px;
}


/* /slider-ui */

.category__product-tile--wrapper {
    padding-left: 25px;
}

.category__product-tile--item {
    width: 220px;
    display: inline-block;
    margin-right: 35px;
    margin-bottom: 60px;
}

.category__product-tile--graphic {
    position: relative;
    width: 220px;
    height: 200px;
}

.product-tile__item--img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.category__product-tile--item:nth-of-type(3) {
    margin-right: calc(100% - 730px);
}

.category__product-tile--item:nth-of-type(3+4n) {
    margin-right: 0px;
}

.category__product-tile--item:nth-of-type(4) {
    margin-right: 35px;
}

.category__product-tile--title {
    line-height: 20px;
    font-size: 15px;
}

.category__product-tile--btn-block .product-card__price-wrapper {
    padding: 0;
    border-bottom: none;
    padding-top: 25px;
}

.category__product-tile--btn-block .product-card__price-wrapper .product-card__new-price {
    margin-left: 0;
}

.category__product-tile--btn-block .product-card__old-price {
    margin-left: 8px;
}

.category__left-block.tile-wrapper {
    margin-right: 0;
    padding-right: 330px;
    width: 100%;
    margin-right: 0;
}


.arial-f {
    font-size: 15px;
    line-height: 24px;
    font-family: "Arial", sans-serif;
    font-weight: 400;
}

.cart-order__btn-wrapper-into {
    display: inline-block;
}
.mypay-order__btn-wrapper-into {
    display: inline-block;
    width: 50%;
}

.sort__radio--input {
    display: none;
}

.filter-label-radio {
    display: inline-block;
    position: relative;
    font-size: 15px;
    color: #000000;
    font-weight: 300;
    margin-right: 20px;
    margin-bottom: 10px;
    cursor: pointer;
}

.sort__radio--input:checked+.filter-label-radio:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 14px;
    border-bottom: 3px solid #fa8b52;
}

.modal-info {
    display: block;
    min-height: 900px;
    border: 1px solid #edebeb;
    width: 1020px;
    margin: 0 auto;
}

.modal__h2-caption {
    display: block;
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    padding-left: 130px;
    padding-top: 70px;
    padding-bottom: 80px;
}

.modal-info .ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab .ui-tabs-anchor {
    width: 190px;
    outline: none;
}

.modal-info .ui-tabs .ui-tabs-nav {
    padding-left: 130px;
}

.modal__salon-item {
    display: block;
    width: 100%;
    font-size: 0;
    min-height: 130px;
    padding: 30px 0;
    padding-left: 130px;
}

.modal__salon-item--text {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    font-size: 15px;
    font-weight: 300;
    padding-right: 40px;
    line-height: 24px;
}

.modal__salon-item--graphic {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 130px;
}

.modal__salon-item--img {
    display: inline-block;
}

.modal__salon-item--btn-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 445px;
}

.modal__salon-item--btn {
    display: none;
    background: #ffec1c;
    text-decoration: none;
    border-radius: 3px;
    font-size: 15px;
    color: #000;
    padding: 20px 32px;
    margin-left: 120px;
}

.modal__salon-item--addres {
    display: block;
}

.modal__salon-item--description {
    color: #666666;
}

.modal__salon-item .modal__salon-item--btn:hover {
    background: #f9ef81;
}

.modal__salon-item:hover {
    background: #fbfbfb;
}

.modal__salon-item:hover .modal__salon-item--btn {
    display: inline-block;
}

.modal__tab-wrapper.ui-tabs.ui-corner-all.ui-widget.ui-widget-content {
    padding: 0;
}

.modal__tab-wrapper.ui-tabs .ui-tabs-panel {
    padding: 0;
}

#modal-salon__tabs-1 {
    padding: 130px 0;
}

#modal-salon__tabs-2 {
    padding-top: 50px;
}

.remodal {
    padding: 0;
    display: inline-block;
    max-width: none;
    width: 1020px;
    text-align: left;
}

.remodal-overlay {
    background: transparent;
}


.show_block {
    display: block;
    font-size: 13px;
}

.modal-last-step.remodal {
    width: 910px;
    height: auto;
    border: 1px solid #edebeb;
    padding-bottom: 50px;
}

.modal-last__btn-wrapper {
    padding-left: 134px;
    padding-right: 130px;
    padding-top: 23px;
    font-size: 0px;
    border-radius: 3px;
    position:relative;
}

.modal-last__description {
    display: block;
    color: #666666;
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
    padding-left: 35px;
    margin-bottom: 18px;
}

.modal-last__wrapper .modal__h2-caption {
    padding-bottom: 25px;
    padding-left: 134px;
    padding-top: 73px;
}

.modal-last__btn-submit {
    background: #ffec1c;
    border: none;
    color: #000;
    font-size: 15px;
    padding: 20px;
    border-radius: 3px;
}

.modal-last__text-field {
    display: inline-block;
    vertical-align: top;
    width: 260px;
    height: 56px;
    margin-right: 33px;
    border: 1px solid #edebeb;
    background: #fbfbfb;
    font-size: 25px;
    font-weight: 300;
    padding-left: 30px;
    padding-right: 30px;
    color: #000000;
}

.modal-last__btn-submit {
    display: inline-block;
    vertical-align: top;
    width: 260px;
    text-align: center;
}

.modal-last__text-field:-moz-placeholder {
    font-size: 25px;
    font-weight: 300;
    color: #000000;
}

.modal-last__text-field::-webkit-input-placeholder {
    font-size: 25px;
    font-weight: 300;
    color: #000000;
}

.modal-last__btn-submit:hover {
    background: #f9ef81;
    cursor: pointer;
}

.modal-repeat-order .modal-last__btn-submit {
    width: auto;
}

.header__catalog-menu--link {
    font-size: 16px;
    color: #fff;
    line-height: 48px;
    display: inline;
    margin-left: 25px;
}

.header__catalog-menu {
    height: 240px;
    min-height: 240px;
    -webkit-column-width: 220px;
    -moz-column-width: 220px;
    -o-column-width: 220px;
    column-width: 220px;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    -o-column-gap: 0;
    column-gap: 0;
    column-fill: auto;
    font-size: 0;
    padding-bottom: 20px !important;
}

.header__catalog-menu--wrapper {
    display: inline-block;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    background: #070707 url('../img/bg-menu.jpg') 50% top no-repeat;
    height: auto;
    z-index: 100;
    padding-top: 134px;
}

.menu-active .header__catalog-trigger {
    background: url(../img/catalog-menu-icon-active.png) 0% 50% no-repeat;
    position: relative;
    z-index: 101;
}

.menu-active .header__catalog {
    color: #fff;
    position: relative;
    z-index: 101;
}

.menu-active .header__catalog:after {
    content: none;
}

.menu-active .header__search-block {
    z-index: 100;
    /* border: 1px solid #48494a; */
}

.menu-active .header__search-btn {
    background: url(../img/magnifier-2.png) 50% 50% no-repeat;
}

.cat-menu-current .header__catalog-menu--link {
    position: relative;
    line-height: 48px;
    background: #fa8b52;
    padding: 10px 22px;
    margin-left: 0px;
    border-bottom: none;
}

.cat-menu-current .header__catalog-menu--link:after {
    position: absolute;
    content: "";
    display: block;
    left: 22px;
    right: 22px;
    bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.cat-menu-current:hover .header__catalog-menu--link:after {
    border-bottom: 1px solid #f2d2d5;
}

.header__catalog-menu--wrapper {
    display: none;
}

.main__promo-wrapper {
    font-size: 0;
    padding-left: 25px;
    padding-top: 19px;
}

.main__promo--item {
    display: inline-block;
    width: calc(50% - 13px);
    min-height: 530px;
    background: #f9f9f9;
    padding: 20px;
}

.main__promo--item:first-of-type {
    margin-right: 25px;
}

.main__promo--item.fullscreen {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.main__promo--graphic {
    width: 100%;
    background: #fff;
    overflow: hidden;
    height: 380px;
    text-align: left;
}

.main__promo--img {
/*    max-width: 100%;*/
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: initial;
}

.main__promo--text-wrapper {
    display: table;
    height: 110px;
}

.main__promo--text .main__promo--link {
    display: inline;
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
}

.main__promo--text {
    display: table-cell;
    vertical-align: bottom;
    padding: 0 50px;
    padding-top: 10px;
}

.main__promo--date {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color: #666;
    letter-spacing: 3.5px;
    text-transform: uppercase;
}

.main__promo-three {
    display: block;
    width: 100%;
    position: relative;
    padding-top: 68px;
    padding-bottom: 68px;
    text-align: center;
    margin-top: 50px;
    border: 1px solid #edebeb;
}

.main__promo-three--date {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.25em;
}

.main__promo-three--link {
    display: inline-block;
    font-size: 25px;
    line-height: 26px;
    color: #7b0046;
    font-weight: 300;
    margin-left: 20px;
}

.main__promo-three .sale-label {
    right: 0;
    top: 0;
    left: auto;
}

.main-page__bottom-block {
    font-size: 0;
    padding-top: 65px;
}

.main-page__bottom-left-block {
    display: inline-block;
    vertical-align: top;
    width: 310px;
}

.main-page__bottom-center-block {
    display: inline-block;
    vertical-align: top;
    width: 480px;
    padding-top: 55px;
}

.main-page__bottom-right-block {
    display: inline-block;
    vertical-align: bottom;
    padding-top: 60px;
    padding-left: 55px;
    min-height: 380px;
}

.main-page__bottom-center-block .h2-caption {
    display: block;
    font-size: 30px;
    color: #000;
    margin-bottom: 35px;
}

.center-block--text {
    display: block;
    font-size: 15px;
    font-weight: 300;
    color: #000000;
    line-height: 25px;
    padding-bottom: 44px;
}

.social-block {
    font-size: 15px;
    line-height: 22px;
    color: #000;
}

.ya-share2__item {
    display: inline-block;
    height: 22px;
}

.ya-share2__item:first-of-type .ya-share2__link {
    margin-left: 0;
}

.ya-share2__link {
    background: #ebebeb;
    color: #000;
    text-decoration: none;
    height: 22px;
    padding-left: 20px;
    margin-left: 15px;
    background: #ebebeb;
    padding-right: 5px;
    border-radius: 3px;
}

.ya-share2__item_service_twitter a {
    background: #ebebeb url('../img/twitter.png') 3px 50% no-repeat;
    background-size: 15px;
}

.ya-share2__item_service_facebook a {
    background: #ebebeb url('../img/facebook.png') 3px 50% no-repeat;
    background-size: 15px;
}

.ya-share2__item_service_vkontakte a {
    background: #ebebeb url('../img/vk.png') 3px 50% no-repeat;
    background-size: 15px;
}

.ya-share2__item_service_telegram a {
    background: #ebebeb url('../img/telegram.png') 3px 50% no-repeat;
    background-size: 20px;
    padding-left: 25px;
}

.ya-share2__counter {
    float: right;
    background: #ebebeb;
    font-size: 15px;
    margin-top: 2px;
    padding: 0;
    line-height: 18px;
    margin-left: -1px;
    padding-left: 3px;
    padding-right: 3px;
}

.footer__left-block--link {
    display: inline-block;
    font-size: 14px;
    margin-right: 32px;
}

.footer__left-block--link:last-of-type {
    margin-right: 0;
}

.footer__center-text {
    font-size: 12px;
    line-height: 17px;
    color: #afafaf;
}

.footer__left-block {
    display: inline-block;
    vertical-align: top;
    padding-top: 40px;
    width: 310px;
    padding-left: 25px;
}

.footer__center-block {
    display: inline-block;
    vertical-align: top;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    width: 520px;
}

.footer__right-block {
    display: inline-block;
    vertical-align: top;
    width: 290px;
    float: right;
}

.footer__copyright {
    margin-top: 25px;
    font-size: 14px;
    font-weight: 300;
}

.footer__right-block {
    padding-top: 45px;
    padding-left: 30px;
}

.main-page__bottom-right-block {
    width: calc(100% - 790px);
}

.main-page__bottom-left-block--img {
    max-width: 100%;
}

.catalog-dropdown--wrapper {
    display: inline-block;
    vertical-align: top;
}

.product-card__wrapper {
    padding-top: 6px;
}

.wcommunity_wrap {
    height: 330px !important;
}

form .errors {
    font-size: 13px;
    position: absolute;
    padding-top: 10px;
}

.cart_remove_wrap {
    display: none;
    margin-right: 40px;
}

.cart-item--wrapper:hover .cart_remove_wrap {
    display: inline-block;
    position: absolute;
    width: 150px;
    right: 95px;
    top: 12px;
    background: #fff;
}

.cart_table_form .error_message {
    transform: translateY(-100%);
}

.cart_form,
.cart_autorization {
    display: none;
}

.page__text p {
    margin-bottom: 15px;
}

.cart_done_itog {
    padding: 15px;
}

.done_row {
    margin: 10px 0;
}

.search-result {
    padding: 10px;
}

.category__product-list--wrapper {
    font-size: 0;
}

.search_list {
    margin-top: 10px;
}

input[type="text"].error_input,
input[type="tel"].error_input,
input[type="password"].error_input,
input[type="email"].error_input,
input[type="number"].error_input {
    border: 2px dashed #e86c6c;
}

.remodal .err {
    display: inline-block;
    margin-top: 10px;
    font-size: 13px;
}

.filter-label-radio.disabled {
    color: #DDD;
}

.filter-label-radio.disabled .sort__ram-item--count {
    color: #DDD;
}

.vertical.remodal{
    display: inline-table;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}
.vertical.remodal[data-remodal-id="modal-thanks"]{
	max-width: 910px;
}
.vertical.remodal[data-remodal-id="modal-thanks"] .modal__vertical-center{
    padding-left: 130px;
}
.vertical.remodal .modal-last__wrapper{
    display: table-cell;
    vertical-align: middle;
}
.modal__vertical-center{
    padding: 100px;
}

.vertical .modal-last__wrapper .modal__h2-caption {
    margin-bottom: 14px;
    padding: 0;
}

.no-goods-to-show{
    font-family: 'ProximaNova';
    font-weight: 400;
    font-size: 23px;
    margin-left: 82px;
    padding-top: 25px;
}
.go-to-last-order{
    width: 325px;
}
.modal-enter-site-title{
    display: inline-block;
    font-size: 28px;
    font-family: 'ProximaNova';
    font-weight: 900;
    margin-bottom: 70px;
}
.modal__text{
	color: #666666;
    font-weight: 300;
}
.product-card__slider-item img{
    margin: 0 auto;
}


.product-card__slider-item.slick-slide.slick-current.slick-active:focus{
    outline: none;
}

/*21.12*/
.category__product-list--item .product-card__price-wrapper{
    text-align: center;
}
.product-card__pay-to-online{
    color: #0c731d;
    padding-left: 28px;
    background: url('../img/pay-to-online.png') 0 50% no-repeat;
    line-height: 24px;
    font-size: 13px;
    font-weight: 300;
    padding-top: 2px;
}
.product-card__price-wrapper.clr .product-card__new-price{
    float: left;
}
.product-card__description .product-card__pay-to-online{
    display: block;
    text-align: left;
    margin-top: 3px;
}

.header-top {
    display: flex;
    align-items: center;
    padding: 20px 0;
    padding-top: 50px;
}

.header-logo {
    margin-right: 100px;
}

.header-logo img {
	width: 158px;
}

.header-top__contact {
    display: flex;
    margin-left: auto;
    align-items: center;
    margin-top: -8px;
}

.header__point-issue--wrapper {
    padding-top: 0;
    margin-top: -7px;
}

.header__point-issue--wrapper .header__point-issue--text,
.header__point-issue--wrapper .header__point-name{
    color: #000;
    font-family: "ProximaNova", sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.header__point-issue--wrapper .header__point-name {
    border-bottom: 1px dotted #afafaf;
}

.header__point-issue--link:after {
    background: none;
} 

.footer-top__callback-btn,
.header-top__callback-btn {
    border: none;
    background: transparent;
    color: #000000;
    line-height: 19px;
    font-family: "ProximaNova", sans-serif;
    font-size: 16px;
    font-weight: 300;
    border-bottom: 1px dotted #afafaf;
    min-width: 197px;
}

.header__point-issue--wrapper .header__point-name:hover {
    color: #afafaf;
    border-bottom: 1px solid #afafaf;
    transition: color 0.5s;
}

.header__point-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    position: relative;
    top: -3px;
    vertical-align: middle;
    margin-left: 13px;
    background-position: 50% 50% !important;
    background-size: 25px !important;
    background-repeat: no-repeat !important;
}

.catalog-dropdown--wrapper .header__catalog{
    color: #000000;
    font-size: 16px;
    font-weight: 300;
}

.footer-top__mode,
.header-top__mode {
    margin-right: 20px;
    margin-left: 50px;
    font-size: 16px;
}

.footer-top__number,
.header-top__number {
    color: #000000;
    font-family: "ProximaNova", sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
}

.link-style.header__point-issue--link {
    border-bottom: none;
}

.link-style.header__point-issue--link:after {
    content: none;
}

.header__search-block {
    width: 100%;
    max-width: 800px;
    margin-left: 82px;
}

.header-wrapper.container {
    display: flex;
    align-items: center;
}

.header__before-orders {
    margin-left: auto;
    margin-top: 0;
    padding-top: 0;
}

.header__before-orders,
.header__cart {
    color: #000000;
    font-family: "ProximaNova", sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.header__before-orders.link-style,
.header__cart.link-style {
    border-bottom: 1px solid #afafaf;
    line-height: 20px;
}

.header__cart.link-style:after {
    display: inline-block;
    vertical-align: top;
    content: "";
    width: 15px;
    height: 20px;
    background: url('../img/cart-icon.png') 4px 3px no-repeat;
    padding-left: 3px;
}

.catalog-dropdown--wrapper .header__catalog {
    position: relative;
    border-bottom: 1px solid #afafaf;
}

.current.link-style.header__catalog:hover {
    border-bottom: 1px solid #afafaf;
    color: #afafaf;
}

.header__search,
.header__search-block {
    height: 34px;
}

.header-wrapper.container {
    padding-top: 25px;
}

.catalog-dropdown--wrapper .header__catalog:before {
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    content: "";
    width: 15px;
    height: 15px;
    background: url('../img/arrow-down.png') 50% 50% no-repeat;
    right: -19px;
    top: 4px;
}

.header__catalog-menu--wrapper {
    height: auto;
    padding-top: 190px;
}

.footer-top {
    display: flex;
    padding-top: 35px;
    align-items: flex-start;
}

.footer-top__contact {
    display: flex;
    align-items: center;
    margin-left: auto;
    padding-top: 2px;
}

.footer__left-block {
    padding-top: 6px;
    width: auto;
}

.link-style.footer__left-block--link {
    font-size: 16px;
    padding-bottom: 2px;
    color: #000;
    border-bottom: 1px solid #afafaf;
}

.footer__left-block--link {
    margin-right: 41px;
}

.footer__center-text {
    width: 445px;
}

.footer__center-block {
    display: flex;
    padding-top: 45px;
    width: 100%;
    padding-left: 27px;
    padding-right: 0;
}

.footer__copyright {
    margin-top: 34px;
    margin-left: auto;
}

.modal-callback .modal-last__btn-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
}

#modal-callback-form [class*="feedback_form"] {
    display: inline-block;
}

.modal-callback--submit {
    display: inline-block;
    vertical-align: top;
    width: 260px;
    text-align: center;
    background: #ffec1c;
    border: none;
    color: #000;
    font-size: 15px;
    padding: 20px;
    border-radius: 3px;
}


.header__catalog-menu--wrapper {
    width: auto;
    left: -23px;
    right: auto;
    top: 100%;
    right: -76px;
    padding-left: 23px;
    bottom: auto;
    padding-top: 0;
    background: #fff;
    /* width: 106% !important; */
}

.catalog-dropdown--wrapper {
    position: relative;
}


.header__catalog-menu {
    width: auto !important;
    height: auto;
    background: #fff;
    color: #000;
    padding-top: 19px;
}

.menu-active .header__search-block {
    z-index: 5;
}

.cat-menu-current .header__catalog-menu--link {
    background: none;
    padding: 0;
}

.header__catalog-menu--link {
    color: #000;
    margin-left: 0;
    line-height: 38px;
}

.header__catalog-menu--link.link-style {
    border-bottom: 1px solid #afafaf;
}

.header__catalog:after {
    height: 0;
    border-bottom: 1px dotted #afafaf;
}

.header__cart--numbers {
    right: -12px;
    top: -4px;
    background-color: #9a1b38;
}
.header__before-orders--numbers {
    background-color: #9a1b38;
}

.header-top,
.header-wrapper.container {
    padding-left: 25px;
}

.cat-menu-current .header__catalog-menu--link:after {
    content: none;
}

.cat-menu-current .header__catalog-menu--link {
    line-height: 38px;
}

.catalog-submenu {
    list-style: none;
    padding-left: 17px;
}

.catalog-submenu li a{
    font-size: 16px;
    line-height: 38px;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #afafaf !important;
}

.header__cart.link-style {
    margin-right: 8px;
}



/*21.12*/
@media only screen and (min-width: 1500px) {
    .container {
        width: 80%;
        margin: 0 auto !important;
    }
    .product-card__description {
        float: right;
    }
    .category__right-block {
        float: right;
    }
    .category__left-block {
        min-width: 755px;
        width: calc(100% - 330px);
    }
    .category__product-list--text {
        min-width: 485px;
        width: calc(100% - 250px);
    }
    .category__product-tile--item:nth-of-type(3) {
        margin-right: calc(100% - 730px);
    }
    .category__left-block.tile-wrapper {
        width: 100%;
    }
    .tab-item--graphic {
        display: inline-block;
        vertical-align: top;
        padding-left: 100px;
    }
    .cart-order__btn-wrapper-into {
        display: inline-block;
    }
    .main__promo--item {
        padding-bottom: 30px;
    }



}

@media only screen and (max-width: 1499px) {
    .salon-item {
        width: 588px;
    }

    .header__search-block {
        max-width: 40%;
    }

    .header-top {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .header-top__contact {
        width: 100%;
        padding-top: 40px;
        justify-content: center;
    }
    
}




@media only screen and (max-width: 1199px) {
    .container {
        width: 920px;
    }
    .product-card__slider-wrapper {
        width: 500px;
    }
    .product-card__description {
        width: 420px;
    }
    .product-card__price-wrapper {
        padding: 20px;
    }
    .product-card__availability-place {
        padding-left: 20px;
    }
    .product-card__availability-count {
        padding-right: 20px;
    }
    .product-card__description-blank {
        width: 400px;
    }
    .product-card__blank-btn {
        padding-left: 20px;
        padding-right: 20px;
    }
    .product-card__add-to-cart {
        width: 174px;
        margin-right: 10px;
    }
    .product-card__pay-one {
        width: 174px;
    }
    .product-card__description-blank .product-card__old-price {
        font-size: 17px;
        margin-left: 0;
    }
    .product-card__price-text {
        font-size: 14px;
    }
    .product-card__addit-info {
        padding-left: 45px;
    }
    .container.product-card__tab-item {
        padding-left: 60px;
    }
    .product-card__tabs-item.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab:first-of-type .ui-tabs-anchor {
        width: 145px;
    }
    .tab-item--text-wrapper {
        width: 460px;
    }
    .tab-item--graphic {
        width: 374px;
        padding-left: 70px;
    }
    .salon-item--wrapper .salon-item {
        outline: 1px solid #edebeb;
        height: 53px;
        width: 550px;
        padding: 11px 25px;
        margin-right: 15px;
    }
    .salon-btn>a {
        display: inline-block;
        line-height: 53px;
        height: 53px;
        width: 127px;
        font-size: 13px;
    }
    .salon-item--stock.availabity,
    .salon-item--stock.not-availabity,
    .into-current.link-style.salon-item--name {
        font-size: 13px;
    }
    /*category*/
    .category__left-block {
        width: 590px;
    }
    .category__product-list--graphic {
        width: 200px;
        height: 150px;
        margin-left: 0;
        float: none;
    }
    .product-list__item--img {
        max-width: 180px;
    }
    .category__product-list--text {
        width: 335px;
        padding-left: 20px;
    }
    .category__product-list--title {
        display: inline;
        font-size: 18px;
        line-height: 30px;
    }
    .category__product-list--btn-block {
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
        float: none;
    }
    .h1-caption {
        font-size: 28px;
        width: 590px;
    }
    /*cart*/
    .cart-item__numbers-wrapper {
        float: none;
        width: 430px;
        vertical-align: top;
    }
    .cart-item__numbers-wrapper .sale-label {
        display: none;
    }
    .cart-order {
        padding-left: 20px;
    }
    .cart-order__btn-wrapper .send-info--order {
        margin-right: 30px;
    }
    .cart-order__btn-wrapper .send-info--order {
        font-size: 13px;
    }
    .cart-item__text-wrapper {
        width: 230px;
    }
    /*mypay*/
    .mypay-item__numbers-wrapper {
        float: none;
        width: 430px;
        vertical-align: top;
    }
    .mypay-item__numbers-wrapper .sale-label {
        display: none;
    }
    .mypay-order {
        padding-left: 20px;
    }
    .mypay-order__btn-wrapper .send-info--order {
        margin-right: 30px;
    }
    .mypay-order__btn-wrapper .send-info--order {
        font-size: 13px;
    }
    .mypay-item__text-wrapper {
        width: 230px;
    }
    .remodal {
        max-width: 100%;
    }
    .modal-info {
        width: 100%;
    }
    .modal__salon-item {
        padding-left: 120px;
    }
    .modal__salon-item--text {
        text-align: left;
    }
    .modal-info .ui-tabs .ui-tabs-nav {
        padding-left: 120px;
    }
    .modal__h2-caption {
        padding-left: 120px;
    }
    .main__promo--item {
        width: 435px;
    }
    .main-page__bottom-left-block {
        width: 270px;
    }
    .main-page__bottom-center-block {
        width: 440px;
    }
    .main-page__bottom-right-block {
        width: 185px;
    }
    .footer__left-block {
        width: 260px;
    }
    .footer__center-block {
        width: 100%;
    }
    .footer__right-block {
        padding-left: 10px;
        width: 270px;
    }

    .link-style.footer__left-block--link:first-of-type{
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 1023px) {
    .container {
        width: 690px;
    }
    .header__search-block {
        width: 515px;
        background: #fff;
    }
    .header__before-orders {
        margin-top: 40px;
    }
    .header__point-issue--wrapper {
        margin-top: 40px;
    }
    .product-card__slider-wrapper {
        width: 100%;
    }

    .product-card__description {
        width: 100%;
        padding: 0 25px;
        margin-top: 45px;
    }
    .product-card__description-blank {
        width: 100%;
        margin-left: 0px;
    }
    .product-card__tabs-item.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab .ui-tabs-anchor {
        width: 230px;
    }
    .container.product-card__tab-item {
        padding-left: 30px;
    }
    .tab-item--text-wrapper {
        width: 334px;
    }
    .tab-item--graphic {
        width: 300px;
        padding-left: 30px;
    }
    .salon-item--wrapper .salon-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .salon-item--wrapper {
        height: auto;
    }
    .salon-btn>a {
        width: 312px;
        font-size: 15px;
    }
    .salon-item--stock.availabity,
    .salon-item--stock.not-availabity,
    .into-current.link-style.salon-item--name {
        font-size: 15px;
    }
    .footer__left-block {
        width: 100%;
        padding-left: 0;
        padding-top: 40px;
    }
    .footer__right-block {
        width: 100%;
        margin-top: 25px;
    }
    .category__right-block {
        position: static;
        width: 100%;
    }
    #filter-slider, .js-num-slider{
        width: 468px;
    }
    .category__left-block {
        margin-right: 0;
        padding-right: 0;
        width: 100%;
    }
    .category__product-list--text {
        width: 470px;
    }
    .category__product-list--item {
        padding-left: 0;
    }
    .category__product-list--item .sale-label {
        left: 0;
    }
    .cart-item__numbers-wrapper {
        width: 250px;
    }
    .cart-item__numbers-wrapper .product-card__new-price {
        display: inline-block;
        margin-top: 5px;
    }
    .cart-order__comment-block--left {
        padding-left: 0;
    }
    .cart-order__comment-block--left>span {
        width: 100%;
    }
    .cart-order__btn-wrapper-into {
        margin-top: 5px;
    }


    /*mypay*/
    .mypay-item__graphic{
        width: 150px;
        margin-right: 20px;
    }
    .mypay-item__text-wrapper {
        width: 240px;
    }
    .mypay-item__numbers-wrapper {
        width: 210px;
    }
    .mypay-item__numbers-wrapper .product-card__price-text {
        font-size: 13px;
    }
    .mypay-item__numbers-wrapper .product-card__new-price {
        display: block;
        margin-top: 5px;
    }
    .mypay-order__comment-block--left {
        padding-left: 0;
    }
    .mypay-order__comment-block--left>span {
        width: 100%;
    }
    .mypay-order__btn-wrapper-into {
        margin-top: 5px;
    }
    .mypay-item__product-v-code {
        margin-top: 10px;
    }


    .header__point-issue--wrapper {
        margin-top: 27px;
    }
    .modal__salon-item,
    .modal-info .ui-tabs .ui-tabs-nav,
    .modal__h2-caption {
        padding-left: 30px;
        padding-right: 30px;
    }
    .modal__salon-item--btn {
        display: inline-block;
        margin-left: 0;
    }
    .modal__salon-item--btn-wrapper {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    .modal__salon-item {
        text-align: center;
    }
    #modal-salon__tabs-1 {
        padding: 90px 0;
    }
    .modal-last__wrapper .modal__h2-caption {
        padding-left: 30px;
        padding-right: 30px;
    }
    .modal-last__btn-wrapper {
        padding-right: 30px;
        padding-left: 30px;
    }
    .main__promo--item {
        width: 332px;
        min-height: 470px;
    }
    .main__promo--graphic {
        max-height: 280px;
    }
    .main__promo--text {
        padding-left: 20px;
        padding-right: 20px;
    }
    .main-page__bottom-left-block {
        width: 250px;
    }
    .main-page__bottom-center-block {
        width: 440px;
    }
    .main-page__bottom-right-block {
        width: 100%;
        padding-left: 50px;
        padding-right: 50px;
    }
    .footer__center-block {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .footer__right-block {
        padding-left: 0;
        margin-top: 0;
    }
    .main__promo-three--date {
        width: 100%;
    }
    .main__promo-three--link {
        display: inline;
        margin-left: 0;
    }
    .main__promo-three {
        padding-left: 10px;
        padding-right: 10px;
        line-height: 40px;
    }
    .main__promo-wrapper {
        padding-left: 0;
    }
    .cart_remove_wrap {
        display: block;
        margin-right: 0px;
    }
    .mypay_remove_wrap {
        display: block;
        margin-right: 0px;
    }
    .cart-item--wrapper:hover .cart_remove_wrap {
        display: block;
    }
    .mypay-item--wrapper:hover .mypay_remove_wrap {
        display: block;
    }
    .product-card__slider-control--item.slick-slide.slick-active{
        height: 100px;
    }

    .header-wrapper.container {
        flex-wrap: wrap;
    }

    .header__search-block {
        margin-top: 20px;
        order: 5;
        max-width: 100%;
        margin-left: 0;
        width: 100%;
    }

    .header__before-orders {
        margin-top: 0;
    }

    .footer-top {
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer__left-block {
        text-align: center;
    }

    .footer-top__contact {
        margin-left: 0;
    }

    .header-top, .header-wrapper.container {
        padding-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .container {
        width: 460px;
    }
    .header__search-block {
        width: 100%;
        margin-top: 25px;
    }
    .header__point-issue--wrapper {
        margin-top: 41px;
    }
    .header__phone-img {
        display: none;
    }
    .header__before-orders {
        margin-left: 0;
    }
    .header-wrapper {
        padding-bottom: 40px;
    }
    .breadcrumbs {
        padding-left: 0;
    }
    .h1-caption {
        padding-left: 0;
    }
/*    .product-card__slider-main {
        height: 350px !important;
    }*/
    .product-card__tabs-item.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab:first-of-type .ui-tabs-anchor,
    .product-card__tabs-item.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab .ui-tabs-anchor {
        width: 100%;
        margin: 0;
        border-bottom: 1px solid #edebeb;
    }
    .product-card__tabs-item.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab .ui-tabs-anchor:last-of-type {
        margin-bottom: -1px;
    }
    /*	.container.ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header{
		width: 100%;
	}*/
    .product-card__tabs-item.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab {
        width: 100%;
        margin-right: 0;
    }
    .ui-tabs .ui-tabs-nav {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        border: 1px solid #edebeb;
        margin-bottom: -1px;
    }
    .container.product-card__tab-item {
        padding-left: 0px;
        padding-right: 0px;
    }
    .tab-item--text-wrapper {
        width: 100%;
    }
    .tab-item--graphic {
        display: none;
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .salon-item--name {
        float: none;
        margin-right: 0;
    }
    .salon-item--stock {
        margin-left: 0;
        width: 100%;
    }
    .salon-item--wrapper .salon-item {
        height: auto;
    }
    .salon-btn>a {
        width: 225px;
    }
    .salon-btn {
        font-size: 0;
    }
    .h1-caption {
        width: 100%;
    }
    .filter-block {
        padding-left: 20px;
    }
    #filter-slider, .js-num-slider {
        width: 258px;
    }
    .category__product-list--graphic {
        display: block;
        width: 270px;
        height: 200px;
        margin: 0 auto;
    }
    .category__product-list--btn-block {
        padding-left: 20px;
    }
    .cart__count-item--wrapper {
        margin-bottom: 20px;
    }
    .cart-item__graphic {
        display: none;
    }
    .cart-item__numbers-wrapper {
        width: 210px;
    }
    .cart-item__numbers-wrapper .product-card__new-price {
        margin-left: 0;
        width: 100%;
    }
    .mypay__count-item--wrapper {
        margin-bottom: 20px;
    }
    .mypay-item__graphic {
        display: none;
    }
    .mypay-item__numbers-wrapper {
        width: 210px;
    }
    .mypay-item__numbers-wrapper .product-card__new-price {
        margin-left: 0;
        width: 100%;
    }
    .header__point-issue--wrapper {
        margin-top: 34px;
    }
    .modal__salon-item {
        text-align: center;
    }
    .modal__salon-item--text {
        padding-right: 0;
        margin-bottom: 20px;
    }
    .modal-info .ui-tabs .ui-tabs-nav {
        padding-left: 0;
        padding-right: 0;
    }
    .modal-last-step.remodal {
        height: 420px;
    }
    .modal-last__text-field {
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
        text-align: center;
    }
    .modal-repeat-order .modal-last__btn-submit {
        width: 100%;
    }
    .modal__h2-caption {
        font-size: 28px;
    }
    .modal-last__btn-submit {
        width: 100%;
    }
    .main__promo--item:first-of-type {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .main__promo--item {
        width: 100%;
    }
    .main__promo--img {
        max-width: 100%;
    }
    .main__promo--graphic {
        background: transparent;
        max-height: initial;
        height: auto;
    }
    .main__promo--text-wrapper {
        height: 140px;
    }
    .main-page__bottom-left-block {
        display: none;
    }
    .main-page__bottom-center-block {
        width: 100%;
    }
    .category__product-list--count {
        display: block;
    }

    .mypay-card__tabs-item.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab {
        width: 100%;
    }
    .mypay-card__tabs-item.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab .ui-tabs-anchor {
        width: 100%;
    }

    .mypay-card__exit{
        font-size: auto;
        position: static;
        right: initial;
        top: initial;
        display: block;
        text-decoration: none;
        padding: 5px 10px;
        border: 1px solid #edebeb;
        text-align: center;
        margin-bottom: 13px;
    }
    .mypay-order .mypay-header-order {
        margin-bottom: 30px;
    }
    .mypay-order .mypay-header-status {
        display: block;
        margin-top: 10px;
        margin-left: 0;
    }
    .mypay-item__text-wrapper {
        width: 100%;
    }
    .mypay-item__numbers-wrapper {
        width: 100%;
        text-align: left;
    }
    .mypay__count-item--wrapper {
        margin-bottom: 15px;
    }
    .mypay-item__text-wrapper {
        margin-bottom: 13px;
    }
    .mypay-order__btn-wrapper {
        margin-top: 0px;
    }
    .mypay-item--wrapper {
        margin-bottom: 10px;
    }
    .mypay-order {
        padding-left: 0px;
    }
    .mypay-item__numbers-wrapper{
        height: auto;
    }
    .mypay-card__tab-item.ui-tabs-panel{
        padding: 10px;
    }
    .modal__vertical-center{
        padding: 30px;
        text-align: center;
    }
    .vertical.remodal[data-remodal-id="modal-thanks"] .modal__vertical-center{
    	padding-left: initial;
    }

    .header-top__contact,
    .footer-top__contact {
        flex-wrap: wrap;
        justify-content: center;
    }

    .header-top__contact > *,
    .footer-top__contact > * {
        width: 100%;
        text-align: center;
        margin: 10px 0;
    }

    .header-top__contact> *:first-child,
    .footer-top__contact > *:first-child {
        width: auto;
    }
    
    .footer__center-block {
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer__center-text {
        width: 100%;
        text-align: center;
    }

    .footer__copyright {
        margin-left: 0;
    }

    .header-wrapper.container {
        justify-content: center;
    }

    .catalog-dropdown--wrapper {
        order: 3;
        margin-top: 20px;
    }

    .header-wrapper.container:before {
        display: block;
        width: 100%;
        height: 0;
        content: "";
        order: 2;
    }

    .header-logo {
        margin-right: 0;
    }

    .header__catalog-menu--wrapper {
        padding-top: 0;
    }
}

@media only screen and (max-width: 479px) {
    .container {
        width: 300px;
    }
    .header__point-issue--wrapper {
        float: none;
    }
    .header__point-issue--wrapper {
        margin-top: 20px;
    }
    .h1-caption {
        font-size: 26px;
    }
    .product-card__slider-wrapper {
        padding-left: 10px;
        padding-right: 10px;
        overflow: hidden;
    }
/*    .product-card__slider-main {
        height: 270px !important;
    }*/
    .product-card__slider-control.slick-initialized.slick-slider {
        display: none;
        width: 50px !important;
    }
    .product-card__description {
        padding: 0;
    }
    .product-card__new-price {
        display: inline-block;
        margin-left: 0;
        text-align: center;
        width: 100%;
        margin-top: 10px;
    }
    .product-card__price-wrapper {
        text-align: center;
    }
    .product-card__add-to-cart {
        margin-right: 0;
    }
    .product-card__add-to-cart {
        width: 100%;
    }
    .product-card__pay-one {
        width: 100%;
    }
    .product-card__addit-info {
        display: inline-block;
        padding: 0;
        padding-top: 20px;
    }
    .product-card__addit-info {
        width: 80%;
        line-height: 20px;
        margin-left: 10%;
        text-align: center;
    }
    .salon-btn {
        width: 100%;
    }
    .salon-btn>a {
        width: 100%;
    }
    .salon-btn>a {
        margin-bottom: 5px;
    }
    .footer__left-block--graphic:first-child {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .footer__right-block,
    .footer__left-block {
        text-align: center;
    }
    .char-item--type {
        width: 100%;
    }
    .category__product-list--text {
        padding-left: 0;
        width: 100%;
    }
    .filter-block {
        padding: 10px;
    }
    #filter-slider, .js-num-slider {
        width: 118px;
    }


    .product-card__price-wrapper.clr .product-card__new-price {
        margin-bottom: 4px;
    }


    .category__product-list--item .product-card__pay-one,
    .category__product-list--item .product-card__add-to-cart {
        width: 120px;
        font-size: 12px;
    }
    .category__product-list--item .product-card__add-to-cart {
        margin-right: 0;
        margin-right: 18px;
    }
    .cart-item--wrapper {
        height: auto;
    }
    .cart-item__product-name {
        height: auto;
        margin-bottom: 10px;
    }
    .cart-item__numbers-wrapper {
        width: 100%;
        margin-top: 10px;
    }
    .cart-item__numbers-wrapper .bottom-line {
        text-align: center;
    }
    .cart-order__btn-wrapper .count-sum--wrapper {
        display: inline-block;
        width: 100%;
        position: static;
        height: auto;
    }
    .cart-order__btn-wrapper .product-card__new-price {
        width: 50%;
        margin-left: 0;
    }
    .cart-order__btn-wrapper .cart__count-item--text {
        width: 50%;
    }
    .cart-order__btn-wrapper-into {
        margin-top: 10px;
    }
    .cart-order__comment-block--right,
    .cart-order__comment-block--left {
        width: 100%;
    }
    .cart__count-item--wrapper {
        text-align: left;
    }
    .cart-item__text-wrapper {
        width: 100%;
    }
    .cart-order {
        padding-left: 0;
    }


    .mypay-item--wrapper {
        height: auto;
    }
    .mypay-item__product-name {
        height: auto;
        margin-bottom: 10px;
    }
    .mypay-item__numbers-wrapper {
        width: 100%;
        margin-top: 10px;
    }
    /*.mypay-item__numbers-wrapper .bottom-line {
        text-align: center;
    }*/
    .mypay-order__btn-wrapper .count-sum--wrapper {
        display: inline-block;
        width: 100%;
        position: static;
        height: auto;
    }
    .mypay-order__btn-wrapper .product-card__new-price {
        width: 50%;
        margin-left: 0;
    }
    .mypay-order__btn-wrapper .mypay__count-item--text {
        width: 50%;
    }
    .mypay-order__btn-wrapper-into {
        margin-top: 10px;
    }
    .mypay-order__comment-block--right,
    .mypay-order__comment-block--left {
        width: 100%;
    }
    .mypay__count-item--wrapper {
        text-align: left;
    }
    .mypay-item__text-wrapper {
        width: 100%;
    }
    .mypay-order {
        padding-left: 0;
    }
    .modal__salon-item--text {
        width: 240px;
    }
    .modal-last__description {
        padding-left: 0;
    }
    .modal-last__text-field {
        font-size: 20px;
    }
    .modal-last__text-field:-moz-placeholder {
        font-size: 20px;
    }
    .modal-last__text-field::-webkit-input-placeholder {
        font-size: 20px;
    }
    .modal-last__wrapper .modal__h2-caption {
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .modal-last-step.remodal {
        height: 470px;
    }
    .main__promo--item {
        min-height: 390px;
    }
    .main__promo--text .main__promo--link {
        font-size: 16px;
    }
    .main-page__bottom-right-block {
        padding-left: 20px;
        padding-right: 20px;
    }
    .header__catalog-menu {
        height: auto;
        min-height: 240px;
        -webkit-column-width: 100%;
        -moz-column-width: 100%;
        -o-column-width: 100%;
        column-width: 100%;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        -o-column-gap: 0;
        column-gap: 0;
        column-fill: auto;
        font-size: 0;
        margin-bottom: 20px;
    }
    .header__catalog-menu--wrapper {
        height: auto;
    }

    .mypay-order__btn-wrapper-into {
        width: 100%;
    }
    .mypay-order__comment-block--right{
        text-align: left;
        margin-top: 15px;
    }
    .product-card__new-price{
        text-align: inherit;
    }
    .product-card__pay-to-online{
        margin-bottom: 5px;
    }

    .header__point-issue--wrapper {
        text-align: center;
    }

    .link-style.footer__left-block--link,
    .link-style.footer__left-block--link:first-of-type {
        margin-left: 30px;
        margin-right: 30px;
        margin-bottom: 20px;
    }
}

.modal-enter-site {
    height: auto;
    padding: 30px;
}
.red_count {
    color: #9c0606;
}
.salon-item--stock.availabity.red_count {
    color: #9c0606;
    white-space: nowrap;
}




.page__text--clauses p{
	font-family: "ProximaNova", sans-serif;
	color: #333;
	line-height: 25px;
	margin-bottom: 22px;
	font-size: 14px;
	padding-left: 24px;
}
.page__text--clauses p img{
	margin-top: 9px;
}
.page__text--clauses .h1-caption{
	margin-bottom: 21px;
    margin-top: 2px;
}
.page__text--clauses h3{
    padding-left: 24px;
    margin-bottom: 14px;
}
.page__text--clauses h3{
    margin-top: 35px;
}
.page__text.page__text--clauses{
	width: 100%;
	max-width: 600px;
}

/*корзина - дополнительные способы оплаты*/

.cart__wrapper .a-wrapper-block{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 27px;
}
.a-custom-method-pay{
    position: relative;
    width: 705px;
    border: 2px solid #edebeb;
    padding-left: 55px;
    padding-top: 52px;
    padding-bottom: 43px;
    padding-right: 44px;
    margin-bottom: 119px;
}
.cart__wrapper .cart_table{
    width: calc(100% - 752px);
}
.cart-order{
    padding-left: 0;
}
.a-custom-method-pay .a-custom-method-pay__item:first-child{
    position: relative;
}
.a-custom-method-pay__item{
    display: block;
    margin-bottom: 38px;
}
.a-custom-method-pay__item:last-of-type{
	margin-bottom: 0;
}
.a-custom-method-pay__text{
    font-size: 14px;
}
.a-custom-method-pay__item input[type="radio"]{
	display: none;
}
.a-custom-method-pay__item input[type="radio"] + span .a-custom-method-pay__radio{
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../img/checkbox-sprite--gray.png) -55px -10px no-repeat;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -2px;
}
.a-custom-method-pay__item input[type="radio"]:checked + span .a-custom-method-pay__radio{
    background: url('../img/checkbox-sprite--gray.png') -10px -10px no-repeat;
}
.a-custom-method-pay .a-custom-method-pay__item:first-child .a-custom-method-pay__text:after{
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    content: "";
    margin-left: 41px;
    background: url(../img/credit-card.png) 50% 50% no-repeat;
    height: 50px;
    width: 286px;
    top: -16px;
}
.a-custom-method-pay__subinfo{
    position: absolute;
    font-size: 16px;
    color: #666;
    top: calc(100% + 34px);
    left: -3px;
    font-weight: 300;
}
.a-custom-method-pay__subinfo-desc{
    margin-bottom: 6px;
}
.a-custom-method-pay__subinfo-desc a{
    margin-left: 5px;
    font-size: 14px;
}
.a-custom-method-pay__subinfo-date{
    font-size: 15px;
    color: #0c731d;
}
.cart-order__comment-block--right{
    width: 45%;
    text-align: left;
    margin-top: 0;
}
.cart_order .product-card__pay-to-online{
    margin-left: -7px;
}
.cart_order .product-card__new-price{
    font-size: 20px;
}
.cart_order .count-sum--wrapper{
    margin-left: auto;
}
.a-cart-total--visual{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}


.label-new{
	display: inline-block;
	margin-bottom: 27px;
}
.label-new input[type="tel"]{
	margin-right: 0;
	width: calc(50% - 17px);
}
.label-new input[type="text"]{
	width: 100%;
	margin-right: 0;
}
.label-new input:-moz-placeholder{
	color: rgba(0,0,0,0.31);
}
.label-new input::-webkit-input-placeholder{
	color: rgba(0,0,0,0.31);
}
.label-new__title{
	display: block;
	font-size: 15px;
	margin-bottom: 14px;
	color: #666;
	font-family: "ProximaNova", sans-serif;
}
.modal-last__btn-wrapper{
	padding-top: 14px;
	padding-right: 217px;
}
.modal-last__wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.label-new--col12{
	width: 100%;
}
.label-new--col6{
	width: 50%;
}
.label-new--pl{
	padding-left: 17px;
}
.label-new--pr{
	padding-right: 17px;
}
.label-new--col6 + .label-new--col12{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 24px;
	justify-content: space-between;
}

.modal-last-step .btn-modal-send{
    display: inline-block !important;
    margin-right: 0;
    background: #ffec1c;
    color: #000000;
    font-size: 15px;
    padding: 20px 30px;
    outline: none;
    border: none;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    width: calc(50% - 17px);
}
.modal-last-step .btn-modal-send:hover{
    background: #f9ef81;
}
.personal-date--modal{
	display: block;
	margin-top: 20px;
}
.personal-date--modal a,
.personal-date--modal{
	font-size: 15px;
	color: #b0b0b0;
	font-weight: 300;
	font-family: "ProximaNova", sans-serif;
}
.personal-date--modal a{
	display: inline;
	border-bottom: 1px solid #b0b0b0;
	text-decoration: none;
}


/* /корзина - дополнительные способы оплаты*/


/* карточка товаров - список салонов */

#product-card__tabs-3 .salon-item--wrapper .salon-item{
    position: relative;
}
#product-card__tabs-3 .salon-item--wrapper .salon-item__img{
    position: absolute;
    left: -6px;
    top: 1px;
    width: 62px;
}
#product-card__tabs-3 .salon-item--wrapper .salon-item__img img{
    max-width: 100%;
    max-height: 100%;
}
#product-card__tabs-3 .salon-item--wrapper{
    margin-bottom: 35px;
}
.cart-item__product-v-code{
    color: #0c731d;
    font-size: 15px;
    font-weight: 300;   
    text-transform: none;
    letter-spacing: normal;
}

.salon-item--wrapper .salon-item{
    outline: none;
}

/* карточка товаров - список салонов */

.product-card__slider-control .slick-track {
	min-width: 100%;
}

.product-card__slider-item {
	height: 100%;
}

.product-card__slider-item.slick-slide img {
	max-height: 520px;
	max-width: 540px;
}

.product-card__slider-main .slick-track,
.product-card__slider-main {
	max-height: 520px;
	height: auto;
}

.menu-active .catalog-dropdown--wrapper .header__catalog:before {
    transform: rotate(180deg);
}

.header__catalog:after {
    content: none;
}

.current.link-style.header__catalog:hover,
.catalog-dropdown--wrapper .header__catalog {
    border-bottom: 1px dotted #afafaf;
    min-width: 121px;
}




@media screen and (max-width: 1499px){
    .cart__wrapper .cart_table{
        width: 100%;
        order: -1;
        margin-bottom: 50px;
    }
    .cart-item--wrapper{
     display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;   
    }
    .cart-item--wrapper:hover .cart_remove_wrap{
        position: relative;
        right: 0;
        top: 0;
        width: auto;
    }
    .a-cart-total--visual{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .cart_order .count-sum--wrapper{
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 47px;
    }
}

@media only screen and (max-width: 1366px) {
    .salon-item--stock.availabity.red_count {
        white-space: normal;
        line-height: 1.2em;
    }
}


@media screen and (max-width: 1279px){
    #product-card__tabs-3 .salon-item--wrapper .salon-item{
        display: block;
        height: auto;
        padding-left: 0;
    }
    #product-card__tabs-3 .salon-item--stock.availabity.red_count{
        float: none;
        clear: both;
        display: block;
        margin: 0;
        line-height: 1.2em;
        margin-bottom: 6px;
        padding-top: 4px;
        padding-left: 9px;
    }
    #product-card__tabs-3 .salon-item--wrapper{
        height: auto;
        margin-bottom: 27px;
    }
    #product-card__tabs-3 .salon-item--wrapper .salon-item__img{
        display: inline-block;
        vertical-align: middle;
        position: static;
        margin: 0;
    }
    #product-card__tabs-3 .into-current.link-style.salon-item--name{
        position: static;
        float: none;
        margin: 10px 0;
        margin-left: 8px;
    }
    #product-card__tabs-3 .into-current.link-style.salon-item--name:after{
        content: none;
    }
    #product-card__tabs-3 .salon-btn>a{
        width: 310px;
        max-width: 100%;
        margin-bottom: 5px;
        display: block;
        margin-right: 0;
    }

    .product-card__slider-item.slick-slide img {
		max-width: 100%;
	}
}

@media screen and (max-width: 1023px){
	.modal-last__btn-wrapper{
		padding-right: 30px;
	}
}
@media screen and (max-width: 767px){
    .a-custom-method-pay .a-custom-method-pay__item:first-child .a-custom-method-pay__text:after{
        content: none;
    }
    .cart-order__comment-block--right{
        width: 100%;
        margin-bottom: 10px;
    }
    .cart_order .product-card__pay-to-online{
        width: 100%;
        margin-left: 0;
    }
    .cart-item--wrapper{
        margin-bottom: 30px;
    }
    .cart-item--wrapper{
        flex-wrap: wrap;
    }
    .cart-item__graphic{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        max-width: 100%;
        height: auto;
    }
    .cart-item__img{
        position: static;
        max-width: 100%;
        height: auto;
        transform: none;
    }
    .cart-item__product-name{
        display: inline-block;
        margin-bottom: 43px;
    }
    .cart-item__numbers-wrapper{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
    }
    .cart-item__numbers-wrapper .bottom-line{
        margin-top: 18px;
    }
    .cart-item__numbers-wrapper{
        position: static;
        width: 100%;
        height: 68px;
    }
    .cart-item__text-wrapper {
        width: 100%;
    }
    .cart-item--wrapper{
        height: auto;
    }
    .label-new--col6{
    	width: 100%;
    	padding: 0;
    }
    .modal-last-step.remodal{
    	height: auto;
    }
    .modal-last-step .btn-modal-send{
    	width: 100%;
    }
    .label-new input[type="tel"]{
    	width: 100%;
    }
    .label-new--col6 + .label-new--col12{
    	margin-top: 0;
    }
	.label-new input{
		text-align: left;
	}
}

@media screen and (max-width: 479px){
    .product-card__new-price{
        text-align: right;
        margin-top: 0;
    }
    .a-custom-method-pay{
        padding-left: 22px;
        padding-right: 22px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .cart__wrapper .a-wrapper-block{
        padding-left: 0;
    }

    .product-card__slider-main .slick-prev {
		left: 0;
		z-index: 9;
    } 

    .product-card__slider-main .slick-next {
		right: 0;
		z-index: 9;
    }
}

