﻿@font-face {
    font-family: 'SangBleu Sunrise';
    src: url('font/1.ttf)') format('truetype'), url('font/2.woff') format('woff');
    font-weight: normal;
}
* {
    font-weight: 400;
    font-family: 'SangBleu Sunrise';
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    outline: none;
}
.container{
    max-width:1200px;
    width:100%;
    margin-left:auto;
    margin-right:auto;
}
.head {
    z-index: 100;
    position: fixed;
    box-sizing: border-box;
    padding-top: 50px;
    vertical-align: top;
    text-align: center;
    width: 100%;
    height: 200px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 10%,rgba(0, 0, 0, 0.9) 50%);
}
.head a{
    margin-top:122px;
    vertical-align: middle;
    margin-left:35px;
    margin-right:35px;
    color:#fff;
    font-size:16px;
}
.textLeft{
    display:inline-block;
}
.logo {
    margin-left:35px;
    margin-right:35px;
    vertical-align: middle;
    margin-top: -30px;
    display: inline-block;
}
#logo1{
    margin-bottom:5px;
    width:90px;
}
#logo2{
    width:182px;
}
.textRight {
    display: inline-block;
}



/*     1 block    */

.Block1 {
    box-sizing:border-box;
    padding-top:330px;
    width: 100%;
    height: 910px;
    background-image: url('img/back1block.png');
    background-size:cover;
}
.Block1-main{
    color:#fff;
    text-align:center;
    width:100%;
    max-width:610px;
    margin-right:auto;
    margin-left:auto;
}
#logo3{
    width:463px;
}
.Block1-main p{
    font-size:19px;
    margin-top:40px;
}
.Block1-btns{
    margin-top: 40px;
    max-width: 610px;
    margin-left:auto;
    margin-right:auto;
}
.btn{
    transition: 0.7s;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
    box-sizing: border-box;
    display:inline-block;
    width: 280px;
    height: 40px;
    border-radius: 10px;
    cursor: pointer;
}
.btn-1{
    color: #fff;
    background-color: #FF793D;
}
.btn-1:hover{
    background-color: #fff;
    color: #000;
}
.btn-2{
    color: #fff;
    border: 1px solid #fff;
}
.btn-2:hover{
    background-color: #fff;
    color: #000;
}
@media screen and (max-width: 768px) {
    .Block1{
        background-position: center;
        height: 115vh;
        padding-top: 250px;
    }
    .Block1-main{
        width: 90%;
    }
    #logo3{
        width: 100%;
    }
    .btn-1{
        margin-bottom: 30px;
    }
}


/*     2 block    */


.Block2{
    box-sizing: border-box;
    padding-top: 50px;
    text-align: center;
    width: 100%;
    height: 370px;
    background-color: #1F1F21;
    color: #fff;
}
.Block2 h1{
    font-size: 28px;
}
.Block2-text{
    padding-top: 10px;
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 30px;
    width: 390px;
    text-align: left;
    height: 173px;
    font-size: 19px;
    margin-top: 40px;
    display: inline-block;
}
.Block2-text p{
    margin-bottom: 20px;
}
.Block2-text-2{
    padding-left: 70px;
    padding-right: 70px;
    width: 398px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
@media screen and (max-width: 768px) {
    .Block2{
        height: 850px;
    }
    .Block2-text{
        padding-left: 50px;
        padding-right: 30px;
        width: 96%;
    }
    .Block2-text-2{
        border: none;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        padding-left: 50px;
        padding-right: 30px;
        padding-bottom: 30px;
        padding-top: 30px;
        height: 230px;
    }
}

/*     3 block    */
.Block3{
    text-align: center;
}
.Block3 h1{
    text-align: center;
    font-size: 28px;
    margin-top: 120px;
    margin-bottom: 60px;
}
.Block3-block{
    margin-bottom: 100px;
    display: inline-block;
    width: 375px;
    height: 495px;
    overflow: hidden;
    border-radius: 190px 190px 35px 35px / 55px 55px 35px 35px;
    -webkit-box-shadow: 0px 20px 34px -2px rgba(34, 60, 80, 0.11);
    -moz-box-shadow: 0px 20px 34px -2px rgba(34, 60, 80, 0.11);
    box-shadow: 0px 20px 34px -2px rgba(34, 60, 80, 0.11);
}
.Block3-block h2{
    margin-top: 20px;
    margin-bottom: 7px;
    font-size: 28px;
    text-align: center;
}
.Block3-block-img{
    height: 266px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
.Block3-block-text-1{
    text-align: left;
    margin-left: -50px;
    display: inline-block;
    color: #7E7E7E;
}
.Block3-block-text-2{
    margin-right: 40px;
    text-align: right;
    color: #7E7E7E;
    float: right;
}
.Block3-block-btns{
    width: 344px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}
.Block3-block-btn{
    font-size: 14px;
    transition: 0.7s;
    cursor: pointer;
    display: inline-block;
    margin-left: 6px;
    margin-right: 6px;
    width: 156px;
    height: 35px;
    border-radius: 8px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 8px;
    color: #fff;
}
.btn-3-1{
    background-color: #F1F1F1;
    color: #393939;
}
.btn-3-1:hover{
    background-color: #f1f1f1c0;
}
.btn-3-2{
    background-color: #FF9067;
}
.btn-3-2:hover{
    background-color: #ff9067c0;
}
.Block3-central{
    margin-left: 30px;
    margin-right: 32px;
}
.Block3-block-last{
    padding-top: 120px;
    box-sizing: border-box;
    color: #fff;
    width: 100%;
    height: 420px;
    border-radius: 35px;
    background-image: url('img/terrBack.png');
}
.Block3-block-last h1{
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 48px;
}
.Block3-block-last p{
    margin-top: 10px;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
}
.btn-3-3{
    border: 1px solid #fff;
    color: #fff;
}
.btn-3-3:hover{
    background-color: #fff;
    color: #000;
}
@media screen and (max-width: 768px) {
    .Block3-central{
        margin-left: 0px;
        margin-right: 0px;
    }
    .Block3-block-img{
        width: 100%;
    }
    .Block3-block-last{
        padding-top: 70px;
        margin-left: auto;
        margin-right: auto;
        width: 375px;
        height: 350px;
    }
}
/*        POPUP block 3       */

.Block3-popup{
    overflow-y: auto;
    text-align: left;
    transition: 0.7s;
    opacity: 0;
    pointer-events:none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    z-index: 1000;
    padding: 20px;
    box-sizing: border-box;
}


.Block3-popup-close {
    position: absolute!important;
    top: 30px;
    right: 30px;
    cursor: pointer;
    font-size: 24px;
}

.Block3-popup img {
    height: 266px;
    margin-left: 200px;
    float: left;
    margin-top: 280px;
}
.Block3-popup-text{
    margin-left: 50px;
    margin-top: 210px;
    float: left;
    max-width: 550px;
}
.Block3-popup h1{
    font-size: 28px;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
}
.Block3-popup h2{
    margin-bottom: 10px;
    font-size: 16px;
    color: #7E7E7E;
    margin-top: 0px;
}
.Block3-popup p{
    white-space: pre-line;
    font-size: 19px;
}

@media screen and (max-width: 768px) {
    .Block3-popup{
        min-height: 100vh;
        overflow-y: scroll!important;
        height: 100%;
    }
    .Block3-popup-container{
        position: relative;
        margin-top: 80px;
        width: 380px!important;
        margin-left: auto;
        margin-right: auto;
    }
    .Block3-popup img {
        margin-top: 0px;
        width: 360px;
        height: auto;
        margin-left: 10px;
        margin-right: auto;
        float: none;
    }
    .Block3-popup-text{
        margin-left: 10px;
        margin-top: 30px;
        float: none;
        max-width: 550px;
    }
}


/*     4 block    */

.Block4{
    padding-bottom: 30px;
    padding-top: 45px;
    text-align: center;
    background-color: #F1F1F1;
    margin-top: 115px;
}
.Block4 h1{
    font-size: 28px;
    margin-bottom: 40px;
}
.Block4-block{
    position: relative;
    display: inline-block;
    width: 380px;
    height: 510px;
    border-radius: 6px;
}
.Block4-left{
    margin-bottom: 40px;
    margin-left: -10px;
    background-image: url('img/block4BackLeft.png');
    background-size: cover;
}
.Block4-main{
    margin-bottom: 40px;
    box-sizing: border-box;
    margin-left: 30px;
    margin-right: 30px;
    background-color: #fff;
}
.Block4-right{
    margin-bottom: 40px;
    background-image: url('img/block4BackRight.png');
    background-size: cover;
}
.Block4-border{
    padding-top: 36px;
    box-sizing: border-box;
    position: absolute;
    width: 360px;
    height: 490px;
    border: 1px solid lightgrey;
    border-radius: 6px;
    left: 9px;
    top: 10px;
}
.Block4-main .Block4-border{
    border: 1px solid darkgrey;
}
.Block4-text{
    margin-bottom: 90px;
    margin-top: 30px;
    text-align: left;
    margin-left: 70px;
}
.Block4-text h2{
    font-size: 24px;
    color: #1F1F21;
}
.Block4-text p{
    font-size: 16px;
    color: #7E7E7E;
}
.Block4-line{
    top:245px;
    position: absolute;
    left: 20px;
    width: 320px;
    border-top: 1px solid darkgrey;
}
.Block4 p{
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    color: #7E7E7E;
}
@media screen and (max-width: 768px) {
    .Block4-text p{
        
    }
    .Block4-left{
        margin-left: 0px;
    }
    .Block4-main{
        margin-left: 0px;
        margin-right: 0px;
    }
    .Block4-right{
        margin-right: 0px;
    }
    .Block4-text-2{
        width: 380px;
    }
}

/*     5 block    */


.Block5{
    text-align: center;
    padding-top: 65px;
}
.Block5 h1{
    font-size: 28px;
    color: #1F1F21;
    margin-bottom: 30px;
}
.Block5-block{
    text-align: left;
    vertical-align: top;
    display: inline-block;
    width: 380px;
}
.Block5-block h2{
    margin-top: 25px;
    font-size: 20px;
    color: #1F1F21;
}
.Block5-block p{
    margin-top: 10px;
    color: #7E7E7E;
}
.Block5-central{
    margin-left: 25px;
    margin-right: 25px;
}

@media screen and (max-width: 768px) {
    .Block5-block h2{
        text-align: center;
    }
    .Block5-block p{
        text-align: center;
        margin-bottom: 30px;
    }
    .Block5-central{
        margin-left: 0px;
        margin-right: 0px;
    }
}


/*     6 block    */



.Block6{
    margin-top: 165px;
}
.Block6 h1{
    text-align: center;
    font-size: 28px;
    color: #1F1F21;
}
.Block6 p{
    text-align: center;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    color: #7E7E7E;
}
.Block6-block{
    margin-top: 25px;
    position: relative;
    vertical-align: top;
    display: inline-block;
    width: 100%;
    border-radius: 33px;
    background-color: #7E7E7E;
    height: 300px;
}
.Block6-block h2{
    font-size: 20px;
    color: #fff;
    text-align: left;
    position: absolute;
    left: 30px;
    bottom: 30px;
}
.Block6-long{
    max-width: 790px;
}
.Block6-short{
    max-width: 380px;
}
.Block6-block-1{
    margin-right: 25px;
    background: url(img/block6-1.jpg);
    background-size: cover;
    background-position-y: bottom;
}
.Block6-block-2{
    background: url(img/block6-2.jpg);
    background-size: cover;
    
}
.Block6-block-3{
    margin-right: 25px;
    background: url(img/block6-3.jpg);
    background-size: cover;
}
.Block6-block-4{
    background: url(img/block6-4.jpg);
    background-size: cover;
}
@media screen and (max-width: 768px) {
    .Block6{
        margin-left: auto!important;
        margin-right: auto!important;
        width: 380px;
        text-align: center;
    }
    .Block6-block{
        max-width: 380px;
        width: 100%!important;
        margin: 0px;
        margin-top: 25px;
    }
}


/*     7 block    */

.Block7{
    padding-bottom: 90px;
    padding-top: 85px;
    margin-top: 200px;
    background-color: #1F1F21;
    text-align: center;
}
.Block7 h1{
    font-size: 28px;
    color: #fff;
}
.Block7-head{
    height: 54px;
    box-sizing: border-box;
    word-spacing: -3px;
    text-align: left;
    margin-top: 60px;
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #fff;
    padding-bottom: 25px;
}
.Block7-head-block{
    margin: 0px ;
    cursor: pointer;
    text-align: left;
    display: inline-block;
    width: 195px;
    color: #fff;
    font-size: 19px;
    padding-bottom: 24px;
}
.Block7-head-block-active{
    z-index: 50;
    border-bottom: 2px solid #DDB09E;
}
.Block7-info{
    text-align: left;
    margin-top: 35px;
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.Block7-info-block{
    color: #fff;
    display: inline-block;
    width: 360px;
    height: 60px;
}
.block7-info-central{
    margin-left: 50px;
    margin-right: 50px;
}
.Block7-info-block img{
    float: left;
    margin-right: 20px;
}
.Block7-info-block p{
    color: #ffffffc9;
    font-weight: lighter;
}
.Block7-info-block h2{
    font-weight: 400;
    font-size: 24px;
}
.Block7-week{
    margin-top: 60px;
}
.Block7-week span{
    color: #ffffff9f;
}
.Block7-week-info{
    margin-bottom: 15px;
}
.Block7-week-info span{
    margin-right: 310px;
}
.Block7-week-block-info{
    font-size: 16px;
    color: #ffffff9f;
}
.Block7-week-block-info td{
    padding-bottom: 15px!important;
}

.Block7-week table {
    font-size: 19px;
    color: #ffffffc7;
    border-collapse: collapse;
}
.Block7-week td{
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    z-index: 1;
    width: 400px;
}
.light{
    z-index: 0;
    margin-left: -50px;
    position: absolute;
    width: 1300px;
    height: 90px;
    background-color: #474748;
    border-radius: 18px;
}
.light-1{
    margin-top: 65px;
}
.light-2{
    margin-top: 245px;
}
.light-3{
    margin-top: 420px;
}
.light-4{
    margin-top: 600px;
}

@media screen and (max-width: 768px) {
    .Block7{
        padding-bottom: 50px;
        margin-top: 100px;
    }
    .Block7-head{
        text-align: center;
        height: 250px;
    }
    .Block7-head-block{
        text-align: center;
        width: 150px;
        margin-left: 10px;
        margin-right: 10px;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }
    .Block7-info{
        text-align: center;
    }
    .Block7-info-block{
        margin: 0px;
        margin-bottom: 30px;
    }
    .Block7-week{
        margin-top: 0px;
    }
    .Block7-week-block-info-1{
        background-color: #474748;
    }
    .light{
        display: none;
    }
}

/*     8 block    */

.Block8{
    padding-top: 110px;
}
.Block8 h1{
    text-align: center;
    font-size: 28px;
    color: #1F1F21;
}
.Block8-block{
    margin-top: 30px;
    vertical-align: middle;
    max-width: 590px;
    width: 100%;
    display: inline-block;
}
.Block8-block h3{
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 19px;
    color: #1f1f21ad;
}
.Block8-block h2{
    font-size: 24px;
    color: #1F1F21;
}
.Block8-block-btn{
    transition: 0.7s;
    cursor: pointer;
    margin-top: 65px;
    font-size: 16px;
    width: 265px;
    height: 36px;
    border-radius: 10px;
    background-color: #FF9067;
    color: #fff;
    text-align: center;
    padding-top: 8px;
    box-sizing: border-box;
}
.Block8-block-btn:hover{
    background-color: #ff9067c0;
}
@media screen and (max-width: 768px) {
    .Block8{
        width: 380px;
        margin-left: auto;
        margin-right: auto;
    }
    .Block8-block-btn{
        margin-left: auto;
        margin-right: auto;
    }
}

/*     9 block    */

.Block9{
    padding-top: 105px;
}
.Block9 h1{
    text-align: center;
    font-size: 28px;
    color: #1F1F21;
}
.Block9-block{
    position: relative;
    color: #1F1F21;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 40px;
    padding-top: 30px;
    vertical-align: top;
    width: 380px;
    height: 305px;
    display: inline-block;
    border-radius: 20px;
    -webkit-box-shadow: 0px 20px 24px -5px rgba(34, 60, 80, 0.12);
    -moz-box-shadow: 0px 20px 24px -5px rgba(34, 60, 80, 0.12);
    box-shadow: 0px 20px 24px -5px rgba(34, 60, 80, 0.12);
}
.Block9-block-central{
    margin-left: 25px;
    margin-right: 25px;
}
.Block9-block p{
    margin-top: 20px;
}
.Block9-block h2{
    font-size: 19px;
    position: absolute;
    bottom: 20px;
}
@media screen and (max-width: 768px) {
    .Block9{
        width: 380px;
        margin-left: auto;
        margin-right: auto;
    }
    .Block9-block-central{
        margin-left: 0px;
        margin-right: 0px;
    }
    .Block9-block{
        margin-top: 10px;
        margin-bottom: 20px;
    }
}

/*     10 block    */

.Block10{
    padding-bottom: 165px;
    background-color: #1F1F21;
    padding-top: 75px;
    margin-top: 150px;
    color: #fff;
}
.Block10 h1{
    font-size: 28px;
    font-weight: 400;
}
.Block10-block{
    margin-top: 30px;
    max-width: 570px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.Block10-block input[type="text"]{
    padding-top: 3px;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 16px;
    color: #fff;
    width: 100%;
    height: 40px;
    border-radius: 10px;
    background-color: #1F1F21;
    outline: none;
    border: 1px solid #fff;
    margin-bottom: 15px;
}
#block10-input-list {
    padding-top: 3px;
    box-sizing: border-box;
    padding-left: 35px;
    font-size: 16px;
    color: #fff;
    width: 100%;
    height: 40px;
    border-radius: 10px;
    background-color: #1F1F21;
    outline: none;
    border: 1px solid #fff;
    margin-bottom: 15px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23ffffff" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
}

#block10-input-list option {
    background-color: #1F1F21;
    color: #fff;
    padding: 10px;
}

#block10-input-list option:first-child {
    color: #ffffff80;
}

#block10-input-list:focus {
    border-color: #Fff;
}
.block10-right{
    margin-top: -4px;
    margin-left: 55px;
}
.Block10-block input[type="checkbox"]{
    margin-top: 5px;
    width: 30px;
    height: 30px;
    background-color: white;
    border-radius: 10px;
    vertical-align: middle;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}
.Block10-block input[type="checkbox"]:checked{
    background-color: #FF9067;
}
.Block10-block-check-1{
    margin-top: 15px;
}
.Block10-block-check-2{
    margin-right: 15px;
    float: left;
    width: 30px;
    height: 70px;
}
.Block10-block span{
    height: 25px;
    width: 250px;
    font-size: 14px;
    color: #f1f1f1d7;
}
.block10-right input[type="text"]{
    padding-left: 35px;
}
.Block10-block h2{
    font-size: 16px;
    margin-bottom: 10px;
}
.Block10-block-info{
    margin-top: 35px;
    margin-right: 15px;
    vertical-align: top;
    max-width: 225px;
    display: inline-block;
}
.Block10-block-info h3{
    font-size: 16px;
    color: #ffffffc4;
}
.Block10-block-info p{
    font-size: 14px;
    color: #ffffff71;
}
.block10-block-info-right{
    margin-left: 50px;
    margin-right: 0px;
}
.Block10-block-info img{
    margin-right: 10px;
    margin-top: 8px;
}
button{
    transition: 0.7s;
    outline: none;
    border: none;
    background-color: #FF9067;
    width: 240px;
    height: 40px;
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    float: right;
    margin-top: 55px;
}
button:hover{
    background-color: #ff9067e8;
}
@media screen and (max-width: 768px) {
    .Block10{
        padding-bottom: 50px;
        margin-top: 100px;
        padding-top: 50px;
        text-align: center;
    }
    .Block10 h1{
        margin-bottom: 30px;
    }
    .Block10-block{
        width: 380px;
        margin-left: auto;
        margin-right: auto;
    }
    .Block10-block{
        margin: 0px!important;
    }
    .Block10-block-check-1{
        text-align: left;
    }
    .Block10-block h2{
        margin-top: 10px;
        text-align: left;
    }
    button{
        float: none;
    }
}

/*     11 block    */
.Block11{
    padding-top: 50px;
    padding-bottom: 50px;
}

.Block11 p{
    float: left;
    width: 300px;
    font-size: 14px;
    color: #1F1F21;
}
.Block11 img{
    margin-bottom: 50px;
    margin-top: -15px;
    float: right;
    width: 105px;
}
@media screen and (max-width: 768px) {
    .Block11{
        width: 380px;
        margin-left: auto;
        margin-right: auto;
    }
    .Block11 p{
        width: 290px;
    }
    .Block11 img{
        width: 90px;
    }
}

/* Добавьте эти стили в конец файла или в секцию с медиа-запросами */
.burger-menu {
    display: none;
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 1001;
    cursor: pointer;
    padding: 10px;
}

.burger-menu span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #F1F1F1;
    margin: 5px 0;
    transition: 0.3s;
}

@media screen and (max-width: 768px) {
    .burger-menu {
        display: block;
    }

    .head {
        
        padding-top: 20px;
        height: auto;
        background: rgba(0, 0, 0, 0.9);
        transform: translateY(-100%);
        transition: transform 0.3s ease-in-out;
    }

    .head.active {
        transform: translateY(0);
    }

    .head .container {
        flex-direction: column;
        display: flex;
        padding: 20px 0;
    }

    .textLeft, .textRight {
        display: flex;
        flex-direction: column;
        width: 100%;
        text-align: center;
    }

    .head a {
        margin: 10px 0;
        font-size: 18px;
    }

    .logo {
        margin: 20px 0;
        order: -1;
    }

    /* Анимация для бургер-меню */
    .burger-menu.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .burger-menu.active span:nth-child(2) {
        opacity: 0;
    }

    .burger-menu.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -7px);
    }
}
