body {
    color: #707070;
}
span.dino { display: none;}

.color_line {   
    width: 100%;
    height: 5px;
    background-image: url('../images/header_line_preloader.svg');
    opacity: 0;
}
.header {
    width: 100%;
    border-bottom: 1px solid #cccccc;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 24px;
}
.footer {
    width: 100%;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 110px;
    font-family: 'AvenirLight';
    font-size: 18px;
    line-height: 36px;
    color: #6d6e71;
    padding-left: 20px;
    padding-right: 20px;
}
.footer_login_btn {
    display: inline-block;
    width: 134px;
    height: 32px;
    background-image: url('../images/login_button.svg');
    margin-top: 56px;
    cursor: pointer;
}
.padding100top {
    padding-top: 100px;
}
.padding100bottom {
    padding-bottom: 100px;
}
.padding20bottom {
    padding-bottom: 20px;
}

.block_slider {
    text-align: center;
    
}

.block_hidden {
    opacity: 0;
}

.hidden {
    visibility: hidden;
    width: 0;
    height: 0;
}

#slider1 {
    width: calc(100% - 152px);
    max-width: 710px;
    height: 320px;
    margin: auto;
    font-size: 0;
}

#slider1.carousel-item {
    height: 300px;
}


.slider1_slide_left {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.slider1_slide_left_header {
    font-family: 'ITXLt';
    font-size: 60px;
    line-height: 50px;
    padding-top: 10px;
    text-align: left;
    margin-bottom: 24px;
    color: #231f20;
}
.slider1_slide_left_text {
    font-family: 'ITBk';
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    max-width: 320px;
}
.slider1_slide_right {
    display: inline-block;
    width: 50%;
    height: 300px;
    vertical-align: top;
    text-align: right;
}
.slider1_slide_right > img{
    height: 250px;
}

.slider1_carousel-indicators {
    bottom: -30px;
    justify-content: left;
    padding-left: 0;
    margin-right: 5px;
    margin-left: -3px;
}
.carousel-indicators .active {
    background-image: url('../images/slider_dot_selected.svg');
}
.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-image: url('../images/slider_dot.svg');
}
.carousel-control-next-icon {
    background-image: url('../images/arrow_right.svg');
}
.carousel-control-next-icon:hover {
    background-image: url('../images/arrow_right_rollover.svg');
}
.carousel-control-prev-icon {
    background-image: url('../images/arrow_left.svg');
}
.carousel-control-prev-icon:hover {
    background-image: url('../images/arrow_left_rollover.svg');
}

.carousel-control-next, .carousel-control-prev {
    width: auto;
    padding: 20px;
    
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 36px;
    height: 36px;
}
.carousel-control-prev {
    left: -76px;
}
.carousel-control-next {
    right: -76px;
}

.buttons {
    width: calc(100% - 152px);
    max-width: 710px;
    margin: auto;
    text-align: left;
    margin-top: 34px;
    font-size: 0;
}
.btn_book {
    display: inline-block;
    background-image: url('../content/block1/booking_button.svg');
    width: 134px;
    height: 31px;
    margin-right: 10px;
    cursor: pointer;
}
.btn_book:hover {
    background-image: url('../content/block1/booking_button_rollover.svg');
}
.btn_learn {
    display: inline-block;
    background-image: url('../content/block1/learn_button.svg');
    width: 134px;
    height: 31px;
}
.btn_learn:hover {
    background-image: url('../content/block1/learn_button_rollover.svg');
}

/*------------------------*/

.block_message {
    width: 100%;
    background-color: #e3e3e3;
    height: 164px;
    padding-left: 20px;
    padding-right: 20px;
}
.block_message_body {
    display: table;
    font-size: 0;
    margin: auto;
    text-align: center;
    height: 164px;
}

@media screen and (max-width: 620px) {
    .block_message {
        height: 240px;
    }
    .block_message_body {
        height: 240px;
    }
}
.block_message_body_text {
    max-width: 384px;
}

.block_message_body > div {
    display: table-cell;
    vertical-align: middle;
    font-family: 'ITXLt';
    color: #231f20;
    font-size: 24px;
    line-height: 30px;
}
.block_message_body_no_text > div {
    font-size: 0;
    line-height: 0;
}


.coloredback {
     background-image: url('../content/block9/901_background.jpg');
     background-size: cover;
}
.btn_book_big {
    display: inline-block;
    background-image: url('../content/block9/booking_button_big.svg');
    width: 220px;
    height: 50px;
    margin-right: 24px;
    cursor: pointer;
    margin: 10px;
}
.btn_book_big:hover {
    background-image: url('../content/block9/booking_button_big_rollover.svg');
}
.btn_learn_big {
    display: inline-block;
    background-image: url('../content/block9/learn_button_big.svg');
    width: 220px;
    height: 50px;
    margin: 10px;
}
.btn_learn_big:hover {
    background-image: url('../content/block9/learn_button_big_rollover.svg');
}

/*-------------------------*/
.block_features {
    width: 100%;

}
.block_features_row {
    justify-content: center;
    margin: auto;
    font-size: 0;
    padding-left: 20px;
    padding-right: 20px;
}
  
.block_features_col {
    text-align: center;
    width: 320px;
    padding-bottom: 40px;
    border-right: 1px solid #cccccc;
    margin-bottom: 80px;
}

.block_features_col:last-child {
    border: none;
}    

@media screen and (max-width: 1016px) {
    
    .block_features_col:nth-child(2n) {
        border: none;
    }   
}

@media screen and (max-width: 768px) {
    
}

@media screen and (max-width: 696px) {
    .slider1_slide_left {
        width: 100%;
    }
    .slider1_slide_right {
        display: none;
    }
    .block_features_col {
        border: none;
    } 
}

.block_features_col_body {
    display: table;
    margin: auto;
    height: 100%;
    width: 240px;
}
.block_features_col_body_text {
    vertical-align: middle;
    font-family: 'ITBk';
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    width: 240px;
    min-width: 240px;
    margin: auto;
    padding-top: 70px;
}
/*-----------------------------*/
.block_gallery {
     border-bottom: 1px solid #cccccc;
     padding-left: 20px;
     padding-right: 20px;
     text-align: center;
}
.block_gallery_inside {
    display: table;
    max-width: 984px;
    margin: auto;
    font-size: 0;
}
.block_gallery_item {
    display: inline-block;
    max-width: 320px;
    max-height: 320px;
    margin : 2px;
}
.block_gallery_item > img{
    width: 100%;
    height: 100%;
}
.block_gallery_title {
    display: table;
    margin: auto;
    margin-top: 70px;
    margin-bottom: 30px;
    color: #231f20;
    font-family: 'ITXLt';
    font-size: 24px;
    line-height: 30px;
    text-align: center;
}
.block_gallery_line {
    display: table;
    margin: auto;
    width: 280px;
    height: 1px;
    background-color: #cccccc;
}
.block_gallery_text {
    display: table;
    margin: auto;
    margin-top: 30px;
    font-family: 'ITBk';
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    max-width: 360px;
}
/*-------------------------*/
.block_points {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}
.block_points_inside {
   margin: auto;
   font-size: 0;
   max-width: 1344px;
   justify-content: center;
}
.block_points_item {
   display: inline-block;
   max-width: 336px;
   border-right: 1px solid #cccccc;
   padding-left: 48px;
   padding-right: 48px;
}
.margin_bottom {
    margin-bottom: 80px;
}
.block_points_item:last-child {
    border: none;
}
.block_points_title {
    padding-bottom: 80px;
    display: table;
    margin: auto;
    color: #231f20;
    font-family: 'ITXLt';
    font-size: 60px;
    line-height: 50px;
    text-align: center;
}
.block_points_item_title_fixed_height {
    height: 106px;

}
.block_points_item_title {
    display: block;
    font-family: 'AvenirLight';
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    color: #231f20;
    padding-bottom: 26px;
    padding-top: 26px;
    width: 240px;
}
.block_points_item_text {
    display: block;
    height: auto;
    font-family: 'ITBk';
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    width: 240px;
}
.fixed_height {
    height: 72px;
}
.block_points_item_text_left {
    text-align: left;
}
@media screen and (max-width: 1400px) {
    .block_points_item:nth-child(3) {
        border: none;
    }
}
@media screen and (max-width: 1064px) {
    .block_points_item:nth-child(3) {
        border-right: 1px solid #cccccc;
    }
    .block_points_item:nth-child(2) {
        border: none;
    }
}

@media screen and (max-width: 992px) {
   
}
@media screen and (max-width: 730px) {
    .block_points_item {
        border: none;
    }
    .block_points_item:nth-child(3) {
        border: none;
    }
}
@media screen and (max-width: 730px) {
    .block_points_item {
        padding-left: 40px;
        padding-right: 40px;
    }
}
/*---------------------------*/
.buttom_border {
    border-bottom: 1px solid #cccccc;
}
.block_slider_title {
    display: table;
    margin: auto;
    color: #231f20;
    font-family: 'ITXLt';
    font-size: 60px;
    line-height: 50px;
    text-align: center;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}
.block_slider_line {
    display: table;
    margin: auto;
    width: 280px;
    height: 1px;
    background-color: #cccccc;
}
#slider2 {
    width: calc(100% - 152px);
    max-width: 710px;
    height: auto;
    margin: auto;
    font-size: 0;
    padding-top: 40px;
}

.slider2_slide_left {
    display: inline-block;
    width: 50%;
    max-width: 260px;
    vertical-align: top;
    text-align: right;
    padding-right: 20px;
}
.slider2_slide_right {
    display: inline-block;
    width: 50%;
    height: 288px;
    border-left: 1px solid #cccccc;
    font-family: 'ITBk';
    font-size: 12px;
    line-height: 18px;
    padding-left: 35px;
    text-align: left;
    max-width: 380px;
}

.slider2_slide_left_header {
    font-family: 'ITXLt';
    font-size: 29px;
    line-height: 35px;
    color: #231f20;
}
.slider2_carousel-indicators {
    bottom: -50px;
    justify-content: center;
    padding-left: 0;
    margin-right: 5px;
    margin-left: 5px;
}
@media screen and (max-width: 862px) {
    .slider2_slide {
        height: 350px;
    }
    .slider2_slide_left {
        display: block;
        text-align: left;
        width: 100%;
        max-width: 100%;
        padding-right: 0;
    }
    .slider2_slide_right {
        display: block;
        text-align: left;
        border: none;
        width: 100%;
        padding-left: 0;
        height; auto;
    }
    .slider2_slide_left_header {
        margin-bottom: 30px;
    }
}
/*------------------------*/
.block_points2 {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}
.block_points2_inside {
   max-width: 984px;
   margin: auto;
   font-size: 0;
   text-align: center;
}
.block_points2_up {   
    display: table;
    text-align: center;
    margin: auto;
    font-size: 0;
}
.block_points2_down {   
    display: table;
    text-align: center;
    margin: auto;
    font-size: 0;
}
.block_points2_center {   
    display: table;
    text-align: center;
    padding-bottom: 24px;
    padding-top: 24px;
    height: 254px;
    margin: auto;
}
.block_points2_column {
    display: inline-block;
    max-width: 240px;
    border: 1ps solid #000;
    vertical-align: top;
}
.block_points2_column_left {
    margin-right: 180px;
}

@media screen and (max-width: 720px) {
    .block_points2_center {   
        display: none;
    }
    .block_points2_up .block_points2_column {
        margin-bottom: 80px;
    }
    .block_points2_column_last {
        margin-bottom: 0;
    }
    .block_points2_column_left {
        margin-right: 96px;
    }
}
@media screen and (max-width: 616px) {
    .block_points2_column {
        display: block;
    }
    .block_points2_column {
        margin-bottom: 80px;
    }
    .block_points2_column_last {
        margin-bottom: 0;
    }
    .block_points2_column_left {
        margin-right: 0;
    }
}
/*----------------*/
.block_book {
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
}
.block_book_inside {
   max-width: 984px;
   margin: auto;
   font-size: 0;
   text-align: center;
}
.block_book_title {
    display: table;
    margin: auto;
    color: #231f20;
    font-family: 'ITXLt';
    font-size: 48px;
    line-height: 50px;
    text-align: center;
    padding-bottom: 30px;
}
.block_book_line {
    display: table;
    margin: auto;
    width: 280px;
    height: 1px;
    background-color: #cccccc
}
.block_book_text {
    display: table;
    margin: auto;
    padding-top: 49px;
    max-width: 460px;
    text-align: center;
    font-family: 'ITBk';
    font-size: 12px;
    line-height: 18px;
}
.height100 {
    display: block;
    width: 100%;
    height: 100px;
}
.widget {
    display: table;
    max-width: 984px;
    margin: auto; 
}
/*-----------------------------------*/
.block_learn {
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
}
.block_learn_inside {
   max-width: 984px;
   margin: auto;
   font-size: 0;
   text-align: center;
}
.block_learn_title {
    display: table;
    margin: auto;
    color: #231f20;
    font-family: 'ITXLt';
    font-size: 48px;
    line-height: 50px;
    text-align: center;
    padding-bottom: 30px;
}
.block_thanks {
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
}
.block_thanks_inside {
   max-width: 984px;
   margin: auto;
   font-size: 0;
   text-align: center;
}
.block_thanks_title {
    display: table;
    margin: auto;
    color: #231f20;
    font-family: 'ITXLt';
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    padding-bottom: 60px;
    padding-top: 30px;
}
.block_login {
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
}
.block_login_inside {
   max-width: 984px;
   margin: auto;
   font-size: 0;
   text-align: center;
}
.block_login_title {
    display: table;
    margin: auto;
    color: #231f20;
    font-family: 'ITXLt';
    font-size: 48px;
    line-height: 50px;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 50px;
}
.block_login_line {
    display: table;
    margin: auto;
    width: 280px;
    height: 1px;
    background-color: #cccccc;
}
.block_login_form {
    display: table;
    margin: auto;
    padding-bottom: 140px;
    padding-top: 49px;
}
.signup {
    display: table;
    border: none;
    background-color: transparent;
    margin: auto;
    width: 300px;
    height: 50px;
    cursor: pointer;
    background-image: url('../content/login page/get_started_button.svg');
}
.signup:hover {
    background-image: url('../content/login page/get_started_button_rollover.svg');
}
.back {
    display: table;
    margin: auto;
    width: 300px;
    height: 50px;
    cursor: pointer;
    background-image: url('../content/thank you page/get_started_button.svg');
}
.back:hover {
    background-image: url('../content/thank you page/get_started_button_rollover.svg');
}
.block_learn_line {
    display: table;
    margin: auto;
    width: 280px;
    height: 1px;
    background-color: #cccccc
}
.block_learn_text {
    display: table;
    margin: auto;
    padding-top: 49px;
    max-width: 460px;
    text-align: center;
    font-family: 'ITBk';
    font-size: 12px;
    line-height: 18px;
}
.block_learn_form {
    display: table;
    margin: auto;
    padding-bottom: 140px;
    padding-top: 70px;
}
.input {
    width: 300px;
    height: 50px;
    background-image: url('../content/learn page/field.svg');
    margin-bottom: 15px;
}
/* Цвет подсказывающего текста */
input::-moz-placeholder { color: #c0c0c0; }
   input::-webkit-input-placeholder { color: #c0c0c0; }
   input::-ms-input-placeholder { color: #c0c0c0; }
   input::-ms-input-placeholder { color: #c0c0c0; }
   input::placeholder { color: #c0c0c0; } 
   
.submit {
    border: none;
    background-color: transparent;
    width: 300px;
    height: 50px;
    cursor: pointer;
    background-image: url('../content/learn page/get_started_button.svg');
}
.submit:hover {
    background-image: url('../content/learn page/get_started_button_rollover.svg');
}
.learn_input {
    width: 300px;
    height: 50px;
    padding-top: 3px;
    padding-left: 13px;
    padding-right: 13px;
    font-family: 'AvenirLO';
    font-size: 18px;
    line-height: 18px;
    color: #c0c0c0;
    border: none;
    background-color: transparent;
}
/*----------------------------*/
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
ul {
    margin: 0;
    padding-inline-start: 0;
}
ul.dashed {
    list-style-type: none;
}
ul.dashed > li {
    text-indent: -6px;
    margin-bottom: 13px;
}
ul.dashed > li:before {
    content: "- ";
    text-indent: -6px;
}
.word {
    hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}