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: #213053;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    box-shadow: 0 16px 36px rgb(52 213 68 / 22%);
    padding: 15px;
}
.about__info{
    max-width: 550px;
}
.about__info img{
    height: 300px;
}
.about{
    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;
}
.about h1{
    font-size: 38px;
    line-height: 76px;
    margin-left: 100px;
    display: flex;
    text-align: center;
}
.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{
    padding-top: 1px;
    padding-bottom: 115px;
}
.about h3{
    font-weight: normal;
}
.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;
}
.footer__container{
    display: flex;
    justify-content: center;
    font-family: sans-serif;
    font-weight: lighter;
}
button:hover{
    transition-timing-function: ease-in;
    background-color: #f6980c;
    box-shadow: 0 16px 36px rgb(246 152 12 / 22%);
    transition: 0.3s;
}
.footer__copyright{
    margin-top: 40px;
    text-align: center;
    opacity: 0.5;
    color: #000;
}
.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-image: url(img/back.jpg);
}
.gallery .img{
    width: 100%;
    max-width: 34rem;
    height: 22rem;
    display: inline-block;
    overflow: hidden;
    border: .1rem solid #fff;
    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);
}
.pop_up {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    z-index: 2;
    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;
  }
  .pop-up{
    display: none;
  }
  .phones{
    font-family: sans-serif;
    font-weight: lighter;
  }
  .about__info2 h3{
    background-image: url(img/phones.svg);
    background-position: left center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    padding-left: 30px;
  }
  .about__info3 h3{
    background-image: url(img/Email.svg);
    background-position: left center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    padding-left: 30px;
  }
  .about__info4 h3{
    background-image: url(img/Telegram\ 2.svg);
    background-position: left center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    padding-left: 30px;
  }
.footer__container{
    color: #000;
}
.about__images2{
    line-height: 40px;
}
.about__images2 h1{
    font-size: 30px;
}
.about h3{
    font-size: 18px;
    margin-left: 20px;
    line-height: 40px;
}
.about__images3 h2{
  display: flex;
  justify-content: center;
  font-weight: 800;
}
.about__images h4{
    font-size: 18px;
    margin-left: 20px;
    line-height: 40px;
}
#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 all and (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: 15em;
    }
    .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;
    }
    .about h1{
        font-size: 70px;
    }
    .about h3{
        font-size: 30px;
        line-height: 45px;
    }
    .about__images3 h2{
        font-size: 35px;
    }
    .footer__container h3{
        font-size: 25px;
    }
    .footer__container a{
        font-size: 20px;
    }
    .footer__copyright{
        font-size: 20px;
    }
    .hamburger-menu{
        display: none;
    }
}
@media all and (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;
    }
    .about h1{
        font-size: 65px;
    }
    .about h3{
        font-size: 25px;
    }
    .about__images3 h2{
        font-size: 35px;
    }
    .footer__container h3{
        font-size: 25px;
    }
    .footer__container a{
        font-size: 20px;
    }
    .footer__copyright{
        font-size: 20px;
    }
    .hamburger-menu{
        display: none;
    }
}
@media all and (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: 400px;
        max-width: 400px;
    }
    .pop_up_body button{
        width: 100%;
        max-width: 440px;
        font-size: 25px;
    }
    .pop_up_close{
        font-size: 30px;
    }
    .about h1{
        font-size: 60px;
    }
    .about h3{
        font-size: 25px;
    }
    .about__images3 h2{
        font-size: 30px;
    }
    .footer__container h3{
        font-size: 25px;
    }
    .footer__container a{
        font-size: 20px;
    }
    .footer__copyright{
        font-size: 20px;
    }
    .hamburger-menu{
        display: none;
    }
}
@media all and (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;
    }
    .about h1{
        font-size: 55px;
    }
    .about h3{
        font-size: 20px;
    }
    .about__images3 h2{
        font-size: 25px;
    }
    .footer__container h3{
        font-size: 25px;
    }
    .footer__container a{
        font-size: 20px;
    }
    .footer__copyright{
        font-size: 20px;
    }
    .hamburger-menu{
        display: none;
    }
}
@media all and (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;
    }
    .about h1{
        font-size: 50px;
    }
    .about h3{
        font-size: 18px;
    }
    .about__images3 h2{
        font-size: 25px;
    }
    .footer__container h3{
        font-size: 23px;
    }
    .footer__container a{
        font-size: 20px;
    }
    .footer__copyright{
        font-size: 20px;
    }
    .hamburger-menu{
        display: none;
    }
}
@media all and (max-width:1099px){
    .header__logo{
        height: 75px;
    }
    .hamburger-menu{
        display: none;
    }
    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;
    }
    .about h1{
        font-size: 50px;
    }
    .about h3{
        font-size: 18px;
    }
    .about__images3 h2{
        font-size: 25px;
    }
    .footer__container h3{
        font-size: 20px;
    }
    .footer__container a{
        font-size: 18px;
    }
    .footer__copyright{
        font-size: 20px;
    }
}
@media all and (max-width:1000px){
    a.phones{
        display: none;
    }
     a.information {
        display:none ;
    }
    .button a{
        display: none;
    }
    header{
        display: flex;
        justify-content: space-between;
    }
    .hamburger-menu{
        display: block;
    }
    .header__logo{
        height: 100px;
    }
    .about h1{
        font-size: 45px;
    }
    .about h3{
        font-size: 18px;
    }
    .about__images3 h2{
        font-size: 25px;
    }
    .footer__container h3{
        font-size: 18px;
    }
    .footer__container a{
        font-size: 16px;
    }
    .footer__copyright{
        font-size: 18px;
    }
}
@media all and (max-width:650px){
    a.phones{
        display: none;
    }
     a.information {
        display:none ;
    }
    .button a{
        display: none;
    }
    header{
        display: flex;
        justify-content: space-between;
    }
    .header__logo{
        height: 100px;
    }
    .pop_up_body{
        margin-top: 9em;
        padding: 40px 50px 40px 50px;
    }
    .hamburger-menu{
        display: block;
    }
}
@media all and (max-width:500px){
    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;
    }
    .container .pop-up img{
        height: 35em;
        margin-top: 30px;
    }
    .container .pop-up span{
        font-size: 75px;
    }
    .hamburger-menu{
        display: block;
    }
    
     .floor__icons h1 {
    font-size: 33px;
}

.footer__container {
  flex-direction: column;
}

.about h1 {
    font-size: 36px;
    line-height: 50px;
    margin-left: 15px;
    margin-right: 15px;
}

.menu__btn {
      right: 15px;
    top: 31px;
}
}