/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/
/* icon for personal cabinet, item link */
.sale-personal-section-index-block-ico i.fa-cashelkoff{background-image: url("/local/img/cashelkoff/cshkf.svg"); background-size: contain;}
.stickers {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    padding: 5px 0 0 5px;
    background-color: transparent;
    color: #FFF;
    box-sizing: border-box;
}
_:-ms-lang(x), .stickers { width: 144px; }
.sticker {
    display: block;
    width: fit-content;
    width: -moz-fit-content;
    width: -ms-fit-content;
    width: -webkit-fit-content;
    width: -o-fit-content;
    height: fit-content;
    height: -moz-fit-content;
    height: -ms-fit-content;
    height: -webkit-fit-content;
    height: -o-fit-content;
    border: none;
    border-radius: 2px;
    margin: 0 0 5px 0;
    padding: 5px 10px;
    box-sizing: border-box;
}
_:-ms-lang(x), .sticker { display: table; }, .stickers { width: 144px; }
.sticker_bg_blue {
    background-color: #1273E0;
}
.sticker_bg_yellow {
    background-color: #FFF;
    border: solid 1px #E71F0D;
}
.sticker_bg_red {
    background-color: #E30713;
}
.sticker_bg_orange {
    background-color: #F9762E;
}
.sticker_bg_green {
    background-color: #11C65A;
}
.text_sticker {
    color: #ffffff;
    display: block;
    text-align: left;
    font: normal 600 10px/7px Open Sans;
}
.installment_period {
    display: block;
    width: 100%;
    font: normal 600 13px/10px Open Sans;
    margin: 0 0 4px 0;
}
.percent_installment, .first_installment, .months_installment {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    width: fit-content;
    width: -moz-fit-content;
    width: -ms-fit-content;
    width: -webkit-fit-content;
    width: -o-fit-content;
}
.first_installment:before {
    content: '';
    display: block;
    width: 1px;
    height: 9px;
    position: absolute;
    top: 1px;
    left: 0;
    background-color: #FFF;
}
.first_installment:after {
    content: '';
    display: block;
    width: 1px;
    height: 9px;
    position: absolute;
    top: 1px;
    right: 0;
    background-color: #FFF;
}
.percent_installment {
    padding-left: 1px;
    padding-right: 4px;
    text-align: left;
    min-width: 12.5px;
}
.first_installment {
    text-align: center;
    min-width: 20px;
    padding-right: 6px;
    padding-left: 6px;
}
.months_installment {
    text-align: right;
    min-width: 18.5px;
    padding-left: 5px;
}
.sticker_installment{
    color: #ffffff;
}
.sticker_installment_velcom, .sticker_installment_mts {
    padding-right: 20px;
    position: relative;
}
.sticker_installment_velcom, .sticker_installment_velcom .text_sticker {
    color: #000;
}
.sticker_installment_velcom .first_installment:before, .sticker_installment_velcom .first_installment:after  {
    background-color: #000;
}
.sticker_installment_velcom:before, .sticker_installment_mts:before {
    content: '';
    display: block;
    position: absolute;
    right: 10px;
    background-position: center;
    background-repeat: no-repeat;
}
.sticker_installment_velcom:before {
    background-image: url('/local/img/sticker_a1.svg');
    bottom: 3px;
    width: 12px;
    height: 12px;
}
.sticker_installment_mts:before {
    background-image: url('/local/img/sticker_mts.svg');
    bottom: 4.5px;
    width: 8px;
    height: 8px;
}
.sticker_installments_cheaper .text_sticker {
    font: normal 600 11px/8px Open Sans;
    margin-bottom: 5px;
    text-align: left;
}
.installment_prices {
    font: normal 600 11px/8px Open Sans;
}
.installment_prices_text_mobile {
    display: none;
}
.installment_prices_text, .installment_amount, .installment_currency {
    display: inline-block;
    color: #ffffff;
}
.installment_amount {
    color: #ffffff;
    padding-left: 3px;
    padding-right: 3px;
}
.sticker_wrap{
    position: absolute;
    z-index: 1;
    top: 107px;
    left: 105px;
}
.sticker_wrap_mobile{
    position: absolute;
    z-index: 1;
    top: 15px;
    left: 15px;
}
.sticker_wrap_mobile_list{
    position: absolute;
    z-index: 1;
    top: -20px;
    left: -10px;
}

.catalog_item .image_wrapper_block{margin-top: 10px !important;}


.bxr-inst-block {
    border: 1px solid #f08235;
    padding: 20px;
    max-width: 340px;
    width: 100%;
}
.bxr-inst-title {
    font-size: 23px;
    font-weight: 600;
    line-height: 25px;
    color: #f08235;
}
.bxr-inst-params {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 20px 0;
}
.bxr-inst-param {
    min-height: 42px;
}
.bxr-inst-param-num {
    color: #496eae;
    font-weight: bold;
    font-size: 16px;
}
.bxr-inst-param-num span {
    font-size: 15px;
}
.bxr-inst-param-text {
    font-size: 10px;
}
.bxr-inst-btn {
    font-size: 14px;
    color: #496eae;
    font-weight: 600;
    border-bottom: 1px dashed #496eae;
    padding-bottom: 1px;
    display: inline-block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
.bxr-inst-btn:hover, .bxr-inst-btn:focus {
    border-bottom: 1px dashed #30589d;
    color: #30589d;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.bxr-credit-offer {
    margin-bottom: 30px;
}
.bxr-credit-offer-block {
    background-color: #fff;
    padding: 20px 20px 60px 20px;
    height: 182px;
}
.bxr-credit-offer-title {
    color: #7292c8;
    font-size: 13px;
}
.bxr-credit-offer-mnth {
    font-size: 16px;
    font-weight: 600;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
    margin: 0;
}
.bxr-credit-offer-mnth .mnth {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    padding: 10px 0;
    background-image: url("/local/templates/market_fullscreen/components/alexkova.market/catalog/catalog_custom_new/bitrix/catalog.element/.default/images/pencil.png");
    background-position: center left 90px;
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
}
.bxr-credit-offer-range.ui-widget.ui-widget-content {
    border: none;
    height: 3px;
    background-color: #7292c8;
    position: relative;
    margin-top: 15px;
    cursor: pointer;
}
.bxr-credit-offer-range.ui-widget.ui-widget-content:before, .bxr-credit-offer-range.ui-widget.ui-widget-content:after {
    position: absolute;
    content: "";
    height: 17px;
    width: 2px;
    top: -7px;
    background-color: #7292c8;
}
.bxr-credit-offer-range.ui-widget.ui-widget-content:before {
    left: 0px;
}
.bxr-credit-offer-range.ui-widget.ui-widget-content:after {
    right: 0px;
}
.bxr-credit-offer-range .ui-state-default, .bxr-credit-offer-range.ui-widget-content .ui-state-default, .bxr-credit-offer-range .ui-widget-header .ui-state-default, .bxr-credit-offer-range .ui-button, .bxr-credit-offer-range .ui-button.ui-state-disabled:hover, .bxr-credit-offer-range .ui-button.ui-state-disabled:active {
    border: none;
    background: #fff;
    height: 30px;
    width: 29px;
    top: -14px;
    background-repeat: no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    cursor: pointer;
    background-image: url(/local/templates/market_fullscreen/components/alexkova.market/catalog/catalog_custom_new/bitrix/catalog.element/.default/images/icon_none_control.svg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0px;
}
.bxr-credit-offer-range .ui-state-hover, .bxr-credit-offer-range.ui-widget-content .ui-state-hover, .bxr-credit-offer-range .ui-widget-header .ui-state-hover {
    background-image: url(/local/templates/market_fullscreen/components/alexkova.market/catalog/catalog_custom_new/bitrix/catalog.element/.default/images/icon_pressed_control.svg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.bxr-credit-months {
    position: relative;
    color: #7292c8;
    font-size: 14px;
    margin-top: 10px;
}
.bxr-credit-months-min {
    position: absolute;
    left: 0;
}
.bxr-credit-months-max {
    position: absolute;
    right: 0;
}
.bxr-credit-months-12 {
    position: absolute;
    left: 23.5%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.bxr-credit-months-12:before, .bxr-credit-months-24:before, .bxr-credit-months-36:before {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 8px;
    width: 2px;
    top: -10px;
    background-color: #7292c8;
}
.bxr-credit-months-24 {
    position: absolute;
    left: 49%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.bxr-credit-months-36 {
    position: absolute;
    left: 74.5%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.bxr-product-min {
    background-color: #fff;
    height: 182px;
}
.bxr-ecommerce .bxr-element-container .bxr-element-name, .bxr-ecommerce .bxr-element-container .bxr-element-action, .bxr-ecommerce .bxr-element-container .bxr-element-avail {
    margin: 10px 0;
}
.bxr-ecommerce .bxr-element-container .bxr-element-price {
    margin: 13px 0;
}
.bxr-ecommerce .bxr-element-container .bxr-element-image {
    line-height: 160px;
    width: 160px;
    height: 160px;
    max-width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    position: relative;
    float: left;
}
.bxr-ecommerce .bxr-element-name {
    height: 36px;
    line-height: 18px;
    overflow: hidden;
}
.bxr-ecommerce .bxr-product-price-wrap {
    line-height: 16px;
}
.bxr-ecommerce .bxr-element-name a, .bxr-ecommerce .bxr-element-name a:hover {
    color: inherit;
    border: none;
}
.bxr-format-price {
    font-weight: bold;
    font-size: 18px;
    border-bottom: none;
}
.bxr-ecommerce .bxr-basket-action {
    float: none;
}
.bxr-ecommerce .bxr-basket-action button {
    float: left;
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 10px;
}
.bxr-credit-programs {
    padding-bottom: 30px;
    background-color: #fff;
    min-height: 390px;
    position: relative;
}
.bxr-no-programs-block {
    display: none;
    color: #7392c8;
    font-weight: 600;
    font-size: 25px;
    width: 75%;
}

.bxr-inst-block {
    margin-top: 20px;
    background-color: #f6f6f6;
    border-color: #f6f6f6;
    float: left;
}
.bxr-inst-title {
    font-weight: 700;
}
.bxr-inst-param-num {
    color: #000;
}
.bxr-inst-param-num span {
    font-size: 18px;
}
.bxr-inst-param-text {
    font-size: 11px;
}
.bxr-inst-params {
    text-align: left;
}
.bxr-inst-btn {
    border-color: #000;
    color: #000;
}
.bxr-inst-btn:hover, .bxr-inst-btn:focus {
    color: #325bad;
}

/***similar products***/
.bxr-market-detail-similar {
    display: flex;
    margin-bottom: 30px;
}
.bxr-market-detail-similar:hover {
    text-decoration: none;
}
.bxr-market-detail-similar-oper {
    flex: 0 0 110px;
    padding: 8px 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bxr-market-detail-similar-velcom {
    border: 1px solid #FFF400;
}
.bxr-market-detail-similar-mts {
    border: 1px solid #ED1C24;
}
.bxr-market-detail-similar-velcom .bxr-market-detail-similar-oper {
    background-color: #FFF400;
    color: #000;
}
.bxr-market-detail-similar-mts .bxr-market-detail-similar-oper {
    background-color: #ED1C24;
    color: #fff
}
.bxr-market-detail-similar-price {
    font-weight: 600;
    margin-bottom: 10px;
}
.bxr-market-detail-similar-velcom .bxr-market-detail-similar-price {
    margin-bottom: 10px;
}
.bxr-market-detail-similar-mts .bxr-market-detail-similar-price {
    margin-bottom: 2px;
}
.bxr-market-detail-similar-price-amount {
    font-size: 17px;
    line-height: 23px;
}
.bxr-market-detail-similar-price-curr {
    font-size: 15px;
    line-height: 20px;
}
.bxr-market-detail-similar-prod {
    color: #333;
    display: flex;
    padding-top: 10px;
    padding-right: 6px;
}
.bxr-market-detail-similar-prod-photo {
    flex: 0 0 60px;
    max-width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bxr-market-detail-similar-prod-photo img {
    max-height: 100%;
    max-width: 100%;
}
.bxr-market-detail-similar-prod-title {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 1px;
}
.bxr-market-detail-similar-prod-inst {
    font-size: 11px;
    line-height: 15px;
    text-decoration: underline;
}
/* link to https://vipo.by/ */
a.link_to_vipo {
    display: block;
    width: 230px;
    height: 20px;
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    text-decoration: none;
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-background-size: 60px 20px;
    background-size: 60px 20px;
    margin: 0 0 30px 0;
    color: #f4f6fd;
    border-bottom: none;
}
a.link_to_vipo:hover,a.link_to_vipo:focus {
    color: #6066fd;
    border-bottom: none;
    background-image: url('/local/markup/images/logo_link_to_vipo_hover.svg') !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .bxr-inst-param-num span {
        font-size: 15px;
    }
    .bxr-inst-param-text {
        font-size: 10px;
    }
}

/* mobile style */
@media all and (max-width:767px) {
    .sticker_installments_cheaper .text_sticker {
        display: none;
    }
    .installment_prices {
        font-size: 10px;
        line-height: 7px;
    }
    .installment_prices_text_mobile {
        display: inline-block;
        color: #ffffff;
    }
    .installment_prices_text {
        display: none;
    }
}

.bxr-credit-programs {
    padding-bottom: 30px;
    background-color: #fff;
    min-height: 390px;
    position: relative;
}
.bxr-no-programs-block {
    display: none;
    color: #7392c8;
    font-weight: 600;
    font-size: 25px;
    width: 75%;
}
@keyframes opacityToMin {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0;
    }
}
.bxr-credit-programs .bxr-load-programs-block {
    z-index: 0;
    opacity: 0;
}
.bxr-credit-programs.load-programs .bxr-load-programs-block {
    animation: opacityToMin 1.5s linear;
    -webkit-animation: opacityToMin 1.5s linear;
    opacity: 1;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: #b4c4df;
}
.bxr-no-programs-block img {
    margin-right: 20px;
    max-width: 81px;
    max-height: 82px;
}
.bxr-credit-programs.no-programs{
    margin-top: -20px;
}
.bxr-credit-programs.no-programs, .bxr-credit-programs.no-programs .bxr-no-programs-block  {
    opacity: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.bxr-load-programs-block .spinner {
    width: 64px;
    height: 64px;
    position: absolute;
    left: 50%;
    top: 200px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.bxr-credit-program.best .bxr-credit-program-bottom, .bxr-credit-program.best .bxr-credit-program-table td div, .bxr-credit-programs.no-programs {
    background-color: #ebf2fe;
}
.bxr-credit-program .bxr-credit-program-top {
    padding: 10px;
    margin: 0;
    background-color: #dae2ee;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.bxr-credit-program-hidden {
    display: none;
}
.bxr-credit-program-name {
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
}
.bxr-credit-program-btn, .bxr-credit-programs-more {
    color: #fff;
    padding: 10px 0;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    display: inline-block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.bxr-credit-program-btn {
    background-color: #7292c8;
}
.bxr-credit-programs-more {
    background-color: #ef8235;
}
.bxr-credit-program-btn {
    width: 185px;
}
.text-center .bxr-credit-program-btn{
    margin-top: 20px;
}

.bxr-credit-programs-more {
    width: 285px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    display: none;
}
.bxr-credit-program-btn:hover, .bxr-credit-program-btn:focus, .bxr-credit-programs-more:hover, .bxr-credit-programs-more:focus {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    background-color: #486ead;
    text-decoration: none;
    color: #fff;
}
.bxr-credit-program-btn:active, .bxr-credit-programs-more:active{
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    background-color: #30589e;
    color: #fff;
}
.bxr-credit-program-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.bxr-credit-program.best .bxr-credit-program-right {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.bxr-credit-program .bxr-credit-program-bottom {
    margin: 0;
    padding: 10px 10px 45px 10px;
}
.bxr-credit-program-table {
    font-size: 14px;
    width: 100%;
}
.bxr-credit-program-table thead {
    font-size: 18px;
    font-weight: 600;
}
.bxr-credit-program-table thead tr:not(.bxr-credit-program-sum) {
    border-bottom: 1px solid #cdd7e8;
}
.bxr-credit-program-table  .bxr-credit-program-sum {
    font-size: 25px;
    line-height: 25px;
}
.bxr-credit-program-table .bxr-credit-program-sum td {
    padding-bottom: 0;
    padding-top: 19px;
}
.bxr-props-name i.info-icon {
    background-image: url("/local/templates/market_fullscreen/components/alexkova.market/catalog/catalog_custom_new/bitrix/catalog.element/.default/images/info-hover.png");
    height: 15px;
    width: 15px;
    -moz-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
    position: relative;
    top: 2px;
    margin-left: 5px;
    opacity: 0.5;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.bxr-credit-program-info {
    position: absolute;
    width: 270px;
    font-size: 10px;
    background-color: #edf3ff;
    border: 1px solid #c9d6e9;
    padding: 20px;
    z-index: 10;
    margin-bottom: 12px;
    margin-left: -128px;
    display: none;
    cursor: pointer;
}
.bxr-credit-program-info:before {
    position: absolute;
    content: "";
    right: 3px;
    top: 3px;
    height: 10px;
    width: 10px;
    background-repeat: no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    background-image: url(/local/templates/market_fullscreen/components/alexkova.market/catalog/catalog_custom_new/bitrix/catalog.element/.default/images/close.png);
    display: block;
    cursor: pointer;
}
.bxr-credit-program-info:after {
    position: absolute;
    content: "";
    display: block;
    height: 12px;
    width: 21px;
    background-repeat: no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    background-image: url(/local/templates/market_fullscreen/components/alexkova.market/catalog/catalog_custom_new/bitrix/catalog.element/.default/images/treug.png);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -12px;
}
.bxr-props-name i.info-icon.active, .bxr-props-name i.info-icon:hover {
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.bxr-props-name i.info:hover {

}
.bxr-credit-program-table thead .bxr-props-name div {
    padding-left: 0;
}
.bxr-credit-program-table thead .bxr-props-data div {
    padding-right: 0;
}
.bxr-credit-program-table td {
    vertical-align: top;
    padding-bottom: 16px;
    position: relative;
    left: 0;
    z-index: 1;
}
.bxr-credit-program-table thead td, .bxr-credit-program-table tbody tr:first-child td {
    padding-top: 15px;
}
.bxr-credit-program-table td:not(.no-border):before {
    position: absolute;
    bottom: 16px;
    width: 100%;
    left: 0;
    z-index: -1;
    font-size: 16px;
    font-weight: normal;
    color: #8e9fc1;
    content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ';
    display: block;
    white-space: nowrap;
    overflow: hidden;
}
.bxr-credit-program-table .bxr-props-data:not(.no-border):before {
    left: 0px;
}
.bxr-credit-program-table .bxr-props-name div {
    padding: 0px 5px 0px 10px;
    display: inline-block;
    background: #fff;
}
.bxr-credit-program-table .bxr-props-data div {
    padding: 0px 10px 0px 5px;
    display: inline-block;
    background: #fff;
}
.bxr-credit-program-table .bxr-props-data {
    color: #2f589f;
    text-align: right;
    white-space: nowrap;
}

@media (min-width: 1200px) {
    .bxr-credit-program .bxr-credit-program-bottom {
        padding-left: 20px;
        padding-right: 20px;
    }
    .bxr-ecommerce .bxr-basket-action .bxr-quantity-button-plus {
        margin-right: 70px!important;
    }
    .bxr-ecommerce .bxr-basket-action button {
        margin-top: 10px;
    }
    .bxr-credit-program-bottom>.col:first-child {
        padding-right: 40px;
        padding-left: 0;
    }
    .bxr-credit-program-bottom>.col:nth-child(2) {
        padding-left: 40px;
        padding-right: 0;
    }
    .bxr-credit-program-bottom>.col:nth-child(4) {
        padding-left: 40px;
        padding-right: 0;
        border-top: 1px solid #cdd7e8;
    }
    .bxr-credit-program-bottom>.col:nth-child(3) {
        border-top: 1px solid #cdd7e8;
    }
    .bxr-credit-program-top>.col:nth-child(2) {
        padding-left: 40px;
    }
}

/*detail-preview start*/
.bxr-detail-preview-wrap {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 20px 0 0;
}

.bxr-detail-anounce {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 30px;
}

.bxr-props-table {
    font-size: 13px;
    width: 100%;
}

.bxr-props-table .bxr-props-name
,.bxr-props-table .bxr-props-data {
    background: url(images/gray_pixel.png) no-repeat;
    background-position: 0px 12px;
    background-repeat: repeat-x;
}

.bxr-props-table .bxr-props-name, .bxr-props-table .bxr-props-data {
    width: 50%;
}

.bxr-props-table .bxr-props-data {
    text-align: right;
}

.bxr-props-table .bxr-props-name span {
    background: #f6f6f6;
    padding: 3px 5px 3px 0;
    font-weight: bold;
}

.bxr-props-table .bxr-props-name.no-bold span {
    font-weight: normal;
}

.bxr-tab-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.25em;
    margin-bottom: 24px;
}
.bxr-tab-title .blue {
    color: #2f589f;
}

.bxr-props-table .bxr-props-data span {
    background: #f6f6f6;
    padding: 3px 0px 3px 5px;
}

.bxr-props-table td {
    vertical-align: top;
    padding-bottom: 20px;
}

.bxr-props-data.bxr-props-data-group {
    text-align: left;
    padding-right: 5px;
    background: none;
}

/*detail installments*/
.bxr-installments-table {
    font-size: 14px;
    width: 100%;
    background-color: #fff;
}
.bxr-installments-table thead{
    font-weight: bold;
}
.bxr-installments-table td{
    padding: 20px 30px;
}
.bxr-installments-table img {
    max-width: 100%;
}
.bxr-installments-table-mnth {
    font-size: 22px;
    font-weight: 600;
}
.bxr-installments-table a.blue {
    color: #496eae;
    text-decoration: underline;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.bxr-installments-table a.blue:hover, .bxr-installments-table a.blue:focus {
    color: #f08235;
    border-color: #f08235;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.bxr-installments-desc {
    margin-top: 30px;
    padding-bottom: 35px;
}
.bxr-installments-desc-img {
    margin-right: 10px;
}
/****************slick butttons ***************/
.bxr-color-button.slick-prev {
    background: #bdc3c7;
    background: url("/local/img/buttons/slide-button-arrow-prev.png") no-repeat center center, #ecf0f1;
}
.bxr-color-button.slick-prev:hover {
    background: #ef8235;
    background: url("/local/img/buttons/slide-button-arrow-prev.png") no-repeat center center, #ef8235;
}
.bxr-color-button.slick-next {
    background: #bdc3c7;
    background: url("/local/img/buttons/slide-button-arrow-next.png") no-repeat center center, #ecf0f1;
}
.bxr-color-button.slick-next:hover {
    background: #ef8235;
    background: url("/local/img/buttons/slide-button-arrow-next.png") no-repeat center center, #ef8235;
}
.group_description_block.bottom img{width: 100%}
.title-block.col-sm-6.col-xs-5.pull-left{ background-image: url('/local/img/logo_mobile_title.png'); background-size: contain; background-repeat: no-repeat; background-position: left center;}


@media (max-width: 480px) {
    .bxr-credit-program-table .bxr-props-name div {
        padding-left: 3px;
        font-size: 16px;
    }
    .bxr-credit-program-table .bxr-props-data div {
        padding-right: 3px;
        font-size: 16px;
    }
	.bxr-credit-program-table td:not(.no-border):before {
	    display: none !important;
	}
}
.btn.btn-default.pay_by_installments {
    display: block;
    max-width: 100%;
    padding: 14px 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
    border-radius: 2px;
    text-align: center;
    font: normal 16px/12px "Ubuntu";
    color: #FFF;
    background-color: #7292C8;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.btn.btn-default.pay_by_installments:hover, .btn.btn-default.pay_by_installments:focus {
    color: #FFF;
    background-color: #486EAD;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
/** main page top banners **/
/* display more 992px style */
.row_section_banners {
    padding: 0;
    margin: 0 -.7% 30px -.7%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.row_section_banners:before, .row_section_banners:after {
    content: " ";
    display: table;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.row_section_banners:after {
    clear: both;
}
.col_slider_banners {
    position: relative;
    float: left;
    left: 21.323%;
    width: 57.354%;
    min-height: 1px;
    padding: 0 .7%;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#main_big_flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
#main_big_flexslider ul.slides li:first-child {
  display: inline-block;
}
#main_big_flexslider .flex-container a:hover,
#main_big_flexslider .flex-slider a:hover {
  outline: none;
}
#main_big_flexslider .slides,
#main_big_flexslider .slides > li,
#main_big_flexslider .flex-control-nav,
#main_big_flexslider .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
#main_big_flexslider {
    padding: 0;
    margin: 0;
    border: 0;
    line-height: 0;
    font-size: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: relative;
    zoom: 1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#main_big_flexslider .slides img {
    width: 100%;
    height: auto;
    display: block;
}
#main_big_flexslider .slides img.img_flexslide_ld {
    display: none !important;
}
#main_big_flexslider .flex-direction-nav li {
    width: 0;
    height: 0;
}
#main_big_flexslider .flex-direction-nav li a {
    display: block;
    width: 40px;
    height: 40px;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    opacity: 1;
    color: transparent;
    text-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#main_big_flexslider .flex-direction-nav li .flex-prev {
    left: 15px;
    background: none;
}
#main_big_flexslider:hover .flex-direction-nav li .flex-prev {
    opacity: 1;
    left: 15px;
}
#main_big_flexslider .flex-direction-nav li .flex-next {
    right: 15px;
    background: none;
}
#main_big_flexslider:hover .flex-direction-nav li .flex-next {
    opacity: 1;
    right: 15px;
}
#main_big_flexslider .flex-direction-nav li a:before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    position: relative;
    -ms-background-position: center;
    background-position: center;
    background-repeat: no-repeat;
    color: transparent;
    text-shadow: none;
    font-size: 0;
    font-family: none;
    margin: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#main_big_flexslider .flex-direction-nav li a:hover:before, #main_big_flexslider .flex-direction-nav li a:focus:before {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#main_big_flexslider .flex-direction-nav li a.flex-prev:before, #main_big_flexslider .flex-direction-nav li a.flex-prev:focus:before {
    background-image: url(/local/img/left_flexslide.svg);
}
#main_big_flexslider .flex-direction-nav li a.flex-prev:hover:before {
    background-image: url(/local/img/left_flexslide_hover.svg);
}
#main_big_flexslider .flex-direction-nav li a.flex-next:before, #main_big_flexslider .flex-direction-nav a.flex-next:focus:before {
    background-image: url(/local/img/right_flexslide.svg);
}
#main_big_flexslider .flex-direction-nav li a.flex-next:hover:before {
    background-image: url(/local/img/right_flexslide_hover.svg);
}
#main_big_flexslider .flex-control-nav {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 15px;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#main_big_flexslider .flex-control-nav li {
    padding: 0;
    margin: 0 7.5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#main_big_flexslider .flex-control-paging li a {
    width: 15px;
    height: 15px;
    -webkit-border-radius: 7.5px;
    -moz-border-radius: 7.5px;
    border-radius: 7.5px;
    border: 2px solid #FF6D00;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#main_big_flexslider .flex-control-paging li a:hover {
    background-color: rgba(255, 109, 0, .5)
}
#main_big_flexslider .flex-control-paging li a.flex-active {
    background-color: #FF6D00;
}
#main_big_flexslider .flex-direction-nav, #main_big_flexslider ol {
    opacity: 0;
    -webkit-animation: fadein_ol 1s .5s forwards;
    -moz-animation: fadein_ol 1s .5s forwards;
    -ms-animation: fadein_ol 1s .5s forwards;
    -o-animation: fadein_ol 1s .5s forwards;
    animation: fadein_ol 1s .5s forwards;
}
@-webkit-keyframes fadein_ol {
    from { 
        opacity: 0;
    }
    to { 
        opacity: 1;
    }
}
@keyframes fadein_ol {
    from { 
        opacity: 0;
    }
    to { 
        opacity: 1;
    }
}
.col_left_banners {
    position: relative;
    float: left;
    right: 57.354%;
    width: 21.323%;
    min-height: 1px;
    padding: 0 .7%;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.col_right_banners {
    position: relative;
    float: left;
    width: 21.323%;
    min-height: 1px;
    padding: 0 .7%;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.item_banner_link {
    display: block;
    position: relative;
    z-index: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.item_banner_link:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0,0,0,.2);
    -webkit-transition: all .8s cubic-bezier(.19,1,.22,1);
    -moz-transition: all .8s cubic-bezier(.19,1,.22,1);
    -ms-transition: all .8s cubic-bezier(.19,1,.22,1);
    -o-transition: all .8s cubic-bezier(.19,1,.22,1);
    transition: all .8s cubic-bezier(.19,1,.22,1);
}
.item_banner_link:hover:before {
    background-color: rgba(0,0,0,0);
    -webkit-transition: all .8s cubic-bezier(.19,1,.22,1);
    -moz-transition: all .8s cubic-bezier(.19,1,.22,1);
    -ms-transition: all .8s cubic-bezier(.19,1,.22,1);
    -o-transition: all .8s cubic-bezier(.19,1,.22,1);
    transition: all .8s cubic-bezier(.19,1,.22,1);
}
.item_banner_link img {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.item_banner:first-child a img {
    margin-bottom: 7.1%;
}
/* medium display from 768px to 991px style */
@media all and (max-width:991px) {
    .row_section_banners {
        margin-left: 0;
        margin-right: 0;
    }
    .col_slider_banners {
        left: 0;
        float: none;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    #main_big_flexslider .flex-direction-nav li .flex-prev, #main_big_flexslider:hover .flex-direction-nav li .flex-prev {
        left: 0;
        width: 70px;
        height: 70px;
    }
    #main_big_flexslider .flex-direction-nav li .flex-next, #main_big_flexslider:hover .flex-direction-nav li .flex-next  {
        right: 0;
        width: 70px;
        height: 70px;
    }
    #main_big_flexslider .flex-direction-nav li a.flex-prev:hover:before {
        background-image: url(/local/img/left_flexslide.svg);
    }
    #main_big_flexslider .flex-direction-nav li a.flex-next:hover:before {
        background-image: url(/local/img/right_flexslide.svg);
    }
    #main_big_flexslider .flex-direction-nav li a:before {
        top: 50%;
        left: 50%;
        -webkit-transform: translate3d(-50%,-50%,0);
        -moz-transform: translate3d(-50%,-50%,0);
        -ms-transform: translate3d(-50%,-50%,0);
        -o-transform: translate3d(-50%,-50%,0);
        transform: translate3d(-50%,-50%,0);
    }
    .col_left_banners {
        width: 48.75%;
        right: 0;
        padding-left: 0;
        padding-right: 0;
        margin-right: 2.5%;
    }
    .col_right_banners {
        width: 48.75%;
        padding-left: 0;
        padding-right: 0;
    }
    .col_left_banners:before, .col_left_banners:after {
        content: " ";
        display: table;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .col_left_banners:after {
        clear: both;
    }
    .col_right_banners:before, .col_right_banners:after {
        content: " ";
        display: table;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .col_right_banners:after {
        clear: both;
    }
    .item_banner {
        float: left;
        width: 47.5%;
        margin-top: 5%;
        margin-bottom: 5%;
    }
    .item_banner:first-child {
        margin-right: 5%;
    }
    .item_banner:first-child a img {
        margin-bottom: 0;
    }
    .item_banner_link:hover:before {
        display: none;
    }
}
/* small display from 550px to 767px style */
@media all and (max-width:767px) {
    body #main_big_flexslider .flex-control-paging li a, body #main_big_flexslider .front_slider_wrapp .flex-control-paging li a {
        background: transparent;
    }
    #main_big_flexslider .slides img.img_flexslide_ld {
        display: block !important;
    }
    #main_big_flexslider .slides img.img_flexslide_bd {
        display: none !important;
    }
    #main_big_flexslider .flex-control-nav, #main_big_flexslider .flex-direction-nav {
        display: none !important;
    }
    .col_left_banners {
        display: block;
        width: 100%;
        margin-right: 0;
    }
    .col_right_banners {
        display: block;
        width: 100%;
    }
    .col_right_banners .item_banner {
        margin-top: 0;
    }
    a.link_to_vipo {
        margin-left: auto;
        margin-right: auto;
    }
    a.link_to_vipo:hover,
    a.link_to_vipo:focus {
        color: #f4f6fd;
        background-image: url('/local/markup/images/logo_link_to_vipo.svg') !important;
    }
}
/* extra display less 550px */
@media all and (max-width:500px) {
    /*#main_big_flexslider ul {
        display: block !important;
    }*/
}
@media all and (max-width:450px) {
    .col_left_banners, .col_right_banners {
        display: none;
    }
}
/** end main page top banners **/

/**** блок бренды на главной странице *****/
.additional_main_brands {
    display: flex;
    flex-direction: column;
}
.additional_main_brands .brand-item {
    position: relative;
    display: flex;
    width: 100%;
    padding: 20px 0 20px;
}
/*.additional_main_brands .brand-item:first-child {*/
/*    padding-top: 0;*/
/*}*/
@media screen and (max-width:450px) {
    /*.additional_main_brands .brand-item:first-child {*/
    /*    padding-top: 20px;*/
    /*}*/
}
.additional_main_brands .brand-item:last-child {
    padding-bottom: 0;
}
.additional_main_brands .brand-item:last-child:after {
    content: none;
}
.additional_main_brands .brand-item a{
    margin: 0 auto;
    transition: .3s;
}
.additional_main_brands .brand-item a .preview_picture {
    max-height: 50px;
    width: auto;
}
@media screen and (max-width: 1200px) {
    .additional_main_brands .brand-item a .preview_picture {
        max-height: 40px;
    }
    .additional_main_brands .brand-item {
        padding: 16px 0 16px;
    }

}
.additional_main_brands .brand-item a:hover {
    filter: grayscale(1);
}
.additional_main_brands .brand-item:after {
    position: absolute;
    content: '';
    width: 40%;
    height: 2px;
    background-color: #d2d2d2;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
    .additional_main_brands {
        margin-top: 30px;
    }
    .additional_main_brands .brand-item:after {
        content: none;
    }
    /*.additional_main_brands .brand-item:first-child {*/
    /*    padding: 20px 0 20px;*/
    /*}*/
    .additional_main_brands .brand-item a {
        display: flex;
        justify-content: center;
    }
    .additional_main_brands .brand-item:last-child {
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 450px) {
    .additional_main_brands .brand-item a .preview_picture {
        max-height: 35px;
        width: auto;
    }
}
/**** боковое меню на главном экране ****/
.catalog-section-list {
    position: relative;
}
.additional_main_menu .vertical-main-menu {
    position: absolute;
    width: 258px;
    z-index: 100;
    background-color: #FFF;
    top: -30px;
}
@media screen and (max-width: 1299px) {
    .additional_main_menu .vertical-main-menu {
        width: 234px;
    }
}
@media screen and (max-width: 1199px) {
    .additional_main_menu .vertical-main-menu {
        width: 210px;
    }
}
.additional_main_menu .catalog-section-list li::before {
    content: none;
}
.vertical-main-menu li {
    display: block;
    padding: 19.1px 20px;
    border-bottom: 2px solid #f2f2f2;
    transition: 0.1s;
}
@media screen and (max-width: 1366px) {
    .vertical-main-menu li  {
        padding: 15px 20px;
    }
}
@media screen and (max-width: 1200px) {
    .vertical-main-menu li  {
        padding: 10px 20px;
    }
}
.vertical-main-menu a {
    color: black;
    transition: 0.1s;
}
.vertical-main-menu a span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
}
.vertical-main-menu li:hover > a {
    color: #e66200;

}
.vertical-main-menu li:hover > a > .sub-menu__icon {
    border-top: 1px solid #e66200;
    border-right: 1px solid #e66200;

}
.vertical-main-menu li:hover {
    background-color: #fbfbfb;
}
.vertical-main-menu li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vertical-main-menu li > .sub-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 100;
}
.vertical-main-menu li:hover > .sub-menu {
    display: block;
}
.vertical-main-menu .sub-menu__icon {
    width: 8px;
    height: 8px;
    border-top: 1px solid black;
    border-right: 1px solid black;
    transform: rotate(45deg);
    transition: 0.1s;
}
@media screen and (max-width: 991px) {
    .col_left_banners.additional_main_menu {
        display: none;
    }
    .col_right_banners.additional_main_brands {
        width: 100%;
    }
    .additional_main_brands .brand-item {
        padding: 10px 0 10px;
    }
}

/**** блок кэшбэка в карточке товара *****/
.block_buy_cheaper {  width: 100%;  background-color: #fff;  }
.buy_cheaper {  background-color: #ff682e;  padding: 0 8px 6px 8px;  }
.title_buy_cheaper {  font: normal 500 22px/22px 'Ubuntu';  padding: 5px 0;  background-color: transparent;  color: #fff;  text-align: center;  }
.just_buy_cheaper {  padding: 15px;  background-color: #fff;  }
.buy_only_for {  font: normal 30px/30px 'Ubuntu';  color: #001b23;  text-align: center;  }
.buy_only_for_price {  font: normal 700 40px/40px 'Ubuntu';  color: #001b23;  text-align: center;  }
.add_basket {  background-color: #fff;  padding: 5px 5%; position: relative; }
.add_basket:before {  content: '';  display: table;  }
.add_basket:after {  content: '';  display: table;  clear: both;  }
.add_basket img {  margin-right: 10px;  display: block;  float: left; position: absolute; }
.add_basket p {  font: normal 18px/20px 'Ubuntu';  color: #001b23;  margin-top: 0;  margin-bottom: 0;  float: left; padding-left: 48px; }
/**** блок кэшбэка в карточке товара *****/

/**QUAD*/
td.quhead {
	/*background: #76808e;*/
	color: #000000;
	padding: 5px;
	border-bottom: 1px solid #ff6d00;
	padding-top: 20px;
	font-weight: 600;

}

td.qurowtitle2 {
	color: #030303;
	padding: 3px;
	width: 50%;
}

table.qutable {
	width: 80%;
}

td.qurowtitle {
	color: #030303;
	padding: 3px;
	width: 50%;
}
/**QUAD*/