  @import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,400;0,600;0,700;1,600&display=swap');

*, *::before, *::after{
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

html, body{
    height: 100%;
    min-width: 320px;
    scroll-behavior: smooth;
}

body{
    line-height: 1;
    font-family: 'Rubik', sans-serif;
    font-size : 24px;
    color : #1A3733;
}

.wrapper{
    overflow: hidden;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.main{
    flex: 1 1 auto;
    min-width: 0;
}

[class*="__container"]{
    max-width: 1030px;
    margin: 0 auto;
    padding: 0px 15px;
}

/*-------------------------------*/

#Go_Top{
    z-index: 100;
    color: #1A3733;
}

ul{
    margin: 0 auto;

}

li{
    list-style: none;
    margin: 0 auto;

}
a{
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

.burger_btn {
    display: none;
}

.header {
    background-image: url(/Pics/header_bg_4k.webp);
    background-position: center;
    
}
.header__container {
    min-height: 350px;
    align-items: center;

}

.header_wrap{
    text-align: center;
}

.mob_logo_menu {
    display: none;
    visibility: hidden;
}

.header__menu {
    padding-top: 20px;
    padding-bottom: 20px;
}

.menu__list {
    display: flex;
    width: 600px;
    align-items: center;

}
.menu__item {
    font-weight: 600;
}

.menu__link {
    color: #1A3733; 
    text-align: center;
   
}

.header__menumob {
    display: none;
}

.header__slogan{
    margin: 0 auto;
    max-width: 427px;
    font-style: italic;
    font-size: 30px;
    padding-top: 20px;
    padding-bottom: 35px;
}

.header_button {
    padding-top: 10px;
    padding: 18px 48px;
    background-color: #1A3733;
    border-radius: 40px;
    color: #ECC1A1;
    line-height: 24px;
    font-weight: 600;
}

.header_button_inst {
    padding: 18px 18px;
    background-color: #1A3733;
    border-radius: 20px;
}

.header_button_inst_im {
    margin-bottom: -5px;
}

.about {
    height: auto;
    background-color: #ECC1A1;
}

.section_name {
    color: #1A3733; 
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    padding-top: 25px;
    padding-bottom: 15px;
}

.text_decor{
    display: block;
    margin: 0 auto;
}

.p__container{
    color: #1A3733; 
    max-width: 832px;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 125% */ 
    padding-bottom: 25px;
}

.about_img__container{
    padding-top: 35px;
    padding-bottom: 35px;
    display: flex;
    margin: 0 auto;
    width: 100%;
    max-width: 832px;

}

.galery {
    background-color: #BC8D6C;
    padding: 15px 25px;
}

.swiper {
    max-width: 800px;
    width: 100%;
    height: 100%;
    margin-top: 25px;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .swiper-slide {
    background-size: cover;
    background-position: center;
  }

  .mySwiper2 {
    height: 80%;
    width: 100%;
  }

  .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
  }

  .mySwiper .swiper-slide {
    width: 20%;
    height: 100%;
    opacity: 0.4;
  }

  .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

.contact {
    /* padding-bottom: 25px; */
    background-color: #4ba4ab;
    margin: 0 auto;
    text-align: center;
}

.contact_info{
    padding-top: 25px;
    font-weight: 600;
    font-size: 35px;
    line-height: 45px;
}

.book_slogan{
    font-weight: 600;
    font-size: 35px;
    padding-top: 5px;
    padding-bottom: 5px;

}

.address {
    font-weight: 600;
    font-size: 35px;
    line-height: 45px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.phone_1 {
    font-weight: 600;
    margin-left: 15px;
    font-size: 35px;
    line-height: 45px;
    color: #1A3733;
    padding-top: 5px;
    padding-bottom: 5px;


}
.phone_2 {
    font-weight: 600;
    font-size: 35px;
    line-height: 45px;
    color: #1A3733;
    padding-top: 5px;
    padding-bottom: 5px;

}

iframe {
    padding-top: 25px;
    width: 100dvw;
    height: 50vh;
}



    .contact_form {
        text-align: center;
    }
    
    #contact_form input[type=text] {
        width: 382px;
        height: 42px;
        border: 2px;
        border-color: #ECC1A1;
        background-color: white;
        padding-left: 20px;
        font-weight: lighter;
        color: #1A3733;
        font-size: 20px;
        margin-bottom: 25px;
        border-radius: 20px;

    }
    
    #sub {
        background-color: #1A3733;
        color: #ECC1A1;
        width: 250px;
        border: hidden;
        height: 96px;
        font-size: 36px;
        font-weight: lighter;
        cursor: pointer;
        border-radius: 40px;
    }
    
    #sud:hover {
        background: url(img/sub.png) 0px -96px;
    }
    
.book {
    padding-bottom: 25px;
    margin: 0 auto;
    text-align: center;
    background-color: #449096;

}

#contact_title{
    padding-top: 25px;
    padding-bottom:30px;
    font-weight: 600;
    color: #1A3733;
}

.footer {
    width: 100%;
    height: 60px;
    background-color: #ECC1A1;


}

.foot_cont{
    max-width: 800px;
    margin: 25px auto;
    justify-content: space-between;
    display: flex;
}

.copyright {
    color: #1A3733;
    font-weight: 500;
    font-size: 18px;
    padding-left: 20px;
}
.dev {
    color: #1A3733;
    font-weight: 400;
    font-size: 14px;
    position:relative;
    padding-right: 20px;
}
.social {
    display: flex;
    color: #1A3733;
    font-weight: 400;
    font-size: 16px;
}


@media (max-width:1030px){
    .header {
        background-image: url(/Pics/header_bg_hd.webp);
    }
}

@media (max-width:767px){

    body.lock{
        overflow: hidden;
    }
    .header_button {
        padding: 10px 20px;
        border-radius: 30px;
        font-size: 18px;
    }
    .header_button_inst {
        padding: 6px 10px;
        border-radius: 15px;
    }

    .header_button_inst_im {
        width: 25px;
        height: 25px;
        margin-bottom: -5px;
    }

    .header__slogan{
        padding-bottom: 25px;
        font-size: 30px;
    }

    .burger_btn {
    display: block;
    position: absolute;
    text-align: right;
    width: 70px;
    height: 35px;
    background-image: url(/Pics/Burger.svg);
    background-repeat: no-repeat;

    }
    

    .burger_btn.active{
        position: fixed;
        top: 25px;
        left: 25px;
        background-image: url(/Pics/Burger_close.svg);
        color: #ECC1A1;
        z-index: 60;
    }
    .mob_logo_menu {
        display: none;
        visibility: hidden;
    }
    .mob_logo_menu.active {
        display: block;
        visibility: visible;
        position: fixed;
        top: 80px;
        left: 25px;
        z-index: 58;
    }
    .header__menumob {
        display: none;
        visibility: hidden;
        left: -100%;
    }
    .header__menumob.active {
        display: block;
        visibility: visible;
        position:fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 20;
        background-color: #1A3733; 

    }
    
    .header__menu.active {
        display: block;
        position:fixed;
        top: 0px;
        left: 0px;
        right: 100%;
        width: 100%;
        height: 100%;
        z-index: 40;
        text-align: left;
    }

    
    .menu__link {
        display: none;
        visibility: hidden;
    }

    .menu__link.active {
        display: block;
        visibility: visible;
        z-index: 58;
        font-size: 24px;
        color: #ECC1A1;
        text-align: left;
        margin-bottom: 35px;
    }

    .menu__list.active {
        display: block;
        margin-top: 145px;
        margin-left: 25px;
    }
        
    .header_button {
        padding-top: 10px;
        padding: 10px 20px;
        border-radius: 30px;
    }

    
}