@media only screen and (max-width: 2560px) {

}

@media only screen and (max-width: 1920px) {

}

@media only screen and (max-width: 1600px) {
  
}


@media only screen and (max-width: 1366px) {

}

@media only screen and (max-width: 1280px) {
    
    
}

@media only screen and (max-width: 1139px) {
    .profit-on-main__box:nth-child(4) {
        border-right: none;
    }    
}

@media only screen and (max-width: 992px) {
    
    body.body-locked {
        padding-right: 0px;
    }
    
    body.body-locked .phone-call-img {
        right:10px;
        transition: none;
    } 

    .slider-item-inner-box {
        width: 90%;
    }

    .post-w-sidebar__on-single {
        grid-template-columns: 1fr;
    }  
 
    .hidden-big {
        display: block!important;
    }

    .hidden-small {
        display: none!important;
    }

    .thumbnail-box {
        padding:0;
    }

}

@media only screen and (max-width: 920px) {
    
    .profit-on-main__box:nth-child(3) {
        border-right: none;
    }   
    
    .profit-on-main__box:nth-child(4) {
        border-right: solid 1px #e6e6e6;
    }   
}


@media only screen and (max-width: 768px) {
    .to-know-more {
        font-size: 13px;
        padding: 5px 15px;
    }
    
	#top-cart {
        margin-right: 10px;
	}
    
    .tinv-wishlist .product-thumbnail a img {
       min-width:100%!important;
        height: auto;
    }
    
    .logo-in-modal img.custom-logo {
        min-height: 50px!important;
    }
    
    .slider-item__bg {
        display: none;
    }
    
    .slider-item__bg-mobile {
        display: block;
    }
    
    .product-btn__order {
        width: 100%;
    }
    
}


@media only screen and (max-width: 700px) {
    
    .products-link__title {
        font-size: 1rem;
    }   
    
    .profit-on-main__box:nth-child(2) {
        border-right: none;
    }       
    
    .profit-on-main__box:nth-child(3) {
        border-right: solid 1px #e6e6e6;
    }
    
    .profit-on-main__box:nth-child(4) {
        border-right: none;
    }   
}


@media only screen and (max-width: 640px) {
    
    .slider-1-box button.slick-arrow {
        display: none!important;
    }
    
	.woocommerce-form-login .form-row {
		width:95%!important;
		float:none!important;
	}
    
    .aftersession-slider__txt-box__text {
        font-size: .8em;
    }
    
    .aftersession__ordrecall {
        width: 100%;
    }
    
    .main-page__counter-digit {
        font-size: 3em;
    }
    
    .products-kind__box {
        grid-template-columns: 1fr 1fr;
        grid-template-areas: "prod_a prod_b" "prod_a prod_c" "prod_d prod_d" "prod_e prod_f";
        grid-gap: 10px;
    }
    
    .products-kind__block__header {
        font-size: 13px;
        margin-top: 0;
    }
    
    .products-kind__block__header:nth-child(1) {
        word-break: break-all!important;
        width: calc(100% - 40px)!important;
    }
    
    .presentation-box__header {
        max-width: 90%;
    }
    
    .presentation-box__btn {
        width: 100%;
    }
    
    .cta-on-news__btnz-box .thy-btn__ordercall {
        width: 100%;
    }
} 


@media only screen and (max-width: 480px) {
    .my-footer li {
        font-size: 13px;
        padding-top: 3px;
        padding-bottom: 3px;
    }
    
     .with-yandex {
		width:100%;
	}
	
	.with-yandex img {
		height:60px;
	}
} 


@media only screen and (max-width: 320px) {

} 