body{
  font-family: 'Raleway', sans-serif;
  color: #fff;
  margin: 0;
}
header{
  display: flex;
  justify-content: center;
  align-items: center;
  position: sticky;
  background-color: #fff;
  top: 0;
  z-index: 1;
}
.header2{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  background-color: #fff;
  top: 0;
}
.header__logo{
  height: 60px;
}

a{
  text-decoration: none;
  color: black;
  margin-bottom: 15px;
}
.button a{
  display: inline-block;
  line-height: 1;
  text-decoration: none; /* Убираем подчеркивание */
  cursor: pointer;
}
.button  a:after{
      background-color: #cac531; /* Цвет линии при наведении на нее курсора мыши */
      display: block;
      content: "";
      height: 2px; /* Высота линии */
      width: 0%;
      -webkit-transition: width .3s ease-in-out;
      -moz--transition: width .3s ease-in-out;
      transition: width .3s ease-in-out;
}
.button a:hover:after,
.button a:focus:after{
  width: 100%;
}
.footer__container a{
  display: inline-block;
  line-height: 1;
  text-decoration: none; /* Убираем подчеркивание */
  cursor: pointer;
}
.footer__container  a:after{
      background-color: #cac531; /* Цвет линии при наведении на нее курсора мыши */
      display: block;
      content: "";
      height: 2px; /* Высота линии */
      width: 0%;
      -webkit-transition: width .3s ease-in-out;
      -moz--transition: width .3s ease-in-out;
      transition: width .3s ease-in-out;
}
.footer__container a:hover:after,
.footer__container a:focus:after{
  width: 100%;
}
header a{
  font-size: 15px;
  font-weight: 600;
  margin-right: 25px;
  margin-bottom: auto;
}
button{
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  color: #fff;
  background-color: #cac531;
  border: none;
  border-radius: 15px;
  cursor: pointer;
  padding: 15px;
}
.about__info{
  max-width: 550px;
}
.about__info img{
  height: 300px;
}
.about{
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size:cover;
}
.about h1{
  font-size: 70px;
  line-height: 76px;
}
.about p{
  font-size: 18px;
  line-height: 30px;
  opacity: 0.8;
}
.about button{
  font-size: 18px;
  border-radius: 20px;
  padding: 20px 25px;
  margin-top: 20px;
}
.about{
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-top: 115px;
  padding-bottom: 115px;
}
.form__container{
  width: 100%;
  max-width: 550px;
}
.form{
  background-color: #1d263a;
  color: #fff;
  padding: 11px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.form h1{
  font-size: 48px
}
.form p{
  font-size: 18px;
  opacity: 0.65;
}
.form__group{
  display: flex;
  flex-direction: column;
  text-align: left;
}
.container{
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.form form{
  display: grid;
  grid-gap: 20px;
  margin-top: 60px;
}
.form label{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.form input{
  font-size: 18px;
  color: #213053;
  height: 60px;
  padding-bottom: 0;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 15px;
  border-radius: none;
}
.form select{
  font-size: 18px;
  color: #213053;
  height: 60px;
  padding-bottom: 0;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 15px;
  border-radius: none;
}
.form__submit{
  font-size: 18px;
  font-weight: 600;
  margin-top: 40px;
}
select{
  appearance: none;
}
input{
  outline: none;
}
footer{
  margin-top: 90px;
  margin-bottom: 90px;
  margin-left: 20px;
  margin-right: 20px;
  font-weight: 600;
  font-size: 16px;
  background-color: #fff;
  color: black;
}
.footer__container{
  display: flex;
  justify-content: center;
  font-family: sans-serif;
  font-weight: lighter;
}
button:hover{
  transition-timing-function: ease-in;
  background-color: #FFE000;
  transition: 0.3s;
}
.footer__copyright{
  margin-top: 40px;
  text-align: center;
  opacity: 0.5;
}
.footer__group{
  margin-right: 80px;
  opacity: 0.7;
  margin-bottom: 30px;
}
.footer__group2{
  margin-right: 80px;
  opacity: 0.7;
  margin-bottom: 30px;
}
.footer__group3{
  margin-right: 80px;
  opacity: 0.7;
  margin-bottom: 30px;
}
.footer__links{
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.footer__links2{
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.footer__links3{
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

.gallery{
  overflow: hidden;
  padding: 2rem 0;
  text-align: center;
  background-color:#1d263a;
}
.gallery .img{
  width: 100%;
  max-width: 34rem;
  height: 22rem;
  display: inline-block;
  overflow: hidden;
  border: .1rem solid #0c0a0c;
  margin: 1rem;
  cursor: pointer;
  border-radius: 15px;
}
.gallery .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
  
}
.gallery .img img:hover{
  transform: scale(1.2)
}
.container .gallery{
  display: initial;
  justify-content:center ;
  align-self: center;
  flex-wrap: wrap;
  gap: 10px;
}
.container .gallery .img{
  width: 100%;
  max-width: 350px;
  border-radius: 20px;
  overflow: hidden;
}
.container .gallery .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  transition: .5s;
}
.container .gallery .img:hover img{
  transform: scale(1.1);
}
.container .pop-up{
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.8);
  display: none;
}
.container .pop-up img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  border-radius: 8px;
  height: 500px;
  margin-top: 40px;
  
}
.container .pop-up span{
  position: fixed;
  top: 70px;
  right: 20px;
  width: 40px;
  height: 40px;
  font-size: 50px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  cursor: pointer;
}
.container .pop-up span:hover{
  transition-timing-function: ease-in;
  background-color: #FFE000;
  transition: 0.3s;
}
.gallery{
  background: #0F2027;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #2C5364, #203A43, #0F2027);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #2C5364, #203A43, #0F2027); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size:cover;

}
.gallery h1{
  display: block;
  text-align: center;
  margin-right: 30px;
}
.gallery h2{
  display: flex;
  font-weight: 600;
  text-decoration: overline;
  font-size: 48px;
  margin-left: 2em;
}
.num h2{ 
  font-weight: 600;
  color: #fff;
  text-decoration: overline;
  font-size: 48px;
}
.gallery p{
  line-height: 30px;
}
.pop_up {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  z-index: 999 !important;
  background: rgba(0, 0, 0, .8);
  width: 100%;
  height: 100%;
}

.active {
  display: block;
}
.open_pop_up{
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  color: #fff;
  background-color: #cac531;
  border: none;
  border-radius: 15px;
  cursor: pointer;
  padding: 15px;
}
.open_pop_up:hover{
  transition-timing-function: ease-in;
  background-color: #FFE000;
  transition: 0.3s;
}
.pop_up_body{
  margin: auto;
  width: 100%;
  max-width: 500px;
  background-color: #213053;
  border-radius: 10px;
  text-align: center;
  padding: 50px 15px 60px 15px;
  position: relative;
  margin-top: 30px;
}
.pop_up_body button:hover{
  transition-timing-function: ease-in;
  background-color: #FFE000;
  transition: 0.3s;
}
.pop_up_body input{
  display: block;
  margin: 25px auto 0px auto;
  width: 100%;
  max-width: 330px;
  padding: 17px 20px;
  background-color: #fff;
  border-radius: 10px;
  border: none;
  font-weight: 500;
  font-size: 18px;
  color: black;
}
.pop_up_body button{
  cursor: pointer;
  display: block;
  width: 100%;
  max-width: 330px;
  margin: 20px auto 0px auto;
  padding: 20px 0px;
  font-weight: 500;
  font-size: 16px;
  border: none;
  color: #fff;
  border-radius: 18px;
  background-color: #cac531;
}
.pop_up_body select{
  display: block;
  font-size: 18px;
  color: #89909f;
  height: 60px;
  border-radius: 10px;
  width: 100%;
  max-width: 370px;
  margin: 0px auto 0px auto;
  padding: 17px 20px;
  font-weight: 500;
}
.pop_up_close{
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 21px;
  cursor: pointer;
  color: #cac531;
}
.phones{
  font-family: sans-serif;
  font-weight: lighter;
}
#menu__toggle {
  opacity: 0;
}
#menu__toggle:checked + .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked + .menu__btn > span::before {
  top: 0;
  transform: rotate(0deg);
}
#menu__toggle:checked + .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  right: 0 !important;
}
.menu__btn {
  position: fixed;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 1;
  right: 25px;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #616161;
  transition-duration: .25s;
}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}
.menu__box {
  display: block;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 300px;
  height: 100%;
  margin: 0;
  padding: 80px 0;
  list-style: none;
  background-color: #ECEFF1;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
  transition-duration: .25s;
}
.menu__item {
  display: block;
  padding: 12px 24px;
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition-duration: .25s;
}
.menu__item:hover {
  background-color: #CFD8DC;
}
.menu__box a.open_pop_up{
  display: block;
  padding: 12px 24px;
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition-duration: .25s;
}
@media (max-width:2550px) {
  .header__logo{
     height: 140px;
 }
 header a{
     font-size: 20px;
 }
 .open_pop_up{
     font-size: 25px;
 }
 .pop_up_body{
     width: 100%;
     max-width: 500px;
     padding: 140px 80px 140px 80px;
     margin-top: 12em;
 }
 .pop_up_body input{
     width: 100%;
     max-width: 450px;
     font-size: 30px;
 }
 .pop_up_body button{
     width: 100%;
     max-width: 490px;
     font-size: 30px;
     margin-top: 25px;
 }
 .pop_up_close{
     font-size: 35px;
 }
 .gallery h2{
  font-size: 80px;
 }
 .gallery h1{
  font-size: 80px;
 }
 .container .gallery .img{
  width: 100%;
  max-width: 542px;
 }
 .container .pop-up img{
  height: 60em;
 }
 .container .pop-up span{
  font-size: 100px;
 }
 .footer__container h3{
  font-size: 25px;
}
.footer__container a{
  font-size: 20px;
}
.footer__copyright{
  font-size: 20px;
}
.hamburger-menu{
  display: none;
}
}
@media (max-width:1919px) {
  .header__logo{
      height: 130px;
  }
  header a{
      font-size: 18px;
  }
  .open_pop_up{
      font-size: 20px;
  }
  .pop_up_body{
      margin-top: 10em;
      padding: 120px 60px 120px 60px;
  }
  .pop_up_body input{
      font-size: 25px;
      width: 100%;
      max-width: 400px;
  }
  .pop_up_body button{
      width: 100%;
      max-width: 440px;
      font-size: 25px;
  }
  .pop_up_close{
      font-size: 30px;
  }
  .gallery h2{
    font-size: 70px;
  }
  .gallery h1{
    font-size: 70px;
  }
  .container .gallery .img{
    width: 100%;
    max-width: 520px;
  }
  .container .pop-up img{
    height: 50em;
  }
  .container .pop-up span{
    font-size: 100px;
  }
  .footer__container h3{
    font-size: 25px;
  }
  .footer__container a{
    font-size: 20px;
  }
  .footer__copyright{
    font-size: 20px;
  }
  .hamburger-menu{
    display: none;
  }
}
@media (max-width:1699px) {
  .header__logo{
      height: 110px;
  }
  header a{
      font-size: 16px;
  }
  .open_pop_up{
      font-size: 18px;
  }
  .pop_up_body{
      margin-top: 6em;
      padding: 120px 60px 120px 60px;
  }
  .pop_up_body input{
      font-size: 25px;
      width: 100%;
      max-width: 400px;
  }
  .pop_up_body button{
      width: 100%;
      max-width: 440px;
      font-size: 25px;
  }
  .pop_up_close{
      font-size: 30px;
  }
  .gallery h2{
    font-size: 70px;
  }
  .gallery h1{
    font-size: 65px;
  }
  .container .gallery .img{
    width: 100%;
    max-width: 400px;
  }
  .container .pop-up img{
    height: 45em;
  }
  .container .pop-up span{
    font-size: 85px;
  }
  .footer__container h3{
  font-size: 25px;
  }
  .footer__container a{
  font-size: 20px;
  }
  .footer__copyright{
  font-size: 20px;
}
  .hamburger-menu{
  display: none;
  }
}
@media (max-width:1499px) {
  .header__logo{
      height: 107px;
  }
  header a{
      font-size: 13px;
  }
  .open_pop_up{
      font-size: 14px;
  }
  .pop_up_body{
      margin-top: 3em;
      padding: 110px 60px 110px 60px;
  }
  .pop_up_body input{
      font-size: 25px;
      width: 100%;
      max-width: 400px;
  }
  .pop_up_body button{
      width: 100%;
      max-width: 440px;
      font-size: 25px;
  }
  .pop_up_close{
      font-size: 30px;
  }
  .gallery h2{
  font-size: 60px;
  margin-left: 1em;
  }
  .gallery h1{
  font-size: 50px;
  }
  .container .gallery .img{
  width: 100%;
  max-width: 350px;
  }
  .container .pop-up img{
  height: 40em;
  }
  .container .pop-up span{
  font-size: 80px;
  }
  .footer__container h3{
  font-size: 23px;
  }
  .footer__container a{
  font-size: 20px;
  }
  .footer__copyright{
  font-size: 20px;
  }
  .hamburger-menu{
    display: none;
  }
}
@media (max-width:1299px) {
  .header__logo{
      height: 90px;
  }
  header a{
      font-size: 10px;
  }
  .open_pop_up{
      font-size: 11px;
  }
  .pop_up_body{
      margin-top: 3em;
      padding: 50px 60px 45px 60px;
  }
  .pop_up_body input{
      font-size: 20px;
      width: 100%;
      max-width: 400px;
  }
  .pop_up_body button{
      width: 100%;
      max-width: 440px;
      font-size: 20px;
  }
  .pop_up_close{
      font-size: 25px;
  }
  .gallery h2{
    font-size: 55px;
    margin-left: 1em;
  }
  .gallery h1{
    font-size: 45px;
  }
  .container .gallery .img{
    width: 100%;
    max-width: 310px;
  }
  .gallery h2{
    font-size: 55px;
    margin-left: 1em;
  }
  .container .pop-up img{
    height: 34em;
  }
  .container .pop-up span{
    font-size: 75px;
  }
  .footer__container h3{
    font-size: 23px;
  }
  .footer__container a{
    font-size: 20px;
  }
  .footer__copyright{
   font-size: 20px;
  }
  .hamburger-menu{
    display: none;
  }
}
@media (max-width:1099px){
  .header__logo{
      height: 75px;
  }
  header a{
      font-size: 9px;
  }
  .open_pop_up{
      font-size: 11px;
  }
  .pop_up_body{
      margin-top: 2em;
      padding: 40px 50px 40px 50px;
  }
  .contactForm h1{
      font-size: 35px;
  }
  .pop_up_body input{
      font-size: 20px;
      width: 100%;
      max-width: 400px;
  }
  .pop_up_body button{
      width: 100%;
      max-width: 440px;
      font-size: 20px;
  }
  .pop_up_close{
      font-size: 25px;
  }
  .gallery h2{
    font-size: 55px;
    margin-left: 1em;
  }
  .gallery h1{
    font-size: 45px;
  }
  .container .gallery .img{
    width: 100%;
    max-width: 275px;
  }
  .container .pop-up img{
    height: 29em;
  }
  .container .pop-up span{
    font-size: 70px;
  }
  .footer__container h3{
    font-size: 20px;
  }
  .footer__container a{
    font-size: 18px;
  }
  .footer__copyright{
    font-size: 20px;
  } 
  .hamburger-menu{
    display: none;
  }
}
@media (max-width:1000px){
  a.phones{
      display: none;
  }
   a.information {
      display:none ;
  }
  .button a{
      display: none;
  }
  header{
      display: flex;
      justify-content: space-between;
  }
  .header__logo{
      height: 100px;
  }
  .gallery h2{
    font-size: 55px;
    margin-left: 1em;
  }
  .gallery h1{
    font-size: 45px;
  }
  .container .gallery .img{
    width: 100%;
    max-width: 275px;
  }
  .container .pop-up img{
    height: 29em;
  }
  .container .pop-up span{
    font-size: 70px;
  }
  .footer__container h3{
    font-size: 18px;
  }
  .footer__container a{
    font-size: 16px;
  }
  .footer__copyright{
    font-size: 18px;
  }
  .hamburger-menu{
    display: block;
}
}
@media (max-width:650px){
  a.phones{
      display: none;
  }
   a.information {
      display:none ;
  }
  .button a{
      display: none;
  }
  header{
      display: flex;
      justify-content: space-between;
      padding: 10px;
  }
  .header__logo{
      height: auto;
      width: 200px;
      min-width: 200px;
        max-width: 200px;
  }
  .pop_up_body{
      margin-top: 9em;
      padding: 40px 50px 40px 50px;
  }
  .hamburger-menu{
    display: block;
  }
  
  .floor__icons h1 {
    font-size: 33px;
}

.footer__container {
  flex-direction: column;
}

.about h1 {
    font-size: 46px;
    line-height: 55px;
}

.menu__btn {
      right: 15px;
    top: 31px;
}
}
@media (max-width:500px){
  a.phones{
      display: none;
  }
   a.information {
      display:none ;
  }
  .button a{
      display: none;
  }
  header{
      display: flex;
      justify-content: space-between;
  }
  .pop_up_body{
      margin-top: 9em;
      padding: 40px 50px 40px 50px;
  }
  .container .pop-up img{
      height: 35em;
      margin-top: 30px;
  }
  .container .pop-up span{
      font-size: 75px;
  }
  .hamburger-menu{
    display: block;
}

.gallery h1 {
    font-size: 32px;
    margin-left: 10px;
    margin-right: 10px;
}
}