@media (max-width: 1336px) {

    .container,
    .slider-container {
        padding: 0 30px;
    }
	.menu-phone{
		display: flex;
    align-items: center;
	}
    .menu-btn {
        display: flex;
    }
.header-info{
	margin-right:10px;
}
    .header-menu {
        display: none;
        text-align: right;
        position: fixed;
        right: 0;
        top: 0;
        background: #fff;
        flex-direction: column;
        align-items: flex-end;
        max-width: 768px;
        width: 100%;
        height: 100%;
        padding: 120px 40px 20px 30px;
    }

    .header-menu .menu-item {
        font-size: 26px;
        margin-bottom: 40px;
    }

    .menu-item a {
        color: #645050;
    }

    .header-menu.opened {
        display: flex !important;
    }

    .header-wrapper {
        padding: 10px 0 10px 0;
    }

    .key-info {
        max-width: 100%;
    }

    .key-greenhouses {
        padding: 20px 0 20px 0;
    }

    .news-item {
        max-width: 290px;
        margin-bottom: 25px;
    }

    .shop-item {
        margin-bottom: 25px;
    }

    .tabs {
        flex: 1;
    }

    .benefit-item {
        margin-bottom: 25px;
        flex: 1;
    }
}

@media (max-width: 1030px) {
    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 26px;
    }

    .slider-info h1 {
        margin-bottom: 10px;
    }

    .slider-info p {
        margin-bottom: 16px;
    }

    .slide-image img {
        min-height: 420px;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .info-desc {
        font-size: 14px;
    }

    .header-info .number {
        font-size: 26px;
    }

    .slider-info {
        margin-top: 20px;
    }

    .benefit-item {
        flex: 0 1 50%;
        max-width: 100%;
    }

    .news-wrapper {
        gap: 25px;
        justify-content: center;
    }

    .news-item {
        flex: 0 1 100%;
    }

    .benefits {
        padding: 35px 0 35px;
    }

    .shop {
        padding: 35px 0 35px 0;
    }

    .news {
        padding: 34px 0 35px 0;
    }

    .shop-item-name {
        font-size: 24px;
    }

    .shop-item-price {
        font-size: 36px;
    }


    .key-item-small,
    .key-item-large {
        max-width: 154px;
    }

    .about-image {
        display: none;
    }

    .brands-wrap {
        gap: 10px;
    }

    .tabs {
        padding-top: 25px;
        max-width: 100%;
    }
		.shop-wrapper{
		    justify-content: center;
	}
}

@media (max-width: 720px) {

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 26px;
    }

    .key-info p {
        font-size: 14px;
    }

    .key-info-title {
        font-size: 16px;
    }

    .key-info {
        gap: 10px;
    }

    .slider-info h1 {
        margin-bottom: 0px;
    }

    .slider-info {
        max-width: 350px;
    }

    a.button-2,
    a.button {
        padding: 4px 10px;
        font-size: 12px;
    }

    .header-info .info-desc{
      display:none;
    }


	.header-info svg{
		    height: 50px;
    width: 50px;
    padding-top: 10px;
	}

    .slider-info p {
        display: none;
    }

    .key-item-name {
        font-size: 14px;
    }

.product-container{
	display: block;
}
.product-container_img{
	margin-bottom:20px;
	max-width: none;
        margin-right: 0px;
}

.header-menu.opened{
	display: block !important;
}
.header-menu-item {
    font-size: 50px;
    line-height: 80px;
    text-align: center;
}
.header-info svg{
	display:none;
}
}
@media (max-width: 750px) {
		.logo a{
		width: 80px;
    overflow: hidden;
    display: block;
	}
	.logo a img{
		    max-width: none;
	}
}
@media (max-width: 568px) {

    .swiper-pagination {
        display: none;
    }

    .slider-container {
        padding: 0;
    }

    .slider-info {
        max-width: 100%;
        margin-top: 0;
        text-align: center;
    }

    .page-top {
        flex-direction: column;
    }

    .shop-wrapper {
        justify-content: center;
    }

    .benefit-item {
        flex: 0 1 100%;
    }

    .key-item-small {
        flex: 0 1 48%;
    }

    .key-item-small,
    .key-item-large {
        max-width: 100%;
    }

    .slide-image img {
        min-height: 320px;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
	.table-price{
		font-size:18px;
	}
	.table-price td:first-child{
		font-size:14px;
	}
	.header-info svg{
		display:none;
	}
	.header-info .number {
		font-size:26px;
	}
.container, .slider-container{
	        padding: 0 15px;
}
.key-wrapper{
	    display: block;
}
.product-container_body-top {
    display: flex;
    justify-content: space-between;
}
    .product-container_body-top {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
.product-container_body-top>div {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.exitblock .modaltext{
    left: 40%;
    margin-left: -35%;
    width: 90%;
}

}
@media (max-width: 450px) {
	    .header-info .number {
        font-size: 20px;
    }
	    .logo a img {
    
        height: 40px;
    }
	    .logo a {
        width: 50px;
		}
		.menu-btn {
    width: 30px;
    height: 30px;
		}
		.menu-btn-burger {
    width: 20px;
		}
		.menu-btn-burger::before, .menu-btn-burger::after {
			width: 20px;
		}
		.menu-btn-burger::before {
    transform: translateY(-8px);
}
.menu-btn-burger::after {
    transform: translateY(8px);
}
.number-telegram img, .number-max img{
	display: block;
	margin:0 3px;
}
.header-info{
	    display: flex;
    align-content: center;
    align-items: center;
}
}