@media (max-width: 1150px) {



}
@media (max-width: 1100px) {
    
    .header .bottom {
        display: none;
    }
    .header .top {
        flex-direction: column;
    }
    .header .callback {
        margin-left: 0px;
        margin-top: 10px;
    }
    .buy-block input {
        padding-left: 0;
    }
    .product-once {
        flex-direction: column;
    }
    .product-once .images, .product-once .description {
        width: 100%;
    }
    .product-once .images li {
        text-align: center;
    }
    .product-once .description {
        margin-top: 30px;
    }
/*
    .product-once .images {
        width: 300px;
    }
    .product-once .description {
        margin-top: 0;
        width: calc(100% - 350px);
    }
*/

}
@media (max-width: 1050px) {
    
    .navigation .main-menu {
        display: none;
        position: absolute;
        top: 50px;
        right: 0;
        flex-direction: column;
        background: #fff;
        box-shadow: -2px 2px 5px rgba(20, 20, 20, 0.2);
        padding: 10px 0;
    }
    .navigation .main-menu.o {
        display: flex;
    }
    .navigation .main-menu a {
        color: #141414;
        padding: 5px 30px;
    }
    .navigation .openmenu {
        display: flex;
    }
    .navigation .wrapper {
        justify-content: space-between;
    }
    .categories li {
        width: calc(100% / 3 - 30px);
    }
    .products > ul li {
        width: calc(100% / 2 - 30px);
    }
    .row-cart .image {
        display: none;
    }
    .row-cart .name {
        width: calc(100% - 450px);
        padding-left: 20px;
    }
	.slider .title {
		font-size: 60px;
	}

}
@media (max-width: 800px) {

    .sidebar {
        display: none;
    }
    .catalog-flex .products {
        width: 100%;
    }
    .product-once {
        width: 100%;
    }
    .row-cart .price {
        display: none;
    }
    .row-cart .name {
        width: calc(100% - 350px);
        padding-left: 20px;
    }
    
}
@media (max-width: 750px) {
    
    .categories li {
        width: calc(100% / 2 - 30px);
    }
    .opencontact {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
    .header .top {
        display: none;
        position: absolute;
        top: 45px;
        background: #fff;
        z-index: 9999;
        box-shadow: -2px 2px 5px rgba(20, 20, 20, 0.2);
        padding: 10px;
        left: 50%;
        transform: translateX(-50%);
        white-space: nowrap;
    }
    .header .middle {
        display: none;
    }
    .header .top.o {
        display: flex;
    }
    .header .phone a {
        font-size: 20px;
    }
    .header .callback a {
        padding: 5px 5px;
        font-size: 12px;
    }
    .slider .lightSlider li {
        height: 350px;
    }
    .header .cart i {
        margin-right: 0;
    }
    .cart a > span {
        display: none;
    }

}
@media (max-width: 700px) {

    .row-cart {
        flex-wrap: wrap;
        justify-content: center;
    }
    .row-cart .name {
        width: 100%;
        padding-left: 20px;
        text-align: center;
        margin-bottom: 15px;
    }
    .row-cart .count, .row-cart .total, .row-cart .delete {
        width: auto;
        margin: 0 10px;
    }

}
@media (max-width: 650px) {

	.row-table {
		flex-wrap: wrap;
	}
    .row-table > div {
		width: 50%;
	}
	.row-table > div:nth-child(3) {
		border-left: 1px solid #ccc;
		border-bottom: 1px solid #141414;
	}
	.row-table > div:nth-child(4) {
		border-bottom: 1px solid #141414;
	}
	.slider .title {
		font-size: 40px;
	}

}
@media (max-width: 630px) {
    
    .calc {
        flex: 0 0 100%;
    }
    .result_calc {
        flex-direction: column;
    }
    .result_calc div + div {
        margin: 10px 0 0 0;
    }

}
@media (max-width: 500px) {

    .order-form {
        flex-direction: column;
    }
    .order-form .right {
        margin: 0;
    }
    .order-form > div {
        max-width: 100%;
    }
	.slider .desc {
		padding: 15px 20px;
		line-height: 35px;
		font-size: 25px;
	}

}
@media (max-width: 450px) {

    .logo img {
        width: 180px;
    }
    .opencontact, .header .cart i {
        width: 30px;
        height: 30px;
    }
    .categories li {
        width: calc(100% - 30px);
    }
    .catalog-li {
        width: 240px;
    }
    .navigation .catalog {
        font-size: 15px;
    }
    .products > ul li {
        width: calc(100% - 30px);
    }
    .price-block {
        flex-direction: column;
    }
    .buy-block {
        margin-top: 15px;
    }

}
@media (max-width: 400px) {
    
    .tabs-links li {
        padding: 10px 20px;
        font-size: 15px;
    }

}