body {
    color: #4d4d4f;
    word-break: normal;
}
span.dino { display: none;}

.noscroll {
   overflow: hidden;
}
.color_line {   
    width: 100%;
    height: 5px;
    opacity: 0;
}
.color_line_back {
    position: absolute;
    width:100%;
    height: 5px;
    top: 0;
    background-color: #fff;
}
.color_line_body {
    position: absolute;
    width:100%;
    height: 5px;
    top: 0;
    z-index: 3;
}

.header {
    position: relative;
    opacity: 0;
    height: 94px;
    width: calc(100% - 80px);
    margin: 0 40px;    
}
.under_header {
   position: relative;
   width: 100%;
   height: 1px;
   background-color: #cccccc;

}

.header_logo {
    position: relative;
    max-width: 860px;
    margin: auto;
    padding-top: 27px;
    font-size: 0;
}
.header_logo > a {
    vertical-align: top;
}
.menu {
    display: inline-block;
        padding-top: 9px;
    margin-left: 54px;
    height: 100%;
}
.menu_item {
    display: inline-block;
    font-family: 'AvenirHeavy';
    font-size: 13px;
    text-align: center;
}
.menu_item >a, .subheader_column_line >a {
    color: #3b3b3c;
    text-decoration: none;
}
.menu_item >a:hover, .subheader_column_line >a:hover {
    color: #e95525;
}

a.submenu_item_selected {
    color: #e95525
}

.menu_item_arrow {
    width: 10px;
    height: 10px;
    background-image: url(../images/menu_arrow_default.svg);
    position: relative;
    margin: auto;
}
.menu_item_arrow_selected {
    background-image: url(../images/menu_arrow_selected.svg);
}


.menu_separator {
    display: inline-block;
    width: 1px;
    height: 9px;
    background-color: #cccccc;
    margin-left: 18px;
    margin-right: 18px;
}
.header_social {
    position: absolute;
    top: 31px;
    right: 0;
}
.header_lang {
    font-family: 'AvenirHeavy';
    font-size: 13px;
    position: absolute;
    top: 36px;
    right: 40px;
    display: flex;
    column-gap: 5px;
    align-items: center;
}
.lang_line {
    width: 1px;
    height: 12px;
    background-color: #3b3b3c;
    display: inline-block;
}
.header_lang > a {
    color: #3b3b3c;
    text-decoration: none;
}
.header_lang > a:hover {
    color: #e95525;
}
.header_lang > a.active {
   opacity: .5;
   cursor: default;
}
.header_lang > a:hover.active {
    color: #3b3b3c;
}
.header_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #fff;
}
.subheader {
    position: absolute;
    top: -1500px;
    left: 0;
    width: 100%;
    z-index: 1;
    background-color: #fff;
    border-bottom: 1px solid #cccccc;
}
.subheader_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto;
    font-size: 0;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
}
.subheader_column {
    display: inline-block;
    width: 250px;
}
.subheader_column_line {
    line-height: 24px;
    font-family: 'AvenirHeavy';
    font-size: 12px;
    text-align: center;
}
.subheader_column_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;

    align-items: center;
}
.subheader_column_inner {
    margin: auto;
}

.subheader_column_separator {
    display: inline-block;
    background-image: url(../images/menu_V_line.svg);
    width: 41px;
    background-repeat: no-repeat;
    background-position-y: center;
}
.a_mail {
    color: #6d6e71; 
}
.block_grid {
    margin-bottom: 160px;
}
.block_grid_body {
   max-width: 1024px;
   margin: auto;
   font-size: 0;
}
.block_grid_body_holder {
   margin: 0 40px;
}
.grid_columns {
    display: inline-block;
}

.big_mobile {
   display: inline-block;
}
.small_mobile {
  display: none;
}
.grid_columns_margin {
   margin-right: 16px;
}
.footer {
    width: 100%;
    border-top: 1px solid #cccccc;   
    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: block;
    width: 134px;
    height: 32px;
    margin-top: 56px;
    cursor: pointer;
    margin: auto;
}
.padding100top {
    padding-top: 100px;
}
.padding100bottom {
    padding-bottom: 100px;
}
.padding70bottom {
    padding-bottom: 70px;

}
.padding20bottom {
    padding-bottom: 20px;
}

.block_slider {
    text-align: center;
    margin-bottom: 70px;
}

.block_hidden {
    opacity: 0;
}

.hidden {
    visibility: hidden;
    width: 0;
    height: 0;
}

#slider1 {
    width: calc(100% - 152px);
    max-width: 872px;
    height: 530px;
    margin: auto;
    font-size: 0;
}

#slider {
    width: calc(100% - 152px);
    max-width: 872px;
    margin: auto;
    font-size: 0;
}

ul { 
    list-style-type: disc; /* Маркеры в виде квадрата */
    list-style-position: outside; /* Маркеры размещаются за пределами текстового блока */
    
}


li {
     margin-bottom: 11px;    
}

#slider1.carousel-item {
    height: 300px;
}

.slider1_slide {
    display: table;
}
.slider1_slide_left {
    display: table-cell;
    width: 360px;
    vertical-align: middle;
}

.slider1_slide_left_header {
    font-family: 'ITXLt';
    font-size: 36px;
    line-height: 32px;
    text-align: right;
    margin-bottom: 22px;
    color: #231f20;
    max-width: 310px;
}
.slider1_slide_left_text {
    font-family: 'ITBk';
    font-size: 13px;
    line-height: 20px;
    text-align: right;
    max-width: 310px;
}
.slider1_slide_right {
    display: table-cell;
    width: 510px;
    vertical-align: middle;
    text-align: right;
}
.slider1_slide_right > img{
    width: 506px;
}


.slider1_carousel-indicators {
    position: absolute;
    bottom: -51px;
    justify-content: center;
    padding-left: 0;
}

.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;
}

.carousel-control-prev {
    width: auto;
    padding-left: 20px;
    
}
.carousel-control-next{
    width: auto;
    padding-right: 20px;
    
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 36px;
    height: 36px;
}
.carousel-control-prev {
    left: -140px;
}
.carousel-control-next {
    right: -140px;
}
.getitnow {
    max-width: 500px;
    margin: auto;
    font-size: 0;
}
.getitnow_header {
    height: 84px;
    border-bottom: 1px solid #cccccc;
}
.getitnow_title {
    font-family: 'AvenirLight';
    font-size: 13px;
    line-height: 20px;
    padding-top: 29px;
    padding-bottom: 29px;
    
    color: #231f20;
}
.small_form {
    display: inline-block;
    width: 160px;
    margin-right: 10px;
    vertical-align: top;
}
.small_input {
    width: 160px;
    height: 31px;
    padding-top: 3px;
    padding-left: 13px;
    padding-right: 13px;
    font-family: 'AvenirLight';
    font-size: 13px;
    line-height: 14px;
    icolor: #c0c0c0;
    border: none;
    background-color: transparent;
}
.small_form_submit {
    display: inline-block;
    vertical-align: top;
    width: 160px;
}
.small_submit {
        border: none;
        background-color: transparent;
        width: 160px;
        height: 31px;
        cursor: pointer;
    
    background-image: url(../images/get_now_button.svg);
}
.small_form {
    background-image: url(../images/get_now_field.svg);
}

.getitnow_form {
    display: block;
}
.getitnow_thanx {
    padding-top: 29px;
    display: none;
    text-align: center;
    font-family: 'AvenirLight';
    font-size: 13px;
    line-height: 20px;
    color: #6d6e71;
}
.getitnow_thanx > a{
    color: #ff4600;
}
.buttons {
    width: calc(100% - 152px);
    max-width: 710px;
    margin: auto;
    text-align: left;
    margin-top: 34px;
    font-size: 0;
}
.btn_book {
    display: inline-block;
    
    width: 134px;
    height: 31px;
    margin-right: 10px;
    cursor: pointer;
}

.btn_learn {
    display: inline-block;
   
    width: 134px;
    height: 31px;
}


/*------------------------*/
.block_title {
    padding-left: 20px;
    padding-right: 20px;
    opacity: 0;
}
.block_title_inner {
    display: table;
    margin: auto;
    color: #231f20;
    font-family: 'ITXLt';
    font-size: 60px;
    line-height: 50px;
    text-align: center;
}
.block_spread2 {
    display: table;
    width: 100%;
    font-size: 0; 
    margin-bottom: 160px;
}
.block_spread2_image_holder {
    margin: 0 40px;
}
.block_spread2_image_fixed {
    display: table;
    margin: auto;
    max-width: 1024px;
}
.block_spread2_image_fixed > img {
    width: 100%;
}
.block_spread2_image > img {
    width: 100%;
}
.block_spread2_text_holder {
    margin: 0 40px;
}
.block_spread2_text {
    display: table;
    margin: auto;
    font-family: 'ITXLt';
    font-size: 26px;
    line-height: 36px;
    color: #58595b;
    max-width: 1024px;
   
}
.spread2_text_block_title {
    font-family: 'AvenirLight';
    font-size: 30px;
    line-height: 28px;
    color: #231f20;
    padding-top: 68px;
    padding-bottom: 23px;

}

.block_spread2_text > strong {
   font-weight: bold;
   color: #58595b;
}
.block_spread2_text > a {
   font-weight: bold;
   color: #ff5e00;
}

.block_spread {
    display: table;
    width: 100%;
    font-size: 0; 
}
.block_spread_half {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}
.block_spread_half_withtext {
    padding-left: 90px;
    padding-top: 76px;
    padding-bottom: 76px;
    padding-right: 76px;
    font-family: 'ITBk';
    font-size: 13px;
    line-height: 20px;
}

.block_spread_half_withimage > img{
    width: 100%;
}


.spread_text_block_left {
    float: right;
}
.spread_text_block {
    max-width: 390px;
    font-family: 'ITBk';
    font-size: 13px;
    line-height: 20px;
    
}


.spread_text_block_space {
    height: 60px;
}
.block_spread_left_image {
    height: 100%;
}
.spread_text_block_title {
    font-size: 20px;
    line-height: 22px;
    color: #231f20;
    font-family: 'ITMd';
    

}
.spread_text_block_line {
    max-width: 280px;
    height: 1px;
    background-color: #cccccc;
    margin-top: 18px;
    margin-bottom: 18px;
}

.block_blog_text{
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 45px;
}
.block_blog_text_title {
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding-top: 55px;
    width: 670px;
    font-size: 20px;
    color: #231f20;
    font-family: 'ITMd';
}
.block_blog_text_line {
    
    margin: auto;
    max-width: 670px;
    height: 1px;
    background-color: #cccccc;
    margin-top: 18px;
    margin-bottom: 18px;
}
.block_blog_text_body {
    display: table;
    margin: auto;
    max-width: 670px;
    font-family: 'ITBk';
    font-size: 13px;
    line-height: 20px;
}
.block_blog_text_body > strong , .block_blog_text_body > b{
    color: #e95525;
}
.block_blog_image {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 45px;
}
.block_blog_image_body {
    text-align: center;
}

.block_blog_image_body > img{
    height: auto;
    max-width: 670px;
}



.block_image, .block_quote {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.block_image_body {
    text-align: center;
}
.block_image_body > img{
    height: 100%;
    max-width: 100%;
}
.block_quote_body {
    display: table;
    margin: auto;
}
.block_quote_body_line {
    height: 1px;
    max-width: 265px;
    background-color: #000;
    margin-top: 34px;
    margin-left: auto;
    margin-right: auto;

    margin-bottom: 70px;
}
.block_quote_body_text {
    font-size: 24px;
    line-height: 30px;
    margin-top: 90px;
    
    max-width: 530px;
    color: #333132;
    font-family: 'GothamXLight';
}
.block_quote_body_text strong {
    color:#262324;
    font-family: 'GothamMedium';
}

.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-size: cover;
}
.btn_book_big {
    display: inline-block;
    
    width: 220px;
    height: 50px;
    margin-right: 24px;
    cursor: pointer;
    margin: 10px;
}

.btn_learn_big {
    display: inline-block;
    
    width: 220px;
    height: 50px;
    margin: 10px;
}

/*-------------------------*/
.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;
    }   
}

.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: 13px;
    line-height: 20px;
    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: 13px;
    line-height: 20px;
    
    max-width: 360px;
}
/*-------------------------*/
.block_points {
    padding-left: 20px;
    padding-right: 20px;
    
}
.block_points_item_img {
    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_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_notitle {
    height: 42px;
}
.block_points_item_title {
    display: block;
    font-family: 'AvenirLight';
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #231f20;
    padding-bottom: 16px;
    padding-top: 26px;
    width: 240px;
}
.block_points_item_text {
    display: block;
    height: auto;
    font-family: 'ITBk';
    font-size: 13px;
    line-height: 20px;
    
    width: 240px;
}
.block_points_adds {
    font-family: 'ITBk';
    font-size: 13px;
    line-height: 20px;
}
.fixed_height {
    height: 72px;
}
.block_points_item_text_left {
    text-align: left;
}
@media screen and (max-width: 2000px) {
    
}
.block_points_item:nth-child(4n) {
    border: none;
}
@media screen and (max-width: 1400px) {
    .block_points_item:nth-child(3n) {
        border: none;
    }
    .block_points_item:nth-child(4n) {
        border-right: 1px solid #cccccc;
    }
}
@media screen and (max-width: 1064px) {
    .block_points_item:nth-child(3n) {
        border-right: 1px solid #cccccc;
    }
    .block_points_item:nth-child(2n) {
        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;
    }
}
.block_points_item:last-child {
    border: none;
}
/*---------------------------*/
.bottom_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: 13px;
    line-height: 20px;
    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: 13px;
    line-height: 20px;
}


.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;

}

.back {
    display: table;
    margin: auto;
    width: 300px;
    height: 50px;
    cursor: pointer;
   
}

.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: 13px;
    line-height: 20px;
}
.block_learn_form {
    display: table;
    margin: auto;
    padding-bottom: 140px;
    padding-top: 70px;
}
.input {
    width: 300px;
    height: 50px;
    
    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;
}
.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, ol {
    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;
}
ul, .ul_slider {
    margin-left: 15px;
    
}
.word {
   
}
.block_blog {
    padding-top: 90px;
    padding-bottom: 40px;
    text-align: center;
    font-size: 0;
    max-width: 1062px;
    margin: auto;
}
.blog_post {
    display: inline-block;
   
    margin-bottom: 50px;
}
.blog_post_left {
    margin-right: 50px;;
}
.blog_image {
    display: inline-block;
    width: 240px;
    height: 240px;
    vertical-align: top;
}
.blog_info {
    display: inline-block;
    width: 266px;
    height: 240px;
    font-family: 'GothamLight';
    text-align: left;
    vertical-align: top;
    padding-left: 24px;
}
.blog_info_date {
    
    font-size: 13px;
    color: #231f20;
    margin-bottom: 20px;
}
.blog_info_text {
    font-size: 28px;
    line-height: 24px;
    color: #231f20;
    margin-bottom: 20px;
    margin-left: -2px;
}
.blog_info_btn {
    background: url(../images/blog/see_more_1.svg);
    width: 90px;
    height: 28px;
}
.blog_info_btn:hover {
    background: url(../images/blog/see_more_2.svg);
}

.error {
    color: red;
}
.mobile {
    display: none;
}

.burger {
    position: absolute;
    top: 0;
    right: 0;
    
    display: none;
}
.close_menu {
    position: absolute;
    top: 0;
    right: 0;
    
    display: none;
}
.video_container {
   text-align: center;
   font-size: 0;
}
.video_container > video {
   max-width: 100%;
}
/*-----------------------------------------*/

