:root {
    --basic-grey: #eeeeee;
    --basic-grey-hover: #DFDFDF;
    --basic-grey-active: rgba(213, 213, 213);
    --basic-grey-dark: #283136;
    --basic-grey-light: #666666;
    --basic-grey-special: #444444;
    --basic-grey-social: #E1E1E1;
    --basic-red: #FB565A;
    --basic-red-hover: #E74246;
    --basic-red-active: #D7373B;
    --basic-green: #00CA74;
    --basic-green-hover: #00BC6C;
    --basic-green-active: #00AA62;
    --basic-yellow: #EFC849;
    --basic-yellow-hover: #EAB534;
    --basic-yellow-active: #E5A722;
    --basic-white: #ffffff;
    --basic-black: 	rgb(0, 0, 0);
    --basic-catalog-grey: #283136;
    --basic-button-black-text: 	rgba(0, 0, 0, .3);
    --basic-button-text:  	rgba(255, 255, 255, .3);
    --basic-grey-breadcrumbs: #DBDBDB;
  }
  
  /* ------------------BASE------------------ */
  body{
    margin: 0;
    padding: 0;
    font-family: "Nunito";
  font-size: 16px;
    
  }
  ul,ol {
    margin: 0;
    padding-left: 20px;
     }







  .body-container{
   
    margin-bottom: 65px;
    background-color: #fff;
    border-radius: 30px;
    padding: 15px;
    color:#000;
    box-shadow: 3px 3px 50px rgba(0, 0, 0, 0.075);
   
 
    -webkit-transition: all 0.25s linear 0ms;
    transition: all 0.25s linear 0ms;
  }
  .body-container:hover {
    box-shadow: 3px 3px 50px rgba(0, 0, 0, 0.15);
  }


  @media only screen and (min-width: 1200px) and (max-width: 1920px) {
    .container {
      max-width: 1200px;
    }
  }
  
  
  
  @media only screen and (min-width: 281px) and (max-width: 575px) {
  
    .container   {
      max-width: 420px;
    }
  }

  .page {
    height: 100%;
  }
  .page-body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    color:#fff;
    text-transform: none;
    background-color: #fff;
    min-height: 100%;
    font-family: "Nunito";
    
  }
  a {
    text-decoration: none;
    color:#fff;

  }
  
  img {
    max-width: 100%;
    height: auto;
  }




.main-header {
    background-color: #161616;
   
}
  

  


.body-desc {
  width: 100%;
  max-width: 960px;
  height: 100px;
  background-color: #000;
  margin:  0 auto;
  padding:20px;
  border-radius: 30px;
  
  position: relative;
  top:-60px;
  display: flex;
  align-items: center;
  justify-content: center;

}

.body-subtitle {
  text-align: center;
  margin-bottom: 15px;
  font-size: 28px;
}



.body-title {

  font-weight: bold;
  color: #000;
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 15px;
  
}
.logo-img {
  margin: 60px 0;
  display: flex;
  justify-content: center;

}



@media only screen and (max-width: 1199px) {
  .body-title {
    font-size: 38px;
  }
  .body-desc {
    max-width: 830px;
  }
  .body-subtitle {
    font-size: 26px;
  }
  
}

@media only screen and (max-width: 992px) {
  .body-title {
    font-size: 32px;
  }
  .body-desc {
    max-width: 610px;
  }
  .body-subtitle {
    font-size: 24px;
  }
}

@media only screen and (max-width: 768px) {
  .body-title {
    font-size: 26px;
    
  }
  .body-desc {
    height: 88px;
    max-width: 440px;
  }
  .body-subtitle {
    font-size: 20px;
  }
  
}


@media only screen and (max-width: 575px) {
  
 
  .body-desc {
    height: 78px;
    max-width: 350px;
  }
 
}





@media only screen and (max-width: 481px) {
  
  .body-desc {
    max-width: 340px;
  } 
}





.maps-title{
  font-family: 'oswald', sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
  margin: 50px 0;

}

.body-text {
  font-size: 16px;
  line-height: 1.55em;
  margin: 0 auto;
  padding: 20px 30px;
}

@media only screen and (max-width: 1199px) {
  .body-text {
    font-size: 15px;
    line-height: 1.65em;
  }
}

@media only screen and (max-width: 767px) {
  .body-text {
    font-size: 14px;
  }
  .body-text {
   
    padding: 20px 5px 0px;
  }
  
}








.addres {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: -2px;
    text-transform: uppercase;
    font-family: 'oswald', sans-serif;
    color:#e3000f;
    margin: 0;
    
}
.addres-link,
.phone-link
 {
    animation-duration: 3s;
    color:#e3000f;
}
.addres-link:hover,
.phone-link:hover
 {
    transition: .3s;
    color:#94050e;
}
.work-time {
    font-size: 15px;
    margin: 0;
}

.phone {
    font-size: 20px;
    font-weight: bold;
    font-family: 'oswald', sans-serif;
}



.maps {
    width: 1320px;
    margin: 0 auto;
   
   
  
}

.maps-subtitle {
  font-family: 'oswald', sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
  margin: 0;
 
}


.maps-desc {
   width: 100%;
   max-width: 960px;
   margin:  0 auto;
   margin-top: 30px;
   margin-bottom: 30px;
}

.maps-ya{
  display: flex;
  justify-content: space-evenly;
}