

h1,h2,h3,h4,a{opacity: 0.97;}

img{
  image-rendering: auto;
}

.Header_background
{
  background-color: linear-gradient(to right, #F6EFD2, #C2C2C2);;
}

.container {
    width: 1170px;
    margin: 0 auto;
    height: 100%;
}

html,
body {
  height: 100%;
}
.main_block {
  min-height: 100%;
  padding-bottom: 87px;
}

body{
    min-width: 1250px;
    font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  background: white;
}

b
{
font-weight: 700;
}

header{
height: 87px;
display: flex;
}



.logo{
  display: flex;
  align-items: center;
    width: 18%;
    flex-direction: row;
}

.Logo_container
{
  width: 100%;
  object-fit: contain;
}


.allur-menu {
    width: 82%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    letter-spacing: 2.5px;
}

ul.allur-ul{
    display: flex;
   }

   li.allur-li {
    margin-left: 42px;
    opacity: 0.7;
   }

   li.allur-liActive {
    margin-left: 42px;
    opacity: 1;
   }

   li.allur-liActive a {
    text-decoration: none;
    color: #000;
   }

   li.allur-li a{
    text-decoration: none;
    color: #000;
   }

   li.allur-li:hover{
    opacity: 1;
    transition: all 0.2s ease;
   }

   .burger
   {
       width: 20%;
       height: 100%;
       display: none;
   }

   .menu
{
  display: flex;
  flex-direction: column;
 align-items: center;
  background: #3f5e22;
  letter-spacing: 2.5px;
  height: 100%;
  text-transform: uppercase;
}

li.allur-liBurgerActive,li.allur-liBurger
{
 opacity: 0.7;
 margin: 40px;
}

li.allur-liBurgerActive a,li.allur-liBurger a
{
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  line-height: 25px;
 }

.copyright_logo
{
    padding-right: 3px;
}


li.allur-liBurgerActive
{
 opacity: 1;
 text-transform: uppercase;
 line-height: 25px;
}
  footer{
      display: flex;
      height: 87px;
      font-size: 14px;
      text-align: right;
      align-items: center;
      line-height: 20pt;
  }

  .Companyname_years
  {     
      width: 70%;
      text-align: left;
  }

  .Tel{
    width: 15%;
  }

   .Tel a
   {
       text-decoration: none;
         color: black;
   }
  
  .Fax_email{
    width: 15%;
  }
  
   .Fax_email a
   {
       text-decoration: none;
       color: black;
   }

.breadcrumbs
{
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
}

  .breadcrumbs_item_on
  {
    color: #3f5e22;
    margin-left: 3px;
    margin-right: 3px;
    text-decoration: none;
  }

  .breadcrumbs_item_off
  {
    color: black;
    margin-left: 3px;
    margin-right: 3px;
    text-decoration: none;
  }

  /* Общие стили */

.font-24px
{
  font-size: 24px;
}

.font-20px
{
  font-size: 18px;
}

.font-12px
{
  font-size: 14px;
}

.fontcolor_green
{
  color: #3f5e22;
}

.font-48px
{
  font-size: 48px;
}

.font-36px
{
  font-size: 36px;
}

.font-28px
{
  font-size: 28px;
}

  /* Конец общих стилей */