@media screen and (max-width: 1162px) {
    .container {
        padding: 0 30px;
    }
    .dont__know ul li .text,
    .dont__know .swiper .text {
        background-color: rgba(255, 255, 255, 0.8);
    }
    .demo__mosaic {
        padding: 30px;
    }
    .dont__know ul li {
        padding: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .full__width__slider {
        height: 600px;
    }
    .full__width__slider .swiper .slide-text {
        width: 80%;
    }
    .demo__swipe__mosaic__element {
        height: 300px;
    }
    .youtube__video video {
        height: 500px;
    }
    .comments .swiper {
        height: 300px;
    }
    .demo__mosaic .text {
        width: 100%;
    }
    .demo__mosaic .text h3 {
        margin-bottom: 5px;
    }
    .demo__mosaic {
        flex-direction: column;
        gap: 20px;
    }
    .demo__mosaic .image {
        height: 350px;
    }
    .about__us .text__image {
        flex-direction: column;
    }
    .manager__info {
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width: 900px) {
    footer {
        flex-direction: column;
    }
    header ul li {
        padding: 0 8px;
    }
    nav {
        display: none;
    }
    .hamburger__icon {
        display: block;
    }
    header .logo img {
        width: 160px;
        height: 18px;
    }
    .text__comments li {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }
    .comments .swiper {
        height: 250px;
    }
    :root {
        font-size: 13px;
    }
    .with__banner__image {
        height: 550px;
    }
    .with__banner__image p {
        width: 60%;
    }
    .text__image div h3 {
        margin-bottom: 40px;
    }
    .section__title.single {
        padding: 30px 0;
    }
    .dealers__banner {
        flex-direction: column;
        text-align: center;
    }
    .dealers__banner .text img {
        margin-top: 20px;
    }
    .product__info {
        flex-direction: column;
    }
    .product__info .left,
    .product__info .right {
        width: 95%;
        margin: 0 auto;
    }
    .product__additional__info {
        flex-direction: column;
    }
    .product__additional__info .left,
    .product__additional__info .right {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .full__width__slider {
        height: 450px;
    }
    .demo__swipe__mosaic > div {
        grid-template-columns: 1fr;
    }
    .demo__swipe__mosaic__element {
        height: 350px;
    }
    .product__catalog__list {
        grid-template-columns: 1fr;
    }
    footer .banner {
        flex-direction: column;
        gap: 20px;
    }
    footer .right .info {
        flex-direction: column;
        align-items: flex-start;
    }
    .youtube__video video {
        height: 350px;
    }
    .yellow__section {
        flex-direction: column;
    }
    .yellow__section .text,
    .yellow__section .image {
        width: 100%;
    }
    .dealers__grid {
        grid-template-columns: 1fr;
    }
    .promo__bg ul {
        padding: 10px;
    }
    .promo__bg ul li {
        flex-direction: column;
        padding: 10px;
    }
    .promo__bg ul li p {
        width: 100%;
        margin-top: 10px;
    }
    .contact__specialist {
        padding: 10px;
    }
    .image__banner h1 {
        font-size: 1.7rem;
        text-align: center;
    }
    .delivery__type ul li {
        flex-direction: column;
        text-align: center;
        gap: 5px;
    }
    .delivery__type ul li h3 {
        margin-bottom: 10px;
    }
    .delivery__type ul li > div:nth-of-type(2) {
        padding: 20px 0;
        border-left: 0;
        border-right: 0;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
    }
    .product__info .product__thumb__swiper {
        height: 400px;
    }
    .links {
        flex-direction: column;
    }
}
@media screen and (max-width: 680px) {
    header ul li:nth-of-type(1),
    header ul li:nth-of-type(2) {
        display: none;
    }
    .text__comments .images img {
        width: 80px;
        height: 80px;
    }
    .demo__swipe__mosaic__element {
        height: 300px;
    }
    .full__width__slider .swiper .slide-text h1 {
        font-size: 2.5rem;
    }
    .section__title {
        font-size: 1.7rem;
    }
    .with__banner__image {
        height: 300px;
    }
    .contact__header {
        padding: 20px;
        transform: translateY(20px);
    }
    .form-row {
        grid-template-columns: 1fr;
        margin-bottom: 0;
    }
    .form-row input {
        margin-bottom: 10px;
    }
    .cart table button {
        width: 25px;
        height: 25px;
        font-size: 1rem;
    }
    .cart table span {
        margin: 0 5px;
    }
    .footer__image {
        width: 250px;
    }
}
@media screen and (max-width: 555px) {
    .basket__inner table button {
        width: 30px;
        height: 30px;
    }
    .basket__tbody img {
        width: 60px !important;
        height: 60px !important;
    }
    .basket__inner {
        width: 85%;
        padding: 15px;
    }
    .basket__inner table span {
        margin: 0 5px !important;
    }
}
@media screen and (max-width: 455px) {
    header ul li:nth-of-type(3) {
        display: none;
    }
}
