.tns-slide-active img{
    max-width: 100%;
}

/*====================  Кнопки  ====================*/
.but_blue{
	cursor: pointer;
	transition: background ease .2s, border-color ease .2s;
}
.smContainer .but_blue:hover, .product-main-info .but_blue:hover, .p_minicard .but_blue:hover{
	background: #02DAF3;
	border-color: #02DAF3;
}
[class*="but_"]{
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    height: 40px;
    min-width: 160px;
    line-height: 38px;
    padding: 0 12px;
    border-radius: 50px;
    transition: background-color .4s, color .4s, border-color .4s;
}
[class*="but_"]:hover{
    text-decoration: none;
}
.but_white{
    border: 1px solid #000;
    color: #000;
}
.but_white:hover{
    border: 1px solid #10a1b1;
    color: #10a1b1;
}
.but_blue, .but_available{
    border: 1px solid #12b6c8;
    background-color: #12b6c8;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 12px !important;
    height: 32px !important;
    min-height: 0 !important;
    line-height: 32px !important;
    min-width: 0;
    display: block;
    margin: 0 auto;
    max-width: 130px;
    padding: 0 12px !important;
}
.but_blue:hover{
    background-color: #10a1b1;
    color: #fff;
}
.but_black{
     border: 1px solid currentColor;
     color: #242a35;
 }
.but_black:hover{
    background-color: rgba(36, 42, 53, 0.99);
    color: #fff;
}
.but_grey{
    border: 1px solid currentColor;
    background-color: #EEE;
    color: #242a35;
}
.but_grey:hover{
    background-color: #CCC;
    border: 1px solid currentColor;
    cursor: not-allowed;
}
.butWrap{
    text-align: center;
}
/*====================  Табы с каруселью товаров  ====================*/
.p_minicard{
    position: relative;
    text-align: center;
}
.pm_label{
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    z-index: 1;
}
.pm_label.sale{
    background-image: url(images/label-sale.png);
}
.pm_img{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    position: relative;
}

.pm_img img{
    height: auto;
    max-width: 100%;
}
.pm_price{
    margin-bottom: 20px;
    font-size: 13px;
    min-height: 46px;
}
.popularInSection .pm_price del{
    color: #9ba3af;
    margin-right: 10px;
}
.pm_btns button{
    font-size: 14px;
}
.p_minicard_name {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 18px;
    margin: 0 0 10px;
    height: 33px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.popularInSection-inner .labble{
    width: 40px;
}

.popularInSection-wrap{
    /*opacity: 0;*/
    min-height: 444px;
    border-radius: 5px;
    border: #ecf1f5 1px solid;
    padding: 20px 6% 40px;
    margin: 0 0 30px;
}
.popularInSection-title{
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 30px;
    text-align: center;
}
.popularInSection-inner{
    max-width: 165px;
    margin: 0 auto;
}
.popularInSection-wrap .slick-arrow{
    text-indent: -999px;
    overflow: hidden;
    left: 0;
    top: 44%;
}
.popularInSection-wrap .slick-next{
    left: auto;
    right: 0;
}

/*====================  Настольные  ====================*/

@media screen and (min-width: 1201px){
    /*====================  Карусель товаров  ====================*/

    .pm_img{
        overflow: hidden;
    }
    .pm_img img{
        transition: transform .3s;
    }
    .pm_img:not(.no-hover):hover img{
        transform: scale(1.08);
    }


}

/*====================  Планшетные и мобильные  ====================*/

@media screen and (max-width: 1200px){

    /*====================  Карусель товаров  ====================*/

    .m_tabsWrap .ui-tabs-nav li{
        font-size: 2.0rem;
    }
    .m_tabsWrap .ui-tabs-nav a{
        height: 56px;
        padding: 0 10px;
        white-space: normal;
    }

    /*====================  Подвал  ====================*/




}

@media screen and (min-width: 1160px) {
    .popularInSection-wrap {
        padding: 20px 3% 40px;
    }
}

/*====================  Планшетные  ====================*/
@media screen and (max-width: 1025px) {
    .pig_img img{
        width: 346px;
    }
}
/*====================  Мобильные  ====================*/

@media screen and (max-width: 800px){

    .pm_price{
        font-weight: bold;
    }

}

@media screen and (max-width: 500px){
    .popularInSection-inner .p_minicard_name{
        height: 50px !important;
    }
}
@media screen and (max-width: 420px){
    .popularInSection-wrap {
        padding: 20px 10px 30px;
    }
}