/*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;  }*/
.top_big_banners.half_block .main-slider .banner_title .head-title:after{
    display: none;
}

.logo-row .logo img, .logo-row .logo svg{
    height: 100%!important;
    width: 100%!important;
}
.paycards {
    width: 50px;
}

body .top_slider_wrapp .main-slider .main-slider__item:not(.image) .img img {
    max-height: calc(100%)!important;
}

.menu-row .mega-menu table td.wide_menu>.wrap>.dropdown-menu ul.menu-wrapper>li{
    padding: 0!important;
}

.review_img{
    width: 270px;
    height: 360px;
}
@media (max-width: 1400px) {
    .review_img{
        width: 135px;
        height: 180px;
    }
}
@media (max-width: 650px) {
    .review_img{
        width: 135px;
        height: 180px;
    }
}

@media (min-width: 1100px) {
    .reviews.item-views:not(.compact) .item {
        padding: 20px 50px;
    }
    .reviews.item-views .item .body-info .svg-inline-quote {
        display: none;
    }
}
@media (min-width: 1700px) {
    .reviews.item-views:not(.compact) .item {
        padding: 20px 20px;
    }
    .reviews.item-views .item .body-info .svg-inline-quote {
        display: none;
    }
}
.product-container .product-detail-gallery__item .product-detail-gallery__picture {
    margin-top:0;
}
.product-view--type2 .product-info-wrapper {
    border-top: none;

}
.wrapper_inner.wide_page .product-view--type2 .product-info.product-info--type2 {
    padding-top: 0;
padding-bottom: 0;
}
.product-view--type2 .product-info.product-info--type2>.flexbox>.product-main {
    margin-top: 36px;
}
.product-detail_header{
font-size:large;
}

.detail-compare_btns .like_icons.list.icons > div span {
    padding: 16px 16px 17px 16px;
       width: auto;
    height: auto;
}
.detail-compare_btns{
margin-left:5px;
}
.breadcrumbs_detail{
	display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 5%;
}
.product-container .cost.prices.detail .price.font_mxs {
  font-size: 1.133em;
}
.detail_tizers{
margin:0px 10px 0px 0;
}
.mt-2{
margin-top:20px;
}
.ml-2{
margin-left:20px;
}
.nopaddings{
padding-left:0 !important;
padding-right:0 !important;
}
.rc-anchor-invisible{
display:none !important;
}
.content.detail-text-wrap{
    text-align: justify;
}
@media (min-width: 768px){
.product-view--type2 .product-info.product-info--type2>.flexbox>.product-main {
    flex-basis: 50%;
    padding-left: 36px;
}

}
.ml-2{
margin-left:0px;
}
.product-view--type2 .product-info.product-info--type2>.flexbox>.product-main {
    margin-top: 0px;
}

.with-product.fixed {
    display: none !important;
}
body .product-item-detail-tabs-container-fixed{
display: none;
}
@media only screen and (max-width: 768px){
.product-detail_header {
font-size:110% !important;
}

}
@media (max-width: 600px){
.compact-catalog .ajax_load .like_icons {
    display: none;
}
}

.catalog_block_marketplace.catalog_block .counter_wrapp {
    display: flex;
    flex-wrap: wrap;
}
.catalog_block_marketplace.catalog_block .counter_wrapp>div {
    flex: 1 1 auto;
    width: auto;
}
.catalog_block_marketplace.catalog_block .counter_wrapp .button_block.wide {
    width: 100% !important;
}
.catalog_block_marketplace.catalog_block .counter_wrapp>div .btn {
    padding-inline: 12px;
}
.yandex_market_btn {
    background: #FED42B;
    border-color: #FED42B;
    color: #000;
    width: 100%;
}
.wildberries_btn {
    border-color: #cb11ab;
    margin: 0;
}
.wildberries_btn:hover,
.wildberries_btn:focus {
    color: #fff;
}
.ozon_btn {
    width: 100%;
    background: rgba(0, 91, 255, 1);
    border-color: rgba(0, 91, 255, 1);
    color: #FFF;
    margin: 0;
}
.ozon_btn:hover,
.ozon_btn:focus {
    color: #fff;
}
.catalog_block_marketplace .button_block {
    width: 100%;
}
@media (max-width: 640px) {
    .catalog_block_marketplace.catalog_block .counter_wrapp {
        flex-wrap: wrap;
    }
    .catalog_block_marketplace.catalog_block .counter_wrapp>div {
        flex: 1 1 50%;
        width: 50%;
    }
    .catalog_block_marketplace.catalog_block .counter_wrapp>div.button_block {
        flex: 1 1 100%;
        width: 100%;
    }
    .yandex_market_btn {
        margin: 0;
    }
}
@media (max-width: 380px) {
    .catalog_block_marketplace.catalog_block .counter_wrapp>div {
        flex: 1 1 100%;
        width: 100%;
    }
}