/** Tabs */
.b-tabs {
    width: 100%;
}
.b-tabs .tabs__items {
    position: relative;
    display: inline-flex;
    list-style: none;
    margin: 0;
    margin-top: 60px;
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
}

.b-tabs .tabs__item {
    position: relative;
    top: 1px;
    color: #526067;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    letter-spacing: 1px;
    border-right: none;
    padding: 10px 15px;
    cursor: pointer;
    text-transform: uppercase;
}
.b-tabs .tabs__item:first-child {
    padding-left: 0;
}
.b-tabs .tab-contents {
    padding: 32px 0;
}
.b-tabs .tabs__item.active {
    color: #35c0be;
    border-bottom: 1px solid #35c0be;
    background-color: #fff;
    cursor: default;
}
.b-tabs .tabs__item:hover {
    color: #35c0be;
}
.b-tabs .tabs__content {
    display: none;
    padding-right: 40px;
}
.b-tabs .tabs__content.active {
    display: block;
}
/*-------Ссылки сортировки в личном кабинете-------------*/
.b-sort-links .sort-links__list {
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
}

.b-sort-links .sort-links__item {
    position: relative;
    top: 1px;
    color: #526067;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    letter-spacing: 1px;
    border-right: none;
    padding: 10px 15px;
    cursor: pointer;
    text-transform: uppercase;
}
.b-sort-links .sort-links__item:first-child {
    padding-left: 0;
}
.b-sort-links .sort-links__item.active {
    color: #35c0be;
    border-bottom: 1px solid #35c0be;
    background-color: #fff;
    cursor: default;
}
.b-sort-links .sort-links__item:hover {
    color: #35c0be;
}

@media screen and (max-width: 1200px) {
	.container {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 767px) {
    .b-sort-links .sort-links__list {
        justify-content: center;
    }
}
/*--------------------*/
.b-detail-product {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    border-bottom: 1px solid #dcdcdc;
}
.b-detail-product .detail-product__left {
    margin-left: 0;
    margin-right: 0;
    width: 57%;
}
.b-detail-product .detail-product__left-gallery {
    max-width: 90%;
}
.b-detail-product .detail-product__right {
    flex-basis: 41.6%;
}
.b-detail-product .fotorama {
    max-width: 600px;
    border: 1px solid #eeeeee;
}
/*--------------------*/
.b-vendor-code {
    margin: 15px 0;
}
/*--------------------*/
.b-faq {
    padding: 28px 0;
    border-top: 1px solid #003e5b;
}
.b-faq .faq__heading {
    font-size: 16px;
    text-transform: uppercase;
    color: #003e5b;
    margin-bottom: 15px;
    font-weight: bold;
}
.b-faq .faq__questions {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.b-faq .faq__link {
    display: inline-block;
    padding: 8px 16px;
    font-size: 12px;
    color: #003e5b;
    background-color: #e9edef;
    margin-right: 8px;
    margin-bottom: 8px;
    font-weight: bold;
}
.b-faq .faq__answer-wrapper {
    display: none;
}
/*--------------------*/
.b-addition-info {
    margin-top: 25px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}
.b-addition-info img {
    margin-right: 15px;
}
.b-addition-info .addition-info__delivery-term {
    margin-right: 37px;
    display: flex;
    align-items: center;
}
/*--------------------*/

.c-product__title h1 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    color: #003E5B;
    border-bottom: 1px solid #003e5b;
    padding-bottom: 27px;
    margin-bottom: 36px;
}

.c-product__desc {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.250em;
    color: #526067;
}

.c-product__desc p {
    font-size: 16px;
    line-height: 1.250em;
    color: #526067;
}

.c-product .c-product__price-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.c-product__price {
    font-size: 30px;
    line-height: 1.200em;
    color: #003E5B;
    font-weight: 600;
    margin-right: 16.7%;
}
.c-product .c-product__price-drop > img {
    margin-right: 15px;
}
.c-product .c-product__price-drop > a {
    color: #525067
}
.c-product__cart {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    /* margin-bottom: 20px;
    padding-bottom: 20px; */
}
.c-product__cart .c-product__cart-add-favorites {
    width: 24px;
    height: 22px;
    background: url('../img/heart.png') no-repeat;
    background-position: 0 0;
    cursor: pointer;
}
.c-product__cart .c-product__cart-add-favorites--active {
    background-position: 0 100%;
}
.c-product__cart .btn {
    max-width: 215px;
    margin-bottom: 10px;
}
.c-product__cart .btn-cart {
    font-size: 14px;
    font-weight: bold;
}
.c-product__cart .btn-cart--oneclick,
.c-product__cart .btn-cart--oneclick:focus,
.b-needs-to-buy .btn-cart--needs-to-buy:focus {
    background-color: transparent;
    color: #003E5B;
    border: 1px solid rgb(0, 62, 91);      
}
.c-product__cart .btn-cart--oneclick:hover {
    background: #0B5982;
    color: #fff;
}
@media (max-width: 992px) {
    .c-product__price {
        margin-right: 0;
    }
}
.b-needs-to-buy .btn-cart--needs-to-buy {
    max-width: 215px;
    background-color: transparent;
    color: #003E5B;
    border: 1px solid rgb(0, 62, 91);
}
.b-needs-to-buy .btn-cart--needs-to-buy:hover {
    color: #fff;
}
/* .c-product__cart:before {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 1px;
    background-color: #EEEEEE;
} */

.c-qnt {
    width: 104px;
    height: 50px;
    display: inline-block;
    user-select: none;
}

.c-qnt--chck {
    width: 40px;
    margin-right: 20px;
    min-width: auto!important;
}

.c-qnt--mr20 {
    margin-right: 20px;
}

.c-qnt--mr40 {
    margin-right: 0;
}

.c-qnt__btn {
    width: 20px;
    height: 20px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.c-qnt__btn:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 1px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #003E5B;
}

.c-qnt__btn--plus:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 12px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #003E5B;
}

.c-qnt__num {
    width: 50px;
    font-size: 12px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    color: #526067;
}

.btn {
    max-width: 190px;
    width: 100%;
    height: 50px;
    display: inline-block;
    background-color: #003E5B;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    line-height: 50px;
    color: #FFF;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: background-color .2s;
}

.popup__btn {
    font-size: 16px;
    line-height: 1.250em;
    padding: 10px;
    border: none;
    background: transparent;
    cursor: pointer;
    text-align: left;
    font-family: 'Montserrat';
}

.popup__btn.is-active {
    background-color: #003E5B;
    color: #FFF;
}

.btn:hover, .btn:focus {
    background: #0B5982;
}

.btn--full {
    max-width: 100%;
}

.c-product__specs {
    font-size: 16px;
    line-height: 1.250em;
    color: #003E5B;
}

.c-product__spec-title {
    margin-bottom: 24px;
}

.c-product__spec-text {
    color: #526067;
}

.c-cart-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 20px 20px 0;
    border: 1px solid #EEEEEE;
}

.c-cart-item--checkout {
    border: none;
}

.c-cart-item--checkout:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 140px;
    width: 82.5%;
    height: 1px;
    background-color: #EEEEEE;
}

.c-cart-item--checkout:last-child:before {
    content: none;
}

.c-cart-item__del {
    position: absolute;
    top: 9px;
    right: 9px;
    width: 22px;
    height: 22px;
    background: url("../img/btn_del.svg") no-repeat center;
    cursor: pointer;
}

.c-cart-item__left {
    display: flex;
    align-items: center;
    width: 100%;
    margin-right: 24px;
}

.c-cart-item__img {
    width: 80px;
    height: 50px;
    margin-right: 10px;
    overflow: hidden;
}

.c-cart-item__img>img {
    width: 100%;
    height: auto;
    margin-left: 10px;
}

.c-cart-item__info {
    width: 75.85%;
    font-size: 12px;
    line-height: 1.250em;
    margin-bottom: 10px;
}

.c-cart-item__title {
    margin-bottom: 10px;
    color: #003E5B;
}

.c-cart-item__price {
    font-size: 12px;
    line-height: 1.250em;
    color: #526067;
    white-space: nowrap;
}

.c-cart-item__right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 90px;
}

.c-cart-item__right--nomw {
    width: auto!important;
}

.c-pagin {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}

.c-pagin__arrow {
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.c-pagin__arrow--left {
    background-image: url("../img/pagin__arrow.svg");
    margin-right: 15px;
}

.c-pagin__arrow--right {
    background-image: url("../img/pagin__arrow.svg");
    margin-left: 15px;
    transform: rotate(180deg);
}

.c-pagin__num {
    display: inline-block;
    text-align: center;
    width: 34px;
    color: #003E5B;
    user-select: none;
}

.c-pagin__num.is-active {
    color: #ffc13c;
}

.c-pagin__link {
    font-size: 16px;
    font-weight: 600;
    color: inherit;
    line-height: 50px;
}

.c-total {
    font-size: 16px;
    line-height: 1.250em;
    color: #526067;
    border: 1px solid #EEEEEE;
}

.ctotal--shdw {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.c-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 60px;
    color: #003E5B;
    padding: 0 20px;
    border-bottom: 1px solid #EEEEEE;
}

.c-title--mb20 {
    margin-bottom: 20px;
}

.c-title.coupon {
    /*margin-bottom: 0;*/
}

.c-total__body {
    padding: 20px;
}

.c-total__list {
    margin-bottom: 20px;
}

.c-total__item {
    display: flex;
    justify-content: space-between;
    line-height: 40px;
}

.c-total__list-sum--bold {
    font-weight: 700;
    color: #003E5B;
}

.c-coupon {
    margin-top: 20px;
    border: 1px solid #EEEEEE;
}

.c-coupon__code {
    display: flex;
    padding: 20px;
}

.c-coupon .c-coupon__input {
    width: 100%;
    padding: 15px 15px 15px 20px;
    font-size: 16px;
    font-family: Montserrat;
    border: 1px solid #EEEEEE;
    color: #526067;
    display: inline-block;
}

.c-coupon__submit {
    width: 50px;
    height: 50px;
    border: none;
    background: #003E5B url("../img/arrow__white.svg") no-repeat center;
    cursor: pointer;
    transition: all .2s;
}

.c-coupon__submit:hover, .c-coupon__submit:focus {
    background-color: #0B5982;
}

.c-form {
    position: relative;
    border: 1px solid #EEEEEE;
}

.c-form--no-b {
    border: none;
}

.c-form--shdw {
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
}

.c-form:not(:last-child) {
    margin-bottom: 20px;
}

.c-form__edit {
    position: absolute;
    right: 22px;
    top: 20px;
    font-size: 14px;
    cursor: pointer;
}

.c-form__body {
    margin: 0!important;
    padding: 20px;
    overflow: hidden;
    transition: all .2s;
}

.c-form__body--tac {
    text-align: left;
}

.c-form__body--nopd {
    padding: 0;
}

.c-form__body--pt0 {
    padding-top: 0;
}

.c-form.is-hidden>.c-form__body {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    transition: all .4s;
}

.c-form.is-hidden>.c-title {
    border-bottom: none;
    margin-bottom: 0;
}

.c-form__values {
    position: relative;
    margin-bottom: 30px;
}

.c-form__values--search {
    margin-bottom: 10px;
}

.c-form__values--search:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    right: 20px;
    top: 16px;
    background: url("../img/search.svg") no-repeat;
    background-size: contain;
}

.c-form__values.delivery {
    margin-bottom: 40px;
}

.c-form__row {
    position: relative;
    padding: 15px 20px 15px 44px;
}

.c-form__row--mh {
    min-height: 90px;
}

.c-form__grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px 0 0;
}

.popup-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px -10px 0;
}

.popup__column {
    width: 100%;
}

.popup__column-item {
    padding: 8px 10px;
    cursor: pointer;
    color: white;
}

.c-form__grid-item {
    width: 100%;
    padding: 0 20px 0 0;
}

.c-form__input {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -0;
    bottom: 0;
    margin: auto!important;
    opacity: 0;
    cursor: pointer;
}

.c-form__label {
    padding: 0;
}

.c-form__service:focus {
    /*text-decoration: underline;*/
}

.c-form__payers:focus {
    /*text-decoration: underline;*/
}

.c-form__label:before {
    content: '';
    position: absolute;
    top: 0;
    left: -0;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    border: 1px solid #EEEEEE;
    border-radius: 100%;
    cursor: pointer;
}

.c-form__label-privacy:before {
    content: '';
    position: absolute;
    top: 0;
    left: 22px;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    border: 1px solid #EEEEEE;
    cursor: pointer;
}

.c-form__label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 8px;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #EEEEEE;
    cursor: pointer;
    transition: all .2s;
}

.c-form__label-privacy:after {
    content: '';
    position: absolute;
    top: 0;
    left: 26px;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: url("../img/check.svg");
    opacity: 0;
    transition: all .2s;
}

.c-form__input:checked+.c-form__label:after {
    background-color: #35C0BE;
}

.c-form__privacy-input:checked+.c-form__label-privacy:after {
    opacity: 1;
}

.c-form__input[type='radio']:focus+label::before {
    border: 1px solid #003e5b;
}

.c-form__payers {
    display: block;
    cursor: pointer;
    font-weight: 400!important;
    font-size: 16px!important;
    color: #526067!important;
}

.c-form__values .c-form__input-text {
    display: inline-block;
    max-width: 400px;
    width: 100%;
    font-size: 13px;
    line-height: 1.250em;
    border: 1px solid #EEEEEE;
    padding: 13px 17px;
    transition: all .2s;
}

.c-form__values .c-form__input-text.c-form__input-text__w100 {
    max-width: none;
}

.c-form__values .c-form__input-text:focus {
    border: 1px solid #003E5B!important;
}

.c-form__values .c-form__input-text--centered {
    margin: 0 auto;
}

.c-form__ajax-wrap {
    z-index: 1;
    position: absolute;
    width: 100%;
    max-width: 400px;
    max-height: 200px;
    overflow-y: auto;
    background-color: white;
    border: 1px solid #EEEEEE;
    border-top: 0;
    opacity: 1;
    transition: opacity .2s;
}

.c-form__ajax-item {
    display: block;
    box-sizing: border-box;
    padding-left: 20px;
    cursor: pointer;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.c-form__ajax-item:hover {
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}

.c-form__ajax-item:focus {
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}

.c-form__ajax-wrap.is-hidden {
    display: none;
}

.c-form__sub-title {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.214em;
    color: #003E5B;
}

.c-form__sub-title--mb20 {
    margin-bottom: 20px;
}

.c-form__service {
    margin-bottom: 5px;
    display: block;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    color: #003E5B;
}

.c-form__service-desc {
    display: block;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    color: #526067;
}

.c-form__price {
    position: absolute;
    height: 20px;
    right: 0;
    top: 0;
    margin: auto;
    font-size: 16px;
    line-height: 1.250em;
    color: #003E5B;
}

.c-form__textarea {
    padding: 15px 20px;
    resize: none;
    border: 1px solid #EEEEEE;
    width: 100%;
    min-height: 150px;
    max-width: none;
    font-size: 16px;
    line-height: 1.250em;
}

.c-form__btm {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

.c-form__privacy {
    position: relative;
    display: inline-block;
}

.c-form__privacy-input {
    position: absolute;
    top: 0;
    left: 22px;
    bottom: 0;
    margin: auto!important;
    opacity: 0;
}

.c-form__label-privacy>.c-form__privacy-text {
    font-size: 13px;
    line-height: 1.231em;
    cursor: pointer;
}

.c-form__label-privacy {
    padding-left: 64px;
}

.c-form__delivery-ready {
    position: relative;
}

.c-form__ready-item {
    font-size: 16px;
    line-height: 40px;
    color: #526067;
}

.c-form__ready-item--search {
    margin-bottom: 48px;
    height: 40px;
    padding: 10px 20px 13px;
    font-size: 14px;
    line-height: 1.214em;
}

.c-form__ready-item--blue {
    color: #003E5B;
}

.c-form__ready-item>span {
    color: #35C0BE;
}

.success-text {
    font-size: 16px;
}

.c-pay {
    padding: 20px;
    width: 360px;
    max-width: 100%;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
}

.c-pay__inner {
    display: flex;
}

.c-pay__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    width: 164px;
    height: 106px;
    border: 1px solid #EEEEEE;
}

.c-pay__icon-img {
    width: 32px;
}

.c-pay__icon-img img {
    width: 100%;
}

.c-pay__title {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.214em;
    color: #003E5B;
}

.c-pay__desc {
    font-size: 14px;
    line-height: 1.250em;
    color: #526067;
}

.item__link picture {
    width: 100%;
}

.item__text-wrap {
    position: absolute;
    align-items: center;
    display: flex;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.item__title {
    padding: 4px 8px;
    font-size: 15px;
    line-height: 1.222em;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
}

.item__sub-title {
    margin-bottom: 60px;
    padding: 6px 8px;
    font-size: 12px;
    color: #FFFFFF;
    display: inline-block;
    line-height: 1.250em;
    /* background-color: rgba(0, 0, 0, 0.5); */
    text-transform: uppercase;
}

.item__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    line-height: 56px;
    border: 2px solid white;
    color: #FFFFFF;
    text-transform: uppercase;
}

@media(min-width: 768px) {
    .item__title {
        font-size: 36px;
        padding: 10px 20px;
    }
    .item__sub-title {
        font-size: 16px;
        padding: 22px 20px;
    }
    .item__btn {
        width: 190px;
    }
}

.logo {
    margin: 0 32px;
}

.l-chck-top {
    margin-bottom: 5px;
}

.l-list {
    margin-bottom: 40px;
}

.l-list__item {
    margin-bottom: 20px;
}

.l-list__item:last-child {
    margin-bottom: 0;
}

.l-left {
    width: 100%;
    max-width: 800px;
    margin-right: 20px;
}

.l-right {
    width: 100%;
    margin-bottom: 20px;
}

/*helpers*/

.mb30.columns {}

.d-fl.columns {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    width: 100%!important;
}

.c-popup {
    font-family: 'Montserrat';
    font-size: 16px;
    line-height: 1.250em;
    color: #526067;
}

.bg-blue.columns {
    background-color: #0B5982;
}

.section .ten.columns.cart {
    width: 196px;
    display: inline-block!important;
}

.section.w100 {
    width: 100%;
    padding: 0 16px;
}

.header__cart {
    width: 22px;
    height: 22px;
}

.header-location {
    font-size: 16px;
}

.header-location__value {
    color: #35C0BE;
}

.header-location a {
    color: white;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 24px;
    width: auto;
    max-width: 964px;
    margin: 20px auto;
}

.popup__title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.208em;
    font-weight: bold;
    color: #003E5B;
}
.popup__title--small {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.208em;
    color: #003E5B;
}

.column-cart.columns {
    width: 100px!important;
    margin: 0!important;
    display: inline-block!important;
}

.js-list-item.is-active {
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}

.banner-parallax2>.alpha:nth-child(2)>a>img {
    margin-top: 24px;
}

.footer__icon {
    width: 25px;
    height: 25px;
    display: inline-block;
    color: #999999;
    fill: #999999;
    transition: color .2s;
}

.footer__icon:hover {
    color: #0B5982;
    fill: #0B5982;
}

.footer__contact-title {
    text-align: center;
    padding-left: 0;
}

.footer-middle-wrap {
    display: flex;
    justify-content: center;
    margin-left: auto;
}

.footer-middle-wrap__inner {
    display: flex;
    flex-direction: column;
}



/*----------Новая карточка товара--------------*/
.one-third.column .showcase {
    min-height: 480px;
    margin-bottom: 15px;
}
.b-card-item {
    transition: box-shadow 0.3s;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}
.b-card-item > div {
    flex-shrink: 0;
}
.b-card-item .card-item__favorite-link {
    position: absolute;
    top: 20px;
    left: 17px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 99;
}
.b-card-item .card-item__favorite-link:before {
    content: "";
    display: block;
    width: 12px;
    height: 11px;
    background: url('../img/icons/list_heart.png') 0 0 no-repeat;
}
.b-card-item .card-item__favorite-link:hover:before,
.b-card-item .card-item__favorite-link--active:before {
    background-position: 0 100%;
}
.b-card-item:hover {
    box-shadow: 0px 5px 15px 0px rgba(0, 1, 1, 0.2);
}
.b-card-item .card-item__img {
    height: 255px;
    position: relative;
}
.b-card-item .card-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: opacity 0.3s;
    opacity: 0;
}
.b-card-item .card-item__img img.visible {
    opacity: 1;
}
.b-card-item .card-item__info {
    padding: 16px 20px 20px;
}
.b-card-item .card-item__top {
    display: flex;
    margin-bottom: 17px;
}
.b-card-item .card-item__rating {
    display: flex;
    margin-right: 25px;
}
.b-card-item .card-item__icon {
    margin-right: 6px;
}
.b-card-item .card-item__icon.card-item__icon--active svg {
    fill: #ffc107;
}
.b-card-item .card-item__icon svg {
    width: 16px;
    height: 15px;
    fill: #fff;
    stroke: #ffc107;
}
.b-card-item .card-item__vendor-code {
    color: #aeaeae;
    font-size: 11px;
}
.b-card-item .card-item__name a {
    text-transform: uppercase;
    color: #003e5b;
    font-size: 12px;
    font-weight: 700;
    word-break: break-word;
}
.b-card-item .card-item__name {
    margin-bottom: 20px;
}
.b-card-item .card-item__price {
    color: #003e5b;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}
.b-card-item .card-item__btn-buy {
    max-width: 100%;
}
.b-card-item .card-item__btn-buy a {
    color: #fff;
    text-transform: uppercase;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 17px;
}
.b-card-item .card-item__dimentions {
    display: flex;
    align-items: flex-end;
    margin-bottom: 17px;
}
.b-card-item .card-item__dimentions > div {
    font-size: 12px;
    color: #003e5b;
    margin-right: 11px;
}
.b-card-item .card-item__dimentions p,
.b-card-item .card-item__dimentions > span {
    color: #bbbbbb;
    font-size: 8px;
    margin-bottom: 0;
}
.b-card-item .card-item__dimentions > span {
    padding-right: 11px;
}
.b-card-item .card-item__delivery-info > a {
    display: flex;
    align-items: center;
}
.b-card-item .card-item__delivery-info img {
    margin-right: 8px;
}
.b-card-item .card-item__delivery-info span {
    color: #bbbbbb;
    font-size: 11px;
}
.b-card-item .card-item__hidden {
    /* display: none; */
    max-height: 0;
    transition: max-height 0.3s;
    overflow: hidden;
}
.b-card-item:hover {
    z-index: 99;
}
.b-card-item:hover .card-item__hidden {
    max-height: 60px;
}
.b-card-item:hover .card-item__favorite-link {
    opacity: 1;
}


/*-----------------------*/
.b-accompanuing-wrapper {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}
.b-accompanuing-wrapper .mb30 {
    height: 235px;
    overflow: hidden;
    margin-bottom: 15px;
}
.b-accompanuing-wrapper .mb30 a {
    display: block;
    width: 100%;
    height: 100%;
}
.b-accompanuing-wrapper .mb30 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.b-accompanuing-wrapper .c-product {
    text-align: center;
}
.b-accompanuing-wrapper .btn a {
    display: block;
    width: 100%;
    height: 100%;
}

.accompanying-container .relatedProductsTitle {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 50px;
}
/*------------------------*/

/*---------------То что под хлебными крошками на детальной-----------------*/
.b-page-top {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
/*---------------Рейтинг-----------------*/
.b-product-rating {
    /* margin-bottom: 30px; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-basis: 57%;
}
.b-product-rating .product-rating__vendor-code {
    margin-right: 30px;
    color: #526067;
    font-size: 12px;
}
.b-product-rating .reviews__rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    margin-right: 30px;
}
.b-product-rating .reviews__rating:not(:checked) > input {
    display: none;
}
.b-product-rating .reviews__rating:not(:checked) > label {
    padding: 0;
    cursor: pointer;
    font-size: 21px;
    line-height: 20px;
    color: lightgrey;
    text-shadow: 1px 1px #bbb;
    margin-right: 5px;
}
.b-product-rating .reviews__rating label:nth-child(3) {
    margin-right: 7px;
}
.b-product-rating .reviews__rating:not(:checked) > label:before {
    content: '★';
}
.b-product-rating .reviews__rating > input:checked ~ label {
    color: gold;
}
.b-product-rating .reviews__rating:not(:checked) > label:hover,
.b-product-rating .reviews__rating:not(:checked) > label:hover ~ label {
    color: gold;
}
.b-product-rating .reviews__rating > input:checked + label:hover,
.b-product-rating .reviews__rating > input:checked + label:hover ~ label,
.b-product-rating .reviews__rating > input:checked ~ label:hover,
.b-product-rating .reviews__rating > input:checked ~ label:hover ~ label,
.b-product-rating .reviews__rating > label:hover ~ input:checked ~ label {
    color: gold;
    text-shadow: 1px 1px goldenrod;
}
.b-product-rating .reviews__rating > label:active {
    position: relative;
}
/*----------------------*/
.b-sale-icons {
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.b-sale-icons > div {
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;
}
.b-sale-icons .sale-icons__new {
    color: #5ec923;
}
.b-sale-icons .sale-icons__promotion {
    color: red;
}
.b-sale-icons .sale-icons__hit {
    color: #FCC020;
}
.b-sale-icons .sale-icons__last {
    color: #FCC020;
}
/*----------------------*/
.b-needs-to-buy .input-wrapper {
    display: flex;
    align-items: center;
    column-gap: 15px;
    margin-bottom: 15px;
}
.b-needs-to-buy .form-control {
    margin-bottom: 15px;
}
.b-needs-to-buy .needs-to-buy__phone label {
    margin-bottom: 10px;
}
/*----------------------*/
.back-link {
    display: inline-block;
    vertical-align: middle;
    /* color: #35c0be; */
    font-size: 13px;
    font-weight: 500;
    transition: .2s linear;
    -moz-transition: .2s linear;
    -webkit-transition: .2s linear;
    margin: 10px 0;
}
/*----------------------*/
.b-favorites-heading h2 {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    color: #003e5b;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 35px;
    margin-bottom: 30px;
}
.b-favorites-heading h3 {
    font-size: 30px;
    text-align: center;
}

@media(min-width: 768px) {
    .footer-middle-wrap {
        justify-content: flex-end;
    }
}

.footer-middle-wrap__inner {
    width: 200px;
    text-align: right;
}

.svg-icon {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

@media(min-width: 414px) {
    .logo {
        margin: 0;
    }
    .c-cart-item__info {
        font-size: 16px;
    }
    .c-cart-item__price {
        font-size: 16px;
    }
    .c-qnt {
        width: 112px;
    }
    .c-qnt__num {
        font-size: 16px;
    }
}

@media(min-width: 480px) {
    .section .ten.columns.cart {
        width: 316px;
    }
}

@media(min-width: 568px) {
    .c-cart-item {
        flex-direction: row;
    }
    .c-cart-item__right {
        display: flex;
        align-items: center;
        width: 100%;
        padding-left: 0;
    }
}

@media(min-width: 768px) {
    .white-popup {
        padding: 48px;
    }
    .mfp-close {
        right: 50px;
        top: 50px;
    }
    .popup__column {
        width: 33.333%;
    }
    .section .ten.columns.cart {
        width: 456px;
    }
    .section.w100 {
        width: 768px;
    }
    .c-qnt {
        width: auto;
        min-width: 174px;
    }
    .c-qnt__btn {
        width: 50px;
        height: 50px;
    }
    .c-qnt__btn:before {
        width: 16px;
    }
    .c-qnt__btn--plus:after {
        height: 16px;
    }
    .c-form__grid-item {
        width: 50%;
    }
    .c-cart-item__img {
        width: 100px;
        height: 80px;
        margin-left: 20px;
        margin-right: 20px;
    }
    .c-form__btm {
        flex-direction: row;
    }
    .banner-parallax2>.alpha:nth-child(2)>a>img {
        margin-top: 0;
    }
    .footer__contact-title {
        text-align: left;
        padding-left: 42px;
    }
}

.relatedProducts__item {
    margin-bottom: 64px;
}
.relatedProducts__item .btn {
    background-color: transparent;
    color: #003E5B;
    border: 1px solid rgb(0, 62, 91);

}

.relatedProducts__item>.showcase>.nine.columns {
    margin-left: 10px;
    margin-top: 0;
}

.contact.w-40 {
    width: 40%;
}

.contact.w-60 {
    width: 60%;
}

.contact__wrap {
    /* display: flex; */
}

.partners-checkout h2 {
	text-align: center;
	font-size: 34px;
	font-weight: bold;
	color: #003e5b;
	padding-bottom: 30px;
}

@media(max-width: 992px) {
    .contact__wrap {
        flex-direction: column;
    }
    .contact.w-40 {
        width: 100%;
        margin-bottom: 24px;
    }
    .contact.w-60 {
        width: 100%;
    }
    .contact__item:not(:last-child) {
        margin-bottom: 16px;
    }

    .b-detail-product {
        flex-direction: column;
    }
    .relatedProducts {
        max-width: 100%;
    }

    .b-page-top {
        padding: 0 20px;
    }
    /*------------------------------*/
    .b-detail-product .detail-product__left-gallery {
        max-width: 100%;
    }
    .b-detail-product .fotorama {
        max-width: 100%;
        margin-bottom: 30px;
    }
    /*------------------------------*/
    .b-page-top {
        justify-content: space-between;
    }
    /*------------------------------*/
}

.contact__grid {
    display: flex;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-top: -16px;
}

.contact__grid-c {
    width: 50%;
    padding-top: 16px;
    padding-right: 16px;
}

@media(max-width: 920px) {
    .contact__grid-c {
        width: 100%;
    }
}

.contact__title {
    margin-bottom: 36px;
    font-weight: bold;
    text-transform: uppercase;
}

.contact__city {
    margin-bottom: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.contact__address {}

.contact__text-row {
    padding: 0;
    margin: 0;
    font-size: 16px;
}

/*-----------------Форма регистрации--------------------*/
.b-reg-form {
    position: relative;
    background: url("../img/reg-form-bg.png") center center / cover no-repeat;
}
.b-reg-form.b-reg-form--auth {
    background: url("../img/auth-form-bg.png") center center / cover no-repeat;
}
.b-reg-form .reg-form__heading {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    color: #003e5b;
    padding-bottom: 30px;
    border-bottom: 1px solid #dcdcdc;
}
.b-reg-form .reg-form__form {
    padding: 35px 20px;
    max-width: 640px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.b-reg-form label {
    font-size: 12px;
    font-weight: 700;
    color: #003e5b;
    padding-bottom: 10px;
}
.b-reg-form .reg-form__item {
    padding: 20px 0 12px 0;
    position: relative;
}
.b-reg-form input[type="text"],
.b-reg-form input[type="password"],
.b-reg-form input[type="email"] {
    width: 100%;
    border: 1px solid #eeeeee;
    font-size: 12px;
    box-sizing: border-box;
    padding: 14px 18px;
    color: #757575;
}
.b-reg-form input::placeholder {
    color: #757575;
    font-size: 12px;
}
.b-reg-form input[type="submit"] {
    width: 100%;
    background-color: #003e5b;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    padding: 18px 0;
    border: 1px solid #003e5b;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-appearance: none;
}
.b-reg-form .policy-confirm {
    text-align: center;
}
.b-reg-form .reg-form__item--btn {
    padding-top: 65px;
    text-align: center;
}
.b-reg-form .reg-form__error-caption {
    padding-top: 7px;
    font-size: 10px;
    /* display: none; */
    color: #e22828;
    margin: 0;
    position: absolute;
}
.b-reg-form .reg-form__item-error input {
    background-color: #fde8e8;
    border: 1px solid #e22828;
    color: #e22828;
}
.b-reg-form  .reg-form__item-error label {
    color: #e22828;
}
.b-reg-form .reg-form__item-error .reg-form__error-caption {
    display: inline-block;
}
.b-reg-form .reg-form__auth-btn {
    max-width: 290px;
}
/*-------------------------------------*/

/*--------------Каталог для партнеров---------------*/
.b-partners-catalog {
    display: flex;
    justify-content: flex-start;
    column-gap: 18px;
    flex-wrap: wrap;
    width: 100%;
}
.b-partners-catalog .partners-catalog__items {
    width: calc(33.333% - 18px);
    display: flex;
    margin-bottom: 12px;
}
.b-partners-catalog .partners-catalog__row {
    display: flex;
    justify-content: space-between;
}
.b-partners-catalog .partners-catalog__row .product-item-big-card {
}
.b-partners-catalog .showcase-item__info {
    font-weight: 500;
}
.b-partners-catalog .showcase-item {
    margin-bottom: auto;
    padding: 0;
}
.b-partners-catalog .showcase-picture {
    height: 195px;
}
.b-partners-catalog .showcase-title {
    margin-bottom: 0;
    line-height: 1.42;
    padding: 20px;
}
.b-partners-catalog .product__item {
    border: 1px solid #eeeeee;
}
.b-partners-catalog .showcase-title > a {
    font-weight: 500;
    font-size: 16px;
}
.b-partners-catalog .showcase-view a {
    margin: 0;
    flex-grow: 1;
    border: 1px solid #eeeeee;
    border-bottom: 0;
    transition: background-color 0.3s, color 0.3s;
    background: #fff;
    max-width: 100%;
}
.b-partners-catalog .product-item-buttons {
    margin-bottom: 0;
    flex-grow: 1;
}
.b-partners-catalog .showcase-view a:hover {
    background-color: #003955;
    color: #fff;
}
.b-partners-catalog .showcase-view .btn-link--not-available {
    margin: 0;
    flex-grow: 1;
    border: 1px solid #eeeeee;
    border-bottom: 0;
    transition: background-color 0.3s, color 0.3s;
    background: #fff;
    max-width: 100%;
    color: #003e5b;
    font-weight: bold;
}
.b-partners-catalog .showcase-view .btn-link--not-available:hover {
    cursor: auto;
    background-color: #fff;
    color: #003e5b;
}
.b-partners-catalog .showcase-item {
    text-align: left;
}
.b-partners-catalog .showcase-item__pic {
    vertical-align: unset;
    margin-right: 10px;
}
.b-partners-catalog .showcase-item {
    padding: 0 20px;
}
.b-partners-catalog .showcase-item__info > div {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 13px;
}
.b-partners-catalog .showcase-item__count {
    margin-left: auto;
}
.b-partners-catalog .showcase-item__price {
    margin-left: auto;
    color: #526067;
    font-size: 12px;
    font-weight: bold;
}
.b-partners-catalog .showcase-view.showcase-view--about {
    margin-top: 20px;
    display: flex;
}
.b-partners-catalog .catalogbox__inputbox {
    float: right;
    margin-right: 0;
    display: flex;
    border-top: 1px solid #E9E8E8;
    margin: 0;
}
.b-partners-catalog .catalogbox__minus {
    width: 32px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    font-size: 30px;
}
.b-partners-catalog .catalogbox__inputbox input {
    margin: 0;
    padding: 0;
    width: 32px;
    height: 49px;
    box-sizing: border-box;
    border: 0 solid #c2c2c2;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-sizing: border-box;
    background: #fff;
    font-size: 18px;
}
.b-partners-catalog .catalogbox__plus {
    width: 32px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    font-size: 30px;
    transition: color 0.3s;
}
/*-------------------------------------*/
.b-partners-catalog--detail {
    /* margin-bottom: 20px; */
    width: auto;
}
.b-partners-catalog--detail input::-webkit-outer-spin-button, 
.b-partners-catalog--detail input::-webkit-inner-spin-button {
    appearance: none;
    -moz-appearance: none;
}
.b-partners-catalog--detail .product-item-amount-field-btn-plus, 
.b-partners-catalog--detail .product-item-amount-field-btn-minus {
    position: relative;
    position: relative;
    display: inline-block;
    min-width: 22px;
    border-radius: 2px;
    background-color: #f2f2f2;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    transition: background 300ms ease,opacity 300ms ease;
}
.b-partners-catalog--detail .catalogbox__plus::after,
.b-partners-catalog--detail .catalogbox__minus::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: "";
        opacity: .8;
        transition: opacity 300ms ease,background 300ms ease;
}
.b-partners-catalog--detail .catalogbox__plus::after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
    background-size: 10px;
}
.b-partners-catalog--detail .catalogbox__minus::after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
    background-size: 10px;
}

.b-partners-catalog--detail .c-product__price {
    font-size: 19px;
}
.b-partners-catalog--detail .showcase-item__retail-price {
    display: flex;
    align-items: center;
}
.b-partners-catalog--detail .showcase-item__retail-price > img {
    margin-right: 10px;
}
.b-partners-catalog--detail .showcase-item__retail-price > span {
    padding-right: 10px;
}

.c-product .showcase-item__availability {
    margin-bottom: 20px;
}
.c-product .showcase-item__warehouse {
    margin-bottom: 20px;
}
.c-product__cart .btn.js-btn-add-to-basket {
    margin-bottom: 0;
}
.b-detail-product--complects .c-product .c-product__cart {
    justify-content: flex-start;
    flex-wrap: nowrap;
}
.b-detail-fotoram .fotorama__fullscreen-icon {}
/*-------------------------------------*/
.b-fansybox-catalog {
	bottom: auto !important;
	width: auto !important;
}
.b-fansybox-catalog .fancybox__backdrop {
	display: none;
}
.b-fansybox-catalog .fancybox__slide {
	padding: 20px 100px;
}
.b-fansybox-catalog .fancybox__content {
	border: 1px solid #000;
}
.b-fansybox-catalog .fancybox__content>.carousel__button.is-close {
	top: 0;
	right: 0;
	color: #000;
	outline: none;
}
.b-fansybox-catalog .popup__title {
	margin-bottom: 0;
}
.b-fansybox-catalog .popup__title {
	font-size: 18px;
}
/*--------------------------------*/
/*-------------------------------------*/
@media screen and (max-width: 1199px) {
    .b-partners-catalog {
        margin-right: -18px;
    }
    .b-partners-catalog .partners-catalog__items {
        width: calc(50% - 18px);
        margin-right: 18px;
    }
    .bx-section-desc-post {
        padding: 0 20px;
    }
}
@media screen and (max-width: 767px) {
    .b-partners-catalog {
        justify-content: center;
    }
    .b-partners-catalog .partners-catalog__items {
        max-width: 300px;
        width: 100%;
    }
    .b-page-top {
        flex-direction: column;
        row-gap: 20px;
    }
    .b-tabs .tabs__items {
        flex-direction: column;
    }
    .b-tabs .tabs__content {
        padding-right: 0;
    }
    .b-form-review {
        padding-left: 20px;
        padding-right: 20px;
    }
    .b-form-review .row-1-2 {
        flex-direction: column;
        row-gap: 20px;
    }
    .b-form-review .row-1-2 > label {
        width: 100%;
    }
    .main-footer-wrapper {
        flex-direction: column;
    }
    .footer-middle-wrap {
        margin: 0 auto;
    }
    .footer-alsk {
        text-align: center;
        justify-content: center;
    }
    .b-personal-link--mobile {
		justify-self: end;
	}
    .navigation-left .b-header-cart {
		margin-right: 10px;
	}
}
.form__search {
    position: relative;
    margin-bottom: 20px;
    display: none;
}
.form__search .form__query {
    width: 100%;
    height: 42px;
    padding-left: 10px;
    border: 2px solid #e9edef;
    border-radius: 5px;
    outline: none;
    color: #9E9C9C;

}
.form__search .form__submit {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 42px;
    height: 38px;
    border: none;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    background-color: #fff;
    border-left: 2px solid #e9edef;
    background: url('../img/icons/catalog-search-icon.png') center center no-repeat;
}
/*-----------------------------*/
input[type='number'] {
	-moz-appearance: textfield !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.empty-search {
    color: #003e5b;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    width: 100%;
}
/*-----------------------------*/

@media(min-width: 960px) {
    .mb30.columns {}
    .d-fl.columns {
        flex-direction: row;
    }
    .l-right {
        margin-bottom: 0;
        max-width: 360px;
    }
    .section.w100 {
        width: 960px;
    }
    .section .ten.columns.cart {
        width: 600px;
    }
}

@media(min-width: 1200px) {
    .section .ten.columns.cart {
        width: 780px;
    }
    .section.w100 {
        width: 1180px;
        padding: 0;
    }
    .c-qnt--mr40 {
        margin-right: 40px;
    }
    .d-fl.columns {
        margin: 0!important;
    }
    .c-cart-item__right {
        max-width: 296px;
    }
}

@media(min-width: 1280px) {
    .l-left {
        margin-right: 0;
    }
    .c-form__price {
        bottom: 0;
    }
    .c-qnt--chck {
        margin-right: 90px;
    }
}
@media(max-width: 990px) {
    .c-product__cart {
        justify-content: flex-start;
    }
}
.bx-section-desc-post {
    word-break: break-word;
}
@media (max-width: 992px) {
    .b-detail-product .detail-product__left {
        width: 100%;
    }
    .b-tabs .tabs__items {
        margin-top: 0;
    }
}
@media (max-width: 520px) {
    .c-product__price {
        margin-right: 0;
    }
    .b-partners-catalog--detail .showcase-item__retail-price {
        flex-wrap: wrap;
        line-height: 1.5;
    }
    .b-partners-catalog .catalogbox__inputbox {
        /* margin-bottom: 15px; */
    }
}