.columnRow .fastBack {
    background: #00AEEF !important;
    font-size: 16px !important;
    color: #fff !important;
    line-height: 60px !important;
    height: 60px !important;
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -weblit-border-radius: 4px !important;
    -o-border-radius: 4px !important;
}

#catalogTableList .addCart.requestPrice {
    margin-top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
#catalogElement .changePropertiesGroup .addCart.requestPrice .icon {

}

#requestPrice .add_cart_block .qtyBlock {
    align-items: center;
    position: relative;
    display: flex;
    margin-bottom: 10px;
}
#requestPrice .qtyBlock .plus, #requestPrice .qtyBlock .minus {
    vertical-align: middle;
    display: inline-block;
    height: 19px;
    width: 19px;
}
#requestPrice .qtyBlock .plus, #requestPrice .qtyBlock .minus {
    background: url(/local/templates/dresscodeV2/components/dresscode/catalog.item/detail_catalog2/images/plusMinusElement.png) 0 0 no-repeat #424242;
}
#requestPrice .qtyBlock .plus {
    background-position: 0 -19px;
}
#requestPrice .qtyBlock .qty {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    margin: 0 2px;
    height: 19px;
    width: 40px;
    padding: 0 2px;
    border: 0;
}
#requestPrice .qtyBlock .qty {
    background-color: #e7e8ea;
    color: #000000;
}
#catalogElement .changePropertiesGroup .add_cart_block .qtyBlock .qty-cart-price {
    left: 0;
    top: -8px;
    width: 100%;
}
#catalogElement .changePropertiesGroup .add_cart_block .qtyBlock .plus, #catalogElement .changePropertiesGroup .add_cart_block .qtyBlock .minus {
    min-width: 19px;
}
#appBasket .lower .tools .icon {
    vertical-align: middle !important;
}
#appBasket .container {
    display: flex;
    align-items: center;
}
#appBasket .picture {
    display: flex;
    align-items: center;
    justify-content: center;
}

#tab-video .video {
    max-width: 600px;
    margin: 0 auto 20px;
}
#tab-video .video-wrp {
    position: relative;
    padding-top: 56.25%;
}
#tab-video .video-wrp iframe {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    border: none;
}

#loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url("../images/loader.svg") center center no-repeat;
    background-color: rgba(255, 255, 255, .75);
    left: 0;
    top: 0;
    z-index: 100000;
    display: none;
}

.tooltip_templates {
    display: none !important;
}

#slider ul li img.imgPromo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-left: 0;
}

.btbPromo {
    margin-bottom: 30px;
}
.btbPromo h2 {
    font-family: "roboto_ltregular";
    line-height: 36px;
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    color: #000000;
    display: block;
}
.btbPromo .btbPromoWrap{
    margin-top: 20px;
}
.btbPromo .btbPromoWrap a {}
.btbPromo .btbPromoWrap a img {
    width: 100%;
}
.btbPromo .btbPromoWrap a img.b2bPromoDesktop {}
.btbPromo .btbPromoWrap a img.b2bPromoMobile {
    display: none;
}
@media only screen and (max-width : 480px) {
    .btbPromo .btbPromoWrap a img.b2bPromoDesktop {
        display: none;
    }
    .btbPromo .btbPromoWrap a img.b2bPromoMobile {
        display: block;
    }
   #appBankCartContainer,
   #appOurDeliveryContainer {
       width: min(350px, 90vw);
       left: 50%;
       margin-left: calc(-1 * min(350px, 90vw) / 2);
       margin-top: -75px;
       max-width: none;
   }
      #appRussiaPost {
       width: calc(100vw - 40px) !important;
       max-width: calc(100vw - 15vw) !important;
       padding: 20px !important;
       margin: 6px !important;
   }
   
   #ecom-widget {
       height: 350px !important;
       width: 100% !important;
   }
   
   /* Если нужно переопределить стили самого виджета */
   #ecom-widget iframe {
       width: 90% !important;
       max-width: 100% !important;
   }
}