body {
    overflow-x: hidden;
    background-color: #f9f9f9;
}

.header .header-top .phone::after, .header .header-top__phone:hover::after, .header .header-top__user-img, .header .header-top__user-block::before, .header .header-top__basket .basket__wish .img, .header .header-top__basket .basket__compare .img, .header .header-top__basket .basket__buy .img, .header .header-top__basket .basket-wish__block::before,
.header .header-top__basket .basket-compare__block::before,
.header .header-top__basket .basket-buy__block::before, .header .header-top__basket .basket-wish__product-del::before,
.header .header-top__basket .basket-compare__product-del::before,
.header .header-top__basket .basket-buy__product-del::before, .header .header-bottom .header-search__search-btn.active::before, .popup-success__close, .search .search-marks__item::before {
    background: url("/img/sprite.svg") no-repeat;
}
/* new */
.header .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
}

.header .header-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 64px;
    background-color: #121726;
}

.header .header-top .row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header .header-top__left, .header .header-top__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 180px;
}

.header .header-top__left {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: -webkit-calc(100% - 180px);
    width: calc(100% - 180px);
}

.header .header-top__right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header .header-top__left-block {
    width: 224px;
}

.header .header-top__right-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-calc(100% - 224px);
    width: calc(100% - 224px);
}

.header .header-top .logo {
    position: relative;
}

.header .header-top .phone {
    position: relative;
    width: 260px !important;
    background-color: #121726;
    margin-right: 5.75%;
}

.header .header-top .phone::after {
    position: absolute;
    content: "";
    top: 7px;
    right: 5px;
    background-position: 74.67811158798283% 57.32217573221757%;
    width: 12px;
    height: 6px;
}

.header .header-top .phone span {
    font-size: 12px;
    line-height: 16px;
    color: #808994;
    margin-right: 15px;
}

.header .header-top .phone a {
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 1px;
    text-decoration: none;
}

.header .header-top .phone__visible {
    padding: 0 15px;
}

.header .header-top .phone__block {
    position: absolute;
    width: 100%;
    left: 0;
    background-color: #121726;
    -webkit-box-shadow: 0px 8px 12px rgba(83, 95, 110, 0.18), 0px 4px 4px rgba(83, 95, 110, 0.25);
    box-shadow: 0px 8px 12px rgba(83, 95, 110, 0.18), 0px 4px 4px rgba(83, 95, 110, 0.25);
    padding: 4px 15px 0;
    visibility: hidden;
}

.header .header-top .phone__dropdown {
    width: 100%;
    max-width: 100%;
    top: 20px;
    padding: 0 0 15px;
}

.header .header-top .phone__kind {
    margin-bottom: 4px;
}

.header .header-top .phone__kind:last-of-type {
    margin-bottom: 0;
}

.header .header-top__phone:hover .phone__block {
    visibility: visible;
}

.header .header-top__phone:hover::after {
    background-position: 47.21030042918455% 61.92468619246862%;
    width: 12px;
    height: 6px;
}

.header .header-top__schedule {
    margin-right: 6%;
}

.header .header-top__schedule div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    min-width: 124px;
}

.header .header-top__schedule div:first-of-type {
    margin-bottom: 3px;
}

.header .header-top__schedule span {
    width: 40px;
    font-size: 12px;
    line-height: 16px;
    color: #808994;
}

.header .header-top__schedule p {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    text-align: right;
    margin: 0;
}

.header .header-top__languages {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 5.5%;
}

.header .header-top__languages a {
    font-size: 12px;
    font-family: "GothamProMedium", serif;
    line-height: 16px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 3px;
}

.header .header-top__languages a.active {
    color: #535F6E;
    text-decoration: none;
    pointer-events: none;
    cursor: default;
}

.header .header-top__user {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 50px;
}

.header .header-top__user-img {
    display: inline-block;
    position: relative;
    background-position: 0 100%;
    background-position: 100% 0;
    width: 21px;
    height: 21px;
}

.header .header-top__user-block {
    position: absolute;
    top: 50px;
    right: -155px;
    z-index: 2;
    display: none;
    border-top: 4px solid #121726;
}

.header .header-top__user-block::before {
    position: absolute;
    content: "";
    background-position: 96.96969696969697% 83.96624472573839%;
    width: 14px;
    height: 8px;
    top: -12px;
    right: 39.3%;
}

.header .header-top .user-dropdown {
    position: relative;
    width: 404px;
    background: #f9f9f9;
    -webkit-box-shadow: 0px 22px 70px rgba(83, 95, 110, 0.7);
    box-shadow: 0px 22px 70px rgba(83, 95, 110, 0.7);
    padding: 35px 40px 40px;
}

.header .header-top .user-dropdown__close {
    position: absolute;
    width: 16px;
    height: 16px;
    content: "";
    background: url("/img/svg/close.svg") no-repeat center;
    top: 16px;
    right: 38px;
    cursor: pointer;
}

.header .header-top .user-dropdown__head {
    text-align: center;
    margin-bottom: 20px;
}

.header .header-top .user-dropdown__description {
    font-size: 13px;
    line-height: 18px;
    color: #535F6E;
    text-align: center;
    margin-bottom: 32px;
}

.header .header-top .user-dropdown__socials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 13px;
}

.header .header-top .user-dropdown__social-link {
    max-width: 151px;
    width: 100%;
}

.header .header-top .user-dropdown__either {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    margin-bottom: 13px;
}

.header .header-top .user-dropdown__either::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #121726;
    left: 0;
}

.header .header-top .user-dropdown__either span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    font-size: 13px;
    line-height: 18px;
    color: #535F6E;
    background-color: #f9f9f9;
    padding: 0 19px;
    z-index: 2;
}

.header .header-top .user-dropdown__form input {
    position: relative;
    width: 100%;
    line-height: 11px;
    margin-bottom: 0;
}

.header .header-top .user-dropdown__form .form__input {
    margin-bottom: 26px;
}

.header .header-top .user-dropdown__form .form__input:nth-of-type(3) {
    margin-bottom: 10px;
}

.header .header-top .user-dropdown__form label {
    display: none;
}

.header .header-top .user-dropdown__form span {
    display: none;
}

.header .header-top .user-dropdown__form .user-dropdown__checkbox-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 11px;
    color: #808994;
    height: 16px;
    padding-left: 21px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 16px;
}

.header .header-top .user-dropdown__button.sign-up-btn {
    margin-bottom: 15px;
}

.header .header-top .user-dropdown__agreement {
    border-bottom: 1px solid #DBDEE2;
    padding-bottom: 17px;
    margin-bottom: 17px;
}

.header .header-top .user-dropdown__agreement p {
    max-width: 250px;
    font-size: 11px;
    text-align: center;
    color: #808994;
    margin: 0 auto;
}

.header .header-top .user-dropdown__agreement a {
    color: #535F6E;
    text-decoration: underline;
}

.header .header-top .user-dropdown .remember-forgot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .header-top .user-dropdown .remember-forgot__link {
    font-size: 12px;
    line-height: 16px;
    color: #808994;
    text-decoration: underline;
}

.header .header-top .user-dropdown__come-in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.header .header-top .user-dropdown__question {
    font-size: 13px;
    line-height: 18px;
    color: #808994;
}

.header .header-top .user-dropdown__come-in-link {
    font-size: 13px;
    line-height: 18px;
    color: #121726;
    text-decoration: underline;
    cursor: pointer;
}

.header .header-top .user-dropdown__sign-in {
    display: none;
}

.header .header-top .user-dropdown__menu-block {
    position: absolute;
    top: 50px;
    right: -150px;
    z-index: 2;
    display: none;
}

.header .header-top .user-dropdown__menu {
    width: 276px;
    background-color: #fff;
    padding: 30px 40px 40px;
}

.header .header-top .user-dropdown__menu-content {
    display: inline-block;
    width: 100%;
}

.header .header-top .user-dropdown__menu-head {
    width: 100%;
    font-family: "GothamProMedium", sans-serif;
    font-size: 17px;
    line-height: 22px;
    text-align: left !important;
    color: #121726;
    border-bottom: 1px solid #C8CBD1;
    padding-bottom: 20px;
}

.header .header-top .user-dropdown__menu-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
}

.header .header-top .user-dropdown__menu-link {
    width: 100%;
    font-family: "GothamProMedium", sans-serif;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.5px;
    color: #535F6E;
    padding: 5px 0;
}

.header .header-top__basket {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .header-top__basket .basket__block {
    margin-right: 22px;
}

.header .header-top__basket .basket__block:last-of-type {
    margin-right: 0;
}

.header .header-top__basket .basket__wish {
    margin-right: 25px;
}

.header .header-top__basket .basket__wish .img {
    background-position: 60.96491228070175% 85.21739130434783%;
    width: 17px;
    height: 15px;
}

.header .header-top__basket .basket__compare .img {
    background-position: 0 85.58951965065502%;
    width: 21px;
    height: 16px;
}

.header .header-top__basket .basket__buy .img {
    background-position: 99.55555555555556% 18.061674008810574%;
    width: 20px;
    height: 18px;
}

.header .header-top__basket .basket-wish,
.header .header-top__basket .basket-compare,
.header .header-top__basket .basket-buy {
    position: relative;
}

.header .header-top__basket .basket-wish__count,
.header .header-top__basket .basket-compare__count,
.header .header-top__basket .basket-buy__count {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "GothamProBold", sans-serif;
    font-size: 9px;
    color: #121726;
    width: 16px;
    height: 16px;
    top: 0;
    right: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #E6BE8A;
    z-index: 3;
    /*
    display: none;*/
}

.header .header-top__basket .basket-wish__block,
.header .header-top__basket .basket-compare__block,
.header .header-top__basket .basket-buy__block {
    position: absolute;
    top: 15px;
    right: 0;
    z-index: 1;
    border-top: 4px solid #121726;
    -webkit-box-shadow: 0px 22px 70px rgba(83, 95, 110, 0.7);
    box-shadow: 0px 22px 70px rgba(83, 95, 110, 0.7);
}

.header .header-top__basket .basket-wish__block::before,
.header .header-top__basket .basket-compare__block::before,
.header .header-top__basket .basket-buy__block::before {
    position: absolute;
    content: "";
    background-position: 96.96969696969697% 83.96624472573839%;
    width: 14px;
    height: 8px;
    top: -12px;
    right: 1px;
}

.header .header-top__basket .basket-wish__empty,
.header .header-top__basket .basket-compare__empty,
.header .header-top__basket .basket-buy__empty {
    position: relative;
    width: 404px;
    background-color: #fff;
    padding: 40px;
}

.header .header-top__basket .basket-wish__head,
.header .header-top__basket .basket-compare__head,
.header .header-top__basket .basket-buy__head {
    text-align: center;
    margin-top: 0;
}

.header .header-top__basket .basket-wish__inf,
.header .header-top__basket .basket-compare__inf,
.header .header-top__basket .basket-buy__inf {
    display: inline-block;
    width: 100%;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #535F6E;
    margin-bottom: 27px;
}

.header .header-top__basket .basket-wish .basket-amount,
.header .header-top__basket .basket-compare .basket-amount,
.header .header-top__basket .basket-buy .basket-amount {
    color: #121726;
    border-top: 1px solid #C8CBD1;
    border-bottom: 1px solid #C8CBD1;
    padding: 30px 0;
}

.header .header-top__basket .basket-wish .basket-amount.basket-buy__amount-block,
.header .header-top__basket .basket-compare .basket-amount.basket-buy__amount-block,
.header .header-top__basket .basket-buy .basket-amount.basket-buy__amount-block {
    padding: 0;
}

.header .header-top__basket .basket-wish .basket-amount__goods,
.header .header-top__basket .basket-compare .basket-amount__goods,
.header .header-top__basket .basket-buy .basket-amount__goods {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header .header-top__basket .basket-wish .basket-amount__goods-name,
.header .header-top__basket .basket-compare .basket-amount__goods-name,
.header .header-top__basket .basket-buy .basket-amount__goods-name {
    font-size: 13px;
    line-height: 18px;
}

.header .header-top__basket .basket-wish .basket-amount__goods-count,
.header .header-top__basket .basket-compare .basket-amount__goods-count,
.header .header-top__basket .basket-buy .basket-amount__goods-count {
    font-family: "GothamProMedium", sans-serif;
    line-height: 24px;
}

.header .header-top__basket .basket-wish .basket-amount__goods-count span,
.header .header-top__basket .basket-compare .basket-amount__goods-count span,
.header .header-top__basket .basket-buy .basket-amount__goods-count span {
    font-size: 13px;
    line-height: 18px;
}

.header .header-top__basket .basket-wish .basket-amount__price,
.header .header-top__basket .basket-compare .basket-amount__price,
.header .header-top__basket .basket-buy .basket-amount__price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: "GothamProMedium", sans-serif;
}

.header .header-top__basket .basket-wish .basket-amount__price-value,
.header .header-top__basket .basket-compare .basket-amount__price-value,
.header .header-top__basket .basket-buy .basket-amount__price-value {
    font-size: 17px;
    line-height: 22px;
}

.header .header-top__basket .basket-wish .basket-amount__price-value span,
.header .header-top__basket .basket-compare .basket-amount__price-value span,
.header .header-top__basket .basket-buy .basket-amount__price-value span {
    font-size: 14px;
    line-height: 24px;
}

.header .header-top__basket .basket-wish__amount-block,
.header .header-top__basket .basket-compare__amount-block,
.header .header-top__basket .basket-buy__amount-block {
    border: none !important;
}

.header .header-top__basket .basket-wish__product,
.header .header-top__basket .basket-compare__product,
.header .header-top__basket .basket-buy__product {
    display: inline-block;
    width: 404px;
    height: 100%;
    background-color: #fff;
    padding: 10px;
}

.header .header-top__basket .basket-wish__product-block,
.header .header-top__basket .basket-compare__product-block,
.header .header-top__basket .basket-buy__product-block {
    min-height: 150px;
    max-height: 50vh;
    overflow-y: auto;
    border-top: 1px solid #DBDEE2;
    padding-right: 2px;
}

.header .header-top__basket .basket-wish__product-item,
.header .header-top__basket .basket-compare__product-item,
.header .header-top__basket .basket-buy__product-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #DBDEE2;
    padding-top: 24px;
    margin-top: 25px;
}

.header .header-top__basket .basket-wish__product-item:first-of-type,
.header .header-top__basket .basket-compare__product-item:first-of-type,
.header .header-top__basket .basket-buy__product-item:first-of-type {
    border: none;
    margin-top: 10px;
}

.header .header-top__basket .basket-wish__product-item:last-of-type,
.header .header-top__basket .basket-compare__product-item:last-of-type,
.header .header-top__basket .basket-buy__product-item:last-of-type {
    margin-bottom: 25px;
}

.header .header-top__basket .basket-wish__product-img-del,
.header .header-top__basket .basket-compare__product-img-del,
.header .header-top__basket .basket-buy__product-img-del {
    min-width: 90px;
    max-width: 90px;
}

.header .header-top__basket .basket-wish__product-img,
.header .header-top__basket .basket-compare__product-img,
.header .header-top__basket .basket-buy__product-img {
    width: 100%;
    margin-bottom: 15px;
}

.header .header-top__basket .basket-wish__product-img img,
.header .header-top__basket .basket-compare__product-img img,
.header .header-top__basket .basket-buy__product-img img {
    width: 100%;
}

.header .header-top__basket .basket-wish__product-del,
.header .header-top__basket .basket-compare__product-del,
.header .header-top__basket .basket-buy__product-del {
    font-size: 13px;
    line-height: 18px;
}

.header .header-top__basket .basket-wish__product-del::before,
.header .header-top__basket .basket-compare__product-del::before,
.header .header-top__basket .basket-buy__product-del::before {
    display: inline-block;
    content: "";
    background-position: 66.09442060085837% 98.28326180257511%;
    width: 12px;
    height: 12px;
    margin-right: 12px;
}

.header .header-top__basket .basket-wish__product-del:hover,
.header .header-top__basket .basket-compare__product-del:hover,
.header .header-top__basket .basket-buy__product-del:hover {
    cursor: pointer;
}

.header .header-top__basket .basket-wish__product-information,
.header .header-top__basket .basket-compare__product-information,
.header .header-top__basket .basket-buy__product-information {
    margin-left: 18px;
    padding-right: 15px;
    width: calc(100% - 90px);
}


.header .header-top__basket .basket-wish__product-head,
.header .header-top__basket .basket-compare__product-head,
.header .header-top__basket .basket-buy__product-head {
    font-family: "GothamProMedium", sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #121726;
    margin-bottom: 14px;
}

.header .header-top__basket .basket-wish__product-inf,
.header .header-top__basket .basket-compare__product-inf,
.header .header-top__basket .basket-buy__product-inf {
    padding-left: 12px;
    margin-bottom: 25px;
}

.header .header-top__basket .basket-wish__product-inf li,
.header .header-top__basket .basket-compare__product-inf li,
.header .header-top__basket .basket-buy__product-inf li {
    font-size: 13px;
    line-height: 18px;
    color: #808994;
}

.header .header-top__basket .basket-wish__product-inf li span,
.header .header-top__basket .basket-compare__product-inf li span,
.header .header-top__basket .basket-buy__product-inf li span {
    color: #121726;
}

.header .header-top__basket .basket-wish__product-price,
.header .header-top__basket .basket-compare__product-price,
.header .header-top__basket .basket-buy__product-price {
    text-align: right;
}

.header .header-top__basket .basket-wish__product-cost,
.header .header-top__basket .basket-compare__product-cost,
.header .header-top__basket .basket-buy__product-cost {
    font-family: "GothamProMedium", sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #808994;
    margin-bottom: 14px;
}

.header .header-top__basket .basket-wish__product-cost span,
.header .header-top__basket .basket-compare__product-cost span,
.header .header-top__basket .basket-buy__product-cost span {
    color: #121726;
}

.header .header-top__basket .basket-wish__product-count,
.header .header-top__basket .basket-compare__product-count,
.header .header-top__basket .basket-buy__product-count {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header .header-top__basket .basket-wish__product-minus, .header .header-top__basket .basket-wish__product-plus,
.header .header-top__basket .basket-compare__product-minus,
.header .header-top__basket .basket-compare__product-plus,
.header .header-top__basket .basket-buy__product-minus,
.header .header-top__basket .basket-buy__product-plus {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border: 1px solid #C8CBD1;
    cursor: pointer;
    margin-right: 6px;
}

.header .header-top__basket .basket-wish__product-minus::before, .header .header-top__basket .basket-wish__product-plus::before,
.header .header-top__basket .basket-compare__product-minus::before,
.header .header-top__basket .basket-compare__product-plus::before,
.header .header-top__basket .basket-buy__product-minus::before,
.header .header-top__basket .basket-buy__product-plus::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    background-color: #C8CBD1;
}

.header .header-top__basket .basket-wish__product-minus.disabled, .header .header-top__basket .basket-wish__product-plus.disabled,
.header .header-top__basket .basket-compare__product-minus.disabled,
.header .header-top__basket .basket-compare__product-plus.disabled,
.header .header-top__basket .basket-buy__product-minus.disabled,
.header .header-top__basket .basket-buy__product-plus.disabled {
    border-color: #DBDEE2;
}

.header .header-top__basket .basket-wish__product-minus.disabled::before, .header .header-top__basket .basket-wish__product-minus.disabled::after, .header .header-top__basket .basket-wish__product-plus.disabled::before, .header .header-top__basket .basket-wish__product-plus.disabled::after,
.header .header-top__basket .basket-compare__product-minus.disabled::before,
.header .header-top__basket .basket-compare__product-minus.disabled::after,
.header .header-top__basket .basket-compare__product-plus.disabled::before,
.header .header-top__basket .basket-compare__product-plus.disabled::after,
.header .header-top__basket .basket-buy__product-minus.disabled::before,
.header .header-top__basket .basket-buy__product-minus.disabled::after,
.header .header-top__basket .basket-buy__product-plus.disabled::before,
.header .header-top__basket .basket-buy__product-plus.disabled::after {
    background-color: #DBDEE2;
}

.header .header-top__basket .basket-wish__product-plus,
.header .header-top__basket .basket-compare__product-plus,
.header .header-top__basket .basket-buy__product-plus {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border: 1px solid #C8CBD1;
    cursor: pointer;
    margin-right: 0;
}

.header .header-top__basket .basket-wish__product-plus::before,
.header .header-top__basket .basket-compare__product-plus::before,
.header .header-top__basket .basket-buy__product-plus::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    background-color: #C8CBD1;
}

.header .header-top__basket .basket-wish__product-plus.disabled,
.header .header-top__basket .basket-compare__product-plus.disabled,
.header .header-top__basket .basket-buy__product-plus.disabled {
    border-color: #DBDEE2;
}

.header .header-top__basket .basket-wish__product-plus.disabled::before, .header .header-top__basket .basket-wish__product-plus.disabled::after,
.header .header-top__basket .basket-compare__product-plus.disabled::before,
.header .header-top__basket .basket-compare__product-plus.disabled::after,
.header .header-top__basket .basket-buy__product-plus.disabled::before,
.header .header-top__basket .basket-buy__product-plus.disabled::after {
    background-color: #DBDEE2;
}

.header .header-top__basket .basket-wish__product-plus::after,
.header .header-top__basket .basket-compare__product-plus::after,
.header .header-top__basket .basket-buy__product-plus::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 10px;
    background-color: #C8CBD1;
}

.header .header-top__basket .basket-wish__product-number,
.header .header-top__basket .basket-compare__product-number,
.header .header-top__basket .basket-buy__product-number {
    font-family: "GothamProMedium", sans-serif;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    width: 24px;
    height: 24px;
    border: 1px solid #C8CBD1;
    color: #121726;
    margin-right: 6px;
}

.header .header-top__basket .basket-wish__product-value,
.header .header-top__basket .basket-compare__product-value,
.header .header-top__basket .basket-buy__product-value {
    font-family: "GothamProBold", sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #808994;
    margin-top: 14px;
}

.header .header-top__basket .basket-wish__product-value span,
.header .header-top__basket .basket-compare__product-value span,
.header .header-top__basket .basket-buy__product-value span {
    color: #121726;
}

.header .header-top__basket .basket-wish,
.header .header-top__basket .basket-compare {
    position: relative;
}

.header .header-top__basket .basket-wish__amount-block,
.header .header-top__basket .basket-compare__amount-block {
    padding: 0 !important;
}

.header .header-top__basket .basket-wish__block,
.header .header-top__basket .basket-compare__block {
    display: none;
    right: -42px !important;
}

.header .header-top__basket .basket-wish__block::before,
.header .header-top__basket .basket-compare__block::before {
    right: 48px !important;
}

.header .header-top__basket .basket-wish__count,
.header .header-top__basket .basket-compare__count {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "GothamProBold", sans-serif;
    font-size: 9px;
    color: #121726;
    width: 16px;
    height: 16px;
    top: 0;
    right: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #E6BE8A;
    z-index: 3;
    display: none;
}

.header .header-top__basket .basket-wish__empty .basket-compare__content,
.header .header-top__basket .basket-compare__empty .basket-compare__content {
    padding-bottom: 25px;
    border-bottom: 1px solid #C8CBD1;
    margin-bottom: 25px;
}

.header .header-top__basket .basket-wish__product-price,
.header .header-top__basket .basket-compare__product-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header .header-top__basket .basket-wish__product-price div,
.header .header-top__basket .basket-compare__product-price div {
    margin-right: 10px;
}

.header .header-top__basket .basket-wish__product-price div:last-of-type,
.header .header-top__basket .basket-compare__product-price div:last-of-type {
    margin-right: 0;
}

.header .header-top__basket .basket-wish__product-discount,
.header .header-top__basket .basket-compare__product-discount {
    font-family: "GothamProBold", sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #FF3B30;
}

.header .header-top__basket .basket-wish__product-old,
.header .header-top__basket .basket-compare__product-old {
    font-size: 13px;
    line-height: 18px;
    color: #808994;
    text-decoration: line-through;
}

.header .header-top__basket .basket-wish__product-cost,
.header .header-top__basket .basket-compare__product-cost {
    font-family: "GothamProBold", sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #121726 !important;
}

.header .header-top__basket .basket-wish-btn,
.header .header-top__basket .basket-compare-btn {
    background-color: #121726;
    color: #fff;
    margin-bottom: 20px;
}

.header .header-top__basket .basket-wish__product-count::before,
.header .header-top__basket .basket-compare__product-count::before {
    display: inline-block;
    content: "(";
}

.header .header-top__basket .basket-wish__product-count::after,
.header .header-top__basket .basket-compare__product-count::after {
    display: inline-block;
    content: ")";
}

.header .header-top__basket .basket-wish__block {
    right: -91px !important;
}

.header .header-top__basket .basket-wish__block::before {
    right: 91px !important;
}

.header .header-top__basket .basket-wish__add-basket {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    float: right;
    height: 32px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-family: "GothamProMedium", sans-serif;
    font-size: 11px;
    line-height: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    background-color: #121726;
    cursor: pointer;
    padding: 0 22px;
}

.header .header-top__basket .basket-buy__block {
    display: none;
}

.header .header-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 88px;
    background: #f9f9f9;
    -webkit-box-shadow: 0px 4px 8px rgba(83, 95, 110, 0.24);
    box-shadow: 0px 4px 8px rgba(83, 95, 110, 0.24);
}

.header .header-bottom .row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header .header-bottom__left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 57.8%;
}

.header .header-bottom__right {
    width: 42.2%;
}

.header .header-bottom .logo {
    position: relative;
    display: none;
}

.header .header-bottom .header-menu {
    margin-top: 1px;
}

.header .header-bottom .header-menu i.fa-bars {
    display: none;
}

.header .header-bottom .header-menu__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    list-style-type: none;
    border-bottom: 1px solid #121726;
    padding: 0;
    margin: 7px 0 0;
}

.header .header-bottom .header-menu__list li {
    font-size: 14px;
    line-height: 24px;
    color: #121726;
    margin: 0 10px;
}

.header .header-bottom .header-menu__list li:first-of-type {
    margin-left: 0;
}

.header .header-bottom .header-menu__list li.sub {
    border-bottom: 4px solid transparent;
}

.header .header-bottom .header-menu__list li.sub:hover {
    border-bottom: 4px solid #121726;
}

.header .header-bottom .header-menu__list li:last-of-type {
    margin-right: 0;
}

.header .header-bottom .header-menu__list li span::after {
    display: inline-block;
    width: 8px;
    height: 8px;
    content: "";
    background: url("/img/svg/arrow_menu-nav.svg") center no-repeat;
    margin-left: 7px;
}

.header .header-bottom .header-menu__list a {
    font-size: 14px;
    line-height: 24px;
    color: #121726;
    text-decoration: none;
}

.header .header-bottom .header-menu__dropdown-block {
    position: absolute;
    width: 100%;
    background: transparent;
    -webkit-box-shadow: 0px 7px 8px rgba(83, 95, 110, 0.24);
    box-shadow: 0px 7px 8px rgba(83, 95, 110, 0.24);
    left: 0;
    top: 120px;
    padding-top: 20px;
    z-index: 2;
    visibility: hidden;
}

.header .header-bottom .header-menu__dropdown-block .wrapper {
    position: relative;
    max-width: 1150px;
    height: 100%;
    padding: 35px 15px 80px;
}

.header .header-bottom .header-menu__dropdown {
    background: #f9f9f9;
    list-style: none;
    padding: 0;
}

.header .header-bottom .header-menu__list li.sub:hover .header-menu__dropdown-block {
    visibility: visible;
}

.header .header-bottom .header-menu__list a.menu-red {
    color: #FF3B30;
}

.header .header-bottom .header-menu__cat-block {
    max-width: 180px;
    width: 16%;
    height: 100%;
    border-right: 1px solid #ccc;
}

.header .header-bottom .header-menu__cat-block.header-menu__cat-none {
    width: 0;
    border: none;
}

.header .header-bottom .header-menu__cat-block.header-menu__cat-none .header-menu__submenu {
    width: 100%;
}

.header .header-bottom .header-menu__cat-block.header-menu__cat-none .header-menu__feature {
    max-width: unset;
    margin-right: 3%;
}

.header .header-bottom .header-menu__cat-block.header-menu__cat-none .header-menu__feature:last-of-type {
    margin-right: 0;
}

.header .header-bottom .header-menu__cat-block.header-menu__cat-none .header-menu__feature.all a {
    width: 100%;
}

.header .header-bottom .header-menu__cat-name {
    margin: 0 !important;
}

.header .header-bottom .header-menu__cat-name a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 250px;
    line-height: 24px;
    color: #808994;
    padding: 12px 0;
}

.header .header-bottom .header-menu__cat-name a.active {
    color: #121726;
}

.header .header-bottom .header-menu__cat-name a.active::before {
    display: inline-block;
    width: 5px;
    height: 12px;
    content: "";
    background: url("/img/svg/arrow_menu-list-item.svg") no-repeat center;
    margin-right: 7px;
}

.header .header-bottom .header-menu__submenu {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 930px;
    background: #f9f9f9;
    top: 40px;
    visibility: hidden;
    right: 0;
    padding: 0;
}

.header .header-bottom .header-menu__list li.sub:hover .header-menu__dropdown-block .header-menu__submenu.active {
    visibility: visible;
}

.header .header-bottom .header-menu__feature {
    max-width: 200px;
    width: 100%;
}

.header .header-bottom .header-menu__feature.all {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.header .header-bottom .header-menu__feature span {
    display: inline-block;
    font-family: "GothamProMedium", sans-serif;
    line-height: 24px;
    color: #121726;
    margin-bottom: 26px;
}

.header .header-bottom .header-menu__feature span::after {
    display: none !important;
}

.header .header-bottom .header-menu__feature span a {
    font-family: "GothamProMedium", sans-serif;
    line-height: 24px;
    color: #121726;
    padding: 0;
}

.header .header-bottom .header-menu__feature ul {
    list-style: none;
    padding: 0;
}

.header .header-bottom .header-menu__feature li {
    min-height: auto;
    margin: 0 0 10px;
}

.header .header-bottom .header-menu__feature li:last-of-type {
    margin-bottom: 0;
}

.header .header-bottom .header-menu__feature li a {
    padding: 0;
}

.header .header-bottom .header-menu__feature li a:hover {
    color: #121726;
}

.header .header-bottom .header-menu__feature.we-work {
    min-width: 425px;
    max-width: 425px;
}

.header .header-bottom .header-menu__feature.we-work .timetable {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header .header-bottom .header-menu__feature.we-work .timetable__left-block {
    width: 39%;
}

.header .header-bottom .header-menu__feature.we-work .timetable__work-days {
    font-family: "GothamProMedium", sans-serif;
    color: #121726;
    margin-bottom: 14px;
}

.header .header-bottom .header-menu__feature.we-work .timetable__work-days span {
    width: 51px;
    font-family: "GothamProRegular", sans-serif;
    font-size: 14px;
    color: #535F6E;
    margin-bottom: 14px;
}

.header .header-bottom .header-menu__feature.we-work .timetable__work-days span:last-of-type {
    margin-bottom: 0;
}

.header .header-bottom .header-menu__feature.we-work .timetable__right-block {
    width: 47%;
}

.header .header-bottom .header-menu__feature.we-work .timetable__weekend {
    color: #535F6E;
}

.header .header-bottom .header-menu__feature.we-work .timetable__weekend div {
    margin-bottom: 14px;
}

.header .header-bottom .header-menu__feature.we-work .timetable__weekend div:first-of-type {
    margin-top: 14px;
}

.header .header-bottom .header-menu__feature.we-work .timetable__weekend div:last-of-type {
    margin-bottom: 0;
}

.header .header-bottom .header-menu__feature.we-work .timetable__weekend span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "GothamProRegular", sans-serif;
    margin-bottom: 0;
}

.header .header-bottom .header-menu__feature.we-work .timetable__weekend span::before {
    display: inline-block;
    content: "";
    width: 40px;
    height: 1px;
    background-color: #C8CBD1;
    margin-right: 11px;
}

.header .header-bottom .header-search {
    position: unset;
}

.header .header-bottom .header-search form {
    position: relative;
    text-align: right;
}

.header .header-bottom .header-search__input {
    max-width: 504px;
    width: 100%;
    height: 40px;
    background: transparent;
    border: 1px solid #121726;
    padding: 0 55px 0 12px;
    font-size: 14px;
    line-height: 24px;
    color: #808994;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

.header .header-bottom .header-search__input::-webkit-input-placeholder {
    color: #808994;
}

.header .header-bottom .header-search__input::-moz-placeholder {
    color: #808994;
}

.header .header-bottom .header-search__input:-moz-placeholder {
    color: #808994;
}

.header .header-bottom .header-search__input:-ms-input-placeholder {
    color: #808994;
}

.header .header-bottom .header-search__input:hover {
    border: 2px solid #121726;
    padding-left: 11px;
}

.header .header-bottom .header-search__input.active {
    border: 2px solid #121726;
    padding-left: 11px;
}

.header .header-bottom .header-search__search-btn {
    position: absolute;
    width: 40px;
    height: 40px;
    background: url("/img/svg/icon-loupe.svg") no-repeat center;
    background-color: #121726;
    border: none;
    top: 0;
    right: 0;
}

.header .header-bottom .header-search__search-btn.active {
    background: url("/img/svg/search-black.svg") no-repeat center;
    width: 17px;
    height: 17px;
    top: 12px;
    right: auto;
    left: 12px;
}

.header .header-bottom .header-search__search-btn.active::before {
    position: absolute;
    content: "";
    background-position: 96.96969696969697% 83.96624472573839%;
    width: 14px;
    height: 8px;
    left: 3px;
    bottom: -23px;
}

.header .header-bottom .header-search__close-btn {
    position: absolute;
    width: 40px;
    height: 40px;
    background: url("/img/svg/close-white.svg") no-repeat center;
    background-color: #121726;
    border: none;
    top: 0;
    right: 0;
    display: none;
}

.header.header-fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 125;
}

.header.header-fixed .header-top {
    min-height: 40px;
}

.header.header-fixed .header-top .row {
    position: relative;
}

.header.header-fixed .header-top__left-block {
    display: none;
}

.header.header-fixed .header-top__right-block {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 55px;
}

.header.header-fixed .header-top__schedule {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0;
}

.header.header-fixed .header-top__schedule div {
    min-width: unset;
    margin-right: 22px;
}

.header.header-fixed .header-top__schedule div:last-of-type {
    margin-right: 0;
}

.header.header-fixed .header-top__schedule div span {
    display: inline-block;
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
    margin-right: 10px;
}

.header.header-fixed .header-top__languages {
    position: absolute;
    left: 10px;
}

.header.header-fixed .header-bottom .logo {
    display: inline-block;
    width: 40px;
}

.header.header-fixed .header-bottom .header-menu {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    margin-left: 26px;
}

.header.header-fixed .header-bottom .header-menu__dropdown-block {
    top: 90px;
}

@media screen and (max-width: 1199px) {
    .header .header-top__languages {
        margin-right: 1.5%;
    }
    .header .header-top__user {
        margin-right: 35px;
    }
    .header .header-top__basket .basket__block {
        margin-right: 19px;
    }
    .header .header-bottom__left {
        width: 70%;
    }
    .header .header-bottom__right {
        width: 37.3%;
    }
    .header .header-bottom .header-menu__cat-block {
        width: 17.6%;
    }
    .header .header-bottom .header-menu__cat-block.header-menu__cat-none .header-menu__submenu {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: 100%;
        right: 0;
        padding: 0 55px;
    }
    .header .header-bottom .header-menu__cat-block.header-menu__cat-none .header-menu__feature.all ul {
        display: block;
    }
    .header .header-bottom .header-menu__cat-block.header-menu__cat-none .header-menu__feature.we-work {
        min-width: 310px;
    }
    .header .header-bottom .header-menu__cat-block.header-menu__cat-none .header-menu__feature.we-work .timetable__left-block {
        width: 55%;
    }
    .header .header-bottom .header-menu__cat-block.header-menu__cat-none .header-menu__feature.we-work .timetable__right-block {
        width: 35%;
    }
    .header .header-bottom .header-menu__dropdown-block .wrapper {
        padding-right: 55px;
        padding-left: 55px;
    }
    .header .header-bottom .header-menu__submenu {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 68.4%;
        right: 55px;
    }
    .header .header-bottom .header-menu__feature {
        max-width: unset;
        width: 25.5%;
    }
    .header .header-bottom .header-menu__feature.all ul {
        display: none;
    }
    .header .header-bottom .header-menu__feature li a:hover {
        color: #121726;
    }
}

@media screen and (max-width: 991px) {
    .header .header-top__schedule {
        display: none;
    }
    .header .header-bottom .row {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .header .header-bottom__left {
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
    }
    .header .header-bottom__right {
        width: 40px;
        height: 40px;
    }
    .header .header-bottom .header-menu__dropdown-block .wrapper {
        padding-right: 15px;
        padding-left: 15px;
    }
    .header .header-bottom .header-menu__cat-block {
        width: 21.7%;
    }
    .header .header-bottom .header-menu__cat-block.header-menu__cat-none .header-menu__submenu {
        padding: 0 15px;
    }
    .header .header-bottom .header-menu__cat-block.header-menu__cat-none .header-menu__feature.we-work {
        min-width: 163px;
        max-width: 163px;
    }
    .header .header-bottom .header-menu__cat-block.header-menu__cat-none .header-menu__feature.we-work .timetable__left-block {
        width: 100%;
    }
    .header .header-bottom .header-menu__cat-block.header-menu__cat-none .header-menu__feature.we-work .timetable__right-block {
        display: none;
    }
    .header .header-bottom .header-menu__submenu {
        width: 71%;
        right: 15px;
    }
    .header .header-bottom .header-menu__feature {
        width: 29.5%;
    }
    .header .header-bottom .header-search form {
        position: unset;
    }
    .header .header-bottom .header-search input {
        position: absolute;
        max-width: 95%;
        width: 100%;
        left: 15px;
        background-color: #f9f9f9;
        display: none;
    }
    .header .header-bottom .header-search__search-btn {

        top: 88px;
        right: 15px;

    }
    .header .header-bottom .header-search__search-btn.active {

        top: 100px;
        left: 27px;

    }
    .header .header-bottom .header-search__close-btn {
        top: 88px;
        right: 15px;
    }
    .header.header-fixed .header-top__schedule {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .header.header-fixed {
        position: relative;
        width: auto;
        top: 0;
        z-index: 99;
    }
    .header.header-fixed .header-top__user-bg {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0.5;
    }
    .header.header-fixed .header-top__user-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100vw;
        max-height: 100vh;
        top: -10px;
        right: -146px;
        border-top: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        overflow: auto;
        display: none;
    }
    .header.header-fixed .header-top__user-block::before {
        display: none;
    }
    .header.header-fixed .header-top__user-dropdown {
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
    }
    .header.header-fixed .header-top__basket .basket-buy,
    .header.header-fixed .header-top__basket .basket-compare,
    .header.header-fixed .header-top__basket .basket-wish {
        position: unset;
    }
    .header.header-fixed .header-top__basket .basket-buy__block,
    .header.header-fixed .header-top__basket .basket-compare__block,
    .header.header-fixed .header-top__basket .basket-wish__block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: calc( 100% - 20px);
        height: 100vh;
        top: 20px;
        left: 10px;
        right: 0 !important;
        border-top: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: none;
        overflow: auto;
    }
    .header.header-fixed .header-top__basket .basket-buy__block::before,
    .header.header-fixed .header-top__basket .basket-compare__block::before,
    .header.header-fixed .header-top__basket .basket-wish__block::before {
        display: none;
    }
    .header.header-fixed .header-top__basket .basket-buy__bg,
    .header.header-fixed .header-top__basket .basket-compare__bg,
    .header.header-fixed .header-top__basket .basket-wish__bg {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0.5;
    }
    .header.header-fixed .header-top__basket .basket-buy__product,
    .header.header-fixed .header-top__basket .basket-compare__product,
    .header.header-fixed .header-top__basket .basket-wish__product {
        position: relative;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
    }
    .header.header-fixed .header-bottom {
        min-height: 56px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .header.header-fixed .header-bottom .header-top__phone {
        position: relative;
        width: 135px;
        margin-left: 38px;
    }
    .header.header-fixed .header-bottom .header-top__phone::after {
        position: absolute;
        content: "";
        top: 23px;
        right: 2px;
        background: url("/img/svg/arrow_drop.svg") no-repeat center;
        width: 12px;
        height: 6px;
    }
    .header.header-fixed .header-bottom .header-top__phone .phone__visible span {
        display: block;
        font-size: 12px;
        line-height: 16px;
        color: #808994;
    }
    .header.header-fixed .header-bottom .header-top__phone .phone__visible a {
        font-size: 13px;
        line-height: 18px;
        letter-spacing: 1px;
        color: #121726;
    }
    .header.header-fixed .header-bottom .header-top__phone .phone__block {
        position: absolute;
        width: 219px;
        left: -78px;
        background-color: #f9f9f9;
        -webkit-box-shadow: 0px 8px 12px rgba(83, 95, 110, 0.18), 0px 4px 4px rgba(83, 95, 110, 0.25);
        box-shadow: 0px 8px 12px rgba(83, 95, 110, 0.18), 0px 4px 4px rgba(83, 95, 110, 0.25);
        padding: 4px 15px 0;
        visibility: hidden;
    }
    .header.header-fixed .header-bottom .header-top__phone .phone__dropdown {
        width: 100%;
        max-width: 100%;
        top: 20px;
        padding: 10px 0 15px;
    }
    .header.header-fixed .header-bottom .header-top__phone .phone__kind {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 177px;
        margin-bottom: 4px;
    }
    .header.header-fixed .header-bottom .header-top__phone .phone__kind:last-of-type {
        margin-bottom: 0;
    }
    .header.header-fixed .header-bottom .header-top__phone:hover .phone__block {
        visibility: visible;
    }
    .header.header-fixed .header-bottom .header-menu {
        position: absolute;
        width: 100%;
        right: 0;
        margin-left: 0;
    }
    .header.header-fixed .header-bottom .header-menu i.fa-bars {
        position: absolute;
        display: block;
        width: 24px;
        font-size: 28px;
        text-align: right;
        top: -14px;
        right: 15px;
    }
    .header.header-fixed .header-bottom .header-menu__list {
        position: absolute;
        display: block;
        width: 100%;
        min-height: -webkit-calc(100vh - 96px);
        min-height: calc(100vh - 96px);
        background: #f9f9f9;
        border-bottom: none;
        top: 27px;
        padding: 40px 0 0 55px;
        margin: 0;
        z-index: -1;
        display: none;
    }
    .header.header-fixed .header-bottom .header-menu__list li {
        position: relative;
        width: 84%;
        margin-left: 0;
        border-bottom: 1px solid #DBDEE2;
        padding-bottom: 8px;
        margin-bottom: 21px;
    }
    .header.header-fixed .header-bottom .header-menu__list li:hover {
        border-bottom: 1px solid #DBDEE2;
    }
    .header.header-fixed .header-bottom .header-menu__list li span {
        position: relative;
        display: inline-block;
        width: 100%;
        cursor: pointer;
    }
    .header.header-fixed .header-bottom .header-menu__list li span::after {
        position: absolute;
        right: 0;
        top: 9px;
        margin: 0;
    }
    .header.header-fixed .header-bottom .header-menu__list li span.active {
        border-bottom: 4px solid #121726;
        padding-bottom: 5px;
    }
    .header.header-fixed .header-bottom .header-menu__dropdown-block {
        position: relative;
        -webkit-box-shadow: none;
        box-shadow: none;
        top: 0;
        visibility: visible;
        padding: 0;
        padding-top: 20px;
        display: none;
    }
    .header.header-fixed .header-bottom .header-menu__dropdown-block .wrapper {
        padding: 0;
        padding-left: 40px;
    }
    .header.header-fixed .header-bottom .header-menu__dropdown-block .wrapper .header-menu__cat-name {
        width: 100%;
        padding-bottom: 0;
    }
    .header.header-fixed .header-bottom .header-menu__cat-block {
        max-width: 100%;
        width: 100%;
        height: auto !important;
        border-right: none;
    }
    .header.header-fixed .header-bottom .header-menu__cat-name {
        border-bottom: none !important;
    }
    .header.header-fixed .header-bottom .header-menu__cat-name a {
        display: inline-block;
        width: 100%;
        padding: 13px 0;
    }
    .header.header-fixed .header-bottom .header-menu__cat-name a::before {
        position: absolute;
        content: "";
        width: 12px;
        height: 6px;
        background: url("/img/svg/arrow_drop.svg") no-repeat center;
        top: 21px;
        right: 0;
        margin: 0;
    }
    .header.header-fixed .header-bottom .header-menu__cat-name a.active::before {
        background: url("/img/svg/arrow_drop_select.svg") no-repeat center;
    }
    .header.header-fixed .header-bottom .header-menu__cat-name.mod a::before,
    .header.header-fixed .header-bottom .header-menu__cat-name.mod a.active::before
    {
        background: none;
    }
    .header.header-fixed .header-bottom .header-menu__submenu {
        position: relative;
        display: inline-block;
        width: 100%;
        top: 0;
        right: auto;
        left: 0;
        padding-top: 13px;
        padding-left: 40px;
        visibility: visible;
        display: none;
    }
    .header.header-fixed .header-bottom .header-menu__feature {
        display: inline-block;
        width: 100%;
    }
    .header.header-fixed .header-bottom .header-menu__feature.all span::before {
        display: none;
    }
    .header.header-fixed .header-bottom .header-menu__feature.all a {
        padding: 0;
    }
    .header.header-fixed .header-bottom .header-menu__feature.all a::before {
        display: none;
    }
    .header.header-fixed .header-bottom .header-menu__feature span {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        border-bottom: none !important;
        padding-bottom: 0 !important;
        margin-bottom: 15px;
    }
    .header.header-fixed .header-bottom .header-menu__feature span::before {
        position: absolute;
        content: "";
        width: 12px;
        height: 12px;
        background: url("/img/svg/icon-drop-plus-black.svg") no-repeat center;
        right: 0;
    }
    .header.header-fixed .header-bottom .header-menu__feature span.active::before {
        background: url("/img/svg/icon-drop-minus-black.svg") no-repeat center;
    }
    .header.header-fixed .header-bottom .header-menu__feature ul {
        padding: 12px 0 12px 40px;
        display: none;
    }
    .header.header-fixed .header-bottom .header-menu__feature li {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 14px;
    }
    .header.header-fixed .header-bottom .header-menu__feature li:hover {
        border-bottom: none;
    }
    .header.header-fixed .header-bottom .header-menu__feature li a {
        padding: 0;
    }
    .header.header-fixed .header-bottom .header-menu__feature li a::before {
        display: none;
    }
    .header.header-fixed .header-bottom .header-search {
        margin-right: 40px;
    }
    .header.header-fixed .header-bottom .header-search input {
        max-width: -webkit-calc(100% - 30px);
        max-width: calc(100% - 30px);
        top: 104px;
        left: 0;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: 15px;
        margin-left: 15px;
        display: none;
    }
    .header.header-fixed .header-bottom .header-search__search-btn {

        top: 48px;
        right: 55px;

    }
    .header.header-fixed .header-bottom .header-search__search-btn::before {
        display: none;
    }
    .header.header-fixed .header-bottom .header-search__search-btn.active {
        top: 115px;
    }
    .header.header-fixed .header-bottom .header-search__close-btn {
        top: 104px;
    }
}

@media screen and (max-width: 575px) {
    .header.header-fixed .header-top__user-dropdown {
        padding-right: 15px;
        padding-left: 15px;
    }
    .header.header-fixed .header-top__basket .basket-buy__product,
    .header.header-fixed .header-top__basket .basket-compare__product,
    .header.header-fixed .header-top__basket .basket-wish__product {
        max-width: 404px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .header.header-fixed .header-bottom .header-top__phone {
        margin-left: 8%;
    }
    .header.header-fixed .header-bottom .header-top__phone .phone__block {
        left: -45%;
    }
    .header.header-fixed .header-bottom .header-menu__list {
        padding-left: 15px;
    }
}


.facebook-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 44px;
    font-size: 13px;
    line-height: 18px;
    color: #808994;
    text-decoration: none;
    border: 1px solid #808994;
}

.facebook-btn::before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    margin-right: 20px;
    background: url("/img/svg/fb.svg") no-repeat center;
}

.facebook-btn:hover {
    color: #121726;
    border-color: #121726;
    text-decoration: none;
}

.google-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 44px;
    font-size: 13px;
    line-height: 18px;
    color: #808994;
    text-decoration: none;
    border: 1px solid #808994;
}

.google-btn::before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    margin-right: 20px;
    background: url("/img/svg/google.svg") no-repeat center;
}

.google-btn:hover {
    color: #121726;
    border-color: #121726;
    text-decoration: none;
}

.sign-up-btn {
    width: 100%;
    height: 44px;
    font-size: 11px;
    font-family: "GothamProMedium", sans-serif;
    text-transform: uppercase;
    color: #fff;
    background-color: #121726;
    border: none;
}

.basket-proceed-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 44px;
    font-family: "GothamProMedium", sans-serif;
    font-size: 11px;
    line-height: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #121726;
    border: 1px solid #121726;
}

.login-field {
    width: 100%;
    height: 44px;
    font-size: 13px;
    color: #808994;
    border: 1px solid #C8CBD1;
    padding-right: 90px;
    padding-left: 15px;
}

.login-field::-webkit-input-placeholder {
    color: #808994;
    font-size: 13px;
}

.login-field::-moz-placeholder {
    color: #808994;
    font-size: 13px;
}

.login-field:-moz-placeholder {
    color: #808994;
    font-size: 13px;
}

.login-field:-ms-input-placeholder {
    color: #808994;
    font-size: 13px;
}
/*
input[type="checkbox"]:checked,
input[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

input[type="checkbox"]:checked + label,
input[type="checkbox"]:not(:checked) + label {
    position: relative;
    padding-left: 30px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type="checkbox"]:checked + label:before,
input[type="checkbox"]:not(:checked) + label:before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background-color: transparent;
    border: 1px solid #808994;
    top: 0;
    left: 0;
}

input[type="checkbox"]:checked + label:after,
input[type="checkbox"]:not(:checked) + label:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #121726;
    top: 3px;
    left: 3px;
}

input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
}

input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

input[type="radio"]:checked,
input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

input[type="radio"]:checked + label,
input[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 30px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type="radio"]:checked + label:before,
input[type="radio"]:not(:checked) + label:before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background-color: transparent;
    border: 1px solid #808994;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: 0;
    left: 0;
}

input[type="radio"]:checked + label:after,
input[type="radio"]:not(:checked) + label:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #121726;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: 3px;
    left: 3px;
}

input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
}

input[type="radio"]:checked + label:after {
    opacity: 1;
}
*/
.select {
    height: 44px;
    border: 1px solid #C8CBD1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.select.opened {
    border-bottom: 2px solid #121726;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.select .jq-selectbox__select {
    height: 44px;
    background: transparent;
    border: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 40px 0 15px;
}

.select .jq-selectbox__select:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #C8CBD1;
}

.select .jq-selectbox__select-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 20px;
    height: 100%;
}

.select .jq-selectbox__trigger {
    border: none;
}

.select .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
    top: 19px;
}

.select .jq-selectbox__dropdown {
    background: #f9f9f9;
    border: none;
    -webkit-box-shadow: 0px 8px 12px rgba(83, 95, 110, 0.18), 0px 4px 4px rgba(83, 95, 110, 0.25);
    box-shadow: 0px 8px 12px rgba(83, 95, 110, 0.18), 0px 4px 4px rgba(83, 95, 110, 0.25);
    margin-top: 20px;
}

.select .jq-selectbox__dropdown ul {
    max-height: 460px;
    padding-top: 10px;
}

.select .jq-selectbox__dropdown li {
    font-size: 12px;
    line-height: 16px;
    color: #121726;
}

.select .jq-selectbox__dropdown li.selected {
    background: rgba(200, 203, 209, 0.25);
}

.select .jq-selectbox__dropdown li:hover {
    background: rgba(200, 203, 209, 0.25);
}

.scrollbar-inner > .scroll-element .scroll-element_track {
    background: rgba(200, 203, 209, 0.25);
    opacity: 1;
}

.scrollbar-inner > .scroll-element .scroll-bar {
    background-color: #121726;
    opacity: 1;
    -webkit-border-radius: none;
    border-radius: none;
}

.scrollbar-inner > .scroll-element .scroll-bar:hover {
    background-color: #121726;
}

.scrollbar-inner > .scroll-element .scroll-bar:active {
    background-color: #121726;
}

.scrollbar-inner > .scroll-element .scroll-bar:focus {
    background-color: #121726;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -webkit-border-radius: 0;
    border-radius: 0;
}
.basket-buy:hover .basket-buy__block {
    display: flex;
}
/* new */
.container {
    width: 90%;
}

.caption_new {
    height: 110px;
    overflow-y: hidden;
}

.text-more {
    text-align: right;
    padding: 10px 0;
}

.caption p:not(.price) {
    display: none;
}

.pr-l-c {
    width: 40%;
}

.textcatbutton a {
    color: #303030;
}

.bx-wrapper .product-layout {
    width: 240px;
}


label.mfilter-tb-as-td  span
{
    /*
    width: 100%;
    height: 100%;
    display: -webkit-inline-box;
    */
    padding: 5px 0;

    font-size: 12px;
    line-height: 16px;
    color: #121726;
    padding-left: 40px !important;
    cursor: pointer;
    display: inline-block;
    position: relative;
}



label.mfilter-tb-as-td  span:before{
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background-color: transparent;
    border: 1px solid #808994;
    top: 0;
    left: 0;
}

label.mfilter-tb-as-td  span:before{
    width: 24px;
    height: 24px;
    border-color: #C8CBD1;
    top: 0px;
}


.mfilter-input-active label  span:after {
    opacity: 1;
}

.mfilter-input-active label  span:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #121726;
    top: 3px;
    left: 3px;
}


.mfilter-input-active label  span:after {
    width: 16px;
    height: 16px;
    background-color: #C8CBD1;
    top: 4px;
    left: 4px;
}

.mfilter-tb-as-tr .link-filter-active {
    width: 140%;
}

a:visited {
    text-decoration: none !important;
}

body {
    font-family: "GothamProRegular", Verdana;
    font-weight: 400;
    color: #666;
    line-height: 20px;
    width: 100%;
    /*
    background: #f2f2f2;
    */
    overflow-x: hidden;

    background-position-x: -50px;
}

h1, h2, h3, h4, h5, h6 {
    color: #444;
}

.fa {
    font-size: 14px;
}

h1 {
    font-size: 33px;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 21px; /*padding-bottom:30px;*/
    color: #303030; /*text-transform:uppercase;*/
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10.2px;
}

.product-info-title {
    display: block;
}

.product-thumb .caption .stagh4 {
    padding: 5px 0;
    font-size: 13px;
    line-height: 1.5;
    display: block;
}

.feedback-wrap .stagh2 {
    text-transform: uppercase;
    font-size: 16px;
}

.stagstrong {
    font-weight: bold;
}

a {
    color: #2D4059;
}

a:hover {
    text-decoration: none;
    color: #2D4059;
}

a:focus {
    text-decoration: none;
    color: #2D4059;
}

legend {
    font-size: 18px;
    padding: 7px 0px
}

label {
    font-size: 12px;
    font-weight: normal;
}

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 12px;
}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 12px;
}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}

span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}

.nav-tabs {
    margin-bottom: 15px;
}

.float-buttons {
    display: block;
}

.float-buttons-wrap {
    padding-bottom: 15px;
    text-align: right;
}

.float-buttons button:hover {
    background: none;
}

.float-buttons button {
    background: none;
    text-shadow: none;
    box-shadow: none;
    border: 0;
}

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

#top {
    background-color: #fff;
    border-bottom: 1px solid #bf8f60;
    padding: 4px 0px 3px 0;
    margin: -20px 0 20px 0;
    min-height: 40px;
}

.mrph {
    margin-right: 5px;
}

#top .container {
    padding: 0 20px;
}

#top #currency .currency-select {
    text-align: left;
}

#top #currency .currency-select:hover {
    text-shadow: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

#top .btn-link, #top-links li, #top-links a {
    text-decoration: none;
    color: #303030 !important;
}

#top .btn-link:hover, #top-links a:hover {
    color: #444;
}

.float-menu {
    float: right;
    padding-top: 2px;
}

#top-links .dropdown-menu a {
    text-shadow: none;
}

#top-links .dropdown-menu a:hover {
    color: #FFF;
}

#top .btn-link strong {
    font-size: 14px;
    line-height: 14px;
}

#top-links {
    padding-top: 6px;
}

#top-links a + a {
    margin-left: 15px;
}

span.close-ddm {
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    background: #2D4059;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 4px;
    color: #303030;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

span.close-ddm svg path {
    fill: #fff;
}

.shopping-cart-dropdown {
    font-size: 18px;
}

#cart > .btn {
    line-height: 18px;
    color: #FFF;
    background: transparent url(/catalog/view/theme/fm/image/cart-bg.png?v=1.0) no-repeat;
    border: 0;
    box-shadow: none;
    text-shadow: none;
    height: 53px;
    text-transform: uppercase;
    font-size: 18px;
}

#cart > .btn:active {
    box-shadow: none;
}

#cart.open > .btn {
    background: transparent url(/catalog/view/theme/fm/image/cart-bg.png?v=1.0) no-repeat;
    box-shadow: none;
    text-shadow: none;
}

#cart .dropdown-menu {
    z-index: 100000;
}

#cart .dropdown-menu {
    right: 380px;
    min-width: 800px;
    border-radius: 0;
    border: 0;
    padding: 20px;
}

.dropdown-cart-item {
    border-bottom: 1px solid #f9f9f9;
    overflow: hidden;
    padding-bottom: 10px;
}

.dropdown-button-cart {
    position: absolute;
    top: 31px;
    right: 0;
    background: none;
    border: 0;
}

.table > tbody > tr > td.amount-table-title {
    font-size: 22px;
    font-weight: bold;
    color: #303030;
    padding: 10px 0;
}

.table > tbody > tr > td.amount-table-price {
    color: #ffd460;
    font-weight: bold;
    font-size: 22px;
    padding: 10px 0;
}

.dropdown-cart-link:not(:first-child) {
    margin-left: 10px;
}

.continue-purchases-button:hover {
    color: #fff;
}

.dropdown-button-cart:focus {
    outline: none;
}

.table > tbody > tr > td {
    border-top: 0;
}

.dropdown-cart-item {
    position: relative;
    padding-top: 35px;
}

.dropdown-cart-pn {
    color: #303030;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.dropdown-cart-amount {
    color: #303030;
    display: block;
    font-size: 14px;
    float: right;
    padding: 10px 15px;
    border: 1px solid #e6e6e6;
}

.dropdown-cart-price .span {
    color: #ffd460;
    font-size: 24px;
}

.btn-primary {
    cursor: pointer;
}

.span-signs {
    cursor: pointer;
    color: #303030;
    display: block;
    font-size: 14px;
    float: right;
    padding: 10px 15px;
    border: 1px solid #e6e6e6;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.dropdown-cart-pn a {
    color: #303030;
}

table {
    /*
    background: #fff;
    
     */
}

.img-thumbnail {
    border-radius: 0;
}

.dropdown-cart-img {
    float: left;
    margin-right: 30px;
}

.layout {
    background: #000;
    opacity: 0.5;
    height: 1230px;
    width: 1903px;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 10001;
    display: none;
    transition: 1s linear;
}

@media (max-width: 478px) {
    #cart .dropdown-menu {
        width: 100%;
    }
}

#cart .dropdown-menu table {
    margin-bottom: 10px;
}

#cart .dropdown-menu li > div {
    min-width: 427px;
    padding: 0 10px;
}

@media (max-width: 478px) {
    #cart .dropdown-menu li > div {
        min-width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 802px) {
    .div_bread_crump {
        white-space: unset !important;
    }
}

#cart .dropdown-menu li p {
    margin: 20px 0;
}

.padding-cat-a {
    padding: 10px 20px !important;
    border-bottom: 1px solid #ccc;
}

.category-list ul li a {
    background-color: #fff;
    font-size: 13px;
    text-transform: none;
    line-height: 18px;
    color: #4a4a4a;
    padding: 0;
    text-align: left;
    display: block;
    float: none;
    margin-top: 0px;
    text-align: center;
    width: auto;
}

}
#slideshow0 {
    display: none !important;
}

.part-banner-1 {
    background: url(/catalog/view/theme/fm/image/banner-item.png?v=1.0);
    height: 600px;
}

.part-banner-2 {
    background: url(/catalog/view/theme/fm/image/banner-item.png?v=1.0);
    height: 600px;
}


.sku {
    padding: 5px 0 5px 13px;
}

#menu .dropdown-menu {
    padding-bottom: 0;
    min-width: 400px;
}

#menu .dropdown-inner {
}

#menu .dropdown-inner ul {
    display: inline-block;
    vertical-align: top;
}

#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 4px 15px;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 12px;
}

#menu .dropdown-inner li a:hover {
    opacity: 0.5;
}

#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #f8f8f8;
    padding: 4px 15px;
    font-size: 12px;
}

#menu .see-all:hover {
    opacity: 0.5;
}

@media (min-width: 770px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media (max-width: 767px) {
    #menu {
        border-radius: 4px;
    }

    #menu div.dropdown-inner > ul.list-unstyled {
        display: block;
    }

    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background: none;
    }

    #menu .dropdown-inner {
        display: block;
    }

    #menu .dropdown-inner a {
        width: 100%;
        color: #303030;
        font-family: "GothamProMedium";
    }

    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1);
    }

    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #303030;
        font-family: "GothamProMedium";
    }
}

#open-cart-click {
    display: none;
}

#content {
    min-height: 600px;
}

.in-stock-product {
    color: #ffd460;
}

.alert {
    padding: 8px 14px 8px 14px;
}

.breadcrumb {
    margin: 0 0 20px;
    padding: 10px 0;
    border-bottom: 1px solid #e6e6e6;
    background-color: transparent;
}

.breadcrumb i {
    font-size: 9px;
}

a.thumbnail:hover {
    border-color: #ffd460;
}

.product-heading-title {
    font-family: "GothamProMedium", sans-serif;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.5px;
    color: #121726;
    border-bottom: 1px solid #121726;
    margin: 0 0 40px 0;
    margin-bottom: 20px;
}

.thumbnail {
    border-radius: 0 !important;
}

.display-none {
    display: none;
}

.breadcrumb {
    width: 100% !important;
    padding: 5px 0 6px;
    border-bottom: 0;
    border-radius: 0;
    font-size: 9px;
    text-transform: uppercase;
    position: relative;
}

.row > .breadcrumb {
    padding-left: 15px;
    padding-right: 15px;
}

.breadcrumb:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100vw;
    height: 1px;
    background: #f8f8f8;
    transform: translateX(-50%);
}

.breadcrumb > li {
    padding: 0 5px;
    position: relative;
    white-space: nowrap;
    color: #2D4059;
    display: inline-block;
    vertical-align: top;
}

.breadcrumb > li:first-child {
    padding-left: 0;
}

.breadcrumb > li a {
    padding-right: 5px;
}

.breadcrumb > li + li:before {
    padding: 0;
    color: #2D4059;
    content: ">";
    left: -7px;
    position: absolute;
    font-size: 9px;
}

[lang="ru"] .fa-home:before {
    content: "Главная";
    font-family: "GothamProRegular";
}

[lang="uk"] .fa-home:before {
    content: "Головна";
    font-family: "GothamProRegular";
}

.pagination {
    margin: 0;
}

.buttons {
    margin: 1em 0;
}

.btn {
    padding: 7.5px 12px;
    font-size: 12px;
}

.btn-xs {
    font-size: 9px;
}

.btn-sm {
    font-size: 10.2px;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 12px;
}

.btn-group > .btn-xs {
    font-size: 9px;
}

.btn-group > .btn-sm {
    font-size: 10.2px;
}

.btn-group > .btn-lg {
    font-size: 15px;
}

.btn-default,
.btn-primary,
.btn-danger,
.btn-warning,
.btn-success,
.btn-info {
    color: #2D4059;
    background-color: transparent;
    border: 2px solid #2D4059;
    border-radius: 0;
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.btn-default:hover, .btn-default:active, .btn-default:focus, .btn-default:active:focus, .btn-default.active, .btn-default.disabled, .btn-default[disabled],
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled],
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled],
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled],
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled],
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background: #2D4059;
    color: #f9f9f9;
    border-color: #2D4059;
}

.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}

.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}

.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
}

.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
}

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #444444;
    background: #f8f8f8;
    border: 1px solid #DDDDDD;
    text-shadow: 0 1px 0 #FFF;
}

.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}

.super-price:before {
    content: url(/catalog/view/theme/fm/image/thumb-ico.png?v=1.0);
    position: absolute;
    top: -2px;
    left: -1px;
    z-index: 100;
}

.top-sales:before {
    content: url(/catalog/view/theme/fm/image/top-sales.png?v=1.0);
    position: absolute;
    top: -2px;
    left: -1px;
    z-index: 10;
    width: 200px;
}

.pr {
    padding-top: 7px;
}

.pr .control-label {
    font-size: 18px;
    font-weight: bold;
    color: #303030;
}

.product-thumb .rating {
    padding-bottom: 10px;
}

.pn {
    padding-left: 0;
}

.product-reviews {
    color: #383838;
    font-size: 14px;
    border-bottom: 2px solid #969597;
    margin-right: 10px;
}

.rating .fa-stack {
    font-size: 8px;
}

.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}

.rating .fa-star {
    color: #ffd460;
    font-size: 15px;
}

.rating .fa-star + .fa-star-o {
    color: #ffd460;
}

h2.price {
    margin: 0;
}

.product-thumb .price {
    font-size: 24px;
    text-align: left;
}

.product-thumb .price-new {
    display: inline-block;
    padding: 0 5px;
    font-size: 24px;
    margin-left: 10px;
}

.product-thumb .price-old {
    color: #808080;
    text-decoration: line-through;
    font-size: 18px;
    display: inline-block
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

.thumbnails > li {
    margin-left: 20px;
}

.thumbnails {
    margin-left: -20px;
}

.thumbnails > img {
    width: 100%;
}

.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
    outline: none;
}

.image-additional {
    max-width: 78px;
}

.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #ffd460;
}

@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n+1),
    .bread_crump {
        position: static !important;
    }

    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 768px) {
    #column-left .product-layout .col-md-3 {
        width: 100%;
    }

    #column-left + #content .product-layout .col-md-3 {
        width: 50%;
    }

    #column-left + #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }
}

#column-left .product-layout, #column-right .product-layout {
    width: 100%;
}

.input-group .form-control[name^=quantity] {
    min-width: 50px;
}

.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.phones i {
    font-size: 20px;
    margin-right: 5px;
}

.phones {
    color: #303030;
    font-size: 24px;
}

.order-call p {
    color: #818181;
    margin: 0;
}

.order-call-btn a {
    font-weight: bold;
}

.order-call p:last-child {
    margin-top: 30px;
    font-size: 18px;
}

.order-call p:last-child > a {
    color: #ffd460;
    border-bottom: 2px solid #96ad52;
}

.order-call p:last-child > i {
    font-size: 18px;
    margin-right: 5px;
    color: #ffd460;
}

.header-wrap {
    padding: 20px 0;
}

.owl-controls .owl-page.active span {
    background: #ffd460 !important;
}

.owl-controls .owl-page span {
    background: #fff !important;
}

.wish-list a {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    text-decoration: underline;
}

.wish-list a.bookmark {
    color: #bf8f60;
}

.wish-list a.compare {
    color: #bf8f60;
}

.cart-links {
    background: url(/catalog/view/theme/fm/image/cart-bg.png?v=1.0) no-repeat;
    height: 54px;
    margin-bottom: 20px;
    width: 100%;
}

.cart-span {
}

.cart-links i {
    font-size: 36px;
    position: absolute;
    top: 7px;
    left: 25px;
}

.cart-links a {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 16px;
    margin-left: 55px;
}

.cart-links a.approve-order {
    border-bottom: 2px solid;
    float: right;
    margin: 15px 20px 10px 10px;
}

.language a {
    color: #303030;
}

.active-lang {
    color: #bf8f60 !important;
    font-weight: bold;
}

.button-card-add {
    width: 50%;
    float: right;
}

.first-slider-wrap {
    padding-bottom: 30px;
    border-bottom: 1px solid #dadada;
}

.best-sales {
    border-top: 1px solid #fff;
    margin-top: 0;
    padding-top: 35px;
}

.varSelectWrap > select {
    border-radius: 0;
    height: 40px;
    border: 1px solid #e6e6e6;
    color: #818181;
    box-shadow: none;
    text-shadow: none;
    background: url(/catalog/view/theme/fm/image/select-arrow.png?v=1.0) no-repeat right 15px center;
    -webkit-appearance: none;
    line-height: 1em;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    -ms-appearance: none;
    appearance: none !important;
}

.varSelectWrap > select:focus {
    box-shadow: none;
    border-color: #e6e6e6;
}

.product-thumb .control-label {
    display: none;
}

.seocmspro_content img {
    width: 100%;
}

.owl-controls .owl-page span {
    box-shadow: none !important;
}

.control-label:before {
    display: none;
}

.varSelectWrap {
    padding: 10px 0;
}

.left-sidebar .list-group-item {
    color: #303030;
    font-size: 14px;
    text-transform: uppercase;
    background: none;
    border: 0;
    border-radius: 0;
    font-weight: bold;
    padding-left: 0;
    border: 1px solid #e6e6e6;
    padding: 11px;
}

.left-sidebar .list-group-item:hover {
    background: none;
}

.left-menu-title {
    color: #fff;
    font-size: 24px;
    background: #ffd460;
    text-align: center;
    padding-bottom: 0;
    padding: 10px 0;
    font-weight: bold;
    margin-bottom: 0;
}

.owl-arrows-navigation {
    width: 60px;
    height: 60px;
    border: 2px solid #ffd460;
    border-radius: 50%;
}

.main-slider-div-right {
    padding-left: 6px;
}

.main-slider-div-left {
    padding-right: 6px;
}

.owl-carousel .owl-buttons div {
    opacity: 1 !important;
}

.owl-arrows-navigation {
    text-align: center;
    padding-top: 15px;
}

.owl-controls .owl-buttons .owl-prev {
    top: 42% !important;
    width: 60px;
    height: 60px;
    border: 2px solid #ffd460;
    border-radius: 50%;
    text-align: center;
    padding-top: 15px;
    background: url(/catalog/view/theme/fm/image/main-slider-arrow-left.png?v=1.0) no-repeat 18px center;
    text-indent: -999999px;
}

.owl-controls .owl-buttons:hover {
    opacity: .5;
}

.owl-controls .owl-buttons .owl-next {
    top: 42% !important;
    width: 60px;
    height: 60px;
    border: 2px solid #ffd460;
    border-radius: 50%;
    text-align: center;
    padding-top: 15px;
    background: url(/catalog/view/theme/fm/image/main-slider-arrow-right.png?v=1.0) no-repeat 23px center;
    text-indent: -999999px;
}

.owl-carousel .owl-buttons .owl-next {
}

#slideshow0 {
    background: transparent;
}

.owl-carousel .owl-wrapper-outer {
    box-shadow: none;
    border: 0;
}

.owl-pagination {
    top: -25px !important;
}

.blog-image,
a.seocms_further {
    float: none !important;
}

a.seocms_further {
    background: none;
    color: #ffd460;
    text-shadow: none;
    border: 0;
    font-size: 14px !important;
    padding: 0;
    margin-top: 15px;
    box-shadow: none;
}

a.seocms_further:active:focus {
    color: #ffd460;
    background: none;
    border-color: transparent;
}

a.seocms_further:focus {
    background: transparent;
    color: #ffd460;
    border-color: transparent;
}

a.seocms_further:active {
    background: none;
    color: #ffd460;
    box-shadow: none;
}

a.seocms_further:hover {
    background: none;
    text-shadow: none;
    color: #ffd460;
}

.ascp-list-title-widget {
    font-size: 18px !important;
    font-weight: bold !important;
    color: #303030;
}

.record_description {
    color: #303030;
}

.dropdown-cart-title {
    font-size: 22px;
    font-weight: bold;
    color: #2D4059;
}

.old-price-product {
    text-decoration: line-through;
    font-size: 18px;
    color: #818181;
}

.new-price-product {
    color: #ffd460;
    font-size: 30px;
    font-weight: bold;
    margin-top: 0;
}

.info-li {
    padding-bottom: 10px;
}

.product-bold-sign {
    color: #303030;
    font-weight: bold;
    font-size: 14px;
}

.unbold {
    color: #303030;
    font-size: 14px;
}

.product-info-title {
    position: relative;
    color: #303030;
    font-size: 18px;
    font-weight: bold;
    padding-left: 30px;
}
/*
.product-info div:not(:nth-child(1)) {
    border-top: 1px solid #e6e6e6;
}
*/
.product-info .product-info-return div {
    border-top: 0px;
}

.product-info-title:before {
    width: 30px;
    height: 30px;
    display: block;
    left: 0;
    position: absolute;
}

.clearpad,
.price-of-installation {
    padding: 0;
    font-size: 14px;
    color: #383838;
    width: 100%;
}

.nb {
    text-decoration: none !important;
}

.clearpad p {
    margin-bottom: 4px;
}

.clearpad p:first-child {
    text-decoration: underline;
}

.delivery,
.price-of-installation,
.payment {
    padding: 0 10px 25px 10px;
    border-bottom: 1px solid #d3d3d4;
}

.table {
    border-bottom: 1px solid #f9f9f9;
}

.lch {
    border-bottom: none;
}

.radio-card-wrap {
    display: inline-block;
}

.radio-card-wrap label {
    padding-left: 0;
}

.radio-card {
    display: inline-block;
    margin-right: 20px;
    border: 2px solid #e6e6e6;
    padding: 10px 15px;
    width: 100px;
}

.control-label {
}

.card-input-radio {
    display: none;
}

.best-sales + .row > .bx-wrapper > .bx-viewport {

}

.card-input-radio:checked + span {
    border-color: #ffd460;
}

.form-group > .control-label {
    color: #535F6E;

    font-family: "GothamProRegular", sans-serif;
    font-size: 14px;
    display: block;
    border-bottom: 1px solid #DBDEE2;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

#tab-specification {
    display: none !important;
}

.form-group {

}

#product .form-group {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 20px);
    padding-right: 20px;


}

.add-to-wishes,
.add-to-compare {
    color: #2D4059;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 11px;
    border: 0;
    background-color: transparent;
}



.in-one-click,
#button-review,
.btn-combo, .product-additional-btn {
    display: inline-block;
    background-color: transparent;
    border-radius: 0;
    color: #2D4059;
    border: 2px solid #2D4059;
    height: 45px;
    min-width: 200px;
    margin: 0;
    vertical-align: top;
    line-height: 45px;
    padding: 0 10px;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    transition: color 0.5s ease, background 0.5s ease;


}
.product-additional-btn {


    width: 49%;
    display: inline-block;
    min-width: auto;

}

#button-review:hover,
.btn-combo:hover, .product-additional-btn:hover {
    color: #f9f9f9;
    background: #2D4059;
}

.btns-buy {
    padding-top: 20px;
    margin-bottom: 20px;
    text-align: right;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.btns-buy .float-buttons-wrap {
    padding-bottom: 0;
    margin-left: 20px;
}

#button-cart i, .product-additional-btn i,
.in-one-click i {
    padding-right: 5px;
    font-size: 16px;
}

.radio-image {
    display: inline-block;
}

.radio-img {
    display: none;
}

.radio-img:checked + img {
    border: 1px solid #ffd460;
}

.radio-image label {
    padding-left: 0;
}

.hidden-descr {
    display: none;
}

.feedback-title {
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    background: #f9f9f9;
    padding: 12px;
    margin-bottom: 15px;
    width: 100%;
}

.feedback-title i {
    float: right;
    margin-top: 2px;
}

.list-group-item {
    display: none;
}

.common-home .list-group-item {
    display: block;
}

.visible-menu {
    list-style: none;
    padding-top: 8px;
}

.visible-menu > a {
    display: block;
}

.common-home #column-left {
    width: 100%;
}

.item-block {
    font-size: 24px;
    color: #ffd460 !important;
    text-transform: uppercase;
    padding-bottom: 20px !important;
    padding-top: 20px !important;
}

.form-group > .control-label {
}

.visible-menu a {
    background: none !important;
    border: 0 !important;
    text-shadow: none !important
}

.visible-menu .active:not(.item-block) {
    color: #ffd460;
    text-decoration: underline;
}

.wish-buttons-card:not(.noaa) {

}

.visible-menu a:not(.item-block) {
    color: #303030;
    font-size: 14px;
    text-transform: uppercase;
    background: none;
    border-radius: 0;
    font-weight: bold;
    border: 1px solid #e6e6e6 !important;
    padding: 11px;
    background: #fff url(/catalog/view/theme/fm/image/aside-menu-arrow.png?v=1.0) no-repeat center right 15px !important;
}

#column-left, #column-right {
    padding: 0;
}

.hhh {
    display: none;
}

select#input-sort,
select#input-limit,
#mfilter-opts-price-min,
#mfilter-opts-price-max {
    background: #fff;
    box-shadow: none;
    height: 30px;
    border: 1px solid #e6e6e6;
    border-radius: 0;
}

.product-layout.product-grid.col-lg-4.col-md-4.col-sm-6.col-xs-12 + .visible-lg.clearfix {
    display: none;
}

.bordered-title {
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 25px;
}

.mfilter-heading {
    /*
    background: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border: 0 !important;
    color: #303030;
    font-size: 18px !important;
    font-weight: bold;

     */
}

.mfilter-opts-container {
    border-top: 0 !important;
}

.mfilter-content {
    border: 0 !important;
}

.mfilter-col-input {
    padding: 0 10px 0 0 !important;
}

#mfilter-content-opts-0-2 {
    max-height: 150px !important;
}
/*
.mfilter-input-active > label {
    color: #ffd460;
}
*/
.mfilter-tb-as-td.mfilter-col-input {
    display: none;
}

.mfilter-option label {
    cursor: pointer;
}
/*
.mfilter-options .mfilter-counter {
    background: #ffd460;
}

.mfilter-options .mfilter-counter:after {
    border-right-color: #ffd460;
}
*/
.close-filter {
    background: url(/catalog/view/theme/fm/stylesheet/mf/images/icons.png?v7) 0 0;
    text-indent: 1000px;
    display: block;
    width: 12px;
    height: 10px;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 20px;
    cursor: pointer;
    box-sizing: content-box;
}

#mfilter-content-container > p {
    display: none;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #818181;
    text-decoration: underline;
    background: none;
    font-size: 18px;
    border: 0;
}

.pagination > li > a:hover, .pagination > li > span:hover {
    background: none;
}

.pagination > .active > span {
    background: none;
    color: #303030;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background: none;
    color: #818181;
}

.pagination {
    padding-right: 25px;
    padding-top: 40px;
}

img.recommended,
img.bestseller {
    position: absolute;
    z-index: 1;
    top: -1px;
}

.product-recommended img.recommended,
.product-recommended img.bestseller {
    left: 15px;
}

.combo-section {
    background: #f9f9f9;
}

.combo-title {
    display: block;
    padding: 15px;
    color: #2D4059;
    background: #ffd460;
    font-size: 22px;
    line-height: 20px;
    margin-bottom: 0;
}

.combo-contain {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.combo-item {
    max-width: calc(25% - 80px);
}

@media (max-width: 1100px) {
    .combo .combo-section .combo-set {
        padding: 0;
    }

    .combo-item,
    .combo-save {
        width: 100%;
        max-width: calc(50% - 20px);
        margin: 10px;
    }

    .combo-plus,
    .combo-equal {
        display: none;
    }
}

@media (max-width: 768px) {
    #product .form-group {
        display: block;
        width: auto;
        padding: 0;
    }
    .combo-section .price_discount {
        font-size: 18px;
    }

    .combo-section .combo-save {
        max-width: 100%;
        padding-top: 20px;
    }
}

.combo-section .combo-plus {
    padding-left: 20px;
    padding-right: 20px;
}

.combo-item-img img {
    width: 250px;
    border: 0;
}

.btn-combo.btn-combo-cart {
    padding-left: 20px;
    padding-right: 20px;
    white-space: nowrap;
}

.combo-section .combo-item-price,
.combo-section .price-for-complect {
    color: #ffd46f;
}

.combo-section .combo-plus,
.combo-section .combo-equal {
    color: #2D4059;
    opacity: 0.5;
}

.combo-section .price-for-complect {
    font-size: 18px;
}

.combo-section .price_discount {
    font-size: 30px;
    padding: 37px 0 15px;
}

.combo-section .combo-item-name {
    font-size: 14px;
    line-height: 20px;
}

.alert-info {
    background-color: transparent;
    border-color: transparent;
}

.btn-combo.btn-combo-cart:focus {
    outline: none;
}

div#cmswidget-3 h3 {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

p.about-store {
    font-size: 12px;
    line-height: 18px;
}

p.about-store:last-child {
    padding-bottom: 20px;
}

.phones p {

}

.phones p {

}

.phones p {

}

.visible-menu {
    display: none;
}

.breadcrumb a {
    font-family: "GothamProRegular", verdana;
}

div .about-store:first-child {
    border-top: 1px solid #f9f9f9;
    padding-top: 20px;
}

.collapse.navbar-collapse.navbar-ex1-collapse {

}

#menu .nav > li {

}

#menu .nav > li:first-child {
    background: none;
}

.common-home #column-left .list-group-item {
    font-family: "GothamProMedium";
    background: #fff url(/catalog/view/theme/fm/image/aside-menu-arrow.png?v=1.0) no-repeat center right 15px;
}

.how-to-pay-title {
    font-weight: lighter;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
    z-index: 100;
}

.how-to-pay li,
.cases-of-payment li {
    color: #303030;
    font-size: 14px;
    padding: 5px 0;
}

.how-to-pay {
    display: none;
    padding-left: 20px;
}

.cases-of-payment {
    padding-left: 20px;
}

.cases-of-pay {
    padding-top: 10px;
}

.tabbed label {
    padding: 20px;
    display: block;
    float: left;
    box-sizing: border-box;
    color: #303030;
    font-size: 18px;
    cursor: pointer;
    position: relative;
    margin-bottom: 0;
    top: 1px;
}

.tabbed > input {
    display: none;
    box-sizing: border-box;
}

.tabbed > input:checked + label {
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    background: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

label i {
    padding: 3px;
}

.tabs {
    clear: both;
    background: #fff;
}

.tabs > div {
    display: none;
    opacity: 0;
    border: 1px solid #e6e6e6;
    padding: 20px;
    width: 100%;
}

#tab-nav-1:checked ~ .tabs > div:nth-of-type(1),
#tab-nav-2:checked ~ .tabs > div:nth-of-type(2),
#tab-nav-3:checked ~ .tabs > div:nth-of-type(3),
#tab-nav-4:checked ~ .tabs > div:nth-of-type(4) {
    display: block;
    opacity: 1;
}

p.payment-descr-city {
    padding: 5px 0;
}

.prepay {
    color: #303030;
    font-size: 14px;
    padding-top: 15px;
}

.bookmark-i {
    padding-right: 5px;
}

.identity {
    padding-left: 35px;
}

.payment-for-uri,
.payment-for-phys {
    padding: 5px 0;
    color: #303030;
}

.tabs-2 {
    clear: both;
    background: #fff;
}

.tabs-2 > div {
    padding: 20px;
}

.payment-descr-city-kiev,
.payment-descr-kiev {
    padding-left: 20px;
    color: #303030;
    font-size: 14px;
}

.tabbed-2 > input:checked + label {
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #fff;
    background: #fff;
    top: 1px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tabbed-2 label {
    padding: 20px;
    display: block;
    float: left;
    box-sizing: border-box;
    color: #303030;
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
}

i.fa.fa-info-circle {
    margin-left: 5px;
}

.tabbed-2 > input {
    display: none;
}

.delivery-heading {
    margin: 0;
    padding: 30px 0;
}

.tabs-2 > div {
    display: none;
    opacity: 0;
    border: 1px solid #e6e6e6;
    padding: 20px;
    width: 100%;
}

.bx-loading {
    display: none;
}

#tab-nav-1-1:checked ~ .tabs-2 > div:nth-of-type(1),
#tab-nav-2-1:checked ~ .tabs-2 > div:nth-of-type(2) {
    opacity: 1;
    display: block;
}

.help-block {
    display: none !important;
}

.small-k {
    font-size: 12px;
}

.info-map {
    padding: 35px;
    background: #fff;
}

.address-office p {
    color: #303030;
    font-size: 20px;
}

.address-office p:last-child {
    font-weight: bold;
}

.we-work p {
    font-size: 14px;
    font-weight: lighter;
}

.address-office,
.we-work {
    margin-bottom: 30px;
}

.map-phones {
    margin-bottom: 30px;
}

.map-phones span {
    font-size: 20px;
    color: #303030;
}

.map-group-phones span:first-child {
    margin-right: 30px;
}

.second-g span:last-child {
    font-weight: bold;
}

.cant-call span {
    color: #303030;
    font-size: 14px;
}

.cant-call a {
    color: #fff;
    font-size: 24px;
    background: url(/catalog/view/theme/fm/image/call-me-bg.png?v=1.0);
    width: 286px;
    height: 54px;
    display: inline-block;
    line-height: 54px;
    text-align: center;
    margin-left: 55px;
}

.cant-call {
    margin-bottom: 24px;
}

.map-form {
    color: #303030;
    font-size: 14px;
    overflow: hidden;
}

.map-form input,
.map-form textarea {
    width: 100%;
    margin: 10px 0;
}

.map-form input:focus,
.map-form textarea:focus {
    outline: none;
}

.map-form input {
    height: 50px;
    padding-left: 10px;
}

.map-form textarea {
    height: 100px;
    padding-left: 10px;
    padding-top: 10px;
    resize: none;
}

.map-group-phones {
    margin-bottom: 20px;
}

.map-group-phones i {
    font-size: 18px;
}

a.item-block {
    color: #fff !important;
    font-size: 24px;
    background: #ffd460 !important;
    border-radius: 0 !important;
    padding: 10px 0 !important;
    text-align: center;
}

.checkbox label > input[type="checkbox"] {
    opacity: 0;
}

.checkbox label > input[type="checkbox"]:checked + .checkbox-span {
    color: #ffd460;
}

.checkbox-styled-2 {
    width: 15px;
    height: 15px;
    border: 1px solid #e6e6e6;
    background: #fff;
    display: block;
    position: absolute;
    top: 3px;
    left: 0px;
}

.checkbox label > input[type="checkbox"]:checked + .checkbox-styled-2:before {
    content: url(/catalog/view/theme/fm/image/checked-box.png?v=1.0);
    position: absolute;
    left: 1px;
    top: 2px;
}

.from-group select.form-control {
    border: 1px solid #e6e6e6;
    border-radius: 0;
    box-shadow: none;
    height: 40px;
    padding-left: 20px;
    background: transparent;
}

#select-product {
    background: red;
}

.form-control {
    height: 40px;
    border-radius: 0;
    background: transparent;
    border: 1px solid #e6e6e6;
    box-shadow: none;
}

.form-control:focus {
    border-color: #e6e6e6;
    box-shadow: none;
}

.upload-file-button {
    background: url(/catalog/view/theme/fm/image/upload-file-background.png?v=1.0);
    width: 240px;
    height: 40px;
    border: 0;
    color: #fff;
    text-shadow: none;
    box-shadow: none;
    font-size: 18px;
    margin-left: 20px;
}

.upload-file-button i {
    font-size: 18px;
}

.upload-file-button:focus {
    outline: none;
    color: #333;
    background: url(/catalog/view/theme/fm/image/upload-file-background.png?v=1.0);
    border-color: none;
    box-shadow: none;
    border: 0;
}

.calendar-button {
    height: 40px;
    box-shadow: none;
    border: 0;
    color: #fff;
    background: #ffd460;
    border-radius: 0;
}

.plane-send {
    margin-right: 10px;
    font-size: 18px;
}

.mfilter-heading-text > span {


    cursor: pointer;
    align-items: center;
    height: 30px;
    font-family: "GothamProMedium", sans-serif;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #121726;
}

.lang-dd a {
    text-transform: uppercase;
    color: #303030;
}

#contact-container .contact-content {
    background-color: #fff !important;
    color: #ddd;
    height: 40px;
    border-radius: 0;
}

#contact-container .contact-top {
    background-color: #fff !important;
    border-radius: 0 !important;
}

#contact-container h1 {
    padding: 10px 0;
    font-size: 14px !important;
    color: #598536 !important;
    text-align: left !important;
    padding-left: 0 !important;
}

#contact-container .q2 {
    margin-bottom: 15px;
    padding: 0 20px !important;
    height: 35px;
    border-radius: 0;
}

#contact-container .contact-error {
    background: none !important;
    border: 0 !important;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    margin: 0 auto;
    padding: 2px;
    width: 92%;
    color: #598536;
}

.share.floatleft {
    display: none !important;
}

.visible-lg {
    display: none !important;
}

#mfilter-content-container .clearfix.visible-lg {
    display: none !important;
}

.seocmspro_content {
    padding-top: 20px;
}

input#contact-name,
input#contact-phone {
    border: 1px solid #E6E6E6;
    padding: 4px 10px 4px 10px !important;
    width: 100%;
    color: #333333;
    font-size: 14px;
    line-height: 38px;
    height: 40px;
    margin-bottom: 18px;
}

.contact-content .btn-send {
    cursor: pointer;
    padding: 0 20px !important;
    border-radius: 5px;
    margin: 0;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-weight: 400;
    border: none;
    box-shadow: none;
    background: #235DA5;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

#simplemodal-data {
    padding: 13px 19px 19px;
    background-color: #ffffff;
    border: 1px solid #E6E6E6;
}

.contact-content {
    padding: 0 !important;
}

#contact-container a.modal-close, #contact-container a.modal-close:link, #contact-container a.modal-close:active, #contact-container a.modal-close:visited {
    top: 5px !important;
}

#simplemodal-data .form-text-2 {
    margin-bottom: 15px !important;
}

#simplemodal-data .form-text {
    color: #818181;
    line-height: 18px;
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 5px;
    text-align: left;
}

.record_columns .column_width_ {
    width: 24% !important;
    min-width: 24% !important;
}

.addthis_toolbox.addthis_default_style {
    display: none;
}

.record_columns h2 {
    margin-top: 10px !important;
}

.blog-comments-record,
.blog-data-record,
.blog-viewed-record {
    color: #888 !important;
}

.blog-viewed-record {
    padding-left: 20px !important;
}

.blog-data-record,
.blog-comments-record {
    padding-left: 0 !important;
    display: inline-block;
    background: none !important;
}

.blog-viewed-record,
.blog-data-record {
    margin: 5px 0;
}

.blog-small-record .blog-viewed-record,
.blog-small-record .blog-data-record {
    margin: 0;
}

.further-button {
    display: none;
}

h2.ascp-list-title a {
    color: #111;
}

h2.ascp-list-title a:hover {
    text-decoration: underline;
}

form#language {
    margin: 0;
}

.top-links-inf ul {
    list-style: none;
    padding: 0;
}

.lang-dd {
    padding-right: 0;
}

.top-links-inf li {
    display: inline-block;
    margin-right: 10px;
}

.top-links-inf li a {
    color: #303030;
    font-size: 14px;
}

.header-list-p {
    list-style: none;
}

.header-list-p li {
    display: inline-block;
    margin-right: 10px;
}

.header-list-p li a {
    color: #bf8f60;
    font-family: "GothamProMedium";
}

.header-list-p li a:hover {
    text-decoration: underline;
}

.cart-span {
    cursor: pointer;
}

.col-20-perc {
    width: 24%;
    margin: 0.5% 0.7% 0.5% 0;
    display: inline-block;
    vertical-align: top;
}

.imggg {
    width: 100%;
    max-height: 300px;
}

.padding-cat-a {
    height: 50px;
}

.triangle-container {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#triangle-topleft {
    position: relative;
    float: left;
    height: 0;
    width: 0;
    border-top: 100px solid red;
    border-right: 100px solid transparent;
}

#triangle-topleft-300 {
    position: relative;
    float: left;
    height: 0;
    width: 0;
    border-top: 300px solid red;
    border-right: 300px solid transparent;
}

.rotatedBlock-100 {
    position: relative;
    float: left;
    color: #FFF;
    top: -70px;
    left: 0px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.rotatedBlock-300 {
    position: relative;
    float: left;
    color: #FFF;
    top: -150px;
    left: 20px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.font-rotatedBlock-300 {
    font-size: 30px;
    font-weight: bold;
}

.right-right {
    width: 50%;
}

.left-left {
    width: 50%;
}

.product-info-guarantee {
}

.price-of-installation {
}


.content_bottom {
    padding: 20px;
    text-indent: 20px;
}

iframe {
    max-width: 100%;
}

.header-banner {
    background-color: #1C294C;
}

.header-banner .banner-img {
    max-width: 1600px;
    width: 100%;
    min-height: 20px;
    padding: 0;
}

.header-banner .banner-img img {
    width: 100%;
}

.header-banner .banner-img.w768, .header-banner .banner-img.w320 {
    display: none;
}

@media (max-width: 770px) {
    .header-banner .banner-img.w1024, .header-banner .banner-img.w320 {
        display: none;
    }

    .header-banner .banner-img.w768 {
        display: block;
    }
}

@media (max-width: 320px) {
    .header-banner .banner-img.w1024, .header-banner .banner-img.w768 {
        display: none;
    }

    .header-banner .banner-img.w320 {
        display: block;
    }
}

.product-layout .select-colors {
    height: 32px;
    overflow: hidden;
    margin-right: 35px;
}

.product-layout .select-colors .radio:first-child {
    margin-top: 0;
}

.product-layout .form-group .show-more {
    float: right;
    font-size: 12px;
    padding-right: 11px;
    margin-top: -25px;
}

.product-layout .form-group .show-more:hover {
    text-decoration: underline;
}

.top-nav .mb-work-tel {
    display: none;
    margin-bottom: 0;
}

.header__container .mb-menu, .mb-header-block {
    display: none;
}

.header__container .mb-menu #mb-menu {
    margin-bottom: 0;
}

.mb-header-block .logo__img {
    width: 70px;
    height: auto;
}

.mb-header__logo {
    width: 70px;
}

.mb-nav__search {
    max-width: 485px;
    margin: 0 !important;
}

.mb-header__cart {
    padding-top: 0 !important;
}

.form-group .wrap-select-colors {
    padding-left: 2px;
}

.mfilter-free-container .mfilter-free-button {
    margin: 60px 0 0 220px;
}
.mfilter-free-active.mfilter-free-container .mfilter-free-button
{
    margin: 0;
    position: inherit;
    float: right;
    line-height: 30px;
}
.mfilter-free-active.mfilter-free-container .mfilter-free-button:before
{
    content: "\f00d";
    font-size: 20px;
}
#menu .dropdown-menu {
    min-width: 460px;
}

#menu .dropdown-inner ul {
    width: 49%;
}

.your_order .payment {
    padding: 0 0 25px 10px;
    border-bottom: 0;
}

.your_order .back-btn {
    padding: 0 10px 25px 0;
    border-bottom: 1px solid #d3d3d4;
}

@media (max-width: 435px) {
    .your_order .payment {
        margin: 0 auto;
        float: none !important;
        text-align: center;
        padding-left: 0;
        padding-bottom: 0;
    }

    .your_order .back-btn {
        text-align: center;
        padding-right: 0;
    }

    .cart-btn1, .cart-btn2 {
        float: none !important;
        text-align: center;
    }

    .cart-btn2 {
        margin-top: 15px;
    }
}

.mb-header__schedule {
    display: none;
    text-align: center;
    padding-top: 7px;
}

#content .product-info-left {
    margin-bottom: 40px;
}

body.tabletVersion .category-menu .dropdown-menu {
    display: none !important;
}


.mb-prodinfo-show {
    display: none;
}

/* .payment-method .liqpay {
	display: none;
} */


@media (max-width: 500px) {
    .mb-prodinfo-hide {
        display: none;
    }

    .mb-prodinfo-show {
        display: block;
    }
}


/********************************************************************************/
.uploadButton {
    display: block;
    width: 185px;
    margin-top: 15px;
    background: #fff;
    padding: 10px;
    color: #2D4059;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    border: 2px solid #2D4059;
}

.uploadButton:hover {
    background: #2D4059;
    color: #fff;
}

#filename {
    background: #fff;
    border: 0;
}

.liqpay-method .buttons {
    margin: 0;
}

.payment-method .liqpay_checked {
    font-size: 13px;
    padding-left: 21px;
}

.payment-method .liqpay_checked label {
    padding-left: 10px;
    vertical-align: top;
}

.payment-method .liqpay_checked .attemption {
    font-weight: bold;
}

.payment-method .liqpay_checked .pay_online_error {
    display: none;
    color: red;
}


/***************************************************css************************************/
.list-unstyled.product-prices li {
    display: inline-block;
    vertical-align: middle;
}

.list-unstyled.product-prices li .isnew_price, .product-thumb .price .isnew_price {
    /* background-color: #DE2728;
	color: #fff; */
    padding: 0 5px;
    white-space: nowrap;
}

.list-unstyled.product-prices li #oldPrice, .product-thumb .price #oldPrice {
    position: relative;
}

.product-thumb .price #oldPrice, .product-thumb .isnew_price {
    display: inline-block;
    vertical-align: middle;
}

.list-unstyled.product-prices li #oldPrice:after, .product-thumb .price #oldPrice:after {
    content: '';
    display: block;
    height: 0;
    border-top: 1px solid #808080;
    position: absolute;
    width: 100%;
    top: 50%;
    /* margin-top: -2px;
    transform: rotate(-8deg); */
}

.product-thumb .price #oldPrice {
    /* margin-bottom: 10px; */
    display: inline-block;
    color: #808080;
    font-size: 18px;
}

.product-prices #old_prise {
    font-size: 23px;
}

.product-detail-options .radio-image {
    position: relative;
}

.product-detail-options .radio-image label img {
    width: 36px;
    height: 36px;
}

.product-detail-options .radio-image .zoom-option-img {
    display: none;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -100px;
}

.product-detail-options .radio-image.hover .zoom-option-img {
    display: block;
}

.general_img .thumbnail,
.product-thumb .image-home,
.product-thumb .image {
    position: relative;
}

.general_img .thumbnail .sale_status,
.product-thumb .image-home .sale_status,
.product-thumb .image .sale_status,
.product-layout .sale_status,
#product .sale_status {
    display: block;
    position: absolute;
    width: 111px;
    height: 30px;
    top: 0;
    left: 0;

    color: #fff;
    text-align: center;
    padding: 5px 0;
    z-index: 1;
}

.general_img .thumbnail .aktsiya,
.product-thumb .image-home .aktsiya,
.product-thumb .image .aktsiya {
    background: url(/catalog/view/theme/fm/image/aktsii.png) no-repeat 0 50%;
}

.general_img .thumbnail .top_prod,
.product-thumb .image-home .top_prod,
.product-thumb .image .top_prod {
    background: url(/catalog/view/theme/fm/image/top.png) no-repeat 0 50%;
}

.general_img .thumbnail .sprice,
.product-thumb .image-home .sprice,
.product-thumb .image .sprice {
    background: url(/catalog/view/theme/fm/image/super_price.png) no-repeat 0 50%;
}

.newsblog-category .product-thumb {
    max-height: 465px;
}

.footer-block .pay-sys {
    text-align: right;
    margin-top: 72px;
    margin-right: 100px;
}

@media (max-width: 992px) {
    .footer-block .pay-sys {
        text-align: left;
        margin-top: 0px;
    }
}

.sale-container {
    margin-bottom: 40px;
}

.timer-title {
    margin: 15px 0;
}

.sale-container .sale-title {
    font-size: 20px;
    color: #ff0f30;
}

.sale-container a[href="#"] {
    text-decoration: underline;
}


.product-popup .ui-dialog-titlebar-close {
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    background: #2D4059;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #303030;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    border: none;
    padding: 0;
    padding-top: 4px;
}

.product-popup {
    background: white;

    z-index: 999999;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.product-popup, .product-popup *, .product-popup *:focus {
    outline: none;
}

#product-where-watch > a {
    padding: 10px;
    font-size: 17px;
    display: inline-block;

}

.product-popup .ui-dialog-titlebar.ui-widget-header {
    height: 30px;
}

.ui-widget-overlay.ui-front {
    display: block;
    bottom: 0;
    background: #000;
    opacity: 0.5;
    height: 1230px;
    width: 1903px;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 10001;
    transition: 1s linear;
}

.product-additional-btn:focus {
    outline: none;
}

.product-popup .form-group > .control-label {
    text-align: left;
    margin-bottom: 0;
    padding-top: 9px;
    font-size: 12px;
}

.product-popup .form-group {
    margin-left: 0;
    margin-right: 0;
}

.product-popup .col-sm-12 {
    margin-right: 0;
    margin-left: 0;
}

.icon-try-on {
    width: 20px;
    height: 21px;
    display: inline-block;
    margin-bottom: -5px;
    background: url(/catalog/view/theme/fm/image/icon-try-on.png);
    background-size: 16px auto;
    background-repeat: no-repeat;
}

.icon-where-watch {
    width: 24px;
    height: 18px;
    display: inline-block;
    margin-bottom: -4px;
    background: url(/catalog/view/theme/fm/image/icon-where-watch.png);
    background-size: 21px auto;
    background-repeat: no-repeat;
}

@media (max-width: 868px) {
    .product-additional-btn {
        margin-bottom: 10px;
    }
}


.product-additional-btn:hover i {
    background-position-y: bottom;
}

#product-try-on input[type="submit"]:hover {
    background: #2D4059;
    color: #f9f9f9;
    border-color: #2D4059;
}

.where_watch_shedule {
    padding: 10px 0;
}

@media screen and (min-width: 738px) {
    .product-additional-btn {
        margin-right: 5px;
    }

    .product-additional-btn:last-child {
        margin-right: 0;
    }
}

.quantity-control {
    position: absolute;
    top: 0;
    right: 0;
    /* font-size: 43px; */
    width: 16px;
    height: 100%;
    border-left: 1px solid #e6e6e6;
}

.quantity-input {
    display: inline-block;
    width: 100%;
    max-width: 100px;
    position: relative;
}

.quantity-control .fa-sort-up {
    font-size: 17px;
    position: absolute;
    top: 5px;
    cursor: pointer;
    right: 2px;
}

.quantity-control .fa-sort-down {
    font-size: 17px;
    position: absolute;
    bottom: 5px;
    right: 2px;
    cursor: pointer;
}

.home-promo {
    max-width: 1250px;
    margin: 0 auto;
}

.content_bottom img {
    display: inline-block;
    max-width: 100% !important;
}

.btns-buy2 {
    padding-bottom: 20px;
}


.product-list .product-layout {
    position: relative;
}

.privat {
    position: absolute;
    right: 0;
}

.product-layout .privat img {
    height: 40px;
    width: 40px;
    margin-left: -50px;
    margin-top: 10px;
}


.product-layout .privat img.bestseller{display:none!important;}
/* new */

@font-face {
    font-family: 'GothamProRegular';
    src: url("/new-site/fonts/GothamProRegular/GothamPro.woff2") format("woff2"), url("/new-site/fonts/GothamProRegular/GothamPro.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamProLight';
    src: url("/new-site/fonts/GothamProLight/GothamPro-Light.woff2") format("woff2"), url("/new-site/fonts/GothamProLight/GothamPro-Light.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamProMedium';
    src: url("/new-site/fonts/GothamProMedium/GothamPro-Medium.woff2") format("woff2"), url("/new-site/fonts/GothamProMedium/GothamPro-Medium.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamProBold';
    src: url("/new-site/fonts/GothamProBold/GothamPro-Bold.woff2") format("woff2"), url("/new-site/fonts/GothamProBold/GothamPro-Bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

h1, .h1, .head {
    font-family: "GothamProMedium", sans-serif;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.5px;
    color: #121726;
    margin-top: 0;
    margin-left: 10px;
}

.promotions__head {
    margin-bottom: 20px;
}

h3, .h3 {
    font-family: "GothamProMedium", sans-serif;
    font-size: 17px;
    line-height: 22px;
    color: #121726;
}
img {
    max-width: 100%;
}
.checkbox, .radio
{
    margin-bottom: 6px;
}
.checkbox+.checkbox, .radio+.radio
{
    margin-top: -3px;
}
.wrapper {
    max-width: 1250px;
    width: 100%;
    padding: 0 15px;
    margin: auto;
}

.minwrapper {
    max-width: 1090px;
    margin: 0 auto;
}

.categories-goods__wish::before, .categories-goods__compare::before, .categories-goods__wish:hover::before, .categories-goods__compare:hover::before, .categories-popups__sort::after, .categories-popups__filter::after {
    background: url("/img/sprite.svg") no-repeat;
}

.categories-goods__wish::before, .categories-goods__compare::before, .categories-goods__wish:hover::before, .categories-goods__compare:hover::before, .categories-popups__sort::after, .categories-popups__filter::after {
    background: url("/img/sprite.svg") no-repeat;
}

.categories-ban__img {
    width: 100%;
}

.categories-ban__img img {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .categories-ban {
        display: none;
    }
}

.breadcrumbs {
    padding-top: 24px;
}

.breadcrumbs__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

.breadcrumbs__item {
    font-size: 12px;
    line-height: 16px;
}

.breadcrumbs__item:last-of-type a {
    color: #121726;
    pointer-events: none;
}

.breadcrumbs__item:last-of-type::after {
    display: none;
}

.breadcrumbs__item::after {
    display: inline-block;
    content: "/";
    font-size: 12px;
    margin: 0 9px 0 7px;
}

.breadcrumbs__item a {
    color: #808994;
}

@media screen and (max-width: 767px) {
    /*
    .breadcrumbs {
        margin-top: 110px;
    }
    .breadcrumbs.categories {
        margin-top: 141px;
    }

     */
}

.categories-views {
    /*
    padding: 0px 0 30px;
    */
}

.categories-views__head {
    /*
    margin-bottom: 65px;
    */
    margin-bottom: 40px;
}
.category-product-list
{
    padding-top: 20px;
}
.categories-views__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.categories-views__item {
    width: 31%;
    margin: 0 3.5% 50px 0;
}
.categories-views__item img
{
    border: 1px solid #ddd;
}
.categories-views__item:nth-of-type(3n) {
    margin-right: 0;
}

.categories-views__link {
    display: inline-block;
    text-decoration: none;
    margin-top: 16px;
    text-align: center;
}

@media screen and (max-width: 1199px) {
    .categories-views {
        /*
        padding-top: 25px;
         */
        padding-top: 0px;
    }
    .categories-views .minwrapper {
        max-width: 992px;
        padding: 0 40px;
    }
    .categories-views__head {
        /*

        margin-bottom: 50px;
        */
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 991px) {
    .categories-views .minwrapper {
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .categories-views {
        /*
        padding-top: 15px;
         */
        padding-top: 0px;
    }
}

@media screen and (max-width: 575px) {
    .categories-views__item {
        width: 46.7%;
        margin-right: 6%;
    }
    .categories-views__item:nth-of-type(3n) {
        margin-right: 6%;
    }
    .categories-views__item:nth-of-type(2n) {
        margin-right: 0;
    }
}

.filter {
    float: left;
    width: 100%;
    width: 23.3%;
    border-top: 1px solid #C8CBD1;
    border-bottom: 1px solid #C8CBD1;
    padding-top: 18px;
    margin-right: -webkit-calc(2 * 0.84%);
    margin-right: calc(2 * 0.84%);
}

.filter__heading, .filter__head {
    font-family: "GothamProMedium", sans-serif;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #121726;
}

.filter__heading {
    margin-bottom: 50px;
    padding: 0 15px;
}

.filter__item {
    border-top: 1px solid #C8CBD1;
    padding: 0 15px;
}

.filter__head {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.filter__head::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 2px;
    background-color: #121726;
    right: 0;
}

.filter__head::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 12px;
    background-color: #121726;
    right: 5px;
}

.filter__head.open::before {
    display: none;
}

.filter__content {
    display: none;
    padding-bottom: 24px;
    margin-top: 10px;
}

.filter__input-range {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 23px;
}

.filter__input-range div {
    width: 14px;
    height: 1px;
    background-color: #121726;
    margin: 0 16px;
}

.filter-range-min, .filter-range-max {
    width: 98px;
    height: 32px;
    text-align: center;
    color: #121726;
    border: 1px solid #C8CBD1;
}

.filter__range {
    max-width: 222px;
    margin: 0 auto 8px;
}

.filter__range.ui-widget.ui-widget-content {
    border: none;
    height: 2px;
    background-color: #C8CBD1;
    -webkit-border-radius: none;
    border-radius: none;
}

.filter__range.ui-slider-horizontal .ui-slider-range {
    background-color: #121726;
}

.filter__range .ui-slider-handle.ui-corner-all.ui-state-default {
    width: 20px;
    height: 20px;
    background-color: #f9f9f9;
    border: 1px solid #121726;
    -webkit-border-radius: 0;
    border-radius: 0;
    top: -9.5px;
    margin-left: -10px;
}

.filter__color-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 15px;
}

.filter__color-item {
    width: 30%;
    text-align: center;
    margin: 0 1px 23px;
}

.filter__color-img {
    margin-bottom: 15px;
}

.filter__color-name {
    font-size: 12px;
    line-height: 16px;
    color: #121726;
}

.filter__check-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
}

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

.filter__check-item input[type="checkbox"]:checked + label:before,
.filter__check-item input[type="checkbox"]:not(:checked) + label:before {
    width: 24px;
    height: 24px;
    border-color: #C8CBD1;
    top: -4px;
}

.filter__check-item input[type="checkbox"]:checked + label:after,
.filter__check-item input[type="checkbox"]:not(:checked) + label:after {
    width: 16px;
    height: 16px;
    background-color: #C8CBD1;
    top: 0px;
    left: 4px;
}

.filter__check-item label {
    font-size: 12px;
    line-height: 16px;
    color: #121726;
    padding-left: 40px !important;
    cursor: pointer;
}

.filter__count-item {
    font-size: 12px;
    line-height: 16px;
    color: #808994;
}

.filter-sort {
    margin-bottom: 40px;
}

.filter-sort__select-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.filter-sort__heading {
    font-family: "GothamProMedium", sans-serif;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-right: 12px;
}

.filter-sort__select {
    border-right: none;
    border-left: none;
}

.filter-sort__select .jq-selectbox__dropdown {
    margin-top: 0;
}

.filter-sort__items-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 42px;
}

.filter-sort__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 1%;
}

.filter-sort__item {
    background: rgba(200, 203, 209, 0.25);
    margin-right: 16px;
}

.filter-sort__item:last-of-type {
    margin-right: 0;
}

.filter-sort__item-text {
    font-size: 11px;
    color: #535F6E;
    padding: 4.5px 6px 4.5px 12px;
}

.filter-sort__item-text:hover {
    color: #121726;
    cursor: pointer;
}

.filter-sort__item-text span {
    color: #121726;
}

.filter-sort__item-del {
    position: relative;
    display: inline;
    margin-left: 22px;
}

.filter-sort__item-del::before {
    position: absolute;
    content: "";
    background: url("/img/svg/close-hover.svg") no-repeat center;
    width: 10px;
    height: 10px;
    top: 50%;
    right: 0;
    margin-top: -5px;
    -webkit-background-size: contain;
    background-size: contain;
}

.filter-sort__item-delete {
    background-color: transparent;
    border: 1px solid #535F6E;
}

@media screen and (max-width: 991px) {
    .filter__head {
        font-size: 11px;
    }
}

@media screen and (max-width: 767px) {
    .filter-sort {
        display: none;
    }
}

.categories-goods {
    padding: 80px 0 20px;
}

.categories-goods.subcat {
    padding-top: 30px;
}

.categories-goods.subcat h1 {
    margin-bottom: 70px;
}

.categories-goods .wrapper {
    max-width: 1200px;
}

.categories-goods__item {
    position: relative;
    width: 23%;
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    padding: 44px 14px 20px;
    margin: 0 0.84% 30px 0.84%;
}
.featured .categories-goods__item
{
    width: 23%;
}
.categories-goods__item .control-label
{
    display: none;
}
.categories-goods__rating
{
    min-height: 30px;
}
.categories-goods__item  .form-group .wrap-select-colors,
.categories-goods__item  .varSelectWrap
{
    height: 79px;
    overflow-y: auto;
}

.categories-goods__item .categories-goods__link
{
    min-height: 40px;
}
.categories-goods__label {
    position: absolute;
    width: 115px;
    height: 24px;
    font-family: "GothamProMedium", serif;
    font-size: 11px;
    line-height: 11px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    top: 10px;
    left: 14px;
    background: #43BE58;
}

.categories-goods__delivery {
    position: absolute;
    background: url("/img/svg/icon-delivery.svg") no-repeat center;
    width: 21px;
    height: 16px;
    top: 14px;
    right: 14px;
}

.categories-goods__rating {
    margin: 5px 0;
    border-bottom: 1px solid #121726;
    padding-bottom: 5px;
}

.categories-goods__image img {
    width: 100%;
}

.categories-goods__price {
    margin-top: 16px;
}

.categories-goods__link a {
    font-family: "GothamProMedium", serif;
    font-size: 12px;
    line-height: 16px;
    color: #121726;
    text-decoration: none;
}

.categories-goods__price-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    /*
    margin-top: 10px;*/
    min-height: 21px;
}

.categories-goods__discount {
    font-family: "GothamProBold", serif;
    font-size: 13px;
    line-height: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
    color: #FF3B30;
}

.categories-goods__before-discount {
    font-size: 13px;
    line-height: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #808994;
}

.categories-goods__new-price {
    font-family: "GothamProBold", serif;
    font-size: 22px;
    line-height: 21px;
    color: #121726;
    margin-left: 10px;
}

.categories-goods__new-price span {
    font-family: "GothamProRegular", serif;
}

.categories-goods__actions {

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;


    margin-top: 28px;
    min-height: 46px;
}

.categories-goods__wish, .categories-goods__compare {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 57px;
    height: 42px;
    border: 1px solid #121726;
}

.categories-goods__wish::before, .categories-goods__compare::before {
    position: absolute;
    content: "";
    background-position: 99.55555555555556% 34.64912280701754%;
    width: 20px;
    height: 17px;
}

.categories-goods__wish:hover, .categories-goods__compare:hover {
    cursor: pointer;
}

.categories-goods__wish:hover::before, .categories-goods__compare:hover::before {
    background-position: 99.55555555555556% 42.10526315789474%;
    width: 20px;
    height: 17px;
}

.categories-goods__compare {
    margin-left: -1px;
}

.categories-goods__compare::before {
    position: absolute;
    content: "";
    background-position: 78.73303167420815% 52.63157894736842%;
    width: 24px;
    height: 17px;
}

.categories-goods__compare:hover::before {
    background-position: 89.59276018099547% 52.63157894736842%;
    width: 24px;
    height: 17px;
}

.categories-goods__buy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 173px;
    height: 42px;
    color: #fff;
    background-color: #121726;
}

.categories-goods__buy:hover {
    background-color: #535F6E;
    cursor: pointer;
}

.categories-goods__buy span {
    font-family: "GothamProMedium", serif;
    font-size: 11px;
    line-height: 11px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.categories-goods__buy span::after {
    display: inline-block;
    content: "";
    width: 19px;
    height: 18px;
    background: url("/img/svg/icon-basket.svg") no-repeat center;
    margin-left: 12px;
}

.categories-goods__colors {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
}

.categories-goods__color {
    width: 36px;
    height: 36px;
    border: 1px solid transparent;
    padding: 4px;
}

.categories-goods__color:hover {
    border-color: #121726;
}

@media screen and (max-width: 1199px) {
    .categories-goods__filter-block {
        max-width: 226px;
        width: 23.3%;
        margin-right: 17px;
    }
    .categories-goods__item,
    .featured .categories-goods__item {
        width: 31.3%;
    }
}

@media screen and (max-width: 991px) {
    .categories-goods__filter-block {
        max-width: unset;
        width: 29.3%;
        margin-right: 4%;
    }
    .categories-goods__item,
    .featured .categories-goods__item {
        width: 46%;
        margin: 0 2% 30px 2%;
    }
}

@media screen and (max-width: 767px) {
    .categories-goods__filter-block {
        display: none;
    }
    .categories-goods__items {
        margin: 0 -10px;
    }
    .categories-goods__label {
        width: 85px;
        top: 9px;
        left: 9px;
    }
    .categories-goods__delivery-fitting, .categories-goods__credit {
        right: 9px;
    }
    .categories-goods__link {
        font-size: 12px;
    }

    .categories-goods__price-block {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        min-height: 40px;
    }
    .categories-goods__old-price {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 100%;
    }
    .categories-goods__discount {
        margin-right: 9px;
    }
    .categories-goods__new-price {
        font-size: 20px;
    }
    .categories-goods__actions {
        margin-top: 14px;
    }
    .categories-goods__buy {
        width: 33.33%;
    }
    .categories-goods__buy span {
        font-size: 0;
    }
    .categories-goods__buy span::after {
        margin: 0 0 0 -6px;
    }
}
.product-list{ padding-top: 60px;}
@media screen and (max-width: 575px) {
    .product-list{ padding-top: 0px;}

    .categories-goods__item .form-group .wrap-select-colors
    {
       /* height: auto;*/
    }
    .categories-goods__item,
    .featured .categories-goods__item {
        width: calc(50% - 10px);
        margin: 2px;
        padding: 44px 7px 20px;
    }
    .categories-goods__item .categories-goods__link
    {
        min-height: 60px;
    }
    .categories-goods__label {
        width: 100px;
    }
    .categories-goods__delivery-fitting, .categories-goods__credit {
        right: 7px;
    }
    .categories-goods__buy {
        width: 40%;
    }
}

.categories-popups {
    position: absolute;
    width: 100%;
    top: 96px;
    background-color: #f9f9f9;
    z-index: 98;
    display: none;
}

.categories-popups__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #C8CBD1;
    -webkit-box-shadow: 0px 4px 8px rgba(83, 95, 110, 0.24);
    box-shadow: 0px 4px 8px rgba(83, 95, 110, 0.24);
}

.categories-popups__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    min-height: 56px;
}

.categories-popups__item span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "GothamProMedium", sans-serif;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.categories-popups__sort::after {
    display: inline-block;
    content: "";
    background-position: 67.57990867579909% 54.29864253393665%;
    width: 26px;
    height: 24px;
    margin-left: 16px;
}

.categories-popups__filter::after {
    display: inline-block;
    content: "";
    background-position: 44.34389140271493% 55.29953917050691%;
    width: 24px;
    height: 28px;
    margin-left: 16px;
}

@media screen and (max-width: 767px) {
    .categories-popups {
        display: block;
    }
}

.pagination {
    display: inline-block;
    width: 100%;
    padding: 20px 0;
}

.pagination__items {
    /*
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    list-style: none;

     */
}

.pagination>li.pagination__item {
    margin: 0 7px;
    display: inline-block;
}

.pagination__item a {
    color: #808994;
    text-decoration: underline;
    padding: 5px;
}

.pagination__item.active a {
    color: #121726;
}

.pagination__item:last-of-type {
    margin-right: 0;
}

.pagination__next a {
    position: relative;
    display: inline-block;
    content: "";
    width: 20px;
    height: 13px;
    background: url("/img/svg/paginations-next.svg") no-repeat center;
    top: 3px;
}

.pagination.search-result {
    margin-top: -15px;
    margin-bottom: 125px;
}

.marks {
    display: inline-block;
    width: 100%;
    padding: 70px 0 50px;
}

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

.marks__item {
    margin: 0 45px 16px 5px;
}

.marks__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 24px;
    color: #535F6E;
}

.marks__link:hover {
    text-decoration: none;
    color: #535F6E;
}

.marks__link::before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background: url("/img/svg/marks.svg") no-repeat center;
    margin-right: 11px;
}

.seo {
    /*
    padding: 80px 0;

     */
}

.seo__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    max-width: 1090px;
    width: 100%;
    text-align: right;
    margin: 70px auto 0;
}

.seo__inf {
    position: absolute;
    width: 523px;
    padding: 0 80px 75px;
    background-color: #f9f9f9;
    left: 0;
}

.seo__inf::after {
    position: absolute;
    content: "";
    left: 25%;
    right: 0;
    top: 45%;
    bottom: 0%;
    -webkit-box-shadow: 0px 80px 100px rgba(0, 0, 0, 0.1), 0px 20px 40px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 80px 100px rgba(0, 0, 0, 0.1), 0px 20px 40px rgba(0, 0, 0, 0.14);
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    background: #f9f9f9;
    z-index: -1;
}

.seo__description {
    border-top: 1px solid #121726;
    padding-top: 75px;
    line-height: 24px;
    color: #535F6E;
    -moz-text-align-last: left;
    text-align-last: left;
}

.seo__description p {
    margin-bottom: 30px;
}

.seo__description p:last-of-type {
    margin-bottom: 0;
}

.seo__image {
    max-width: 647px;
    z-index: -1;
}

.seo__image img {
    width: 100%;
}

.seo__information {
   /* max-width: 700px; */
    color: #535F6E;
   margin: 0 auto;
}

.seo__information p {
    line-height: 24px;
    margin-bottom: 26px;
}

.seo__information ul {
    margin-bottom: 24px;
}

.seo__information li {
    line-height: 24px;
    margin-bottom: 17px;
}

.seo__information li:last-of-type {
    margin-bottom: 0;
}

.seo__information h3 {
    font-family: "GothamProMedium", sans-serif;
    font-size: 17px;
    line-height: 22px;
    color: #1E253A;
    margin: 50px 0 30px;
}

@media screen and (max-width: 1199px) {
    .seo__block {
        max-width: 912px;
    }
    .seo__inf {
        width: 43.6vw;
        padding: 0 50px 55px;
    }
    .seo__description {
        padding-top: 60px;
    }
    .seo__image {
        height: 42vw;
    }
    .seo__image img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media screen and (max-width: 991px) {
    .seo__block {
        margin-top: 50px;
    }
    .seo__inf {
        width: 52vw;
        padding: 0 40px 35px;
    }
    .seo__description {
        padding-top: 35px;
    }
    .seo__information {
       /* margin-top: 50px;*/
    }
    .seo__image {
        height: 35vw;
    }
}

@media screen and (max-width: 767px) {
    .seo {
        padding-top: 50px;
    }
    .seo__block {
        margin-top: 40px;
    }
    .seo__inf {
        width: 288px;
    }
    .seo__image {
        width: 56.3vw;
        height: 54vw;
    }
}

@media screen and (max-width: 575px) {
    .seo__inf {
        margin-top: 165px;
    }
    .seo__image {
        width: 100%;
    }
    .seo__information {
        /*margin-top: 275px;*/
    }
}

.advice {
    /*
    padding: 40px 0;

     */
    padding-bottom: 40px;
}

.advice__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 70px;
    /*
    padding: 0 55px;
 */
}


.advice__item {
    /*max-width: 334px;
*/
    background-color: #fff;

    padding-bottom: 30px;
    display: inline-block;
    vertical-align: top;
    margin: 10px;
    width: calc(33% - 20px);
}

.advice__item:last-of-type {
    margin-right: 0;
}

.advice__item:hover {
    -webkit-box-shadow: 0px 80px 100px rgba(0, 0, 0, 0.1), 0px 20px 40px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 80px 100px rgba(0, 0, 0, 0.1), 0px 20px 40px rgba(0, 0, 0, 0.14);
}

.advice__img {
    margin-bottom: 20px;
}

.advice__information {
    padding: 0 12px;
}

.advice__date-see {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 12px;
}

.advice__date, .advice__see {
    font-size: 12px;
    line-height: 16px;
    color: #535F6E;
}

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

.advice__see::before {
    position: relative;
    display: inline-block;
    content: "";
    background-position: 13.973799126637555% 100%;
    width: 16px;
    height: 16px;
    top: 1px;
    margin-right: 7px;
}

.advice__heading {
    font-family: "GothamProMedium", sans-serif;
    font-size: 17px;
    line-height: 22px;
    color: #121726;
    margin-bottom: 12px;
}

.advice__heading a {
    color: #121726;
}

.advice__description {
    font-size: 13px;
    line-height: 20px;
    color: #535F6E;
    margin-bottom: 12px;
}

.advice__read-more {
    font-family: "GothamProMedium", sans-serif;
    line-height: 24px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #535F6E;
}

.advice__read-more:hover {
    color: #121726;
}

.advice__all-items {
    width: 324px;
    height: 44px;
    font-family: "GothamProBold", sans-serif;
    font-size: 11px;
    line-height: 44px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #121726;
    border: 1px solid #121726;
    text-decoration: none;
    margin: 60px 0 0 55px;
    display: inline-block;
}

.advice__all-items:hover {
    color: #121726;
}

@media screen and (max-width: 1199px) {
    .advice__items {
        padding: 0 40px;
    }
    .advice__item {
        margin: 10px;
        width: calc(33% - 20px);
    }
    .advice__all-items {
        width: 28.6%;
        margin-left: 40px;
    }
}

@media screen and (max-width: 991px) {
    .advice {
        padding-top: 20px;
    }
    .advice__items {
        padding: 0;
        margin-top: 55px;
    }
    .advice__all-items {
        width: 30.7%;
        margin-left: 0;
    }
    .advice__item {
        margin: 5px;
        width: calc(32% - 10px);
    }
}

@media screen and (max-width: 767px) {
    .advice {
        padding-top: 0;
    }
    .advice__items {
        margin-top: 45px;
    }
    .advice__item {
        margin: 5px;
        width: calc(48% - 10px);
    }
}

@media screen and (max-width: 575px) {
    .advice__items {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .advice__item {
        width: 100%;
        margin: 0 0 40px;
    }
    .advice__item:last-of-type {
        margin-bottom: 0;
    }
    .advice__all-items {
        width: 100%;
        margin-top: 40px;
    }
}

.bottom-inf {
    display: inline-block;
    width: 100%;
    padding: 0;
}

.bottom-inf__block {
    max-width: 1090px;
    width: 100%;
    margin: 0 auto;
}

.bottom-inf__tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #DBDEE2;
    padding-bottom: 25px;
    margin-bottom: 40px;
}

.bottom-inf__tab {
    font-family: "GothamProMedium", sans-serif;
    font-size: 12px;
    line-height: 11px;
    text-transform: uppercase;
    color: #C8CBD1;
    margin: 0 40px;
}

.bottom-inf__tab.active {
    color: #121726;
}

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

.bottom-inf__tab.tag::before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background: url("/img/svg/icon-teg.svg") no-repeat center;
    left: -24px;
}

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

.bottom-inf.delivery::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 20px;
    background: url("/img/svg/icon-map.svg") no-repeat center;
    left: -20px;
}

.bottom-inf .tab-inf {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.bottom-inf .tab-inf__items {
    width: 22%;
}

.bottom-inf .tab-inf ul {
    list-style: none;
    padding: 0;
}

.bottom-inf .tab-inf li {
    margin-bottom: 12px;
}

.bottom-inf .tab-inf li:last-of-type {
    margin-bottom: 0;
}

.bottom-inf .tab-inf a {
    font-size: 13px;
    line-height: 18px;
    color: #535F6E;
}

.bottom-inf .tab-inf__item {
    margin-bottom: 50px;
}

.bottom-inf .tab-inf__item:last-of-type {
    margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
    .bottom-inf__block {
        max-width: 912px;
    }
    .bottom-inf .tab-inf {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 60px;
    }
    .bottom-inf .tab-inf__items {
        width: 33.3%;
    }
    .bottom-inf .tab-inf__items.last-column {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin-top: 52px;
    }
    .bottom-inf .tab-inf__item {
        width: 33.3%;
    }
}

@media screen and (max-width: 991px) {
    .bottom-inf__tab {
        margin: 0 30px;
    }
    .bottom-inf .tab-inf {
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .bottom-inf .tab-inf {
        padding: 0 40px;
    }
    .bottom-inf .tab-inf__items {
        width: 48%;
        margin-bottom: 40px;
    }
    .bottom-inf .tab-inf__items.last-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 48%;
        margin-top: 0;
    }
    .bottom-inf .tab-inf__item {
        width: 100%;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 575px) {
    .bottom-inf__tabs {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .bottom-inf__tab {
        width: 100%;
        margin-bottom: 20px;
    }
    .bottom-inf__tab:last-of-type {
        margin-bottom: 0;
    }
    .bottom-inf .tab-inf {
        padding: 0;
    }
    .bottom-inf .tab-inf__items {
        width: 100%;
    }
    .bottom-inf .tab-inf__item {
        margin-bottom: 25px;
    }
}

/* product */

.product__slider .slick-prev::before, .product__slider .slick-prev:hover::before, .product__slider .slick-prev.slick-disabled::before, .product__slider .slick-next::before, .product__slider .slick-next:hover::before, .product__slider .slick-next.slick-disabled::before, .product .colors__item.show-hide::before, .product .colors__item.show-hide:hover::before, .product .colors__item.show-hide.active::before, .product .colors__item.show-hide.active:hover::before, .product__order-btn::after, .product__compare::after, .product__favorites::after, .product__share-fb::before, .product__share-pinterest::before, .product__share-twitter::before, .product__share-email::before, .product__inf-head::after, .product__inf-head.open::after, .product .feedback__appraisal-item::before,  .feedback__rate-item::before {
    background: url("/img/sprite.svg") no-repeat;
}

.product__slider .slick-prev::before, .product__slider .slick-prev:hover::before, .product__slider .slick-prev.slick-disabled::before, .product__slider .slick-next::before, .product__slider .slick-next:hover::before, .product__slider .slick-next.slick-disabled::before, .product .colors__item.show-hide::before, .product .colors__item.show-hide:hover::before, .product .colors__item.show-hide.active::before, .product .colors__item.show-hide.active:hover::before, .product__order-btn::after,  .product__compare::after, .product__favorites::after, .product__share-fb::before, .product__share-pinterest::before, .product__share-twitter::before, .product__share-email::before, .product__inf-head::after, .product__inf-head.open::after, .product .feedback__appraisal-item::before,  .feedback__rate-item::before {
    background: url("/img/sprite.svg") no-repeat;
}

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

.product__block .pswp__button--arrow--left::before {
    content: "";
    background: url("/img/svg/arrow_slider_hover_L.svg") no-repeat 45% center;
    background-color: #fff;
    width: 40px;
    height: 40px;
    -webkit-background-size: 20% 20%;
    background-size: 20%;
}

.product__block .pswp__button--arrow--right::before {
    content: "";
    background: url("/img/svg/arrow_slider_hover_R.svg") no-repeat 55% center;
    background-color: #fff;
    width: 40px;
    height: 40px;
    -webkit-background-size: 20% 20%;
    background-size: 20%;
}

.product__slider-block {
    position: relative;
    width: 49%;
}

.product__slider {
    padding-bottom: 1px;
}

.product__slider .slick-prev {
    position: absolute;
    height: 16px;
    font-size: 0;
    background-color: transparent;
    border: none;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    margin: auto;
    z-index: 1;
}

.product__slider .slick-prev::before {
    display: inline-block;
    content: "";
    background-position: 100% 25.76419213973799%;
    width: 9px;
    height: 16px;
}

.product__slider .slick-prev:hover::before {
    background-position: 58.05084745762712% 92.5764192139738%;
    width: 9px;
    height: 16px;
}

.product__slider .slick-prev.slick-disabled::before {
    background-position: 50.42372881355932% 92.5764192139738%;
    width: 9px;
    height: 16px;
}

.product__slider .slick-next {
    position: absolute;
    font-size: 0;
    background-color: transparent;
    border: none;
    height: 16px;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
    z-index: 1;
}

.product__slider .slick-next::before {
    display: inline-block;
    content: "";
    background-position: 46.610169491525426% 92.5764192139738%;
    width: 9px;
    height: 16px;
}

.product__slider .slick-next:hover::before {
    background-position: 61.86440677966102% 92.5764192139738%;
    width: 9px;
    height: 16px;
}

.product__slider .slick-next.slick-disabled::before {
    background-position: 54.23728813559322% 92.5764192139738%;
    width: 9px;
    height: 16px;
}

.product__slide {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.product__slide-img {
    width: 89.4%;
}

.product__slide-img img {
    width: 100%;
}

.product .sticky {
    position: fixed;
    z-index: 101;
}

.product .stop {
    position: relative;
    z-index: 101;
}

.product__information {
    width: 49%;
}

.product .h1 {
    width: 100%;
    border-bottom: 1px solid #121726;
    padding-bottom: 10px;
    margin: 0 0 40px 0;
}

.product__price-main {
    font-family: "GothamProBold", sans-serif;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.5px;
    color: #121726;
    margin-bottom: 30px;
}

.product__delivery-time {
    color: #535F6E;
    margin-bottom: 10px;
}

.product__delivery-time span {
    font-family: "GothamProMedium", sans-serif;
    color: #121726;
    margin-left: 11px;
}

.product__sku {
    color: #535F6E;
    margin-bottom: 21px;
}

.product__sku span {
    font-family: "GothamProMedium", sans-serif;
    color: #121726;
    margin-left: 11px;
}

.product .colors {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 35px;
}

.product .colors__left, .product .colors__right {
    width: 48%;
}

.product .colors__material {
    color: #535F6E;
    border-bottom: 1px solid #DBDEE2;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.product .colors__material span {
    font-family: "GothamProMedium", sans-serif;
    color: #121726;
    margin-left: 11px;
}

.product .colors__items-block {
    position: relative;
    margin-bottom: 45px;
}

.product .colors__items {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 36px;
    background-color: #f9f9f9;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 11;
}

.product .colors__item {
    margin-right: 3px;
    margin-bottom: 3px;
}

.product .colors__item:last-of-type {
    margin-left: 0;
    margin-bottom: 0;
}

.product .colors__item.show-hide {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 36px;
    height: 36px;
    background-color: #f9f9f9;
    border: 1px solid #C8CBD1;
    right: 2px;
    bottom: 0;
    cursor: pointer;
}

.product .colors__item.show-hide::before {
    position: absolute;
    content: "";
    background-position: 74.67811158798283% 57.32217573221757%;
    width: 12px;
    height: 6px;
}

.product .colors__item.show-hide:hover::before {
    background-position: 79.8283261802575% 57.32217573221757%;
    width: 12px;
    height: 6px;
}

.product .colors__item.show-hide.active::before {
    position: absolute;
    content: "";
    background-position: 42.06008583690987% 61.92468619246862%;
    width: 12px;
    height: 6px;
}

.product .colors__item.show-hide.active:hover::before {
    background-position: 90.12875536480686% 57.32217573221757%;
    width: 12px;
    height: 6px;
}

.product .colors__item-img {
    border: 1px solid transparent;
    padding: 4px;
}

.product .colors__item-img:hover {
    border-color: #121726;
    cursor: pointer;
}

.product .colors__item-img.selected-color {
    border-color: #121726;
}

.product__buy-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.product__buy-buttons div {
    width: 48%;
    height: 60px;
    cursor: pointer;
}
#button-credit
{
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url("/catalog/view/javascript/jquery/pp_calculator/img/mm_logo_25.png?v=5");
}
.product__order-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "GothamProMedium", sans-serif;
    text-transform: uppercase;
    color: #fff;
    background-color: #121726;
    background-color: #121726;
}

.product__order-btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #535F6E;
}

.product__order-btn:active {
    background-color: #808994;
}

.product__order-btn::after {
    display: inline-block;
    content: "";
    background-position: 99.55555555555556% 18.061674008810574%;
    width: 20px;
    height: 18px;
    margin-left: 18px;
}

.product__installment-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "GothamProMedium", sans-serif;
    text-transform: uppercase;
    color: #121726;
    background-color: transparent;
    border: 1px solid #121726;
    margin-bottom: 20px;
}
/*
.product__installment-btn::after {
    display: inline-block;
    content: "";
    background-position: 90.45454545454545% 70.9090909090909%;
    width: 25px;
    height: 25px;
    margin-left: 18px;
}*/
.product__installment-btn.look::after,
.product__installment-btn.try-on::after
{
    display: none;
}
.product__add-to-share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px;
}

.product__add-to {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 48%;
}

.product__add-to div span {
    display: inline-block;
    font-family: "GothamProMedium", sans-serif;
    color: #121726;
    border-bottom: 1px solid #121726;
    padding-bottom: 5px;
}

.product__compare::after {
    position: relative;
    display: inline-block;
    content: "";
    background-position: 78.73303167420815% 52.63157894736842%;
    width: 24px;
    height: 17px;
    top: 3px;
    margin-left: 12px;
}

.product__favorites::after {
    position: relative;
    display: inline-block;
    content: "";
    background-position: 99.55555555555556% 34.64912280701754%;
    width: 20px;
    height: 17px;
    top: 3px;
    margin-left: 12px;
}

.product__share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 48%;
}

.product__share span {
    color: #808994;
}

.product__share-fb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
}

.product__share-fb::before {
    position: absolute;
    content: "";
    background-position: 93.64406779661017% 92.5764192139738%;
    width: 9px;
    height: 16px;
}

.product__share-pinterest {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
}

.product__share-pinterest::before {
    position: absolute;
    content: "";
    background-position: 99.13793103448276% 92.5764192139738%;
    width: 13px;
    height: 16px;
}

.product__share-twitter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
}

.product__share-twitter::before {
    position: absolute;
    content: "";
    background-position: 99.11504424778761% 57.82608695652174%;
    width: 19px;
    height: 15px;
}

.product__share-email {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
}

.product__share-email::before {
    position: absolute;
    content: "";
    background-position: 98.6784140969163% 64.62882096069869%;
    width: 18px;
    height: 16px;
}

.product__inf-item {
    border-top: 1px solid #DBDEE2;
}

.product__inf-head {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.product__inf-head::after {
    position: absolute;
    content: "";
    background-position: 74.67811158798283% 57.32217573221757%;
    width: 12px;
    height: 6px;
    top: 50%;
    right: 0;
    margin-top: -3px;
}

.product__inf-head.open::after {
    background-position: 90.12875536480686% 57.32217573221757%;
    width: 12px;
    height: 6px;
}

h4, .h4 {
    font-family: gothampromedium,sans-serif;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #121726;
}

.product__inf-content {
    padding-bottom: 30px;
}

.product__desc {
    color: #535F6E;
    margin-bottom: 15px;
}

.product__desc:last-of-type {
    margin-bottom: 0;
}

.product__characteristic-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    border-bottom: 1px solid #DBDEE2;
}

.product__characteristic-item:last-of-type {
    border-bottom: none;
}

.product__characteristic-item .product__character {
    color: #808994;
    width: 170px;
}

.product__characteristic-item span {
    color: #121726;
}

.product .delivery-guarantee__head {
    font-family: "GothamProMedium", sans-serif;
    color: #121726;
    margin-bottom: 20px;
}

.product .delivery-guarantee__head.underline {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid #121726;
    margin-bottom: 30px;
}

.product .delivery-guarantee__head.underline:last-of-type {
    margin-bottom: 0;
}

.product .delivery-guarantee__head a {
    color: #121726;
    text-decoration: none;
}

.product .delivery-guarantee__items {
    list-style: none;
    padding: 0;
    margin-bottom: 35px;
}

.product .delivery-guarantee__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #535F6E;
    margin-bottom: 11px;
}

.product .delivery-guarantee__item:last-of-type {
    margin-bottom: 0;
}

.product .delivery-guarantee__item::before {
    display: inline-block;
    content: "";
    width: 4px;
    height: 4px;
    background-color: #535F6E;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 10px;
}

.product .delivery-guarantee__item b {
    font-weight: 600;
}

.product .feedback__write {
    font-family: "GothamProMedium", sans-serif;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #121726;
    margin-bottom: 24px;
}

.product .feedback__your-appraisal {
    display: inline-block;
    font-family: "GothamProMedium", sans-serif;
    color: #121726;
    margin-bottom: 6px;
}

.product .feedback__appraisal-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 28px;
}

.product .feedback__appraisal-item {
    margin-right: 6px;
}

.product .feedback__appraisal-item::before {
    display: inline-block;
    content: "";
    background-position: 33.333333333333336% 92.5764192139738%;
    width: 17px;
    height: 16px;
}

.product__text-field {
    max-width: 575px;
    margin-bottom: 26px;
}

.product__delivery-comment {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: 44px;
    font-family: "GothamProMedium", sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #121726;
    border: 1px solid #121726;
    background-color: #f9f9f9;
    padding: 0;
}

@media screen and (max-width: 991px) {
    .product .colors {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .product .colors__left, .product .colors__right {
        width: 100%;
    }
    .product .colors__left {
        margin-bottom: 25px;
    }
    .product__add-to-share {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .product__add-to {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        width: 100%;
    }
    .product__share {
        width: 100%;
        border-top: 1px solid #DBDEE2;
        padding-top: 31px;
        margin-top: 35px;
    }
}

@media screen and (max-width: 767px) {
    .product__buy-buttons {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .product__order-btn {
        width: 100% !important;
        margin-bottom: 20px;
    }
    .product__installment-btn {
        width: 100% !important;
    }
}

@media screen and (max-width: 575px) {
    .product__block {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .product__slider-block {
        width: 100%;
    }
    .product__information {
        width: 100%;
    }
}

 .product-sale__sell-out {
    font-size: 20px;
    line-height: 19px;
    color: #FF3B30;
    margin-bottom: 9px;
}

 .product-sale__inf {
    font-family: "GothamProMedium", sans-serif;
    margin-bottom: 15px;
}

 .product-sale__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 13px;
}

 .product-sale__item {
    text-align: center;
    margin-right: 8px;
}

 .product-sale__item:last-of-type {
    margin-right: 0;
}

 .product-sale__time {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 35px;
    letter-spacing: 0.5px;
    border: 0.5px solid #121726;
    margin-bottom: 2px;
}

 .product-sale__time-name {
    font-size: 12px;
    line-height: 16px;
}

 .product-sale__price-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 40px;
}

 .product-sale__old-disc {
    margin-right: 16px;
}

 .product-sale__disc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-family: "GothamProMedium", sans-serif;
    font-size: 24px;
    line-height: 23px;
    color: #FF3B30;
    margin-bottom: 8px;
}

 .product-sale__old {
    font-family: "GothamProMedium", sans-serif;
    font-size: 24px;
    line-height: 23px;
    text-decoration: line-through;
    color: #808994;
}

 .h1 {
    margin-bottom: 20px;
}

 .product__price-main {
    line-height: 28px;
    margin-bottom: 0;
}

 .product__buy-buttons {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

 .product__order-btn {
    width: 100%;
    margin-bottom: 20px;
}

 .product__installment-btn {
    font-family: "GothamProMedium", sans-serif;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #535F6E;
}


 .product__installment-btn.try-on::before {
    display: inline-block;
    content: "";
    background: url("/img/svg/Try-on.svg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 21px;
    height: 26px;
    margin-right: 18px;
}

 .product__installment-btn.try-on:hover {
    border: 3px solid #121726;
}

 .product__installment-btn.look::before {
    display: inline-block;
    content: "";
    background: url("/img/svg/Showroom.svg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 27px;
    height: 23px;
    margin-right: 18px;
}

 .product__installment-btn.look:hover {
    border: 3px solid #121726;
}

 .product-size {
    display: inline-block;
    margin-top: 31px;
}

 .product-size__title {
    color: #535F6E;
    margin-bottom: 5px;
}

 .product-size__select {
    width: 100%;
}

 .product-size__select .jq-selectbox__dropdown {
    margin-top: 0;
}

 .feedback__item {
    border-bottom: 1px solid #DBDEE2;
    padding-bottom: 35px;
    margin-bottom: 36px;
}

 .feedback__name {
    font-family: "GothamProMedium", sans-serif;
    margin-bottom: 6px;
     float: left;
}
.feedback__date
{
    float: right;
}
 .feedback__rate {
     clear: both;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

 .feedback__rate-item {
    margin-right: 6px;
}

 .feedback__rate-item::before {
    display: inline-block;
    content: "";
    background-position: 40.78947368421053% 92.5764192139738%;
    width: 17px;
    height: 16px;
}

 .feedback__text {
    color: #535F6E;
}

@media screen and (max-width: 767px) {
     .product__installment-btn.try-on {
        margin-bottom: 20px;
    }
    .header.header-fixed .header-bottom .header-menu__feature,
    .header.header-fixed .header-bottom .header-menu__feature ul,
    .header .header-bottom .header-menu__cat-block.header-menu__cat-none .header-menu__submenu

    {
        display: block;
        margin: 0;
        padding: 0;
    }
}