/* Fonts */
html {
  margin: auto;
  width: auto;
  height: 100vh;
  background: url(../img/bg.jpg) center right / cover no-repeat;
}

body {
  margin: 0;
}

body::before {
  content: open-quote;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(20, 20, 20, 0.769);
  z-index: -1;
}

.head_banners {
  margin: auto;
  width: auto;
}

.head_banner1 {
  margin: auto;
  width: auto;
}

.head_banner2 {
  margin: auto;
  width: 800px;
  padding-top: 20px;
}

.head_banner3 {
  margin: auto;
  width: 400px;
  padding-top: 20px;
  padding-bottom: 15px;
}

.wat_text {
  margin: auto;
  width: 228px;
  font-family: Verdana;
  font-weight: bold;
  text-align: center;
  color: rgba(124, 124, 124, 0);
  background-color: rgba(145, 0, 0, 0);
  border-radius: 10px;
  padding: 10px;
  display: normal;
}

.head_text {
  font-family: Tahoma;
  font-weight: bolder;
  text-align: center;
  color: #FFFFFF;
}

a {
  color: #878787;
  text-decoration: none;
}

@media (max-width: 1280px) {
  .head_banner1 {
    display: none;
  }
  
  .head_banner2 {
    width: 800px;
    padding-top: 0px;
  }
  
  .head_banner3 {
    width: 400px;
    padding-bottom: 25px;
  }
  
  .wat_text {
    margin: auto;
    width: 228px;
    font-family: Verdana;
    font-weight: bold;
    text-align: center;
    color: #7C7C7C;
    background-color: rgba(145, 0, 0, 0.427);
    border-radius: 10px;
    padding: 10px;
    display: normal;
  }
}

@media (max-width: 800px) {
  .head_banner1 {
    display: none;
  }
  
  .head_banner2 {
    width: auto;
  }
  
  .head_banner3 {
    width: 400px;
    padding-bottom: 25px;
  }
  
  .wat_text {
    margin: auto;
    width: 228px;
    font-family: Verdana;
    font-weight: bold;
    text-align: center;
    color: #7C7C7C;
    background-color: rgba(145, 0, 0, 0.427);
    border-radius: 10px;
    padding: 10px;
    display: normal;
  }
}

@media (max-width: 400px) {
  .head_banner1 {
    display: none;
  }
  
  .head_banner2 {
    display: none;
  }
  
  .head_banner3 {
    width: auto;
    padding-top: 0px;
    padding-bottom: 25px;
  }
  
  .wat_text {
    margin: auto;
    width: 228px;
    font-family: Verdana;
    font-weight: bold;
    text-align: center;
    color: #7C7C7C;
    background-color: rgba(145, 0, 0, 0.427);
    border-radius: 10px;
    padding: 10px;
    display: normal;
  }
}

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

.content {
  width: 300px;
  height: 300px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  /*background: url(../img/img_centr.png) center right / cover no-repeat;*/
}
