

body {
  font-family: 'Montserrat';
  background: #e5e5e5;
  
}

.wraper {
  margin: 0 auto;
  height: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 52px rgba(0, 0, 0, 0.05);
}

.content {
    min-height: 100%;
    display: flex;    
    flex-direction: column;
    background: #FFFFFF;
   flex: 1 1 auto;
   justify-content: space-between;
   /* width: inherit; */
  /* border: 1px solid #000; */
}
.container {
  margin: 0 auto;
  max-width: 1200px;
  /* width: 700px; */
  /* border: 1px solid #000; */
}
@media (max-width: 1200px){
  .container{
    max-width: 970px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 750px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: none;
  }
}

.header {
  position: fixed;
  margin: 0 auto;
  background-color: #000000;
  width: 100%;
  color: #FFFFFF;
}

.header-content {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.header-content-menu ul {
  display: flex;
}

.header-content-menu li {
  font-size: 16px;
  text-transform: uppercase;
  padding: 8px;
  margin: 4px;
}
.header-menu-visit {
  text-decoration: underline;
  font-weight: 600;
}
.header-content-menu li:active {
  color: #bf2525;
}

.header-content-logo {
  width: 300px;
  padding: 8px 0px;
}

.logo-image {
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
}


.header-content-contact {}

.icos_block {
  width: 130px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

[class^="contact_"] {
  width: 20px;
  height: 20px;
  color: #444444;
  display: inline-block;
  margin: 4px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.contact_tel {
  background-image: url('../img/icons/tel.png');
}

.contact_mail {
  background-image: url('../img/icons/mail3.png');
}

.contact_YouTube {
  background-image: url('../img/icons/youtube.png');
}

.contact_Facebook {
background-image: url('../img/icons/facebook2.png');
}

.contact_instagram {
  background-image: url('../img/icons/instagram.png');
}

.contact_whatsapp {
  background-image: url('../img/icons/whatsapp.png');
}

.contact_telegram {
  background-image: url('../img/icons/telegram.png');
}

.contact_viber {
  background-image: url('../img/icons/viber.png');
}
/* ______________________________________________________________________ */

