*, 
*:after,
*:before {
    box-sizing: border-box;
} 


body {
    margin: 0;
    font-family: 'Mulish', sans-serif;

    font-size: 16px;
    line-height: 1.6;
    color: #000;

} 

h1, h2, h3, h4, h5, h6 {
    margin: 0;
} 

/*Arrow*/

/* .arrow {
    width: 30px;
    height: 30px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    position: absolute;
    top: 50%;
}

.arrow--left {
    left: -65px;
    transform: rotate(-135deg);
}

.arrow--right {
    right: -65px;
    transform: rotate(45deg);
} */

/*Container*/

/* .container_intro {
    max-width: 1738px;
    width: 100%;
    margin: 0 auto;
    padding: 0 109px;
}

.container_section {
    max-width: 1738px;
    width: 100%;
    margin: 0 auto;
    padding: 0 109px;

}

.container_partners {
    max-width: 1738px;
    width: 100%;
    margin: 0 auto;
    padding: 0 109px;
} */

.container_intro {
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
}

.container_section {
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
    padding: 0 109px;

}

.container_partners {
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
}


 /*Header*/
.header {
    width: 100%;
    height: 100px;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1000;
    background-color: #fff;
    margin: 0 auto;
/*     position: fixed;*/
 }



 .header_inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center ;
    

 }

 .header_logo {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;

 }
 


/*Navigation*/

.nav {
    font-size: 14px;
    text-transform: uppercase;

 }

 .nav_link {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px;
    position: relative;
    font-size: 20px;
    font-weight: 400;
    
    color: #000;

    text-decoration: none;
    transition: color .2s linear;
 }
 .nav_link:after {
    content: "";
    width: 100%;
    height: 3px;
    
    background-color: rgb(190, 102, 102) ;
    opacity: 0;

    position: absolute;
    top: 100%;
    margin-top: 14px;
    left: 0;
    z-index: 1; 
    transition: opacity .2s linear ;
 }
.nav_link:hover {
    color: rgb(190, 102, 102) ;
}
.nav_link:hover:after {
    opacity: 1;
}


/*Intro*/
.intro {
    position: relative;
    width: 100%;
    max-width: 1850px;
    margin: 0 auto;
    height: 100vh;
    max-height: 1050px;
    background: url("../img/intro_bg.jpg") center no-repeat;
    background-size: cover;

}


.intro_inner {
    position: absolute;
    text-align: right;
    top: 70%;
    right: 10%;
    
}

.intro_name {
    color: #fff;
    font-size: 96px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 28px;
}

.intro_description {
    color: #fff;
    font-size: 36px;
    font-weight: 400;
}

/*Section*/

.section {
  padding: 100px 0;
  wight: 100%;
  max-wight: 1738px
}

.section_header {
    margin-bottom: 100px;
    width: 100%;
    font-size: 60px;
    font-weight: 700;
    line-height: 75.3px;

    color: #000;
    text-transform: uppercase;

}

.section_header--products {
    margin-bottom: 35px;
    
}

.section_header--partners {
    text-align: center;
    margin-bottom: 40px;
}




/*Features*/ 


.features {
  
    display: flex;
    flex-direction: row;
    justify-content: start;
    flex-wrap: wrap;

}

.features_left {
    width: 100%;
    
    height: 524px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}
.features_pic {

    margin: 0  770px;
    width: 524px;
    height: 534px;
    
    position: absolute;

}


.features_item {
    align-items: center;
    position: relative;

    display: flex;
   
    
    
}



.features_num {

    font-size: 48px;
    font-weight: 400;

    
}

.features_line {

    content: "";
    display: block;
    width: 50px;
    height: 2px;

    margin-left: 15px;

    margin-right: 15px;


    background-color: #000;
}

    


.features_text {

    width: 100%;

    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    }

/*Изделия*/

.nav_products {
    display: flex;
    justify-content: center;
 
    margin-bottom: 30px;
    font-size: 14px;
    text-transform: uppercase;
    height: 50px;
    width: 100%;

}

.nav_link_products {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px;
    
    position: relative;
    font-size: 20px;
    font-weight: 400;
    
    color: #000;

    text-decoration: none;
    transition: color .2s linear;
 }
 .nav_link_products:after {
    content: "";
    width: 100%;
    height: 3px;
    
    background-color: rgb(190, 102, 102) ;
    opacity: 0;

    position: absolute;
    top: 60%;
    left: 0;
    z-index: 1; 
    transition: opacity .2s linear ;
 }
.nav_link_products:hover {
    color: rgb(190, 102, 102) ;
}
.nav_link_products:hover:after,
.nav_link_products.active:after  {
    opacity: 1;
}


.nav_link_products.active {
    color: rgb(190, 102, 102) ;
}

.carousel {
    position: relative;
    width: 1264px;
}
.container_photo {
    display: flex;
    overflow-x: scroll;


}
.container_photo::-webkit-scrollbar {

    height: 9px;
    background-color: #f5f5f5 ;

}

.container_photo::-webkit-scrollbar-thumb {
    background:#000;
}

.chapter_name {
    display: flex;
    justify-content: start;
    padding-left: 0;
    margin: 35px 0;
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    height: 50px;
    width: 100%;
    color: #000;

  }





.gallery_item {
    display: flex;
    flex-direction: column;
    justify-content: start;
    margin-right: 44px;
    width: 620px;

}
.gallery_item:last-child {
    margin-right: 0;
}

#photo_container {
    z-index: 5000;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.photo_main {
    max-height: 725px;
    max-width: 1410px;
}

#video_container {
    z-index: 5000;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;

}

.video_main {
    max-height: 750px;
    max-width: 1500px;

}
#video_item {
    cursor: pointer;
    color: rgb(81, 81, 163);
   

}

.close_btn {
    z-index: 5000;
    position: absolute;
    right: 220px;
    top: 110px;
    color: white;
    cursor: pointer;
}

.photo_block {
    height: 510px;
    width: 620px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.photo_item {   
    width: auto;
    height: 510px;
    margin-bottom: 43px;
}

.video_item {   
    width: auto;
    overflow: hidden;

    height: 510px;
    margin-bottom: 43px;
}

.photo_name {
    position: relative;
    font-size: 24px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    
}
.photo_name:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    background-color: #000 ;
    top: 100%;
    margin-top: 15px;
    left: 0;
    z-index: 1; 
}

.photo_description {
    font-size: 20px;
    color: #000;
    margin: 30px 0;
    width: auto;
}

/*Factory */

.machine_row {
    margin-top: 50px;
    display: flex;
    flex: 1 1 0;
    flex-wrap: wrap;

}

.factory_gallery_item {
    display: flex;
    flex-direction: row;
    justify-content: start;
    flex-wrap: nowrap;
}

.factory_photo_item {  
    width: 60%;


    margin-bottom: 43px;
    margin-right: 44px;
}

.photo_right {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.factory_photo_name {

    position: relative;
    font-size: 24px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;

}
.factory_photo_name:after {
    content: "";
    width: git 405px;
    height: 2px;
    position: absolute;

    background-color: #000 ;

    position: absolute;
    top: 100%;
    margin-top: 15px;
    left: 0;
    z-index: 1; 
}

.factory_photo_description {
    font-size: 20px;
    color: #000;
    margin-top: 30px;
    
    width: 100%;

}
table, th, td {
    border: 1px solid;
    height: 50px;
  }
table {
    font-size: 18px;
    margin-top: 15px;
    border-collapse: collapse;
  }

table td:first-child {
    text-align: left;
    padding-left: 10px;

}
table td:last-child {text-align: center;}

 
 


/*Possibilities*/

.possibilities {
    position: relative;
    padding: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}



.possibilities_item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    
    position: relative;


}

.possibilities_img {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    margin-bottom: 40px ;
    height: 355px;
    width: 565px;
    
    
}


.possibilities_num {
    
    font-weight: 400;
    font-size: 48px;
    margin-left: 57px;
    margin-right: 57px;
    margin-bottom: 375px;
    height: 60px;
    width: 58px;
    
}


.possibilities_description {
    display: flex;
    flex-direction: column;
    justify-content: start;

}


.possibilities_title {

    width: 100%;
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 34px;
    text-transform: uppercase;
}


.possibilities_text {
    margin-bottom: 116px;
    font-weight: 400;
    font-size: 20px;
    height: 137px; 
    width: 100%;


}

.possibilities_title--right {
    text-align: right;
}

.possibilities_text--right {
    text-align: right;
}

/*delimetr*/

.delimetr {
    width: 100%;
    max-width: 1920px;
    height: 477px;
    background: url("../img/delimetr.jpg") center no-repeat;
    background-size: cover;
    margin: 0 auto;
}

/*About*/

.about_text {

    width: 100%;
    max-width: 1150px;
    max-height: 310px;
    font-size: 20px;
    font-weight: 400;
    margin-top: -50px;
    margin-bottom: 60px;
    line-height: 25.1px;
}

/*Map*/

.map {
    position: relative;
    width: 100%;


}

.work_time_block {
    padding-top: 30px;
    padding-left: 30px;
    top: 265px;
    left: 307px;
    position: absolute;
    height: 250px;
    width: 400px;
    background-color: #fff;
}

/* .address {
    align-items: center;
} */

.address_item {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 25px;
    line-height: 25.1px;
}

.icon {
    position: absolute;
    top: 0;
    left: 0;
   
}


.company_name {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;

}

.company_info {
    font-size: 20px;
    text-align: left;
    margin-left: 55px;
   
}
.company_tel{ 
    font-size: 20px;
    text-align: left;
    margin-left: 55px;
    text-decoration: none;
    color: #000;

}
.company_tel:hover {
    text-decoration: underline;
    /* color: rgb(81, 81, 163); */
}


.company_info--email {
    text-decoration: none;
    color: #000;
}

.company_info--email:hover {
    text-decoration: underline;
}


/*Bottom block*/

.footer {
    position: relative;
    padding-top: 70px;
    padding-bottom: 30px;
    background-color: #1F1E1E;
    text-align: center;
    width: 100%;
    height: auto;
    
}

.footer_company_name {
    color: #fff;
    margin: 0 auto;
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.footer_company_name--tel {
    text-decoration: none;
 
}

.footer_company_name--tel:hover {
    text-decoration: underline;
    /* color: rgb(81, 81, 163); */
} 


.footer_company_info {
    margin: 0 auto;
    width: 405px;
    height: 70px;
    text-align: center;
}

.footer_company_address {
    color: #fff;
    font-size: 20px;
    margin-bottom: 5px;


}
.mail {
    margin-bottom: 70px;

}

.footer_company_mail {
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

.footer_company_mail:hover {
    text-decoration: underline;
    
}

.footer_logo_div {
    margin: 70px;
    

}

.footer_logo {
    height: 238.95px;
    width: 150px;
   
}

.signature {
    text-align: right;
    position: absolute;
    bottom: 5%;
    /* top: 70px; */
    /* left: 0; */
    right: 1%;
    z-index: 1000;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    text-decoration: none;
    transition: color .2s linear;
 }

 .signature:after {
    content: "";
    width: 100%;
    height: 3px;
    
    background-color: rgb(190, 102, 102) ;
    opacity: 0;

    position: absolute;
    top: -10px;
    left: 0;
    z-index: 1; 
    transition: opacity .2s linear ;
 }
.signature:hover {
    color: rgb(190, 102, 102) ;
}
.signature:hover:after {
    opacity: 1;
}


.partners {
    height: 176px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.partners_item {
    text-align: center;
    /* margin-bottom: 50px; */

    cursor: pointer;
}

.partners_link {
    position: relative;
    color: #000;
    text-decoration: none;
    font-size: 34px;
    line-height: 42.67px;
}

.partners_link:after {
    content: "";
    width: 100%;
    height: 3px;
    
    background-color: rgb(190, 102, 102) ;
    opacity: 0;

    position: absolute;
    top: 150%;
    left: 0;
    z-index: 1; 
    transition: opacity .2s linear ;
}
.partners_link:hover {
    color: rgb(190, 102, 102) ;
}
.partners_link:hover:after {
    opacity: 1;
}

.partners_item:last-child {
    margin: 0;
}





