.product-info-block-price-clarify{
    margin-left: 0px;
    font-size: 25px;
    margin-top: 8px;
    color: #972522;
}

.product-item-number{
    margin-bottom: 8px;
}

.catalog-content .product-item-number-minus, .catalog-content .product-item-number-plus{
    display: inline-block;
    padding: 5px;
}
a.close{
    cursor: pointer;
}

.catalog-content-item-buy-block .product-item-number {
    margin-bottom: 8px;
    width: 50%;
    float: left;
}

.catalog-content-item-buy-block .product-item-number input[type='text'] {
    width: 40%;
    text-align: center;
}
.catalog-content-item-buy-block .catalog-content-item-button2{
    float: right;
    margin: 0;
}

.application {
    position: initial !important;
    display: block !important;;
}
.application .contacting{
    -webkit-transform: none !important;;
    transform: none !important;;
    position: initial !important;;

}

.catalog-content-item-images img{
    width: 100%;
}

@media (max-width: 426px) {
    .sidebarLeft .popular-item{
        width: 100%;
    }
    .pagin ul.pagination li.disabled {
        display: none;
    }
    .pagin ul.pagination li.next, .pagin ul.pagination li.prev{
        width: auto;
    }
}
@media (max-width: 841px) {
    .sidebarLeft .popular-item{
        width: 45%;
    }
}

.product-info-text{
    overflow: auto;
}

/*@media (max-width: 360px) {*/
    /*.catalog-content-wrap {*/
        /*width: 50%;*/
    /*}*/
/*}*/
#sort{
    z-index: 1000;
}

/* Анимации появления и исчезновения могут иметь */
/* различные продолжительности и динамику.       */
.slide-fade-enter-active {
    transition: all .3s ease;
}
.slide-fade-leave-active {
    transition: all .8s cubic-bezier(1.0, 0.5, 0.8, 1.0);
}
.slide-fade-enter, .slide-fade-leave-to
    /* .slide-fade-leave-active до версии 2.1.8 */ {
    transform: translateX(10px);
    opacity: 0;
}

.notify{
    border-color: #bc1d0c;
    max-width: 325px;
}

@media (max-width: 600px) {
    .product-info-block-bottom, .product-info-block-top {
         padding: 0;
    }
}

.slick-track {
    max-height: 485px;
    overflow: hidden;
}

#bestBroducts .bestBroducts__image img{
    width: 100%;
}

.product-info-text p.video{
     position: relative;
     width: 100%;
     height: 0;
     padding-bottom: 56.25%;
 }

.product-info-text .video iframe{
    position: absolute;
    width: 50%;
    height: 50%;
}

@media (max-width: 421px) {
    .product-info-text .video iframe{
        width: 100%;
        height: 100%;
    }
}

.product-info-text p, .product-info-text span{
    font-size: 12pt !important;
}

.product-info-color-image {
    width: 100%;
    height: 42px !important;
}