.header-left{

    width: auto;

}
.header-left:after{
    width: 40vw;
    top: -60%;
    right: 10%;
    left: inherit;

}
.header{
    z-index:  5;
}
.header-left a{
    position: relative;
    z-index: 5;

}
.header-left-wrap{
    display: flex;
    flex-direction: column;
    width: 400px;
}
.header-contacts{
    max-width: 280px;
}
.header-catalog-wrap{
    position: relative;
}
.header-catalog-wrap:hover .header-catalog{
    display: block;
}
.header-catalog{
    display: none;
    position: absolute;
    top: calc(100%);
    left: 0;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    min-width: 300px;
    border-radius: 10px;
    overflow: hidden;
;
}
.header-catalog > li > a{
    display: flex;
    height: 50px;
    padding: 10px;
    line-height: 1;
    align-items: center;
}
.header-catalog > li > a:hover{
    background: var(--main);
    color: var(--white);
}
.page{
    padding-bottom: 80px;
}
.page-inner{
    max-width: 720px;
    margin: auto;
}
.slider .swiper-button-next, .slider-3 .swiper-button-next{
    background: rgba(256, 256, 256, 0.8);
    width: 50px;
    height: 50px;
    border-radius: 25px;
    font-size: 32px;
}
.slider .swiper-button-prev, .slider-3 .swiper-button-prev{
    background: rgba(256, 256, 256, 0.8);
    width: 50px;
    height: 50px;
    border-radius: 25px;
    font-size: 32px;
}
.gallery__slide{
    height: 320px;
}
.category__section{
    margin-bottom: 40px;
    box-shadow: 0 0 10px #ccc;
    padding: 20px;
}
.category__section_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
.category__section_img{
    width: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 40px;
    max-height: 320px;
}
.category__section_img img{
    max-height: 100%;
    max-width: 100%;
}
.category__section_content{
    flex: 1;
}
.category__section_h3{
    margin-bottom: 20px;
    font-size: 24px;
}
.category__section_text{
    margin-bottom: 20px;
}
.support-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--main);
    margin-bottom: 20px;
    padding-bottom: 20px;
    flex-wrap: wrap;
}

.contacts{

}
.contacts-cols{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contacts-left{
    border: 1px solid var(--main);
    border-radius: 10px;
    width: 49%;
    padding: 20px;
    background: var(--main);
}
.contacts-left .feedback__form {
    max-width: 800px;
}
.contacts-right{
    border: 1px solid var(--main);
    border-radius: 10px;
    width: 49%;
    padding: 40px;
}
.contacts-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.contacts-social{
    font-size: 32px;
}

.contacts-top-name img{
    max-width: 250px;
}
.contacts-item{
    font-family: var(--font-accent);
    margin-bottom: 20px;
}
@media(max-width: 1720px){
    .header-left:after{
        right: 30%;
        top: -50%;
    }
}

@media (max-width: 1440px){
    .header-contacts {
        max-width: 53px;
    }
}


@media(max-width: 1300px){
    .header-left:after{
        right: 40%;



    }
}

@media(max-width: 1160px) {
    .header-left {
        display: none;
        /*}*/
    }
    .category__section_img{
        width: 240px;
        max-height: 240px;
    }
}
@media(max-width: 800px){
    .category__section_wrap{
        justify-content: center;
    }
    .category__section_img{
        margin-right: 0;
        margin-bottom: 20px;
    }
    .category__section_img img{
        max-height: 100%;
        max-width: 100%;
    }
    .category__section_content{
        flex: none;
        width: 100%;
    }
    .category__section_h3{
        font-size: 18px;
    }
    .category__section_text{
       font-size: 14px;
    }
    .category__section_wrap .btn{
        width: 100%;
        max-width: 100%;
    }

    .contacts-cols{
        flex-direction: column-reverse;
    }
    .contacts-left{
        width: 100%;
    }
    .contacts-right{
        width: 100%;
        padding: 20px;
        margin-bottom: 20px;
    }
}

    @media(max-width: 560px){
        .slider .swiper-button-next, .slider-3 .swiper-button-next{
            width: 42px;
            height: 42px;
        }
        .slider .swiper-button-prev, .slider-3 .swiper-button-prev{
            width: 42px;
            height: 42px;
        }
        :root {
            --swiper-navigation-size:24px;
        }
        .support-link{
            width: 100%;
            min-width: 100%;
            margin-top: 10px;
        }
        .contacts-top-name img{
        max-width: 150px;
                 }
    }
.inner-header h1{

}

.service-text{
    margin-bottom: 100px;
}

.textfield.error{
    border: 1px solid orangered;
}

.about__img{
    margin: 100px 0 50px 0;
}
.gallery__list{

}