@font-face {
    font-family: "Aktiv Grotesk";
    src: url("../font/aktiv_grotesk/aktivgrotesk_th.woff2?ver=1.2") format("woff2"), url("../font/aktiv_grotesk/aktivgrotesk_th.woff?ver=1.2") format("woff");
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: "Aktiv Grotesk";
    src: url("../font/aktiv_grotesk/aktivgrotesk_lt.woff2?ver=1.2") format("woff2"), url("../font/aktiv_grotesk/aktivgrotesk_lt.woff?ver=1.2") format("woff");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Aktiv Grotesk";
    src: url("../font/aktiv_grotesk/aktivgrotesk_rg.woff2?ver=1.2") format("woff2"), url("../font/aktiv_grotesk/aktivgrotesk_rg.woff?ver=1.2") format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Aktiv Grotesk";
    src: url("../font/aktiv_grotesk/aktivgrotesk_md.woff2?ver=1.2") format("woff2"), url("../font/aktiv_grotesk/aktivgrotesk_md.woff?ver=1.2") format("woff");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Aktiv Grotesk";
    src: url("../font/aktiv_grotesk/aktivgrotesk_bd.woff2?ver=1.2") format("woff2"), url("../font/aktiv_grotesk/aktivgrotesk_bd.woff?ver=1.2") format("woff");
    font-weight: 700;
    font-style: normal;
}
@-webkit-keyframes bounceInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes bounceInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes bounceInBottom {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes bounceInBottom {
    from {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes bounceInTop {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes bounceInTop {
    from {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
/*Colors*/
body {
    font-family: "Aktiv Grotesk", "Open Sans", "Helvetica Neue", sans-serif;
    color: #37474f;
    line-height: 1.5;
    font-size: 16px;
}

a {
    text-decoration: none;
    color: #93c90e;
}
a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

.page {
    min-height: 100%;
    overflow: hidden;
    padding: 0 17px;
    position: relative;
    box-sizing: border-box;
}


.news-image {

}

.content {
    max-width: 1440px;
    margin: 0 auto;
}

.m-header {
    position: fixed;
    left: 0;
    right: 0;
    background: #ffffff;
    z-index: 25;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.m-header__wrap {
    box-sizing: content-box !important;
    padding: 9px 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}
.m-header__column {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.m-header__column_mobile._humburger-column {
    position: absolute;
    right: 20px;
}
.m-header__column._contacts-column {
    position: absolute;
    right: 88px;
}
@media all and (min-width: 1150px) {
    .m-header__column_mobile {
        display: none;
    }
    .m-header__column._contacts-column {
        right: 20px;
    }
}
.m-header__phone {
    font-size: 15px;
    color: #333333;
    white-space: nowrap;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
}
.m-header__phone,
.m-header__phone::before {
    width: 34px;
    height: 34px;
}
.m-header__phone::before {
    background: url("../img/front/icon_phone.svg") no-repeat;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}
.m-header__request-btn,
.m-btn.m-header__request-btn{
    min-width: 144px;
    padding: 12px 16px 8px;
    font-size: 16px;
}

.m-btn.m-header__request-btn {
    display: none !important;
}

@media all and (min-width: 768px) {
    .m-header__phone::before {
        display: none;
    }
    .m-header__phone {
        width: auto;
        height: auto;
        margin: 5px 16px 0 0;
        text-indent: initial;
        overflow: visible;
    }
    .m-btn.m-header__request-btn {
        display: inline-block !important;
    }
}
@media all and (min-width: 1110px) {
    .m-header__request-btn,
    .m-btn.m-header__request-btn {
        min-width: 220px;
        font-size: 20px;
        padding: 11px 30px 7px;
    }
    .m-header__phone {
        font-size: 17px;
        margin-right: 30px;
    }
}

.banner-section {
    padding-top: 118px;
    margin: 0 -17px;
}
@media all and (max-width: 510px) {
    .banner-section {
        padding-top: 138px;
    }
}

@media all and (min-width: 1024px) {
    .banner-section {
        padding-top: 119px;
    }
}

.m-btn {
    color: #ffffff;
    background: #47a540;
    max-width: 300px;
    width: 100%;
    padding: 13px 30px 9px;
    border-radius: 60px;
    font-size: 18px;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    border: none;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    font-family: "Aktiv Grotesk", "Open Sans", "Helvetica Neue", sans-serif;
}
.m-btn:hover {
    text-decoration: none;
    background: #04b936;
}
.m-btn:active,
.m-btn:focus{
    background: #1c8732;
}
@media all and (max-width: 400px) {
    .m-btn {
        width: 100%;
        max-width: 273px;
    }
}
@media all and (min-width: 768px) {
    .m-btn {
        font-size: 20px;
    }
}
.m-btn_white {
    color: #93c90e;
    background: #ffffff;
}
.m-btn:disabled {
    background: #dddddd;
    cursor: default;
}
.m-btn:disabled:hover {
    background: #dddddd;
}

button.m-btn {
    padding-top: 14px;
    padding-bottom: 10px;
    line-height: 1;
}

.prev-btn {
    display: block;
    width: 24px;
    height: 24px;
    display: block;
    position: relative;
    cursor: pointer;
}
.prev-btn:before {
    content: "";
    width: 10px;
    height: 10px;
    border-left: 3px solid #93c90e;
    border-bottom: 3px solid #93c90e;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    position: absolute;
    top: 5px;
    left: 7px;
}
.prev-btn:hover:before {
    border-color: #729c0b;
}

.m-block:not(.m-block_no-border) {
    position: relative;
}
.m-block:not(.m-block_no-border):before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -1000px;
    right: -1000px;
    border-bottom: 1px solid #c7c7c7;
}

.m-block {
    padding: 60px 0;
}
@media all and (min-width: 1024px) {
    .m-block {
        padding: 115px 0;
    }
}
.m-block__title {
    text-align: center;
    color: #333333;
    font-size: 28px;
    margin: 0 0 20px;
    line-height: 1.1;
    font-weight: 100;
}
.button_wrapper {
    display: flex;
    justify-content: center;
    margin: 70px 0 0 0;
}
@media all and (min-width: 768px) {
    .m-block__title {
        font-size: 40px;
    }
}
@media all and (min-width: 1024px) {
    .m-block__title {
        font-size: 60px;
    }
}
.m-block__text {
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    max-width: 1150px;
    margin: 0 auto;
}
@media all and (min-width: 768px) {
    .m-block__text {
        font-size: 23px;
    }
}
@media all and (min-width: 1024px) {
    .m-block__text {
        font-size: 24px;
    }
}
.m-block__big-text {
    color: #0b1004;
    text-align: center;
    max-width: 935px;
    margin: 0 auto;
    font-weight: 100;
    font-size: 18px;
}
@media all and (min-width: 768px) {
    .m-block__big-text {
        font-size: 24px;
    }
}
.m-block__btns {
    text-align: center;
    margin-top: 30px;
}
@media all and (min-width: 768px) {
    .m-block__btns {
        margin-top: 60px;
    }
}
.m-block__items {
    margin-top: 40px;
}
@media all and (min-width: 768px) {
    .m-block__items {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        max-width: 1050px;
        margin: 70px auto 0;
    }
}
.m-block__item {
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 50px;
}
.m-block__item:last-child {
    margin-bottom: 0;
}
@media all and (min-width: 768px) {
    .m-block__item {
        width: 33.3%;
        margin: 0;
        padding: 0 20px;
    }
}
.m-block__item-img {
    max-height: 100%;
    width: auto;
}
.m-block__item-img-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 45px;
}
@media all and (min-width: 1024px) {
    .m-block__item-img-wrap {
        height: 56px;
    }
}
.m-block__item-title {
    font-size: 18px;
    font-weight: 300;
    margin: 17px 0 8px;
}
@media all and (min-width: 768px) {
    .m-block__item-title {
        margin: 20px 0;
        font-size: 23px;
    }
}
@media all and (min-width: 1024px) {
    .m-block__item-title {
        font-size: 24px;
    }
}
.m-block__item-btn {
    margin-top: 17px;
}
@media all and (min-width: 768px) {
    .m-block__item-btn {
        margin-top: 35px;
    }
}
.m-block__item-text {
    font-size: 16px;
    max-width: 227px;
    margin: 0 auto;
}
@media all and (min-width: 768px) {
    .m-block__item-text {
        font-size: 18px;
    }
}
@media all and (min-width: 1024px) {
    .m-block__item-text {
        font-size: 20px;
        max-width: 360px;
    }
}
.m-block__img {
    margin: 40px auto 0;
    display: block;
}
@media all and (min-width: 768px) {
    .m-block__img {
        margin-top: 50px;
    }
}
@media all and (min-width: 1024px) {
    .m-block__img {
        margin-top: 80px;
    }
}

.m-quote {
    background: #f9f9f9;
    padding: 20px 15px;
    font-size: 16px;
    text-align: center;
}
@media all and (min-width: 768px) {
    .m-quote {
        font-size: 18px;
    }
}
@media all and (min-width: 1024px) {
    .m-quote {
        font-size: 20px;
        padding: 40px 15px;
    }
}
.m-quote:before {
    content: "";
    background: url("../img/quote-marks.svg") center no-repeat;
    background-size: contain;
    width: 30px;
    height: 16px;
    margin: 0 auto 10px;
    display: block;
}
@media all and (min-width: 1024px) {
    .m-quote:before {
        margin-bottom: 20px;
        width: 40px;
        height: 20px;
    }
}
.m-quote__author {
    font-size: 14px;
    color: #7f7f7f;
    margin-top: 30px;
    font-weight: 300;
}
@media all and (min-width: 1024px) {
    .m-quote__author {
        font-size: 17px;
    }
}

.statistics-block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 1090px;
    margin: 0 auto;
    padding: 10px;
}
@media all and (min-width: 768px) {
    .statistics-block {
        padding: 37px 30px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.statistics-block_with-border {
    position: relative;
}
.statistics-block_with-border:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -1000px;
    right: -1000px;
    height: 1px;
    background: #c7c7c7;
}
.statistics-block__number {
    color: #99ca41;
    font-size: 36px;
    font-weight: 300;
    line-height: 1;
}
@media all and (min-width: 768px) {
    .statistics-block__number {
        font-size: 44px;
        margin-right: 10px;
        height: 33px;
    }
}
@media all and (min-width: 1024px) {
    .statistics-block__number {
        font-size: 64px;
        height: 48px;
    }
}
.statistics-block__text {
    font-size: 11px;
    font-weight: 300;
    line-height: 1.3;
    color: #333;
}
.statistics-block__text br {
    display: none;
}
@media all and (min-width: 768px) {
    .statistics-block__text {
        font-size: 14px;
    }
    .statistics-block__text br {
        display: block;
    }
}
@media all and (min-width: 1024px) {
    .statistics-block__text {
        font-size: 20px;
    }
}
.statistics-block__number-plus {
    font-size: 22px;
    position: relative;
    top: -7px;
    font-weight: 400;
}
@media all and (min-width: 768px) {
    .statistics-block__number-plus {
        font-size: 27px;
    }
}
@media all and (min-width: 1024px) {
    .statistics-block__number-plus {
        font-size: 40px;
        top: -11px;
    }
}
.statistics-block__item {
    width: 50%;
    text-align: center;
    padding: 10px 0;
}
@media all and (min-width: 768px) {
    .statistics-block__item {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left;
        padding: 0;
        width: auto;
        height: 33px;
    }
}
@media all and (min-width: 1024px) {
    .statistics-block__item {
        height: 48px;
    }
}

.support-block {
    color: #93c90e;
    text-decoration: underline;
    font-size: 15px;
    cursor: pointer;
    padding: 0 20px;
}
.support-block:hover {
    color: #729c0b;
}

.footer-menu {
    padding: 20px 0;
    margin: 0;
}
@media all and (min-width: 700px) {
    .footer-menu {
        padding: 0;
    }
}
.footer-menu_desktop {
    display: none;
}
@media all and (min-width: 700px) {
    .footer-menu_desktop {
        display: block;
    }
}
.footer-menu__link {
    color: #333;
    white-space: nowrap;
    font-size: 16px;
}
@media all and (min-width: 700px) {
    .footer-menu__link {
        font-size: 17px;
    }
}
.footer-menu__item {
    padding: 0;
    list-style: none none inside;
    display: inline-block;
    margin: 10px 15px;
}
@media all and (min-width: 700px) {
    .footer-menu__item {
        margin: 0 0 10px 0;
        text-align: center;
        display: block;
    }
    .footer-menu__item_mobile {
        display: none;
    }
    .footer-menu__item:last-child {
        margin: 0;
    }
}

.social-block {
    height: 50px;
}
.social-block__link {
    margin-right: 10px;
    height: 50px;
}
.social-block__link:last-child {
    margin-right: 0;
}
.social-block__link {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url("../img/social/social-icons.png");
    background-repeat: no-repeat;
}
.social-block__link.instagram {
    background-position: -10px -80px;
}
.social-block__link.facebook {
    background-position: -80px -10px;
}
.social-block__link.twitter {
    background-position: -10px -10px;
}

.footer-logo {
    padding-bottom: 5px;
}
@media all and (min-width: 700px) {
    .footer-logo_mobile {
        display: none;
    }
}
.footer-logo_desktop {
    display: none;
}
@media all and (min-width: 700px) {
    .footer-logo_desktop {
        display: block;
    }
}
.footer-logo__link {
    display: block;
    width: 53px;
    height: 90px;
    background: url("../img/footer-logo-mobile.png") center no-repeat;
    background-size: 100% auto;
    margin: 0 auto;
}
@media all and (min-width: 700px) {
    .footer-logo__link {
        width: 95px;
        height: 45px;
        background-image: url("../img/footer-logo.png");
    }
}

.slick-slider {
    position: relative;
}

.slick-arrow {
    border: none;
    border-left: 2px solid #B1B1B1;
    border-bottom: 2px solid #B1B1B1;
    width: 23px;
    height: 23px;
    box-shadow: none;
    text-indent: -100px;
    overflow: hidden;
    padding: 0;
    background: 0;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
    outline: none;
    z-index: 2;
}
.slick-arrow:hover {
    border-color: rgba(177, 177, 177, 0.3);
}
.slick-arrow.slick-prev {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 4px;
}
.slick-arrow.slick-next {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    right: 4px;
}

.slick-dots {
    margin: 12px 0 0;
    padding: 0;
    text-align: center;
    height: 12px;
}
.slick-dots li {
    list-style: none none inside;
    display: inline-block;
    margin: 0 4px;
    height: 12px;
}
.slick-dots button {
    border: none;
    box-shadow: none;
    background: rgba(177, 177, 177, 0.3);
    width: 40px;
    height: 4px;
    padding: 0;
    border-radius: 2px;
    text-indent: -100px;
    overflow: hidden;
    outline: none;
}
.slick-dots .slick-active button {
    background: #b1b1b1;
}

.m-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 585px;
    position: relative;
    z-index: 0;
}

.m-banner-bus {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 585px;
    position: relative;
    z-index: 0;
}

.m-banner:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    top: 0;
    z-index: -1;
    background: url("../img/banners/cityscape-tablet.svg") center bottom no-repeat;
    background-size: auto 100px;
}

.m-banner-bus:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    top: 0;
    z-index: -1;
    background: url("../img/banners/cityscape-bus.svg") center bottom no-repeat;
    background-size: auto 100px;
}


@media all and (min-width: 500px) {
    .news-image {
        background-position: 86% 0px !important;
        max-width: 1450px;
        margin: 0 auto;
    }
    .m-banner {
        height: 450px;
    }

    .m-banner-bus {
        height: 450px;
    }
}



@media all and (min-width: 768px) {
    .m-banner:after {
        background-size: 100% auto;
        background-position: center bottom;
    }

    .m-banner-bus:after {
        background-size: 100% auto;
        background-position: center bottom;
    }
}
@media all and (min-width: 1024px) {
    .m-banner-bus:after {
        background-image: url("../img/banners/cityscape-bus.svg");
    }
    .m-banner:after {
        background-image: url("../img/banners/cityscape.svg");
    }
}
@media all and (min-width: 1100px) {
    .m-banner {
        height: 650px;
    }
    .m-banner-bus {
        height: 650px;
    }
}
.m-banner__title {
    margin: 0;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
}
@media all and (min-width: 500px) {
    .m-banner__title {
        font-size: 48px;
    }
}
@media all and (min-width: 1100px) {
    .m-banner__title {
        font-size: 65px;
    }
}
.m-banner__text {
    font-size: 20px;
    max-width: 570px;
    line-height: 1.3;
    margin: 0 auto;
}
@media all and (min-width: 500px) {
    .m-banner__text {
        font-size: 24px;
    }
}
@media all and (min-width: 1100px) {
    .m-banner__text {
        font-size: 33px;
        margin: 0;
    }
}
.m-banner__content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 100%;
    box-sizing: border-box;
    color: #ffffff;
    text-align: center;
}
@media all and (min-width: 1100px) {
    .m-banner__content {
        text-align: left;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.m-banner__btn {
    margin-top: 20px;
}
.m-banner__actions {
    margin: 20px -10px 0;
}
.m-banner__actions .m-btn {
    margin-top: 20px;
    display: block;
}
@media all and (min-width: 500px) {
    .m-banner__actions {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .m-banner__actions .m-btn {
        margin: 0 10px;
    }
}
@media all and (min-width: 1100px) {
    .m-banner__actions {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.m-banner_press {
    background-image: url("../img/banners/press-mobile.jpg");
    background-position: center top;
}
@media all and (min-width: 500px) {
    .m-banner_press {
        background-image: url("../img/banners/press.jpg");
    }
}

@media all and (max-width: 1099px) {
    .m-banner__content-wrap_press {
        padding-bottom: 150px;
    }
}

.m-banner_school-page .m-banner__content {
    padding-bottom: 100px;
}
@media all and (min-width: 500px) {
    .m-banner_school-page .m-banner__content {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 0;
    }
}
.m-banner_school-page .m-banner__title {
    font-size: 26px;
    max-width: 590px;
    margin: 0 auto;
}
@media all and (min-width: 500px) {
    .m-banner_school-page .m-banner__title {
        font-size: 32px;
    }
}
@media all and (min-width: 1100px) {
    .m-banner_school-page .m-banner__title {
        font-size: 65px;
        max-width: 1030px;
    }
}
.m-banner_school-page .m-banner__text {
    max-width: 450px;
    margin: 10px auto;
}
@media all and (min-width: 500px) {
    .m-banner_school-page .m-banner__text {
        font-size: 22px;
    }
}
@media all and (min-width: 1100px) {
    .m-banner_school-page .m-banner__text {
        font-size: 33px;
        max-width: 743px;
        margin: 0;
    }
}

@media all and (max-width: 1099px) {
    .m-banner_carpool .m-banner__content {
        padding-bottom: 90px;
    }
    .m-banner_carpool .m-banner__title {
        max-width: 590px;
    }
}
@media all and (max-width: 499px) {
    .m-banner_carpool .m-banner__content {
        padding-bottom: 100px;
    }
}

.m-banner_prospect-sierra {
    background-image: url("../img/banners/prospect-sierra-mobile.jpg");
    background-position: center top;
}
@media all and (min-width: 500px) {
    .m-banner_prospect-sierra {
        background-image: url("../img/banners/prospect-sierra.jpg");
    }
}

.form-banner {
    background: #010101;
    position: relative;
    z-index: 1;
}
@media all and (min-width: 768px) {
    .form-banner:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 20px;
        top: 0;
        z-index: -1;
        background: url("../img/banners/cityscape-tablet.png") center bottom no-repeat;
        background-size: 100% auto;
    }
}
@media all and (min-width: 1024px) {
    .form-banner:after {
        background-image: url("../img/banners/cityscape.svg");
    }
}
.form-banner_quote-transportation {
    background: url("../img/banners/car-shadow-mobile.png") center top no-repeat #000000;
    background-size: 100% auto;
}
@media all and (min-width: 768px) {
    .form-banner_quote-transportation {
        background: url("../img/banners/car-shadow.png") center bottom no-repeat;
        background-size: cover;
    }
    .form-banner_quote-transportation .form-banner__column_form {
        min-height: 705px;
    }
}
.form-banner__content {
    max-width: 1128px;
    padding: 0 15px 20px;
    margin: 0 auto;
}
@media all and (min-width: 768px) {
    .form-banner__content {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 20px 28px;
    }
}
@media all and (min-width: 1024px) {
    .form-banner__content {
        padding: 30px 28px;
    }
}
@media all and (min-width: 768px) {
    .form-banner__column {
        width: 100%;
    }
}
@media all and (min-width: 768px) {
    .form-banner__column_form {
        max-width: 364px;
    }
}
@media all and (min-width: 1024px) {
    .form-banner__column_form {
        max-width: 456px;
    }
}
.form-banner__title {
    color: #ffffff;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.11;
    margin: 0;
    text-align: center;
    padding: 70px 0 113px;
}
@media all and (max-width: 767px) {
    .form-banner__title {
        position: relative;
    }
    .form-banner__title:after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 10px;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        background: url("../img/banners/cityscape-tablet.png") center bottom no-repeat;
        height: 88px;
        width: 768px;
    }
}
@media all and (min-width: 768px) {
    .form-banner__title {
        padding: 150px 0 0 0;
        font-size: 48px;
        text-align: left;
    }
}
@media all and (min-width: 1024px) {
    .form-banner__title {
        font-size: 65px;
    }
}
.press-line {
    margin: 0 auto;
    position: relative;
    padding: 25px 0;
    display: none;
    max-width: 620px;
}
.press-line:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -999em;
    right: -999em;
    z-index: -1;
    background: #f9f9f9;
}
@media all and (min-width: 768px) {
    .press-line {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media all and (min-width: 1024px) {
    .press-line {
        max-width: 950px;
    }
}
.press-line__item {
    padding: 0 20px;
    display: block;
}
.press-line__sprite {
    height: 35px;
    background-repeat: no-repeat;
    background-image: url("../img/schools/sprite2-tablet.png");
}
.press-line__sprite_abc {
    width: 33px;
    height: 25px;
    background-position: -10px -144px;
}
.press-line__sprite_cbnc {
    width: 38px;
    height: 31px;
    background-position: -10px -93px;
}
.press-line__sprite_fastco {
    width: 109px;
    height: 17px;
    background-position: -10px -10px;
}
.press-line__sprite_sf_chronicle {
    width: 66px;
    height: 26px;
    background-position: -10px -47px;
}
.press-line__sprite_tech_crunch {
    width: 42px;
    height: 21px;
    background-position: -68px -93px;
}
.press-line__sprite_washington_post {
    width: 43px;
    height: 31px;
    background-position: -139px -10px;
}
@media all and (min-width: 1024px) {
    .press-line__sprite {
        background-image: url("../img/schools/sprite2.png");
    }
    .press-line__sprite_abc {
        width: 50px;
        height: 37px;
        background-position: -195px -61px;
    }
    .press-line__sprite_cbnc {
        width: 57px;
        height: 45px;
        background-position: -93px -112px;
    }
    .press-line__sprite_fastco {
        width: 165px;
        height: 24px;
        background-position: -10px -10px;
    }
    .press-line__sprite_sf_chronicle {
        width: 98px;
        height: 38px;
        background-position: -10px -54px;
    }
    .press-line__sprite_tech_crunch {
        width: 62px;
        height: 31px;
        background-position: -195px -10px;
    }
    .press-line__sprite_washington_post {
        width: 63px;
        height: 46px;
        background-position: -10px -112px;
    }
}

.press-line-mobile {
    position: relative;
    padding: 20px 50px;
    max-width: 500px;
    margin: 0 auto;
    box-sizing: border-box;
}
.press-line-mobile:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -999em;
    right: -999em;
    z-index: -1;
    background: #f9f9f9;
}
@media all and (min-width: 768px) {
    .press-line-mobile {
        display: none;
    }
}
.press-line-mobile__item {
    padding: 0 10px;
}
.press-line-mobile__item-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.press-line-mobile__item-wrap_center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.press-line-mobile__img {
    max-height: 43px;
}
.press-line-mobile .slick-prev {
    left: 15px;
}
.press-line-mobile .slick-next {
    right: 15px;
}
.press-line-mobile .slick-arrow {
    border-color: #B1B1B1;
}
.press-line-mobile .slick-track {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.press-line-mobile_front .press-line-mobile__item {
    padding: 0 5px;
}
.press-line-mobile_front .press-line-mobile__item:first-child {
    padding-left: 0;
}
.press-line-mobile_front .press-line-mobile__item:last-child {
    padding-right: 0;
}
@media all and (min-width: 390px) {
    .press-line-mobile_front .press-line-mobile__item {
        padding: 0 10px !important;
    }
}

.text-block {
    max-width: 1128px;
    margin: 0 auto;
    padding-bottom: 20px;
}
@media all and (min-width: 768px) {
    .text-block {
        padding: 0 15px 20px;
    }
}
.text-block__text {
    font-size: 14px;
    margin: 1.7em 0;
    line-height: 1.7;
}
.text-block__text_no-border {
    margin-bottom: 0;
}
.text-block__text td {
    padding: 5px 10px;
}
@media all and (min-width: 768px) {
    .text-block__text {
        font-size: 16px;
    }
}
@media all and (min-width: 1024px) {
    .text-block__text {
        font-size: 18px;
    }
}
.text-block ol li, .text-block ul li {
    margin: 1.7em 0;
}
.text-block ol {
    list-style-type: lower-alpha;
    padding-left: 18px;
}
.text-block ol li {
    padding-left: 10px;
}
.text-block ol ol {
    list-style-type: decimal;
}
.text-block ul {
    padding: 0;
}
.text-block ul li {
    list-style: none none inside;
    padding-left: 18px;
    position: relative;
}
.text-block ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #37474f;
    position: absolute;
    top: 7px;
    left: 0;
    box-sizing: border-box;
}
@media all and (min-width: 768px) {
    .text-block ul li {
        padding-left: 21px;
    }
    .text-block ul li:before {
        width: 7px;
        height: 7px;
    }
}
@media all and (min-width: 1024px) {
    .text-block ul li {
        padding-left: 28px;
    }
    .text-block ul li:before {
        width: 9px;
        height: 9px;
        top: 9px;
    }
}
.text-block ul li li:before {
    background: none;
    border: 1px solid #37474f;
}
.text-block__title {
    margin: 1.6em 0;
    font-size: 16px;
    font-weight: 300;
}
.text-block__title.center {
    text-align: center;
}
@media all and (min-width: 768px) {
    .text-block__title {
        font-size: 20px;
    }
}
@media all and (min-width: 1024px) {
    .text-block__title {
        font-size: 24px;
    }
}
.text-block__title_center {
    text-align: center;
}
@media all and (min-width: 768px) {
    .text-block__title_zero {
        text-align: center;
    }
}
.text-block__subtitle {
    font-size: 16px;
    font-weight: 300;
    margin: 10px 0;
    text-transform: uppercase;
}
@media all and (min-width: 768px) {
    .text-block__subtitle {
        font-size: 20px;
    }
}
@media all and (min-width: 1024px) {
    .text-block__subtitle {
        font-size: 24px;
        margin: 0;
    }
}
.text-block__subtitle + .text-block__text {
    margin-top: 0;
}
.text-block__table {
    border-collapse: collapse;
    width: 100%;
}
.text-block__table td, .text-block__table th {
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 0.97rem;
    text-align: left;
}
.text-block__table td.right, .text-block__table th.right {
    text-align: right;
}
.text-block__table td.center, .text-block__table th.center {
    text-align: center;
}
.text-block__table_notice td:first-child {
    width: 40%;
}
.text-block__table_notice td:last-child {
    width: 60%;
}

.no-img-banner {
    text-align: center;
    padding: 40px 0 20px;
}
@media all and (min-width: 1024px) {
    .no-img-banner {
        padding: 40px 0;
    }
}
.no-img-banner__title {
    font-size: 28px;
    font-weight: 100;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1130px;
}
@media all and (min-width: 768px) {
    .no-img-banner__title {
        font-size: 40px;
    }
}
@media all and (min-width: 1024px) {
    .no-img-banner__title {
        font-size: 60px;
    }
}
.no-img-banner__img {
    width: 100%;
    height: auto;
    display: none;
}
@media all and (min-width: 1024px) {
    .no-img-banner__img {
        display: block;
    }
}
@media all and (min-width: 768px) {
    .no-img-banner__img_with-border {
        margin-top: 70px;
    }
}
.no-img-banner__text {
    font-size: 16px;
    max-width: 590px;
    margin: 10px auto 20px;
    font-weight: 300;
    padding: 0 20px;
}
@media all and (min-width: 768px) {
    .no-img-banner__text {
        font-size: 20px;
    }
}
@media all and (min-width: 1024px) {
    .no-img-banner__text {
        font-size: 24px;
        max-width: 780px;
    }
}
.no-img-banner__img-mobile {
    height: 100px;
    background: url("../img/banners/cityscape-tablet.png") center no-repeat;
    background-size: auto 100px;
}
.guidelines-banner {
    background: url("../img/banners/guidelines-cityscape-mobile.svg") center no-repeat;
}
@media all and (min-width: 768px) {
    .no-img-banner__img-mobile {
        background-size: 100% auto;
        background-position: center bottom;
    }
    .guidelines-banner {
        background: url("../img/banners/guidelines-cityscape-tablet.svg") center no-repeat;
    }
}
@media all and (min-width: 1024px) {
    .no-img-banner__img-mobile {
        display: none;
    }
}
.no-img-banner__img-mobile_with-border {
    margin-top: 30px;
}

.img-item {
    text-align: center;
    max-width: 550px;
}
@media all and (min-width: 1024px) {
    .img-item {
        width: 50%;
        padding: 0 25px;
        box-sizing: border-box;
    }
}
.img-item__title {
    font-size: 18px;
    font-weight: 300;
    margin: 0.6em 0 0.8em;
}
@media all and (min-width: 768px) {
    .img-item__title {
        font-size: 23px;
    }
}
@media all and (min-width: 1024px) {
    .img-item__title {
        font-size: 24px;
    }
}
.img-item__text {
    font-size: 16px;
    margin-top: 1em;
}
@media all and (min-width: 768px) {
    .img-item__text {
        font-size: 18px;
    }
}
@media all and (min-width: 1024px) {
    .img-item__text {
        font-size: 20px;
    }
}
.img-item__img {
    height: 40px;
    width: auto;
}
@media all and (min-width: 768px) {
    .img-item__img {
        height: 60px;
    }
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }
    to {
        top: 50px;
        opacity: 1;
    }
}
@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }
    to {
        top: 50px;
        opacity: 1;
    }
}
.m-modal {
    display: none;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.5);
}
.m-modal__title {
    text-align: center;
    color: #333333;
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 1.1;
    font-weight: 100;
}
@media all and (min-width: 768px) {
    .m-modal__title {
        font-size: 40px;
    }
}
@media all and (min-width: 1024px) {
    .m-modal__title {
        font-size: 60px;
    }
}
.m-modal__content-wrap {
    position: absolute;
    background-color: #ffffff;
    top: 50px;
    left: 20px;
    right: 20px;
    box-sizing: border-box;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}
@media all and (min-width: 620px) {
    .m-modal__content-wrap {
        width: 590px;
        margin-left: -295px;
        right: auto;
        left: 50%;
    }
}
@media all and (min-width: 1024px) {
    .m-modal__content-wrap {
        width: 750px;
        margin-left: -375px;
    }
}
.m-modal__content-inner-wrap {
    padding: 40px 15px;
}
@media all and (min-width: 768px) {
    .m-modal__content-inner-wrap {
        padding: 60px 30px;
    }
}
.m-modal__close-btn {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 25px;
    right: 30px;
    cursor: pointer;
}
.m-modal__close-btn:before, .m-modal__close-btn:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    background: #c7c7c7;
    height: 2px;
    margin-top: -1px;
}
.m-modal__close-btn:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.m-modal__close-btn:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.m-modal__close-btn:hover:before, .m-modal__close-btn:hover:after {
    background: #93c90e;
}
.m-modal .thankyou-form {
    margin-top: 20px;
}

body.modal-is-open {
    height: 100%;
    overflow: hidden;
}

.m-input {
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #eee;
    font-family: "Aktiv Grotesk", "Open Sans", "Helvetica Neue", sans-serif;
    color: #37474f;
    font-size: 14px;
    padding: 14px 20px 10px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-appearance: none;
}
@media all and (min-width: 1024px) {
    .m-input {
        box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, 0.22);
        -webkit-box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, 0.22);
        -moz-box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, 0.22);
        border-top-color: transparent;
        border-left-color: transparent;
    }
}
.m-input.valid {
    border-color: #93c90e;
    box-shadow: none;
}
.m-input.error {
    border-color: #d0021b;
    box-shadow: none;
}

::-moz-placeholder {
    color: #9b9b9b;
    opacity: 1;
    font-style: italic;
}

::-webkit-input-placeholder {
    color: #9b9b9b;
    opacity: 1;
    font-style: italic;
}

:-ms-input-placeholder {
    color: #9b9b9b;
    opacity: 1;
    font-style: italic;
}

::-ms-input-placeholder {
    color: #9b9b9b;
    opacity: 1;
    font-style: italic;
}

::placeholder {
    color: #9b9b9b;
    opacity: 1;
    font-style: italic;
}

::-ms-input-placeholder {
    color: #9b9b9b;
    font-style: italic;
}

input.m-input {
    height: 40px;
    line-height: 40px;
}

textarea {
    resize: none;
    min-height: 72px;
}

.n-radio__label {
    font-size: 14px;
    position: relative;
    padding-left: 25px;
    display: inline-block;
    line-height: 25px;
    white-space: nowrap;
}
.n-radio__label:before {
    display: block;
    content: "";
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 1px solid #979797;
    position: absolute;
    top: 0;
    left: 0;
}
.n-radio__label:after {
    display: block;
    content: "";
    box-sizing: border-box;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    transition: all 0.3s;
    border: 4px solid #ffffff;
    background: #93c90e;
}
.n-radio__input:checked + .n-radio__label:before {
    border: 2px solid #93c90e;
}
.n-radio__input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.n-radio__input:checked + .n-radio__label:after {
    border-width: 0;
}

.vdp-datepicker__calendar {
    width: 275px !important;
    border-color: #ddd !important;
}
.vdp-datepicker__calendar header {
    overflow: hidden;
    padding-top: 10px;
}
.vdp-datepicker .cell.day {
    font-size: 10px;
}
.vdp-datepicker .cell.day:not(.blank):hover {
    border-color: transparent !important;
    position: relative;
}
.vdp-datepicker .cell.day:not(.blank):hover:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background: #f2f2f2;
    z-index: -1;
    border-radius: 50%;
}
.vdp-datepicker .cell.day.selected {
    color: #ffffff;
    background: none;
    position: relative;
}
.vdp-datepicker .cell.day.selected:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background: #93c90e;
    z-index: -1;
    border-radius: 50%;
}
.vdp-datepicker .cell.day.selected:hover {
    background: none;
}
.vdp-datepicker .cell.day-header {
    font-weight: 700;
    font-size: 10px !important;
}
.vdp-datepicker .day__month_btn {
    color: #000000;
}
.vdp-datepicker .prev:after, .vdp-datepicker .next:after {
    width: 5px !important;
    height: 5px !important;
    border: none !important;
    border-left: 2px solid #969696 !important;
    border-bottom: 2px solid #969696 !important;
    margin-top: -4px !important;
}
.vdp-datepicker .next:after {
    margin-left: -3px !important;
    -webkit-transform: rotate(-135deg) !important;
    transform: rotate(-135deg) !important;
}
.vdp-datepicker .prev:after {
    margin-left: -2px !important;
    -webkit-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
}

.m-time-item {
    position: relative;
}
.m-time-item:after {
    content: "";
    position: absolute;
    right: 10px;
    bottom: 12px;
    width: 16px;
    height: 16px;
    background: url("../img/form/clock.svg");
}
.m-time-item__list {
    box-shadow: 0 2px 4px 0 #eaeaea;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    margin-top: 5px;
    z-index: 100;
    max-height: 158px;
    overflow: auto;
}
.m-time-item__list-item {
    cursor: pointer;
    line-height: 36px;
    padding: 0 7px;
    font-size: 14px;
}
.m-time-item__list-item:hover {
    background: #f4f4f4;
}

.m-date-item {
    position: relative;
}
.m-date-item:after {
    content: "";
    position: absolute;
    right: 10px;
    bottom: 12px;
    width: 16px;
    height: 16px;
    background: url("../img/form/calendar.svg");
}

.m-select {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
}
.m-select__wrap {
    position: relative;
}
.m-select__items {
    position: absolute;
    top: 40px;
    left: 1px;
    z-index: 10;
    background: #ffffff;
    display: none;
    box-shadow: 0 2px 4px 0 #eaeaea;
}
.m-select__item {
    padding: 8px 7px;
    font-size: 14px;
    min-width: 200px;
    box-sizing: border-box;
    cursor: pointer;
}
.m-select__item:hover {
    background: #f4f4f4;
}
.m-select__selected {
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #eee;
    font-size: 14px;
    padding: 14px 20px 10px;
    width: 100%;
    box-sizing: border-box;
    -webkit-appearance: none;
    position: relative;
    line-height: 1;
}
.m-select__selected.error {
    border-color: #d0021b;
    box-shadow: none;
}
.m-select__selected.success {
    border-color: #93c90e;
    box-shadow: none;
}
.m-select__selected:before {
    content: "";
    width: 6px;
    height: 6px;
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 13px;
}
@media all and (min-width: 1024px) {
    .m-select__selected {
        box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, 0.22);
        -webkit-box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, 0.22);
        -moz-box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, 0.22);
        border-top-color: transparent;
        border-left-color: transparent;
    }
}

.m-checkbox {
    overflow: hidden;
    position: relative;
}
.m-checkbox__label {
    cursor: pointer;
    position: relative;
    display: block;
    padding-left: 30px;
    height: 18px;
}
.m-checkbox__label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 14px;
    height: 14px;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.m-checkbox__input {
    position: absolute;
    top: 0;
    left: -50px;
}
.m-checkbox__input:checked ~ .m-checkbox__label:before {
    background: #93c90e;
    border-color: #93c90e;
}
.m-checkbox__input:checked ~ .m-checkbox__label:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 6px;
    width: 4px;
    height: 8px;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.m-radio {
    overflow: hidden;
    position: relative;
}
.m-radio__label {
    cursor: pointer;
    position: relative;
    display: block;
    padding-left: 18px;
    height: 18px;
}
.m-radio__label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 15px;
    height: 15px;
    border: 1px solid #ddd;
    border-radius: 50%;
}
.m-radio__input {
    position: absolute;
    top: 0;
    left: -50px;
}
.m-radio__input:checked ~ .m-radio__label:before {
    border-color: #93c90e;
}
.m-radio__input:checked ~ .m-radio__label:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 4px;
    width: 9px;
    height: 9px;
    background: #93c90e;
    border-radius: 50%;
}

.checkbox-list_with-border, .radio-list_with-border {
    border: 1px solid rgba(199, 199, 199, 0.5);
}
.checkbox-list__item, .radio-list__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid rgba(199, 199, 199, 0.5);
}
.checkbox-list__item:last-child, .radio-list__item:last-child {
    border-bottom: none;
}

.m-dropdown {
    position: relative;
}
.m-dropdown__items {
    position: absolute;
    top: 40px;
    left: 1px;
    z-index: 10;
    background: #ffffff;
    display: none;
    box-shadow: 0 2px 4px 0 #eaeaea;
}
.m-dropdown__items._full-width-items {
    width: 100%;
}
.m-dropdown__item {
    padding: 8px 20px;
    font-size: 14px;
    min-width: 200px;
    box-sizing: border-box;
    cursor: pointer;
}
.m-dropdown__item:hover {
    background: #f4f4f4;
}
.m-dropdown__wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    cursor: pointer;
}
._with-dropdown-arrow .m-dropdown__wrap::after {
    width: 20px;
    height: 14px;
    background: url(../img/front/arrow_dropdown.png) no-repeat;
    position: absolute;
    top: 14px;
    right: 15px;
    content: "";
}
._with-dropdown-arrow .m-input {
    padding-right: 48px;
}

.m-form__label {
    font-size: 14px;
    color: #333333;
}
.m-form__label_required:after {
    content: "*";
    color: #d0021b;
    margin-left: 5px;
}
.m-form__action {
    text-align: center;
    margin-top: 50px;
}
.m-form label.error {
    font-size: 14px;
    color: #d0021b;
    text-align: left;
    display: block;
    margin-top: 3px;
}
.m-form__item {
    margin: 20px 0;
}
.m-form__radios {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.m-form__radios .m-form__label {
    white-space: nowrap;
}
.m-form__two-column {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 20px -8px;
}
.m-form__two-column .m-form__item {
    margin: 0;
}
@media all and (min-width: 1024px) {
    .m-form__two-column_1 {
        display: block;
    }
    .m-form__two-column_1 .m-form__item {
        margin: 20px 0;
    }
}
@media all and (min-width: 1024px) {
    .m-form__two-column_2 {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 20px -8px;
    }
    .m-form__two-column_2 .m-form__item {
        margin: 0;
    }
}
.m-form__column {
    width: 100%;
    box-sizing: border-box;
    padding: 0 8px;
}
.m-form .quote-link {
    margin-top: 25px;
}
.m-form .quote-link a {
    font-size: 17px;
    text-decoration: underline;
}
.m-form .quote-link a:hover {
    color: #729c0b;
}
.m-form__footer {
    text-align: center;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.56;
    padding: 36px 0 0;
}
.m-form__footer p {
    margin: 0;
}
@media all and (min-width: 768px) {
}
@media all and (min-width: 1024px) {
    .m-form__footer {
        font-size: 24px;
        line-height: 1.5;
        padding: 41px 0 0;
    }
}

.sign-up-block {
    margin: 0 auto;
    padding: 40px 15px;
}
@media all and (min-width: 768px) {
    .sign-up-block {
        padding: 60px 15px;
    }
}
.sign-up-block__form {
    margin-top: 20px;
}
.sign-up-block__form-item {
    max-width: 347px;
    margin: 0 auto;
}
.sign-up-block__form input {
    border-right-color: #f2f2f2;
    border-bottom-color: #f2f2f2;
    text-align: center;
    font-size: 15px;
}
@media all and (min-width: 768px) {
    .sign-up-block__form input {
        font-size: 18px;
    }
}
@media all and (min-width: 1024px) {
    .sign-up-block__form input {
        font-size: 21px;
    }
}
.sign-up-block__form .m-form__action {
    margin-top: 30px;
}
@media all and (min-width: 768px) {
    .sign-up-block__form .m-form__action {
        margin-top: 40px;
    }
}
.sign-up-block__form .m-btn {
    width: auto;
}

.thankyou-form {
    text-align: center;
    margin-top: 70px;
    display: none;
}
.thankyou-form__text {
    font-size: 18px;
    margin-top: 10px;
}
@media all and (min-width: 768px) {
    .thankyou-form__text {
        font-size: 20px;
        margin-top: 20px;
    }
}
@media all and (max-width: 767px) {
    .thankyou-form__img {
        width: 40px;
        height: auto;
    }
}

.more-link {
    font-size: 18px;
    width: 50px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    line-height: 1;
}
.more-link:after {
    content: "";
    width: 15px;
    height: 15px;
    border-left: 1px solid #A6A6A6;
    border-bottom: 1px solid #A6A6A6;
    display: block;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: -5px auto 0;
}
.more-link:hover {
    color: #93c90e;
}
.more-link:hover:after {
    border-color: #93c90e;
}

.copyright-block {
    color: #37474f;
    text-align: center;
    font-size: 14px;
}

.quote-transportation-form {
    background: #ffffff;
    padding: 15px 10px 20px;
}
@media all and (min-width: 768px) {
    .quote-transportation-form {
        padding: 15px 17px 23px;
    }
}
@media all and (min-width: 1024px) {
    .quote-transportation-form {
        padding: 15px 22px 30px;
    }
}
.quote-transportation-form__description {
    text-align: center;
    margin-bottom: 20px;
}
.quote-transportation-form__action {
    position: relative;
    margin-top: 40px;
}
.quote-transportation-form__prev {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.quote-transportation-form__btn {
    min-width: 210px;
}
.quote-transportation-form__btn.loading {
    position: relative;
    pointer-events: none;
}
.quote-transportation-form__btn.loading:before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -12px;
    border-top: 3px solid rgba(255, 255, 255, 0.2);
    border-right: 3px solid rgba(255, 255, 255, 0.2);
    border-bottom: 3px solid rgba(255, 255, 255, 0.2);
    border-left: 3px solid #ffffff;
    border-radius: 50%;
    display: block;
    background: none;
    box-sizing: border-box;
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
.quote-transportation-form__btn.loading:hover {
    background: #93c90e;
    cursor: default;
}
.quote-transportation-form__final-message {
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3;
}
@media all and (min-width: 1024px) {
    .quote-transportation-form__final-message {
        font-size: 25px;
    }
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.block-comparison {
    max-width: 1130px;
    margin: 0 auto;
}
.block-comparison__table {
    margin-top: 70px;
    width: 100%;
    border-collapse: collapse;
    display: none;
}
.block-comparison__table td, .block-comparison__table th {
    border: 1px solid #979797;
    font-size: 23px;
    font-weight: 300;
    padding: 10px 25px;
}
.block-comparison__table td > *, .block-comparison__table th > * {
    vertical-align: middle;
}
.block-comparison__table td:nth-child(2), .block-comparison__table td:nth-child(3), .block-comparison__table th:nth-child(2), .block-comparison__table th:nth-child(3) {
    text-align: center;
    width: 140px;
}
@media all and (min-width: 768px) {
    .block-comparison__table {
        display: table;
    }
}
.block-comparison__mobile-list {
    margin-top: 40px;
}
@media all and (min-width: 768px) {
    .block-comparison__mobile-list {
        display: none;
    }
}
.block-comparison__mobile-list-item {
    font-size: 16px;
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}
.block-comparison__mobile-list-item:before {
    content: "";
    width: 18px;
    height: 18px;
    background: #93c90e;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}
.block-comparison__mobile-list-item:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 4px;
    width: 9px;
    height: 5px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.block-comparison__mobile-list-item:last-child {
    margin-bottom: 0;
}

.safe-reliable-rides-block {
    max-width: 1130px;
    margin: 0 auto;
}
.safe-reliable-rides-block__columns {
    margin-top: 40px;
}
@media all and (min-width: 768px) {
    .safe-reliable-rides-block__columns {
        margin-top: 50px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
@media all and (min-width: 1024px) {
    .safe-reliable-rides-block__columns {
        margin-top: 70px;
    }
}
@media all and (min-width: 768px) {
    .safe-reliable-rides-block__column {
        width: 50%;
    }
    .safe-reliable-rides-block__column:last-child {
        margin-right: 30px;
    }
}
.safe-reliable-rides-block__img {
    display: block;
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
}
@media all and (min-width: 768px) {
    .safe-reliable-rides-block__img {
        max-width: 100%;
    }
}
.safe-reliable-rides-block__text {
    font-size: 18px;
    font-weight: 300;
    margin: 20px 0 25px;
    text-align: center;
}
@media all and (min-width: 768px) {
    .safe-reliable-rides-block__text {
        font-size: 23px;
        text-align: left;
        margin-top: 0;
    }
}
@media all and (min-width: 1024px) {
    .safe-reliable-rides-block__text {
        font-size: 24px;
        margin-bottom: 100px;
    }
}
.safe-reliable-rides-block__btns {
    text-align: center;
}
@media all and (min-width: 768px) {
    .safe-reliable-rides-block__btns {
        text-align: left;
    }
}

.download-app-link-form .m-input {
    width: 100%;
    text-align: center;
}
@media all and (min-width: 1024px) {
    .download-app-link-form .m-input {
        height: 64px;
        line-height: 62px;
        font-size: 20px;
    }
}
.download-app-link-form ::-moz-placeholder {
    font-style: normal;
}
.download-app-link-form ::-webkit-input-placeholder {
    font-style: normal;
}
.download-app-link-form :-ms-input-placeholder {
    font-style: normal;
}
.download-app-link-form ::-ms-input-placeholder {
    font-style: normal;
}
.download-app-link-form ::placeholder {
    font-style: normal;
}
.download-app-link-form ::-ms-input-placeholder {
    font-style: normal;
}
.download-app-link-form__actions {
    text-align: center;
    margin-top: 40px;
}

.download-app-link-block {
    max-width: 1130px;
    margin: 0 auto;
}
.download-app-link-block__columns {
    margin-top: 60px;
}
@media all and (min-width: 768px) {
    .download-app-link-block__columns {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media all and (min-width: 768px) {
    .download-app-link-block__column_form {
        width: 100%;
        padding-left: 20px;
    }
    .download-app-link-block__column_img {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        max-width: 450px;
        width: 50%;
    }
}
@media all and (min-width: 1024px) {
    .download-app-link-block__column_form {
        padding: 0 20px 0 70px;
    }
}
.download-app-link-block__column img {
    margin: 0 auto 40px;
    display: block;
    max-width: 280px;
}
@media all and (min-width: 768px) {
    .download-app-link-block__column img {
        margin-bottom: 0;
        max-width: 100%;
    }
}
.download-app-link-block__text {
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    margin-bottom: 20px;
}
@media all and (min-width: 768px) {
    .download-app-link-block__text {
        font-size: 30px;
        margin-bottom: 30px;
    }
}
.download-app-link-block .download-app-link-form {
    max-width: 400px;
    margin: 0 auto;
}

.carpool-more-ride {
    max-width: 1130px;
    margin: 0 auto;
}
.carpool-more-ride__items {
    margin-top: 40px;
}
@media all and (min-width: 768px) {
    .carpool-more-ride__items {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 50px -10px 0;
    }
}
@media all and (min-width: 1024px) {
    .carpool-more-ride__items {
        margin-top: 70px;
    }
}
.carpool-more-ride__item {
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 50px;
}
.carpool-more-ride__item:last-child {
    margin: 0;
}
@media all and (min-width: 768px) {
    .carpool-more-ride__item {
        padding: 0 10px;
        width: 33.3%;
        margin: 0;
    }
}
.carpool-more-ride__item-img {
    display: block;
    margin: 0 auto 20px;
}
@media all and (min-width: 1024px) {
    .carpool-more-ride__item-img {
        margin-bottom: 30px;
    }
}
.carpool-more-ride__item-text {
    font-size: 16px;
    max-width: 340px;
    margin: 0 auto;
}
@media all and (min-width: 768px) {
    .carpool-more-ride__item-text {
        font-size: 18px;
    }
}
@media all and (min-width: 1024px) {
    .carpool-more-ride__item-text {
        font-size: 20px;
    }
}

.how-zum-works-video {
    max-width: 1130px;
    margin: 0 auto;
}
.how-zum-works-video__columns {
    margin-top: 40px;
}
@media all and (min-width: 768px) {
    .how-zum-works-video__columns {
        margin-top: 60px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media all and (min-width: 768px) {
    .how-zum-works-video__column {
        box-sizing: border-box;
        width: 44%;
    }
    .how-zum-works-video__column_video {
        width: 56%;
    }
}
.how-zum-works-video__text {
    font-size: 18px;
    font-weight: 300;
    margin-top: 20px;
    text-align: center;
}
@media all and (min-width: 768px) {
    .how-zum-works-video__text {
        font-size: 23px;
        margin: 0 0 0 15px;
        text-align: left;
    }
}
@media all and (min-width: 768px) {
    .how-zum-works-video__text {
        font-size: 24px;
        margin-left: 30px;
    }
}
.how-zum-works-video__video {
    width: 100%;
    height: 50%;
    /*background: transparent url(../video/ritu_video.png) no-repeat 0 0;
  background-size: cover;*/
}

.welcome-school-block {
    max-width: 1130px;
    margin: 0 auto;
}
.welcome-school-block .m-block__items {
    max-width: none;
}

.schools-faq-block {
    position: relative;
    padding: 68px 0;
}
.schools-faq-block:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10000px;
    right: -10000px;
    background: #F9F9F9;
    z-index: -1;
}

.m-tabs__header {
    border-bottom: 1px solid rgba(199, 199, 199, 0.5);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.m-tabs__header_table {
    border: 1px solid rgba(199, 199, 199, 0.5);
    border-bottom: none;
}
.m-tabs__header_table .m-tabs__title {
    padding: 15px 5px;
}
.m-tabs__header_table .m-tabs__title_active {
    background: #93c90e;
    color: #ffffff;
}
.m-tabs__header_table .m-tabs__title_active:before {
    display: none;
}
.m-tabs__header_table .m-tabs__title_active:hover {
    color: #ffffff;
}
.m-tabs__title {
    font-size: 16px;
    font-weight: 300;
    color: #0b1004;
    cursor: pointer;
    position: relative;
    padding-bottom: 15px;
    text-align: center;
    width: 100%;
}
@media all and (min-width: 768px) {
    .m-tabs__title {
        font-size: 23px;
    }
}
@media all and (min-width: 1100px) {
    .m-tabs__title {
        font-size: 30px;
    }
    .m-tabs__title br {
        display: none;
    }
}
.m-tabs__title_active:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 10px;
    background: #93c90e;
    opacity: 0.5;
}
@media all and (min-width: 768px) {
    .m-tabs__title_active:before {
        height: 15px;
    }
}
.m-tabs__title:hover {
    color: #93c90e;
}
.m-tabs__items {
    padding-top: 50px;
}
.m-tabs__items_table {
    padding-top: 0;
    border: 1px solid rgba(199, 199, 199, 0.5);
}
.m-tabs__item {
    display: none;
}
.m-tabs__item:first-child {
    display: block;
}

.m-tabs_modal .m-tabs__title {
    font-size: 1em;
    font-weight: 400;
}

.tabs-block {
    max-width: 1127px;
    margin: 0 auto;
}
.tabs-block__tabs {
    margin: 50px 0;
}

@media all and (min-width: 768px) {
    .shuttle-services {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.shuttle-services__with-margin {
    margin-top: 50px;
}
.shuttle-services__column {
    box-sizing: border-box;
}
@media all and (min-width: 768px) {
    .shuttle-services__column:first-child {
        width: 63%;
    }
    .shuttle-services__column:last-child {
        width: 37%;
        padding-left: 20px;
    }
}
@media all and (min-width: 1024px) {
    .shuttle-services__column:first-child {
        width: 56%;
    }
    .shuttle-services__column:last-child {
        width: 44%;
        padding-left: 25px;
    }
}
.shuttle-services__table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 40px;
}
.shuttle-services__table:last-child {
    margin-bottom: 0;
}
.shuttle-services__table td, .shuttle-services__table th {
    border: 1px solid #979797;
    border-bottom-width: 2px;
    font-weight: 300;
}
.shuttle-services__table td {
    font-size: 18px;
    padding: 12px 15px 7px;
    text-align: center;
}
@media all and (min-width: 768px) {
    .shuttle-services__table td {
        padding: 15px 15px 10px;
        text-align: left;
    }
}
@media all and (min-width: 1024px) {
    .shuttle-services__table td {
        padding: 15px 30px 10px;
    }
}
.shuttle-services__table th {
    font-size: 20px;
    color: #0b1004;
    padding: 22px 15px 17px;
    text-align: center;
}
@media all and (min-width: 768px) {
    .shuttle-services__table th {
        font-size: 28px;
        padding: 25px 15px 20px;
        text-align: left;
    }
}
@media all and (min-width: 1024px) {
    .shuttle-services__table th {
        font-size: 30px;
        padding: 25px 30px 20px;
    }
}
.shuttle-services__table tr:last-child td {
    border-width: 1px;
}
@media all and (min-width: 1024px) {
    .shuttle-services__td_big {
        font-size: 23px !important;
    }
}
.shuttle-services__list-title {
    font-size: 23px;
    color: #0b1004;
    margin-top: 28px;
    font-weight: 300;
    text-align: center;
}
@media all and (min-width: 768px) {
    .shuttle-services__list-title {
        font-size: 28px;
        margin-top: 10px;
        text-align: left;
    }
}
@media all and (min-width: 1024px) {
    .shuttle-services__list-title {
        font-size: 30px;
    }
}
.shuttle-services__price-list {
    margin: 20px 0 0 0;
    padding: 0;
}
.shuttle-services__price-item {
    font-size: 16px;
    margin: 0 0 30px 0;
    padding: 0 0 0 25px;
    position: relative;
    list-style: none none inside;
}
.shuttle-services__price-item:last-child {
    margin: 0;
}
.shuttle-services__price-item:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #000000;
    position: absolute;
    left: 0;
    top: 7px;
}
@media all and (min-width: 768px) {
    .shuttle-services__price-item {
        font-size: 23px;
        font-weight: 300;
    }
    .shuttle-services__price-item:before {
        top: 10px;
    }
}
@media all and (min-width: 1024px) {
    .shuttle-services__price-item {
        font-size: 24px;
    }
    .shuttle-services__price-item:before {
        top: 12px;
    }
}
@media all and (max-width: 767px) {
    .shuttle-services__price-list-wrap {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.shuttles-thank-block {
    display: none;
}
.shuttles-thank-block__description {
    text-align: center;
    font-weight: 700;
}
.shuttles-thank-block__text img {
    display: block;
    margin: 0 auto;
}
.shuttles-thank-block__text ul {
    margin: 30px 0 0 0;
    padding: 0;
}
.shuttles-thank-block__text li {
    margin-bottom: 30px;
    padding-left: 40px;
    list-style: none none inside;
    position: relative;
}
.shuttles-thank-block__text li:before {
    content: "";
    padding: 3px 0 0;
    width: 26px;
    color: #ffffff;
    line-height: 24px;
    background: #93c90e;
    border-radius: 50%;
    position: absolute;
    top: -3px;
    left: 0;
    text-align: center;
}
.shuttles-thank-block__text li:last-child {
    margin-bottom: 0;
}
.shuttles-thank-block__text li:last-child:before {
    content: "2";
}
.shuttles-thank-block__text li:first-child:before {
    content: "1";
}

.m-footer {
    position: relative;
}
.m-footer:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -999em;
    right: -999em;
    z-index: -1;
    background: #dcdc22;
}
.m-footer__wrap {
    padding-bottom: 25px;
    max-width: 1440px;
    margin: 0 auto;
}
.m-footer__columns {
    padding: 29px 20px;
}
@media all and (min-width: 700px) {
    .m-footer__columns {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.m-footer__column {
    box-sizing: border-box;
    text-align: center;
}
@media all and (min-width: 700px) {
    .m-footer__column {
        width: 33.3%;
    }
}

.m-footer__top {
    padding: 41px 0 27px;
}
.m-footer-logo__link {
    width: 107px;
    height: 49px;
    background-image: url(../img/footer-logo.png);
    background-size: 100% auto;
    margin: 0 auto 30px;
    display: block;
}

.m-footer__bottom {
    text-align: center;
    position: relative;
    padding: 25px 0 0;
}
.m-footer__bottom::before {
    width: 300%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 0;
    left: -100%;
    content: "";
}
.m-footer__bottom-menu {
    padding: 0 0 15px;
}
.m-footer__bottom-menu ul {
    margin: 0;
    padding: 0;
}
.m-footer__bottom-menu li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 14px 0 0;
    margin: 0 9px 0 0;
}
.m-footer__bottom-menu li::after {
    width: 1px;
    height: 13px;
    background: #333333;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -6px;
    content: "";
}
.m-footer__bottom-menu li:last-child {
    margin-right: 0;
    padding-right: 0;
}
.m-footer__bottom-menu li:last-child::after {
    display: none;
}
.m-footer__bottom-menu li,
.m-footer__bottom-menu li a,
.m-footer__copyright {
    color: #333333;
}
.m-footer__bottom-menu li,
.m-footer__copyright {
    font-size: 14px;
    line-height: 1.43;
}
.m-footer__copyright {
    padding: 0 45px;
}
.m-footer__copyright p {
    margin: 0;
}

.m-footer-logo__menu-col ul {
    list-style: none;
    margin: 0 0 23px;
    padding: 0;
}

.m-footer-logo__menu-col ul a,
.m-footer-logo__menu-title{
    font-size: 17px;
    font-weight: 600;
    line-height: 1.41;
    color: #333333;
}
.m-footer-logo__menu-title {
    display: block;
}
.m-footer-logo__menu-col ul ul a {
    font-size: 14px;
    font-weight: normal;
    line-height: 2;
}
.m-footer-logo__menu-col ul a + ul,
.m-footer-logo__menu-col ul .m-footer-logo__menu-title + ul {
    margin-top: 10px;
}
.m-footer-logo__menu-col ul ul li {
    margin: 0 0 3px;
}

.m-footer__menu-container {
    display: flex;
}
.m-footer__menu-container-col {
    width: 50%;
    padding: 0 20px 0 0;
}

@media all and (min-width: 768px) {
    .m-footer__top {
        position: relative;
        padding-left: 299px;
        padding-right: 0;
        margin-right: -20px;
    }
    .m-footer-logo,
    .m-footer .social-block {
        position: absolute;
        left: 23px;
    }
    .m-footer-logo {
        top: 40px;
    }
    .m-footer .social-block {
        bottom: 28px;
    }
    .m-footer__wrap {
        padding-bottom: 15px;
    }
    .m-footer__bottom {
        display: flex;
        align-items: center;
        padding: 15px 36px 0 23px;
    }
    .m-footer__copyright {
        order: 1;
        padding: 0;
    }
    .m-footer__bottom-menu {
        order: 2;
        padding: 0 0 0 20px;
        margin-left: auto;
        position: relative;
        top: -2px;
    }
}
@media all and (min-width: 1200px) {
    .m-footer__top {
        padding-left: 351px;
        margin-right: 0;
    }
    .m-footer__bottom {
        padding: 20px 63px 0;
    }
    .m-footer-logo,
    .m-footer .social-block {
        left: 63px;
    }
    .m-footer__menu-container-col {
        width: auto;
        padding: 0;
        display: inline-flex;
    }
    .m-footer-logo__menu-col {
        width: 140px;
        padding-right: 24px;
    }
}
@media all and (min-width: 1400px) {
    .m-footer-logo__menu-col {
        width: 180px;
        padding-right: 24px;
    }
    .m-footer__bottom-menu {
        margin-left: 0;
    }
    .m-footer__copyright {
        min-width: 880px;
        text-align: left;
    }
}

.menu-btn {
    width: 28px;
    height: 20px;
    cursor: pointer;
}
.menu-btn__line {
    background: #93c90e;
    height: 3px;
    border-radius: 10px;
    margin-bottom: 6px;
}
.menu-btn__line:last-child {
    margin-bottom: 0;
}

.contact-btn {
    background: #ffffff;
    color: #333;
    border: 2px solid #93c90e;
    font-weight: normal;
    padding: 6px 20px 2px;
    display: none;
    font-size: 17px;
}
.contact-btn:hover {
    background: #93c90e;
    color: #ffffff;
}
@media all and (min-width: 768px) {
    .contact-btn {
        display: block;
    }
}

.main-menu {
    display: none;
}
._opened-menu .main-menu {
    display: block;
    overflow: scroll;
}
@media all and (min-width: 1150px) {
    .main-menu {
        display: block;
    }
}
@media all and (max-width: 1149px) {
    .main-menu {
        position: absolute;
        top: 100%;
        left: 0;
        background: #fff;
        border-top: 1px solid #dfdfe3;
        width: 100%;
    }
}
.main-menu.main-menu_open {
    display: block;
    z-index: 100;
}
.main-menu__items {
    padding: 0;
    margin: 0;
    height: calc(100vh - 122px);
}
@media all and (min-width: 1150px) {
    .main-menu__items {
        height: auto;
    }
}
@media all and (min-width: 1150px) {
    .main-menu__items {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 30px 0 25px;
    }
}
.main-menu__close-btn {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 25px;
    right: 30px;
    display: none;
}
.main-menu__close-btn:before, .main-menu__close-btn:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    background: #ffffff;
    height: 2px;
    margin-top: -1px;
}
.main-menu__close-btn:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.main-menu__close-btn:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@media all and (min-width: 1150px) {
    .main-menu__close-btn {
        display: none;
    }
}
.main-menu__item {
    list-style: none none inside;
    padding: 0;
    position: relative;
}
.main-menu__item:hover .main-menu__submenu {
    display: block;
}
.main-menu__link,
.main-menu__text {
    color: #333333;
    cursor: pointer;
    display: block;
    border-radius: 3px;
    padding: 23px 20px 17px;
    line-height: 20px;
    transition: color 300ms;
}

.main-menu__link:hover, .main-menu__link_active {
    text-decoration: none;
}
.main-menu__link._active-link,
.main-menu__link:hover,
.main-submenu__link._active-link {
    color: #93c90e;
}

.main-menu__link_drop-down:after {
    content: "";
    width: 8px;
    height: 8px;
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: 5px;
    position: relative;
    top: -3px;
}
.main-menu__link_drop-down:hover:after {
    border-color: #93c90e;
}
@media all and (max-width: 1149px) {
    .main-menu__link_drop-down:after {
        margin-left: 10px;
        border-width: 2px;
    }
    .main-menu__link_drop-down:after, .main-menu__link_drop-down:hover:after {
        border-color: #ffffff;
    }
}
.main-menu__desktop {
    display: none;
}
@media all and (min-width: 1150px) {
    .main-menu__desktop {
        display: block;
    }
}
@media all and (min-width: 1150px) {
    .main-menu__mobile {
        display: none !important;
    }
}
.main-menu__submenu {
    display: none;
}
@media all and (min-width: 1150px) {
    .main-menu__submenu {
        padding: 10px 17px;
        position: absolute;
        top: 100%;
        background: #93c90e;
        min-width: 168px;
        box-sizing: border-box;
        left: 0;
        -webkit-transform: translate3d(-14%, 0, 0);
        transform: translate3d(-14%, 0, 0);
    }
}
.main-menu__sublink {
    color: #ffffff;
    display: block;
    font-size: 15px;
    white-space: nowrap;
    margin: 18px 0;
    padding-left: 35px;
}
.main-menu__sublink:hover {
    text-decoration: underline;
}
@media all and (min-width: 1150px) {
    .main-menu__sublink {
        padding: 0;
        margin: 8px 0;
    }
}

.main-submenu__items {
    list-style: none;
    padding: 0 20px;
    display: none;
}
._opened-dropdown .main-submenu__items {
    display: block;
}
.main-submenu__item {
    padding: 14px 0;
}
.main-submenu__link {
    color: #333;
}
.main-submenu__link._with-icon {
    position: relative;
    padding-left: 40px;
}
.main-submenu__link.icon-health-shield::before,
.main-submenu__link.icon-blog::before,
.main-submenu__link.icon-webinars::before,
.main-submenu__link.icon-story-new::before,
.main-submenu__link.icon-vision-new::before,
.main-submenu__link.icon-careers-new::before,
.main-submenu__link.icon-press-new::before,
.main-submenu__link.icon-engineering-new::before,
.main-submenu__link.icon-trust-new::before,
.main-submenu__link.icon-story::before,
.main-submenu__link.icon-school:before,
.main-submenu__link.icon-reviews:before,
.main-submenu__link.icon-stories:before,
.main-submenu__link.icon-service:before,
.main-submenu__link.icon-platform:before{
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
}


.main-submenu__link.icon-reviews::before {
    width: 31px;
    height: 30px;
    margin-top: -14px;
    background: url(../img/ic_reviews.svg) no-repeat;
}

.main-submenu__link.icon-stories::before {
    width: 33px;
    height: 37px;
    margin-top: -14px;
    background: url(../img/ic_stories.svg) no-repeat;
}

.main-submenu__link.icon-health-shield::before {
    width: 32px;
    height: 32px;
    margin-top: -17px;
    background: url(../img/ic-health-shield.svg) no-repeat;
}
.main-submenu__link.icon-blog::before {
    width: 28px;
    height: 25px;
    margin-top: -14px;
    background: url(../img/ic-blog.svg) no-repeat;
}


.main-submenu__link.icon-service::before {
    width: 28px;
    height: 30px;
    margin-top: -14px;
    background: url(../img/ic-service.svg) no-repeat;
}

.main-submenu__link.icon-school::before {
    width: 28px;
    height: 33px;
    margin-top: -14px;
    background: url(../img/ic-school.svg) no-repeat;
}
.main-submenu__link.icon-platform::before {
    width: 28px;
    height: 33px;
    margin-top: -14px;
    background: url(../img/ic-platform.svg) no-repeat;
}
.main-submenu__link.icon-webinars::before {
    width: 28px;
    height: 27px;
    margin-top: -16px;
    background: url(../img/ic-webinars.svg) no-repeat;
}
.main-submenu__link.icon-story::before {
    width: 28px;
    height: 28px;
    margin-top: -16px;
    background: url(../img/ic-story.svg) no-repeat;
}

.main-submenu__link.icon-story-new::before {
    width: 28px;
    height: 28px;
    margin-top: -16px;
    background: url(../img/story.svg) no-repeat;
}

.main-submenu__link.icon-vision-new::before {
    width: 28px;
    height: 28px;
    margin-top: -16px;
    background: url(../img/te1st.svg) no-repeat;
}

.main-submenu__link.icon-careers-new::before {
    width: 28px;
    height: 28px;
    margin-top: -16px;
    background: url(../img/carers.svg) no-repeat;
}

.main-submenu__link.icon-press-new::before {
    width: 28px;
    height: 28px;
    margin-top: -16px;
    background: url(../img/press.svg) no-repeat;
}

.main-submenu__link.icon-engineering-new::before {
    width: 28px;
    height: 28px;
    margin-top: -16px;
    background: url(../img/engineering.svg) no-repeat;
}

.main-submenu__link.icon-trust-new::before {
    width: 28px;
    height: 28px;
    margin-top: -16px;
    background: url(../img/trust.svg) no-repeat;
}

.main-submenu__btn {
    width: 100%;
    max-width: 220px;
    margin: 19px auto 30px;
    display: block;
}

@media all and (min-width: 1150px) {
    .f-padding-right {
        padding-right: 36px !important;
    }
}

@media all and (min-width: 768px) {
    .f-padding-right {
        padding-right: 0 !important;
    }
    .main-submenu__btn {
        display: none;
    }
}
.main-menu__item._with-dropdown .main-menu__text {
    position: relative;
}
.main-menu__item._with-dropdown .main-menu__text::before {
    width: 20px;
    height: 14px;
    background: url(../img/front/arrow_dropdown.png) no-repeat;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -7px;
    content: "";
    transition: transform 300ms;
}
._opened-dropdown.main-menu__item._with-dropdown .main-menu__text::before {
    transform: rotate(180deg);
}
@media all and (min-width: 1150px) {
    .f-padding-right {
        padding-right: 36px;
    }

    .main-menu__item._with-dropdown .main-menu__text::before {
        width: 12px;
        height: 8px;
        background: url(../img/front/arrow-dropdown-desktop.svg) no-repeat;
        margin-top: -4px;
        right: 2px;
    }
    .main-submenu__items {
        width: 266px;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        background: #fff;
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
        border-radius: 5px;
        margin-top: 3px;
        padding: 12px;
    }
    .main-submenu__items::before {
        width: 20px;
        height: 20px;
        background: #fff;
        transform: rotate(-45deg);
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
        position: absolute;
        top: -10px;
        right: 76px;
        content: "";
    }
    .main-submenu__items::after {
        width: 40px;
        height: 20px;
        background: #fff;
        position: absolute;
        top: 0;
        right: 68px;
        content: "";
    }
    .main-submenu__item {
        padding: 0;
        position: relative;
        z-index: 2;
    }
    .main-submenu__link._with-icon {
        position: relative;
        display: block;
        border-radius: 5px;
        padding: 15px 10px 11px 48px;
    }
    .main-submenu__link {
        background: transparent;
        transition: background 300ms;
    }
    .main-submenu__link:hover {
        background: #e7eaec;
        text-decoration: none;
    }
    .main-submenu__link._with-icon::before {
        left: 10px;
    }
    .main-submenu__link.icon-blog::before {
        margin-top: -12px;
    }
    .main-submenu__link.icon-webinars::before {
        margin-top: -14px;
    }
}

.q-mobile-burger {
    width: 28px;
    height: 20px;
    cursor: pointer;
    display: block;
    position: relative;
}
.q-mobile-burger span,
.q-mobile-burger::before,
.q-mobile-burger::after {
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    background: #93c90e;
    z-index: 1;
    transform-origin: 4px 0;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.q-mobile-burger span {
    pointer-events: none;
    top: 50%;
    margin-top: -1px;
}
.q-mobile-burger::before,
.q-mobile-burger::after {
    content: "";
}
.q-mobile-burger::before {
    transform-origin: 0 0;
    top: 0;
}
.q-mobile-burger::after {
    transform-origin: 0 100%;
    bottom: 0;
}
._opened-menu .q-mobile-burger span {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}
._opened-menu .q-mobile-burger::before {
    opacity: 1;
    transform: rotate(45deg) translate(0, -3px);
}
._opened-menu .q-mobile-burger::after {
    transform: rotate(-45deg) translate(2px, 1px);
}

.logo {
    padding: 7px 0 10px;
}
.logo__img, .logo__link {
    display: block;
}

.download-block {
    position: relative;
    padding: 40px 0;
    position: relative;
}
.download-block:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -999em;
    right: -999em;
    z-index: -1;
    background: #F9F9F9;
}
@media all and (min-width: 1024px) {
    .download-block {
        padding: 70px 0;
    }
}
.download-block_modal {
    background: #F9F9F9;
    padding: 30px 10px;
}
.download-block_modal:before {
    display: none;
}
@media all and (min-width: 768px) {
    .download-block_modal {
        padding: 40px 20px;
    }
}
.download-block__text {
    color: #0b1004;
    text-align: center;
    margin: 0 auto;
    font-weight: 100;
    font-size: 18px;
    max-width: 225px;
}
@media all and (min-width: 768px) {
    .download-block__text {
        font-size: 30px;
        max-width: 935px;
    }
}
.download-block__btns {
    text-align: center;
    margin-top: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
@media all and (min-width: 768px) {
    .download-block__btns {
        margin-top: 40px;
    }
    .download-block__btns_modal {
        margin-top: 20px;
    }
}
.download-block__btn:first-child {
    margin-right: 7px;
}
@media all and (min-width: 768px) {
    .download-block__btn:first-child {
        margin-right: 20px;
    }
}
.download-block__btn {
    display: block;
}
.download-block__btn img {
    display: block;
}
.download-block__btn:hover {
    text-decoration: none;
    opacity: 0.8;
}

.contact-block {
    padding: 53px 0 50px;
}
@media all and (min-width: 1024px) {
    .contact-block {
        padding: 73px 0 70px;
    }
}
.contact-block:before {
    display: none;
}
.contact-block__items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 30px;
}
@media all and (min-width: 1024px) {
    .contact-block__items {
        margin-top: 40px;
    }
}
.contact-block__item {
    width: 33.3%;
    font-size: 10px;
    text-align: center;
}
@media all and (min-width: 768px) {
    .contact-block__item {
        font-size: 18px;
    }
}
@media all and (min-width: 1024px) {
    .contact-block__item {
        font-size: 20px;
    }
}
.contact-block__item-title {
    font-weight: 700;
    margin-bottom: 0;
}
.contact-block__item-img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}
.contact-block__item-img-wrap {
    height: 32px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media all and (min-width: 768px) {
    .contact-block__item-img-wrap {
        height: 48px;
    }

}
@media all and (min-width: 1024px) {
    .contact-block__item-img-wrap {
        height: 60px;
    }
}

.front-banner {
    background: #dcdc22;
}
.front-banner._violet-bg,
.front-banner._violet-bg._white-banner {
    background: #f8f8fc;
}
@media all and (min-width: 768px) {
    .front-banner {
        position: relative;
    }
    .front-banner:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: -15px;
        right: -15px;
        top: 0;
        background: url("../img/front/cityscape.svg") center bottom 15px no-repeat;
        background-size: 100% auto;
        pointer-events: none;
    }
}
@media all and (min-width: 1024px) {
    .front-banner:after {
        bottom: 10px;
    }
}
.front-banner__columns {
    padding: 30px 15px 0;
}
@media all and (min-width: 768px) {
    .front-banner__columns {
        max-width: 1240px;
        margin: 0 auto;
        padding: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}
@media all and (min-width: 1024px) {
    .front-banner__columns {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.front-banner__column {
    position: relative;
    z-index: 2;
}
.front-banner__content {
    text-align: center;
}
@media all and (min-width: 768px) {
    .front-banner__content {
        text-align: left;
        padding: 0 0 0 30px;
    }
}
@media all and (min-width: 1250px) {
    .front-banner__content {
        padding: 0;
    }
}
.front-banner__content-wrap {
    position: relative;
    z-index: 5;
}
.front-banner__title {
    font-size: 34px;
    font-weight: bold;
    line-height: 1.11;
    margin: 0 0 15px;
    color: #333333;
}
@media all and (min-width: 768px) {
    .front-banner__title {
        font-size: 48px;
        line-height: 1.08;
        margin-top: 40px;
    }
}
@media all and (min-width: 1024px) {
    .front-banner__title {
        font-size: 65px;
        line-height: 72px;
        margin-bottom: 21px;
    }
    .front-banner__content-wrap {
        padding-right: 20px;
    }
}
@media all and (min-width: 1110px) {
    .front-banner__title {
        margin-top: 0;
        margin-bottom: 21px;
    }
}
.front-banner__text {
    font-size: 20px;
    line-height: 1.5;
}
@media all and (min-width: 768px) {
    .front-banner__text {
        font-size: 24px;
    }
}
@media all and (min-width: 1024px) {
    .front-banner__text {
        font-size: 33px;
        line-height: 1.24;
    }
}

.front-banner__img-wrap {
    position: relative;
    padding-top: 27px;
}
.front-banner__img-wrap:after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: -15px;
    right: -15px;
    height: 40px;
    background: url("../img/front/cityscape_mobile.png") center no-repeat;
    background-size: cover;
}
@media all and (min-width: 768px) {
    .front-banner__img-wrap:after {
        display: none;
    }
}




.front-banner__img {
    display: block;
    object-fit: contain;
    mix-blend-mode: multiply;
    max-width: 240px;
    margin: 0 auto;
    height: auto;
    width: 100%;
    position: relative;
    z-index: 2;
}
@media all and (min-width: 370px) {
    .front-banner__img {
        max-width: 214px;
        width: auto;
    }
}
@media all and (min-width: 768px) {
    .front-banner__img {
        max-width: 355px;
    }
}
@media all and (min-width: 1024px) {
    .front-banner__img {
        max-width: 460px;
    }
}
@media all and (min-width: 1110px) {
    .front-banner__img {
        max-width: 536px;
        margin-right: -50px;
    }
}

.front-banner__bottom {
    padding: 20px 0 0;
}
@media all and (min-width: 768px) {
    .front-banner__bottom {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 78px;
    }
}
@media all and (min-width: 1024px) {
    .front-banner__bottom {
        padding-top: 30px;
        padding-bottom: 70px;
    }
}
@media all and (min-width: 1110px) {
    .front-banner__bottom {
        padding-top: 40px;
        padding-bottom: 0;
    }
}

.front-banner__btns {
    display: block;
    text-align: center;
}
@media all and (min-width: 1100px) {
    .front-banner__btns {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.front-banner__award {
    width: 79px;
    height: auto;
    margin: 10px 0;
}
@media all and (min-width: 768px) {
    .front-banner__award {
        margin: 0 25px 0 0;
        width: 96px;
    }
}
.front-banner__btn {
    margin-top: 20px;
    display: inline-block;
    min-width: 244px;
    max-width: 244px;
    white-space: nowrap;
    box-sizing: border-box;
    font-size: 20px;
}
.front-banner__btn:first-child {
    margin-top: 0;
}
@media all and (min-width: 1024px) {
    .front-banner__btn {
        vertical-align: middle;
        margin-right: 25px;
    }
    .front-banner__btn:last-child {
        margin-right: 0;
    }
}
@media all and (min-width: 1100px) {
    .front-banner__btn {
        margin-top: 0;
    }
}
.front-banner .desktop {
    display: none;
}
@media all and (min-width: 1110px) {
    .front-banner .desktop {
        display: inline-block;
    }
}
.front-banner__mobile-btns {
    text-align: center;
}
.front-banner__mobile-btns .front-banner__btn {
    width: 100%;
    max-width: 340px;
    display: block;
    margin: 20px auto 0;
}
.front-banner__mobile-btns .front-banner__btn:first-child {
    margin-top: 0;
}
@media all and (min-width: 768px) {
    .front-banner__mobile-btns {
        display: none;
    }
}

.continues-to-grow-block {
    max-width: 1070px;
    margin: 0 auto;
}
.continues-to-grow-block b {
    font-weight: 300;
}
@media all and (min-width: 768px) {
    .continues-to-grow-block b {
        font-weight: 700;
    }
}

.quote-block__items {
    max-width: 1152px;
    margin: 10px auto 0;
}
@media all and (min-width: 768px) {
    .quote-block__items {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        margin-top: 40px;
    }
}
@media all and (min-width: 1024px) {
    .quote-block__items {
        margin-top: 70px;
    }
}
.quote-block__item {
    box-sizing: border-box;
    margin: 30px 0;
}
.quote-block__item:last-child {
    margin-bottom: 0;
}
@media all and (min-width: 768px) {
    .quote-block__item {
        width: 33.3%;
        margin: 0 12px;
    }
}

.why-use-block {
    max-width: 1128px;
    margin: 0 auto;
}
@media all and (min-width: 768px) {
    .why-use-block__text br {
        display: none;
    }
}
.why-use-block .m-block__items {
    max-width: none;
}

.serve-schools__title {
    max-width: 1130px;
    margin-left: auto;
    margin-right: auto;
}
.serve-schools__items-wrap {
    max-width: 710px;
    margin: 0 auto;
    box-sizing: border-box;
    margin-top: 20px;
}
.serve-schools__items-wrap .slick-prev {
    left: 5px;
}
.serve-schools__items-wrap .slick-next {
    right: 5px;
}
@media all and (min-width: 768px) {
    .serve-schools__items-wrap {
        padding: 0 58px;
        margin-top: 40px;
    }
    .serve-schools__items-wrap .slick-prev {
        left: -58px;
    }
    .serve-schools__items-wrap .slick-next {
        right: -58px;
    }
}
@media all and (min-width: 1024px) {
    .serve-schools__items-wrap {
        margin-top: 80px;
        max-width: 1020px;
        padding: 0 155px;
    }
    .serve-schools__items-wrap .slick-prev {
        left: -155px;
    }
    .serve-schools__items-wrap .slick-next {
        right: -155px;
    }
}
.serve-schools__img {
    margin: 0 auto;
    width: 250px;
}
@media all and (min-width: 768px) {
    .serve-schools__img {
        margin: 20px 0;
        width: auto;
    }
}
.serve-schools__slider-wrap {
    position: relative;
}
.serve-schools .slick-dots {
    padding-top: 100px;
}
@media all and (max-width: 1023px) {
    .serve-schools .m-block__btns {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 40px;
    }
}

.mission-block__text {
    max-width: none;
}

.awards-block__items {
    margin-top: 40px;
}
@media all and (min-width: 768px) {
    .awards-block__items {
        max-width: 1040px;
        margin: 0 auto;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
@media all and (min-width: 1024px) {
    .awards-block__items {
        margin-top: 75px;
    }
}
.awards-block__item {
    text-align: center;
    padding: 0 35px;
    margin-bottom: 50px;
}
.awards-block__item:last-child {
    margin-bottom: 0;
}
@media all and (min-width: 768px) {
    .awards-block__item {
        margin-bottom: 0;
    }
}
.awards-block__item-img {
    max-width: 130px;
    display: block;
    margin: 0 auto;
}
@media all and (min-width: 768px) {
    .awards-block__item-img {
        max-width: 85%;
    }
}
@media all and (min-width: 1024px) {
    .awards-block__item-img {
        max-width: 100%;
    }
}
.awards-block__item-text {
    font-size: 11px;
    font-weight: 300;
    color: #7f7f7f;
    margin-top: 20px;
}
@media all and (min-width: 1024px) {
    .awards-block__item-text {
        font-size: 17px;
    }
}

.press-article {
    background: #f9f9f9;
    padding: 40px 20px 50px;
    position: relative;
}
@media all and (max-width: 767px) {
    .press-article {
        padding: 20px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.press-article__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
}
.press-article__text {
    font-size: 14px;
    margin: 7px 0;
}
@media all and (min-width: 1024px) {
    .press-article__text {
        font-size: 20px;
        margin: 15px 0;
    }
}
.press-article__date {
    font-size: 12px;
    font-weight: 300;
    color: #7f7f7f;
}
@media all and (min-width: 1024px) {
    .press-article__date {
        font-size: 17px;
    }
}
.press-article__more {
    font-size: 12px;
    color: #7f7f7f;
    float: right;
}
@media all and (min-width: 768px) {
    .press-article__more {
        position: absolute;
        right: 20px;
        bottom: 15px;
        float: none;
    }
}
@media all and (min-width: 1024px) {
    .press-article__more {
        font-size: 17px;
    }
}
.press-article__title {
    font-size: 18px;
    font-weight: 100;
    width: 120px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media all and (min-width: 768px) {
    .press-article__title {
        font-size: 24px;
        width: auto;
    }
}
@media all and (min-width: 1024px) {
    .press-article__title {
        font-size: 30px;
        line-height: 44px;
    }
}
.press-article__content {
    width: 100%;
    padding-left: 20px;
}
@media all and (min-width: 768px) {
    .press-article__content {
        padding: 10px 0 0;
    }
}

@media all and (min-width: 768px) {
    .press-block__items {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 1130px;
        margin: 0 auto;
    }
}
.press-block__item {
    box-sizing: border-box;
    margin: 30px 0;
}
@media all and (min-width: 768px) {
    .press-block__item {
        width: 33.3%;
        padding: 0 10px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
.press-block__subtitle {
    color: #0b1004;
    text-align: center;
    font-weight: 100;
    font-size: 18px;
    line-height: 1;
    margin: 30px 0;
}
@media all and (min-width: 768px) {
    .press-block__subtitle {
        font-size: 30px;
        margin: 60px 0 30px;
    }
}

.to-be-driver-block {
    max-width: 1100px;
    margin: 0 auto;
    padding-bottom: 0;
}
.to-be-driver-block__items {
    text-align: center;
    margin: 25px 0;
}
.to-be-driver-block__item {
    font-size: 16px;
    margin: 10px 0;
}
.to-be-driver-block__item:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #93c90e;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
    top: -4px;
}
@media all and (min-width: 768px) {
    .to-be-driver-block__item {
        font-size: 18px;
        margin: 0;
    }
}
@media all and (min-width: 1024px) {
    .to-be-driver-block__item {
        font-size: 20px;
    }
    .to-be-driver-block__item:nth-child(1):before {
        display: none;
    }
}
@media all and (min-width: 768px) {
    .to-be-driver-block__items-wrap:nth-child(1) .to-be-driver-block__item {
        display: inline-block;
        padding: 0 3px;
    }
}
@media all and (min-width: 1024px) {
    .to-be-driver-block__items-wrap:nth-child(2) .to-be-driver-block__item {
        display: inline-block;
        padding: 0 3px;
    }
}

.our-process-block {
    max-width: 1140px;
    margin: 0 auto;
}
@media all and (max-width: 1023px) {
    .our-process-block {
        padding-top: 20px;
    }
}
.our-process-block__title_desktop {
    display: none;
}
@media all and (min-width: 1024px) {
    .our-process-block__title_desktop {
        display: block;
    }
}
.our-process-block__title_mobile {
    margin: 40px 0;
}
@media all and (min-width: 1024px) {
    .our-process-block__title_mobile {
        display: none;
    }
}
.our-process-block__content {
    text-align: center;
}
@media all and (min-width: 1024px) {
    .our-process-block__content {
        text-align: left;
        margin-top: 50px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media all and (min-width: 1024px) {
    .our-process-block__items {
        margin-left: 50px;
    }
}
@media all and (min-width: 1024px) {
    .our-process-block__img {
        width: 50%;
    }
}
@media all and (min-width: 1100px) {
    .our-process-block__img {
        width: auto;
    }
}
.our-process-block__item {
    max-width: 456px;
    margin: 0 auto 50px;
}
@media all and (min-width: 1024px) {
    .our-process-block__item {
        margin: 0 0 35px;
    }
    .our-process-block__item:last-child {
        margin-bottom: 0;
    }
}
.our-process-block__item-title {
    font-size: 22px;
    font-weight: 100;
    margin: 0 0 10px;
}
@media all and (min-width: 768px) {
    .our-process-block__item-title {
        font-size: 26px;
        margin-bottom: 15px;
    }
}
@media all and (min-width: 1024px) {
    .our-process-block__item-title {
        font-size: 30px;
    }
}
.our-process-block__item-text {
    font-size: 16px;
}
@media all and (min-width: 768px) {
    .our-process-block__item-text {
        font-size: 18px;
    }
}
@media all and (min-width: 1024px) {
    .our-process-block__item-text {
        font-size: 20px;
    }
}

.how-it-work__item {
    padding: 0;
}
.how-it-work__item-img {
    width: 129px;
}
@media all and (min-width: 768px) {
    .how-it-work__item-img {
        width: 175px;
    }
}
@media all and (min-width: 1024px) {
    .how-it-work__item-img {
        width: auto;
    }
}

.faq-block {
    max-width: 930px;
    margin: 0 auto;
}
.faq-block__title {
    color: #37474f;
}
.faq-block__questions {
    margin-top: 20px;
}
@media all and (min-width: 768px) {
    .faq-block__questions {
        margin-top: 30px;
    }
}
@media all and (min-width: 1024px) {
    .faq-block__questions {
        margin-top: 50px;
    }
}
.faq-block__question {
    position: relative;
    margin-left: 35px;
    padding: 15px 0;
    border-bottom: 1px solid #e1e3e6;
}
.faq-block__question_close .faq-block__question-title {
    margin: 0;
}
.faq-block__question_close .faq-block__question-text {
    display: none;
}
.faq-block__question_close .faq-block__question-btn:before {
    display: block;
}
.faq-block__question-title {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
}
@media all and (min-width: 768px) {
    .faq-block__question-title {
        font-size: 23px;
    }
}
@media all and (min-width: 1024px) {
    .faq-block__question-title {
        font-size: 24px;
    }
}
.faq-block__question-text {
    font-size: 16px;
}
@media all and (min-width: 768px) {
    .faq-block__question-text {
        font-size: 18px;
    }
}
@media all and (min-width: 1024px) {
    .faq-block__question-text {
        font-size: 20px;
    }
}
.faq-block__question-btn {
    width: 22px;
    height: 22px;
    position: absolute;
    box-sizing: border-box;
    top: 15px;
    left: -35px;
    background: #ffffff;
    border-radius: 50%;
    border: 2px solid #93c90e;
    cursor: pointer;
}
@media all and (min-width: 768px) {
    .faq-block__question-btn {
        top: 17px;
    }
}
@media all and (min-width: 1024px) {
    .faq-block__question-btn {
        top: 19px;
    }
}
.faq-block__question-btn:hover {
    background: #93c90e;
}
.faq-block__question-btn:hover:before, .faq-block__question-btn:hover:after {
    background: #ffffff;
}
.faq-block__question-btn:before, .faq-block__question-btn:after {
    content: "";
    background: #93c90e;
    position: absolute;
    border-radius: 3px;
}
.faq-block__question-btn:before {
    width: 2px;
    left: 50%;
    top: 5px;
    bottom: 5px;
    margin-left: -1px;
    display: none;
}
.faq-block__question-btn:after {
    height: 2px;
    top: 50%;
    left: 5px;
    right: 5px;
    margin-top: -1px;
}

.m-banner-drive {
    background: url("../img/banners/drive-mobile.jpg") center top no-repeat #000000;
    background-size: 100% auto;
    position: relative;
    z-index: 0;
}
@media all and (min-width: 768px) {
    .m-banner-drive {
        height: 540px;
        background-image: url("../img/banners/drive.jpg");
        background-size: cover;
    }
    .m-banner-drive:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 20px;
        top: 0;
        z-index: -1;
        background: url("../img/banners/cityscape-tablet.png") 20% bottom no-repeat;
        background-size: 100% auto;
    }
}
@media all and (min-width: 768px) and (min-width: 1024px) {
    .m-banner-drive:after {
        background-image: url("../img/banners/cityscape.svg");
    }
}
@media all and (min-width: 1100px) {
    .m-banner-drive {
        height: 770px;
    }
}
.m-banner-drive__title {
    margin: 0;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
}
@media all and (min-width: 500px) {
    .m-banner-drive__title {
        font-size: 48px;
    }
}
@media all and (min-width: 1100px) {
    .m-banner-drive__title {
        font-size: 65px;
    }
}
.m-banner-drive__text {
    font-size: 20px;
}
@media all and (min-width: 500px) {
    .m-banner-drive__text {
        font-size: 24px;
    }
}
@media all and (min-width: 768px) {
    .m-banner-drive__text {
        max-width: 450px;
    }
}
@media all and (min-width: 1100px) {
    .m-banner-drive__text {
        font-size: 33px;
    }
}
@media all and (max-width: 767px) {
    .m-banner-drive__content-wrap {
        padding-bottom: 60px;
        position: relative;
    }
    .m-banner-drive__content-wrap:after {
        content: "";
        position: absolute;
        left: -20px;
        right: -20px;
        bottom: 10px;
        top: 0;
        z-index: -1;
        background: url("../img/banners/cityscape-tablet.png") 70% bottom no-repeat;
        background-size: auto 100px;
    }
}
.m-banner-drive__content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 220px 15px 20px;
    height: 100%;
    box-sizing: border-box;
    color: #ffffff;
    text-align: center;
}
@media all and (min-width: 768px) {
    .m-banner-drive__content {
        padding: 30px;
        text-align: left;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.m-banner-drive__form-wrap {
    box-sizing: border-box;
    background: #F7F8F9;
}
@media all and (min-width: 768px) {
    .m-banner-drive__form-wrap {
        position: relative;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        height: 100%;
        width: 50%;
        max-width: 437px;
    }
}
@media all and (min-width: 1024px) {
    .m-banner-drive__form-wrap {
        padding: 0 20px;
    }
}
.m-banner-drive__form-title {
    font-size: 26px;
    font-weight: 100;
    color: #0b1004;
    margin: 0;
}
@media all and (min-width: 1024px) {
    .m-banner-drive__form-title {
        font-size: 30px;
    }
}
.m-banner-drive__form-text {
    font-size: 16px;
    color: #37474f;
    margin-bottom: 10px;
}
@media all and (min-width: 1024px) {
    .m-banner-drive__form-text {
        font-size: 20px;
    }
}
.m-banner-drive__bold-text {
    font-size: 12px;
    font-weight: bold;
    color: #333333;
}
@media all and (min-width: 1024px) {
    .m-banner-drive__bold-text {
        font-size: 14px;
    }
}
.m-banner-drive__iframe {
    width: 100%;
    height: 658px;
    border: none;
    outline: none;
    box-sizing: border-box;
}
@media all and (min-width: 768px) {
    .m-banner-drive__iframe {
        height: 100%;
        padding-top: 90px;
    }
}
@media all and (min-width: 1024px) {
    .m-banner-drive__iframe {
        padding-top: 115px;
    }
}
.m-banner-drive__form-text-wrap {
    background: #F7F8F9;
    text-align: left;
    padding: 20px 20px 0 20px;
}
@media all and (min-width: 768px) {
    .m-banner-drive__form-text-wrap {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
    }
}
@media all and (min-width: 1024px) {
    .m-banner-drive__form-text-wrap {
        padding: 30px 40px 0 40px;
    }
}

.m-banner_school {
    background-image: url("../img/banners/school-mobile.jpg");
    background-position: center top;
}
@media all and (min-width: 500px) {
    .m-banner_school {
        background-image: url("../img/banners/school.jpg");
    }
}

@media all and (max-width: 1099px) {
    .m-banner__content-wrap_school {
        padding-bottom: 130px;
    }
}

.m-banner__title_school {
    max-width: 768px;
}

.m-banner__text_school {
    max-width: none;
}

.pay-what-use-block {
    max-width: 1130px;
    margin: 0 auto;
}
.pay-what-use-block__content {
    margin-top: 20px;
    text-align: center;
}
@media all and (min-width: 768px) {
    .pay-what-use-block__content {
        text-align: left;
        margin-top: 40px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media all and (min-width: 1024px) {
    .pay-what-use-block__content {
        margin-top: 60px;
    }
}
.pay-what-use-block__text {
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 30px;
}
@media all and (min-width: 768px) {
    .pay-what-use-block__text {
        margin-bottom: 0;
        padding-left: 20px;
        padding-right: 10px;
        font-weight: 400;
    }
}
@media all and (min-width: 1024px) {
    .pay-what-use-block__text {
        font-weight: 300;
        padding-left: 70px;
        font-size: 24px;
    }
}
@media all and (min-width: 768px) {
    .pay-what-use-block__content-column {
        width: 50%;
    }
    .pay-what-use-block__content-column:first-child {
        width: 47%;
    }
    .pay-what-use-block__content-column:last-child {
        width: 53%;
    }
}
.pay-what-use-block__img {
    max-width: 100%;
    height: auto;
}

.rides-needs-block {
    max-width: 1033px;
    margin: 0 auto;
}
@media all and (min-width: 768px) {
    .m-block__text.contact-form-block__text + .rides-needs-block__items {
        padding-top: 30px;
    }
    .rides-needs-block__items {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.rides-needs-block__item {
    box-sizing: border-box;
    margin-top: 40px;
    text-align: center;
}
@media all and (min-width: 768px) {
    .rides-needs-block__item {
        margin: 20px 0;
        width: 50%;
        padding: 0 32px;
    }
    .rides-needs-block__title {
        margin-bottom: 30px;
    }
}
@media all and (min-width: 1024px) {
    .rides-needs-block__item {
        margin: 30px 0;
    }
    .rides-needs-block__title {
        margin-bottom: 20px;
    }
}
.rides-needs-block__item-title {
    font-size: 18px;
    font-weight: 300;
    margin: 10px 0;
}
@media all and (min-width: 768px) {
    .rides-needs-block__item-title {
        margin: 20px 0;
        font-size: 26px;
    }
}
@media all and (min-width: 1024px) {
    .rides-needs-block__item-title {
        font-size: 30px;
    }
}
.rides-needs-block__item-text {
    font-size: 18px;
}
@media all and (min-width: 1024px) {
    .rides-needs-block__item-text {
        font-size: 20px;
    }
}

.right-for-school {
    display: none;
}
@media all and (min-width: 768px) {
    .right-for-school {
        display: block;
    }
}
@media all and (min-width: 1024px) {
    .right-for-school {
        padding: 90px 0;
    }
}
.right-for-school__content {
    max-width: 1124px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.right-for-school__column {
    box-sizing: border-box;
}
.right-for-school__column:first-child {
    width: 55%;
}
.right-for-school__column:last-child {
    width: 0;
    height: 0;
    padding: 27% 24%;
    overflow: hidden;
    position: relative;
}
.right-for-school__slide-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-left: 50px;
}
.right-for-school__title {
    margin-bottom: 50px;
}
@media all and (min-width: 1024px) {
    .right-for-school__title {
        display: none;
    }
}
.right-for-school__title-desktop {
    font-size: 30px;
    font-weight: 100;
    text-align: center;
    display: none;
}
@media all and (min-width: 1024px) {
    .right-for-school__title-desktop {
        display: block;
    }
}
.right-for-school__tabs {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0;
}
.right-for-school__tab {
    font-size: 15px;
    color: #c7c7c7;
    padding: 0 14px;
    cursor: pointer;
    border-right: 1px solid #e0e0e0;
    padding-top: 2px;
}
.right-for-school__tab:first-child {
    padding-left: 0;
}
.right-for-school__tab:last-child {
    border-right: none;
    padding-right: 0;
}
.right-for-school__tab.active, .right-for-school__tab:hover {
    color: #93c90e;
}
@media all and (min-width: 1024px) {
    .right-for-school__tab {
        font-size: 20px;
        padding: 0 22px;
    }
}
.right-for-school__text {
    font-size: 20px;
    text-align: center;
    display: none;
    max-width: 500px;
    margin: 0 auto;
    min-height: 120px;
}
.right-for-school__text.active {
    display: block;
}
.right-for-school__subtitle {
    font-size: 18px;
    margin: 10px 0;
    font-weight: normal;
}
@media all and (min-width: 1024px) {
    .right-for-school__subtitle {
        font-size: 24px;
        font-weight: 300;
        margin: 20px 0;
    }
}
.right-for-school__btn-section {
    text-align: center;
    margin-top: 50px;
}
.right-for-school__slide-img {
    max-height: 100%;
    margin: 0 auto;
}
.right-for-school__slide {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}
.right-for-school__slide.active {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.rate-block {
    text-align: center;
    background: #f9f9f9;
    padding: 40px 30px;
    max-width: 455px;
    margin: 0 auto;
    box-sizing: border-box;
}
.rate-block__title {
    font-size: 14px;
    margin-bottom: 20px;
}
@media all and (min-width: 1024px) {
    .rate-block__title {
        font-size: 20px;
        margin-bottom: 30px;
    }
}
.rate-block__rate {
    font-size: 55px;
    font-weight: 300;
    color: #93c90e;
    line-height: 55px;
}
@media all and (min-width: 1024px) {
    .rate-block__rate {
        font-size: 90px;
        line-height: 90px;
    }
}
.rate-block__number-ratings {
    font-size: 11px;
    font-weight: 300;
    color: #7f7f7f;
}
@media all and (min-width: 1024px) {
    .rate-block__number-ratings {
        font-size: 17px;
    }
}
.rate-block__quote {
    margin: 35px auto 0;
    padding: 0;
    max-width: 317px;
}
@media all and (max-width: 1023px) {
    .rate-block__quote:before {
        width: 26px;
    }
}
.rate-block__stars {
    width: 110px;
}
@media all and (min-width: 1024px) {
    .rate-block__stars {
        width: 160px;
    }
}
@media all and (max-width: 1023px) {
    .rate-block .m-quote__text {
        font-size: 14px;
    }
}
@media all and (max-width: 1023px) {
    .rate-block .m-quote__author {
        margin-top: 15px;
    }
}

.right-for-school-mobile {
    text-align: center;
}
@media all and (min-width: 768px) {
    .right-for-school-mobile {
        display: none;
    }
}
.right-for-school-mobile__title {
    font-size: 18px;
    font-weight: 300;
}
.right-for-school-mobile__item {
    margin-top: 50px;
}
.right-for-school-mobile__item-title {
    color: #93c90e;
    font-size: 15px;
    font-weight: 600;
}
.right-for-school-mobile__item-text {
    font-size: 16px;
    margin: 20px 0 30px;
}

.contact-form-block {
    position: relative;
}
.contact-form-block:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -999em;
    right: -999em;
    z-index: -1;
    background: #F4F9E6;
}
.contact-form-block__text {
    max-width: 589px;
}
@media all and (min-width: 1024px) {
    .contact-form-block__text {
        max-width: 1063px;
        margin: 0 auto;
    }
}
.contact-form-block__form {
    max-width: 880px;
    margin: 0 auto;
}

.contact-form__input, .school-contact-form__input {
    border: 1px solid #F4F9E6;
    box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, 0.15);
}
.contact-form__item, .school-contact-form__item {
    margin: 20px 0;
}
@media all and (min-width: 768px) {
    .contact-form__item, .school-contact-form__item {
        margin: 0;
        width: 50%;
        box-sizing: border-box;
        padding: 0 12px;
    }
    .contact-form__item._full-with-item, .school-contact-form__item._full-with-item {
        width: 100%;
    }
}
@media all and (min-width: 768px) {
    .contact-form__items-wrap, .school-contact-form__items-wrap {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 30px 0;
    }
}
.contact-form__item-two-column .column, .school-contact-form__item-two-column .column {
    margin-top: 20px;
}
@media all and (min-width: 768px) {
    .contact-form__item-two-column, .school-contact-form__item-two-column {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .contact-form__item-two-column .column, .school-contact-form__item-two-column .column {
        width: 50%;
        box-sizing: border-box;
        margin: 0;
    }
    .contact-form__item-two-column .column:first-child, .school-contact-form__item-two-column .column:first-child {
        padding-right: 12px;
    }
    .contact-form__item-two-column .column:last-child, .school-contact-form__item-two-column .column:last-child {
        padding-left: 12px;
    }
}
@media all and (min-width: 768px) {
    .contact-form .textarea_wrap, .school-contact-form .textarea_wrap {
        margin: 0 12px;
    }
}

.contact-form__btn {
    height: 49px;
}
@media all and (min-width: 768px) {
    .contact-form__btn {
        height: 52px;
    }
}

.m-block__items_schools {
    max-width: 1200px;
    flex-wrap: wrap;
    justify-content: center;
}

@media all and (min-width: 320px) {
    .m-block__schools-title,
    .m-block__items_schools .m-block__item-text {
        max-width: 285px;
    }
    .m-block__schools-title {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .m-block__items_schools .m-block__item {
        margin-bottom: 50px;
    }
}
@media all and (min-width: 480px) {
    .m-block__schools-title,
    .m-block__items_schools .m-block__item-text {
        max-width: 100%;
    }
    .m-block__items_schools .m-block__item {
        margin-bottom: 60px;
    }
}
@media all and (min-width: 768px) {
    .m-block__items_schools .m-block__item {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media all and (min-width: 1024px) {
    .m-block__items_schools {
        margin-bottom: -46px;
    }
    .m-block__items_schools .m-block__item {
        margin-bottom: 46px;
    }
}

.m-banner_trust {
    background-image: url("../img/banners/trust-mobile.jpg");
    background-position: center top;
}
@media all and (min-width: 500px) {
    .m-banner_trust {
        background-image: url("../img/banners/trust.jpg");
    }
}
.m-banner_trust__btn {
    min-width: 170px;
}
.m-banner_trust__title {
    max-width: 740px;
}

@media all and (max-width: 1099px) {
    .m-banner__content-wrap_trust {
        padding-bottom: 95px;
    }
}

.trust-list {
    max-width: 1220px;
    margin: 10px auto 0;
}
@media all and (min-width: 1024px) {
    .trust-list {
        margin-top: 30px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.trust-list__item {
    margin-top: 40px;
}
@media all and (min-width: 768px) {
    .trust-list__item {
        margin: 60px auto 0;
        max-width: 590px;
    }
}
@media all and (min-width: 1024px) {
    .trust-list__item {
        width: 50%;
        padding: 0 30px;
        box-sizing: border-box;
        margin: 80px 0 0;
        max-width: none;
    }
}
.trust-list__item-top {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}
@media all and (min-width: 1024px) {
    .trust-list__item-top {
        margin-bottom: 30px;
    }
}
.trust-list__item-img {
    margin-right: 16px;
    width: 40px;
    height: auto;
}
@media all and (min-width: 768px) {
    .trust-list__item-img {
        width: 60px;
        margin-right: 25px;
    }
}
.trust-list__item-title {
    font-size: 18px;
    font-weight: 300;
    margin: 0;
}
@media all and (min-width: 768px) {
    .trust-list__item-title {
        font-size: 24px;
    }
}
.trust-list__item-text {
    font-size: 16px;
    margin: 1em 0;
}
@media all and (min-width: 768px) {
    .trust-list__item-text {
        font-size: 20px;
    }
}
.trust-list__item-list {
    margin: 0;
    padding: 0;
}
.trust-list__item-list-item {
    margin: 0;
    padding: 0;
    padding-left: 12px;
    list-style: none none inside;
    font-size: 16px;
    position: relative;
}
.trust-list__item-list-item:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #93c90e;
    position: absolute;
    top: 7px;
    left: 0;
}
@media all and (min-width: 768px) {
    .trust-list__item-list-item:before {
        width: 6px;
        height: 6px;
        top: 9px;
    }
}
@media all and (min-width: 768px) {
    .trust-list__item-list-item {
        font-size: 20px;
        padding-left: 16px;
    }
}
.trust-list__item-link {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.72;
    color: #47a540;
    margin-top: 20px;
}
@media all and (min-width: 768px) {
    .trust-list__item-link {
        font-size: 20px;
        line-height: 1.5;
    }
}
@media all and (min-width: 1110px) {
    .trust-list__item-link {
        margin-top: 25px;
    }
}

.ride-sharing-technology__item-title {
    font-size: 18px;
    font-weight: 300;
    margin: 0.6em 0 0.8em;
}
@media all and (min-width: 768px) {
    .ride-sharing-technology__item-title {
        font-size: 24px;
    }
}
.ride-sharing-technology__item-text {
    font-size: 16px;
    margin: 1em 0;
}
@media all and (min-width: 768px) {
    .ride-sharing-technology__item-text {
        font-size: 20px;
    }
}
.ride-sharing-technology__item-img {
    height: 40px;
    width: auto;
}
@media all and (min-width: 768px) {
    .ride-sharing-technology__item-img {
        height: 60px;
    }
}
.ride-sharing-technology__item {
    text-align: center;
    max-width: 550px;
    margin: 50px auto;
}
@media all and (min-width: 1024px) {
    .ride-sharing-technology__item {
        width: 50%;
        padding: 0 25px;
        box-sizing: border-box;
    }
}
@media all and (min-width: 1024px) {
    .ride-sharing-technology__items {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        max-width: 1160px;
        margin: 0 auto;
    }
}

.kids-app-block__items {
    margin: 10px 0;
    text-align: center;
}
@media all and (min-width: 768px) {
    .kids-app-block__items {
        margin: 15px 0;
    }
}
@media all and (min-width: 1024px) {
    .kids-app-block__items {
        margin: 25px 0;
    }
}
.kids-app-block__item {
    display: inline-block;
    font-size: 16px;
}
.kids-app-block__item:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #93c90e;
    margin: 0 8px;
    position: relative;
    top: -3px;
}
.kids-app-block__item:first-child:before {
    display: none;
}
@media all and (min-width: 768px) {
    .kids-app-block__item {
        font-size: 20px;
    }
    .kids-app-block__item:before {
        width: 6px;
        height: 6px;
        margin: 0 10px;
        position: relative;
        top: -4px;
    }
}

.trust-quote {
    max-width: 740px;
    margin: 0 auto;
    box-sizing: border-box;
}
.trust-quote__text {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}

.trust-img {
    margin: 30px auto;
    display: block;
    max-width: 270px;
    height: auto;
}
@media all and (min-width: 768px) {
    .trust-img {
        max-width: none;
        margin: 50px auto;
    }
}
@media all and (min-width: 1024px) {
    .trust-img {
        margin: 70px auto;
    }
}

.trust-block-big-text {
    max-width: 590px;
    margin: 0 auto;
}
@media all and (min-width: 768px) {
    .trust-block-big-text {
        font-size: 23px;
    }
}
@media all and (min-width: 1024px) {
    .trust-block-big-text {
        max-width: 1130px;
        font-size: 30px;
    }
}

.m-banner_for-parents {
    background-image: url("../img/banners/for-parents-mobile.jpg");
    background-position: center top;
}
@media all and (min-width: 500px) {
    .m-banner_for-parents {
        background-image: url("../img/banners/for-parents.jpg");
    }
}
@media all and (max-width: 1099px) {
    .m-banner_for-parents__content-wrap {
        padding-bottom: 120px;
    }
}
@media all and (min-width: 1024px) {
    .m-banner_for-parents__text {
        max-width: 740px;
    }
}
.m-banner_for-parents__title {
    max-width: 690px;
}

.how-parents-use-zum__items {
    max-width: 1190px;
}
.how-parents-use-zum__list {
    text-align: center;
    margin-top: 10px;
}
.how-parents-use-zum__list br {
    display: none;
}
@media all and (min-width: 768px) {
    .how-parents-use-zum__list {
        margin-top: 20px;
    }
}
@media all and (min-width: 1024px) {
    .how-parents-use-zum__list br {
        display: block;
    }
}
.how-parents-use-zum__item-img {
    width: 140px;
}
@media all and (min-width: 768px) {
    .how-parents-use-zum__item-img {
        width: auto;
    }
}
.how-parents-use-zum__list-item {
    font-size: 16px;
}
.how-parents-use-zum__list-item:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #93c90e;
    margin: 0 8px;
    position: relative;
    top: -3px;
}
@media all and (min-width: 768px) {
    .how-parents-use-zum__list-item {
        font-size: 20px;
        display: inline-block;
    }
    .how-parents-use-zum__list-item:before {
        width: 6px;
        height: 6px;
        margin: 0 10px;
        position: relative;
        top: -4px;
    }
}
@media all and (min-width: 1024px) {
    .how-parents-use-zum__list-item:first-child:before, .how-parents-use-zum__list-item:nth-child(5):before {
        display: none;
    }
}
.how-parents-use-zum .m-block__item {
    padding: 0 10px;
}

.anywhere-anytime__text {
    max-width: 900px;
}
.anywhere-anytime__items {
    max-width: 1100px;
    margin: 10px auto 0;
}
@media all and (min-width: 768px) {
    .anywhere-anytime__items {
        margin-top: 30px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.anywhere-anytime__item {
    margin: 40px 0;
}
@media all and (min-width: 768px) {
    .anywhere-anytime__item {
        margin: 60px auto;
        max-width: 590px;
        width: 50%;
    }
}
@media all and (min-width: 1024px) {
    .anywhere-anytime__item {
        padding: 0 15px;
        box-sizing: border-box;
        margin: 40px 0;
        max-width: none;
    }
}
.anywhere-anytime__item-top {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}
@media all and (min-width: 1024px) {
    .anywhere-anytime__item-top {
        margin-bottom: 30px;
    }
}
.anywhere-anytime__item-img {
    margin-right: 16px;
    width: 40px;
    height: auto;
}
@media all and (min-width: 768px) {
    .anywhere-anytime__item-img {
        width: 60px;
        margin-right: 25px;
    }
}
.anywhere-anytime__item-title {
    font-size: 18px;
    font-weight: 300;
    margin: 0;
}
@media all and (min-width: 768px) {
    .anywhere-anytime__item-title {
        font-size: 23px;
    }
}
@media all and (min-width: 1024px) {
    .anywhere-anytime__item-title {
        font-size: 24px;
    }
}
.anywhere-anytime__item-text {
    font-size: 18px;
    margin: 1em 0;
}
@media all and (min-width: 1024px) {
    .anywhere-anytime__item-text {
        font-size: 20px;
    }
}
.anywhere-anytime__item-list {
    margin: 0;
    padding: 0;
}
.anywhere-anytime__item-list-item {
    margin: 0;
    padding: 0;
    padding-left: 12px;
    list-style: none none inside;
    font-size: 18px;
    position: relative;
}
.anywhere-anytime__item-list-item:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #93c90e;
    position: absolute;
    top: 7px;
    left: 0;
}
@media all and (min-width: 768px) {
    .anywhere-anytime__item-list-item:before {
        width: 6px;
        height: 6px;
        top: 9px;
    }
}
@media all and (min-width: 1024px) {
    .anywhere-anytime__item-list-item {
        font-size: 20px;
        padding-left: 16px;
    }
}
.anywhere-anytime__bottom-text {
    font-size: 22px;
    font-weight: 100;
    text-align: center;
    max-width: 590px;
    margin: 0 auto;
}
@media all and (min-width: 768px) {
    .anywhere-anytime__bottom-text {
        font-size: 26px;
    }
}
@media all and (min-width: 1024px) {
    .anywhere-anytime__bottom-text {
        font-size: 30px;
        max-width: none;
    }
}

.lets-get-way__content {
    margin: 17px auto 0;
}
@media all and (min-width: 1024px) {
    .lets-get-way__content {
        margin-top: 65px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 1120px;
    }
}
.lets-get-way__items {
    max-width: 500px;
    margin: 0 auto;
}
@media all and (min-width: 350px) {
    .lets-get-way__items {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
@media all and (min-width: 1024px) {
    .lets-get-way__items {
        max-width: none;
    }
}
.lets-get-way__item {
    text-align: center;
    margin: 13px 0;
}
@media all and (min-width: 350px) {
    .lets-get-way__item {
        width: 50%;
    }
}
.lets-get-way__text {
    font-size: 18px;
    font-weight: 100;
    text-align: center;
    margin: 0 auto 20px;
}
@media all and (min-width: 768px) {
    .lets-get-way__text {
        font-size: 24px;
    }
}
@media all and (min-width: 1024px) {
    .lets-get-way__text {
        font-size: 26px;
        max-width: 550px;
    }
}
.lets-get-way__item-text {
    font-size: 16px;
    max-width: 150px;
    margin: 0 auto;
}
@media all and (min-width: 768px) {
    .lets-get-way__item-text {
        font-size: 18px;
        max-width: 190px;
    }
}
@media all and (min-width: 1024px) {
    .lets-get-way__item-text {
        font-size: 20px;
    }
}
.lets-get-way__img {
    display: block;
    margin: 40px auto 0;
}
@media all and (min-width: 1024px) {
    .lets-get-way__img {
        margin: 0;
    }
}

.m-banner_single-family-rides {
    background-image: url("../img/banners/single-family-rides-mobile.jpg");
    background-position: center top;
}
@media all and (min-width: 500px) {
    .m-banner_single-family-rides {
        background-image: url("../img/banners/single-family-rides.jpg");
    }
}
.m-banner_single-family-rides__title {
    max-width: 806px;
}
.m-banner_single-family-rides__text {
    max-width: none;
}

@media all and (max-width: 1099px) {
    .m-banner__content-wrap_single-family-rides {
        padding-bottom: 155px;
    }
}

.our-story-block__items {
    margin-top: 45px;
}
@media all and (min-width: 768px) {
    .our-story-block__items {
        margin-top: 84px;
    }
}
.our-story-block__item {
    margin-top: 50px;
}
.our-story-block__item:first-child {
    margin-top: 0;
}
@media all and (min-width: 768px) {
    .our-story-block__item {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 1110px;
        margin: 100px auto 0;
    }
}
.our-story-block__item_reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
@media all and (min-width: 768px) {
    .our-story-block__item_reverse .our-story-block__item-column:first-child {
        padding: 0 0 0 15px;
    }
}
@media all and (min-width: 1024px) {
    .our-story-block__item_reverse .our-story-block__item-column:first-child {
        padding: 0 0 0 7%;
    }
}
@media all and (min-width: 768px) {
    .our-story-block__item-column:first-child {
        padding-right: 15px;
    }
}
@media all and (min-width: 1024px) {
    .our-story-block__item-column:first-child {
        padding-right: 7%;
    }
}
@media all and (min-width: 768px) {
    .our-story-block__item-column {
        width: 50%;
        box-sizing: border-box;
    }
}
.our-story-block__item-heart {
    display: block;
    margin: 0 auto 20px;
}
.our-story-block__item-text {
    font-size: 17px;
    text-align: center;
    color: #0b1004;
    font-weight: 300;
}
@media all and (min-width: 768px) {
    .our-story-block__item-text {
        font-size: 19px;
    }
}
@media all and (min-width: 1024px) {
    .our-story-block__item-text {
        font-size: 23px;
        line-height: 1.8;
    }
}
.our-story-block__item-img {
    display: block;
    margin: 15px auto 0;
}
@media all and (min-width: 768px) {
    .our-story-block__item-img {
        margin: 0;
    }
}
.our-story-block__item-bottom {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 450px;
    margin: 15px auto 0;
}
@media all and (min-width: 1024px) {
    .our-story-block__item-bottom {
        margin: 35px auto 0;
    }
}
.our-story-block__item-bottom_desktop {
    display: none;
}
@media all and (min-width: 768px) {
    .our-story-block__item-bottom_desktop {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
@media all and (min-width: 768px) {
    .our-story-block__item-bottom_mobile {
        display: none;
    }
}
.our-story-block__item-gray-text {
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    color: #7f7f7f;
    max-width: 210px;
    padding: 0 10px;
}
@media all and (min-width: 768px) {
    .our-story-block__item-gray-text {
        font-size: 14px;
    }
}
@media all and (min-width: 1024px) {
    .our-story-block__item-gray-text {
        font-size: 17px;
    }
}

.our-team-block {
    max-width: 1130px;
    margin: 0 auto;
}
.our-team-block__text {
    font-size: 16px;
    text-align: center;
}
.our-team-block__text p {
    margin: 1em 0;
}
@media all and (min-width: 768px) {
    .our-team-block__text p {
        margin: 1.8em 0;
    }
}
@media all and (min-width: 768px) {
    .our-team-block__text {
        font-size: 18px;
    }
}
@media all and (min-width: 1024px) {
    .our-team-block__text {
        font-size: 20px;
    }
}
.our-team-block__img {
    margin-top: 10px;
}
@media all and (min-width: 768px) {
    .our-team-block__img {
        margin-top: 20px;
    }
}
@media all and (min-width: 1024px) {
    .our-team-block__img {
        margin-top: 40px;
    }
}

.our-values-block__items {
    margin-bottom: -35px;
}
@media all and (min-width: 768px) {
    .our-values-block__items {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        max-width: 1160px;
        margin: 0 auto -17px;
    }
}
@media all and (min-width: 1024px) {
    .our-values-block__items {
        margin-bottom: -35px;
    }
}
.our-values-block__item {
    margin: 35px auto;
}
@media all and (min-width: 768px) {
    .our-values-block__item {
        width: 50%;
        padding: 0 10px;
        box-sizing: border-box;
        margin: 17px auto;
    }
}
@media all and (min-width: 1024px) {
    .our-values-block__item {
        margin: 35px auto;
    }
}

.m-banner_our-story {
    background-image: url("../img/banners/our-story-mobile.jpg");
    background-position: center top;
}
@media all and (min-width: 500px) {
    .m-banner_our-story {
        background-image: url("../img/banners/our-story.jpg");
    }
}
.m-banner_our-story__title {
    max-width: 700px;
}
.m-banner_our-story__text {
    max-width: 634px;
}
@media all and (max-width: 1099px) {
    .m-banner_our-story__content-wrap {
        padding-bottom: 150px;
    }
}

.map-block__text {
    max-width: 1126px;
}
.map-block__cities {
    max-width: 540px;
    margin: 0 auto;
}
@media all and (min-width: 768px) {
    .map-block__cities {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.map-block__city-title {
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    margin: 20px 0 10px;
}
@media all and (min-width: 768px) {
    .map-block__city-title {
        font-size: 23px;
        text-align: left;
        margin: 40px 0 10px;
    }
}
@media all and (min-width: 1024px) {
    .map-block__city-title {
        font-size: 24px;
        margin-top: 50px;
    }
}
.map-block__city-item {
    font-size: 14px;
    font-weight: 300;
    color: #7f7f7f;
    text-align: center;
}
@media all and (min-width: 768px) {
    .map-block__city-item {
        font-size: 15px;
        text-align: left;
    }
}
@media all and (min-width: 1024px) {
    .map-block__city-item {
        font-size: 17px;
    }
}
@media all and (min-width: 768px) {
    .map-block__city_california {
        width: 50%;
    }
}
@media all and (min-width: 350px) {
    .map-block__city-items_california {
        max-width: 450px;
        margin: 0 auto;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
@media all and (min-width: 350px) {
    .map-block__city-items_california .map-block__city-item {
        width: 33.3%;
    }
}
@media all and (min-width: 768px) {
    .map-block__city-items_california .map-block__city-item {
        width: 50%;
    }
}

.m-banner_service-areas {
    background-image: url("../img/banners/service-areas-mobile.jpg");
    background-position: center 20%;
}
@media all and (min-width: 500px) {
    .m-banner_service-areas {
        background-image: url("../img/banners/service-areas.jpg");
    }
}
.m-banner_service-areas__title {
    max-width: 765px;
}
@media all and (max-width: 1099px) {
    .m-banner_service-areas__content-wrap {
        padding-bottom: 150px;
    }
}

.getting-started-carpooling__items {
    margin-top: 30px;
}
@media all and (min-width: 768px) {
    .getting-started-carpooling__items {
        margin-top: 50px;
    }
}
@media all and (min-width: 1024px) {
    .getting-started-carpooling__items {
        margin-top: 90px;
    }
}
@media all and (min-width: 1024px) {
    .getting-started-carpooling__item-text {
        max-width: 550px;
    }
}
.getting-started-carpooling__item {
    text-align: center;
    font-size: 16px;
    max-width: 590px;
    margin: 0 auto 50px;
}
.getting-started-carpooling__item:last-child {
    margin-bottom: 0;
}
@media all and (min-width: 768px) {
    .getting-started-carpooling__item {
        font-size: 18px;
        margin-top: 70px;
    }
}
@media all and (min-width: 1024px) {
    .getting-started-carpooling__item {
        font-size: 20px;
        text-align: left;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 1080px;
        margin: 0 auto 90px;
    }
    .getting-started-carpooling__item_reverse {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}
.getting-started-carpooling__item-title {
    font-size: 18px;
    font-weight: 100;
    color: #0b1004;
    margin: 0 0 8px;
}
@media all and (min-width: 768px) {
    .getting-started-carpooling__item-title {
        font-size: 30px;
    }
}
.getting-started-carpooling__item-list {
    margin: 15px 0 0;
    padding: 0;
}
.getting-started-carpooling__item-list-item {
    list-style: none none inside;
    margin-bottom: 5px;
}
.getting-started-carpooling__item-list-item:last-child {
    margin-bottom: 0;
}
.getting-started-carpooling__item-list-item:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #93c90e;
    border-radius: 50%;
    display: inline-block;
    margin-right: 12px;
    position: relative;
    top: -4px;
}
.getting-started-carpooling__item-img {
    display: block;
    margin: 35px auto 0;
    padding: 0 20px;
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}
@media all and (min-width: 768px) {
    .getting-started-carpooling__item-img {
        padding: 0;
    }
}
@media all and (min-width: 1024px) {
    .getting-started-carpooling__item-img {
        margin: 0;
    }
}

.m-banner_carpool {
    background-image: url("../img/banners/carpool-mobile.jpg");
    background-position: center 20%;
}
@media all and (min-width: 500px) {
    .m-banner_carpool {
        background-image: url("../img/banners/carpool.jpg");
    }
}
.m-banner_carpool__title {
    max-width: 615px;
}
.m-banner_carpool__text {
    max-width: none;
}
@media all and (max-width: 1099px) {
    .m-banner_carpool__content-wrap {
        padding-bottom: 150px;
    }
}

.question-block {
    max-width: 1130px;
    margin: 0 auto;
    padding: 0 13px 50px;
}
.question-block__title {
    font-size: 22px;
    font-weight: 300;
    margin: 1.5em 0 0.5em;
}
@media all and (min-width: 768px) {
    .question-block__title {
        font-size: 26px;
        margin: 1em 0 0.6em;
    }
}
@media all and (min-width: 1024px) {
    .question-block__title {
        font-size: 24px;
        margin: 1.2em 0;
    }
}
.question-block__text {
    font-size: 16px;
}
@media all and (min-width: 768px) {
    .question-block__text {
        font-size: 18px;
    }
}
@media all and (min-width: 1024px) {
    .question-block__text {
        font-size: 20px;
    }
}
.question-block__text p:first-child {
    margin-top: 0;
}
.question-block__text p:last-child {
    margin-bottom: 0;
}
.question-block__back-link {
    font-size: 16px;
    line-height: 1;
}
@media all and (min-width: 768px) {
    .question-block__back-link {
        font-size: 18px;
    }
}
.question-block__back-link-wrap {
    padding: 15px 0 10px;
    position: relative;
}
.question-block__back-link-wrap:before {
    content: "";
    position: absolute;
    left: -100px;
    right: -100px;
    bottom: 0;
    height: 1px;
    background: #c7c7c7;
}
@media all and (min-width: 1024px) {
    .question-block__back-link-wrap:before {
        left: 0;
        right: 0;
    }
}
@media all and (min-width: 768px) {
    .question-block__back-link-wrap {
        padding: 25px 0;
    }
}
.question-block__img-block {
    margin: 30px 0 40px;
}
@media all and (min-width: 768px) {
    .question-block__img-block {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 30px -20px 40px;
    }
}
@media all and (min-width: 1024px) {
    .question-block__img-block {
        margin: 50px 20px 60px;
    }
}
.question-block__img {
    display: block;
    max-width: 190px;
    margin: 0 auto;
}
@media all and (min-width: 768px) {
    .question-block__img {
        max-width: 220px;
    }
}
.question-block__img-wrap {
    margin-bottom: 50px;
}
.question-block__img-wrap:last-child {
    margin-bottom: 0;
}
@media all and (min-width: 768px) {
    .question-block__img-wrap {
        margin: 0 20px;
    }
}

.question-list__title {
    font-size: 22px;
    font-weight: 100;
    color: #0b1004;
    margin-bottom: 20px;
}
@media all and (min-width: 768px) {
    .question-list__title {
        font-size: 26px;
    }
}
@media all and (min-width: 1024px) {
    .question-list__title {
        font-size: 30px;
    }
}
.question-list__link {
    font-size: 16px;
    color: inherit;
}
.question-list__link:hover {
    text-decoration: none;
    color: #93c90e;
}
@media all and (min-width: 768px) {
    .question-list__link {
        font-size: 18px;
    }
}
@media all and (min-width: 1024px) {
    .question-list__link {
        font-size: 20px;
    }
}
.question-list__items.hidden {
    display: none;
}
.question-list__item {
    margin: 15px 0;
    line-height: 1.3;
}
.question-list__more, .question-list__more-link {
    font-size: 16px;
    color: #93c90e;
    cursor: pointer;
}
.question-list__more:hover, .question-list__more-link:hover {
    text-decoration: underline;
}
@media all and (min-width: 768px) {
    .question-list__more, .question-list__more-link {
        font-size: 18px;
    }
}
@media all and (min-width: 1024px) {
    .question-list__more, .question-list__more-link {
        font-size: 20px;
    }
}

.question-page {
    max-width: 1060px;
    margin: 30px auto;
}
@media all and (min-width: 768px) {
    .question-page {
        margin: 50px auto 30px;
    }
}
.question-page__items.hidden {
    display: none;
}
@media all and (min-width: 768px) {
    .question-page__items {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 0 -15px;
    }
}
.question-page__item {
    box-sizing: border-box;
    margin: 30px 0;
}
@media all and (min-width: 768px) {
    .question-page__item {
        width: 50%;
        padding: 0 15px;
    }
}
.question-page__tabs {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}
.question-page__tabs:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -1000px;
    right: -1000px;
    height: 1px;
    background: #c7c7c7;
}
.question-page__tab {
    cursor: pointer;
    display: inline-block;
    padding: 7px 10px;
    margin: 0 6px;
    position: relative;
    font-size: 18px;
}
.question-page__tab:hover {
    color: #93c90e;
}
.question-page__tab.active:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #93c90e;
}
.question-page__back-link {
    cursor: pointer;
    color: #93c90e;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    display: none;
}
@media all and (min-width: 768px) {
    .question-page__back-link {
        font-size: 18px;
    }
}
.question-page__back-link:hover {
    text-decoration: underline;
}

.send-child-link-form {
    max-width: 360px;
}
.send-child-link-form .m-form__action {
    text-align: left;
    margin-top: 20px;
}
.send-child-link-form input {
    border-right-color: #f2f2f2;
    border-bottom-color: #f2f2f2;
}

.blog-article {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.blog-article__data {
    font-size: 15px;
    font-weight: 300;
    color: #7f7f7f;
}
@media all and (min-width: 1024px) {
    .blog-article__data {
        font-size: 17px;
    }
}
.blog-article__title {
    font-size: 18px;
    margin-top: 15px;
}
@media all and (min-width: 1024px) {
    .blog-article__title {
        font-size: 20px;
    }
}
.blog-article__link {
    color: inherit;
}
.blog-article__link:hover {
    text-decoration: none;
    color: #93c90e;
}
.blog-article__img-link {
    display: block;
    width: 140px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
}
@media all and (min-width: 1024px) {
    .blog-article__img-link {
        width: 160px;
    }
}
.blog-article__img {
    display: block;
    width: 100%;
    height: auto;
}

.blog-block {
    max-width: 1120px;
    margin: 0 auto;
    padding: 60px 0;
}
@media all and (min-width: 1024px) {
    .blog-block {
        padding: 120px 0;
    }
}
@media all and (min-width: 768px) {
    .blog-block__items {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 0 -25px;
    }
}
.blog-block__item {
    margin-bottom: 30px;
}
.blog-block__item:last-child {
    margin-bottom: 0;
}
@media all and (min-width: 768px) {
    .blog-block__item {
        width: 50%;
        padding: 0 25px;
        box-sizing: border-box;
    }
}

.m-banner_blog {
    background-image: url("../img/banners/blog-mobile.jpg");
    background-position: center top;
}
@media all and (min-width: 500px) {
    .m-banner_blog {
        background-image: url("../img/banners/blog.jpg");
    }
}
.m-banner_blog__text {
    max-width: 648px;
}
@media all and (max-width: 1099px) {
    .m-banner_blog__content-wrap {
        padding-bottom: 160px;
    }
}

.how-zum-works__items {
    margin-top: 30px;
}
@media all and (min-width: 768px) {
    .how-zum-works__items {
        margin-top: 50px;
    }
}
@media all and (min-width: 1024px) {
    .how-zum-works__items {
        margin-top: 90px;
    }
}
@media all and (min-width: 1024px) {
    .how-zum-works__item-text {
        max-width: 550px;
    }
}
.how-zum-works__item {
    font-size: 16px;
    max-width: 590px;
    margin: 0 auto 60px;
}
.how-zum-works__item:last-child {
    margin-bottom: 0;
}
@media all and (min-width: 768px) {
    .how-zum-works__item {
        font-size: 18px;
        margin: 70px auto 0;
        max-width: 1080px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left;
    }
    .how-zum-works__item_reverse {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}
@media all and (min-width: 1024px) {
    .how-zum-works__item {
        font-size: 20px;
        margin: 0 auto 90px;
    }
}
@media all and (min-width: 768px) {
    .how-zum-works__item-column:first-child {
        width: 60%;
    }
    .how-zum-works__item-column:last-child {
        width: 40%;
    }
}
@media all and (min-width: 1024px) {
    .how-zum-works__item-column {
        width: 50% !important;
    }
}
.how-zum-works__item-title {
    font-size: 22px;
    font-weight: 100;
    color: #0b1004;
    margin: 0 0 8px;
    text-align: center;
}
@media all and (min-width: 768px) {
    .how-zum-works__item-title {
        text-align: left;
        font-size: 26px;
    }
}
@media all and (min-width: 1024px) {
    .how-zum-works__item-title {
        font-size: 30px;
    }
}
.how-zum-works__item-list {
    margin: 15px 0 0;
    padding: 0;
}
.how-zum-works__item-list-item {
    list-style: none none inside;
    margin-bottom: 10px;
    position: relative;
    padding-left: 17px;
    line-height: 1.3;
}
.how-zum-works__item-list-item:last-child {
    margin-bottom: 0;
}
@media all and (min-width: 1024px) {
    .how-zum-works__item-list-item {
        max-width: 520px;
    }
}
.how-zum-works__item-list-item:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #93c90e;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 0;
}
@media all and (min-width: 768px) {
    .how-zum-works__item-list-item:before {
        top: 6px;
    }
}
@media all and (min-width: 1024px) {
    .how-zum-works__item-list-item:before {
        top: 8px;
    }
}
.how-zum-works__item-img {
    display: block;
    margin: 35px auto 0;
    padding: 0 20px;
    max-width: 100%;
    box-sizing: border-box;
    height: 280px;
    width: auto;
}
@media all and (min-width: 768px) {
    .how-zum-works__item-img {
        padding: 0;
        margin: 0 auto;
    }
}
@media all and (min-width: 1024px) {
    .how-zum-works__item-img {
        height: auto;
    }
}

.m-banner_overview {
    background-image: url("../img/banners/overview-mobile-v3.jpg");
    background-position: center top;
}
@media all and (min-width: 500px) {
    .m-banner_overview {
        background-image: url("../img/banners/overview-v3.jpg");
    }
}
.m-banner_overview__title {
    max-width: 850px;
}
.m-banner_overview__text {
    max-width: 618px;
}
@media all and (max-width: 1099px) {
    .m-banner_overview__content-wrap {
        padding-bottom: 100px;
    }
}

.extra-care-block__text {
    max-width: 600px;
}
@media all and (min-width: 1024px) {
    .extra-care-block__text {
        max-width: 900px;
    }
}
.extra-care-block__items {
    margin-top: 35px;
}
@media all and (min-width: 1024px) {
    .extra-care-block__items {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        max-width: 1060px;
        margin: 35px auto 0;
    }
}
.extra-care-block__item {
    margin: 35px auto 0;
}
@media all and (min-width: 1024px) {
    .extra-care-block__item {
        width: 50%;
        padding: 0 10px;
        box-sizing: border-box;
        margin: 35px auto 0;
        max-width: 480px;
    }
}

.m-banner_rides-care {
    background-image: url("../img/banners/rides-care-mobile.jpg");
    background-position: center top;
}
@media all and (min-width: 500px) {
    .m-banner_rides-care {
        background-image: url("../img/banners/rides-care.jpg");
    }
}
.m-banner_rides-care__text {
    max-width: 648px;
}
.m-banner_rides-care__title {
    max-width: 880px;
}
@media all and (max-width: 1099px) {
    .m-banner_rides-care__content-wrap {
        padding-bottom: 150px;
    }
}

.why-work-zum__items {
    margin: 0 auto;
    max-width: 300px;
}
@media all and (min-width: 768px) {
    .why-work-zum__items {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        max-width: 1024px;
    }
}
.why-work-zum__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    margin-bottom: 30px;
}
@media all and (min-width: 768px) {
    .why-work-zum__item {
        width: 50%;
        padding: 0 25px;
        margin-bottom: 50px;
    }
}
@media all and (min-width: 1024px) {
    .why-work-zum__item {
        margin-bottom: 70px;
    }
}
.why-work-zum__item-text {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
    margin-left: 20px;
}
@media all and (min-width: 768px) {
    .why-work-zum__item-text {
        font-size: 16px;
        margin-left: 25px;
    }
}
@media all and (min-width: 1024px) {
    .why-work-zum__item-text {
        font-size: 24px;
    }
}
.why-work-zum__subtitle {
    text-align: center;
    font-size: 30px;
    font-weight: 100;
    color: #0b1004;
    margin: 30px 0 20px;
}
@media all and (min-width: 768px) {
    .why-work-zum__subtitle {
        margin: 50px 0 40px;
    }
}
@media all and (min-width: 1024px) {
    .why-work-zum__subtitle {
        margin: 70px 0 60px;
    }
}
.why-work-zum__imgs {
    margin: 40px -17px;
}
@media all and (min-width: 500px) {
    .why-work-zum__imgs {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 40px -26px;
    }
}
@media all and (min-width: 768px) {
    .why-work-zum__imgs {
        margin: 60px -26px;
    }
}
@media all and (min-width: 1024px) {
    .why-work-zum__imgs {
        margin: 90px -32px;
    }
}
.why-work-zum__imgs:last-child {
    margin-bottom: 0;
}
.why-work-zum__img {
    width: 100%;
    height: auto;
    display: block;
}
.why-work-zum__img-wrap {
    margin: 30px 0;
}
@media all and (min-width: 500px) {
    .why-work-zum__img-wrap {
        padding: 0 6px;
        width: 50%;
        box-sizing: border-box;
        margin: 0;
    }
}
@media all and (min-width: 1024px) {
    .why-work-zum__img-wrap {
        padding: 0 12px;
    }
}
.why-work-zum .careers__ico-wrap {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.jobs-department__items {
    display: -webkit-flex;
    color: #93c90e;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 1024px;
    margin: 0 auto;
}
.jobs-department__item {
    width: 50%;
    text-align: center;
    margin-top: 45px;
}
@media all and (min-width: 500px) {
    .jobs-department__item {
        width: 33.3%;
        margin-top: 65px;
    }
}
@media all and (min-width: 1024px) {
    .jobs-department__item {
        margin-top: 90px;
    }
}
.jobs-department__link-text {
    font-size: 18px;
    display: inline-block;
    margin-top: 15px;
}
@media all and (min-width: 768px) {
    .jobs-department__link-text {
        margin-top: 25px;
        font-size: 26px;
    }
}
@media all and (min-width: 1024px) {
    .jobs-department__link-text {
        margin-top: 30px;
        font-size: 30px;
    }
}
.jobs-department__link {
    display: inline-block;
}
.jobs-department__link:hover .jobs-department__link-text {
    text-decoration: underline;
}
.jobs-department__btns {
    margin-top: 50px;
}
@media all and (min-width: 1024px) {
    .jobs-department__btns {
        margin-top: 95px;
    }
}
.jobs-department .careers__ico-wrap {
    margin: 0 auto;
}

.m-banner_careers {
    background-image: url("../img/banners/careers-mobile.jpg");
    background-position: center top;
}
@media all and (min-width: 500px) {
    .m-banner_careers {
        background-image: url("../img/banners/careers.jpg");
    }
}
@media all and (max-width: 1099px) {
    .m-banner_careers__content {
        padding: 0 10px 100px 10px;
    }
}
@media all and (max-width: 500px) {
    .m-banner_careers__content {
        padding-bottom: 190px;
    }
}

.co-worker {
    text-align: center;
    background: #f9f9f9;
}
@media all and (max-width: 767px) {
    .co-worker {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        max-width: 390px;
        margin: 0 auto;
    }
}
.co-worker__img img {
    display: block;
}
@media all and (max-width: 767px) {
    .co-worker__img {
        width: 50%;
        height: auto;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}
.co-worker__content {
    padding: 17px 25px;
}
@media all and (max-width: 767px) {
    .co-worker__content {
        padding: 17px 10px;
    }
}
.co-worker__description {
    margin-top: 20px;
    font-size: 10px;
    color: #37474f;
}
@media all and (min-width: 1024px) {
    .co-worker__description {
        font-size: 16px;
        margin-top: 40px;
    }
}
.co-worker__name {
    font-size: 13px;
    font-weight: 600;
    color: #333333;
}
@media all and (min-width: 1024px) {
    .co-worker__name {
        font-size: 22px;
    }
}
.co-worker__position {
    font-size: 11px;
    font-weight: 300;
    color: #333333;
}
@media all and (min-width: 1024px) {
    .co-worker__position {
        font-size: 17px;
    }
}
.co-worker__location {
    font-size: 9px;
    font-weight: 300;
    color: #7f7f7f;
}
@media all and (min-width: 1024px) {
    .co-worker__location {
        font-size: 14px;
    }
}

.co-workers {
    max-width: 1128px;
    margin: 0 auto;
}
@media all and (min-width: 768px) {
    .co-workers__items {
        margin: 0 -12px 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 10px 0;
    }
}
.co-workers__item {
    box-sizing: border-box;
    padding: 15px 0;
}
@media all and (min-width: 768px) {
    .co-workers__item {
        width: 25%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 30px 12px;
    }
}

.careers-press {
    max-width: 1130px;
    margin: 0 auto;
    padding-bottom: 0;
}
@media all and (min-width: 768px) {
    .careers-press {
        padding-bottom: 50px;
    }
}
.careers-press:before {
    display: none;
}
@media all and (min-width: 768px) {
    .careers-press__items {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -7px;
    }
}
@media all and (min-width: 1024px) {
    .careers-press__items {
        margin: 0 -12px;
    }
}
.careers-press__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
    box-sizing: border-box;
}
@media all and (min-width: 768px) {
    .careers-press__item {
        width: 33.3%;
        padding: 0 7px;
    }
}
@media all and (min-width: 1024px) {
    .careers-press__item {
        padding: 0 12px;
    }
}
.careers-press__item-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 10;
}
.careers-press__item-wrap {
    background: #f9f9f9;
    position: relative;
}
.careers-press__item-wrap .press-article {
    padding-bottom: 0;
}
.careers-press__item-wrap .press-article__img {
    max-width: 120px;
}
.careers-press__quote {
    text-align: left;
    padding: 20px;
}
.careers-press__text {
    margin: 20px 0 60px 0;
}
@media all and (max-width: 1023px) {
    .careers-press .m-quote__text {
        font-size: 14px;
    }
}

.careers__ico-wrap {
    display: block;
    width: 40px;
    height: 40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media all and (min-width: 768px) {
    .careers__ico-wrap {
        width: 60px;
        height: 60px;
    }
}

@media all and (min-width: 1024px) {
    .intercom-namespace .intercom-launcher-frame {
        right: 40px !important;
        bottom: 130px !important;
        position: fixed !important;
    }
}

@media all and (min-width: 1024px) {
    .intercom-namespace .intercom-launcher-badge-frame {
        right: 35px !important;
        bottom: 172px !important;
        position: fixed !important;
    }
}

@media all and (min-width: 1024px) {
    .intercom-namespace .css-1xzijuz,
    .intercom-namespace iframe[name=intercom-notifications-frame],
    .intercom-namespace .intercom-messenger-frame,
    .intercom-namespace .css-j5nxp6 {
        right: 35px !important;
        bottom: 205px !important;
        position: fixed !important;
    }
}

/* Notify banner */
.alert-wrap {
    height: 40px;
    background-color: #029461;
    width: 100%;
}
.alert-wrap .alert-text {
    padding-top: 3px;
    height: 40px;
    font-size: 16px;
    letter-spacing: 0.08px;
    color: #ffffff;
    line-height: 1.6;
    display: flex;
    align-items: center;
    justify-content: center;

}
.alert-wrap .alert-text .link {
    padding-left: 4px;
    color: #ffffff;
    text-decoration: underline;
    cursor: pointer;
}
@media (max-width: 767px) {
    .alert-wrap .alert-text {
        font-size: 14px;
        text-align: center;
    }
}

@media (max-width: 500px) {
    .alert-wrap {
        height: 60px;
    }
    .alert-wrap .alert-text {
        height: 60px;
        flex-direction: column;
    }
}

@media (max-width: 320px) {
    .alert-wrap .alert-text {
        line-height: 16px;
    }
}
/* // Notify banner */

/*** Main page ***/

/* Districts info */
.districts-info {
    text-align: center;
    border-bottom: 1px solid #c7c7c7;
    padding: 44px 0 50px;
}
.districts-info__title {
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    padding: 0 10px 24px;
}
.districts-info__list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
}
.districts-info__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.content .districts-info {
    border-bottom: none;
    position: relative;
}
.content .districts-info::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -1000px;
    right: -1000px;
    border-bottom: 1px solid #c7c7c7;
}


@media all and (min-width: 320px) {
    .districts-info {
        padding: 44px 0 50px;
    }
    .districts-info__title {
        font-size: 18px;
        line-height: 28px;
        padding: 0 10px 24px;
    }
    .districts-info__list {
        margin-top: 50px;
        margin-bottom: 20px;
    }
    .districts-info__item {
        width: calc(50% - 20px);
        height: 60px;
        margin: 0 10px 20px;
    }
    .districts-info__item img {
        max-height: 100%;
        max-width: 80%;
    }
}
@media all and (min-width: 768px) {
    .districts-info {
        padding: 46px 0 56px;
    }
    .districts-info__title {
        font-size: 24px;
        line-height: 36px;
        padding: 0 20px 28px;
    }
    .districts-info__list {
        margin-bottom: 44px;
    }
    .districts-info__item {
        width: auto;
        height: 80px;
        margin: 0 40px 24px;
    }
    .districts-info__item img {
        max-height: 100%;
        max-width: 100%;
    }
}
@media all and (min-width: 1110px) {
    .districts-info {
        padding: 42px 0 55px;
    }
    .districts-info__title {
        padding: 0 20px 33px;
    }
    .districts-info__item {
        width: auto;
        margin: 0 27px 24px;
    }
}
/* end of Districts info */

/* Our mission */
@media all and (min-width: 320px) {
    .mission-block__images{
        width: 100%;
        max-width: 300px;
        margin: 40px auto 0;
    }
    .mission-block__img-container img {
        width: 100%;
        display: block;
    }
}
@media all and (min-width: 768px) {
    .mission-block__images{
        max-width: 710px;
        display: flex;
        margin-bottom: 21px;
    }
    .mission-block__img-container {
        width: 33.33%;
    }
}
@media all and (min-width: 1024px) {
    .mission-block__images{
        max-width: 1140px;
        margin-bottom: 0;
    }
}
/* end of Our mission */

/* About transportation system */

@media all and (min-width: 320px) {
    .about-transportation-system__text {
        padding: 0 10px;
    }
    .about-transportation-system__items{
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        max-width: 258px;
        margin: 32px auto -42px;
    }
    .about-transportation-system__item{
        width: 50%;
        margin: 0 0 42px;
    }
    .about-transportation-system__img-container{
        width: 100%;
        max-width: 60px;
        margin: 0 auto;
    }
    .about-transportation-system__item-title{
        display: block;
        width: 100%;
        max-width: 114px;
        margin: 5px auto 0;
        padding: 0 5px;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        box-sizing: border-box;
    }
    .m-block__btn._center-btn{
        width: 100%;
        /*max-width: 244px;*/
        margin: 44px auto 0;
        display: block;
    }
}
@media all and (min-width: 768px) {
    .about-transportation-system__items {
        max-width: 578px;
        margin-top: 54px;
        margin-bottom: -47px;
    }
    .about-transportation-system__item {
        width: 33.33%;
        margin: 0 0 47px;
    }
    .about-transportation-system__item-title{
        max-width: 100%;
        margin-top: 15px;
        font-size: 20px;
        line-height: 30px;
    }
    .m-block__btn{
        margin-top: 54px;
    }
}
@media all and (min-width: 1100px) {
    .about-transportation-system__title {
        width: 100%;
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }
    .about-transportation-system__text {
        max-width: 1108px;
    }
    .about-transportation-system__items {
        max-width: 100%;
        margin-top: 50px;
        justify-content: center;
    }
    .about-transportation-system__item {
        width: 199px;
    }
}

/* end of About transportation system */

/* Two cols item */
@media all and (min-width: 320px) {
    .two-cols__items,
    .what-we-do__text {
        width: 100%;
        max-width: 590px;
        margin: 0 auto;
    }
    .two-cols__item {
        padding-top: 50px;
    }
    .two-cols__item-title {
        display: block;
        font-size: 20px;
        line-height: 1.4;
        font-weight: 300;
        margin: 0 0 20px;
    }
    .two-cols__item-text {
        line-height: 1.75;
        margin: 0 0 23px;
    }
    .two-cols__item-text p {
        margin-bottom: 10px;
    }
    .two-cols__item-text p:last-child {
        margin-bottom: 0;
    }
    .two-cols__item-col._img-col {
        text-align: center;
    }
}

@media all and (min-width: 768px) {
    .two-cols__item {
        padding-bottom: 41px;
    }
    .two-cols__item:last-child {
        padding-bottom: 0px;
    }
    .two-cols__item-title {
        font-size: 23px;
        font-weight: 100;
        line-height: 1.43;
    }
    .two-cols__item-text {
        font-size: 18px;
        line-height: 1.5;
    }
    .two-cols__item-img {
        max-width: 464px;
    }
}
@media all and (min-width: 1024px) {
    .two-cols__items {
        max-width: 1242px;
    }
    .what-we-do__text {
        max-width: 935px;
    }
    .two-cols__item {
        display: flex;
        align-items: center;
        padding-top: 68px;
        padding-bottom: 24px;
    }
    .two-cols__item-col._img-col {
        width: 562px;
        order: 1;
    }
    .two-cols__item-col._text-col {
        width: calc(100% - 562px);
        order: 2;
        padding-left: 50px;
        box-sizing: border-box;
    }
    .two-cols__item:nth-child(even) .two-cols__item-col._img-col {
        order: 2;
    }
    .two-cols__item:nth-child(even) .two-cols__item-col._text-col {
        order: 1;
        padding-left: 0;
        padding-right: 50px;
    }

    .two-cols__item-title {
        font-size: 30px;
        line-height: 1.47;
    }
    .two-cols__item-text {
        font-size: 20px;
    }
    .two-cols__item-img {
        max-width: 100%;
        text-align: right;
    }
}
@media all and (min-width: 1110px) {
    .what-we-do__text {
        max-width: 976px;
    }
    .two-cols__items {
        max-width: 1280px;
    }
    .two-cols__item {
        padding-top: 88px;
        padding-bottom: 44px;
    }
    .two-cols__item-col._img-col {
        width: 640px;
    }
    .two-cols__item-col._text-col {
        width: calc(100% - 640px);
        padding-left: 100px;
        padding-right: 38px;
    }
    .two-cols__item:nth-child(even) .two-cols__item-col._text-col {
        padding-right: 100px;
        padding-left: 38px;
    }
}
/* end of Two cols item */

/* Join to districts */
@media all and (min-width: 320px) {
    .join-to-districts__items {
        margin: 12px 0 0;
    }
    .join-to-districts__item {
        display: flex !important;
        align-items: center;
        justify-content: center;
        height: 60px;
        margin: 10px 0;
        padding: 0 27px;
        box-sizing: border-box;
    }
    .join-to-districts__img {
        max-width: 89%;
        max-height: 100%;
    }
}
@media all and (min-width: 768px) {
    .join-to-districts__items {
        margin: 14px 0 0;
    }
    .join-to-districts-logos-slider {
        width: 100%;
        max-width: 591px;
        margin: 0 auto -22px;
        display: flex;
        flex-wrap: wrap;
    }
    .join-to-districts__item {
        width: 33.33%;
        height: 80px;
        margin: 30px 0;
        padding: 0;
    }
    .join-to-districts__img {
        max-width: 100%;
        max-height: 100%;
    }
}
@media all and (min-width: 1024px) {
    .join-to-districts__items {
        margin: 24px 0 0;
    }
    .join-to-districts__item {
        width: 25%;
        margin: 28px 0;
    }
    .join-to-districts-logos-slider {
        max-width: 800px;
        justify-content: space-between;
        margin-bottom: -32px;
    }
}
@media all and (min-width: 1110px) {
    .join-to-districts__title {
        width: 100%;
        max-width: 1117px;
        margin: 0 auto 20px;
    }
    .join-to-districts__item {
        width: 180px;
    }
    .join-to-districts-logos-slider {
        max-width: 1174px;
    }
}
/* end of Join to districts */

/*** end of Main page ***/

/*** School page ***/

/* About duarte */
.about-duarte {
    background: #f8f8fc;
    margin-left: -17px;
    margin-right: -17px;
    padding-left: 17px;
    padding-right: 17px;
}
.about-duarte__content {
    padding: 20px 0 0;
}
.about-duarte__text {
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 30px;
}
.about-duarte__text p {
    margin: 0 0 30px;
}
.about-duarte__text p:last-child {
    margin-bottom: 0;
}
.about-duarte__results {
    padding: 0 0 30px;
}
.about-duarte__results-title {
    display: block;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4;
    padding: 0 0 15px;
}
.about-duarte__results ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.about-duarte__results ul li {
    padding-left: 22px;
    position: relative;
}
.about-duarte__results ul li::before {
    content: "";
    width: 5px;
    height: 5px;
    background: #99ca41;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 9px;
}
.about-duarte__quote {
    position: relative;
    padding: 45px 0 30px;
}
.about-duarte__quote::before {
    content: "";
    width: 55px;
    height: 20px;
    background: url("../img/school/quote-marks.png") center no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -26.5px;
}

.about-duarte__quote-text {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    padding: 0;
    margin: 0;

}
.about-duarte__quote strong {
    font-weight: 600;
}

.about-duarte__info {
    width: 100%;
    max-width: 355px;
    font-size: 14px;
    line-height: 20px;
    color: #7f7f7f;
    display: flex;
    align-items: center;
    margin: 0 auto;
}
.about-duarte__info-col._logo-col {
    padding-right: 16px;
    margin-right: 14px;
    position: relative;
}
.about-duarte__info-col._logo-col::after {
    content: "";
    width: 2px;
    height: 40px;
    background: #b7bdc0;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
}
.about-duarte__info-col._logo-col img {
    width: 120px;
    max-width: 120px;
    display: block;
}
.about-duarte__info-col._text-col {
    font-size: 14px;
    line-height: 20px;
}

.about-duarte__img {
    width: 100%;
}
.about-duarte__img._tablet-img,
.about-duarte__img._desktop-img{
    display: none;
}

@media all and (min-width: 768px) {
    .about-duarte__img._mobile-img {
        display: none;
    }
    .about-duarte__img._tablet-img {
        display: block;
    }
    .about-duarte__img-container {
        width: calc(100% + 34px);
        margin-left: -17px;
    }
}
@media all and (min-width: 1024px) {
    .about-duarte__img._mobile-img,
    .about-duarte__img._tablet-img {
        display: none;
    }
    .about-duarte__img._desktop-img {
        display: block;
    }
}

@media all and (min-width: 768px) {
    .about-duarte__content {
        display: flex;
        padding: 21px 0 56px;
    }
    .about-duarte__results {
        width: 313px;
        order: 1;
        padding: 0 30px 0 0;
        box-sizing: border-box;
    }
    .about-duarte__text {
        order: 2;
        width: calc(100% - 313px);
        padding: 0;
    }
    .about-duarte__results-title {
        font-size: 30px;
        line-height: 44px;
    }
    .about-duarte__results ul,
    .about-duarte__text {
        font-size: 18px;
        line-height: 26px;
    }
    .about-duarte__results ul li::before {
        top: 9px;
        left: 2px;
    }

    .about-duarte__quote {
        padding: 68px 0 31px;
    }
    .about-duarte__quote-text {
        font-size: 25px;
        line-height: 38px;
        width: 100%;
        max-width: 710px;
        margin: 0 auto;
    }
    .about-duarte__quote strong {
        font-weight: 500;
    }
    .about-duarte__info {
        max-width: 375px;
    }
    .about-duarte__info-col._logo-col {
        padding-right: 28px;
        margin-right: 24px;
    }
}
@media all and (min-width: 1024px) {
    .about-duarte__content {
        padding: 33px 32px 71px;
    }
    .about-duarte__results {
        width: 452px;
        padding: 0 70px 0 0;
    }
    .about-duarte__text {
        width: calc(100% - 452px);
    }
    .about-duarte__results ul, .about-duarte__text {
        font-size: 20px;
        line-height: 30px;
    }
    .about-duarte__quote-text {
        font-size: 30px;
        line-height: 44px;
        width: 100%;
        max-width: 934px;
    }
    .about-duarte__info {
        max-width: 570px;
    }
    .about-duarte__info-col._text-col {
        font-size: 17px;
        line-height: 26px;
    }
}

@media all and (min-width: 1110px) {
    .about-duarte .content {
        max-width: 1097px;
    }
    .about-duarte__content {
        padding-left: 0;
        padding-right: 0;
    }
    .about-duarte__info {
        max-width: 640px;
    }
    .about-duarte__info {
        /*padding-left: 270px;*/
        padding-left: 116px;
    }
}
/* end of About duarte */

/* White banner */
.front-banner._white-banner {
    background: #fff;
    border-bottom: 1px solid rgba(199, 199, 199, 0.5);
}
.front-banner._white-banner._no-border {
    border-bottom: none;
}
.front-banner._white-banner::after,
.front-banner._white-banner .front-banner__img-wrap:after{
    display: none;
}
.front-banner._white-banner .front-banner__img-wrap {
    padding: 52px 0 27px;
    z-index: 2;
}
.test-hidden.front-banner__img-wrap:before {
    display: none;
}
.front-banner._white-banner .front-banner__content-wrap {
    z-index: 16;
}
.front-banner._white-banner .front-banner__content {
    z-index: 20;
}
.front-banner._white-banner .front-banner__img-wrap::before {
    content: "";
    width: 340px;
    height: 292px;
    background: url("../img/school/banner-decore.png") left bottom no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 50%;
    pointer-events: none;
    margin-right: -170px;
}
.front-banner._white-banner .front-banner__img {
    max-width: 225px;
    left: 19px;
}
.front-banner._white-banner .front-banner__img {
    mix-blend-mode: inherit;
}

.front-banner._white-banner._our-story-banner .front-banner__img-wrap::before {
    width: 375px;
    height: 225px;
    background: url("../img/our-story/banner-decore.png") left bottom no-repeat;
    background-size: cover;
    margin-right: -187px;
}
.front-banner._white-banner._our-story-banner .front-banner__img {
    max-width: 331px;
    left: 0;
}

.front-banner._white-banner._our-story-banner .front-banner__img._tablet-img,
.front-banner._white-banner._our-story-banner .front-banner__img._desktop-img{
    display: none;
}

@media all and (max-width: 768px){
    .front-banner._white-banner .front-banner__img-wrap::before {
        right: 41%;
    }
}


@media all and (min-width: 768px){
    .front-banner._white-banner._our-story-banner .front-banner__img._mobile-img,
    .front-banner._white-banner._our-story-banner .front-banner__img._desktop-img{
        display: none;
    }
    .front-banner._white-banner._our-story-banner .front-banner__img._tablet-img{
        display: block;
    }
    .front-banner._white-banner .front-banner__img-wrap::before {
        width: 460px;
        height: 395px;
        margin-right: -230px;
        right: 41%;
    }
    .front-banner._white-banner .front-banner__img {
        max-width: 305px;
        left: 26px;
    }
    .front-banner._white-banner .front-banner__img-wrap {
        padding: 48px 0 36px;
    }
    .front-banner._white-banner .front-banner__column.front-banner__img--container {
        width: 500px;
    }
    .front-banner._white-banner .front-banner__content {
        width: calc(100% - 326px);
    }
    .front-banner._white-banner .front-banner__bottom {
        padding-bottom: 0;
    }
    .front-banner._white-banner .front-banner__columns {
        padding-bottom: 42px;
    }

    .front-banner._white-banner._our-story-banner .front-banner__img-wrap::before {
        width: 620px;
        height: 382px;
        margin-right: -310px;
    }
    .front-banner._white-banner._our-story-banner .front-banner__content,
    .front-banner._white-banner._our-story-banner .front-banner__column.front-banner__img--container{
        width: 100%;
    }
    .front-banner._white-banner._our-story-banner .front-banner__columns {
        flex-wrap: wrap;
        padding-bottom: 0;
    }
    .front-banner._white-banner._our-story-banner .front-banner__content-wrap {
        max-width: 600px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .front-banner._white-banner._our-story-banner .front-banner__bottom {
        justify-content: center;
    }
    .front-banner._white-banner._our-story-banner .front-banner__img {
        max-width: 100%;
        left: 25px;
    }
}

.question-block__text ul > li {
    list-style: inside !important;
}

@media all and (min-width: 1024px) {
    .front-banner._white-banner._our-story-banner .front-banner__img._mobile-img,
    .front-banner._white-banner._our-story-banner .front-banner__img._tablet-img{
        display: none;
    }
    .front-banner._white-banner._our-story-banner .front-banner__img._desktop-img{
        display: block;
    }
    .front-banner._white-banner._our-story-banner .front-banner__img-wrap::before {
        width: 826px;
        height: 600px;
        margin-right: -413px;
    }
}
@media all and (min-width: 1100px) {
    .front-banner._white-banner .front-banner__columns {
        min-height: 650px;
        padding-bottom: 0;
    }
    .front-banner._white-banner .front-banner__img-wrap::before {
        width: 770px;
        height: 650px;
        margin-right: -385px;
    }
    .front-banner._white-banner .front-banner__img {
        max-width: 500px;
        margin-right: 0;
    }
    .front-banner._white-banner .front-banner__img-wrap {
        padding: 71px 0 58px;
    }
    .front-banner._white-banner._our-story-banner .front-banner__content {
        width: calc(100% - 662px);
        padding-right: 50px;
        box-sizing: border-box;
    }
    .front-banner._white-banner._our-story-banner .front-banner__column.front-banner__img--container {
        width: 662px;
        padding-right: 0;
    }
    .front-banner._white-banner._our-story-banner .front-banner__content-wrap {
        max-width: 100%;
        text-align: left;
    }
    .front-banner._white-banner._our-story-banner .front-banner__img-wrap {
        padding: 156px 0;
    }
    .front-banner._white-banner._our-story-banner .front-banner__bottom {
        padding-bottom: 0;
    }
}

.front-banner._white-banner._trust-banner .front-banner__img-wrap::before {
    width: 304px;
    height: 305px;
    background: url("../img/trust/banner-decore.png") left bottom no-repeat;
    background-size: contain;
    margin-right: -155px;
    margin-bottom: 25px;
}
.front-banner._white-banner._trust-banner .front-banner__img {
    max-width: 230px;
    left: 0;
}
.front-banner._white-banner._trust-banner .front-banner__img-wrap {
    padding: 58px 0 0;
}

@media all and (min-width: 768px){
    .front-banner._white-banner._trust-banner .front-banner__img-wrap::before {
        width: 359px;
        height: 334px;
    }
    .front-banner._white-banner._trust-banner .front-banner__img {
        max-width: 276px;
        left: -29px;
    }
    .front-banner._white-banner._trust-banner .front-banner__column.front-banner__img--container {
        width: 350px;
    }
    .front-banner._white-banner._trust-banner .front-banner__content {
        width: calc(100% - 350px);
        padding-bottom: 60px;
    }
    .front-banner._white-banner._trust-banner .front-banner__columns {
        padding-bottom: 0;
    }
    .front-banner._white-banner._trust-banner .front-banner__img-wrap {
        padding: 70px 0 0;
    }
}

@media all and (min-width: 1100px) {
    .front-banner._white-banner._trust-banner .front-banner__column.front-banner__img--container {
        width: 500px;
    }
    .front-banner._white-banner._trust-banner .front-banner__content {
        width: calc(100% - 500px);
        padding-bottom: 0;
    }
    .front-banner._white-banner._trust-banner .front-banner__img-wrap::before {
        width: 599px;
        height: 556px;
        margin-right: -359px;
        margin-bottom: 60px;
    }
    .front-banner._white-banner._trust-banner .front-banner__img-wrap {
        padding: 114px 0 0;
    }
    .front-banner._white-banner._trust-banner .front-banner__img {
        max-width: 460px;
        left: 27px;
    }
}
/* end of White banner */
/*** end of School page ***/

/*** awards Banners ***/
.awards-banners {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 26px 0 0;
    border-bottom: 1px solid #c7c7c7;
}
.awards-banner {
    display: inline-flex;
    align-items: flex-end;
    margin: 0 8px 26px;
}
.awards-banner__img {
    display: block;
    max-height: 60px;
}

@media all and (min-width: 768px) {
    .awards-banners {
        padding: 30px 0;
    }
    .awards-banner {
        margin: 0 15px;
    }
    .awards-banner__img {
        max-height: 70px;
    }
}
@media all and (min-width: 1024px) {
    .awards-banner {
        margin: 0 20px;
    }
    .awards-banner__img {
        max-height: 90px;
    }
}
@media all and (min-width: 1025px) {
    .awards-banner {
        margin: 0 35px;
    }
    .awards-banner__img {
        max-height: 120px;
    }
}
/*** end of awards Banners ***/

/*** Webinars ***/
.q-webinars {
    padding-top: 189px;
}
.q-webinars__title {
    display: block;
    text-align: center;
    font-size: 28px;
    line-height: 36px;
    font-weight: 100;
}
.q-webinars__content {
    padding: 22px 0 40px;
}
.q-webinar {
    margin-bottom: 37px;
}
.q-webinar__player-block {
    background: #dcdc22 url(../img/webinars/bg_webinar1.png) right bottom no-repeat;
    background-size: 140px;
    min-height: 212px;
    padding: 15px 17px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}
.q-webinar__player-block::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    opacity: 0;
    transition: opacity 300ms;
}
.q-webinar__player-block:hover::after {
    opacity: 1;
}
.q-webinar__player-block._bg-1 {
    background-image: url(../img/webinars/bg_webinar2.png);
}
.q-webinar__player-block-category,
.q-webinar__player-block-title,
.q-webinar__content-type-and-date,
.q-webinar__content-title {
    display: block;
}
.q-webinar__player-block-category {
    color: #106b2e;
    font-size: 11px;
}
.q-webinar__player-block-title {
    color: #191919;
    font-size: 14px;
    font-weight: 500;
    max-width: 75%;
}
.q-webinar__player-block-play-button-area {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 0;
    transition: opacity 300ms;
    opacity: 1;
}
.q-webinar__player-block-play-button {
    width: 54px;
    height: 54px;
    background: url(../img/webinars/icon-play-video.svg) no-repeat;
    background-size: cover;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    z-index: 21;
}
.q-webinar__player-block-avatars {
    display: flex;
}
.q-webinar__player-block-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}
.q-webinar__player-block-avatar + .q-webinar__player-block-avatar {
    margin-left: -11px;
}
.q-webinar__player-block-avatar:nth-last-child(1) {
    z-index: 1;
}
.q-webinar__player-block-avatar:nth-last-child(2) {
    z-index: 2;
}
.q-webinar__player-block-avatar:nth-last-child(3) {
    z-index: 3;
}
.q-webinar__player-block-avatar:nth-last-child(4) {
    z-index: 4;
}
.q-webinar__player-block-avatar:nth-last-child(5) {
    z-index: 5;
}
.q-webinar__player-block-avatar:nth-last-child(6) {
    z-index: 6;
}
.q-webinar__content {
    padding: 32px 0 0;
}
.q-webinar__content-type-and-date,
.q-webinar__content-title {
    font-size: 18px;
}
.q-webinar__content-title {
    font-weight: 300;
}
.q-webinar__content-type-and-date {
    padding-bottom: 5px;
}
.q-webinar__content ul {
    margin: 0;
    padding: 0 0 14px;
    list-style: none;
}
.q-webinar__content ul li {
    padding: 0 0 0 19px;
    position: relative;
    font-size: 14px;
    line-height: 21px;
    color: #7f7f7f;
    font-weight: 300;
}
.q-webinar__content ul li::before {
    width: 4px;
    height: 4px;
    background: #99ca41;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 2px;
    content: "";
}
.q-webinar__content-watch-link {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.72;
    color: #47a540;
    margin-left: 3px;
    position: relative;
    cursor: pointer;
    transition: opacity 300ms;
    opacity: 1;
}
.q-webinar__content-watch-link::before {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: -29px;
    margin-top: -12px;
    background: url("../img/webinars/icon-watch-video.svg") no-repeat;
    content: "";
}
.q-webinar__content-watch-link:hover {
    text-decoration: underline;
}
.q-webinar__popup {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    pointer-events: none;
    text-align: center;
    transition: opacity 300ms;
}
.q-webinar__popup._opened-popup {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
}
.q-webinar__popup::after {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: "";
    width: 0;
}
.q-webinar__popup-holder {
    width: 100%;
    max-width: 92%;
    text-align: left;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.q-webinar__popup-close {
    width: 48px;
    height: 48px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    position: absolute;
    top: -77px;
    right: 0;
    cursor: pointer;
    transition: background-color 300ms;
}
.q-webinar__popup-close::before,
.q-webinar__popup-close::after {
    width: 28px;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(45deg);
    margin: 0 0 0 -14px;
    content: "";
}
.q-webinar__popup-close::after {
    transform: rotate(-45deg);
}
.q-webinar__popup-close:hover {
    background-color: rgba(255, 255, 255, 0.3);
}
.q-webinar__video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.q-webinar__video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

@media all and (min-width: 768px) {
    .q-webinars {
        padding-top: 172px;
    }
    .q-webinars__title {
        font-size: 40px;
        line-height: 42px;
    }
    .q-webinars__content {
        max-width: 510px;
        margin: 0 auto;
        padding: 33px 0 12px;
    }
    .q-webinar {
        margin-bottom: 54px;
    }
    .q-webinar__player-block-category {
        font-size: 16px;
        padding: 0 0 3px;
    }
    .q-webinar__player-block {
        background-size: 215px;
        padding: 21px 23px 14px;
    }
    .q-webinar__player-block-title {
        font-size: 21px;
        line-height: 27px;
    }
    .q-webinar__player-block-play-button-area {
        padding: 27px 0 21px;
    }
    .q-webinar__player-block-play-button {
        width: 82px;
        height: 82px;
    }
    .q-webinar__player-block-avatar {
        width: 60px;
        height: 60px;
    }
    .q-webinar__player-block-avatar + .q-webinar__player-block-avatar {
        margin-left: -15px;
    }
    .q-webinar__content {
        padding: 29px 0 0;
    }
    .q-webinar__content-type-and-date {
        font-size: 20px;
        padding-bottom: 1px;
    }
    .q-webinar__content-title {
        font-size: 23px;
        padding: 0 0 13px;
    }
    .q-webinar__content ul li {
        font-size: 17px;
        line-height: 1.53;
        padding-left: 23px;
    }
    .q-webinar__content ul li::before {
        width: 5px;
        height: 5px;
        top: 7px;
        left: 6px;
    }
    .q-webinar__content-watch-link {
        font-size: 20px;
    }
    .q-webinar__content-watch-link::before {
        right: -27px;
        margin-top: -13px;
    }
}

@media all and (min-width: 1150px) {
    .q-webinars__title {
        font-size: 60px;
        line-height: 1.08;
    }
    .q-webinars__content {
        max-width: 1065px;
        padding: 61px 0 14px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .q-webinar {
        width: calc(50% - 20px);
        margin-bottom: 71px;
    }
    .q-webinar:first-child {
        width: 100%;
        display: flex;
    }
    .q-webinar:first-child .q-webinar__player-block {
        width: calc(50% - 20px);
    }
    .q-webinar:first-child .q-webinar__content {
        width: calc(50% + 20px);
        padding: 5px 0 0 41px;
        box-sizing: border-box;
    }
    .q-webinar__popup-holder {
        max-width: 1000px;
    }
}
/*** end of Webinars ***/

/*** Customers stories ***/
.q-customer-stories {
    padding: 124px 0 40px;
}
.q-customer-stories__teaser {
    background: #f8f8fc;
    padding: 50px 17px 47px;
    margin: 0 -17px;
}
.q-customer-stories__teaser-title,
.q-customer-stories__teaser-text {
    text-align: center;
}
.q-customer-stories__teaser-title {
    display: block;
    font-size: 34px;
    font-weight: bold;
    line-height: 1.18;
    color: #333333;
}
.q-customer-stories__teaser-text {
    font-size: 20px;
    line-height: 1.4;
    color: #333333;
}
.q-customer-stories__logos {
    margin: 0 -17px;
    padding: 30px 0;
    overflow: hidden;
}

.q-customer-stories__logo {
    width: 137px;
    height: 95px;
    border-radius: 16px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    margin: 0 16px;
}
.q-customer-stories__logo img {
    max-width: 75%;
    max-height: 75%;
}

.q-customer-stories__item {
    display: flex;
    flex-direction: column;
    padding: 0 0 42px;
}
.q-customer-stories__item-info {
    order: 1;
}
.q-customer-stories__item-img-container {
    order: 2;
    padding: 52px 0 0;
}
.q-customer-stories__item-logo {
    margin: 0 0 10px;
}
.q-customer-stories__item-title {
    display: block;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4;
    padding: 0 0 2px;
}
.q-customer-stories__item-text {
    font-size: 16px;
    line-height: 1.75;
    padding: 13px 0 36px;
}
.q-customer-stories__item-text p {
    margin: 0;
}
.q-customer-stories__item-btn {
    padding: 17px 40px 15px;
    border-radius: 26px;
    background-color: #47a540;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.55;
    color: #ffffff;
}
.q-customer-stories__header {
    padding: 50px 0 36px;
}
.q-customer-stories__header-title,
.q-customer-stories__header-subtitle {
    display: block;
    text-align: center;
}
.q-customer-stories__header-title {
    font-size: 28px;
    font-weight: 100;
    line-height: 1.29;
    padding: 0 0 16px;
}
.q-customer-stories__header-subtitle {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.56;
    color: #37474f;
}

@media all and (min-width: 768px) {
    .q-customer-stories {
        padding-top: 122px;
    }
    .q-customer-stories__teaser {
        padding-top: 63px;
    }
    .q-customer-stories__teaser-title {
        font-size: 48px;
        font-weight: bold;
        line-height: 1.08;
    }
    .q-customer-stories__teaser-text {
        font-size: 24px;
        font-weight: 300;
        line-height: 1.5;
    }
    .q-customer-stories__logos {
        padding: 23px 0 13px;
    }
    .q-customer-stories__logo {
        width: 156px;
        height: 108px;
    }
    .q-customer-stories__list {
        max-width: 582px;
        margin: 0 auto;
    }
    .q-customer-stories__item-img-container {
        text-align: center;
    }
    .q-customer-stories__item-logo {
        max-width: 460px;
    }
    .q-customer-stories__header {
        padding-bottom: 43px;
    }
    .q-customer-stories__header-title {
        font-size: 40px;
        line-height: 1.1;
        padding-bottom: 22px;
    }
    .q-customer-stories__header-subtitle {
        font-size: 23px;
        line-height: 1.52;
    }
}

@media all and (min-width: 1150px) {
    .q-customer-stories__teaser {
        padding-top: 55px;
        width: 100vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .q-customer-stories__teaser-title {
        font-size: 65px;
        line-height: 1.11;
    }
    .q-customer-stories__teaser-text {
        max-width: 760px;
        width: 100%;
        margin: 0 auto;
    }
    .q-customer-stories__logos {
        padding: 35px 0 47px;
    }
    .q-customer-stories__list {
        max-width: 1220px;
    }
    .q-customer-stories__item {
        flex-direction: row;
    }
    .q-customer-stories__item-logo {
        max-width: 100%;
    }
    .q-customer-stories__item-img-container {
        width: 54%;
        order: 1;
        margin-left: -24px;
        text-align: left;
    }
    .q-customer-stories__item-info {
        order: 2;
        width: 46%;
        padding: 0 0 0 107px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
    }
    .q-customer-stories__item-logo {
        margin: 0;
    }


    .q-customer-stories__item:nth-child(even) .q-customer-stories__item-info {
        order: 1;
        width: 49%;
        padding-left: 0;
        padding-right: 100px;
    }
    .q-customer-stories__item:nth-child(even) .q-customer-stories__item-img-container {
        order: 2;
        width: 51%;
        margin-left: 0;
        margin-right: -24px;
    }

    .f-customer-stories__item-info {
        order: 2;
        width: 50%;
        padding: 0 107px 0 0 ;
        box-sizing: border-box;
        display: flex;
        align-items: center;
    }



    .f-customer-stories__item:nth-child(odd) {
        flex-direction: row-reverse;
    }

    .f-customer-stories__item:nth-child(even) {
        flex-direction: row;
        /*outline: 1px solid red;*/
    }

    .f-customer-stories__item:nth-child(even) .f-customer-stories__item-info  {
        padding: 0 0 0 107px;
    }

    @media screen and (max-width: 1150px ) {
        .f-customer-stories__item:nth-child(even) .f-customer-stories__item-info  {
            padding: 0 0 0 50px;
        }
    }


    .q-customer-stories__item-title {
        font-size: 30px;
        font-weight: 100;
        line-height: 1.47;
        padding: 20px 0 0;
    }
    .q-customer-stories__item-text {
        font-size: 20px;
        line-height: 1.5;
    }
    .q-customer-stories {
        padding-bottom: 60px;
    }
    .q-customer-stories__header-title {
        font-size: 40px;
        line-height: 1.1;
        padding-bottom: 22px;
    }
    .q-customer-stories__header-subtitle {
        font-size: 23px;
        line-height: 1.52;
    }
    .q-customer-stories__header {
        padding-top: 60px;
    }
    .q-customer-stories__header-title {
        font-size: 60px;
        line-height: 1.08;
        padding-bottom: 20px;
    }
    .q-customer-stories__header-subtitle {
        font-size: 24px;
        line-height: 1.5;
    }
}

/*** end of Customers stories ***/

/*** Customer story ***/
.q-customer-story {
    padding: 124px 0 40px;
}
.q-customer-story__content,
.q-customer-story__teaser-info {
    max-width: 1220px;
    margin: 0 auto;
}
.q-customer-story__teaser {
    background: #f8f8fc;
    margin: 0 -17px;
    position: relative;
}
.q-customer-story__teaser-img {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    height: 100%;
}
.q-customer-story__teaser-img._desktop-img,
.q-customer-story__teaser-img._tablet-img{
    display: none;
}
.q-customer-story__teaser-info {
    text-align: center;
    margin-bottom: 160px;
    padding: 45px 17px 0;
    position: relative;
    z-index: 2;
}
.q-customer-story__teaser-title {
    display: block;
    font-size: 34px;
    color: #333333;
    font-weight: bold;
    line-height: 1.18;
    padding: 0 0 18px;
}
.q-customer-story__teaser-content {
    font-size: 20px;
    line-height: 1.4;
    padding: 0 0 50px;
}
.q-customer-story__teaser-content._pb {
    padding-bottom: 80px;
}
.q-customer-story__teaser-content p {
    margin: 0;
}
.q-customer-story__teaser-info-right-part {
    width: 228px;
    margin: -115px auto 0;
    bottom: -120px;
    position: relative;
}
.q-customer-story__info {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
}
.q-customer-story__info-header {
    border-radius: 16px 16px 0 0;
    background: #f8f8fc;
    height: 49px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.q-customer-story__info-header img {
    margin-bottom: 15px;
}
.q-customer-story__info-header img._mb-sm {
    margin-bottom: 10px;
}
.q-customer-story__info-content {
    padding: 12px;
}
.q-customer-story__info-title {
    font-size: 18px;
    line-height: 1.44;
    color: #37474f;
    display: block;
    text-align: center;
}
.q-customer-story__info-list {
    width: 172px;
    margin: 0 auto;
    padding: 0;
}
.q-customer-story__info-list-item {
    font-size: 15px;
    line-height: 1.47;
    color: #333333;
    list-style: none;
    padding: 11px 0 11px 31px;
    text-align: left;
}
.q-customer-story__info-list-item._with-icon {
    position: relative;
}
.q-customer-story__info-list-item._with-icon::before {
    width: 18px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -17px;
    content: "";
}
.q-customer-story__info-list-item._with-icon._map-icon:before {
    background: url("../img/customer-stories/ic_pin.svg") no-repeat;
}
.q-customer-story__info-list-item._with-icon._grades-icon:before {
    background: url("../img/customer-stories/ic_book.svg") no-repeat;
}
.q-customer-story__info-list-item._with-icon._student-icon:before {
    background: url("../img/customer-stories/ic_student.svg") no-repeat;
}
.q-customer-story__content p {
    margin: 0 0 24px;
}
.q-customer-story__content-teaser {
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    position: relative;
    margin: 0 0 34px;
    padding: 75px 0 11px;
}
.q-customer-story__content-teaser::before {
    width: 60px;
    height: 20px;
    background: url("../img/customer-stories/ic-quote.svg") no-repeat;
    position: absolute;
    top: 29px;
    left: 0;
    content: "";
}
.q-customer-story__content-teaser-title,
.q-customer-story__content-teaser-subtitle {
    display: block;
    font-weight: 300;
}
.q-customer-story__content-teaser-title {
    font-size: 20px;
    line-height: 1.4;
    padding: 0 0 16px;
}
.q-customer-story__content-teaser-subtitle {
    font-size: 14px;
    line-height: 1.43;
    color: #7f7f7f;
}
.q-customer-story__content-list {
    margin: 0 0 33px;
}
.q-customer-story__content-list-title {
    display: block;
    font-size: 20px;
    font-weight: 100;
    line-height: 2.2;
    color: #0b1004;
}
.q-customer-story__content-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.q-customer-story__content-list ul li {
    position: relative;
    padding: 0 0 0 20px;
}
.q-customer-story__content-list ul li:before {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #99ca41;
    position: absolute;
    top: 6px;
    left: 6px;
    content: "";
}
.q-customer-story__desktop-img {
    display: none;
}
@media all and (min-width: 768px) {
    .q-customer-story__mobile-img {
        display: none;
    }
    .q-customer-story__desktop-img {
        display: block;
    }
    .q-customer-story__teaser {
        padding-left: 30px;
        padding-right: 30px;
    }
    .q-customer-story__teaser-img._tablet-img {
        display: block;
    }
    .q-customer-story__teaser-info {
        display: flex;
        text-align: left;
        margin-bottom: 81px;
        min-height: 300px;
    }
    .q-customer-story__teaser-title {
        font-size: 48px;
        line-height: 1.08;
    }
    .q-customer-story__teaser-content {
        font-size: 24px;
        line-height: 1.5;
    }
    .q-customer-story__teaser-info-left-part {
        padding-right: 40px;
    }
    .q-customer-story__teaser-info-right-part {
        margin-right: 37px;
        width: 228px;
        flex-shrink: 0;
        display: inline-flex;
        align-items: flex-end;
        bottom: -34px;
    }
    .q-customer-story__content p {
        font-size: 18px;
        line-height: 1.44;
        margin: 0 0 30px;
    }
    .q-customer-story__content-teaser {
        margin: 0 0 45px;
        padding: 88px 0 34px;
    }
    .q-customer-story__content-teaser::before {
        top: 39px;
    }
    .q-customer-story__content-teaser-title {
        font-size: 26px;
        font-weight: 100;
        line-height: 1.27;
        padding: 0 0 25px;
    }
    .q-customer-story__content-list {
        padding-top: 18px;
    }
    .q-customer-story__content-list-title {
        font-size: 25px;
        font-weight: 100;
        line-height: 1.76;
        padding: 0 0 12px;
    }
    .q-customer-story__content-list ul li {
        padding: 0 0 2px 26px;
        font-size: 18px;
        line-height: 1.44;
    }
    .q-customer-story__content-list ul li:before {
        left: 11px;
        top: 8px;
    }
}

@media all and (min-width: 1110px) {
    .q-customer-story {
        padding-bottom: 106px;
    }
    .q-customer-story__teaser {
        padding-left: 18px;
        padding-right: 18px;
    }
    .q-customer-story__teaser-img._tablet-img {
        display: none;
    }
    .q-customer-story__teaser-img._desktop-img {
        display: block;
    }
    .q-customer-story__teaser::after {
        position: absolute;
        width: 300%;
        height: 100%;
        background: #f8f8fc;
        top: 0;
        left: -100%;
        content: "";
        z-index: -1;
    }
    .q-customer-story__teaser-title {
        font-size: 65px;
        line-height: 1.11;
        padding: 0 90px 8px 0;
    }
    .q-customer-story__teaser-content {
        font-size: 32px;
        line-height: 1.35;
    }
    .q-customer-story__teaser-info {
        margin-bottom: 60px;
        padding: 91px 0 0;
    }
    .q-customer-story__teaser-info-right-part {
        margin-right: 77px;
        width: 280px;
        bottom: -48px;
    }
    .q-customer-story__info-title {
        font-size: 20px;
        font-weight: 500;
        line-height: 1.5;
        text-align: center;
    }
    .q-customer-story__info-list-item {
        font-size: 17px;
        line-height: 2.12;
        padding: 5px 0 5px 31px;
    }
    .q-customer-story__info-content {
        padding: 24px 12px;
    }
    .q-customer-story__info-list-item._with-icon::before {
        margin-top: -16px;
    }
    .q-customer-story__info-header {
        height: 60px;
    }
    .q-customer-story__info-header img {
        margin-bottom: 25px;
    }
    .q-customer-story__content {
        display: flex;
        flex-wrap: wrap;
    }
    .q-customer-story__content-left-part {
        width: calc(100% - 442px);
        padding-right: 65px;
        box-sizing: border-box;
    }
    .q-customer-story__content-right-part {
        width: 442px;
        padding-left: 34px;
        box-sizing: border-box;
    }
    .q-customer-story__content p {
        font-size: 20px;
        line-height: 1.5;
    }
    .q-customer-story__content-teaser {
        margin: 0 0 45px;
        padding: 99px 0 29px;
    }
    .q-customer-story__content-teaser::before {
        width: 81px;
        height: 26px;
        top: 45px;
        background-size: cover;
    }
    .q-customer-story__content-teaser-title {
        font-size: 30px;
        line-height: 1.47;
        padding: 0 0 21px;
    }
    .q-customer-story__content-teaser-subtitle {
        font-size: 17px;
        line-height: 1.53;
    }
    .q-customer-story__content-list {
        padding-top: 55px;
    }
    .q-customer-story__content-list-title {
        font-size: 30px;
        line-height: 1.47;
    }
    .q-customer-story__content-list ul li {
        font-size: 20px;
        font-weight: 300;
        line-height: 1.5;
        padding-left: 23px;
    }
    .q-customer-story__content-list ul li:before {
        width: 5px;
        height: 5px;
        left: 1px;
        top: 9px;
    }
    .q-customer-story__content-images {
        padding-top: 30px;
    }
    .q-customer-story__content-images img {
        width: 100%;
    }
}
/*** end of Customer story ***/

/*** Guideline ***/
.guideline-download-app {
    background: #f9f9f9;
    padding: 39px 15px;
    margin: 0 -17px;
}
.guideline-download-app__img {
    max-width: 300px;
}
.guideline-download-app__img-container {
    text-align: center;
}
.guideline-download-app__info {
    padding: 14px 0 0;
}
.guideline-download-app__info-title {
    display: block;
    font-size: 23px;
    font-weight: 100;
    line-height: 1.91;
    color: #0b1004;
    padding: 0 0 12px;
}
.guideline-download-app__info ul {
    font-size: 16px;
    line-height: 1.5;
    color: #37474f;
    margin: 0;
    padding: 0 0 19px;
    list-style: none;
}
.guideline-download-app__info ul li {
    font-size: 16px;
    line-height: 1.5;
    color: #37474f;
    padding: 0 0 0 24px;
    position: relative;
}
.guideline-download-app__info ul li::before {
    width: 4px;
    height: 4px;
    background: #99ca41;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 6px;
    content: "";
}
.guideline-download-app__info-buttons {
    padding: 0 0 0 10px;
}
.guideline-download-app__info-button {
    margin: 0 10px 10px 0;
}
.guideline-download-app__info-button:last-child {
    margin-right: 0;
}

@media all and (min-width: 768px) {
    .guideline-download-app {
        display: flex;
        padding: 57px 34px 49px;
    }
    .guideline-download-app__img-container,
    .guideline-download-app__info {
        flex: 1 1 0;
    }
    .guideline-download-app__img-container,
    .guideline-download-app__info {
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .guideline-download-app__info {
        order: 1;
    }
    .guideline-download-app__img-container {
        order: 2;
    }
    .guideline-download-app__info-title {
        padding: 0 0 15px;
    }
    .guideline-download-app__info ul {
        padding: 0 0 15px;
    }
    .guideline-download-app__info ul li {
        padding-bottom: 3px;
    }
}

@media all and (min-width: 1110px) {
    .guideline-download-app {
        max-width: 1128px;
        margin: 0 auto;
        padding: 44px 34px 40px;
        position: relative;
    }
    .guideline-download-app::after {
        width: 300%;
        height: 100%;
        background: #f9f9f9;
        position: absolute;
        top: 0;
        left: -100%;
        content: "";
        z-index: -1;
    }
    .guideline-download-app__img {
        max-width: 100%;
    }
    .guideline-download-app__info-title {
        font-size: 30px;
        line-height: 1.47;
    }
    .guideline-download-app__info ul {
        padding: 0 0 19px;
    }
    .guideline-download-app__info ul li {
        font-size: 20px;
        line-height: 1.5;
        padding-bottom: 0;
    }
    .guideline-download-app__info ul li::before {
        width: 5px;
        height: 5px;
        top: 9px;
        left: 1px;
    }
}
/*** end of Guideline ***/

.blog-iframe-container iframe,
.covid-iframe-container iframe {
    border: none;
    display: block;
}
._overflow-hidden {
    overflow: hidden;
}

.iframe-page {
    padding-left: 0;
    padding-right: 0;
}

.drivers-info {
    padding-top: 40px;
}
.drivers-info__item {
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.drivers-info__item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}
.drivers-info__item::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    height: 1px;
    opacity: 0.5;
    background-color: #c7c7c7;
    content: "";
}
.drivers-info__item:last-child::before {
    display: none;
}
.drivers-info__item-title {
    display: block;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4;
    color: #37474f;
    margin-bottom: 16px;
}
.drivers-info__item-text {
    margin-bottom: 25px;
}
.drivers-info__item-text p {
    margin: 0;
}
.drivers-info__left-part {
    padding-bottom: 20px;
}
.drivers-info__block {
    padding-bottom: 30px;
}
.drivers-info__block:last-child {
    padding-bottom: 0;
}
.drivers-info__block-header {
    display: flex;
    align-items: center;
    padding: 0 0 6px;
}
.drivers-info__block-img {
    width: 32px;
    margin-right: 12px;
}
.drivers-info__block-title {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.56;
    color: #37474f;
}
.drivers-info__block ul {
    list-style: none;
    margin: 0;
    padding: 0 10px 0 46px;
}
.drivers-info__block ul li {
    position: relative;
    padding-left: 20px;
}
.drivers-info__block ul li::before {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #99ca41;
    position: absolute;
    top: 7px;
    left: 0;
    content: "";
}
.drivers-info__footer {
    padding-top: 50px;
}
.drivers-info__footer-text {
    display: block;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4;
    text-align: center;
    color: #37474f;
}
.drivers-info__footer-btn {
    width: 100%;
    max-width: 244px;
    margin: 18px auto 0;
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.55;
    color: #ffffff;
}

@media all and (min-width: 768px) {
    .drivers-info__item {
        max-width: 590px;
        padding-bottom: 50px;
        margin-bottom: 50px;
        margin-left: auto;
        margin-right: auto;
    }

    .drivers-info__item-title {
        font-size: 23px;
        font-weight: 100;
        line-height: 1.91;
    }

    .drivers-info__item-text {
        font-size: 18px;
        line-height: 1.44;
        margin-bottom: 29px;
    }

    .drivers-info__item-img {
        max-width: 400px;
        margin: 0 auto;
        display: block;
    }

    .drivers-info__left-part {
        padding-bottom: 35px;
    }

    .drivers-info__block-img {
        width: 40px;
        margin-right: 20px;
    }

    .drivers-info__block-title {
        font-size: 23px;
        font-weight: 300;
        line-height: 1.52;
    }

    .drivers-info__block ul {
        padding-left: 61px;
    }

    .drivers-info__block ul li {
        font-size: 18px;
        line-height: 1.44;
    }

    .drivers-info__item::before {
        margin-left: -220px;
        width: 440px;
    }

    .drivers-info__footer-text {
        font-size: 23px;
        font-weight: 100;
        line-height: 1.91;
    }
}
@media all and (min-width: 1024px) {
    .drivers-info {
        padding-top: 43px;
    }
    .drivers-info__item {
        max-width: 1160px;
        display: flex;
        padding: 0 30px 50px;
    }
    .drivers-info__item-title {
        font-size: 30px;
        font-weight: 100;
        line-height: 1.47;
        margin-bottom: 30px;
    }
    .drivers-info__item-img {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
    .drivers-info__item-text {
        font-size: 20px;
        line-height: 1.5;
    }
    .drivers-info__left-part {
        width: 500px;
    }
    .drivers-info__right-part {
        width: calc(100% - 500px);
        padding: 72px 0 0 52px;
        box-sizing: border-box;
    }
    .drivers-info__block-title {
        font-size: 24px;
        font-weight: 300;
        line-height: 1.5;
    }
    .drivers-info__block-header {
        margin-bottom: 4px;
    }
    .drivers-info__block ul li {
        padding-bottom: 3px;
        font-size: 20px;
        line-height: 1.5;
    }
    .drivers-info__block ul li::before {
        top: 10px;
    }
    .drivers-info__left-part {
        padding-bottom: 5px;
    }
    .drivers-info__footer {
        padding-top: 80px;
    }
    .drivers-info__footer-text {
        font-size: 30px;
        line-height: 1.47;
    }
}

ul.marked-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.marked-list li {
    position: relative;
    padding-left: 20px;
}
ul.marked-list li::before {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #99ca41;
    position: absolute;
    top: 7px;
    left: 0;
    content: "";
}
.safety-info {
    padding-top: 20px;
}

.safety-logos {
    list-style: none;
    margin: 15px 0 -10px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.safety-logos li {
    width: 50%;
    min-height: 60px;
    display: flex;
    align-items: center;
    margin: 10px 0;
    padding: 10px;
    box-sizing: border-box;
}

@media all and (min-width: 768px) {
    .safety-logos {
        position: relative;
        left: 15px;
    }
    .safety-info {
        max-width: 590px;
        margin: 0 auto;
        padding-top: 32px;
    }
    ul.marked-list li {
        font-size: 18px;
        line-height: 1.44;
    }
    .safety-logos li {
        width: 33.33%;
        padding: 10px 0;
        margin: 15px 0;
    }
}

@media all and (min-width: 1024px) {
    .safety-logos {
        margin-top: 53px;
    }
    .safety-logos li {
        width: auto;
    }
    .safety-info {
        max-width: 100%;
        padding-top: 51px;
    }
    ul.marked-list {
        max-width: 880px;
        margin: 0 auto;
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }
    ul.marked-list li {
        font-size: 20px;
        line-height: 1.5;
    }
    ul.marked-list li::before {
        top: 10px;
    }
}

.about-app__item {
    margin: 20px 0 10px;
}
.about-app__item-title {
    display: block;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.56;
    color: #37474f;
    padding: 20px 0;
}
.about-app__item-text {
    font-size: 16px;
    line-height: 1.5;
}
.about-app__item-text p {
    margin: 0;
}
.about-app__item-col {
    margin-bottom: 20px;
}
.about-app__item-col:last-child {
    margin-bottom: 0;
}

@media all and (min-width: 768px) {
    .about-app {
        max-width: 590px;
        margin: 10px auto 0;
    }
    .about-app__item-title {
        font-size: 23px;
        font-weight: 300;
        line-height: 1.52;
        padding-top: 35px;
    }
    .about-app__item-text {
        font-size: 18px;
        line-height: 1.44;
    }
    .about-app__item img {
        max-width: 470px;
        margin: 0 auto;
        display: block;
    }
    .about-app__item._double-cols-item img {
        max-width: 100%;
    }
}
@media all and (min-width: 1024px) {
    .about-app {
        max-width: 1160px;
    }
    .about-app__item-title {
        font-size: 24px;
        line-height: 1.5;
        padding-bottom: 15px;
    }
    .about-app__item-text {
        font-size: 20px;
        line-height: 1.5;
    }
    .about-app__item img {
        max-width: 100%;
    }

    .about-app__item-info._double-cols,
    .about-app__item {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 60px;
        align-items: center;
    }
    .about-app__item-info._double-cols {
        align-items: flex-start;
    }
    .about-app__item._double-cols-item {
        display: block;
    }
    .about-app__item._right-image .about-app__item-img-container {
        order: 2;
    }
    .about-app__item._right-image .about-app__item-info {
        order: 1;
    }
    .about-app__item .about-app__item-img-container img {
        width: calc(100% + 37px);
        max-width: calc(100% + 37px);
        position: relative;
        left: -15px;
    }
}

._green-text {
    color: #47a540;
    font-weight: 500;
}
.front-banner._white-banner._covid-banner {
    background: #f8f8fc;
}
.front-banner._white-banner._covid-banner  .front-banner__img-wrap {
    padding: 20px 0 65px;
}
.front-banner._white-banner._covid-banner .front-banner__img-wrap::before {
    content: "";
    width: 327px;
    height: 317px;
    background: url(../img/covid/banner-decore.svg) left bottom no-repeat;
    background-size: auto;
    margin-right: -217px;
}
@media (min-width: 768px) {
    .front-banner._white-banner._covid-banner .front-banner__columns {
        padding-bottom: 0;
    }
    .front-banner._white-banner._covid-banner .front-banner__content-wrap {
        z-index: 16;
        padding-bottom: 59px;
    }
    .front-banner._white-banner._covid-banner .front-banner__img-wrap {
        padding-bottom: 84px;
    }
    .front-banner._white-banner._covid-banner .front-banner__content {
        width: calc(100% - 360px);
    }
    .front-banner._white-banner._covid-banner .front-banner__column.front-banner__img--container {
        width: 360px;
    }
    .front-banner._white-banner._covid-banner .front-banner__img {
        left: 0;
    }
    .front-banner._white-banner._covid-banner .front-banner__img-wrap::before {
        width: 474px;
        height: 440px;
    }
}
@media all and (min-width: 1100px) {
    .front-banner._white-banner._covid-banner .front-banner__columns {
        min-height: 430px;
    }
    .front-banner._white-banner._covid-banner .front-banner__img-wrap::before {
        width: 895px;
        height: 440px;
        margin-right: -533px;
    }
    .front-banner._white-banner._covid-banner .front-banner__column.front-banner__img--container {
        width: 500px;
    }
    .front-banner._white-banner._covid-banner .front-banner__content {
        width: calc(100% - 500px);
    }
    .front-banner._white-banner._covid-banner .front-banner__content-wrap {
        padding-bottom: 0;
    }
    .front-banner._white-banner._covid-banner .front-banner__img {
        top: 30px;
    }
}

.commitment {
    padding: 5px 0 0;
}
.commitment__text {
    padding: 15px 0 0;
}
.commitment__text p {
    margin: 0 0 30px;
}
.commitment__text p:last-child {
    margin-bottom: 0;
}
.commitment__img-container {
    text-align: center;
}
@media (min-width: 768px) {
    .commitment {
        max-width: 590px;
        margin: 0 auto;
        padding: 10px 0 0;
    }
    .commitment__img-container img {
        max-width: 420px;
    }
    .commitment__text {
        font-size: 18px;
        line-height: 1.44;
        padding: 35px 0 0;
    }
}
@media (min-width: 1024px) {
    .commitment {
        max-width: 1170px;
        margin: 0 auto;
        padding: 40px 0 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
    }
    .commitment__img-container img {
        max-width: 100%;
    }
    .commitment__text {
        font-size: 20px;
        line-height: 1.5;
        padding: 0 0 0 50px;
    }
    .commitment__text p {
        margin: 0 0 40px;
    }
}

.school-helping-block {
    background-color: #f8f8fc;
    margin: 0 -20px;
    padding: 54px 20px 59px;
    text-align: center;
}
.school-helping-block::after {
    width: 300%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    background-color: #f8f8fc;
    content: "";
    z-index: -1;
}
.school-helping__title {
    display: block;
    font-size: 28px;
    font-weight: 100;
    line-height: 1.29;
    color: #333333;
    padding: 29px 0 25px;
}
.school-helping__text {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.56;
    padding-bottom: 28px;
}
.school-helping__text p {
    margin-bottom: 0;
}
.school-helping__link {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.72;
    color: #47a540;
}

@media (min-width: 768px) {
    .school-helping-block {
        padding-top: 62px;
        padding-bottom: 80px;
    }
    .school-helping__title {
        font-size: 40px;
        line-height: 1.1;
        padding: 40px 0 36px;
    }
    .school-helping__text {
        font-size: 23px;
        line-height: 1.43;
    }
    .school-helping__link {
        font-size: 20px;
        line-height: 1.5;
    }
}

@media (min-width: 1100px) {
    .school-helping-block {
        padding-bottom: 100px;
    }
    .school-helping {
        max-width: 1220px;
        margin: 0 auto;
    }
    .school-helping__title {
        font-size: 60px;
        padding: 22px 0 36px;
    }
    .school-helping__text {
        font-size: 30px;
        line-height: 1.47;
    }
}



/* New style in project */

/* Help class */
.bg-grey {
    background-color: #f8f8fc !important;
}
.flex-center {
    display: flex;
    align-items: center;
}

.m-block__top { /* Custom m-block */
    /* position: relative; */
    padding: 60px 0 0 0;
}

.m-block__bottom {
    margin-bottom: 27px
}

@media all and (min-width: 1024px) {
    .m-block__bottom {
        margin-bottom: 48px;
    }
    .m-block__top {
        padding: 115px 0 0 0;
    }
} /* End custom m-block */

/* End help class */

.opportunity {  /* Opportunity Block  */
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin: 32px 0;
    gap: 24px;
}
.opportunity:before {
    content: "";
    position: absolute;
    bottom: -40px;
    left: -1000px;
    right: -1000px;
    border-bottom: 1px solid #c7c7c7;
}
.opportunity__block {
    cursor: pointer;
    max-width: 260px;
    padding: 40px 32px 24px 33px;
    box-sizing: border-box;
    border-radius: 12px;
    border: solid 1px #c6c6ca;
    background-color: #f8f8fc
}
.opportunity__block:hover {
    border: solid 1px #47a540;
    transition: background-color 0.4s ease-out;
    transition: border 0.4s ease-out;
    background-color: #ebf4d9;
}
.opportunity__block:hover a {
    color: transparent;
}
.opportunity__img {
    margin: 0 0 30px 0;
    display: flex;
    justify-content: center
}
.opportunity__text {
    text-align: center;
    color: #47a540;
    text-decoration: none;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
} /* End Opportunity Block  */

@media all and (min-width: 768px) {
    .opportunity {
        flex-direction: row;
        justify-content: center;
        margin: 60px 0 67px 0;
        gap: 40px;
    }
    .opportunity:before {
        content: "";
        bottom: -86px;
    }
    .opportunity__block {
        max-width: 360px;
        padding: 48px 45px;
    }
    .opportunity__text {
        font-size: 20px;
        line-height: 1.5;
    }
}

/* ------------- */


.modal-bg {
    display: none;
}

.play-open {
    display: block;
}

.stop-scrolling {
    height: 100%;
    overflow: hidden;
    margin-right: 18px;
}

.play-video-btn {
    min-height: 48px;
    display: flex !important;
    margin: 0;
    /* flex-direction: column; */
    justify-content: space-between;
    align-items: center !important;
}

.test-test-test {
    margin: 0 0 39px 0;
}



.play-button-close {
    z-index: 99;
    padding: 15px; background-color: rgba(255, 255, 255, 0.1); right: 10%; top: 17%;
}

.play-button-close:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.play-button-absolute {
    cursor: pointer;
    position: absolute;
    z-index: 9;
    top:50%;
    left:55%;
    transform:translate(-50%, -50%);
    /*left: 0;*/
}

.play-button-absolute-home {
    cursor: pointer;
    position: absolute;
    z-index: 9;
    top: 51%;
    left: 55%;
    transform: translate(-43%, -56%);
}

.play-button-hover:hover > .front-banner__img {
    filter: brightness(0.6);
    transition: all 0.5s;
}

.play-btn-child {
    left: 61% !important;
}

.play-button-hover:hover > .ftest__img {
    filter: brightness(0.6);
    transition: all 0.5s;
}

.play-button-hover {
    position: relative;
    z-index: 9;
}

@media(max-width: 1015px) {
    .play-button-absolute {
        cursor: pointer;
        position: absolute;
        z-index: 9;
        top: 50%;
        left: 55%;
        transform: translate(-67%, 110%);
    }

    .play-btn-child {
        left: 55% !important;
    }

    .play-button-absolute-home {
        cursor: pointer;
        position: absolute;
        z-index: 9;
        top: 51%;
        left: 55%;
        transform: translate(-43%, -56%);
    }
}

@media(max-width: 1164px) {
    .play-button-close {
        right: 7%; top: 17%
    }
}

@media(max-width: 1082px) {
    .front-banner._white-banner._our-story-banner .front-banner__img._desktop-img{
        margin: 0 auto !important;
    }
}



@media(max-width: 844px) {
    .play-button-close {
        right: 7%; top: 17%
    }
}

@media(max-width: 1083px) {
.play-video-btn {
    margin: 0 auto !important;
}

@media(max-width: 768px) {
    .only-mob-block {
        margin: 30px auto 0;
        display: block !important;
    }
}

@media(max-width: 748px) {
    .play-button-absolute-home {
        top: 25%;
    }
}
}

.br-mob {
    display: none;
}
@media(max-width: 405px) {
    .br-mob {
        display: block;
    }
}
@media(max-width: 751px) {

    .play-btn-child {
        left: 58% !important;
    }
    .play-button-absolute {
        cursor: pointer;
        position: absolute;
        z-index: 9;
        top: 51%;
        left: 55%;
        transform: translate(-80%, 39%);
    }
    .play-button-absolute-home {
        cursor: pointer;
        position: absolute;
        z-index: 9;
        top: 25%;
        left: 55%;
        transform: translate(-43%, 43%);
    }
}

@media (max-width: 1150px) {
    .fix-center-btn {
        margin: 44px auto 0 !important;
    }
}
@media(max-width: 592px) {
    .play-button-absolute-home {
        top: 10%;
    }
}

@media(max-width: 391px) {
    .play-button-absolute-home {
        top: 0%;
    }
}

@media only screen and (min-device-width : 375px) and (max-device-width: 1000px) and (orientation: landscape) {
    .help-landscape {
        top: 4% !important;
        /*overflow: scroll;*/
        max-width: 630px !important;
    }

    .play-button-close {
        right: 17%;
        top: 6%;
    }
}

/*@media only screen and (min-device-width : 375px) and (max-device-width: 1000px) and (orientation: landscape) {*/
/*    */
/*}*/