body {
    /*height: 15000px;*/
    font-family: 'Noah', sans-serif;
    min-width: 318px;
    background: #f3f3f3;
    color: #15171C;
}

input, input:hover, input:active, input:focus {
    outline: none !important;
    -webkit-appearance: none !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type='number'] {
    -moz-appearance: textfield;
}

*:focus {
    outline: none !important;
}

.sample-js {
    z-index: 10000000000000;
    position: fixed;
}

/*.sample {*/
/*    background: url("/assets/img/page-about-school.jpg") no-repeat center top;*/
/*    height: 15000px;*/
/*    width: 100%;*/
/*    opacity: 0.2;*/
/*    z-index: -100;*/
/*    position: absolute;*/
/*    top: 0;*/
/*}*/
.hide {
    display: none !important;
}

.c_1280 {
    max-width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
}

.bold {
    font-weight: bold;
}

.font-furor {
    font-family: 'furoreregular', sans-serif;
}

.font_color {
    color: #000000;
}

.c_1020 {
    max-width: 1020px;
    /* margin: 0 auto; */
    width: 100%;
}

.c_1371 {
    max-width: 1371px;
    margin: 0 auto;
}

.c_1371_page {
    max-width: 1371px;
    margin: 0 auto;
    padding: 60px 0;
}

.c_1920 {
    max-width: 1920px;
    margin: 0 auto;
}

.main-ywl-button {
    text-decoration: none;
    font-weight: bold;
    color: #000000;
    background: #F9B000;
    cursor: pointer;
    border: none;
    box-shadow: 0px 10px 40px rgba(249, 176, 0, 0.2);
}

.main-blc-button {
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
    background: #15171C;
    cursor: pointer;
    display: inline-block;
    text-align: center;
}

.main-tra-button {
    text-decoration: none;
    font-weight: bold;
    color: #15171C;
    border: 1px solid rgba(21, 23, 28, 0.3);
    cursor: pointer;
    display: inline-block;
    text-align: center;
}

.black__back {
    background: #15171C;
}

.h1 {
    font-size: 47px;
    font-family: 'furoreregular', sans-serif;
}

.h2-head {
    font-size: 48px;
    line-height: 115.8%;
    letter-spacing: 0.1em;
    font-family: "Furore", sans-serif;
    text-transform: uppercase;
}

.h3-head {
    font-size: 36px;
    line-height: 115.8%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: "Furore", sans-serif;
}

.h3-head_page {
    font-size: 36px;
    line-height: 115.8%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: "Furore", sans-serif;
}

.owl-theme .owl-nav .owl-icon-left {
    background: url("../img/owl/left.png") no-repeat center !important;
}

.owl-theme .owl-nav .owl-icon-right {
    background: url("../img/owl/right.png") no-repeat center !important;
}

.owl-theme .owl-nav .owl-icon-left-w {
    background: url("../img/owl/left-w.png") no-repeat center !important;
}

.owl-theme .owl-nav .owl-icon-right-w {
    background: url("../img/owl/right-w.png") no-repeat center !important;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    width: 48px;
    height: 48px;
    display: block;
}

.owl-carousel .owl-nav button .owl-icon-left, .owl-carousel .owl-nav button .owl-icon-right {
    width: 48px;
    height: 48px;
    display: block;
    border: 1px solid #CFD5E5;
    box-sizing: border-box;
    border-radius: 100px;
}

.owl-carousel .owl-nav button .owl-icon-left-w, .owl-carousel .owl-nav button .owl-icon-right-w {
    width: 48px;
    height: 48px;
    display: block;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    border-radius: 100px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    outline: none;
    background: inherit;
}

.video-block {
    width: 100%;
    max-width: 958px;
    margin: 48px auto 0px;
    overflow: hidden;
    border-radius: 15px;
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    max-width: 1160px;
}

.video_iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tabs {
}

.tabs__caption {
    display: flex;
    margin-bottom: 40px;
}

.tabs__caption li {
    font-size: 18px;
    line-height: 140%;
    padding: 0 0px 9px 0px;
    margin-right: 52px;
    cursor: pointer;
}

.tabs__content {
    display: none; /* по умолчанию прячем все блоки */
}

.tabs__content.tabs-active {
    display: block; /* по умолчанию показываем нужный блок */
}

.tabs__caption li.tabs-active {
    border-bottom: 2px solid #F9B000;
}

.blue-back {
    background: #EBEDF0;
}

.content_page_1020 {
    display: flex;
    justify-content: flex-start;
}

.content_page_img {
    width: 100%;
    margin: 45px 0 55px;
}

.content_page_1020 p {
    margin-top: 19px;
    font-size: 16px;
    line-height: 140%;
}

.content_page_1020 .content_page_p_head {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}

.content_page_1020 .content_page_head,
.content_page_head {
    font-size: 24px;
    line-height: 140%;
    margin-top: 19px;
}

.content_page_ul {
}

.content_page_ul li {
    font-size: 16px;
    line-height: 170.5%;
}

.content_page_1020 .owl-theme .owl-nav {
    display: flex;
    bottom: 0;
    right: 0;
    justify-content: flex-end;
}

.content_page-white-wrap {
    background: #ffffff;
    border-left: 7px solid #F9B000;
    padding: 25px 33px 25px 39px;
    font-size: 20px;
    line-height: 152.4%;
    margin: 40px 0;
}

.select2-container {
    z-index: 10000000000;
}

.page-article-contain {
    margin: 0 auto;
}

.page-article-contain p {
    margin-top: 20px;
}

.pagination {
    text-align: center;
    margin-top: 30px;
}

.pagination li {
    display: inline-block;
    padding: 2px;
    list-style-type: none;
}

.pagination a, .pagination span {
    display: block;
    padding: 0px;
    text-decoration: none;
    text-shadow: none;
    width: 40px;
    float: left;
    border-radius: 35px;
    border: 1px solid #4f4f4e;
    overflow: hidden;
    color: #4f4f4e;
    font-size: 15px;
    cursor: pointer;
    height: 40px;
    font-weight: bold;
    line-height: 40px;
}


.pagination .disabled span {
    color: #fffefe;
    background: #adadad;
}

.pagination .active a, .pagination li:hover a, .pagination .active span, .pagination li:hover span {
    background: #000;
    color: #fff;
}

@media all and (max-width: 1740px) {
    .h2-head {
        font-size: 40px;
        line-height: 140%;
    }

    .h3-head_page {
        font-size: 28px;
        line-height: 115.8%;
    }

    .c_1371 {
        max-width: 1140px;
    }

    .tabs__caption li {
        font-size: 16px;
        line-height: 140%;
        margin-right: 37px;
    }
}

@media all and (max-width: 1450px) {
    .c_1371_page {
        padding: 0 10px;
    }
}

@media all and (max-width: 1250px) {
    .h2-head {
        font-size: 28px;
        line-height: 140%;
    }

    .h3-head_page {
        font-size: 20px;
        line-height: 115.8%;
    }

    .c_1371 {
        max-width: 96%;
    }

    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
        width: 30px;
        height: 30px;
    }

    .owl-carousel .owl-nav button .owl-icon-left, .owl-carousel .owl-nav button .owl-icon-right {
        width: 30px;
        height: 30px;
    }

    .owl-carousel .owl-nav button .owl-icon-left-w, .owl-carousel .owl-nav button .owl-icon-right-w {
        width: 30px;
        height: 30px;
    }

    .tabs__caption {
        margin-bottom: 18px;
    }

    .tabs__caption li {
        font-size: 14px;
        line-height: 140%;
        margin-right: 37px;
        padding: 0 0px 5px 0px;
    }

    .h3-head {
        font-size: 28px;
        line-height: 115.8%;
    }
}

@media all and (max-width: 1200px) {
    .content_page_1020 {
        flex-direction: column-reverse;
    }

    .c_1020 {
        width: 100%;
        max-width: initial;
    }
}

@media all and (max-width: 750px) {
    .h2-head {
        font-size: 20px;
        line-height: 140%;
    }

    .c_1371 {
        max-width: 90%;
    }

    .tabs__caption li {
        font-size: 12px;
        line-height: 140%;
        margin-right: 17px;
        padding: 0 0 5px 0;
    }

    .content_page_1020 .content_page_head,
    .content_page_head {
        font-size: 18px;
        line-height: 120%;
    }

    .content_page-white-wrap {
        padding: 25px 33px 25px 29px;
        font-size: 18px;
        line-height: 132.4%;
        margin: 30px 0;
    }
}

/*cool-drive-start*/
.cool-drive {
    margin-top: 73px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 64px;
    padding-bottom: 64px;
    background: url("../img/cool-drive/back.jpg") center no-repeat;
    background-color: #1b1c21;
}

.cool-drive_left {
    padding-left: 88px;
    flex-basis: 50%;
}

.cool-drive_head {
    color: #ffffff;
    font-size: 36px;
    line-height: 138.8%;
}

.cool-drive_desc {
    margin-top: 26px;
    color: #ffffff;
}

.cool-drive_right {
    padding-right: 117px;
}

.cool-drive_link {
    padding: 40px 117px;
}

@media all and (max-width: 1740px) {
    .cool-drive {
    }

    .cool-drive_head {
        font-size: 34px;
        line-height: 115.8%;
    }

    .cool-drive_left {
        padding-left: 68px;
        flex-basis: 58%;
    }

    .cool-drive_right {
        padding-right: 67px;
    }

    .cool-drive_link {
        padding: 35px 92px;
    }
}

@media all and (max-width: 1250px) {
    .cool-drive {
        margin-top: 74px;
        display: block;
        padding-top: 47px;
        padding-bottom: 50px;
    }

    .cool-drive_head {
        font-size: 28px;
        line-height: 115.8%;
        padding-right: 20px;
    }

    .cool-drive_left {
        padding-left: 48px;
    }

    .cool-drive_right {
        margin-top: 28px;
        margin-left: 48px;
    }

    .cool-drive_link {
        display: block;
        padding: 23px 0;
        text-align: center;
        max-width: 217px;
    }

    .cool-drive_desc {
        font-size: 14px;
        line-height: 140%;
        margin-top: 18px;
    }
}

@media all and (max-width: 750px) {
    .cool-drive {
        margin-top: 46px;
        padding-top: 38px;
    }

    .cool-drive_head {
        font-size: 20px;
        line-height: 140%;
    }

    .cool-drive_left {
        padding-left: 23px;
    }

    .cool-drive_right {
        padding: 0;
        margin: 26px auto 0;
        width: 90%;
    }

    .cool-drive_link {
        max-width: 100%;
        padding: 30px 0;
    }
}

/*cool-drive-end*/