* {
    margin: 0;
    padding: 0;
}
html, body {
    min-height: 100%;
}
body {
    background: url("images/bg.jpg") center top no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Open Sans', sans-serif;
}
.black {
    background: url('images/black.png') center / contain no-repeat;
    height: 200px;
}
.wrapper {
    padding: 60px 0 0 0;
    background: rgba(0, 0, 0, 0.5);
}
.first-screen {
    height: 100vh;
    padding: 40px 0;
    min-height: 650px;
}
.first-screen .center {
    height: 100%;
}
.logo {
    width: 100px;
    height: 80px;
    background: url("/local/templates/detki/images/logo-white.svg") center / contain no-repeat;
}
.color {
    font-size: 100px;
    line-height: 100px;
    text-transform: uppercase;
    font-family: 'Alegreya SC', serif;
    font-weight: 900;
    background: linear-gradient(to bottom,#fff34a,#e17b11);
    color: transparent;
    -webkit-background-clip: text;
}
.day {
    font-size: 90px;
    line-height: 90px;
    text-transform: uppercase;
    font-family: 'Alegreya SC', serif;
    font-weight: 900;
    margin-bottom: 40px;
    background: linear-gradient(to bottom,#fff34a,#e17b11);
    color: transparent;
    -webkit-background-clip: text;
}
.black-bg {
    background: rgba(0, 0, 0, 0.6);
    padding: 60px 0;
    box-shadow: 0px 0px 30px 20px rgb(234 156 36 / 15%);
}
.submit {
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 100px;
    padding: 12px 25px 10px 25px;
    text-decoration: none;
    background: #e17b11;
    background: linear-gradient(to bottom, #dfc323,#e17b11);
    color: #000;
    border: none;
    display: inline-block;
}
.select_city_wrap {
    height: 66px;
    position: relative;
}
.select_city {
    position: absolute;
    line-height: 30px;
    font-size: 18px;
    color: #FFFFFF;
    border: 1px solid #fff;
    border-radius: 10px;
    z-index: 4;
    transition: 0.3s all;
    cursor: pointer;
    padding: 17px;
    width: 270px;
    left: 0;
    top: 0;
}
.select_city:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url("images/chevron-right.svg") center no-repeat;
    top: 23px;
    right: 20px;
    -webkit-transition: 0.3s all;-moz-transition: 0.3s all;-ms-transition: 0.3s all;-o-transition: 0.3s all;transition: 0.3s all;
}
.select_city-opened:after {
    transform: rotate(180deg);
    top: 20px;
}
.select_city-opened {
    border: 1px solid #fff;
    border-radius: 10px;
    width: 270px;
    padding: 10px 15px;
    top: 0;
    left: 0;
}

.select_city-opened .selected_city {
    display: none;
}
.cities_list {
    text-align: left;
    padding: 40px;
}
.select_city-opened .cities_list {
    display: block;
}
.cities_list a {
    line-height: 30px;
    font-size: 18px;
    text-decoration: none;
    color: #333 !important;
    border-bottom: none !important;
    white-space: nowrap;
}
.cities_list a:hover {
    border-bottom: none !important;
}
.selected_city {
    display: inline-block;
    position: relative;
    text-decoration: none;
    border-bottom: 1px dashed #fff;
    color: #fff;
    margin-bottom: 20px;
}
.feedback_list {
    background: rgba(0, 0, 0, 0.8);
    padding: 80px 0 160px 0;
}
.feedback_list .center {
    margin: 0 auto;
}
.feedback_list_button {
    display: none;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    background: linear-gradient(to bottom, #dfc323,#e17b11);
    margin: 0 10px;
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
    opacity: 0.6;
}
.owl-nav {
    position: absolute;
    left: calc(50%);
    transform: translateX(-50%);
    bottom: -110px !important;
}
.footer {
    background: rgba(0, 0, 0, 0.8);
}
.center--narrow {
    max-width: 650px;
    text-align: center;
    margin: 0 auto;
}
.places {
    width: 200px;
    float: left;
}
.form {
    max-width: 400px;
    margin: 0 auto;
    text-align: left;
    float: right;
}
.number {
    font-size: 180px;
    line-height: 180px;
    background: linear-gradient(to bottom,#fff34a,#e17b11);
    color: transparent;
    -webkit-background-clip: text;
}
.places-text {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.label {
    display: block;
}
.input_text {
    display: block;
    width: 100%;
    background: transparent;
    border-radius: 4px;
    padding: 10px 15px;
    color: #fff;
    border: 1px solid #888;
    margin-bottom: 15px;
    box-sizing: border-box;
}
.input_text:focus {
    outline: none;
    border: 1px solid #4c67a4;
    border: 1px solid #e17b11;
}

.input_text option {
    color: #333;
}
.agree {
    font-size: 12px;
    line-height: 16px;
}
.agree input {
    display: inline-block;
    margin-right: 5px;
    margin-top: 3px;
    vertical-alig: top;
    float: left;
}

.agree div {
    display: inline-block;
    width: 250px;
    vertical-align: top;
    line-height: 18px;
}

.form_title {
    font-weight: bold;
    font-size: 23px;
    margin-bottom: 20px;
}

a {
    color: #4c67a4;
    color: #e17b11;
}

.clock {
    margin-bottom: 20px !important;
    display: flex;
    justify-content: center;
}
.clear {
    clear: both;
}

.container {
    max-width: 940px;
    margin: 0 auto;
}

.teacher_name {
    text-align: center;
    color: #fff;
    font-size: 18px;
    white-space: nowrap;
}

.teacher_picture {
    width: 170px;
    height: 270px;
    margin: 0 auto 20px auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.teacher {
    margin: 0 10px 60px 10px;
    display: inline-block;
    width: 210px;
}

.yellow-title {
    background: linear-gradient(to bottom,#fff34a,#e17b11);
    color: transparent;
    -webkit-background-clip: text;
}
.map_content {
    background: #222;
}
.map_content:after {
    display: none;
}
.map_title {
    /*font-family: 'Lato-Semibold', Helvetica,Arial,sans-serif;*/
    font-weight: bold;
    line-height: 45px;
    font-size: 35px;
    color: #FFFFFF;
    margin-bottom: 40px;
}
.map_address {
    color: #fff;
    margin-bottom: 30px;
    font-weight: 300;
}

.feedback_picture {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    float: left;
    margin-right: 40px;
}
.feedback_right {
    float: left;
    width: 610px;
    text-align: left;
}

.feedback_name {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 22px;
}
.feedback_job {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    font-weight: 300;
}

.feedback_text {
    font-size: 16px;
    line-height: 21px;
    font-style: italic;
    font-weight: 300;
}
.feedback-wrap .container {
    width: 800px;
}
.feedback-wrap {
    margin-bottom: 140px;
}
.feedback_head {
    height: initial;
}
.feedback-overlay {
    padding: 122px 0;
    background: rgba(0, 0, 0, 0.8);
}
.feedback_head__text {
    padding: 0;
}
.block_map2 {
    position: relative;
}
.map_info {
    position: absolute;
    width: 450px;
    max-width: 100%;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin-top: -200px;
    background: #295999;
    padding: 30px;
    text-align: left;
}
.map_info li {
    list-style-type: none;
    font-size: 14px;

    line-height: 20px;
    margin-bottom: 12px;
}
.map_info b {
    display: block;
}
.tit {
    margin-bottom: 20px;
}
.photo_gallery {
    display: block;
    margin: 0 5px 5px 0;
    float: left;
}
.winner {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 5px 10px;
    display: inline-block;
    text-decoration: none;
    float: none;
}
.winners_count {
    font-size: 70px;
    line-height: 75px;
    font-weight: bold;
    background: linear-gradient(to bottom,#fff34a,#e17b11);
    color: transparent;
    -webkit-background-clip: text;
}
.winners_count_text {
    color: #777;
}

.winners {
    margin: 30px 0 60px 0;
}
.winners_slider {
    padding: 0 40px;
}
.winner_detail {
    padding: 20px;
    text-align: left;
    max-width: 700px;
}
.winner_photo {
    max-width: 100%;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    margin-right: 30px;
}
.winner_name {
    font-size: 24px;
    margin: 15px 0 20px;
}

.hidden {
    display: none;
}

.winner_photo-left {
    float: left;
    width: 250px;
    margin-right: 20px;
}
.winner_photo-right {
    float: left;
    width: 380px;
}

.winners_margin {
    float: left;
    width: 235px;
    text-align: left;
    font-size: 16px;
    line-height: 20px;
}
.winners_margin-right {
    float: right;
    width: 705px;
}
.guarant {
    background: url('https://static.hse24-ru.net/media/hse24/images/service-help/garantia_kachestva/736x736_icon.png?cid=13106') center no-repeat;
    background-size: contain;
    height: 150px;
    margin-bottom: 20px;
}
.city_select_title {
    font-size: 16px;
    margin-bottom: 5px;
}
.flip-clock-wrapper ul li:before {
    display: none;
}

.offers {
    display: flex;
    justify-content: center;
}
.offers-online {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
}
.grid-cols-price {
    display: grid;
    grid-template-columns: 3fr 1fr;
}

.price-group {
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 20px;
}




@media (max-width: 1199.98px) {}
@media (max-width: 991.98px) {
    .grid-cols-price {
        grid-template-columns: 1fr;
    }
    .price-group {
        background: transparent;
        padding: 0;
    }
    .price-group > div {
        background: rgba(255, 255, 255, 0.1);
        padding: 20px;
        border-radius: 20px;
    }
}
@media (max-width: 767.98px) {}
@media (max-width: 575.98px) {}

.old-price {
    position: relative;
    font-size: 22px;
    line-height: 100%;
    font-weight: 700;
    /*color: rgba(255, 255, 255, 0.6);*/
}
.old-price:before {
    content: '';
    position: absolute;
    top: 10px;
    left: -10px;
    width: 80px;
    height: 2px;
    background: #D72C25;
    transform: rotate(-5.58deg);
}

.price {
    font-size: 40px;
    line-height: 100%;
    font-weight: 700;
    display: inline-block;
    background: linear-gradient(to bottom,#fff34a,#e17b11);
    color: transparent;
    -webkit-background-clip: text;
}
.price span {
    font-size: 20px;
}
.offer__title {
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 10px;
}
.note {
    opacity: 0.35;
    font-size: 16px;
}
.footer .text-color-main {
    color: #fff;
}
#select-city {
    background: #000;
}
#select-city .text-color-main {
    color: rgba(255, 255, 255, 0.7);
}
#select-city .selected-city {
    color: #fff;
}
@media (max-width: 1199.98px) {
    .center {
        padding: 0 23px;
    }
}
@media (max-width: 991.98px) {
    .offers {
        grid-template-columns: 1fr;
    }
}


@media (max-width: 650px) {
    h2 {
        margin: 60px 0 20px 0;
    }
    .center {
        width: auto;
    }
    .places {
        width: auto;
        float: none;
        margin-bottom: 60px;
    }
    .form {
        float: none;
        width: auto;
    }
    .color {
        font-size: 60px;
        line-height: 70px;
    }
    .day {
        font-size: 55px;
        line-height: 60px;
    }
    .flip-clock-wrapper {
        width: auto;
    }
    .flip-clock-wrapper ul {
        width: 28px;
        margin: 2px;
        height: 70px;
    }
    .flip-clock-divider {
        height: 70px;
        width: 18px;
    }

    .flip-clock-wrapper ul li a div div.inn {
        font-size: 30px;
    }
    .flip-clock-wrapper ul li {
        line-height: 70px;
    }
    .flip-clock-dot.bottom {
        bottom: 20px;
    }
    .flip-clock-dot.top {
        top: 20px;
    }
    .teacher {
        display: block;
        margin: 0 auto 60px auto;
    }
    .feedback-wrap .container {
        width: auto;
    }
    .feedback_picture {
        float: none;
        margin: 0 auto;
    }
    .feedback_right {
        text-align: center;
        float: none;
        width: auto;
    }
    .winners_margin {
        width: auto;
        margin: 0 0 30px 0;
        text-align: center;
    }
    .map_info {
        position: static;
        width: auto;
        padding: 20px;
        margin: 0;
    }
    .bx-wrapper .bx-controls-direction a {
        display: none;
    }
    .winners_slider {
        padding: 0;
    }
    .winners_margin-right {
        float: none;
        width: auto;
    }
    .winner {
        margin: 5px;
    }
    .h2, .winners_title {
        margin-bottom: 30px;
        margin-top: 60px;
    }
    .winners {
        text-align: center;
    }
    .to {
        margin-top: 30px;
    }
    .footer_map ymaps {
        display: none;
    }
    .map_content {
        position: static;
        width: auto;
        height: auto;
        font-size: 16px;
    }
    .map_title {
        font-size: 28px;
    }
    .black-bg {
        padding: 40px 0;
    }
    .text {
        margin-bottom: 40px;
    }
    .feedback_list {
        background: rgba(0, 0, 0, 0.8);
        padding: 40px 0 10px 0;
    }
    .footer_map .center {
        display: block;
    }
    .map_content:after {
        display: none;
    }
}
.form-result {
    display: none;
    margin-top: 40px;
    font-size: 20px;
    line-height: 28px;
    color: green;
}

/* ========================================================================================== */
/* ========================================================================================== */
/* ========================================================================================== */
/* ========================================================================================== */

.maps-feedback__school-name.active, .maps-feedback__school-name:hover {
    color: #ffc007;
}
.maps-feedback__school-name.active:before, .maps-feedback__tab.active:before {
    background: #ffc007;
}
.maps-feedback__tab img {
    filter: brightness(0) invert(1);
}