
/* Страница MAIN */

hr
{
    display:none;
}

.background1{
    width: 100%;
    height: 606px;
    background-image: url(../img/background1.png);
    background-color:lightgrey;   
}

.background2{
    width: 100%;
    background-color:#3f5e22;    
}

.background3{
    width: 100%;
    background-color:#b1b1b1;
    margin-top: -87px;
    /*Минус Высота футера*/
    height: 87px;
}

.main_info
   {
       display: flex;
       height: 519px;
   }

   .single-item{
       display: flex;
       flex-direction: column;
       width: 45%;
       height: 94%;
   }
    
   .slider_img{
       height: 85%;
       width: 100%;
       margin-top: 70px;
   }
   .slider_img img{
  margin: 0 auto;
  object-fit: contain;
  
}

.slider_text
{
    height: 15%;
    padding-top: 25px;
 width: 100%;
 font-size: 14px;
 line-height: 15pt;
 text-transform: uppercase;
 text-align: center;
}

.content{
   padding-left: 90px;
    padding-top: 71px;
    display: flex;
    width: 55%;
    flex-direction: column;
}

.allur_microcaption
{
 display: flex;
 height: 23px;
}

.allur_microcaption_background
{
    width: 270px;
    background-color: #c2c2c2;
    font-size: 14px;
}

.allur_microcaption_caption
{
 display: flex;
 padding-top: 4px;
 justify-content: center;
 color: #3f5e22;
}
.main_caption{
 padding-top: 10px;
 font-size: 24px;
 letter-spacing: 2px;
 text-transform: uppercase;
 line-height: 27.94pt;
 color: #3f5e22;
}

.allur_description
{
 padding-top: 10px;
 font-size: 14px;
 text-transform: uppercase;
 line-height: 22.11pt;
 width: 100%;
 text-align: justify;
}

.flexbox_layout
{
 display: flex;
 flex-direction: column;
}

.flexbox_layout_text{
    height: 66px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: 0.9;
}

.flexbox_layout_text_completeprojects
{
color: white;
letter-spacing: 2px;
}

.flexbox_layout_text_showmore
{
 font-size: 14px;
 color: white;
 letter-spacing: 1.5px;
 text-decoration: underline;
 opacity: 0.9;
}

.block_completeprojects
{
   display: flex;
   width: 100%;
}

.block_completeprojects a{
    padding: 10px 0 10px 0;
    text-decoration: none;
}

.block_completeprojects_element
{
   width: 263px;
   height: 255px;
   background-color:lightgray;
   border-radius: 5px;
   text-align: center;
   opacity: 0.85;
   margin: 0 15px 15px 15px;
}

.block_completeprojects_element:hover
{
    transform: scale(1.02);
    transition: all 0.2s ease-in-out;
    opacity: 1;
}

.block_completeprojects_element_img{
    border-radius: 5px 5px 0 0;
    width: 100%;
    height: 70%;
    object-fit: cover;
    
}

.block_completeprojects_element_title{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px 25px 0 0;
    height: 30%;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
}

.block_completeprojects_element_title p{
   color: black;
   line-height: 1.2;
}

/* Конец MAIN */




/* Страница Contacts */

.background_contacts
{
    width: 100%;
    background-color:white;
    
}

.Contacts_format
{
    display: flex;
    justify-content: center;
}

.Contacts_titles{
    margin-top: 24px;
    text-transform: uppercase;
    text-align: center;
}

.Contacts_captions{
    margin-top: 7px;
    text-transform: uppercase;
    text-align: center;
    line-height: 24px;
}

.Contacts_section
{
    margin-top: 18px;
    width: 750px;
    padding: 20px 0 20px 0;
    background: #c1cbb8;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.Contacts_section_tel1{
    width: 50%;
    padding-right: 56px;
    text-align: end;
}

.Contacts_section_tel1 p{
  padding: 8px 0px 8px 8px;
}

.Contacts_section_tel2 p{
    text-transform: uppercase;
    padding: 8px 0px 8px 8px;
  }

.Contacts_section_tel2{
    width: 50%;
    padding-right: 56px;
    text-align: end;
}

iframe{
    margin-top: 10px;
}

.requisites
{
    text-decoration: underline;
    color: #3f5e22;
    margin-bottom: 20px;
}
/* Конец Contacts */


/* Страница Production */

.production_section{
width: 100%;
margin-top: 20px;
display: flex;
flex-direction: row;  
}

.production_buttons{
    width: 42%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.production_content
{width: 58%;
    padding-top: 25px;
    height: 100%;
    text-align: justify;
    padding-left: 25px;
    display: flex;
    flex-direction: column;
    line-height: 21px;
}

.production_content p{
    text-indent: 25px;
    padding-bottom: 10px;
}


.production_title
{
    padding: 25px 0 15px 0;
    text-transform: uppercase;
}
.production_buttons_section
{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.production_buttons_section a
{
    text-decoration: none;
    color: black;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 6px;
}

.production_buttons_section_button
{
    margin: 10px 0 10px 0;
    width: 100%;
    height: 90px;
    line-height: 25px;
opacity: 0.9;
display: flex;
align-items: center;
}

.production_buttons_section_button a:hover
{
    opacity: 1;
    background-color: #3f5e22;
    color: white;
    transition: all 0.2s ease;
}

.Production_img_left
{
float: left;
margin-right: 15px;
margin-bottom: 15px;
margin-top: 15px;
object-fit: contain;
}

.Production_img_center
{
    object-fit: contain;
    margin-left: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
text-align: center;
display: flex;
justify-content: center;
}

.Production_img_right
{
    object-fit: contain;
    margin-left: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
float: right;
}

.Download_catalog
{
    display: flex;
    flex-direction: row;
    align-items: center;

}

.Download_catalog a
{
    display: flex;
    flex-direction: row;
    text-decoration: none;
    color: black;
    padding: 10px 10px 10px 25px;
    opacity: 0.9;
    text-transform: uppercase;
}

.Download_catalog a:hover
{
    opacity: 1;
    background-color: #3f5e22;
    transition: all 0.3s ease;
}

.Download_catalog a p
{
    display: flex;
    padding: 0;
    padding-right: 5px;
    align-items: center;
    text-indent: 0px;
}

/* Конец Production */



/* Начало lvpde */

.lvpde_product_cards_area
{
    padding-top: 20px;
    display: flex;
    flex-direction: row;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.lvpde_product_cards_area_wrap
{
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    height:1000px;
    text-align: center;
    text-transform: uppercase;
}

.lvpde_product_cards
{
    margin: 10px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #3f5e22;
    opacity: 0.9;
    flex: 1 1 100%;
}

.lvpde_product_cards:hover
{
    transform: scale(1.07);
    transition: all 0.2s ease-in-out;
    opacity: 1;
}

.lvpde_product_cards div img
{
    max-width: 100%;
    height: 300px;
    max-height: 300px;
    flex: 1 1 100%;
    object-fit: contain;
}

.lvpde_product_cards div h2
{
    width: 100%;
    padding:15px 0 15px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

/* Конец lvpde */



/* Production_inc */

.production_img_crop
{
    max-width: 510px;
    max-height: 510px;
}

.Production_container
{
    display: flex;
    flex-direction: column;
}

.Komponovka div
{
    margin: 20px 0 20px 0;

}

.kso112_content
{
    padding-top: 20px;
    text-align: justify;
}

.kso112_content p
{
    margin-bottom: 20px;
    text-indent: 30px;
    line-height: 18.11pt;
}

.li_specifications
{
    list-style-type: disc;
    margin: 7px 0px 7px 0px;
    line-height: 17.11pt;
}

.kso112_additions
{
    width: 100%;
    height: 240px;
margin-top: 40px;
    background: #3f5e22;
    color: white;
}

.kso112_additions h2
{
    padding: 15px;
    display: flex;
    justify-content: center;
    color: white;
    text-transform: uppercase;
}
.kso112_additions_li:nth-child(1)
{
    margin: 0;  
}
.kso112_additions_li
{
    margin: 20px 10px 20px 10px;
    list-style-type: none;
}

.kso112_additions_li a
{
    color: white;
    text-decoration: none;
}

.kso112_additions_li :hover
{
    color: black;
    transition: all 0.2s ease-in-out;
}

.Komponovka
{
    width: 100%;
}

.production_slider
{
    width: 100%;
}


.production_slider img
{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    object-fit: contain;
}

/* End Production_inc */



/* doc */

.navigation_container
{
    display: flex;
    flex-direction: row;
    margin: 20px 0 30px 0;
}

.custom_input
{
    width: 65%;
    border-radius: 0px;
    border-width: 0.5px;
    padding-left: 10px;
    height: 30px;
    margin: 1px;
}

.custom_select
{
    width: 19%;
    border-radius: 0px;
    border-width: 0.5px;
    height: 30px;
    margin: 1px;
}

.custom_button {
    position: relative;
    background-color: #3f5e22;
    border: none;
    color: #FFFFFF;
    width: 10%;
    text-align: center;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    height: 30px;
    margin: 1px;
}

.custom_button:after {
    content: "";
    background: #f1f1f1;
    display: block;
    position: absolute;
    padding-top: 300%;
    padding-left: 350%;
    margin-left: -20px !important;
    margin-top: -120%;
    opacity: 0;
    transition: all 0.8s
}

.custom_button:active:after {
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: 0s
}

.cancel_button {
    margin: 1px;
    position: relative;
    background-color: #3f5e22;
    border: none;
    color: #FFFFFF;
    width: 4%;
    height: 30px;
    text-align: center;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
}

.cancel_button:after {
    content: "";
    background: #f1f1f1;
    display: block;
    position: absolute;
    padding-top: 300%;
    padding-left: 350%;
    margin-left: -20px !important;
    margin-top: -120%;
    opacity: 0;
    transition: all 0.8s
}

.cancel_button:active:after {
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: 0s
}

.Documents_container
{
    display: flex;
    flex-direction: column;
}

.Documents_container_card
{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 70px;
    background: #c1cbb8;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 10px 0 10px 0;
    border-radius: 5px;
}

.Documents_container_card_img
{
 width: 10%;
 display: flex;
 justify-content: center;
}

.Documents_container_card img
{
    
 display: flex;
 justify-content: center;
}

.Documents_container_card_title
{
    width: 70%;
    display: flex;
    
    align-items: center;
}

.Documents_container_card_title a
{
    color: black;
}

.Documents_container_card_category
{
    width: 20%;

}
/* end doc */



/* quality */

.Certificates_slider
{
    padding-top: 20px;
 width: 100%;
 display: flex;
 flex-direction: row;
}

.container_certificates {
    position: relative;
    width: 16.55%;
    object-fit: contain;
    margin: 3px;
  }
  
  .image_1 {
    width: 100%;
    height: auto;
  }
  
  .overlay_1 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color:  #3f5e22;
    opacity: 0.9;
    overflow: hidden;
    width: 100%;
    height: 100%;
    transform:scale(0);
    transition: .3s ease;
  }
  
  .container_certificates:hover .overlay_1 {
    transform: scale(1);
  }

  .text_1 {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
  }

.slick-prev {
    left: 50px;
    z-index: 1;
  }
  .slick-next {
    right: 50px; 
  }
  .slick-prev:before, .slick-next:before
  {
      color: black;
      font-size: 30px;
  }


  
/* END quality */