@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700|Roboto:400,500,700");

* {
    margin: 0;
    padding: 0;
    font: inherit;
    box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

 
 
:active, :focus, :hover {
    outline: none;
}

hr {
    box-sizing: content-box;
    height: 0;
}

ol, ul {
    list-style: none;
}

pre {
    -moz-tab-size: 4;
    tab-size: 4;
    white-space: pre-wrap;
}

q {
    quotes: '\201C' '\201D' '\2018' '\2019';
}

img {
    border: none;
}

svg:not(:root) {
    overflow: hidden;
}

button, input {
    line-height: normal;
}

button, select {
    text-transform: none;
}

button {
    overflow: visible;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

    input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

button::-moz-focus-inner, input::-moz-focus-inner {
    border: none;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

button, input, select[multiple], textarea {
    background-image: none;
}

input, select, textarea {
    border-radius: 0;
    box-shadow: none;
}

input, textarea {
    resize: none;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

[placeholder]:focus::-webkit-input-placeholder {
    color: transparent;
}

[placeholder]:focus::-moz-placeholder {
    color: transparent;
}

[placeholder]:focus:-ms-input-placeholder {
    color: transparent;
}

[placeholder]:focus::placeholder {
    color: transparent;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.about {
    padding: 0 0 95px;
    display: block;
    background: url(../images/bg-about.jpg) 50% no-repeat;
    background-size: cover;
}

.about_moto {
    background-image: url(../images/bg-about-moto.jpg);
}

.about_ex {
    background-image: url(../images/bg-about-ex.jpg);
}

.about__body {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    padding: 40px 15px 20px;
}

    .about__body:before {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        content: '';
        background: #fff url(../images/bg-about-tex1t.png) 230% 101% no-repeat;
        background-size: 257px 167px;
        box-shadow: 0 4px 20px rgba(0,0,0,.4);
    }

    .about__body p {
        margin-bottom: 1em;
        font-size: 15px;
        line-height: 1.6;
        color: #617e9a;
    }

.about__body-inner {
    position: relative;
    z-index: 1;
}

.about__btn {
    margin-top: 16px;
    width: 210px;
}

.add-form {
    padding: 65px 0 92px;
}

.add-form, .address {
    display: block;
    background-color: #f5f9fc;
}

.address {
    position: relative;
    z-index: 1;
    margin-top: -50px;
    padding-bottom: 30px;
}

.address__map {
    width: 100%;
    height: 570px;
    background-size: cover;
}

.address__city {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    left: 0;
    padding-top: 25px;
    padding-bottom: 5px;
    background-color: rgba(0,26,51,.85);
}

.address__filter.address__filter {
    margin-bottom: 0;
}

.address__data {
    position: relative;
    z-index: 100;
    margin-top: -100px;
    padding-top: 11px;
    padding-bottom: 11px;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #fff;
    box-shadow: inset 0 0 0 10px #fff,inset 0 0 0 11px #c7dcef,0 1px 59px rgba(0,26,51,.2);
}

.address__data-item {
    padding-top: 38px;
    padding-bottom: 40px;
    color: #02050a;
}

.address__data-value {
    margin-bottom: 16px;
    padding-left: 20px;
    display: block;
}

    .address__data-value:last-child {
        margin-bottom: 0;
    }

.address__mail {
    margin-left: -4px;
    margin-right: -4px;
    padding: 25px 25px 24px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #00509c;
    background-color: #f3f7fb;
}

.article {
    display: block;
}

.article__figure {
    margin: 0 -15px;
    overflow: hidden;
    min-height: 235px;
    background-color: #231e57;
    border-radius: 2px;
}

.article__header {
    position: relative;
    z-index: 1;
    margin: 0 -26px 67px;
    padding: 49px 26px 52px;
    font-family: Montserrat;
    text-align: center;
    background-color: #fff;
    box-shadow: inset 0 0 0 10px #fff,inset 0 0 0 11px #c7dcef,0 1px 59px rgba(0,26,51,.2);
}

.article__title {
    margin-bottom: 22px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
}

.article__meta-item {
    margin-right: 24px;
    display: inline-block;
    font-size: 14px;
    color: #5881a9;
}

    .article__meta-item:last-child {
        margin-right: 0;
    }

.article__meta-comments {
    position: relative;
    color: #00509c;
}

.article__body {
    margin-bottom: 3em;
    color: #5881a9;
}

    .article__body p {
        margin-bottom: 1.35em;
        line-height: 1.75;
    }

    .article__body blockquote {
        position: relative;
        margin-bottom: 3em;
        padding: 52px 20px 60px;
        font-family: Montserrat;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.71429;
        text-align: center;
        text-transform: uppercase;
        color: #204866;
        background-color: #f5f9fc;
    }

        .article__body blockquote:after, .article__body blockquote:before {
            position: absolute;
            font-size: 56px;
            font-weight: 400;
            line-height: 1;
            color: #d6e3ed;
        }

        .article__body blockquote:before {
            top: 0;
            left: 6px;
            content: '«';
        }

        .article__body blockquote:after {
            right: 6px;
            bottom: 25px;
            content: '»';
        }

.badge {
    display: block;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 5px rgba(118,159,199,.35);
}

.badge__wrap {
    display: block;
    text-decoration: inherit;
    color: inherit;
}

.badge__head {
    position: relative;
    padding: 17px;
    display: table;
    width: 100%;
    min-height: 129px;
}

.badge__head-body {
    padding-left: 17px;
    display: table-cell;
    vertical-align: middle;
}

.badge__fig {
    display: table-cell;
    overflow: hidden;
    width: 95px;
    height: 95px;
    font-size: 0;
    background-color: #ddd;
    border-radius: 2px;
}

.badge__name {
    position: relative;
    z-index: 2;
    margin-bottom: 8px;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #001a33;
}

.badge__rating {
    margin-bottom: 10px;
    font-size: 12px;
}

.badge__car, .badge__rating {
    position: relative;
    z-index: 2;
}

.badge__car {
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #98b5c7;
}

.badge__category {
    position: absolute;
    top: 20px;
    right: 17px;
    font-size: 90px;
    font-weight: 500;
    color: #f4f9fb;
    text-transform: uppercase;
}

.badge__body {
    padding: 17px;
    background-color: #fafcfd;
    border-top: 1px solid #e4eff8;
}

.badge__data {
    margin-bottom: 11px;
    display: table;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    color: #507087;
}

    .badge__data:after {
        display: table;
        clear: both;
        content: '';
    }

    .badge__data:last-child {
        margin-bottom: 0;
    }

.badge__data-desc, .badge__data-term {
    display: table-cell;
}

.badge__data-separ {
    position: relative;
    top: -1px;
    padding: 0 5px;
    display: table-cell;
    width: 100%;
    height: 3px;
}

    .badge__data-separ:after {
        display: inline-block;
        width: 100%;
        height: 2px;
        vertical-align: middle;
        content: '';
        background: linear-gradient(90deg,transparent 65%,#c0d0de 0) 50%/6px;
    }

.bar-social {
    display: block;
    height: 44px;
    line-height: 44px;
    color: #fff;
    background-color: #00162b;
}

.bar-social__text {
    margin: 0;
    display: none;
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    color: #5c7186;
}

.bar-social__list {
    margin: 0;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.bar-social__list-item {
    display: inline-block;
    margin-left: 5px;
}

.bar-social__link {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #fff;
}

    .bar-social__link:hover {
        background-color: hsla(0,0%,100%,.2);
    }

.bar-social__icon {
    width: 14px;
    height: 14px;
    fill: #fff;
    vertical-align: middle;
}

.best {
    padding: 40px 0 20px;
    display: block;
    color: #fff;
    background: #001a33 url(../images/pattern-blue.jpg) 0 0;
}

    .best .title__mark {
        color: #ffea00;
    }

.best__title {
    margin-bottom: 27px;
}

.best__item {
    position: relative;
    margin-bottom: 45px;
    padding-left: 80px;
    font-size: 14px;
}

    .best__item:last-child {
        margin-bottom: 0;
    }

    .best__item.best__item {
        padding-left: 80px;
    }

.best__item-title {
    margin-bottom: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
}

.best__item-desc {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.73334;
    color: #5881a9;
}

.best__item-more {
    position: relative;
    padding-right: 20px;
    font-family: Montserrat;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
}

.best__male, .best__streamline, .best__video {
    position: absolute;
    left: 10px;
    top: 0;
    fill: #ffea00;
}

.best__male {
    width: 40px;
    height: 42px;
}

.best__video {
    width: 48px;
    height: 32px;
}

.best__streamline {
    width: 48px;
    height: 48px;
}

.blog-category {
    display: block;
    font-family: Montserrat;
    font-size: 14px;
}

.blog-category__item:nth-child(odd) {
    background-color: #f5f9fc;
}

.blog-category__link {
    padding: 15px;
    display: block;
    text-decoration: none;
}

    .blog-category__link:after {
        display: table;
        clear: both;
        content: '';
    }

.blog-category__name {
    margin-right: 50px;
    display: inline-block;
    float: left;
    color: #000000;
}

.blog-category__count {
    display: inline-block;
    float: right;
    text-align: right;
    color: #96b7cf;
}

.blog {
    display: block;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .container:after {
        display: table;
        clear: both;
        content: '';
    }

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .container-fluid:after {
        display: table;
        clear: both;
        content: '';
    }
 
 
.comment {
    display: block;
}

.comment__title {
    margin-bottom: 30px;
    font-size: 25px;
    font-weight: 700;
}

.comment__count {
    font-weight: 400;
}

.comment__item {
    margin-bottom: 30px;
}

.comment_article {
    margin-bottom: 85px;
}

.contact {
    position: relative;
    background-color: #122130;
}

.contact__map {
    position: relative;
    height: 150px;
    pointer-events: none;
}

.contact__form {
    position: relative;
    z-index: 2;
    padding: 30px;
    background-color: #f9fafb;
    width: 100%;
    max-width: 652px;
}

.contact__head {
    margin: -30px -30px 30px;
    padding: 30px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    background-color: #e5ecf4;
}

    .contact__head > :last-child {
        margin-bottom: 0;
    }

.contact__head-icon {
    position: absolute;
    top: -14px;
    left: 0;
    width: 44px;
    height: 44px;
    background-color: #dae2ea;
    border-radius: 50%;
}

.contact__phone .contact__head-icon {
    left: 0;
}

.contact__adr {
    margin-bottom: 35px;
}

.contact__adr, .contact__phone {
    position: relative;
    padding-left: 53px;
}

.contact__icon-pin {
    position: absolute;
    top: 12px;
    left: 13px;
    width: 20px;
    height: 20px;
    fill: #001a33;
}

.contact__icon-phone {
    position: absolute;
    top: 14px;
    left: 15px;
    width: 16px;
    height: 16px;
    fill: #001a33;
}

.content {
    padding-top: 50px;
    display: block;
}

.control-group {
    display: inline-block;
    font-size: 0;
}

.control-group_fullwidth {
    display: table;
    width: 100%;
}

    .control-group_fullwidth > span {
        display: table-cell;
    }

.control-group > :first-child {
    border-radius: 2px 0 0 2px;
}

    .control-group > :first-child:before {
        border-radius: 1px 0 0 1px;
    }

.control-group > :last-child {
    border-radius: 0 2px 2px 0;
}

    .control-group > :last-child:before {
        border-radius: 0 1px 1px 0;
    }

.control-remark {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 48px;
    font-size: 1rem;
    line-height: 48px;
    text-align: center;
    vertical-align: top;
    color: #84a7c9;
    background-color: #d9e2eb;
}

.control-remark__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px;
    width: 16px;
    height: 16px;
    fill: #84a7c9;
}

.countdown {
    position: relative;
    margin-bottom: 10px;
    display: block;
}

.countdown__timer {
    display: none;
}

.countdown:after {
    position: absolute;
    left: 222px;
    bottom: -61px;
    display: none;
    width: 97px;
    height: 110px;
    content: '';
    background: url(../images/countdown-arr.png) 0 0 no-repeat;
}

.countdown__section {
    position: relative;
    margin-right: 22px;
    display: inline-block;
    font-family: Montserrat;
    text-align: center;
    vertical-align: top;
}

    .countdown__section:after {
        position: absolute;
        top: 16px;
        right: -14px;
        content: ':';
        color: #245584;
    }

    .countdown__section:last-child:after {
        display: none;
    }

.countdown__item-wrap {
    height: 52px;
    overflow: hidden;
}

.countdown__period {
    margin-top: 10px;
    display: block;
    font-family: Roboto;
    font-size: 12px;
}

.course, .course-dop, .course-ext {
    display: block;
}

.course {
    position: relative;
    z-index: 2;
    padding: 41px 0;
    background-size: cover;
    background-color: #001a33;
}

.course_index {
    background: #001a33 url(../images/bg-course.jpg) 50% no-repeat;
}

.course_moto {
    background-image: url(../images/bg-course-moto.jpg);
}

.course_addition {
    padding: 50px 0;
    background-color: #d1dae1;
}

.course_theme_bgi {
    background: #001a33 url(../images/pattern-blue.jpg) 0 0;
}

.course_theme_light {
    background-color: #f5f9fc;
}

.course__title {
    color: #fff;
}

.course__list {
    margin-bottom: -30px;
}

.course__list-item {
    margin-bottom: 30px;
}

.course__item {
    position: relative;
    height: 200px;
    background-color: #fff;
    box-shadow: 0 5px 10px #000c14;
}

.course__item_consultation {
    background: #fff url(../images/bg-review.png) -21px -5px no-repeat;
    background-size: 202px 230px;
}

.course__item_police {
    background: #fff url(../images/bg-police.png) -75px -18px no-repeat;
}

.course_theme_light .course__item {
    box-shadow: 0 1px 3px #bbd0f6;
}

.course_addition .course__item {
    box-shadow: 0 1px 4px #aec0cd;
}

.course__item-head {
    padding: 0 23px 0 80px;
    height: 104px;
    line-height: 104px;
}

.course__item-head_cover {
    padding-left: 115px;
    height: 200px;
    line-height: 200px;
}

.course_addition .course__item-head_cover {
    padding-right: 65px;
    padding-left: 148px;
}

.course__item_police .course__item-head_cover {
    padding-left: 115px;
}

.course__item-name {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.71429;
    vertical-align: middle;
    text-transform: uppercase;
    color: #001a33;
}

.course__price {
    padding: 24px 23px 22px;
    font-size: 14px;
    font-weight: 400;
    color: #5b6f7e;
    background-color: #f3f7fa;
    box-shadow: inset 0 1px 3px rgba(220,233,243,.83);
}

.course__price-item {
    position: relative;
    margin-bottom: 22px;
}

    .course__price-item:after {
        display: table;
        clear: both;
        content: '';
    }

    .course__price-item:last-child {
        margin-bottom: 0;
    }

    .course__price-item:before {
        position: absolute;
        top: 6px;
        right: 46px;
        left: 80px;
        content: '';
        border-top: 1px dashed #cadce3;
    }

.course__price-kind {
    float: left;
}

.course__price-value {
    float: right;
}

.course__item-popup {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 20px;
    display: none;
    color: #fff;
    background-color: rgba(0,26,51,.96);
    border: 4px solid #ffea00;
}

.course__item:hover .course__item-popup {
    display: block;
}

.course__item-popup-name {
    margin-top: -6px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.71429;
    text-transform: uppercase;
    color: #fff;
}

.course__item-popup-action {
    position: absolute;
    right: 20px;
    left: 20px;
    bottom: 20px;
}

    .course__item-popup-action .btn {
        margin-right: 6px;
    }

.course__item-popup-period {
    margin-bottom: 16px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.course__slider {
    margin: 64px -15px 76px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
}

.course__slider-item {
    position: relative;
    padding: 50px 0;
}

    .course__slider-item:after {
        display: table;
        clear: both;
        content: '';
    }

.course__slider-item-before {
    position: absolute;
    top: 0;
    bottom: 0;
    display: none;
    background-position: 50%;
    background-size: cover;
}

.course__card {
    position: relative;
}

    .course__card:before {
        position: absolute;
        z-index: 0;
        top: -20px;
        bottom: -20px;
        display: none;
        content: '';
        border: 4px solid #ffea00;
    }

.course__filter {
    text-align: center;
}

    .course__filter.course__filter {
        margin-bottom: 0;
        font-size: 11px;
    }

.course__icon-child, .course__icon-comment, .course__icon-guard, .course__icon-logo, .course__icon-police, .course__icon-road {
    position: absolute;
    fill: #ffea00;
}

.course__icon-guard {
    top: 27px;
    left: 22px;
    width: 42px;
    height: 52px;
}

.course__icon-road {
    top: 29px;
    left: 20px;
    width: 48px;
    height: 48px;
}

.course__icon-logo {
    top: 29px;
    left: 19px;
    width: 48px;
    height: 48px;
}

.course__icon-child {
    top: 31px;
    left: 20px;
    width: 46px;
    height: 46px;
}

.course__icon-comment {
    top: 77px;
    left: 53px;
    width: 46px;
    height: 52px;
}

.course__icon-police {
    top: 69px;
    left: 49px;
    width: 53px;
    height: 52px;
}

.desc {
    margin-bottom: 40px;
    max-width: 775px;
    font-family: Montserrat;
    line-height: 2.125;
    color: #8da4bb;
}

.title + .desc {
    margin-top: -16px;
}

.dev {
    display: block;
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    color: #5c7186;
    background-color: #00162b;
}

.dev__item {
    margin-right: 21px;
    padding: 15px 0;
    display: inline-block;
}

    .dev__item:last-child {
        margin-right: 0;
    }

.dev__link {
    text-decoration: none;
    color: #829cb4;
}

.discount {
    padding-top: 50%;
    display: block;
}

.discount__title {
    padding: 14px 19px;
    display: inline-block;
    max-width: 79%;
    color: #ffea00;
    background-color: rgba(0,19,37,.9);
}

    .discount__title, .discount__title.discount__title {
        margin-bottom: 20px;
    }

.discount .title__mark {
    color: #fff;
}

.discount__body {
    position: relative;
    z-index: 1;
    padding: 18px 22px 23px;
    overflow: hidden;
    color: #fff;
}

    .discount__body:before {
        position: absolute;
        z-index: -1;
        top: -15px;
        right: 0;
        left: 0;
        height: 100%;
        padding-bottom: 10px;
        content: '';
        background-color: rgba(0,19,37,.9);
        transform: skewY(-1deg);
    }

.discount__desc {
    margin-bottom: 15px;
    line-height: 1.75;
}

.faq {
    padding: 41px 0 329px;
    display: block;
    background: #f9fafb url(../images/bg-faq_m.jpg) 100% 100% no-repeat;
}

.faq_moto {
    padding-bottom: 300px;
    background-image: url(../images/bg-faq-moto_m.jpg);
}

.faq_theme_page {
    padding: 0 0 69px;
    background-image: none;
    background-color: #fff;
}

.faq__item {
    position: relative;
    margin-bottom: 35px;
    padding-left: 24px;
}

    .faq__item:last-child {
        margin-bottom: 0;
    }

.faq__question {
    font-family: Montserrat;
    font-weight: 700;
    cursor: pointer;
}

.faq__item_active .faq__question {
    margin-bottom: 15px;
}

.faq__question:before {
    top: 7px;
    left: -10px;
    width: 14px;
    height: 2px;
}

.faq__question:after, .faq__question:before {
    position: absolute;
    content: '';
    background-color: #4c8cca;
}

.faq__question:after {
    top: 1px;
    left: -4px;
    width: 2px;
    height: 14px;
}

.faq__item_active .faq__question:after {
    display: none;
}

.faq__answer {
    display: none;
    font-size: 15px;
    line-height: 1.73334;
    color: #5881a9;
}

.faq__item_active .faq__answer, .feature {
    display: block;
}

.feature {
    overflow-x: hidden;
}

.feature__list .container {
    padding: 0 20px;
}

.feature__item {
    margin: 0 -15px;
    padding: 70px 15px;
    min-height: 290px;
    text-align: center;
}

    .feature__item:nth-child(odd) {
        background-color: #f9fafb;
    }

    .feature__item:last-child {
        border-right: 1px solid #e6ebf1;
    }

.feature__title {
    margin-bottom: 9px;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    line-height: 2.42857;
    text-transform: uppercase;
    color: #001a33;
}

.feature__desc {
    font-size: 15px;
    line-height: 1.73334;
    color: #5881a9;
}

.feature__icon {
    margin: 0 auto 10px;
    position: relative;
    width: 65px;
    height: 44px;
    line-height: 44px;
    text-align: center;
}

    .feature__icon svg {
        display: inline-block;
    }

    .feature__icon:after, .feature__icon:before {
        position: absolute;
        top: 50%;
        margin-top: -1px;
        height: 2px;
        width: 58px;
        content: '';
        background-color: #ffea00;
    }

    .feature__icon:before {
        left: 50%;
        margin-left: -91px;
    }

    .feature__icon:after {
        left: 50%;
        margin-left: 31px;
    }

.feature__price {
    width: 25px;
    height: 40px;
    fill: #00386e;
}

.feature__timer {
    width: 34px;
    height: 41px;
    fill: #00386e;
}

.feature__people {
    width: 51px;
    height: 41px;
    fill: #00386e;
}

.feature__target {
    width: 41px;
    height: 41px;
    fill: #00386e;
}

.feature__teacher {
    width: 54px;
    height: 42px;
    fill: #00386e;
}

.feature__stop {
    width: 42px;
    height: 42px;
    fill: #00386e;
}

.feature__docs {
    width: 33px;
    height: 44px;
    fill: #00386e;
}

.feature__chair {
    width: 53px;
    height: 41px;
    fill: #00386e;
}

.filter {
    margin-bottom: 30px;
    font-size: 15px;
}

.filter__item {
    position: relative;
    margin-bottom: 20px;
    padding: 0 26px;
    display: inline-block;
    height: 40px;
    font-family: Montserrat;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    cursor: pointer;
    color: #02050a;
    border-radius: 18px;
}

.course__filter .filter__item, .filter_theme_white .filter__item {
    color: #fff;
}

.filter__item_active {
    cursor: default;
    background-color: #ffea00;
    box-shadow: inset 0 -2px 0 #ffd200;
}

.course__filter .filter__item_active, .filter_theme_white .filter__item_active {
    color: #02050a;
}

.filter__item-text {
    display: inline-block;
    line-height: 1.2;
}

.footer {
    display: block;
    font-size: 15px; 
    /*background-color: #041e37;*/
}

.footer__body {
    padding-top: 41px;
    padding-bottom: 41px;
}

.footer__section {
    margin-bottom: 40px;
}

    .footer__section:last-child {
        margin-bottom: 0;
    }

.footer__title {
    margin-bottom: 23px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.footer__text {
    font-size: 15px;
    line-height: 1.6;
}

.footer__logo.footer__logo {
    margin-top: 20px;
    margin-left: 0;
    font-size: 16px;
}

.footer__post {
    margin-bottom: 32px;
}

    .footer__post:nth-child(3) {
        margin-bottom: 20px;
    }

.footer__post-wrap {
    text-decoration: none;
    color: currentColor;
}

.footer__post-title {
    position: relative;
    top: 4px;
    margin: 0 0 14px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}

.footer__more {
    position: relative;
    display: inline-block;
    font-family: Montserrat;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
}

    .footer__more:hover {
        text-decoration: underline;
    }

.footer__more-icon {
    position: relative;
    top: 1px;
    display: inline-block;
    width: 12px;
    height: 12px;
    fill: #ffea00;
}

.footer__instagramm-list {
    margin: 0 -7px 10px;
    font-size: 0;
}

.footer__instagramm-item {
    position: relative;
    margin: 0 7px 14px;
    display: inline-block;
    width: 68px;
    height: 68px;
    background-color: #fca67f;
    border: 4px solid #244668;
}

    .footer__instagramm-item img {
        max-width: 100%;
    }

.footer__instagramm-link {
    display: block;
}

    .footer__instagramm-link:before {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        content: '';
        opacity: 0;
        transition: opacity .3s;
        background-color: rgba(0,0,0,.5);
    }

    .footer__instagramm-link:hover:before {
        opacity: 1;
    }

.footer__hours-item {
    margin-bottom: 15px;
    width: 100%;
    font-size: 15px;
}

    .footer__hours-item:after {
        display: table;
        clear: both;
        content: '';
    }

.footer__hours-day {
    margin-right: 10px;
    float: left;
    font-weight: 700;
}

.footer__hours-time {
    float: right;
    width: 100px;
    text-align: right;
}

.footer__hours-separ {
    position: relative;
    top: 8px;
    margin-right: 95px;
    overflow: hidden;
    height: 2px;
    line-height: 2px;
}

.footer__hours-item:last-child .footer__hours-separ {
    margin-right: 53px;
}

.footer__hours-separ:before {
    width: 100%;
    height: 2px;
    content: '';
    background: #041e37 linear-gradient(90deg,transparent 75%,#000d1a 0) 50%/7px;
}

.footer__hours-separ:before, .form {
    position: relative;
    display: block;
}

    .form > :last-child {
        margin-bottom: 0;
    }

.form__title {
    margin: 0 0 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.41667;
    text-transform: uppercase;
    color: #081b34;
}

.form__mark {
    position: relative;
    padding: 0 6px;
    display: inline-block;
    font-weight: 400;
}

    .form__mark:before {
        position: absolute;
        z-index: 0;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        content: '';
        background-color: #ffea00;
        transform: skewX(-12deg);
    }

.form__mark-text {
    position: relative;
    z-index: 1;
}

.form__desc {
    margin-bottom: 27px;
    font-size: 14px;
    line-height: 1.57143;
}

.form__row {
    margin-bottom: 26px;
}

.tiser .form__row {
    margin-bottom: 22px;
}

.form__row-mobile {
    margin-bottom: 26px;
}

.form__info {
    position: relative;
    margin: 5px 0;
    padding-left: 48px;
    font-size: 14px;
    line-height: 1.57143;
    color: #a3a3a3;
}

.form__rate {
    margin-bottom: 20px;
}

.form__rate-lbl {
    margin-right: 8px;
    display: inline-block;
    font-family: Montserrat;
    font-size: 13px;
    color: #001d37;
}

.form__rate-star {
    position: relative;
    top: 1px;
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    fill: #d9e2eb;
}

.form__rate-star_active {
    fill: #ffea00;
}

.gallery {
    padding: 41px 0;
    overflow-x: hidden;
    background-color: #f9fafb;
}

.gallery__container {
    position: relative;
    z-index: 1;
}

    .gallery__container:before {
        position: absolute;
        z-index: -1;
        right: -90px;
        top: -186px;
        width: 421px;
        height: 418px;
        content: '';
        background: url(../images/bg-gallery.png) 0 0 no-repeat;
    }

.gallery__list-item {
    margin-bottom: 30px;
}

.gallery__fig {
    overflow: hidden;
    font-size: 0;
    background-color: #0d0322;
    border-radius: 2px;
    box-shadow: 0 4px 20px rgba(81,127,160,.13);
}

    .gallery__fig img {
        max-width: 100%;
        height: auto;
    }

.head-page {
    padding: 41px 15px;
    display: block;
    background-color: #f5f9fc;
    border-bottom: 1px solid #e5f1fc;
}

.header {
    position: relative;
    z-index: 5;
    display: block;
}

.header__row {
    padding-top: 22px;
    padding-bottom: 22px;
}

.header__contact {
    display: none;
}

.header__address, .header__phone {
    position: relative;
    font-size: 14px;
    font-weight: 700;
    line-height: 42px;
    text-transform: uppercase;
    color: #02050a;
}

.header__address {
    padding-left: 25px;
    letter-spacing: 1px;
}

.header__phone {
    padding-left: 23px;
    text-decoration: none;
}

.header__callback {
    width: 100%;
    height: 42px;
    line-height: 42px;
}

.header__pin {
    top: 10px;
    width: 20px;
    height: 20px;
}

.header__phone-icon, .header__pin {
    position: absolute;
    left: 0;
    fill: #4c8cca;
}

.header__phone-icon {
    top: 3px;
    width: 16px;
    height: 16px;
}

.zoom {
    position: absolute;
    z-index: 5;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -8px;
    width: 16px;
    height: 16px;
    fill: #fff;
}

.footer__instagramm-item .zoom, .sertificate__thumb .zoom {
    opacity: 0;
    transition: opacity .2s;
}

.footer__instagramm-item:hover .zoom, .sertificate__thumb:hover .zoom {
    opacity: 1;
}

.inp {
    position: relative;
    display: inline-block;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 400;
    line-height: 48px;
    background-color: #d9e2eb;
}

    .inp:before {
        position: absolute;
        top: 2px;
        right: 2px;
        left: 2px;
        bottom: 2px;
        content: '';
        background-color: #fff;
    }

.inp__box {
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.inp__control {
    position: relative;
    padding: 0 14px;
    display: inline-block;
    height: 48px;
    font: inherit;
    line-height: inherit;
    background-color: transparent;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.control-group_fullwidth .inp__control {
    width: 100%;
}

.inp__control::-webkit-input-placeholder {
    color: #a5b8cc;
    opacity: 1;
}

.inp__control::-moz-placeholder {
    color: #a5b8cc;
    opacity: 1;
}

.inp__control:-ms-input-placeholder {
    color: #a5b8cc;
    opacity: 1;
}

.inp__control::placeholder {
    color: #a5b8cc;
    opacity: 1;
}

.instructor-about {
    padding: 108px 0;
    display: block;
    background-color: #0a2231;
    background-size: cover;
}

.instructor-about__inner {
    position: relative;
    z-index: 1;
}

.instructor-about__text {
    padding: 15px 15px 60px;
}

.instructor-about__text-body {
    margin-bottom: 28px;
    line-height: 1.625;
    color: #b4c6d9;
}

.instructor-about__category {
    padding: 30px 15px;
    background: #06151d url(../images/bg-about-inst.png) right 101% no-repeat;
    background-size: 241px 117px;
}

    .instructor-about__category .title {
        font-size: 18px;
        margin-bottom: 0;
    }

.instructor-about__category-value {
    padding-bottom: 50px;
    font-size: 44px;
    font-weight: 500;
    color: #ffea00;
    text-transform: uppercase;
}

.instructor-profile {
    padding-top: 40px;
    display: block;
    background-color: #f9fafb;
}

.instructor-profile__fig {
    margin-bottom: 50px;
    font-size: 0;
}

    .instructor-profile__fig img {
        max-width: 100%;
    }

.instructor-profile__name {
    margin-bottom: 30px;
    font-size: 32px;
    text-transform: uppercase;
}

.instructor-profile__type {
    margin-bottom: 40px;
    font-family: Montserrat;
    font-size: 22px;
    color: #02050a;
}

.instructor-profile__quote {
    margin-bottom: 70px;
    font-family: Montserrat;
    font-size: 16px;
    line-height: 2.125;
    color: #8da4bb;
}

.instructor-profile__quote-inner {
    position: relative;
    display: inline;
}

    .instructor-profile__quote-inner:before {
        top: -10px;
        left: -56px;
        content: '«';
    }

    .instructor-profile__quote-inner:after, .instructor-profile__quote-inner:before {
        position: absolute;
        display: none;
        font-family: Montserrat;
        font-size: 96px;
        line-height: 0;
        color: #e8edf0;
    }

    .instructor-profile__quote-inner:after {
        right: -55px;
        bottom: 13px;
        content: '»';
    }

.instructor-profile__call {
    padding: 45px 0;
    background-color: #f0f4f7;
}

.instructor-profile__price {
    margin-bottom: 25px;
    display: block;
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
    color: #5b6f7e;
}

.instructor-profile__price-value {
    margin-right: 12px;
    font-size: 32px;
    font-weight: 300;
    color: #254258;
}

.instructor {
    padding: 41px 0;
    display: block;
    background-color: #f9fafb;
}

.instructor__pager {
    margin-top: 40px;
    margin-bottom: 25px;
    text-align: center;
}

.instructor__pager-item {
    margin: 0 3px;
    overflow: hidden;
    display: inline-block;
    width: 52px;
    height: 52px;
    text-align: center;
    cursor: pointer;
    background-color: #e5e2e0;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(193,206,219,.4);
}

    .instructor__pager-item img {
        max-width: 100%;
    }

.instructor__pager-item_active {
    border-color: #ffea00;
    box-shadow: 0 3px 10px rgba(255,102,0,.4);
}

.instructor__fig {
    text-align: center;
    font-size: 0;
}

    .instructor__fig img {
        max-width: 100%;
    }

.instructor__body {
    padding-top: 50px;
}

.instructor__name {
    margin: 0 0 15px;
    font-size: 32px;
    text-transform: uppercase;
}

.instructor__type {
    margin-bottom: 42px;
    font-family: Montserrat;
    font-size: 15px;
}

.instructor__quote {
    padding-right: 50px;
    font-family: Montserrat;
    font-size: 16px;
    line-height: 2.125;
    color: #8da4bb;
}

.instructor__quote-inner {
    position: relative;
    display: inline;
}

.lbl {
    margin-bottom: 14px;
    font-family: Montserrat;
}

.lbl, .logo {
    display: block;
    font-size: 14px;
}

.logo {
    position: relative;
    margin-top: 5px;
    margin-left: 60px;
    padding-left: 42px;
}

    .logo.footer__logo {
        padding-left: 26px;
    }

.logo__link, .logo__link:hover {
    text-decoration: none;
    color: inherit;
}

.logo__icon {
    position: absolute;
    top: -9px;
    left: 0;
    width: 32px;
    height: 32px;
    fill: currentColor;
}

.footer__logo .logo__icon {
    top: -1px;
    width: 20px;
    height: 20px;
}

.logo__text {
    font-family: Montserrat;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.main {
    display: block;
}

 

.nav__btn-wrap {
    position: absolute;
    top: 13px;
    left: 15px;
}

.nav__btn {
    position: relative;
    padding: 0;
    width: 39px;
    height: 39px;
}

.footer .nav__btn {
    display: none;
}

.nav__icon {
    top: 50%;
    right: 11px;
    left: 11px;
    margin-top: -2px;
}

    .nav__icon, .nav__icon:after, .nav__icon:before {
        position: absolute;
        height: 2px;
        background-color: #02050a;
    }

        .nav__icon:after, .nav__icon:before {
            right: 0;
            left: 0;
            content: '';
        }

        .nav__icon:before {
            top: -6px;
        }

        .nav__icon:after {
            bottom: -6px;
        }

.nav__inner {
    position: fixed;
    z-index: 150;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    opacity: 1;
    visibility: hidden;
    transition: opacity .35s,visibility .35s,width .35s;
}

.nav_open .nav__inner {
    height: 100%;
    opacity: .9;
    overflow: auto;
    visibility: visible;
}

.nav_open .footer .nav__inner {
    display: none;
}

.nav__inner:after, .nav__inner:before {
    position: fixed;
    top: 0;
    bottom: 0;
    content: '';
    background-color: rgba(0,22,43,.95);
    transition: transform .35s ease;
}

.nav__inner:before {
    right: 50%;
    left: 0;
    transform: translate3D(-55%,0,0);
}

.nav_open .nav__inner:before {
    transform: translateX(0);
}

.nav__inner:after {
    z-index: -1;
    display: block;
    right: 0;
    left: 50%;
    transform: translate3D(55%,0,0);
}

.nav_open .nav__inner:after {
    transform: translateX(0);
}

.nav__close {
    position: absolute;
    top: 20px;
    right: 30px;
    width: 20px;
    height: 20px;
}

    .nav__close:before {
        transform: rotate(45deg);
    }

    .nav__close:after, .nav__close:before {
        position: absolute;
        left: 9px;
        top: -2px;
        width: 2px;
        height: 27px;
        content: '';
        background-color: #fff;
    }

    .nav__close:after {
        transform: rotate(-45deg);
    }

.nav__list {
    margin: 0 50px;
    text-transform: uppercase;
}

.nav__item {
    position: relative;
}

.nav__sub .nav__item {
    display: block;
    text-align: left;
    border-left: none;
    border-bottom: 1px solid #082848;
}

    .nav__sub .nav__item:last-child {
        border-bottom: none;
        border-right: none;
    }

.nav__sub-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
    display: none;
    width: 9px;
    height: 14px;
    fill: #22384d;
}

.nav__sub .nav__item:hover .nav__sub-icon {
    fill: #ffea00;
}

.nav__sub {
    position: relative;
    background-color: #001a33;
    border-top: 3px solid #ffea00;
}

    .nav__sub:before {
        position: absolute;
        top: -8px;
        left: 50%;
        margin-left: -6px;
        content: '';
        border-bottom: 8px solid #ffea00;
        border-left: 8px solid hsla(0,0%,100%,0);
        border-right: 8px solid hsla(0,0%,100%,0);
    }

    .nav__sub .nav__sub {
        background-color: #00172e;
    }

.nav__link {
    position: relative;
    padding: 0 18px;
    display: block;
    overflow: hidden;
    line-height: 57px;
    text-align: center;
    text-decoration: none;
    color: #fff;
}

    .nav__link:after {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        height: 3px;
        content: '';
        background-color: #ffea00;
        transition: transform .4s;
    }

    .nav__link:hover {
        color: #ffea00;
    }

.nav__link_has-sub:after, .nav__sub .nav__link:after {
    display: none;
}

.nav__sub .nav__item:hover .nav__link {
    color: #ffea00;
}

.nav__sub .nav__item:hover .nav__sub .nav__link {
    color: #fff;
}

    .nav__sub .nav__item:hover .nav__sub .nav__link:hover {
        color: #ffea00;
    }

.numbers {
    padding: 0;
    display: block;
    color: #fff;
    background: #001a33 url(../images/pattern-blue.jpg) 0 0;
}

.numbers__list {
    margin: 0 15px;
}

.numbers__list-item {
    position: relative;
    padding: 41px 15px;
    text-align: center;
}

    .numbers__list-item:after {
        position: absolute;
        top: 0;
        right: 17%;
        left: 17%;
        height: 2px;
        content: '';
        background: linear-gradient(90deg,transparent 75%,#0f3960 0) 50%/8px;
    }

    .numbers__list-item:first-child {
        border-left: none;
    }

        .numbers__list-item:first-child:after {
            display: none;
        }

.numbers__value {
    margin-bottom: 18px;
    font-family: Montserrat;
    font-size: 38px;
    color: #ffea00;
}

.numbers__desc {
    position: relative;
    padding-bottom: 28px;
    font-size: 15px;
    line-height: 1.73334;
}

    .numbers__desc:after {
        position: absolute;
        left: 50%;
        bottom: 0;
        margin-left: -15px;
        width: 30px;
        height: 2px;
        content: '';
        background-color: #ffea00;
    }

.offer {
    margin-bottom: 50px;
    padding: 80px 15px;
    display: block;
    text-align: center;
    color: #fff;
    background: #041320 url(../images/bg-offer.jpg) 50% no-repeat;
    background-size: cover;
}

.offer__title, .offer__value {
    font-family: Montserrat;
    text-transform: uppercase;
}

.offer__title {
    margin-bottom: 15px;
    font-size: 32px;
    font-weight: 700;
}

.offer__value {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    font-size: 50px;
}

    .offer__value:after, .offer__value:before {
        position: relative;
        top: -7px;
        display: none;
        width: 50%;
        height: 14px;
        vertical-align: middle;
        content: '';
        background-color: #ffea00;
        background-clip: content-box;
    }

    .offer__value:before {
        left: -50px;
        margin-left: -50%;
    }

    .offer__value:after {
        right: -50px;
        margin-right: -50%;
    }

 
h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat;
}

.hidden {
    display: none;
    visibility: hidden;
}

.pagetitle {
    padding: 40px 15px;
    margin-left: -15px;
    margin-right: -15px;
    display: block;
    font-family: Montserrat;
    font-size: 25px;
    font-weight: 400;
    color: #001a33;
    background-color: #f5f9fc;
}


img.mfp-img {
    margin: 0 auto;
    padding: 40px 0;
    display: block;
    box-sizing: border-box;
    width: auto;
    max-width: 100%;
    height: auto;
    line-height: 0;
}

.mfp-figure {
    overflow: hidden;
    max-width: 730px;
    line-height: 0;
    border: 4px solid #fff;
    border-radius: 3px;
}

    .mfp-figure:after {
        position: absolute;
        z-index: -1;
        top: 40px;
        right: 0;
        left: 0;
        bottom: 40px;
        display: block;
        width: auto;
        height: auto;
        content: '';
        background: #444;
        box-shadow: 0 0 8px rgba(0,0,0,.6);
    }

    .mfp-figure small {
        display: block;
        font-size: 12px;
        line-height: 14px;
        color: #bdbdbd;
    }

    .mfp-figure figure {
        margin: 0;
    }

    .mfp-figure img {
        padding: 0;
    }

.mfp-bottom-bar {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: -36px;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    padding-right: 36px;
    line-height: 18px;
    text-align: left;
    word-wrap: break-word;
    color: #f3f3f3;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

.popup, .post-list {
    display: block;
}

.post-list {
    margin-bottom: 50px;
}

.post {
    padding: 50px 0 47px;
    display: block;
    border-top: 1px solid #e5f1fc;
}

    .post:first-child {
        padding-top: 0;
        border-top: none;
    }

.subscribe + .post {
    border-top: none;
}

 

.post__title {
    margin-bottom: 10px;
    padding: 5px 0;
    font-size: 14px;
    font-weight: 700;  
}

.post__title-link {
    text-decoration: none;
    color: inherit;
}

.post__text {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.7;
    color: #041e37;
}

.post__meta {
    font-family: Montserrat;
    font-size: 14px;
    color: #5881a9;
    
}

.post__meta-item {
    margin-right: 26px;
    display: inline-block;
}

.post__meta-comments {
    position: relative;
    text-decoration: none;
    color: #00509c;
}

.post__meta-view {
    position: relative;
}

.post__date {
    position: absolute;
    top: 13px;
    left: 27px;
    padding: 8px 10px;
    font-size: 12px;
    color: #001a33;
    background-color: #fff;
}

    .post__date:after {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        content: '';
        border: 2px solid #ffea00;
        transform: translate(-4px,-4px);
    }

.price-table {
    margin-bottom: 70px;
    display: block;
}

.price-table__list {
    margin-bottom: -60px;
}

.price-table__item {
    position: relative;
    margin-bottom: 30px;
    padding: 30px 20px 20px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 4px 20px rgba(81,127,160,.13);
}

.price-table__item_best {
    padding-top: 54px;
    padding-bottom: 44px;
    border: 6px solid #ffea00;
}

.price-table__best {
    position: absolute;
    top: 22px;
    right: 0;
    left: 0;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #ffd200;
}

.price-table__value {
    position: relative;
    margin: 0 11px 21px;
    padding: 0 0 4px;
    overflow: hidden;
    font-family: Montserrat;
    font-size: 38px;
    white-space: nowrap;
}

    .price-table__value:after, .price-table__value:before {
        position: relative;
        display: inline-block;
        width: 50%;
        height: 2px;
        vertical-align: middle;
        content: '';
        background-color: #ffea00;
        background-clip: content-box;
    }

    .price-table__value:before {
        left: -15px;
        margin-left: -50%;
    }

    .price-table__value:after {
        right: -15px;
        margin-right: -50%;
    }

.price-table__discount {
    margin: -1px -19px -4px;
    display: inline-block;
    width: 42px;
    height: 42px;
    font-family: Montserrat;
    font-size: 13px;
    line-height: 38px;
    text-align: center;
    vertical-align: top;
    background-color: #ffea00;
    border: 2px solid #fff;
    border-radius: 50%;
}

.price-table__name {
    margin-bottom: 25px;
    font-family: Montserrat;
    font-size: 18px;
    color: #7898b8;
}

.price-table__feature-list {
    margin-bottom: 34px;
}

.price-table__feature-item {
    padding: 16px 15px;
    font-size: 15px;
    color: #2a4f73;
}

    .price-table__feature-item:nth-child(odd) {
        background-color: #f9fafc;
    }

.price-table__btn {
    width: 210px;
}

.price-table__stars {
    position: absolute;
    left: 0;
    bottom: 14px;
    width: 100%;
    text-align: center;
}

.price-table__star {
    display: inline-block;
    width: 9px;
    height: 9px;
    fill: #ffea00;
}

.price {
    position: relative;
    z-index: 2;
    padding: 40px 0;
    display: block;
    background-color: #f9fafb;
}

.price_index {
    background: #f9fafb url(../images/bg-price.jpg) bottom no-repeat;
}

.price_moto {
    background-image: url(../images/bg-price-moto.jpg);
    background-position: 0 100%;
}

.price__desc {
    margin-bottom: 20px;
}

.profile {
    position: relative;
    margin-top: -51px;
    margin-bottom: 40px;
    display: block;
}

    .profile:before {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 138px;
        content: '';
        background-color: #f5f9fc;
        border-bottom: 1px solid #e5f1fc;
    }

.profile__head {
    position: relative;
    margin-bottom: 0;
    padding-top: 34px;
    padding-bottom: 28px;
}

.profile__name {
    margin-bottom: 19px;
    font-family: Montserrat;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}

.profile__rating {
    margin-bottom: 10px;
    font-size: 10px;
}

.profile__car {
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #98b5c7;
}

.profile__category {
    font-size: 90px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    color: #d9e2eb;
}

.profile__section {
    margin-bottom: 50px;
}

.profile__price {
    margin-right: 24px;
    margin-bottom: 10px;
    display: block;
    font-weight: 400;
    vertical-align: bottom;
    color: #5b6f7e;
}

.profile__price-value {
    margin-right: 12px;
    font-size: 35px;
    font-weight: 300;
    color: #254258;
}

.profile__call + .profile__call {
    margin-left: 10px;
}

.profile__data {
    margin-top: 24px;
    padding: 25px 20px;
    font-size: 15px;
    color: #507087;
    background-color: #f7fafd;
}

.profile__data-item {
    margin-bottom: 12px;
    display: table;
    width: 100%;
}

    .profile__data-item:last-child {
        margin-bottom: 0;
    }

.profile__data-separ, .profile__data-term, .profile__data-value {
    display: table-cell;
}

.profile__data-term {
    font-weight: 500;
}

.profile__data-separ {
    position: relative;
    top: -1px;
    padding: 0 5px;
    display: table-cell;
    width: 100%;
    height: 3px;
}

    .profile__data-separ:after {
        display: inline-block;
        width: 100%;
        height: 2px;
        vertical-align: middle;
        content: '';
        background: linear-gradient(90deg,transparent 65%,#c0d0de 0) 50%/6px;
    }

.profile__desc {
    font-size: 15px;
    line-height: 1.73334;
    color: #5881a9;
}

.profile__review-item {
    margin-bottom: 30px;
}

    .profile__review-item:last-child {
        margin-bottom: 0;
    }

.profile__fig {
    margin: 0 -9px;
    font-size: 0;
}

    .profile__fig:after {
        display: table;
        clear: both;
        content: '';
    }

    .profile__fig img {
        max-width: 100%;
    }

.profile__fig-img {
    margin: 0 13px 20px 9px;
    overflow: hidden;
    background-color: #ecf2f7;
    border: 4px solid #fff;
    border-radius: 2px;
}

.profile__fig-img, .profile__fig-thumb {
    box-shadow: 0 1px 2px rgba(0,71,100,.09),0 0 0 1px #dde8f2;
}

.profile__fig-thumb {
    margin: 0 9px 18px;
    float: left;
    width: 80px;
    height: 80px;
    cursor: pointer;
    background-color: #dde8f2;
    border: 3px solid #fff;
    border-radius: 2px;
}

.profile__rating-icon {
    display: inline-block;
    width: 13px;
    height: 13px;
    fill: #ffea00;
}

.quote {
    padding: 40px 0;
    display: block;
}

.review-list .quote:first-child {
    padding-top: 0;
}

.quote_type_block {
    padding: 0;
    background-color: #fff;
    box-shadow: 0 1px 13px rgba(0,26,51,.1);
}

    .quote_type_block + .quote_type_block {
        margin-top: 30px;
        margin-left: 30px;
    }

.review-list .quote:nth-child(even) {
    background-color: #fbfdfe;
}

.quote__header {
    position: relative;
    padding: 10px 0 24px 80px;
    min-height: 82px;
    border-bottom: 1px solid #d9e4ee;
}

    .quote__header:after {
        position: absolute;
        left: 25px;
        bottom: -5px;
        width: 7px;
        height: 7px;
        content: '';
        background-color: #fff;
        box-shadow: 1px -1px 0 #d9e4ee;
        transform: rotate(-45deg);
    }

.quote_type_block .quote__header {
    padding: 32px 24px 34px 98px;
    min-height: 102px;
}

    .quote_type_block .quote__header:after {
        left: 49px;
    }

.quote__fig {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 58px;
    height: 58px;
    font-size: 0;
    background-color: #a2a2a2;
    border: 4px solid #fff;
    border-radius: 50%;
    box-shadow: 0 1px 2px rgba(81,127,160,.24);
}

    .quote__fig img {
        max-width: 100%;
    }

.quote_type_block .quote__fig {
    top: 20px;
    left: 24px;
}

.quote__author {
    font-size: 14px;
    font-weight: 500;
    color: #001a33;
}

.quote__answer {
    position: absolute;
    top: 50%;
    right: 24px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
}

.quote__body {
    padding-top: 25px;
    font-family: Times New Roman,Roman,serif;
    font-size: 18px;
    font-style: italic;
    line-height: 1.45;
    color: #8da4bb;
}

.quote_type_block .quote__body {
    padding: 25px 24px 26px;
}

.review, .review-list {
    display: block;
}

.review {
    padding: 0 0 50px;
    overflow-x: hidden;
    background-color: #f8fafb;
}

.review_theme_dark {
    background-color: #001224;
}

.review__container {
    position: relative;
    z-index: 1;
}

    .review__container:before {
        position: absolute;
        z-index: -1;
        right: -155px;
        top: -90px;
        width: 270px;
        height: 348px;
        content: '';
        background: url(../images/bg-review.png) 0 0 no-repeat;
        background-size: 250px;
    }

.review_theme_dark .review__container:before {
    opacity: .02;
}

.review__list-item {
    margin-bottom: 30px;
}

.review__title {
    padding-top: 40px;
    text-align: center;
}

.review_theme_dark .review__title {
    color: #fff;
}

.review__pager {
    margin-top: 40px;
    margin-bottom: 25px;
    text-align: center;
}

.review__pager-item {
    margin: 0 3px;
    overflow: hidden;
    display: inline-block;
    width: 52px;
    height: 52px;
    cursor: pointer;
    background-color: #e5e2e0;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(193,206,219,.4);
}

.review__pager-item_active {
    border-color: #ffea00;
    box-shadow: 0 3px 10px rgba(255,102,0,.4);
}

.review__block-body {
    position: relative;
    padding: 30px 15px 50px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 4px 20px rgba(81,127,160,.13);
}

    .review__block-body:before {
        top: -6px;
        left: 29px;
        content: '«';
    }

    .review__block-body:after, .review__block-body:before {
        position: absolute;
        display: none;
        font-family: Montserrat;
        font-size: 78px;
        color: #e8edf0;
    }

    .review__block-body:after {
        right: 31px;
        bottom: 50px;
        content: '»';
    }

.review__block-text {
    position: relative;
    margin-bottom: 20px;
    font-family: Times New Roman;
    font-size: 22px;
    font-style: italic;
    line-height: 1.45;
    color: #8da4bb;
}

.review__block-footer {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #001a33;
}

.review__styler {
    position: absolute;
    right: 30px;
    left: 30px;
    bottom: 21px;
    overflow: hidden;
}

    .review__styler:after, .review__styler:before {
        position: relative;
        top: -1px;
        display: inline-block;
        width: 50%;
        height: 1px;
        vertical-align: middle;
        content: '';
        background-color: #f0f3f5;
        background-clip: content-box;
    }

    .review__styler:before {
        left: -7px;
        margin-left: -50%;
    }

    .review__styler:after {
        right: -7px;
        margin-right: -50%;
    }

.review__styler-icon {
    display: inline-block;
    width: 13px;
    height: 13px;
    fill: #ffea00;
}

.rd-container {
    display: none;
    padding: 10px;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,26,51,.5);
}

.rd-container-attachment {
    position: absolute;
}

.rd-month {
    display: inline-block;
    margin-right: 25px;
}

.rd-month-label {
    padding: 10px;
    margin: -10px -10px 10px;
    display: block;
    white-space: nowrap;
    background-color: #001a33;
    color: #fff;
}

.rd-month:last-child {
    margin-right: 0;
}

.rd-back, .rd-next {
    width: 16px;
    height: 16px;
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
    padding: 0;
    margin: 0;
    text-align: center;
    line-height: 16px;
    color: #fff;
}

    .rd-back[disabled], .rd-next[disabled] {
        cursor: default;
    }

.rd-back {
    float: left;
}

.rd-next {
    float: right;
}

.rd-back:before {
    background: url(../images/back.svg) 0 0 no-repeat;
}

.rd-back:before, .rd-next:before {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 12px;
    content: '';
}

.rd-next:before {
    background: url(../images/next.svg) 0 0 no-repeat;
}

.rd-day-head {
    color: #9aaec1;
}

.rd-day-body, .rd-day-head {
    width: 28px;
    height: 28px;
    font-size: 13px;
}

.rd-day-body {
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    color: #54708b;
}

.rd-day-selected, .rd-time-option:hover, .rd-time-selected {
    cursor: pointer;
    background-color: #e9edf0;
    color: #fff;
}

.rd-day-selected {
    color: #00172e;
    background-color: #ffea00;
    border-radius: 50%;
}

.rd-day-next-month, .rd-day-prev-month {
    color: #999;
}

.rd-day-disabled {
    cursor: default;
    color: #fcc;
}

.rd-time {
    position: relative;
    display: inline-block;
    margin-top: 5px;
    min-width: 80px;
}

.rd-time-list {
    display: none;
    position: absolute;
    overflow-y: scroll;
    max-height: 160px;
    left: 0;
    right: 0;
    background-color: #fff;
    color: #333;
}

.rd-time-option, .rd-time-selected {
    padding: 5px;
}

.rd-day-concealed {
    visibility: hidden;
}

.routes {
    position: relative;
    padding: 45px 0;
    display: block;
    height: 473px;
}

.routes__container {
    position: relative;
    z-index: 1;
}

.routes__map {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.search {
    position: relative;
    display: block;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 400;
    line-height: 48px;
    background-color: #d9e2eb;
    border-radius: 2px;
}

.head-page .search {
    display: none;
}

.search:before {
    position: absolute;
    top: 2px;
    right: 2px;
    left: 2px;
    bottom: 2px;
    content: '';
    background-color: #fff;
    border-radius: 1px;
}

.search__box {
    position: relative;
    padding-right: 34px;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.search__control {
    position: relative;
    padding: 0 14px;
    display: inline-block;
    width: 100%;
    height: 48px;
    font: inherit;
    line-height: inherit;
    background-color: transparent;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .search__control::-webkit-input-placeholder {
        color: #a5b8cc;
        opacity: 1;
    }

    .search__control::-moz-placeholder {
        color: #a5b8cc;
        opacity: 1;
    }

    .search__control:-ms-input-placeholder {
        color: #a5b8cc;
        opacity: 1;
    }

    .search__control::placeholder {
        color: #a5b8cc;
        opacity: 1;
    }

.search__btn {
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    width: 34px;
    background-color: #fff;
    border: none;
}

.select {
    display: block;
}

.for-select {
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 32px;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    fill: #84a7c9;
}

.jq-selectbox {
    width: 100%;
    vertical-align: middle;
    cursor: pointer;
}

.jq-selectbox__select {
    padding: 0 31px 0 13px;
    width: 100%;
    height: 48px;
    font: 13px Montserrat,sans-serif;
    line-height: 44px;
    background-color: #fff;
    border: 2px solid #d9e2eb;
    border-radius: 2px;
}

.control-group ~ .jq-selectbox__select {
    border-right: none;
}

.control-group .jq-selectbox:last-child .jq-selectbox__select {
    border-radius: 0 2px 2px 0;
}

.select_theme_dark .jq-selectbox__select {
    color: #fff;
    background-color: #012;
    border-color: #00284f;
}

.select_iconed .jq-selectbox__select {
    padding-left: 60px;
}

    .select_iconed .jq-selectbox__select:before {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        bottom: 0;
        width: 48px;
        content: '';
        background-color: #d9e2eb;
    }

.jq-selectbox__select:hover {
    background: #fff;
}

.select_theme_dark .jq-selectbox__select:hover {
    background-color: #012;
}

.jq-selectbox__select:active {
    background: #fff;
}

.select_theme_dark .jq-selectbox__select:active {
    background-color: #012;
}

.jq-selectbox.focused .jq-selectbox__select {
    border: 2px solid #5794bf;
}

.jq-selectbox.disabled .jq-selectbox__select {
    color: #888;
    background: #f5f5f5;
    border-color: #ccc;
    box-shadow: none;
}

.jq-selectbox__select-text {
    display: block;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jq-selectbox .placeholder {
    color: #a5b8cc;
}

.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 31px;
    height: 100%;
}

.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 20px;
    right: 11px;
    width: 0;
    height: 0;
    border-top: 5px solid #999;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
    border-top-color: #000;
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
    border-top-color: #aaa;
}

.jq-selectbox__dropdown {
    margin: 2px 0 0;
    padding: 9px 10px;
    width: 100%;
    font: 13px/18px Montserrat;
    background-color: #d9e2eb;
    border: 2px solid #d9e2eb;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
}

.jq-selectbox__search {
    margin: 5px;
}

    .jq-selectbox__search input {
        margin: 0;
        padding: 5px 27px 6px 8px;
        width: 100%;
        color: #333;
        border: 1px solid #ccc;
        border-radius: 3px;
        outline: none;
        box-shadow: inset 1px 1px #f1f1f1;
        -webkit-appearance: textfield;
    }

.jq-selectbox__not-found {
    margin: 5px;
    padding: 5px 8px 6px;
    font-size: 13px;
    background: #f0f0f0;
}

.jq-selectbox ul {
    margin: 0;
    padding: 0;
}

.jq-selectbox li {
    margin-bottom: 5px;
    padding: 5px 10px;
    min-height: 18px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #84a7c9;
    background-color: #d1dce6;
    border-radius: 2px;
}

    .jq-selectbox li:last-child {
        margin-bottom: 0;
    }

    .jq-selectbox li.selected {
        color: #fff;
        background-color: #a3abb1;
    }

    .jq-selectbox li:hover {
        color: #fff;
        background-color: #08c;
    }

    .jq-selectbox li.disabled {
        color: #aaa;
    }

    .jq-selectbox li.disabledhover {
        background: none;
    }

    .jq-selectbox li.optgroup {
        font-weight: 700;
    }

    .jq-selectbox li.optgrouphover {
        cursor: default;
        color: #231f20;
        background: none;
    }

    .jq-selectbox li.option {
        padding-left: 25px;
    }

.sertificate {
    padding: 41px 0 50px;
    display: block;
    background: #001a33 url(../images/pattern-blue.jpg) 0 0;
}

.sertificate__list {
    margin-top: 47px;
}

.sertificate__thumb {
    margin-bottom: 30px;
    padding: 22px 0;
    font-size: 0;
    text-align: center;
    background-color: #aac0d6;
    border: 6px solid #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,.8);
}

    .sertificate__thumb img {
        max-width: 100%;
        box-shadow: 1px 1px 1px rgba(0,26,51,.03);
        transition: transform .3s;
    }

    .sertificate__thumb:hover img {
        transform: scale(1.08);
    }

.sidebar, .subscribe {
    display: block;
}

.subscribe {
    margin: 10px -15px;
    font-family: Montserrat;
}

.subscribe_article {
    margin-bottom: 85px;
}

.subscribe__head {
    padding: 70px 15px 52px;
    text-align: center;
    color: #fff;
    background: url(/images/background01.jpg) center 0 no-repeat;
}

.subscribe__title {
    position: relative;
    margin: 0 -15px 30px;
    overflow: hidden;
    font-size: 24px;
    font-weight: 700;
}

    .subscribe__title:after, .subscribe__title:before {
        position: relative;
        top: -3px;
        display: inline-block;
        width: 50%;
        height: 4px;
        vertical-align: middle;
        content: '';
        background-color: #ffea00;
        background-clip: content-box;
    }

    .subscribe__title:before {
        left: -7px;
        margin-left: -50%;
    }

    .subscribe__title:after {
        right: -7px;
        margin-right: -50%;
    }

.subscribe__desc {
    margin: 0 auto;
    max-width: 474px;
    font-size: 12px;
    line-height: 2;
    color: #8da4bb;
}

.subscribe__body {
    padding: 50px 15px 53px;
    background-color: #f5f9fc;
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translateZ(0);
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto;
}

    .swiper-container-autoheight .swiper-wrapper {
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start;
        transition-property: transform,height;
    }

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat;
}

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none;
    }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto;
}

    .swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E");
    }

    .swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E");
    }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto;
}

    .swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E");
    }

    .swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E");
    }

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s;
    transform: translateZ(0);
    z-index: 10;
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0;
    }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0,-50%,0);
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 5px 0;
        display: block;
    }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.swiper-pagination-progress {
    background: rgba(0,0,0,.25);
    position: absolute;
}

    .swiper-pagination-progress .swiper-pagination-progressbar {
        background: #007aff;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transform: scale(0);
        transform-origin: left top;
    }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
    background: hsla(0,0%,100%,.5);
}

    .swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
        background: #fff;
    }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000;
}

.swiper-container-3d {
    -o-perspective: 1200px;
    perspective: 1200px;
}

    .swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
        transform-style: preserve-3d;
    }

    .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10;
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: linear-gradient(270deg,rgba(0,0,0,.5),transparent);
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent);
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent);
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent);
    }

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px;
}

.swiper-container-cube, .swiper-container-flip {
    overflow: visible;
}

    .swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
        pointer-events: none;
        backface-visibility: hidden;
        z-index: 1;
    }

        .swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none;
        }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto;
    }

    .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
        z-index: 0;
        backface-visibility: hidden;
    }

    .swiper-container-cube .swiper-slide {
        visibility: hidden;
        transform-origin: 0 0;
        width: 100%;
        height: 100%;
    }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        transform-origin: 100% 0;
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
        pointer-events: auto;
        visibility: visible;
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .6;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: 0;
    }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none;
    }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: a 1s steps(12) infinite;
}

    .swiper-lazy-preloader:after {
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
        background-position: 50%;
        background-size: 100%;
        background-repeat: no-repeat;
    }

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
}

@keyframes a {
    to {
        transform: rotate(1turn);
    }
}

.swiper {
    display: block;
}

.teacher-filter {
    margin-bottom: 60px;
    padding-top: 40px;
    padding-bottom: 56px;
    color: #152433;
    background-color: #fff;
    box-shadow: 0 11px 16px rgba(203,217,227,.32);
}

.content .teacher-filter {
    margin-top: -50px;
}

.teacher-filter_theme_dark {
    color: #fff;
    background-color: #001a33;
}

.teacher-filter__btn {
    margin-top: 28px;
}

.teacher-filter__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px;
    width: 16px;
    height: 16px;
}

.teacher-filter__row {
    margin-bottom: 20px;
}

.teacher-list {
    margin-bottom: 30px;
    display: block;
}

.teacher-list__list {
    margin-bottom: 10px;
}

.teacher-list__item {
    margin-bottom: 30px;
}

.teacher {
    margin-bottom: 90px;
    display: block;
}

.text {
    margin-bottom: 55px;
    display: block;
    font-family: Montserrat;
    font-size: 15px;
    line-height: 2;
    color: #8da4bb;
}

.text_bottom-m_no {
    margin-bottom: 0;
}

.text p {
    margin-bottom: 1.5em;
}

    .text p:last-child {
        margin-bottom: 0;
    }

.textarea {
    position: relative;
    padding: 13px;
    display: inline-block;
    height: 108px;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 400;
    resize: vertical;
    border: 2px solid #d9e2eb;
    border-radius: 2px;
    outline: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

    .textarea::-webkit-input-placeholder {
        color: #a5b8cc;
        opacity: 1;
    }

    .textarea::-moz-placeholder {
        color: #a5b8cc;
        opacity: 1;
    }

    .textarea:-ms-input-placeholder {
        color: #a5b8cc;
        opacity: 1;
    }

    .textarea::placeholder {
        color: #a5b8cc;
        opacity: 1;
    }

.textarea_fullwidth {
    width: 100%;
}

.tiser {
    position: relative;
    display: block;
    overflow-x: hidden;
    background-color: #383838;
}

.tiser__slide {
    background-size: cover;
    background-position: 50%;
}

.tiser__body {
    position: relative;
    height: 528px;
}

    .tiser__body .container {
        position: relative;
        height: 100%;
    }

.tiser__body-inner {
    position: absolute;
    right: 15px;
    left: 15px;
    bottom: 136px;
}

.tiser__title-wrap {
    margin-bottom: 31px;
}

.tiser__title {
    padding: 13px 20px;
    max-width: 80%;
    font-size: 25px;
    line-height: 1.36;
    letter-spacing: 1px;
}

.tiser__desc, .tiser__title {
    margin: 0;
    display: inline-block;
    color: #fff;
    background-color: rgba(0,19,37,.9);
}

.tiser__desc {
    padding: 12px 22px;
    font-size: 16px;
    line-height: 1.75;
}

.tiser__pager {
    position: relative;
    z-index: 1;
    margin-top: -86px;
    font-size: 0;
    color: #fff;
    background-color: rgba(0,8,19,.9);
    border-bottom: 2px solid #ffea00;
}

.tiser__pager-item {
    position: relative;
    z-index: 1;
    padding: 14px 20px 20px 72px;
    display: inline-block;
    height: 84px;
    font-size: 14px;
    cursor: pointer;
    border-left: 1px solid #050d17;
}

.tiser__pager_moto .tiser__pager-item {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    width: 33%;
}

.tiser__pager-item:last-child {
    border-right: 1px solid #050d17;
}

.tiser__pager-item_active {
    z-index: 2;
    color: #000417;
    background-color: #ffea00;
    border-color: transparent;
    box-shadow: 0 0 0 2px #ffea00;
}

    .tiser__pager-item_active:last-child {
        border-right-color: transparent;
    }

.tiser__pager-name {
    display: none;
    font-family: Montserrat;
    font-weight: 700;
    line-height: 2.42857;
    text-transform: uppercase;
    color: #ffea00;
}

.tiser__pager-item_active .tiser__pager-name {
    color: #000417;
}

.tiser__pager_moto .tiser__pager-name {
    display: block;
}

.tiser__pager-desc {
    display: none;
}

.tiser__pager_moto .tiser__pager-desc {
    display: block;
}

.tiser__find {
    margin-left: -15px;
    margin-right: -15px;
}

.tiser__form {
    padding: 45px 15px 4px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.5);
}

    .tiser__form:after {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        margin-top: -3px;
        display: none;
        height: 10px;
        content: '';
        background-color: #fff;
        transform: skewY(-.7deg);
    }

.tiser__bus {
    position: absolute;
    top: 25px;
    left: 29px;
    width: 34px;
    height: 34px;
    fill: #fff;
}

.tiser__pager-item_active .tiser__bus {
    fill: #000;
}

.tiser__truck {
    position: absolute;
    top: 25px;
    left: 32px;
    width: 28px;
    height: 35px;
    fill: #fff;
}

.tiser__pager-item_active .tiser__truck {
    fill: #000;
}

.tiser__car {
    position: absolute;
    top: 25px;
    left: 28px;
    width: 38px;
    height: 34px;
    fill: #fff;
}

.tiser__pager-item_active .tiser__car {
    fill: #000;
}

.title-page {
    margin-bottom: 19px;
    display: block;
    font-weight: 700;
}

.title, .title-page {
    font-size: 25px;
    text-transform: uppercase;
}

.title {
    margin-bottom: 28px;
    font-weight: 400;
    line-height: 1.36;
    letter-spacing: 2px;
}

.title_theme_white {
    color: #fff;
}

.title_theme_yellow {
    color: #ffea00;
}

.title__mark {
    font-weight: 700;
}

.title_theme_yellow .title__mark, .video {
    color: #fff;
}

.video {
    padding: 80px 0;
    display: block;
    overflow: hidden;
    background: url(../images/bg-video.jpg) 50% no-repeat;
    background-size: cover;
}

.video_moto {
    background-image: url(../images/bg-video-moto.jpg);
}

.video_ex {
    background-image: url(../images/bg-video-ex.jpg);
}

.video__preview {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.video__body {
    position: relative;
    margin: 0 -20px;
    padding: 130px 20px;
    border: 5px solid transparent;
}

.video__body-inner {
    text-align: center;
    text-decoration: none;
    color: #fff;
}

.video__title {
    color: #ffea00;
}

.video .title__mark {
    color: #fff;
}

.video__desc {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    max-width: 790px;
}

.video__play {
    display: block;
    margin: 0 auto 33px;
    width: 75px;
    height: 75px;
    cursor: pointer;
}

.video__play-icon {
    width: 100%;
    height: 100%;
    fill: #ffea00;
}
 
 
.post__fig { 
    overflow: hidden;
    font-size: 0;
    border-radius: 5px;
    width:190px;
    height:120px;
    margin-left:auto;
    margin-top:18px;
}
.widget {
    margin-bottom: 50px;
    display: none;
}

.widget__header {
    padding: 0 15px;
    height: 54px;
    font-family: 'Adobe Heiti Std', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 52px;
    text-transform: uppercase;
    color: #fff;
    background-color: #001a33;
    box-shadow: inset 0 -2px 0 #c50102;
}

.widget__header-text {
    display: inline-block;
    vertical-align: middle;
}

.widget__body {
    background-color: #fbfdff;
}

@media only screen and (min-width:640px) {
    .course__slider-item-before {
        display: block;
        right: -15px;
        left: -15px;
    }
}

@media only screen and (min-width:767px) {
    .about__body:before {
        background-position: 100% 101%;
        transform: skewY(-1deg);
    }

    .article__figure {
        margin: 0;
        min-height: 372px;
    }

    .article__header {
        margin: -138px 95px 67px;
        padding: 33px 80px 44px;
    }

    .article__title {
        margin-bottom: 32px;
        font-size: 24px;
    }

    .article__body blockquote {
        padding: 40px 65px 45px;
    }

        .article__body blockquote:before {
            left: 25px;
        }

        .article__body blockquote:after {
            right: 25px;
            bottom: 15px;
        }

    .bar-social__text {
        display: block;
    }

    .bar-social__list {
        text-align: right;
    }

    .best {
        padding-top: 86px;
        padding-bottom: 130px;
    }

    .best__item {
        margin-bottom: 0;
    }

    .card-list__item {
        margin-bottom: 70px;
    }

        .card-list__item:last-child {
            margin-bottom: 0;
        }

    .card_theme_cover:before {
        display: block;
    }

    .card__fig {
        margin-bottom: 0;
    }

    .card_theme_cover .card__footer {
        background-color: transparent;
        box-shadow: none;
    }

    .card__feature {
        -moz-columns: 2;
        columns: 2;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }

    .card__footer .card__price-item {
        font-size: 14px;
    }

    .card__price-item {
        display: inline-block;
    }

        .card__price-item:last-child {
            margin-bottom: 0;
        }

    .card__footer .card__price-value {
        font-size: 32px;
    }

    .categoryes__item:nth-child(even) {
        text-align: right;
    }

    .contact__map {
        height: 684px;
    }

    .contact__inner {
        position: absolute;
        top: 0;
        left: 50%;
        bottom: 0;
        transform: translate(-15%);
    }

    .contact__form {
        margin: 150px 0 142px;
        box-shadow: 0 3px 51px #030b13;
    }

    .contact__adr {
        margin-bottom: 0;
    }

    .countdown:after {
        display: block;
    }

    .course_addition {
        padding: 80px 0;
    }

    .course__list {
        margin-bottom: 0;
    }

    .course__slider {
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
    }

    .course__slider-item {
        padding: 78px 0;
    }

    .course__slider-item-before {
        right: 0;
        left: 190px;
    }

    .course__filter.course__filter {
        font-size: 15px;
    }

    .footer__body {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .form__title {
        font-size: 20px;
    }

    .form__rate, .form__row-mobile {
        margin-bottom: 0;
    }

    .form__rate {
        height: 48px;
        line-height: 48px;
    }

    .gallery {
        padding: 100px 0;
    }

    .head-page {
        padding: 50px 10px;
    }

    .instructor-about__text {
        padding: 66px 20px 65px 30px;
    }

    .instructor-profile__quote {
        padding-right: 50px;
    }

    .instructor-profile__quote-inner:after, .instructor-profile__quote-inner:before {
        display: block;
    }

    .instructor-profile__price {
        margin-right: 24px;
        margin-bottom: 0;
        display: inline-block;
    }

    .instructor-profile__btn {
        margin-right: 24px;
    }

    .instructor {
        padding: 93px 0 0;
    }

    .instructor__pager-item {
        margin-left: 3px;
        margin-right: 3px;
        width: 62px;
        height: 62px;
    }

    .instructor__quote-inner:before {
        top: -10px;
        left: -56px;
        content: '«';
    }

    .instructor__quote-inner:after, .instructor__quote-inner:before {
        position: absolute;
        font-family: Montserrat;
        font-size: 96px;
        line-height: 0;
        color: #e8edf0;
    }

    .instructor__quote-inner:after {
        right: -55px;
        bottom: 13px;
        content: '»';
    }

    .numbers {
        padding: 45px 0;
    }

    .numbers__list-item {
        padding-top: 68px;
        padding-bottom: 70px;
    }

    .offer {
        margin-bottom: 100px;
        padding-left: 80px;
        padding-right: 80px;
        padding-bottom: 86px;
    }

    .offer__title {
        margin-bottom: 20px;
        font-size: 72px;
    }

    .offer__value {
        margin-bottom: 40px;
        padding: 0 60px;
        font-size: 72px;
    }

        .offer__value:after, .offer__value:before {
            display: inline-block;
        }

    .pagetitle {
        padding-top: 70px;
        padding-bottom: 70px;
        font-size: 36px;
        background-color: #fff;
    }

    .photo__thumb {
        min-height: 159px;
    }

    .post-list {
        margin-bottom: 90px;
    }

    .post-list__more {
        padding-top: 30px;
    }

    .post {
        padding: 10px 0;
    }

   
    .price-table__list {
        margin-bottom: 0;
        padding-top: 30px;
    }

    .price-table__item {
        margin-bottom: 0;
    }

    .price-table__item_best {
        margin-top: -30px;
    }

    .quote {
        padding: 60px 0 80px;
    }

    .quote_type_block + .quote_type_block {
        margin-left: 95px;
    }

    .quote__body {
        font-size: 22px;
    }

    .review {
        padding-bottom: 124px;
    }

    .review__title {
        padding-top: 90px;
    }

    .review__pager-item {
        margin-left: 3px;
        margin-right: 3px;
        width: 62px;
        height: 62px;
    }

    .review__block-body {
        padding: 40px 95px 50px;
    }

        .head-page .search, .review__block-body:after, .review__block-body:before {
            display: block;
        }

    .sertificate {
        padding: 70px 0 95px;
    }

    .sertificate__thumb {
        min-height: 220px;
    }

    .subscribe {
        margin: 10px 0;
    }

    .subscribe__head {
        padding: 40px 40px 42px;
        border-radius: 2px 2px 0 0;
        background-size: cover;
    }

    .subscribe__title {
        margin: 0 0 30px;
        font-size: 24px;
    }

        .subscribe__title:before {
            left: -33px;
        }

        .subscribe__title:after {
            right: -33px;
        }

    .subscribe__desc {
        font-size: 15px;
    }

    .subscribe__body {
        padding: 50px 40px 53px;
        border-radius: 0 0 2px 2px;
    }

    .tiser {
        overflow: visible;
    }

    .tiser__body {
        height: 670px;
    }

    .tiser__body-inner {
        right: auto;
        max-width: 600px;
    }

    .tiser__pager_moto .tiser__pager-item {
        padding: 14px 20px 20px 72px;
        width: auto;
    }

    .tiser__pager-desc, .tiser__pager-name {
        display: block;
    }

    .tiser__find {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: 0;
    }

    .tiser__form {
        position: relative;
        padding-left: 30px;
        padding-right: 30px;
    }

        .tiser__form:after {
            display: block;
        }

    .title-page {
        font-size: 36px;
    }

    .video {
        padding: 142px 0 138px;
    }

    .video__body {
        margin: 0;
        padding-top: 49.123%;
    }

    .video__body-inner {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    .widget {
        margin-bottom: 25px;
    }
}

@media (min-width:768px) {
    .container {
        width: 750px;
    }

    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666666666666%;
    }

    .col-sm-10 {
        width: 83.33333333333334%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666666666666%;
    }

    .col-sm-7 {
        width: 58.333333333333336%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666666666667%;
    }

    .col-sm-4 {
        width: 33.33333333333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.666666666666664%;
    }

    .col-sm-1 {
        width: 8.333333333333332%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666666666666%;
    }

    .col-sm-pull-10 {
        right: 83.33333333333334%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666666666666%;
    }

    .col-sm-pull-7 {
        right: 58.333333333333336%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666666666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.666666666666664%;
    }

    .col-sm-pull-1 {
        right: 8.333333333333332%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666666666666%;
    }

    .col-sm-push-10 {
        left: 83.33333333333334%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666666666666%;
    }

    .col-sm-push-7 {
        left: 58.333333333333336%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666666666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.666666666666664%;
    }

    .col-sm-push-1 {
        left: 8.333333333333332%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-sm-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-sm-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media only screen and (min-width:768px) {
    .cars__transmission {
        margin-bottom: 0;
    }

    .course__card:before {
        right: -5px;
        left: 35px;
        display: block;
    }

    .profile__head {
        margin-bottom: 25px;
    }

    .profile__category {
        position: absolute;
        top: 25px;
        right: 0;
    }

    .profile__price {
        display: inline-block;
        margin: 0;
    }

    .profile__call {
        margin-right: 26px;
    }

        .profile__call + .profile__call {
            margin-left: 0;
        }

    .teacher-filter__row {
        margin-bottom: 0;
    }
}

@media only screen and (min-width:992px) {
    .about__body {
        top: -5px;
        margin-left: -42px;
        padding: 65px 40px;
    }

    .breadcrumbs {
        margin-bottom: 0;
    }

    .course {
        padding: 70px 0;
    }

    .course__slider {
        margin-right: -42px;
    }

    .course__slider-item {
        padding-right: 42px;
    }

    .faq_moto {
        padding-bottom: 94px;
        background-image: url(../images/bg-faq-moto_t.jpg);
    }

    .faq {
        padding-bottom: 41px;
        background-image: url(../images/bg-faq.jpg);
        background-position: 365% bottom;
    }

    .feature__list {
        border-top: 1px solid #e6ebf1;
    }

        .feature__list .container {
            padding: 0 30px;
        }

    .feature__item {
        margin: 0;
        display: table-cell;
        float: none;
        border-left: 1px solid #e6ebf1;
    }

    .feature__list:last-child .feature__item:nth-child(odd) {
        background-color: #fff;
    }

    .feature__list:last-child .feature__item:nth-child(even) {
        background-color: #f9fafb;
    }

    .footer__instagramm-item {
        width: 61px;
        height: 61px;
    }

    .head-page {
        padding: 50px 15px;
    }

    .header__contact {
        display: block;
    }

    .instructor-about {
        background: url(../images/bg-course.jpg) 50% no-repeat;
    }

    .instructor-about__inner {
        background: url(../images/bg-about-inst.png) right 101% no-repeat;
        background-size: 241px 117px;
        border: 4px solid #ffea00;
    }

        .instructor-about__inner:after {
            position: absolute;
            right: 0;
            bottom: -1px;
            width: 301px;
            height: 146px;
            content: '';
            background: url(../images/bg-about-inst.png) 0 0 no-repeat;
        }

        .instructor-about__inner:before {
            position: absolute;
            z-index: -1;
            right: 0;
            top: 0;
            bottom: 0;
            width: 33%;
            content: '';
            background-color: #000f1e;
        }

    .instructor-about__category {
        padding: 65px 0 0;
        background: none;
    }

        .instructor-about__category .title {
            margin-bottom: 28px;
            font-size: 25px;
        }

    .instructor-about__category-value {
        padding-bottom: 0;
        font-size: 90px;
    }

    .instructor-profile__fig {
        margin-top: 53px;
        margin-bottom: -178px;
    }

    .instructor-profile__name {
        font-size: 62px;
    }

    .instructor-profile__call {
        padding: 25px 0;
    }

    .instructor__pager {
        position: absolute;
        bottom: 0;
    }

    .logo {
        margin-left: 60px;
        padding-left: 52px;
        font-size: 23px;
    }

    .logo__icon {
        top: -8px;
        width: 42px;
        height: 41px;
    }

    .nav__btn-wrap {
        top: 22px;
    }

    .numbers__list-item:after {
        top: 0;
        right: 0;
        left: auto;
        width: 2px;
        height: 100%;
        background: linear-gradient(transparent 75%,#0f3960 0) 50%/100% 8px;
    }

    .numbers__list-item:first-child:after {
        display: block;
    }

    .price {
        padding: 70px 0 95px;
    }

    .profile__fig-thumb {
        width: 58px;
        height: 58px;
    }

    .review__container:before {
        top: -230px;
        right: -70px;
        width: 474px;
        height: 540px;
        background-size: 474px 540px;
    }

    .tiser__pager {
        position: absolute;
        z-index: auto;
        right: 0;
        left: 0;
        bottom: 0;
    }

    .tiser__form {
        float: right;
    }

    .tiser__bus, .tiser__car, .tiser__truck {
        left: 20px;
    }

    .video__body-inner {
        width: 790px;
    }

    .widget {
        display: block;
    }
}

@media (min-width:992px) {
    .container {
        width: 970px;
    }

    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666666666666%;
    }

    .col-md-10 {
        width: 83.33333333333334%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666666666666%;
    }

    .col-md-7 {
        width: 58.333333333333336%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666666666667%;
    }

    .col-md-4 {
        width: 33.33333333333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.666666666666664%;
    }

    .col-md-1 {
        width: 8.333333333333332%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666666666666%;
    }

    .col-md-pull-10 {
        right: 83.33333333333334%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666666666666%;
    }

    .col-md-pull-7 {
        right: 58.333333333333336%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666666666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.666666666666664%;
    }

    .col-md-pull-1 {
        right: 8.333333333333332%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666666666666%;
    }

    .col-md-push-10 {
        left: 83.33333333333334%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666666666666%;
    }

    .col-md-push-7 {
        left: 58.333333333333336%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666666666667%;
    }

    .col-md-push-4 {
        left: 33.33333333333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.666666666666664%;
    }

    .col-md-push-1 {
        left: 8.333333333333332%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-md-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-md-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media only screen and (min-width:1170px) {
    .about__body {
        padding: 65px;
    }

    .contact__form {
        width: 652px;
    }

    .course {
        padding: 112px 0 120px;
    }

    .course__slider {
        margin-right: auto;
    }

    .course__slider-item {
        padding-right: 0;
    }

    .faq_moto {
        padding-bottom: 41px;
        background-image: url(../images/bg-faq-moto.jpg);
    }

    .faq {
        padding: 96px 0 105px;
        background-position: 100% 100%;
    }

    .footer__instagramm-item {
        width: 68px;
        height: 68px;
    }

    .form__title {
        font-size: 24px;
    }

    .head-page {
        padding: 50px;
    }

    .header__address, .header__phone {
        font-size: 16px;
    }

    .instructor-profile__fig {
        margin-top: 0;
        margin-bottom: -138px;
    }

    .instructor-profile__call {
        padding: 45px 0;
    }

    .instructor__pager {
        bottom: 103px;
    }

    .logo {
        margin-left: 0;
    }
 
    .nav__btn, .nav__inner:after, .nav__inner:before {
        display: none;
    }

    .nav__inner {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        bottom: auto;
        overflow: visible;
        visibility: visible;
    }

    .nav__close, .nav__close background-color, .nav_open {
        display: none;
    }

    .nav__list {
        display: table;
        width: 100%;
        margin: 0;
    }

    .nav__item {
        display: table-cell;
        height: 57px;
        vertical-align: top;
        border-left: 1px solid #000e1c;
    }

        .nav__item:last-child {
            border-right: 1px solid #000e1c;
        }

    .nav__sub-icon {
        display: block;
    }

    .nav__sub {
        position: absolute;
        left: -9999px;
        top: 100%;
        width: 255px;
    }

        .nav__sub:before {
            left: 48px;
            margin-left: 0;
        }

    .nav__item:hover .nav__sub {
        left: 0;
    }

        .nav__item:hover .nav__sub .nav__sub {
            left: -9999px;
        }

    .nav__sub .nav__item:hover .nav__sub {
        left: 100%;
    }

    .nav__sub .nav__sub {
        border-top: none;
        top: 0;
    }

        .nav__sub .nav__sub:before {
            display: none;
        }

    .nav__link {
        padding: 0 18px;
    }

        .nav__link:hover:after, .nav__link_active:after {
            transform: translateY(-3px);
        }

    .nav__sub .nav__link {
        text-align: left;
    }

    .price {
        padding: 90px 0 146px;
    }

    .profile__fig-thumb {
        width: 74px;
        height: 74px;
    }

    .review__container:before {
        width: 474px;
        height: 540px;
        background-size: 474px 540px;
    }

    .tiser__form {
        margin-right: 0;
        float: right;
    }
}

 

@media (min-width:1200px) {
    .container {
        width: 1170px;
    }

    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666666666666%;
    }

    .col-lg-10 {
        width: 83.33333333333334%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666666666666%;
    }

    .col-lg-7 {
        width: 58.333333333333336%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666666666667%;
    }

    .col-lg-4 {
        width: 33.33333333333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.666666666666664%;
    }

    .col-lg-1 {
        width: 8.333333333333332%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666666666666%;
    }

    .col-lg-pull-10 {
        right: 83.33333333333334%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666666666666%;
    }

    .col-lg-pull-7 {
        right: 58.333333333333336%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666666666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.666666666666664%;
    }

    .col-lg-pull-1 {
        right: 8.333333333333332%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666666666666%;
    }

    .col-lg-push-10 {
        left: 83.33333333333334%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666666666666%;
    }

    .col-lg-push-7 {
        left: 58.333333333333336%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666666666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.666666666666664%;
    }

    .col-lg-push-1 {
        left: 8.333333333333332%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-lg-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-lg-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        transform: scale(.75);
    }

    .mfp-arrow-left {
        transform-origin: 0;
    }

    .mfp-arrow-right {
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
 
@media screen and (max-height:300px),screen and (max-width:800px) and (orientation:landscape) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        margin-left: 5px;
        display: inline;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        position: fixed;
        top: auto;
        bottom: 0;
        margin: 0;
        padding: 3px 5px;
        box-sizing: border-box;
        background: rgba(0,0,0,.6);
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0;
        }

    .mfp-img-mobile .mfp-counter {
        top: 3px;
        right: 5px;
    }

    .mfp-img-mobile .mfp-close {
        position: fixed;
        top: 0;
        right: 0;
        padding: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        background: rgba(0,0,0,.6);
    }
}
