* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-box-sizing-box-sizing: border-box;
}

::-webkit-scrollbar {
    display: none;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('fonts/MyriadPro-Regular.eot');
    src: url('fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('fonts/MyriadPro-Regular.woff') format('woff'),
        url('fonts/MyriadPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.flexTravel {
	display: flex;
}

html {
    scroll-behavior: smooth;
}
  
body {
    margin: 0;
    padding: 0;
}

.container {
    max-width: 1920px;
	margin: auto;
    background-color: #EEF6FA;
}
.cont {
    padding-left: 320px;
    padding-right: 320px;
}
.jcenter {
    justify-content: center;
}

.nomarginblock {
	margin: 0 !important;
}

.banner_main {
    padding: 0;
    width: 100%;
    height: 80vh;
    font-family: Myriad Pro;
    color: white;
    position: relative;
    margin-top: 112px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner_main .banner_main_wrap {
	width: 100%;
    max-width: 1280px;
    margin: auto;
    position: relative;
}

.banner_main .texts {
    padding-top: 148px;
    width: 545px;
    text-transform: uppercase;
}
.banner_main .texts .descr {
    font-size: 36px;
    font-weight: normal;
    line-height: normal;
}
.banner_main .texts .title {
    font-weight: bold;
    font-size: 128px;
    line-height: 70%;
    margin-top: 37px;
}
.banner_main .texts .sale {
    font-weight: bold;
    font-size: 36px;
    line-height: normal;
    margin-top: 27px;
}
.banner_main .button {
    width: 312px;
    height: 60px;
    background-color: #F15B4F;
    line-height: 26px;
    font-weight: normal;
    font-size: 16px;
    box-shadow: 0px 5px 5px grey;
    margin-top: 39px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}
.banner_main .numbers {
    max-width: 1456px;
    width: 100%;
    height: 169.2px;
    position: absolute;
    margin: auto;
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: white;
    bottom: -85px;
    left: 0;
    right: 0;
    text-transform: uppercase;
}
.banner_main .numbers .item {
    width: 475px;
    height: 99px;
    
    margin: auto;
    font-family: Myriad Pro;
    font-size: 18px;
    line-height: normal;
    font-weight: normal;
    color: #202020;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.banner_main .numbers .item:nth-child(2) {
	border-right: 1px solid #DADADA;
	border-left: 1px solid #DADADA;
}

.banner_main .numbers >div:last-child{
    border: none;
}
.banner_main .numbers .item .big {
    font-weight: bold;
    font-size: 64px;
    line-height: normal;
    color: #F15B4F;
}
.banner_main .numbers .item .may {
    padding-bottom: 22px;
}

.about {
    padding-top: 164px;
    font-family: Myriad Pro;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    color: #202020;
    text-align: center;
    background-color: #ECF8FF;
}
.about .title,
.advantages .title,
.komu .title,
.vid .title,
.results .title,
.themes .title,
.start .title,
.price_block .title,
.recommend .title {
    color: #0083CA;
    font-size: 48px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 20px;
}
.about .boldtext {
}
.about .slimtext {
    font-weight: normal;
    margin-top: 48px;
}

.advantages {
    padding-top: 80px;
    padding-bottom: 55px;
    font-family: Myriad Pro;
    font-size: 20px;
    line-height: normal;
    color: #202020;
    text-align: center;
    background-color: #ECF8FF;
}
.advantages .title {
    margin-bottom: 45px;
}
.advantages .block {
    width: 50%;
}
.advantages .block .item {
    gap: 30px;
    align-items: center;
    text-align: left;
    margin-bottom: 25px;
}
.advantages .block .item br {
    display: none;
}
.advantages .block .num {
    background-color: #0083CA;
    color: white;
    min-width: 73px;
    min-height: 73px;
    border-radius: 50%;
    font-size: 48px;
    align-items: center;
    justify-content: center;
    display: flex;
}
.advantages .pic {
    width: 491px;
    height: 445px;
    background-image: url(img/adv_pic.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
}

.komu {
    padding-top: 80px;
    font-family: Myriad Pro;
    font-size: 20px;
    line-height: normal;
    color: #202020;
    text-align: center;
    background-color: white;
    max-width: 1280px;
    width: 100%;
    margin: auto;
}
.komu .items {
    margin-top: 45px;
    padding-bottom: 80px;
    gap: 70px;
    justify-content: center;
}
.komu .items .item {
    width: 223px;
    height: 370px;
    border-radius: 20px;
    box-shadow: 0px 5px 5px rgb(226, 226, 226);
    text-align: center;
    padding: 12px 7px 8px 7px;
}
.komu .items .item .pic {
    width: 170px;
    height: 145px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 10%;
}

.eco {
    max-width: 1280px;
    width: 100%;
    padding-left: 701px;
    padding-top: 80px;
    padding-bottom: 80px;
    font-family: Myriad Pro;
    color: white;
    margin: auto;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}
/*.eco .pic {
    width: 756px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}*/
.eco .texts {
    flex-direction: column;
    gap: 13px;
}
.eco .slogan {
    font-size: 48px;
    font-weight: bold;
    line-height: normal;
}
.eco .descr {
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
}
.eco .price {
    font-size: 48px;
    font-weight: bold;
    line-height: normal;
}
.eco .button {
    width: 187px;
    height: 60px;
    background-color: #F15B4F;
    line-height: 26px;
    font-weight: normal;
    font-size: 14px;
    box-shadow: 0px 5px 5px grey;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.vid {
    max-width: 1280px;
    width: 100%;
    background-color: white;
    padding-top: 80px;
    padding-bottom: 80px;
    font-family: Myriad Pro;
    font-size: 20px;
    line-height: normal;
    font-weight: normal;
    color: #202020;
    margin: auto;
    text-align: center;
}
.vid .title {
    margin-bottom: 13px;
}
.vid .video {
    margin-top: 40px;
    /* width: 670px;
    height: 378px; */
}

.results {
    padding-top: 80px;
    padding-bottom: 80px;
    font-family: Myriad Pro;
    font-size: 20px;
    line-height: normal;
    font-weight: normal;
    color: #202020;
    text-align: center;
    background-color: #ECF8FF;
}
.results .results_wrapper {
	max-width: 1280px;
	width: 100%;
	margin: auto;
}
.results .title {
    margin-bottom: 69px;
}
.results .items {
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 13px;
    justify-content: center;
}
.results .items .item {
    width: 360px;
    height: 180px;
    border-radius: 20px;
    padding: 11px 12px 10px 14px;
    background-color: white;
    filter: drop-shadow(30px 10px 4px #EEF6FA);
    position: relative;
    text-align: left;
}
.results .items .item .text br {
    display: none;
}
.results .items .item .n {
    color: #F15B4F;
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 10px;
}
.results .items .item .icon {
    width: 53px;
    height: 53px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.themes {
    padding-top: 80px;
    padding-bottom: 80px;
    font-family: Myriad Pro;
    font-size: 20px;
    line-height: normal;
    font-weight: normal;
    color: #202020;
    text-align: center;
    background-color: #ECF8FF;
}
.themes .themes_wrapper {
	max-width: 1280px;
	width: 100%;
	margin: auto;
}
.themes .descr {
   font-weight: bold;
}
.themes .items {
    flex-wrap: wrap;
    /* flex-direction: column; */
    column-gap: 34px;
    row-gap: 28px;
    margin-top: 31px;
    max-height: 710px;
    justify-content: center;
}
.themes .items .item {
    max-width: 579px;
    width: 100%;
    border-bottom: 1px solid #202020;
    padding-bottom: 5px;
    gap: 33px;
    position: relative;
}
.themes .items .item .left {
    
}
.themes .items .item .left .n {
    font-size: 40px;
    font-weight: normal;
    line-height: normal;
    color: #F15B4F;
}
.themes .items .item .left .icon {
    width: 21px;
    height: 21px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.themes .items .item .right {
    text-align: left;
    /* padding-top: 9px; */
    top: 9px;
    left: 54px;
    position: absolute;
}
.themes .items .item .right .big {
    color: #F15B4F;
    font-weight: bold;
    padding-bottom: 4px;
}
.themes .niz {
    margin-top: 37px;
    padding-left: 0;
}
.themes .niz .snoska {
    font-weight: lighter;
    width: 50%;
}
.themes .niz .button,
.start .button  {
    width: 490px;
    height: 60px;
    background-color: #F15B4F;
    line-height: 26px;
    font-weight: normal;
    font-size: 14px;
    filter: drop-shadow(5px 5px 4px rgb(207, 207, 207));
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: white;
    margin-left: 62px;
}

.start {
    max-width: 1280px;
    width: 100%;
    background-image: linear-gradient(#00AEEF, #0083CA);
    padding-left: 87px;
    padding-top: 80px;
    padding-bottom: 80px;
    font-family: Myriad Pro;
    color: white;
    margin: auto;
    position: relative;
}
.start .title {
    margin-bottom: 47px;
    color: white;
}
.start .title br {
    display: none;
}
.start .dates {
    flex-direction: row;
    gap: 116px;
    font-size: 48px;
    font-weight: normal;
    line-height: normal;
}
.start .dates a {
	color: white;
	text-decoration: none;
}
.start .dates .icon {
    width: 33px;
    height: 33px;
    margin-top: 13px;
    margin-right: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.start .dates .month {
    font-size: 24px;
    margin-left: 14px;
    padding-top: 20px;
}
.start .button {
    width: 187px;
    margin-left: 0;
    margin-top: 47px;
    filter: drop-shadow(3px 3px 4px grey);
    text-decoration: none;
}
.start .bigpic {
    max-width: 787px;
    width: 100%;
    height: 404px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 18px;
    right: 0;
}

.price_block {
    max-width: 1280px;
    width: 100%;
    background-color: white;
    padding-top: 80px;
    padding-bottom: 80px;
    font-family: Myriad Pro;
    margin: auto;
}
.price_block .title {
    margin-bottom: 40px;
    text-align: center;
}
.price_block .variants {
    margin-bottom: 40px;
    text-align: center;
    justify-content: center;
    gap: 59px;
}
.price_block .variants .var {
    width: 283px;
    height: 340px;
    filter: drop-shadow(1px 1px 5px rgb(207, 207, 207));
}
.price_block .variants .var .top {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #0083CA;
    color: white;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    height: 76.47px;
    align-items: center;
    justify-content: center;
}
.price_block .variants .var .bot {
    height: 263.53px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #ECF8FF;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin: auto;
}
.price_block .variants .var .bot .money {
    color: #F15B4F;
    font-size: 32px;
    font-weight: normal;
    line-height: normal;
    margin-top: 20.53px;
}
.price_block .variants .var .bot .detail {
    margin-top: 11.71px;
    font-size: 20px;
    color: #202020;
}
.price_block .variants .var .bot .buttons {
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    margin: auto;
}
.price_block .variants .var .bot .buttons .button1 {
    border: 2px solid #0083CA;
    color: #0083CA;
    width: 187px;
    height: 40px;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.price_block .variants .var .bot .buttons .button2 {
    color: white;
    background-color: #F15B4F;
    width: 187px;
    height: 40px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.recommend {
    padding-top: 80px;
    padding-bottom: 80px;
    font-family: Myriad Pro;
    background-color: #ECF8FF;
}
.recommend .recommend_wrapper {
	max-width: 1280px;
	width: 100%;
	margin: auto;
}
.recommend .title {
    text-align: center;
    margin-bottom: 40px;
    justify-content: center;
}
.recommend .items {
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    padding: 0 87px 0 88px;
}
.recommend .items .item {
    border-radius: 20px;
    background-color: #ffffff;
    max-width: 1105px;
    width: 100%;
    height: 219px;
    justify-content: space-between;
    filter: drop-shadow(5px 5px 4px #ececec);
}
.recommend .items .item .pic {
    border-radius: 20px;
    width: 312px;
    height: 219px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.recommend .items .item .texts {
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
    color: #202020;
    width: 360px;
    margin-top: 33px;
}
.recommend .items .item .texts .big {
    font-size: 36px;
    font-weight: bold;
    color: #0083CA;
    margin-bottom: 13px;
}
.recommend .items .item .button {
    width: 187px;
    height: 60px;
    background-color: #F15B4F;
    color: white;
    margin: 80px 53px 0 0;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
    filter: drop-shadow(5px 5px 4px #f3d4cf);
    cursor: pointer;
    text-decoration: none;
}
















