body{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #2D2D2D;
    background: #222222;
    font-weight: 400;
}
/*   в форме убирает контур  */
:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2em;    
    color: #fff;
}
img{
    display: block;
    max-width: 100%; 
}
ul,li{
    display: block;
    padding: 0;
    margin: 0; 
}
.container{
    width: 1360px;
    margin: 0 auto ;
}
.header{
    padding: 46px 0;
    background: #222222;
}
.header__set{
    display: flex;
    align-items: center;

}
.menu{
    margin: 0 50px 0 auto;
    display: flex;
    align-items: center;
    gap: 50px;
}
.menu__item_a{
    text-transform: uppercase;
    color: #FFFFFF;
}
.header__btn{
    padding: 16px 32px;
    border: 1px solid #36AC82;
    color: #fff;
}
.header__btn:hover{
    background: #36AC82;
}
.header__menu{
    display: none;
}
.active__menu{
    display: block;

}
.individuell{
    padding: 120px 0;
    background: #2D2D2D;
    border-top: 5px solid #36AC82;
    border-bottom: 5px solid #36AC82;
}
.individuell__title{
    font-weight: 400;
    font-size: 64px;
    color: #fff;
    text-transform: uppercase;
}
.individuell__span{
    font-weight: 700;
    color: #36AC82;
   
}
.individuell__title:first-child{
    margin-left: 80px;
}
.individuell__btn{
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    padding: 16px 173px;
    background: #36AC82;
    display: block;
    width: 426px;
    margin-left: auto;
}
.individuell__btn:hover{
    background: #1F6D51;
}
.image{
    width: 100%;
    height: 691px;
    background: url(../img/image-1.png) no-repeat center;
}
.info{
    padding: 100px 0;
    background: #36AC82;
}
.info__wrapp{
    display: flex;
    flex-direction: column;
    gap: 40px;

}
.info__set{
    display: flex;
    gap: 40px;
    justify-content: end;
}
.info__set_title{
    width: 862px;
    text-transform: uppercase;
}
.info__set_title-1{
    text-align: end;
    font-weight: 400;
}
.info__set_title-2{
    font-weight: 400;
}
.info__set_text{
    width: 426px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.info__set_text-1{
    font-weight: 700;
    font-size: 32px;
}
.info__set_text-2{
    line-height: 150%;
}
.unsere{
    padding: 100px 0;
    background: #2D2D2D;
}
.unsere__title{
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    font-size: 64px;
    margin-bottom: 60px;
}

.unsere__set{
    display: flex;
    padding-bottom: 20px;
    border-bottom:  1px solid #818181;
    margin-bottom: 20px;
    
}
.unsere__set:hover{
    border-bottom:  1px solid #36AC82;
}
.unsere__wrapp{
    height: 440px;
}
.unsere__column{
    width: 440px;
    margin: 0 auto 0 40px;
}
.unsere__column_set{
    display: flex;
    flex-direction: column;

}
.unsere__column_title{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 48px;
    color: #36AC82
}
.unsere__column_text{
    color: #E1E1DA;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
}
.unsere__img_wrapp{
    height: 5px;
}
.unsere__column_img{
    width: 32px;
    height: 32px;
    margin-top: auto;
    
}
.unsere__btn{
    width: 426px;
    display: block;
    margin: 30px auto 0;
    text-transform: uppercase;
    color: #fff;
    background: #36AC82;
    padding: 16px 173px;
    
}
.unsere__btn:hover{ 
    background: #1F6D51; 
    
}
.verk{
    background: #222222;
    padding: 115px 0;
}
.verk__set{
    display: flex;
    justify-content: space-between;
}
.verk__wrapp{
    width: 426px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.verk__title{
    font-weight: 400;
    font-size: 64px;
    text-transform: uppercase;
    margin-bottom: 60px;
}
.verk__text-1{
    
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    line-height: 150%;
}
.verk__text-2{
    color: #797979;
}
.verk__span{
    color: #36AC82;
}
.ordning{
    padding: 100px 0;
    background: #2D2D2D;
}
.ordning__set{
    display: flex;
    justify-content: space-between;
}
.ordning__title{
    font-weight: 400;
    font-size: 64px;
    text-transform: uppercase;
}
.contact__form{
    display: flex;
    flex-direction: column;
    width: 900px;
    gap: 25px;
}
.intup__set{
    display: flex;
    justify-content: space-between;
}
.input__column{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 426px;
}
.input__column_mod{
    display: flex;
    flex-direction: column;
    gap: 10px;
  
}
.intup__set{
    font-weight: 400;
    font-size: 18px;
    color: #fff;
}
.input{ 
    height: 58px;
    font-weight: 400;
    font-size: 24px;
    padding-left: 40px;
    border: 1px solid #36AC82;
}

.input::placeholder{
    font-weight: 400;
    font-size: 24px;
  
}

.checkbox__set{
    display: flex;
    align-items: center;
}
.label{
    color: #797979;
    cursor: pointer;
}
.label__span{
    padding-left: 10px;
    color: #36AC82;
    text-decoration-line: underline;
}
.custom-checkbox{
    position: relative;
    z-index: -1;
    opacity: 0;
    
}
.custom-checkbox+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}
.custom-checkbox+label::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 2px solid #36AC82;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    cursor: pointer;
    margin-left: -13px;
}
.custom-checkbox:checked+label::before {
    border-color: #36AC82;
    background-color: #2D2D2D;
    background-image: url("../img/box.png");
}

    

.file-upload {
    display: flex;
    align-items: center;
   
}
.file-img{
    width: 26px;
    height: 26px;
}
#file-name{
    color: #fff;
    padding-left: 10px;
    font-weight: 400;
    font-size: 16px;
}
.file-input {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
    padding-left: 10px;
}
input[type="file"] {
    display: none;
}
  
.file-input-mod{
    font-weight: 400;
    font-size: 14px;
    color: #797979;
    padding-left: 10px;
}
.form__btn{
    background: #36AC82;
    border: none;
    text-transform: uppercase;
    color: #fff;
    padding: 16px 0;
    cursor: pointer;
    letter-spacing: 0.1em;
}
.form__btn:hover{
    background: #1F6D51;
}
.footer{
    padding: 100px 0;
    background: #222222;
}
.footer__set-1{
    display: flex;
    
}
.direction__set{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 auto 0 260px;
}
.direction__set_item{
    display: flex;
    align-items: center;
    gap: 10px;
}
.direction__text{
    color: #fff;
}
.social__set{
    display: flex;
    gap: 10px;
}
.social__wrapp{
    width: 40px;
    height: 40px;
    background: #36AC82;
    padding: 8px;
}
.social__wrapp:hover{
    background: #1F6D51;
}
.footer__set-2{
    display: flex;
    padding-top: 100px;
    align-items: end;
}
.kit__set{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0 auto 0 470px;
}
.kit__item{
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    text-decoration-line: underline;
}
.privacy{
    color: #fff;
}
.global{
    padding: 120px 0;
    background: #2D2D2D;
    border-top: 5px solid #36AC82;
    border-bottom: 5px solid #36AC82;
}
.global__title{
    font-weight: 400;
    font-size: 64px;
    text-transform: uppercase;
}
.services{
    background: #222222;
    padding: 50px 0;
}

.tabs__content {
    display: none; /* Скрыть все контенты по умолчанию */
}

.tabs__content.active__tab {
    display: block; /* Отобразить активный контент */
}

.tabs__set{
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 90px;
}
.tab__item{
    font-weight: 400;
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 24px;
    background: #2D2D2D;
}

.active__item{
    background: #36AC82;

}
.tabs__content_1{
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
   
}
.tabs__content_2{
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
    align-items: end;
    
}
.tabs__text{
    width: 426px;
    font-weight: 400;
    font-size: 18px;
    color: #E1E1DA;
    line-height: 150%;
}
.tabs__img_1{
    width: 426px;
    height: 279px;
}
.tab__img_2{
    width: 426px;
    height: 446px;
}
.tabs__img_3{
    width: 426px;
    height: 330px;
}
.tabs__img_4{
    width: 892px;
    height: 533px;
}
.tabs__img_4{
    width: 892px;
    height: 533px;
}
.tabs__img_5{
    width: 426px;
    height: 399px;
}
.tabs__img_6{
    width: 426px;
    height: 284px;
    margin-left: auto;
}
.tabs__img_7{
    width: 1358px;
    height: 533px;
}
.quick{
    padding: 100px 0;
    background: #222222;
}
.speed__set{
    display: flex;
    gap: 40px;

}
.speed__title{
    font-weight: 400;
    font-size: 32px;
    text-transform: uppercase;
    line-height: 150%;
}
.young__set{
    display: flex;
    justify-content: end;
    margin: 40px 0 100px;
}
.young__wrapp{
    display: flex;
    gap: 40px;
    padding-bottom: 25px;
    border-bottom: 1px solid #818181;
}
.young__column{
    display: flex;
    flex-direction: column;
    gap: 75px;
    width: 426px;
    color: #fff;
}
.young__text{
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
}
.production__set{
    display: flex;
    flex-direction: column;
    width: 868px;
    gap: 25px;
}
.production__title{
    text-transform: uppercase;  
    font-size: 32px;
}
.production__text{
    color: #fff;
    font-size: 18px;
    line-height: 150%;
}
.image-2{
    width: 100%;
    height: 1067px;
    background: url(../img/image-4.png )no-repeat center ;
}
.quality{
    padding: 100px 0;
    background: #222222;
}
.quality__title{
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
}
.lean__set{
    padding-top: 50px;
    margin-top: 25px;
    border-top: 1px solid #818181;
}
.lean__wrapp{
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 50px;
}
.lean__set_img{
    display: flex;
    gap: 40px;
}
.lean__column{
    display: flex;
    flex-direction: column;
    width: 892px;
    color: #fff;
    gap: 25px;
}
.lean__text{
    font-size: 18px;
    line-height: 150%;
}
.team{
    background: #222222;
    padding-bottom: 100px;
    
}
.team__set{
    display: flex;
    width: 420px;
    color: #fff;
    margin: 0 auto;
    
}

.team__set::before{
    content: '';
    display: block;
    border: 1px solid #818181;
}
.team__wrapp{
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding-left: 25px;
}
.team__title{
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
}
.team__text{
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
}
.gallery{
    padding: 100px 0 ;
    background: #222222;
}
.gallery__set{
    display: flex;
    flex-direction: column;
}
.gallery__more{
    display: flex;
    gap: 15px;
    align-items: center;
    color:#36AC82;
    width: 275px;
    margin-left: auto;
}
.gallery__text{
    font-weight: 400;
    font-size: 24px;
    text-transform: uppercase;
}
.gallery__more:hover{
    color: #fff;
}
.gallery__wrapp_1{
    display: flex;
    margin-top: 50px;
    gap: 40px;
    justify-content: end;
    align-items: end;
}
.gallery__text_mod{
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
}
.gallery__wrapp_2{
    display: flex;
    justify-content: space-between;
    margin: 100px 0;
}
.gallery__wrapp_3{
    display: flex;
    gap: 40px;
}
.gallery__img_1{
    width: 892px;
    height: 600px;
}
.gallery__img_2{
    width: 426px;
    height: 588px;
}
.gallery__img_3{
    width: 426px;
    height: 407px;
}
.gallery__img_4{
    width: 426px;
    height: 673px; 
}
.gallery__img_5{
    width: 892px;
    height: 600px;
}
.gallery__img_6{
    width: 426px;
    height: 288px;
}
.new{
    padding: 100px 0;
    background: #222222;
}
.new__set{
    display: flex;
    flex-direction: column;
    gap: 50px;
    
    align-items: end;
}
.new__wrapp{
    display: flex;
    flex-direction: column;
    gap: 50px;
    
    padding-top: 30px;
    border-top: 1px solid #818181;
    width: 1040px;
    margin-bottom: 100px;
}
.new__text{
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    margin-right: auto;
}
.new__title{
    width: 892px;
    font-size: 48px;
    font-weight: 400;
    text-transform: uppercase;
}
.new__line{
    display: flex;
   
}
.new__img{
    width: 892px;
    height: 299px;
    margin-left: auto;
}
.new__btn{
    padding: 16px 0;
    width: 892px;
    font-weight: 400;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    color: #36AC82;
    border: 1px solid #36AC82;

}
.new__btn:hover{
    background: #36AC82;
    color: #fff;
}
.image-3{
    width: 100%;
    height: 970px;
    background: url(../img/Kontakt-1.png )no-repeat center ;
}
.details{
    margin-top: -200px;
    width: 1173px;
    height: 400px;
    background: #36AC82;
}
.details__set{
    display: flex;
    gap: 200px;
    padding: 100px 0 0 280px;
}
.details__wrapp{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.details__item{
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 30px;
    margin-left: -70px;
}
.details__item_text{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 32px;
    color: #222222;
}
.details__text{
    width: 200px;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #fff;
}
.order{
    background: #222222;
    padding: 150px 0;
}
.order__set{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.order__wrapp{
    width: 426px;
    display: flex;
    flex-direction: column;
}
.order__title{
    font-weight: 400;
    font-size: 64px;
    line-height: 150%;
    text-transform: uppercase;
    color: #fff;
}
.order__btn{
    color: #fff;
    text-transform: uppercase;
    padding: 16px 0;
    text-align: center;
    border: 1px solid #36AC82;
}
.order__btn:hover{
    background-color: #36AC82;
}
.error{
    padding: 200px 0;
    border-top: 5px solid #36AC82;
    background: #2D2D2D;
    height: auto;
}
.error__set{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.error__title{
    width: 820px;
    font-size: 68px;
    line-height: 150%;
    text-transform: uppercase;
    font-weight: 400;
}
.error__number{
    font-weight: 400;
    font-size: 200px;
    line-height: 150%;
    text-transform: uppercase;
    color: #fff;
}
.error__span{
    color: #36AC82;
}
.error__btn{
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    width: 426px;
    padding: 16px 0;
    text-align: center;
    background: #36AC82;
}
.error__btn:hover{
    background: #1F6D51;
}
.error__wrapp{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
/* Стили фиксированного header */
.scrolled  {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition:  0.3s ease-in-out;
}

/*992-1399*/
@media screen and (max-width:1399px) {
	.container{
		max-width: 960px;
	}
    .header__set{
        justify-content: space-between;
    }
    .header__menu{
        width: 24px;
        height: 24px;
        display:flex;
    }
    .menu{
        position: fixed;
        z-index: 9999;
        justify-content: center;
        top: 147px;
        left: 0;
        width: 100%;
        margin: auto;
        background: #222222;
        height: 100%;
        display: none;
    }
    .active__menu{
        display: block;
    }
    .menu__item{
       display: flex;
       text-align: center;
       margin: 0 auto;
       padding: 15px 0 5px 50px;
    }
    .burger__img{
        margin: auto;
        
    }
    .header__btn{
        margin: 0 30px 0 auto;
    }
    .individuell__title:first-child{
        margin-left: 0;
    }
    .individuell__btn{
        margin: 40px auto 0;
    }
    .info__set {
        justify-content: center;
    }
    .verk__title{
        text-align: center;
    }
    .verk__set{
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
    .ordning__set{
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
    .direction__set{
        margin: 0 auto;
    }
    .footer__set-2{
        justify-content: space-between;
    }
    .kit__set{
        margin: 0 ;
    }
    .tabs__set{
        flex-wrap: wrap;
    }
    .tabs__content_1{
        flex-direction: column;
        align-items: center;
    }
    .tabs__content_2{
        flex-direction: column;
        align-items: center;
    }
    .tabs__content_3{
        flex-direction: column;
        align-items: center;
    }
    .tabs__img_4{
        width: 426px;
        height: 399px;
    }
    .tabs__img_6{
        margin-left: 0;
    }
    .image-2{
        height: 500px;
        background-size: cover;
    }
    .image-3{
        height: 700px;
        background-size: cover;
    }
    .lean__wrapp{
        align-items: center;
    }
    .gallery__img_1{
        width: 692px;
        height: 400px;
    }
    .gallery__img_5{
        width: 692px;
        height: 400px;
    }
    .gallery__wrapp_2{
        flex-wrap: wrap;
        gap: 40px;
        justify-content: center;
    }
    .gallery__img_2{
        height: 407px;
    }
    .gallery__img_4{
        height: 407px;
    }
    .new__wrapp{
        width: 100%;
    }
    .new__set{
        align-items: center;
    }
    .new__title{
        text-align: center;
    }
    .new__text{
        text-align: center;
    }
    .details{
        width: 100%;
    }
    .details__set{
        padding:100px 0  ;
        
        justify-content: center;
    }
    .order__set{
     
        justify-content: center;
    }
    .error__set{
        flex-direction: column;
    }
    .error__wrapp{
        align-items: center;
    }
    .error__title{
        text-align: center;
    }
}

/*768-991*/
@media screen and (max-width:991px){
	.container{
		max-width: 720px;
        
	}
    .info__set_title{
        width: 100%;
    }
    .info__set{
        gap:25px;
    }
    .unsere__set{
        flex-direction: column;
        gap: 15px;
        justify-content: center;
        align-items: center;
    }
    .unsere__column{
        margin: 0;
    }
    .unsere__img{
        width: 426px;
        height: 283px;
    }
    .unsere__column_img{
        margin-left: auto;
    }
    .unsere__title{
        text-align: center;
    }
    .tabs__set{
        justify-content: center;

    }
    .contact__form{
        width: 100%;
    }
    .input__column{
        width: 350px;
    }
    .speed__set{
        flex-direction: column;
        align-items:  center;
    }
    .speed__title{
        text-align: center;
    }
    .speed__img{
        width: 426px;
        height: 426px;
    }
    .young__img{
        width: 426px;
        height: 426px;
    }
    .young__set{
        width: 100%;
    }
    .young__wrapp{
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
    .young__column{
        width: 100%;
    }
    .production__set{
        width: 100%;
        text-align: center;
    }
    .production__text{
        width: 100%;
        text-align: center;
    }
    .lean__set_img{
        flex-direction: column;
    }
    .lean__column{
        width: 100%;
    }
    .gallery__wrapp_1{
        flex-direction: column;
    }
    .gallery__wrapp_3{
        flex-direction: column-reverse;
    }
    .new__btn{
        width: 100%;
    }
    .image-2{
        height: 420px;
    }
    .image-3{
        height: 420px;
    }
    .details{
        margin-top: 0;
    }
    .details__set{
        gap: 100px;
    }
    .error__title{
        width: 100%;
    }
   
}	

/*576-767*/
@media screen and (max-width:767px){
	.container{
		width: 540px;
		
	}
    .individuell{
        padding: 70px 0;
    }
	.individuell__title{
        font-size: 32px;
    }
    .image{
        height: 320px;
    }
    .info__set{
        flex-direction: column;
    }
    .info__set_title{
        text-align: center;
    }
    .info__set_title-1{
        text-align: center;
    }
    .info__set_text{
        width: 100%;
        text-align: center;
    }
    .intup__set{
        flex-direction: column;
        gap: 20px;
    }
    .input__column{
        width: 100%;
    }
    .footer__set-1{
        flex-direction: column;
        gap: 30px;
    }
    .direction__set{
        margin: 0;
    }
    .footer__set-2{
        padding-top: 30px;
    }
    .image-2{
        height: 320px;
    }
    .image-3{
        height: 320px;
    }
    .details{
        padding:  70px 0;
        height: auto;
    }
    .details__set{
        gap: 40px;
        padding: 0;
        flex-direction: column;
        align-items: center;
    }
    .new__line{
        flex-direction: column;
        gap: 20px;
    }
    .new__title{
        text-align: start;
        width: 100%;
    }
    .gallery__img_1{
        width: 100%;
    }
    .gallery__img_5{
        width: 100%;
    }
    .global{
        padding: 70px 0;
    }
    .error{
        padding: 150px 0;
    }
    .error__title{
        font-size: 40px;
    }
}
/*458-575*/
@media screen and (max-width:575px){
	.container{
		width: 100%;
		padding: 0 15px;
        max-width: 100%;
	}
    .footer__set-2{
        flex-direction: column;
        align-items: start;
        gap: 30px;
    }
    .new__img{
        background-size: cover;
        height: 200px;
    }
    .new__wrapp{
        margin-bottom: 50px;
    }
    .unsere__column{
        width: 100%;
    }
    .unsere__column_title{
        font-size: 32px;
    }
    .error__number{
        font-size: 140px;
    }
}
/*375-457*/
@media screen and (max-width:457px){
	.container{
		width: 100%;
		padding: 0 15px;
        max-width: 100%;
	}
    .header__btn{
        display: none;
    }
    .menu{
        top: 133px;
    } 
    .global__title{
        font-size: 32px;
    }
    .individuell__btn{
        width: 100%;
        padding: 16px 0;
        text-align: center;
    }
    .image{
        height: 250px;
    }
    .info__set_title-1{
        font-size: 30px;
    }
    .info__set_title-2{
        font-size: 30px;
    }
    .unsere__title{
        font-size: 32px;
    }
    .unsere__btn{
        width: 100%;
        padding: 16px 0;
        text-align: center;
    }
    .verk__title{
        font-size: 32px;
    }
    .verk__wrapp{
        width: 100%;
    }
    .ordning__title{
        font-size: 32px;
    }
    .input::placeholder{  
        font-size: 18px;
    }
    #property-select{
        font-size: 18px;
    }
    .label{
        font-size: 16px;
    }
    .label__span{
        font-size: 16px;
    }
    .input{
        padding-left: 20px;
    }
    .tabs__text{
        width: 100%;
    }
    .tabs__img_1{
        width: 100%;
        height: 280px;
    }
    .tabs__img_2{
        width: 100%;
        height: 280px;
    }
    .tabs__img_3{
        width: 100%;
        height: 280px;
    }
    .tabs__img_4{
        width: 100%;
        height: 280px;
    }
    .tabs__img_5{
        width: 100%;
        height: 280px;
    }
    .speed__img{
        width: 100%;
        height: 345px;
    }
    .young__img{
        width: 100%;
        height: 345px;
    }
    .team__set{
        width: 100%;
    }
    .gallery__img_1{
        width: 100%;
        height: 288px;
    }
    .gallery__img_2{
        width: 100%;
        height: 288px;
    }
    .gallery__img_3{
        width: 100%;
        height: 288px;
    }
    .gallery__img_4{
        width: 100%;
        height: 288px;
    }
    .gallery__img_5{
        width: 100%;
        height: 288px;
    }
    .new__title{
        font-size: 32px;
    }
    .order__wrapp{
        width: 100%;
        gap: 20px;
    }
    .order__title{
        font-size: 40px;
        text-align: center;
    }
    .error__btn{
        width: 100%;
    }
}
/*320-374*/
@media screen and (max-width:374px){
	.container{
		width: 100%;
		padding: 0 15px;
        max-width: 100%;
	}
    .info__set_title-1{
        font-size: 25px;
        
    }
    .info__set_title-2{
        font-size: 25px;
        
    }
    .direction__set_item{
        flex-wrap: wrap;
    }
    .tab__item{
        font-size: 28px;
    }
    .speed__title{
        font-size: 25px;
    }
    .speed__img{
        height: 300px;
    }
    .young__img{
        height: 300px;
    }
    .production__title{
        font-size: 25px;
    }
    .details__item{
        margin-left: 0;
    }
    .error__number{
        font-size: 100px;
    }
}

