@import url(null.css);
@import url('https://fonts.googleapis.com/css2?family=Mulish&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=PT+Sans&display=swap');




.container {
    width: 1408px;
    margin: 0 auto;
    padding-left: 146px;
    padding-top: 18px;
    padding-bottom: 16px;
    padding-right: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 2px 0px 20px rgba(0, 0, 0, 0.08);
}

.nav-plus-img {
    display: flex;
}

.header-list {
    display: flex;
}

.header-link {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    /* identical to box height, or 171% */
    text-transform: uppercase;
    color: #000000;
}

.header-item:not(:last-child) {
    margin-right: 36px;
}

.header-item:last-child {
    margin-right: 26px;
}

.header-btn {
    padding: 16px 60px;
    background: #5B6460;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 28px;
    /* identical to box height, or 200% */
    letter-spacing: 1px;
    text-transform: uppercase;
}

.btn_link_header{
    color: #FFFFFF;
}

.intro-container {
    width: 1408px;
    height: 700px;
    margin: 0 auto;
    background-image: url(./img/hero.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 95px;
    padding-right: 58px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.intro-title {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 70px;
    line-height: 72px;
    /* identical to box height, or 103% */
    color: #FFFFFF;
    margin: 0;
    margin-bottom: 34px;
}

.intro-descr {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    /* or 140% */
    color: #FFFFFF;
}

.intro{
    margin-bottom: 150px;
}

.cabins{
    width: 1408px;
    margin: 0 auto;
}

.thecabibns{
    height: 437px;
}

.thecabins_title{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    /* identical to box height, or 100% */
    
    
    /* forest */
    
    color: #5B6460;
    
    margin-top: 40px;
}

.thecabins_descr{
    width: 100%;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    margin-top:50px;
    margin-bottom: 17px;
    /* or 188% */


    color: #000000;

}

.thecabins_textblock{
    display: inline-block;
    width: 32.8%;
    margin-right: 115px;
    margin-left: 130px;
}


.thecabins_img{
    display: inline-block;
    width: 49.5%;
}

.thecabibns_link{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    /* identical to box height, or 188% */

    border-bottom: 1.5px solid #5B6460;
    /* forest */
    color: #5B6460;

}

.cabins_imgblock{
    margin:150px 30px 0px 30px;
    display: flex;
    justify-content: space-between;
}

.forest_container{
    width: 1408px;
    margin: 135px auto 0px auto;
    display: flex;
}

.forest_block{
    width: 50%;
}

.forest_img{
    background: url(./img/img_forest.png);
    height: 650px;
    display: flex;
    position: relative;
}

.overlay{
    width: 100%;
    height: 100%;
    background: rgba(62, 68, 62, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0rem rgba(255,255,255, 0.2),
                0 0 0 2rem rgba(255,255,255, 0.2),
                0 0 0 4rem rgba(255,255,255, 0.2);
  }
  100% {
    box-shadow: 0 0 0 2rem rgba(255,255,255, 0.2),
                0 0 0 4rem rgba(255,255,255, 0.2),
                0 0 0 8rem rgba(255,255,255, 0);
  }
}


.forest_btn{
    position: relative;
    z-index: 2;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    padding: 15px;
    line-height: 16px;
    align-self: center;
    margin: 0 auto;
    width: 96px;
    height: 96px;
    /* or 133% */
    border-radius: 50%;
    text-align: center;
    text-transform: uppercase;

    /* Gray 1 */
    color: #333333;
    animation-name:ripple;
    animation-duration: 2s;
    animation-iteration-count: infinite ;
    animation-timing-function: linear;
    animation-delay: 0ms;
}

.btn_link{
    color: black;
}

.forest_text{
    background: #E9ECE0;
    padding: 150px 130px 150px 110px;
    height: 650px;
}

.forest_title{
    margin-bottom: 50px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    /* identical to box height, or 100% */
    
    
    /* forest */
    
    color: #5B6460;
}

.forest_descr{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    /* or 188% */
    
    margin-bottom: 30px;
    /* Gray 1 */
    
    color: #333333;
}

.forest_link{
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    /* identical to box height, or 188% */
    
    
    /* forest */
    
    color: #5B6460;

    border-bottom: 1.5px solid #5B6460;
    
}


.facilities{
    width: 1408px;
    height: 474px;
    margin: 0 auto;
    background: #5B6460;
    
}

.facilities_container{
    padding: 86px 290px 0px 317px;
}

.facilities_title{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    line-height: 40px;
    /* or 100% */

    text-align: center;

    color: #FFFFFF;
}

.facilities_gadgets{
    display: flex;
    justify-content: space-between;
    text-align: center;
}


.facilities_gadget{
    margin-top: 105px;
}


.gadget_name{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    /* identical to box height, or 156% */
    margin-top: 20px;
    
    color: #FFFFFF;
}

.aboutus{
    width:1408px;
    height: 559px;
    margin: 0 auto;
    position: relative;
}

.aboutus_container{
    display: flex;
}

.aboutus_block{
    width: 50%;
}

.aboutus_btn{
    position: absolute;
    top: 36.14%;
    left: 44.7%;
    height: 156.8241729736328px;
    width: 156.8241729736328px;
    border-radius: 100px;
    background: #E9ECE0;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 138% */

    text-align: center;

}


.footer{
    background: #5B6460;
    width: 1408px;
    height: 477px;
    margin: 0 auto;
}

.footer_container{
    padding: 100px 142px 0px 142px;
    display: flex;
}

.footer_descr{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    /* identical to box height, or 188% */


    color: #FFFFFF;

}


.footer_input{
    position: relative;
    background-color: rgba(0,0,0,0);
    margin-top: 40px;
    border-bottom: 1px solid white;
    width: 435px;
    padding-bottom: 5px;
    
}


.footer_input::placeholder {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    /* identical to box height, or 188% */
    
    
    color: rgba(255, 255, 255, 0.7);
    
}

.footer_discount{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    width: 400px;
    /* or 188% */
    margin-top: 10px;


    color: rgba(255, 255, 255, 0.7);
}

.footer_block{
    width: 50%;
}


.footer_year{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 30px;
    margin-top: 20%;
    /* identical to box height, or 214% */


    /* gray */
    color: rgba(239, 239, 239, 0.7);
}

.flexbox_footer{
    display: flex;
    justify-content: space-between;
}

.flexbox_policy{
    margin-left: 50px;
}

.policy_link{
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
}

.policy_item{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    /* identical to box height, or 171% */
}

.flexbox_payment{
    margin:60px 0px 0px 230px;
}