@charset "UTF-8";
.h1 {
    font-family: 'Proxima Nova';
    font-size: 26px;
    font-weight: bold; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block; }

body {
    line-height: 1; }

ol, ul {
    list-style: none; }

blockquote, q {
    quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
    content: none; }

table {
    border-collapse: collapse;
    border-spacing: 0; }

@font-face {
    font-family: 'Proxima Nova';
    src: url("../fonts/ProximaNova-Light.eot");
    src: local("Proxima Nova Light"), local("ProximaNova-Light"), url("../fonts/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Light.woff") format("woff"), url("../fonts/ProximaNova-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal; }

@font-face {
    font-family: 'Proxima Nova';
    src: url("../fonts/ProximaNova-Bold.eot");
    src: local("Proxima Nova Bold"), local("ProximaNova-Bold"), url("../fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal; }

@font-face {
    font-family: 'Proxima Nova';
    src: url("../fonts/ProximaNova-Regular.eot");
    src: local("Proxima Nova Regular"), local("ProximaNova-Regular"), url("../fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal; }

@font-face {
    font-family: 'Proxima Nova';
    src: url("../fonts/ProximaNova-Semibold.eot");
    src: local("Proxima Nova Semibold"), local("ProximaNova-Semibold"), url("../fonts/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Semibold.woff") format("woff"), url("../fonts/ProximaNova-Semibold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal; }

@font-face {
    font-family: 'Proxima Nova';
    src: url("../fonts/ProximaNova-Extrabld.eot");
    src: local("Proxima Nova Extrabold"), local("ProximaNova-Extrabld"), url("../fonts/ProximaNova-Extrabld.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Extrabld.woff") format("woff"), url("../fonts/ProximaNova-Extrabld.ttf") format("truetype");
    font-weight: 800;
    font-style: normal; }

@font-face {
    font-family: 'LetoSans';
    src: url("../fonts/subset-LetoSans-Bold.eot");
    src: url("../fonts/subset-LetoSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-LetoSans-Bold.woff2") format("woff2"), url("../fonts/subset-LetoSans-Bold.woff") format("woff"), url("../fonts/subset-LetoSans-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal; }

@font-face {
    font-family: 'LetoSans';
    src: url("../fonts/subset-LetoSans.eot");
    src: url("../fonts/subset-LetoSans.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-LetoSans.woff2") format("woff2"), url("../fonts/subset-LetoSans.woff") format("woff"), url("../fonts/subset-LetoSans.ttf") format("truetype");
    font-weight: normal;
    font-style: normal; }

@font-face {
    font-family: "HelveticaRegular";
    src: url("../fonts/HelveticaRegular.eot");
    src: url("../fonts/HelveticaRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaRegular.woff") format("woff"), url("../fonts/HelveticaRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal; }

/*!
 * Bootstrap Grid v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
    box-sizing: inherit; }

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
@media (min-width: 576px) {
    .container {
        max-width: 540px; } }
@media (min-width: 768px) {
    .container {
        max-width: 720px; } }
@media (min-width: 992px) {
    .container {
        max-width: 960px; } }
@media (min-width: 1200px) {
    .container {
        max-width: 1177px; } }

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }

.no-gutters {
    margin-right: 0;
    margin-left: 0; }
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .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, .col-sm,
.col-sm-auto, .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, .col-md,
.col-md-auto, .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, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px; }

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

.col-3 {
    flex: 0 0 25%;
    max-width: 25%; }

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

.col-6 {
    flex: 0 0 50%;
    max-width: 50%; }

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

.col-9 {
    flex: 0 0 75%;
    max-width: 75%; }

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

.col-12 {
    flex: 0 0 100%;
    max-width: 100%; }

.order-first {
    order: -1; }

.order-last {
    order: 13; }

.order-0 {
    order: 0; }

.order-1 {
    order: 1; }

.order-2 {
    order: 2; }

.order-3 {
    order: 3; }

.order-4 {
    order: 4; }

.order-5 {
    order: 5; }

.order-6 {
    order: 6; }

.order-7 {
    order: 7; }

.order-8 {
    order: 8; }

.order-9 {
    order: 9; }

.order-10 {
    order: 10; }

.order-11 {
    order: 11; }

.order-12 {
    order: 12; }

.offset-1 {
    margin-left: 8.33333%; }

.offset-2 {
    margin-left: 16.66667%; }

.offset-3 {
    margin-left: 25%; }

.offset-4 {
    margin-left: 33.33333%; }

.offset-5 {
    margin-left: 41.66667%; }

.offset-6 {
    margin-left: 50%; }

.offset-7 {
    margin-left: 58.33333%; }

.offset-8 {
    margin-left: 66.66667%; }

.offset-9 {
    margin-left: 75%; }

.offset-10 {
    margin-left: 83.33333%; }

.offset-11 {
    margin-left: 91.66667%; }

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%; }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%; }
    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%; }
    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%; }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%; }
    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%; }
    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%; }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%; }
    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%; }
    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%; }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%; }
    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%; }
    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%; }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%; }
    .order-sm-first {
        order: -1; }
    .order-sm-last {
        order: 13; }
    .order-sm-0 {
        order: 0; }
    .order-sm-1 {
        order: 1; }
    .order-sm-2 {
        order: 2; }
    .order-sm-3 {
        order: 3; }
    .order-sm-4 {
        order: 4; }
    .order-sm-5 {
        order: 5; }
    .order-sm-6 {
        order: 6; }
    .order-sm-7 {
        order: 7; }
    .order-sm-8 {
        order: 8; }
    .order-sm-9 {
        order: 9; }
    .order-sm-10 {
        order: 10; }
    .order-sm-11 {
        order: 11; }
    .order-sm-12 {
        order: 12; }
    .offset-sm-0 {
        margin-left: 0; }
    .offset-sm-1 {
        margin-left: 8.33333%; }
    .offset-sm-2 {
        margin-left: 16.66667%; }
    .offset-sm-3 {
        margin-left: 25%; }
    .offset-sm-4 {
        margin-left: 33.33333%; }
    .offset-sm-5 {
        margin-left: 41.66667%; }
    .offset-sm-6 {
        margin-left: 50%; }
    .offset-sm-7 {
        margin-left: 58.33333%; }
    .offset-sm-8 {
        margin-left: 66.66667%; }
    .offset-sm-9 {
        margin-left: 75%; }
    .offset-sm-10 {
        margin-left: 83.33333%; }
    .offset-sm-11 {
        margin-left: 91.66667%; } }

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%; }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%; }
    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%; }
    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%; }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%; }
    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%; }
    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%; }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%; }
    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%; }
    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%; }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%; }
    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%; }
    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%; }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%; }
    .order-md-first {
        order: -1; }
    .order-md-last {
        order: 13; }
    .order-md-0 {
        order: 0; }
    .order-md-1 {
        order: 1; }
    .order-md-2 {
        order: 2; }
    .order-md-3 {
        order: 3; }
    .order-md-4 {
        order: 4; }
    .order-md-5 {
        order: 5; }
    .order-md-6 {
        order: 6; }
    .order-md-7 {
        order: 7; }
    .order-md-8 {
        order: 8; }
    .order-md-9 {
        order: 9; }
    .order-md-10 {
        order: 10; }
    .order-md-11 {
        order: 11; }
    .order-md-12 {
        order: 12; }
    .offset-md-0 {
        margin-left: 0; }
    .offset-md-1 {
        margin-left: 8.33333%; }
    .offset-md-2 {
        margin-left: 16.66667%; }
    .offset-md-3 {
        margin-left: 25%; }
    .offset-md-4 {
        margin-left: 33.33333%; }
    .offset-md-5 {
        margin-left: 41.66667%; }
    .offset-md-6 {
        margin-left: 50%; }
    .offset-md-7 {
        margin-left: 58.33333%; }
    .offset-md-8 {
        margin-left: 66.66667%; }
    .offset-md-9 {
        margin-left: 75%; }
    .offset-md-10 {
        margin-left: 83.33333%; }
    .offset-md-11 {
        margin-left: 91.66667%; } }

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%; }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%; }
    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%; }
    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%; }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%; }
    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%; }
    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%; }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%; }
    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%; }
    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%; }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%; }
    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%; }
    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%; }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%; }
    .order-lg-first {
        order: -1; }
    .order-lg-last {
        order: 13; }
    .order-lg-0 {
        order: 0; }
    .order-lg-1 {
        order: 1; }
    .order-lg-2 {
        order: 2; }
    .order-lg-3 {
        order: 3; }
    .order-lg-4 {
        order: 4; }
    .order-lg-5 {
        order: 5; }
    .order-lg-6 {
        order: 6; }
    .order-lg-7 {
        order: 7; }
    .order-lg-8 {
        order: 8; }
    .order-lg-9 {
        order: 9; }
    .order-lg-10 {
        order: 10; }
    .order-lg-11 {
        order: 11; }
    .order-lg-12 {
        order: 12; }
    .offset-lg-0 {
        margin-left: 0; }
    .offset-lg-1 {
        margin-left: 8.33333%; }
    .offset-lg-2 {
        margin-left: 16.66667%; }
    .offset-lg-3 {
        margin-left: 25%; }
    .offset-lg-4 {
        margin-left: 33.33333%; }
    .offset-lg-5 {
        margin-left: 41.66667%; }
    .offset-lg-6 {
        margin-left: 50%; }
    .offset-lg-7 {
        margin-left: 58.33333%; }
    .offset-lg-8 {
        margin-left: 66.66667%; }
    .offset-lg-9 {
        margin-left: 75%; }
    .offset-lg-10 {
        margin-left: 83.33333%; }
    .offset-lg-11 {
        margin-left: 91.66667%; } }

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%; }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%; }
    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%; }
    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%; }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%; }
    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%; }
    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%; }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%; }
    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%; }
    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%; }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%; }
    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%; }
    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%; }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%; }
    .order-xl-first {
        order: -1; }
    .order-xl-last {
        order: 13; }
    .order-xl-0 {
        order: 0; }
    .order-xl-1 {
        order: 1; }
    .order-xl-2 {
        order: 2; }
    .order-xl-3 {
        order: 3; }
    .order-xl-4 {
        order: 4; }
    .order-xl-5 {
        order: 5; }
    .order-xl-6 {
        order: 6; }
    .order-xl-7 {
        order: 7; }
    .order-xl-8 {
        order: 8; }
    .order-xl-9 {
        order: 9; }
    .order-xl-10 {
        order: 10; }
    .order-xl-11 {
        order: 11; }
    .order-xl-12 {
        order: 12; }
    .offset-xl-0 {
        margin-left: 0; }
    .offset-xl-1 {
        margin-left: 8.33333%; }
    .offset-xl-2 {
        margin-left: 16.66667%; }
    .offset-xl-3 {
        margin-left: 25%; }
    .offset-xl-4 {
        margin-left: 33.33333%; }
    .offset-xl-5 {
        margin-left: 41.66667%; }
    .offset-xl-6 {
        margin-left: 50%; }
    .offset-xl-7 {
        margin-left: 58.33333%; }
    .offset-xl-8 {
        margin-left: 66.66667%; }
    .offset-xl-9 {
        margin-left: 75%; }
    .offset-xl-10 {
        margin-left: 83.33333%; }
    .offset-xl-11 {
        margin-left: 91.66667%; } }

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem; }

.alert-heading {
    color: inherit; }

.alert-link {
    font-weight: 700; }

.alert-dismissible {
    padding-right: 4rem; }
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
    color: #001b6a;
    background-color: #ccd6f5;
    border-color: #b8c6f1; }
.alert-primary hr {
    border-top-color: #a3b5ed; }
.alert-primary .alert-link {
    color: #000e37; }

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db; }
.alert-secondary hr {
    border-top-color: #c8cbcf; }
.alert-secondary .alert-link {
    color: #202326; }

.alert-success {
    color: #1b6a00;
    background-color: #d6f5cc;
    border-color: #c6f1b8; }
.alert-success hr {
    border-top-color: #b5eda3; }
.alert-success .alert-link {
    color: #0e3700; }

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb; }
.alert-info hr {
    border-top-color: #abdde5; }
.alert-info .alert-link {
    color: #062c33; }

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba; }
.alert-warning hr {
    border-top-color: #ffe8a1; }
.alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
    color: #7a2222;
    background-color: #fbd9d9;
    border-color: #f9caca; }
.alert-danger hr {
    border-top-color: #f6b3b3; }
.alert-danger .alert-link {
    color: #521717; }

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe; }
.alert-light hr {
    border-top-color: #ececf6; }
.alert-light .alert-link {
    color: #686868; }

.alert-dark {
    color: #797979;
    background-color: #fafafa;
    border-color: #f9f9f9; }
.alert-dark hr {
    border-top-color: #ececec; }
.alert-dark .alert-link {
    color: #606060; }

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5; }
.close:not(:disabled):not(.disabled) {
    cursor: pointer; }
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    color: #000;
    text-decoration: none;
    opacity: .75; }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none; }

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative; }

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }

.dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem; }

.dropdown-menu-right {
    right: 0;
    left: auto; }

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropright .dropdown-toggle::after {
    vertical-align: 0; }

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: ""; }

.dropleft .dropdown-toggle::after {
    display: none; }

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropleft .dropdown-toggle::before {
    vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto; }

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef; }

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0; }
.dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0033CC; }
.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent; }

.dropdown-menu.show {
    display: block; }

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap; }

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529; }

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem; }

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #0033CC;
    background-color: #fff;
    border: 1px solid #dee2e6; }
.page-link:hover {
    z-index: 2;
    color: #002080;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 51, 204, 0.25); }
.page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #0033CC;
    border-color: #0033CC; }

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6; }

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem; }

.d-none {
    display: none !important; }

.d-inline {
    display: inline !important; }

.d-inline-block {
    display: inline-block !important; }

.d-block {
    display: block !important; }

.d-table {
    display: table !important; }

.d-table-row {
    display: table-row !important; }

.d-table-cell {
    display: table-cell !important; }

.d-flex {
    display: flex !important; }

.d-inline-flex {
    display: inline-flex !important; }

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important; }
    .d-sm-inline {
        display: inline !important; }
    .d-sm-inline-block {
        display: inline-block !important; }
    .d-sm-block {
        display: block !important; }
    .d-sm-table {
        display: table !important; }
    .d-sm-table-row {
        display: table-row !important; }
    .d-sm-table-cell {
        display: table-cell !important; }
    .d-sm-flex {
        display: flex !important; }
    .d-sm-inline-flex {
        display: inline-flex !important; } }

@media (min-width: 768px) {
    .d-md-none {
        display: none !important; }
    .d-md-inline {
        display: inline !important; }
    .d-md-inline-block {
        display: inline-block !important; }
    .d-md-block {
        display: block !important; }
    .d-md-table {
        display: table !important; }
    .d-md-table-row {
        display: table-row !important; }
    .d-md-table-cell {
        display: table-cell !important; }
    .d-md-flex {
        display: flex !important; }
    .d-md-inline-flex {
        display: inline-flex !important; } }

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important; }
    .d-lg-inline {
        display: inline !important; }
    .d-lg-inline-block {
        display: inline-block !important; }
    .d-lg-block {
        display: block !important; }
    .d-lg-table {
        display: table !important; }
    .d-lg-table-row {
        display: table-row !important; }
    .d-lg-table-cell {
        display: table-cell !important; }
    .d-lg-flex {
        display: flex !important; }
    .d-lg-inline-flex {
        display: inline-flex !important; } }

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important; }
    .d-xl-inline {
        display: inline !important; }
    .d-xl-inline-block {
        display: inline-block !important; }
    .d-xl-block {
        display: block !important; }
    .d-xl-table {
        display: table !important; }
    .d-xl-table-row {
        display: table-row !important; }
    .d-xl-table-cell {
        display: table-cell !important; }
    .d-xl-flex {
        display: flex !important; }
    .d-xl-inline-flex {
        display: inline-flex !important; } }

@media print {
    .d-print-none {
        display: none !important; }
    .d-print-inline {
        display: inline !important; }
    .d-print-inline-block {
        display: inline-block !important; }
    .d-print-block {
        display: block !important; }
    .d-print-table {
        display: table !important; }
    .d-print-table-row {
        display: table-row !important; }
    .d-print-table-cell {
        display: table-cell !important; }
    .d-print-flex {
        display: flex !important; }
    .d-print-inline-flex {
        display: inline-flex !important; } }

.flex-row {
    flex-direction: row !important; }

.flex-column {
    flex-direction: column !important; }

.flex-row-reverse {
    flex-direction: row-reverse !important; }

.flex-column-reverse {
    flex-direction: column-reverse !important; }

.flex-wrap {
    flex-wrap: wrap !important; }

.flex-nowrap {
    flex-wrap: nowrap !important; }

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

.flex-fill {
    flex: 1 1 auto !important; }

.flex-grow-0 {
    flex-grow: 0 !important; }

.flex-grow-1 {
    flex-grow: 1 !important; }

.flex-shrink-0 {
    flex-shrink: 0 !important; }

.flex-shrink-1 {
    flex-shrink: 1 !important; }

.justify-content-start {
    justify-content: flex-start !important; }

.justify-content-end {
    justify-content: flex-end !important; }

.justify-content-center {
    justify-content: center !important; }

.justify-content-between {
    justify-content: space-between !important; }

.justify-content-around {
    justify-content: space-around !important; }

.align-items-start {
    align-items: flex-start !important; }

.align-items-end {
    align-items: flex-end !important; }

.align-items-center {
    align-items: center !important; }

.align-items-baseline {
    align-items: baseline !important; }

.align-items-stretch {
    align-items: stretch !important; }

.align-content-start {
    align-content: flex-start !important; }

.align-content-end {
    align-content: flex-end !important; }

.align-content-center {
    align-content: center !important; }

.align-content-between {
    align-content: space-between !important; }

.align-content-around {
    align-content: space-around !important; }

.align-content-stretch {
    align-content: stretch !important; }

.align-self-auto {
    align-self: auto !important; }

.align-self-start {
    align-self: flex-start !important; }

.align-self-end {
    align-self: flex-end !important; }

.align-self-center {
    align-self: center !important; }

.align-self-baseline {
    align-self: baseline !important; }

.align-self-stretch {
    align-self: stretch !important; }

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important; }
    .flex-sm-column {
        flex-direction: column !important; }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important; }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important; }
    .flex-sm-wrap {
        flex-wrap: wrap !important; }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important; }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important; }
    .flex-sm-fill {
        flex: 1 1 auto !important; }
    .flex-sm-grow-0 {
        flex-grow: 0 !important; }
    .flex-sm-grow-1 {
        flex-grow: 1 !important; }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important; }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important; }
    .justify-content-sm-start {
        justify-content: flex-start !important; }
    .justify-content-sm-end {
        justify-content: flex-end !important; }
    .justify-content-sm-center {
        justify-content: center !important; }
    .justify-content-sm-between {
        justify-content: space-between !important; }
    .justify-content-sm-around {
        justify-content: space-around !important; }
    .align-items-sm-start {
        align-items: flex-start !important; }
    .align-items-sm-end {
        align-items: flex-end !important; }
    .align-items-sm-center {
        align-items: center !important; }
    .align-items-sm-baseline {
        align-items: baseline !important; }
    .align-items-sm-stretch {
        align-items: stretch !important; }
    .align-content-sm-start {
        align-content: flex-start !important; }
    .align-content-sm-end {
        align-content: flex-end !important; }
    .align-content-sm-center {
        align-content: center !important; }
    .align-content-sm-between {
        align-content: space-between !important; }
    .align-content-sm-around {
        align-content: space-around !important; }
    .align-content-sm-stretch {
        align-content: stretch !important; }
    .align-self-sm-auto {
        align-self: auto !important; }
    .align-self-sm-start {
        align-self: flex-start !important; }
    .align-self-sm-end {
        align-self: flex-end !important; }
    .align-self-sm-center {
        align-self: center !important; }
    .align-self-sm-baseline {
        align-self: baseline !important; }
    .align-self-sm-stretch {
        align-self: stretch !important; } }

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important; }
    .flex-md-column {
        flex-direction: column !important; }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important; }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important; }
    .flex-md-wrap {
        flex-wrap: wrap !important; }
    .flex-md-nowrap {
        flex-wrap: nowrap !important; }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important; }
    .flex-md-fill {
        flex: 1 1 auto !important; }
    .flex-md-grow-0 {
        flex-grow: 0 !important; }
    .flex-md-grow-1 {
        flex-grow: 1 !important; }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important; }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important; }
    .justify-content-md-start {
        justify-content: flex-start !important; }
    .justify-content-md-end {
        justify-content: flex-end !important; }
    .justify-content-md-center {
        justify-content: center !important; }
    .justify-content-md-between {
        justify-content: space-between !important; }
    .justify-content-md-around {
        justify-content: space-around !important; }
    .align-items-md-start {
        align-items: flex-start !important; }
    .align-items-md-end {
        align-items: flex-end !important; }
    .align-items-md-center {
        align-items: center !important; }
    .align-items-md-baseline {
        align-items: baseline !important; }
    .align-items-md-stretch {
        align-items: stretch !important; }
    .align-content-md-start {
        align-content: flex-start !important; }
    .align-content-md-end {
        align-content: flex-end !important; }
    .align-content-md-center {
        align-content: center !important; }
    .align-content-md-between {
        align-content: space-between !important; }
    .align-content-md-around {
        align-content: space-around !important; }
    .align-content-md-stretch {
        align-content: stretch !important; }
    .align-self-md-auto {
        align-self: auto !important; }
    .align-self-md-start {
        align-self: flex-start !important; }
    .align-self-md-end {
        align-self: flex-end !important; }
    .align-self-md-center {
        align-self: center !important; }
    .align-self-md-baseline {
        align-self: baseline !important; }
    .align-self-md-stretch {
        align-self: stretch !important; } }

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important; }
    .flex-lg-column {
        flex-direction: column !important; }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important; }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important; }
    .flex-lg-wrap {
        flex-wrap: wrap !important; }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important; }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important; }
    .flex-lg-fill {
        flex: 1 1 auto !important; }
    .flex-lg-grow-0 {
        flex-grow: 0 !important; }
    .flex-lg-grow-1 {
        flex-grow: 1 !important; }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important; }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important; }
    .justify-content-lg-start {
        justify-content: flex-start !important; }
    .justify-content-lg-end {
        justify-content: flex-end !important; }
    .justify-content-lg-center {
        justify-content: center !important; }
    .justify-content-lg-between {
        justify-content: space-between !important; }
    .justify-content-lg-around {
        justify-content: space-around !important; }
    .align-items-lg-start {
        align-items: flex-start !important; }
    .align-items-lg-end {
        align-items: flex-end !important; }
    .align-items-lg-center {
        align-items: center !important; }
    .align-items-lg-baseline {
        align-items: baseline !important; }
    .align-items-lg-stretch {
        align-items: stretch !important; }
    .align-content-lg-start {
        align-content: flex-start !important; }
    .align-content-lg-end {
        align-content: flex-end !important; }
    .align-content-lg-center {
        align-content: center !important; }
    .align-content-lg-between {
        align-content: space-between !important; }
    .align-content-lg-around {
        align-content: space-around !important; }
    .align-content-lg-stretch {
        align-content: stretch !important; }
    .align-self-lg-auto {
        align-self: auto !important; }
    .align-self-lg-start {
        align-self: flex-start !important; }
    .align-self-lg-end {
        align-self: flex-end !important; }
    .align-self-lg-center {
        align-self: center !important; }
    .align-self-lg-baseline {
        align-self: baseline !important; }
    .align-self-lg-stretch {
        align-self: stretch !important; } }

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important; }
    .flex-xl-column {
        flex-direction: column !important; }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important; }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important; }
    .flex-xl-wrap {
        flex-wrap: wrap !important; }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important; }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important; }
    .flex-xl-fill {
        flex: 1 1 auto !important; }
    .flex-xl-grow-0 {
        flex-grow: 0 !important; }
    .flex-xl-grow-1 {
        flex-grow: 1 !important; }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important; }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important; }
    .justify-content-xl-start {
        justify-content: flex-start !important; }
    .justify-content-xl-end {
        justify-content: flex-end !important; }
    .justify-content-xl-center {
        justify-content: center !important; }
    .justify-content-xl-between {
        justify-content: space-between !important; }
    .justify-content-xl-around {
        justify-content: space-around !important; }
    .align-items-xl-start {
        align-items: flex-start !important; }
    .align-items-xl-end {
        align-items: flex-end !important; }
    .align-items-xl-center {
        align-items: center !important; }
    .align-items-xl-baseline {
        align-items: baseline !important; }
    .align-items-xl-stretch {
        align-items: stretch !important; }
    .align-content-xl-start {
        align-content: flex-start !important; }
    .align-content-xl-end {
        align-content: flex-end !important; }
    .align-content-xl-center {
        align-content: center !important; }
    .align-content-xl-between {
        align-content: space-between !important; }
    .align-content-xl-around {
        align-content: space-around !important; }
    .align-content-xl-stretch {
        align-content: stretch !important; }
    .align-self-xl-auto {
        align-self: auto !important; }
    .align-self-xl-start {
        align-self: flex-start !important; }
    .align-self-xl-end {
        align-self: flex-end !important; }
    .align-self-xl-center {
        align-self: center !important; }
    .align-self-xl-baseline {
        align-self: baseline !important; }
    .align-self-xl-stretch {
        align-self: stretch !important; } }

.m-0 {
    margin: 0 !important; }

.mt-0,
.my-0 {
    margin-top: 0 !important; }

.mr-0,
.mx-0 {
    margin-right: 0 !important; }

.mb-0,
.my-0 {
    margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
    margin-left: 0 !important; }

.m-1 {
    margin: 0.25rem !important; }

.mt-1,
.my-1 {
    margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important; }

.m-2 {
    margin: 0.5rem !important; }

.mt-2,
.my-2 {
    margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important; }

.m-3 {
    margin: 1rem !important; }

.mt-3,
.my-3 {
    margin-top: 1rem !important; }

.mr-3,
.mx-3 {
    margin-right: 1rem !important; }

.mb-3,
.my-3 {
    margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
    margin-left: 1rem !important; }

.m-4 {
    margin: 1.5rem !important; }

.mt-4,
.my-4 {
    margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important; }

.m-5 {
    margin: 3rem !important; }

.mt-5,
.my-5 {
    margin-top: 3rem !important; }

.mr-5,
.mx-5 {
    margin-right: 3rem !important; }

.mb-5,
.my-5 {
    margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
    margin-left: 3rem !important; }

.p-0 {
    padding: 0 !important; }

.pt-0,
.py-0 {
    padding-top: 0 !important; }

.pr-0,
.px-0 {
    padding-right: 0 !important; }

.pb-0,
.py-0 {
    padding-bottom: 0 !important; }

.pl-0,
.px-0 {
    padding-left: 0 !important; }

.p-1 {
    padding: 0.25rem !important; }

.pt-1,
.py-1 {
    padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
    padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
    padding-left: 0.25rem !important; }

.p-2 {
    padding: 0.5rem !important; }

.pt-2,
.py-2 {
    padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
    padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
    padding-left: 0.5rem !important; }

.p-3 {
    padding: 1rem !important; }

.pt-3,
.py-3 {
    padding-top: 1rem !important; }

.pr-3,
.px-3 {
    padding-right: 1rem !important; }

.pb-3,
.py-3 {
    padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
    padding-left: 1rem !important; }

.p-4 {
    padding: 1.5rem !important; }

.pt-4,
.py-4 {
    padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
    padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
    padding-left: 1.5rem !important; }

.p-5 {
    padding: 3rem !important; }

.pt-5,
.py-5 {
    padding-top: 3rem !important; }

.pr-5,
.px-5 {
    padding-right: 3rem !important; }

.pb-5,
.py-5 {
    padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
    padding-left: 3rem !important; }

.m-n1 {
    margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important; }

.m-n2 {
    margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important; }

.m-n3 {
    margin: -1rem !important; }

.mt-n3,
.my-n3 {
    margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important; }

.m-n4 {
    margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important; }

.m-n5 {
    margin: -3rem !important; }

.mt-n5,
.my-n5 {
    margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important; }

.m-auto {
    margin: auto !important; }

.mt-auto,
.my-auto {
    margin-top: auto !important; }

.mr-auto,
.mx-auto {
    margin-right: auto !important; }

.mb-auto,
.my-auto {
    margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
    margin-left: auto !important; }

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important; }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important; }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important; }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important; }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important; }
    .m-sm-1 {
        margin: 0.25rem !important; }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important; }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important; }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important; }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important; }
    .m-sm-2 {
        margin: 0.5rem !important; }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important; }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important; }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important; }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important; }
    .m-sm-3 {
        margin: 1rem !important; }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important; }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important; }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important; }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important; }
    .m-sm-4 {
        margin: 1.5rem !important; }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important; }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important; }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important; }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important; }
    .m-sm-5 {
        margin: 3rem !important; }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important; }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important; }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important; }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important; }
    .p-sm-0 {
        padding: 0 !important; }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important; }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important; }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important; }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important; }
    .p-sm-1 {
        padding: 0.25rem !important; }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important; }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important; }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important; }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important; }
    .p-sm-2 {
        padding: 0.5rem !important; }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important; }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important; }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important; }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important; }
    .p-sm-3 {
        padding: 1rem !important; }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important; }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important; }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important; }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important; }
    .p-sm-4 {
        padding: 1.5rem !important; }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important; }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important; }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important; }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important; }
    .p-sm-5 {
        padding: 3rem !important; }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important; }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important; }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important; }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important; }
    .m-sm-n1 {
        margin: -0.25rem !important; }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important; }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important; }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important; }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important; }
    .m-sm-n2 {
        margin: -0.5rem !important; }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important; }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important; }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important; }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important; }
    .m-sm-n3 {
        margin: -1rem !important; }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important; }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important; }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important; }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important; }
    .m-sm-n4 {
        margin: -1.5rem !important; }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important; }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important; }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important; }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important; }
    .m-sm-n5 {
        margin: -3rem !important; }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important; }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important; }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important; }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important; }
    .m-sm-auto {
        margin: auto !important; }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important; }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important; }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important; }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important; } }

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important; }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important; }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important; }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important; }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important; }
    .m-md-1 {
        margin: 0.25rem !important; }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important; }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important; }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important; }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important; }
    .m-md-2 {
        margin: 0.5rem !important; }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important; }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important; }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important; }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important; }
    .m-md-3 {
        margin: 1rem !important; }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important; }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important; }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important; }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important; }
    .m-md-4 {
        margin: 1.5rem !important; }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important; }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important; }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important; }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important; }
    .m-md-5 {
        margin: 3rem !important; }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important; }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important; }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important; }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important; }
    .p-md-0 {
        padding: 0 !important; }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important; }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important; }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important; }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important; }
    .p-md-1 {
        padding: 0.25rem !important; }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important; }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important; }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important; }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important; }
    .p-md-2 {
        padding: 0.5rem !important; }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important; }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important; }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important; }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important; }
    .p-md-3 {
        padding: 1rem !important; }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important; }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important; }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important; }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important; }
    .p-md-4 {
        padding: 1.5rem !important; }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important; }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important; }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important; }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important; }
    .p-md-5 {
        padding: 3rem !important; }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important; }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important; }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important; }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important; }
    .m-md-n1 {
        margin: -0.25rem !important; }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important; }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important; }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important; }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important; }
    .m-md-n2 {
        margin: -0.5rem !important; }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important; }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important; }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important; }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important; }
    .m-md-n3 {
        margin: -1rem !important; }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important; }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important; }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important; }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important; }
    .m-md-n4 {
        margin: -1.5rem !important; }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important; }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important; }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important; }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important; }
    .m-md-n5 {
        margin: -3rem !important; }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important; }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important; }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important; }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important; }
    .m-md-auto {
        margin: auto !important; }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important; }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important; }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important; }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important; } }

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important; }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important; }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important; }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important; }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important; }
    .m-lg-1 {
        margin: 0.25rem !important; }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important; }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important; }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important; }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important; }
    .m-lg-2 {
        margin: 0.5rem !important; }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important; }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important; }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important; }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important; }
    .m-lg-3 {
        margin: 1rem !important; }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important; }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important; }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important; }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important; }
    .m-lg-4 {
        margin: 1.5rem !important; }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important; }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important; }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important; }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important; }
    .m-lg-5 {
        margin: 3rem !important; }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important; }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important; }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important; }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important; }
    .p-lg-0 {
        padding: 0 !important; }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important; }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important; }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important; }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important; }
    .p-lg-1 {
        padding: 0.25rem !important; }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important; }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important; }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important; }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important; }
    .p-lg-2 {
        padding: 0.5rem !important; }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important; }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important; }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important; }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important; }
    .p-lg-3 {
        padding: 1rem !important; }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important; }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important; }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important; }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important; }
    .p-lg-4 {
        padding: 1.5rem !important; }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important; }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important; }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important; }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important; }
    .p-lg-5 {
        padding: 3rem !important; }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important; }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important; }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important; }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important; }
    .m-lg-n1 {
        margin: -0.25rem !important; }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important; }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important; }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important; }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important; }
    .m-lg-n2 {
        margin: -0.5rem !important; }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important; }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important; }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important; }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important; }
    .m-lg-n3 {
        margin: -1rem !important; }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important; }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important; }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important; }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important; }
    .m-lg-n4 {
        margin: -1.5rem !important; }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important; }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important; }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important; }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important; }
    .m-lg-n5 {
        margin: -3rem !important; }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important; }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important; }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important; }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important; }
    .m-lg-auto {
        margin: auto !important; }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important; }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important; }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important; }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important; } }

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important; }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important; }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important; }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important; }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important; }
    .m-xl-1 {
        margin: 0.25rem !important; }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important; }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important; }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important; }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important; }
    .m-xl-2 {
        margin: 0.5rem !important; }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important; }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important; }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important; }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important; }
    .m-xl-3 {
        margin: 1rem !important; }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important; }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important; }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important; }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important; }
    .m-xl-4 {
        margin: 1.5rem !important; }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important; }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important; }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important; }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important; }
    .m-xl-5 {
        margin: 3rem !important; }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important; }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important; }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important; }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important; }
    .p-xl-0 {
        padding: 0 !important; }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important; }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important; }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important; }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important; }
    .p-xl-1 {
        padding: 0.25rem !important; }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important; }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important; }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important; }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important; }
    .p-xl-2 {
        padding: 0.5rem !important; }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important; }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important; }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important; }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important; }
    .p-xl-3 {
        padding: 1rem !important; }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important; }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important; }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important; }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important; }
    .p-xl-4 {
        padding: 1.5rem !important; }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important; }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important; }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important; }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important; }
    .p-xl-5 {
        padding: 3rem !important; }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important; }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important; }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important; }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important; }
    .m-xl-n1 {
        margin: -0.25rem !important; }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important; }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important; }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important; }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important; }
    .m-xl-n2 {
        margin: -0.5rem !important; }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important; }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important; }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important; }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important; }
    .m-xl-n3 {
        margin: -1rem !important; }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important; }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important; }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important; }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important; }
    .m-xl-n4 {
        margin: -1.5rem !important; }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important; }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important; }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important; }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important; }
    .m-xl-n5 {
        margin: -3rem !important; }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important; }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important; }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important; }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important; }
    .m-xl-auto {
        margin: auto !important; }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important; }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important; }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important; }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important; } }

.border {
    border: 1px solid #dee2e6 !important; }

.border-top {
    border-top: 1px solid #dee2e6 !important; }

.border-right {
    border-right: 1px solid #dee2e6 !important; }

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important; }

.border-left {
    border-left: 1px solid #dee2e6 !important; }

.border-0 {
    border: 0 !important; }

.border-top-0 {
    border-top: 0 !important; }

.border-right-0 {
    border-right: 0 !important; }

.border-bottom-0 {
    border-bottom: 0 !important; }

.border-left-0 {
    border-left: 0 !important; }

.border-primary {
    border-color: #0033CC !important; }

.border-secondary {
    border-color: #6c757d !important; }

.border-success {
    border-color: #33CC00 !important; }

.border-info {
    border-color: #17a2b8 !important; }

.border-warning {
    border-color: #ffc107 !important; }

.border-danger {
    border-color: #EA4242 !important; }

.border-light {
    border-color: #f8f9fa !important; }

.border-dark {
    border-color: #E8E8E8 !important; }

.border-white {
    border-color: #fff !important; }

.rounded {
    border-radius: 0.25rem !important; }

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important; }

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
    border-radius: 50% !important; }

.rounded-pill {
    border-radius: 50rem !important; }

.rounded-0 {
    border-radius: 0 !important; }

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.text-justify {
    text-align: justify !important; }

.text-wrap {
    white-space: normal !important; }

.text-nowrap {
    white-space: nowrap !important; }

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.text-left {
    text-align: left !important; }

.text-right {
    text-align: right !important; }

.text-center {
    text-align: center !important; }

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important; }
    .text-sm-right {
        text-align: right !important; }
    .text-sm-center {
        text-align: center !important; } }

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important; }
    .text-md-right {
        text-align: right !important; }
    .text-md-center {
        text-align: center !important; } }

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important; }
    .text-lg-right {
        text-align: right !important; }
    .text-lg-center {
        text-align: center !important; } }

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important; }
    .text-xl-right {
        text-align: right !important; }
    .text-xl-center {
        text-align: center !important; } }

.text-lowercase {
    text-transform: lowercase !important; }

.text-uppercase {
    text-transform: uppercase !important; }

.text-capitalize {
    text-transform: capitalize !important; }

.font-weight-light {
    font-weight: 300 !important; }

.font-weight-lighter {
    font-weight: lighter !important; }

.font-weight-normal {
    font-weight: 400 !important; }

.font-weight-bold {
    font-weight: 700 !important; }

.font-weight-bolder {
    font-weight: bolder !important; }

.font-italic {
    font-style: italic !important; }

.text-white {
    color: #fff !important; }

.text-primary {
    color: #0033CC !important; }

a.text-primary:hover, a.text-primary:focus {
    color: #002080 !important; }

.text-secondary {
    color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
    color: #494f54 !important; }

.text-success {
    color: #33CC00 !important; }

a.text-success:hover, a.text-success:focus {
    color: #208000 !important; }

.text-info {
    color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
    color: #0f6674 !important; }

.text-warning {
    color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
    color: #ba8b00 !important; }

.text-danger {
    color: #EA4242 !important; }

a.text-danger:hover, a.text-danger:focus {
    color: #c91616 !important; }

.text-light {
    color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
    color: #cbd3da !important; }

.text-dark {
    color: #E8E8E8 !important; }

a.text-dark:hover, a.text-dark:focus {
    color: #c2c2c2 !important; }

.text-body {
    color: #212529 !important; }

.text-muted {
    color: #6c757d !important; }

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }

.text-decoration-none {
    text-decoration: none !important; }

.text-reset {
    color: inherit !important; }

.w-25 {
    width: 25% !important; }

.w-50 {
    width: 50% !important; }

.w-75 {
    width: 75% !important; }

.w-100 {
    width: 100% !important; }

.w-auto {
    width: auto !important; }

.h-25 {
    height: 25% !important; }

.h-50 {
    height: 50% !important; }

.h-75 {
    height: 75% !important; }

.h-100 {
    height: 100% !important; }

.h-auto {
    height: auto !important; }

.mw-100 {
    max-width: 100% !important; }

.mh-100 {
    max-height: 100% !important; }

.min-vw-100 {
    min-width: 100vw !important; }

.min-vh-100 {
    min-height: 100vh !important; }

.vw-100 {
    width: 100vw !important; }

.vh-100 {
    height: 100vh !important; }

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    min-width: 50px;
    outline: none; }
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 16px;
    padding-right: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
.select2-container .select2-selection--single .select2-selection__clear {
    position: relative; }
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 16px;
    padding-left: 16px; }
.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap; }
.select2-container .select2-search--inline {
    float: left; }
.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0; }
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none; }

.select2-dropdown {
    background-color: white;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051; }

.select2-results {
    display: block;
    font-size: 14px; }

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0; }

.select2-results__option {
    padding: 14px;
    user-select: none;
    -webkit-user-select: none; }
.select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
    left: 0; }

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.select2-search--dropdown {
    display: block;
    padding: 4px; }
.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none; }
.select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0); }

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
    outline: none;
    height: 44px; }
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #555555;
    line-height: 42px;
    font-size: 15px; }
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #E8E8E8;
    font-size: 16px; }
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 24px; }
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #999999 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -9px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text; }
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none; }
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-color: #0033CC; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown {
    display: none !important; }
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    display: none !important; }

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
    padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff; }

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #D2E1F7;
    color: #555555; }

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px; }

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    outline: 0;
    background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #dee2e6;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #dee2e6;
    border-radius: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    left: 1px;
    right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    cursor: text;
    outline: 0; }
.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #dee2e6;
    outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none; }

.select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
    border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
    border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
    padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: white; }

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
    color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.datepicker--cell {
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 32px;
    z-index: 1; }

.datepicker--cell.-focus- {
    background: #f0f0f0; }

.datepicker--cell.-current- {
    color: #4EB5E6; }

.datepicker--cell.-current-.-focus- {
    color: #4a4a4a; }

.datepicker--cell.-current-.-in-range- {
    color: #4EB5E6; }

.datepicker--cell.-in-range- {
    background: rgba(92, 196, 239, 0.1);
    color: #4a4a4a;
    border-radius: 0; }

.datepicker--cell.-in-range-.-focus- {
    background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell.-disabled- {
    cursor: default;
    color: #aeaeae; }

.datepicker--cell.-disabled-.-focus- {
    color: #aeaeae; }

.datepicker--cell.-disabled-.-in-range- {
    color: #a1a1a1; }

.datepicker--cell.-disabled-.-current-.-focus- {
    color: #aeaeae; }

.datepicker--cell.-range-from- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 4px 0 0 4px; }

.datepicker--cell.-range-to- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 0 4px 4px 0; }

.datepicker--cell.-range-from-.-range-to- {
    border-radius: 4px; }

.datepicker--cell.-selected- {
    color: #fff;
    border: none;
    background: #5cc4ef; }

.datepicker--cell.-selected-.-current- {
    color: #fff;
    background: #5cc4ef; }

.datepicker--cell.-selected-.-focus- {
    background: #45bced; }

.datepicker--cell:empty {
    cursor: default; }

.datepicker--days-names {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 8px 0 3px; }

.datepicker--day-name {
    color: #FF9A19;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    text-transform: uppercase;
    font-size: .8em; }

.datepicker--cell-day {
    width: 14.28571%; }

.datepicker--cells-months {
    height: 170px; }

.datepicker--cell-month {
    width: 33.33%;
    height: 25%; }

.datepicker--years {
    height: 170px; }

.datepicker--cells-years {
    height: 170px; }

.datepicker--cell-year {
    width: 25%;
    height: 33.33%; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
    color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
    position: absolute;
    left: 0;
    top: 0; }

@media print {
    .datepickers-container {
        display: none; } }

.datepicker {
    background: #fff;
    border: 1px solid #dbdbdb;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-sizing: content-box;
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    color: #4a4a4a;
    width: 250px;
    position: absolute;
    left: -100000px;
    opacity: 0;
    transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
    z-index: 100; }

.datepicker.-from-top- {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }

.datepicker.-from-right- {
    -webkit-transform: translateX(8px);
    transform: translateX(8px); }

.datepicker.-from-bottom- {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }

.datepicker.-from-left- {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px); }

.datepicker.active {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease; }

.datepicker-inline .datepicker {
    border-color: #d7d7d7;
    box-shadow: none;
    position: static;
    left: auto;
    right: auto;
    opacity: 1;
    -webkit-transform: none;
    transform: none; }

.datepicker-inline .datepicker--pointer {
    display: none; }

.datepicker--content {
    box-sizing: content-box;
    padding: 4px; }

.-only-timepicker- .datepicker--content {
    display: none; }

.datepicker--pointer {
    position: absolute;
    background: #fff;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    width: 10px;
    height: 10px;
    z-index: -1; }

.-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
    top: calc(100% - 4px);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }

.-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    right: calc(100% - 4px);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg); }

.-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    bottom: calc(100% - 4px);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg); }

.-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
    left: calc(100% - 4px);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

.-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
    left: 10px; }

.-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    right: 10px; }

.-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
    left: calc(50% - 10px / 2); }

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
    top: 10px; }

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    bottom: 10px; }

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
    top: calc(50% - 10px / 2); }

.datepicker--body {
    display: none; }

.datepicker--body.active {
    display: block; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
    color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #efefef;
    min-height: 32px;
    padding: 4px; }

.-only-timepicker- .datepicker--nav {
    display: none; }

.datepicker--nav-title,
.datepicker--nav-action {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

.datepicker--nav-action {
    width: 32px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

.datepicker--nav-action:hover {
    background: #f0f0f0; }

.datepicker--nav-action.-disabled- {
    visibility: hidden; }

.datepicker--nav-action svg {
    width: 32px;
    height: 32px; }

.datepicker--nav-action path {
    fill: none;
    stroke: #9c9c9c;
    stroke-width: 2px; }

.datepicker--nav-title {
    border-radius: 4px;
    padding: 0 8px; }

.datepicker--nav-title i {
    font-style: normal;
    color: #9c9c9c;
    margin-left: 5px; }

.datepicker--nav-title:hover {
    background: #f0f0f0; }

.datepicker--nav-title.-disabled- {
    cursor: default;
    background: none; }

.datepicker--buttons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 4px;
    border-top: 1px solid #efefef; }

.datepicker--button {
    color: #4EB5E6;
    cursor: pointer;
    border-radius: 4px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 32px; }

.datepicker--button:hover {
    color: #4a4a4a;
    background: #f0f0f0; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
    color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
    border-top: 1px solid #efefef;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px;
    position: relative; }

.datepicker--time.-am-pm- .datepicker--time-sliders {
    -webkit-flex: 0 1 138px;
    -ms-flex: 0 1 138px;
    flex: 0 1 138px;
    max-width: 138px; }

.-only-timepicker- .datepicker--time {
    border-top: none; }

.datepicker--time-sliders {
    -webkit-flex: 0 1 153px;
    -ms-flex: 0 1 153px;
    flex: 0 1 153px;
    margin-right: 10px;
    max-width: 153px; }

.datepicker--time-label {
    display: none;
    font-size: 12px; }

.datepicker--time-current {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    text-align: center;
    margin: 0 0 0 10px; }

.datepicker--time-current-colon {
    margin: 0 2px 3px;
    line-height: 1; }

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
    line-height: 1;
    font-size: 19px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    position: relative;
    z-index: 1; }

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
    content: '';
    background: #f0f0f0;
    border-radius: 4px;
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0; }

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
    opacity: 1; }

.datepicker--time-current-ampm {
    text-transform: uppercase;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: #9c9c9c;
    margin-left: 6px;
    font-size: 11px;
    margin-bottom: 1px; }

.datepicker--time-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 11px;
    height: 17px;
    background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat; }

.datepicker--time-row:first-child {
    margin-bottom: 4px; }

.datepicker--time-row input[type='range'] {
    background: none;
    cursor: pointer;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none; }

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none; }

.datepicker--time-row input[type='range']::-ms-tooltip {
    display: none; }

.datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
    border-color: #b8b8b8; }

.datepicker--time-row input[type='range']:hover::-moz-range-thumb {
    border-color: #b8b8b8; }

.datepicker--time-row input[type='range']:hover::-ms-thumb {
    border-color: #b8b8b8; }

.datepicker--time-row input[type='range']:focus {
    outline: none; }

.datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef; }

.datepicker--time-row input[type='range']:focus::-moz-range-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef; }

.datepicker--time-row input[type='range']:focus::-ms-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef; }

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    transition: background .2s; }

.datepicker--time-row input[type='range']::-moz-range-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    transition: background .2s; }

.datepicker--time-row input[type='range']::-ms-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    transition: background .2s; }

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
    margin-top: -6px; }

.datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: transparent; }

.datepicker--time-row input[type='range']::-moz-range-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: transparent; }

.datepicker--time-row input[type='range']::-ms-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: transparent; }

.datepicker--time-row input[type='range']::-ms-fill-lower {
    background: transparent; }

.datepicker--time-row input[type='range']::-ms-fill-upper {
    background: transparent; }

.datepicker--time-row span {
    padding: 0 12px; }

.datepicker--time-icon {
    color: #9c9c9c;
    border: 1px solid;
    border-radius: 50%;
    font-size: 16px;
    position: relative;
    margin: 0 5px -1px 0;
    width: 1em;
    height: 1em; }

.datepicker--time-icon:after, .datepicker--time-icon:before {
    content: '';
    background: currentColor;
    position: absolute; }

.datepicker--time-icon:after {
    height: .4em;
    width: 1px;
    left: calc(50% - 1px);
    top: calc(50% + 1px);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }

.datepicker--time-icon:before {
    width: .4em;
    height: 1px;
    top: calc(50% + 1px);
    left: calc(50% - 1px); }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
    color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

.picker {
    z-index: 1050; }

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
.dropzone, .dropzone * {
    box-sizing: border-box; }

.dropzone {
    position: relative; }
.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    width: 120px;
    margin: 0.5em; }
.dropzone .dz-preview .dz-progress {
    display: block;
    height: 15px;
    border: 1px solid #aaa; }
.dropzone .dz-preview .dz-progress .dz-upload {
    display: block;
    height: 100%;
    width: 0;
    background: green; }
.dropzone .dz-preview .dz-error-message {
    color: red;
    display: none; }
.dropzone .dz-preview.dz-error .dz-error-message, .dropzone .dz-preview.dz-error .dz-error-mark {
    display: block; }
.dropzone .dz-preview.dz-success .dz-success-mark {
    display: block; }
.dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark {
    position: absolute;
    display: none;
    left: 30px;
    top: 30px;
    width: 54px;
    height: 58px;
    left: 50%;
    margin-left: -27px; }

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px); }
    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px); }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px); } }

@-moz-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px); }
    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px); }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px); } }

@keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px); }
    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px); }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px); } }

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px); }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px); } }

@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px); }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px); } }

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px); }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px); } }

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); } }

@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); } }

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); } }

.dropzone, .dropzone * {
    box-sizing: border-box; }

.dropzone {
    min-height: 150px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    background: white;
    padding: 20px 20px; }
.dropzone.dz-clickable {
    cursor: pointer; }
.dropzone.dz-clickable * {
    cursor: default; }
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
    cursor: pointer; }
.dropzone.dz-started .dz-message {
    display: none; }
.dropzone.dz-drag-hover {
    border-style: solid; }
.dropzone.dz-drag-hover .dz-message {
    opacity: 0.5; }
.dropzone .dz-message {
    text-align: center;
    margin: 2em 0; }
.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px; }
.dropzone .dz-preview:hover {
    z-index: 1000; }
.dropzone .dz-preview:hover .dz-details {
    opacity: 1; }
.dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 20px;
    background: #999;
    background: linear-gradient(to bottom, #eee, #ddd); }
.dropzone .dz-preview.dz-file-preview .dz-details {
    opacity: 1; }
.dropzone .dz-preview.dz-image-preview {
    background: white; }
.dropzone .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear; }
.dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none; }
.dropzone .dz-preview .dz-remove:hover {
    text-decoration: underline; }
.dropzone .dz-preview:hover .dz-details {
    opacity: 1; }
.dropzone .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    line-height: 150%; }
.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 16px; }
.dropzone .dz-preview .dz-details .dz-filename {
    white-space: nowrap; }
.dropzone .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200, 200, 200, 0.8);
    background-color: rgba(255, 255, 255, 0.8); }
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis; }
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent; }
.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 0 0.4em;
    border-radius: 3px; }
.dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px); }
.dropzone .dz-preview .dz-image {
    border-radius: 20px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    z-index: 10; }
.dropzone .dz-preview .dz-image img {
    display: block; }
.dropzone .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
.dropzone .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px; }
.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
    display: block;
    width: 54px;
    height: 54px; }
.dropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
.dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in; }
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    -moz-animation: pulse 6s ease infinite;
    -ms-animation: pulse 6s ease infinite;
    -o-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite; }
.dropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden; }
.dropzone .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: linear-gradient(to bottom, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out; }
.dropzone .dz-preview.dz-error .dz-error-message {
    display: block; }
.dropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto; }
.dropzone .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(to bottom, #be2626, #a92222);
    padding: 0.5em 1.2em;
    color: white; }
.dropzone .dz-preview .dz-error-message:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #be2626; }

.v-select {
    position: relative;
    font-family: inherit; }

.v-select, .v-select * {
    box-sizing: border-box; }

@-webkit-keyframes vSelectSpinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn); } }

@keyframes vSelectSpinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn); } }

.vs__fade-enter-active, .vs__fade-leave-active {
    transition: opacity 0.15s cubic-bezier(1, 0.5, 0.8, 1); }

.vs__fade-enter, .vs__fade-leave-to {
    opacity: 0; }

.vs--disabled .vs__clear, .vs--disabled .vs__dropdown-toggle, .vs--disabled .vs__open-indicator, .vs--disabled .vs__search, .vs--disabled .vs__selected {
    cursor: not-allowed;
    background-color: #f8f8f8; }

.v-select[dir=rtl] .vs__actions {
    padding: 0 3px 0 6px; }

.v-select[dir=rtl] .vs__clear {
    margin-left: 6px;
    margin-right: 0; }

.v-select[dir=rtl] .vs__deselect {
    margin-left: 0;
    margin-right: 2px; }

.v-select[dir=rtl] .vs__dropdown-menu {
    text-align: right; }

.vs__dropdown-toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: flex;
    padding: 0 0 4px;
    background: none;
    border: 1px solid rgba(60, 60, 60, 0.26);
    border-radius: 4px;
    white-space: normal; }

.vs__selected-options {
    display: flex;
    flex-basis: 100%;
    flex-grow: 1;
    flex-wrap: wrap;
    padding: 0 2px;
    position: relative; }

.vs__actions {
    display: flex;
    align-items: center;
    padding: 4px 6px 0 3px; }

.vs--searchable .vs__dropdown-toggle {
    cursor: text; }

.vs--unsearchable .vs__dropdown-toggle {
    cursor: pointer; }

.vs--open .vs__dropdown-toggle {
    border-bottom-color: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

.vs__open-indicator {
    fill: rgba(60, 60, 60, 0.5);
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: -webkit-transform 0.15s cubic-bezier(1, -0.115, 0.975, 0.855);
    transition: transform 0.15s cubic-bezier(1, -0.115, 0.975, 0.855);
    transition: transform 0.15s cubic-bezier(1, -0.115, 0.975, 0.855), -webkit-transform 0.15s cubic-bezier(1, -0.115, 0.975, 0.855);
    transition-timing-function: cubic-bezier(1, -0.115, 0.975, 0.855); }

.vs--open .vs__open-indicator {
    -webkit-transform: rotate(180deg) scale(1);
    transform: rotate(180deg) scale(1); }

.vs--loading .vs__open-indicator {
    opacity: 0; }

.vs__clear {
    fill: rgba(60, 60, 60, 0.5);
    padding: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    margin-right: 8px; }

.vs__dropdown-menu {
    display: block;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    z-index: 1000;
    padding: 5px 0;
    margin: 0;
    width: 100%;
    max-height: 350px;
    min-width: 160px;
    overflow-y: auto;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(60, 60, 60, 0.26);
    border-top-style: none;
    border-radius: 0 0 4px 4px;
    text-align: left;
    list-style: none;
    background: #fff; }

.vs__no-options {
    text-align: center; }

.vs__dropdown-option {
    line-height: 1.42857143;
    display: block;
    padding: 3px 20px;
    clear: both;
    color: #333;
    white-space: nowrap; }

.vs__dropdown-option:hover {
    cursor: pointer; }

.vs__dropdown-option--highlight {
    background: #5897fb;
    color: #fff; }

.vs__selected {
    display: flex;
    align-items: center;
    background-color: #f0f0f0;
    border: 1px solid rgba(60, 60, 60, 0.26);
    border-radius: 4px;
    color: #333;
    line-height: 1.4;
    margin: 4px 2px 0;
    padding: 0 .25em; }

.vs__deselect {
    display: inline-flex;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-left: 4px;
    padding: 0;
    border: 0;
    cursor: pointer;
    background: none;
    fill: rgba(60, 60, 60, 0.5);
    text-shadow: 0 1px 0 #fff; }

.vs--single .vs__selected {
    background-color: transparent;
    border-color: transparent; }

.vs--single.vs--open .vs__selected {
    position: absolute;
    opacity: .4; }

.vs--single.vs--searching .vs__selected {
    display: none; }

.vs__search::-ms-clear, .vs__search::-webkit-search-cancel-button, .vs__search::-webkit-search-decoration, .vs__search::-webkit-search-results-button, .vs__search::-webkit-search-results-decoration {
    display: none; }

.vs__search, .vs__search:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 1.4;
    font-size: 1em;
    border: 1px solid transparent;
    border-left: none;
    outline: none;
    margin: 4px 0 0;
    padding: 0 7px;
    background: none;
    box-shadow: none;
    width: 0;
    max-width: 100%;
    flex-grow: 1; }

.vs__search::-webkit-input-placeholder {
    color: inherit; }

.vs__search:-ms-input-placeholder {
    color: inherit; }

.vs__search::-ms-input-placeholder {
    color: inherit; }

.vs__search::placeholder {
    color: inherit; }

.vs--unsearchable .vs__search {
    opacity: 1; }

.vs--unsearchable .vs__search:hover {
    cursor: pointer; }

.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search {
    opacity: .2; }

.vs__spinner {
    align-self: center;
    opacity: 0;
    font-size: 5px;
    text-indent: -9999em;
    overflow: hidden;
    border: 0.9em solid rgba(100, 100, 100, 0.1);
    border-left-color: rgba(60, 60, 60, 0.45);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: vSelectSpinner 1.1s linear infinite;
    animation: vSelectSpinner 1.1s linear infinite;
    transition: opacity .1s; }

.vs__spinner, .vs__spinner:after {
    border-radius: 50%;
    width: 5em;
    height: 5em; }

.vs--loading .vs__spinner {
    opacity: 1; }

/*# sourceMappingURL=vue-select.css.map*/
/*!
 * Cropper.js v1.5.5
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2019-08-04T02:26:27.232Z
 */
.cropper-container {
    direction: ltr;
    font-size: 0;
    line-height: 0;
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

.cropper-container img {
    display: block;
    height: 100%;
    image-orientation: 0deg;
    max-height: none !important;
    max-width: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    width: 100%; }

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }

.cropper-wrap-box,
.cropper-canvas {
    overflow: hidden; }

.cropper-drag-box {
    background-color: #fff;
    opacity: 0; }

.cropper-modal {
    background-color: #000;
    opacity: 0.5; }

.cropper-view-box {
    display: block;
    height: 100%;
    outline: 1px solid #39f;
    outline-color: rgba(51, 153, 255, 0.75);
    overflow: hidden;
    width: 100%; }

.cropper-dashed {
    border: 0 dashed #eee;
    display: block;
    opacity: 0.5;
    position: absolute; }

.cropper-dashed.dashed-h {
    border-bottom-width: 1px;
    border-top-width: 1px;
    height: calc(100% / 3);
    left: 0;
    top: calc(100% / 3);
    width: 100%; }

.cropper-dashed.dashed-v {
    border-left-width: 1px;
    border-right-width: 1px;
    height: 100%;
    left: calc(100% / 3);
    top: 0;
    width: calc(100% / 3); }

.cropper-center {
    display: block;
    height: 0;
    left: 50%;
    opacity: 0.75;
    position: absolute;
    top: 50%;
    width: 0; }

.cropper-center::before,
.cropper-center::after {
    background-color: #eee;
    content: ' ';
    display: block;
    position: absolute; }

.cropper-center::before {
    height: 1px;
    left: -3px;
    top: 0;
    width: 7px; }

.cropper-center::after {
    height: 7px;
    left: 0;
    top: -3px;
    width: 1px; }

.cropper-face,
.cropper-line,
.cropper-point {
    display: block;
    height: 100%;
    opacity: 0.1;
    position: absolute;
    width: 100%; }

.cropper-face {
    background-color: #fff;
    left: 0;
    top: 0; }

.cropper-line {
    background-color: #39f; }

.cropper-line.line-e {
    cursor: ew-resize;
    right: -3px;
    top: 0;
    width: 5px; }

.cropper-line.line-n {
    cursor: ns-resize;
    height: 5px;
    left: 0;
    top: -3px; }

.cropper-line.line-w {
    cursor: ew-resize;
    left: -3px;
    top: 0;
    width: 5px; }

.cropper-line.line-s {
    bottom: -3px;
    cursor: ns-resize;
    height: 5px;
    left: 0; }

.cropper-point {
    background-color: #39f;
    height: 5px;
    opacity: 0.75;
    width: 5px; }

.cropper-point.point-e {
    cursor: ew-resize;
    margin-top: -3px;
    right: -3px;
    top: 50%; }

.cropper-point.point-n {
    cursor: ns-resize;
    left: 50%;
    margin-left: -3px;
    top: -3px; }

.cropper-point.point-w {
    cursor: ew-resize;
    left: -3px;
    margin-top: -3px;
    top: 50%; }

.cropper-point.point-s {
    bottom: -3px;
    cursor: s-resize;
    left: 50%;
    margin-left: -3px; }

.cropper-point.point-ne {
    cursor: nesw-resize;
    right: -3px;
    top: -3px; }

.cropper-point.point-nw {
    cursor: nwse-resize;
    left: -3px;
    top: -3px; }

.cropper-point.point-sw {
    bottom: -3px;
    cursor: nesw-resize;
    left: -3px; }

.cropper-point.point-se {
    bottom: -3px;
    cursor: nwse-resize;
    height: 20px;
    opacity: 1;
    right: -3px;
    width: 20px; }

@media (min-width: 768px) {
    .cropper-point.point-se {
        height: 15px;
        width: 15px; } }

@media (min-width: 992px) {
    .cropper-point.point-se {
        height: 10px;
        width: 10px; } }

@media (min-width: 1200px) {
    .cropper-point.point-se {
        height: 5px;
        opacity: 0.75;
        width: 5px; } }

.cropper-point.point-se::before {
    background-color: #39f;
    bottom: -50%;
    content: ' ';
    display: block;
    height: 200%;
    opacity: 0;
    position: absolute;
    right: -50%;
    width: 200%; }

.cropper-invisible {
    opacity: 0; }

.cropper-bg {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC"); }

.cropper-hide {
    display: block;
    height: 0;
    position: absolute;
    width: 0; }

.cropper-hidden {
    display: none !important; }

.cropper-move {
    cursor: move; }

.cropper-crop {
    cursor: crosshair; }

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
    cursor: not-allowed; }

body {
    overflow-x: hidden;
    background-color: #E8E8E8;
    font-family: 'Proxima Nova';
    overscroll-behavior: none; }
body.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh; }
body.school-cabinet {
    background-color: #F3F3F3; }
@media screen and (max-width: 768px) {
    body.bg-white-color {
        background-color: #FFFFFF; } }

.site-body {
    position: relative;
    padding-bottom: 56px;
    overflow: hidden; }
.site-body--overflow-visible {
    overflow: visible; }
.site-body--overflow-none {
    overflow: visible; }
@media screen and (max-width: 768px) {
    .site-body--padding-0 {
        padding-bottom: 0; } }

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

a {
    text-decoration: none;
    outline: none; }
a:hover {
    text-decoration: none;
    color: inherit; }

.wrapper {
    overflow: hidden;
    position: relative; }
.wrapper--fixed {
    height: 100vh;
    width: 100vw;
    position: fixed; }

.inactive {
    opacity: 0.5; }

.section-title {
    color: #fff;
    background: #0033CC;
    padding-top: 60px;
    padding-bottom: 30px;
    touch-action: pan-x pan-down pinch-zoom;
    z-index: 100; }

.section-subtitle {
    padding-top: 40px;
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
    color: #000; }

.section-filter {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    margin-top: -7px; }

.hero__title {
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    margin-top: 68px; }
@media screen and (max-width: 760px) {
    .hero__title {
        font-size: 35px;
        margin-top: 50px; } }

.hero__link {
    margin-top: 23px; }
.hero__link a {
    font-size: 24px;
    color: #fff;
    text-decoration: underline; }
@media screen and (max-width: 760px) {
    .hero__link a {
        font-size: 18px; } }

.up-button {
    background-image: url(../img/button-arrow.svg);
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transform: rotate(-90deg);
    width: 40px;
    height: 40px;
    border-radius: 3px;
    background-color: #0033CC;
    position: fixed;
    right: 40px;
    bottom: 140px;
    cursor: pointer;
    display: none;
    z-index: 10000000000; }

.pull--ptr {
    pointer-events: none;
    font-size: 0.85em;
    font-weight: bold;
    top: 0;
    height: 0;
    transition: height 0.3s, min-height 0.3s;
    text-align: center;
    width: 100%;
    overflow: hidden;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    align-content: stretch;
    background-color: #0033CC;
    border: none;
    box-shadow: none;
    margin-top: -1px;
    margin-bottom: -1px; }

.pull--box {
    padding: 10px;
    flex-basis: 100%; }

.pull--pull {
    transition: none; }

.pull--icon {
    color: #fff;
    transition: transform 500ms;
    font-size: 20px; }

.pull--top {
    touch-action: pan-x pan-down pinch-zoom; }

.pull--release {
    transform: rotate(180deg); }
.pull--release .pull--icon {
    transform: rotate(180deg); }

.overlay {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: block;
    width: 100vw;
    height: 100vh;
    display: none; }
.overlay.show {
    display: block; }

.serpator {
    width: 100%;
    height: 1px;
    background-color: #000;
    opacity: 0.1;
    display: block;
    margin-top: -10px;
    margin-bottom: 19px; }

.count {
    background-color: #EA4242;
    position: absolute;
    width: 20px;
    height: 20px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    color: #fff; }

.login-link {
    text-decoration: none;
    display: block;
    min-height: 17px; }

.links-item {
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 2px; }
.links-item--bordered {
    border-bottom: 1px solid #C8C7CC !important;
    border-radius: 0 !important; }
.links-item--bordered a {
    border: none !important; }
.links-item a {
    padding: 11.6px 20px;
    color: #555555;
    text-decoration: none; }
.links-item-rocket {
    width: 18px;
    height: 18px;
    background-image: url(../img/rocket.svg);
    margin-right: 13px;
    background-size: 18px; }
.links-item-chart {
    width: 20px;
    height: 20px;
    background-image: url(../img/chart.svg);
    margin-right: 13px;
    background-size: 20px; }
.links-item-logo {
    width: 22px;
    height: 16px;
    background-image: url(../img/logo.png);
    margin-right: 13px;
    background-size: contain;
    background-repeat: no-repeat; }
.links-item-icon {
    margin-left: auto; }
.links-item-status {
    margin-left: auto;
    font-size: 14px; }
.links-item-status + .links-item-icon {
    margin-left: 14px; }

.img-responsive {
    width: 100%; }

@media screen and (min-width: 992px) {
    .sticky-wrapper {
        min-height: 75px;
        background: #0033CC; } }

.white-box {
    padding: 32px 38px;
    background-color: #fff;
    border-radius: 5px; }
.white-box--height {
    min-height: 543px; }
@media screen and (max-width: 760px) {
    .white-box {
        padding: 32px 15px !important; } }

.for-clients-text {
    line-height: 18px; }

.for-clients .custom-checkbox {
    padding-bottom: 5px; }

.for-clients .content-form-row {
    margin-bottom: 17px; }

.loader {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px; }
.loader div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 6px;
    border: 4px solid #0033CC;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #0033CC transparent transparent transparent; }
.loader div:nth-child(1) {
    animation-delay: -0.45s; }
.loader div:nth-child(2) {
    animation-delay: -0.3s; }
.loader div:nth-child(3) {
    animation-delay: -0.15s; }

.add-favorite {
    display: block; }
.add-favorite input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer; }
.add-favorite label {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    cursor: pointer; }
.add-favorite label:before {
    content: "";
    -webkit-appearance: none;
    height: 24px;
    width: 18px;
    display: block;
    position: relative;
    cursor: pointer;
    background-image: url("../img/check-empty.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }
.add-favorite input:checked + label:after {
    content: "";
    display: block;
    height: 24px;
    width: 18px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../img/check.svg");
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat; }
.add-favorite input:checked + label:before {
    background-image: none;
    height: 0px !important; }

.actions {
    position: relative; }
.actions-content {
    position: absolute;
    width: 267px;
    background-color: #fff;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    top: 23px;
    right: 0;
    border-radius: 5px;
    display: none;
    z-index: 100; }
.actions-item {
    padding: 20px;
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 15px; }
.actions-item:hover {
    background-color: rgba(0, 0, 0, 0.01); }
.actions-item-title {
    padding-left: 15px; }
.actions-item-icon {
    font-size: 20px;
    color: #000;
    opacity: 0.5; }
.actions-icon {
    margin-top: -7px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    margin-left: 15px; }
.actions-icon span {
    display: block;
    width: 3px;
    height: 3px;
    background-color: #999999;
    border-radius: 50%;
    margin-bottom: 2px; }
.actions-icon span:last-child {
    margin-bottom: 0px; }

.counter {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    margin-left: 1px;
    margin-top: -2px; }

.status {
    font-family: "Proxima Nova";
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    margin-left: 15px;
    margin-top: 5px; }
.status.online {
    color: #33CC00; }
.status.online:before {
    content: "";
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #33CC00;
    margin-right: 5px; }

.h-auto {
    height: auto !important; }

.w-100 {
    width: 100% !important; }

@media screen and (max-width: 767.98px) {
    .white-box--height {
        min-height: 60vw; }
    .actions {
        position: absolute;
        right: 0; } }

.notifications-box {
    background: none !important;
    top: 90px !important; }

.vue-notification.success {
    border: none;
    background: #33CC00;
    padding: 15px;
    border-radius: 5px;
    line-height: 1.4;
    font-size: 14px; }

.vue-notification.error {
    border: none;
    background: #ea4142;
    padding: 15px;
    border-radius: 5px;
    line-height: 1.4;
    font-size: 14px; }

button.close {
    margin-top: -4px; }

.h-60vh {
    height: 60vh; }

.select2-container {
    width: 100% !important; }

.mt-16 {
    margin-top: 10px; }
@media screen and (min-width: 768px) {
    .mt-16 {
        margin-top: 16px; } }

.mt-24 {
    margin-top: 19px; }
@media screen and (min-width: 768px) {
    .mt-24 {
        margin-top: 24px; } }

.text-break {
    word-break: break-word;
    white-space: pre-line; }

.cursor-pointer {
    cursor: pointer; }

.cursor-default {
    cursor: auto !important; }

.wrapper--auth .guest-show {
    display: none; }

@media screen and (max-width: 760px) {
    .actions-icon {
        position: absolute;
        top: -33px;
        right: 0px;
        width: 43px;
        height: 43px; }
    .actions-icon--new {
        top: 0; } }

.mih {
    min-height: 37vh; }

.wrapper--webview .hide-webview {
    display: none !important; }

.checkout {
    width: 557px;
    margin: auto; }
@media screen and (max-width: 760px) {
    .checkout {
        width: 100%; } }
.checkout__rows {
    margin-top: 11px;
    margin-bottom: 8.5px; }
.checkout__row {
    background-color: #fff;
    border-radius: 9px;
    border: 1px solid #E1E1E1;
    padding: 11px 14px 11px 24px;
    margin-bottom: 8.5px; }
.checkout__title {
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    min-width: 204px; }
@media screen and (max-width: 760px) {
    .checkout__title {
        width: 100%; } }
.checkout__title-category {
    color: #0033CC; }
.checkout__qty {
    width: 67px;
    height: 19px;
    position: relative;
    left: 11px; }
@media screen and (max-width: 760px) {
    .checkout__qty {
        left: 0;
        margin-top: 10px; } }
.checkout__qty-input input {
    width: 100%;
    text-align: center;
    height: 19px;
    font-size: 16px;
    border: none;
    outline: none; }
.checkout__qty-minus {
    width: 14px;
    height: 19px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    cursor: pointer;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center; }
.checkout__qty-minus:after {
    content: '';
    display: block;
    background-color: #999999;
    height: 1px;
    width: 100%; }
.checkout__qty-plus {
    width: 14px;
    height: 19px;
    right: 0;
    top: -3px;
    bottom: 0;
    margin: auto;
    position: absolute;
    cursor: pointer;
    background-size: 14px;
    background-position: 50% 50%;
    z-index: 10;
    background-image: url(../img/plus-2.svg);
    background-repeat: no-repeat; }
.checkout__qty-plus:hover + span {
    display: block; }
.checkout__qty-tooltip {
    position: absolute;
    padding: 10px;
    bottom: 150%;
    right: 50%;
    display: none;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    background-color: gray;
    transform: translateX(50%);
    border-radius: 5px;
    animation: scale-in-center 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
@media screen and (max-width: 760px) {
    .checkout__qty-tooltip {
        right: -40%;
        font-size: 12px; } }
.checkout__qty-tooltip::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 10px solid gray;
    transform: translateX(-50%); }
@media screen and (max-width: 760px) {
    .checkout__qty-tooltip::before {
        left: 27%; } }

@keyframes scale-in-center {
    0% {
        transform: translate(50%, 10px);
        opacity: 0; }
    100% {
        transform: translate(50%, 0);
        opacity: 1; } }
.checkout__total {
    margin-bottom: 15px;
    font-weight: 700; }
.checkout__total-price {
    font-weight: 800;
    font-size: 18px; }
.checkout__price {
    width: 101px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 19px; }
@media screen and (max-width: 760px) {
    .checkout__price {
        margin-top: 10px; } }
.checkout__price-old {
    color: #999999;
    font-size: 13px;
    font-weight: 500;
    text-decoration: line-through; }
.checkout__price-new {
    font-size: 16px;
    font-weight: bold;
    color: #33CC00; }
.checkout__service {
    padding-left: 2px; }
.checkout__service-title {
    font-size: 14px;
    font-family: 'Roboto'; }
.checkout__service-price {
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
    font-family: 'Roboto'; }
.checkout__service-text {
    font-family: 'Roboto';
    font-size: 14px;
    color: #999999;
    margin-top: 12px;
    line-height: 16px; }
.checkout__button {
    margin-top: 22px; }
.checkout__button button {
    min-width: 361px; }
.checkout__button button:disabled {
    background-color: #0033CC !important; }
@media screen and (max-width: 760px) {
    .checkout__button button {
        min-width: 100%;
        height: 44px;
        padding: 0; } }
.checkout__button button .loader {
    padding: 0; }
.checkout__title-small {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 18px; }
.checkout__offer {
    margin-bottom: 8px; }
.checkout__offer:last-child {
    margin-bottom: 0; }
.checkout__offer--list .checkout__title {
    min-width: 1px !important; }
.checkout__offers {
    background-color: #fff;
    border-radius: 9px;
    padding: 13px 14px 17px 17px;
    margin-bottom: 30px; }
.checkout__info {
    color: #999999; }
.checkout__promo {
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-bottom: 30px; }
.checkout__promo:after {
    content: '';
    background-image: url(../img/arrow.svg);
    width: 17px;
    height: 9px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin-left: 13px;
    margin-top: 5px; }
.checkout__form {
    margin-bottom: 25px;
    display: none; }
.checkout__form--show {
    display: block; }
.checkout__form--show .checkout__form-row {
    margin-right: 10px;
    width: 60%;
    min-width: 60%; }
.checkout__form--show .btn-inline {
    width: 40%;
    padding: 0; }
.checkout__form-row {
    width: 235px;
    min-width: 235px;
    margin-right: 29px; }
@media screen and (max-width: 463px) {
    .checkout__form-row {
        margin-bottom: 10px;
        width: 100%;
        margin-right: 0; } }
.checkout__form-total {
    display: flex;
    align-items: flex-end;
    margin-top: 30px; }
.checkout__form-total small {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 2px;
    padding-right: 5px; }
.checkout__form-price {
    font-size: 24px;
    font-weight: 600;
    color: #33CC00; }
.checkout__form-price--old {
    text-decoration: line-through;
    color: #000;
    padding-right: 8px; }
.checkout__form .btn-inline {
    line-height: 44px;
    height: 44px;
    padding-top: 0;
    padding-bottom: 0; }
.checkout__message-client {
    padding: 11px 14px 11px 24px;
    width: 100%;
    border: 1px solid #E1E1E1;
    border-radius: 9px;
    margin-bottom: 30px; }
.checkout__message-client:focus {
    outline: none; }

.usercard {
    padding: 20px 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: #fff; }
@media screen and (max-width: 369.98px) {
    .usercard--less-padding {
        padding: 0.25rem 9px !important; } }
.usercard--fix {
    width: 557px; }
@media screen and (max-width: 1200px) {
    .usercard--fix {
        width: 100%; } }
.usercard__title-h3 {
    font-weight: 600;
    font-size: 18px;
    color: #555555;
    margin-bottom: 9px; }
.usercard__user {
    display: flex;
    align-items: center; }
.usercard__button {
    margin-top: 20px;
    text-align: center; }
@media screen and (max-width: 767.98px) {
    .usercard__button {
        width: 100%; }
    .usercard__button .btn-inline {
        width: 100%; } }
.usercard__lessons-title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    color: #555555; }
@media screen and (max-width: 767.98px) {
    .usercard__lessons-title {
        display: none; } }
.usercard__lessons-list {
    margin-top: 9px; }
.usercard__lessons-item {
    background-color: #F3F3F3;
    border-radius: 5px;
    padding: 14px 10px;
    margin-bottom: 2px; }
.usercard__lessons-item--empty {
    color: #999999;
    font-size: 14px; }
.usercard__lessons-label {
    color: #33CC00;
    font-size: 14px;
    width: 137px;
    font-weight: 700;
    text-align: right; }
.usercard__lessons-name {
    font-size: 16px; }
.usercard__classes-with-client-title-h3 {
    font-weight: 600;
    font-size: 18px;
    color: #555555;
    margin-bottom: 6px; }
.usercard__classes-with-client-list {
    padding: 17px 9px;
    border-radius: 5px;
    background-color: #ffffff; }
.usercard__classes-with-client-item {
    padding: 12px 75px 12px 10px;
    border-radius: 5px;
    background-color: #F3F3F3;
    margin-bottom: 2px; }
@media screen and (max-width: 500px) {
    .usercard__classes-with-client-item {
        padding: 12px 10px; } }
.usercard__classes-with-client-item--color-inherit {
    color: inherit; }
.usercard__classes-with-client-item--promo {
    padding: 12px 10px;
    color: #ffffff !important;
    background-color: #33CC00; }
.usercard__classes-with-client-item--promo span {
    font-weight: 700; }
.usercard__classes-with-client-item--no-paid {
    padding: 12px 10px; }
.usercard__classes-with-client-name {
    flex: 1;
    font-weight: 600;
    color: inherit;
    margin-right: 10px; }
@media screen and (max-width: 375px) {
    .usercard__classes-with-client-name {
        font-size: 11px; } }
.usercard__classes-with-client-name-old-price {
    font-weight: 500;
    font-size: 14px;
    text-decoration: line-through; }
@media screen and (max-width: 375px) {
    .usercard__classes-with-client-name-old-price {
        font-size: 12px; } }
.usercard__classes-with-client-label {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    white-space: nowrap; }
.usercard__classes-with-client-icon-basket, .usercard__classes-with-client-icon-copy, .usercard__classes-with-client-icon-delete {
    padding: 0;
    display: inline-block;
    border: none; }
.usercard__classes-with-client-icon-basket {
    width: 20px;
    height: 17px;
    background: url("../img/basket-white.svg") no-repeat center/cover;
    margin-right: 13px; }
@media screen and (max-width: 375px) {
    .usercard__classes-with-client-icon-basket {
        margin-right: 5px; } }
.usercard__classes-with-client-icon-copy {
    width: 16px;
    height: 16px;
    background: url("../img/copy.svg") no-repeat center/cover;
    margin-right: 17px; }
.usercard__classes-with-client-icon-delete {
    width: 15px;
    height: 16px;
    background: url("../img/bin.svg") no-repeat center/cover; }
.usercard__classes-with-client-icon-delete:active {
    outline: none; }
.usercard__notes span {
    font-size: 14px;
    color: #999999; }
.usercard__notes-input {
    padding: 14px 19px;
    width: 100%;
    border: none;
    border-radius: 5px;
    background-color: #ffffff; }
.usercard__notes-input:focus {
    outline: none; }
.usercard__statistics-title-h3 {
    font-weight: 600;
    font-size: 18px;
    color: #555555;
    margin-bottom: 6px; }
.usercard__statistics-content {
    padding: 14px 19px;
    border-radius: 5px;
    background-color: #ffffff; }
.usercard__statistics-text:not(:last-of-type) {
    margin-bottom: 4px; }
.usercard__text {
    background-color: #F3F3F3;
    color: #000;
    padding: 9px 12px 10px 10px;
    font-size: 14px;
    line-height: 17px;
    border-radius: 5px;
    margin-top: 12px;
    position: relative; }
.usercard__text:before {
    content: '';
    display: block;
    position: absolute;
    top: -12px;
    left: 13px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 12px 12px;
    border-color: transparent transparent #f3f3f3 transparent; }
.usercard + .checkout__offers {
    margin-top: -12px; }
.usercard__avatar {
    position: relative;
    width: 48px;
    min-width: 48px;
    height: 48px;
    margin-right: 15px; }
@media screen and (max-width: 369.98px) {
    .usercard__avatar--less {
        width: 40px;
        min-width: 40px;
        height: 40px;
        margin-right: 7px; } }
.usercard__avatar .usercard__avatar-photo-related-driving-school {
    position: absolute;
    display: inline-block;
    right: -5px;
    bottom: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background-color: #ffffff; }
.usercard__avatar .usercard__avatar-photo-related-driving-school img {
    max-width: 100%; }
.usercard__avatar img {
    width: 100%;
    border-radius: 50%; }
.usercard__name {
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 19px; }
.usercard__name--color-inherit {
    color: inherit; }
.usercard__name--flex-1 {
    flex: 1; }
@media screen and (max-width: 369.98px) {
    .usercard__name--less {
        font-size: 14px;
        line-height: 1.2; } }
.usercard__name--bold {
    font-weight: 700; }
.usercard__actions--visible {
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: flex !important; }
.usercard__action a {
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #E1E1E1;
    margin-right: 8px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    color: #0033CC; }
.usercard__action a:hover {
    color: #0033CC; }
.usercard__action:last-child a {
    margin-right: 0; }
.usercard__action--notify a {
    position: relative; }
.usercard__action--notify a:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #EA4242;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 22px; }
.usercard__action--plus a {
    border-color: #33CC00;
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    color: #33CC00; }
.usercard__action--plus a:hover {
    color: #33CC00; }
.usercard__action--fire a {
    border-color: #EA4242;
    background: url(../img/fire.svg) no-repeat center; }
.usercard__action--basket a {
    border-color: #33CC00;
    background: url(../img/basket-green.svg) no-repeat center; }
.usercard__action--basket-plus a {
    border-color: #33CC00;
    background: url(../img/basket-and-plus.svg) no-repeat center; }
.usercard__action--calendar a {
    border-color: #33CC00;
    background: url(../img/calendar-2.svg) no-repeat center, #33CC00; }
.usercard__action--visitor a {
    background: url(../img/visitor.svg) no-repeat center; }
.usercard__action--dialog-exists a {
    border-color: #F2994A;
    background: url(../img/dialog-exists.svg) no-repeat center; }
.usercard__number-of-lessons {
    width: 48px;
    font-family: Roboto;
    font-size: 18px;
    text-align: right; }
.usercard__number-of-lessons .red {
    color: #EA4242; }
.usercard__number-of-lessons .green {
    color: #33CC00; }
.usercard__package-of-classes {
    margin-bottom: 25px; }
.usercard--about-course {
    width: 100%; }
@media screen and (max-width: 768px) {
    .usercard--about-course {
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-bottom: 2px;
        padding: 16px 18px; } }
.usercard--about-course .usercard__title {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #555;
    margin-bottom: 10px; }
@media screen and (max-width: 768.98px) {
    .usercard--about-course .usercard__avatar {
        width: 40px;
        height: 40px;
        min-width: 40px;
        margin-right: 11px; } }
.usercard--about-course .usercard__name {
    font-size: 14px;
    font-weight: 700 !important; }

.breadcrumbs {
    font-size: 18px;
    font-weight: 600; }

.package-of-classes {
    padding: 13px 17px 17px 17px;
    border-radius: 9px;
    background-color: #ffffff; }
.package-of-classes__item {
    display: flex;
    justify-content: space-between; }
.package-of-classes__item:not(:last-of-type) {
    margin-bottom: 9px; }
.package-of-classes__left {
    margin-right: 10px; }
.package-of-classes__time-and-category {
    font-weight: 600;
    line-height: 19px; }
.package-of-classes__number-of-lessons {
    font-size: 14px;
    line-height: 18px;
    color: #999999; }
.package-of-classes__total {
    margin-bottom: 15px;
    font-weight: 700; }
.package-of-classes__total-price {
    font-weight: 800;
    font-size: 18px; }
.package-of-classes__price {
    font-weight: 700;
    white-space: nowrap; }
.package-of-classes__price--old {
    font-weight: 600;
    font-size: 14px;
    color: #999999;
    text-decoration: line-through;
    text-decoration-color: #999999; }
.package-of-classes__price--new {
    color: #33CC00; }
.package-of-classes__btn-delete-package {
    display: block;
    text-decoration: underline;
    outline: none;
    color: #999999;
    border: none;
    background-color: transparent;
    margin: 0 auto;
    cursor: pointer; }
.package-of-classes__service {
    padding-left: 2px;
    margin-bottom: 40px; }
.package-of-classes__service-title {
    font-size: 14px;
    font-family: 'Roboto'; }
.package-of-classes__service-price {
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
    font-family: 'Roboto'; }
.package-of-classes__service-text {
    font-family: 'Roboto';
    font-size: 14px;
    color: #999999;
    margin-top: 12px;
    line-height: 16px; }

.select2-selection__placeholder {
    color: #495057 !important; }

.people-widget-content .add-favorite input:checked + label:after {
    top: 0; }

.settings-profile-username span {
    position: absolute;
    z-index: 10;
    margin-top: 9px;
    margin-left: 11px; }

.settings-profile-username input {
    padding-left: 202px; }

.cursor-pointer {
    cursor: pointer; }

button .loader {
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: -8px; }

button .loader div {
    border-color: #fff transparent transparent transparent; }

@media screen and (max-width: 766px) {
    .btn--loader {
        height: 35px;
        line-height: 35px;
        padding-top: 0;
        padding-bottom: 9px; }
    .btn--loader .loader {
        height: auto;
        margin-top: -15px; } }

.dropzone-image--medium {
    height: auto !important; }

.dropzone-image--large {
    height: auto !important; }

.request__categories {
    width: 230px; }
.request__categories .check-type {
    width: 20% !important;
    min-width: 20% !important; }
.request__categories--new {
    width: auto;
    margin-right: 20px; }
.request__categories--new .check-type {
    width: auto !important;
    min-width: auto !important;
    margin-bottom: 10px; }
.request__categories--new .check-type label {
    min-width: 50px; }
.request__categories--new .check-type--full-name label {
    padding: 0 10px; }

.request__kpp {
    width: 230px; }
.request__kpp .check-type {
    width: 50% !important;
    min-width: 50% !important; }

.action a {
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #E1E1E1;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    color: #0033CC; }
.action a:hover {
    color: #0033CC; }

.action--calendar a {
    border-color: #33CC00;
    background: url(../img/calendar-2.svg) no-repeat center, #33CC00; }

.notification {
    background-color: #fff;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 500;
    line-height: 19px;
    color: #0033CC;
    width: 100%;
    padding: 16px 10px 14px 10px;
    display: inline-flex;
    align-items: center;
    margin: auto; }
@media screen and (min-width: 768px) {
    .notification {
        width: auto; } }
.notification__text {
    margin-left: 23px; }
@media screen and (min-width: 768px) {
    .notification__text {
        margin-left: 15px; } }
.notification-2 {
    background: rgba(0, 51, 204, 0.55);
    border-radius: 5px;
    padding: 15px 23px; }
.notification-2__title {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    margin-bottom: 2px;
    line-height: 19.49px; }
.notification-2__text {
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    line-height: 18.27px; }

.location {
    display: flex; }
.location__icon {
    width: 11px;
    height: 16px;
    background-image: url(../img/mark.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 12px; }
.location__text {
    font-size: 14px;
    color: #000;
    margin-top: 3px; }

.btn-fixed {
    position: fixed;
    bottom: 90px;
    right: 16px; }

.comment-input {
    position: fixed;
    left: 0;
    bottom: 51px;
    width: 100%; }
.comment-input input {
    font-family: 'Roboto';
    font-size: 14px !important;
    line-height: 18px;
    color: #000;
    width: 100%;
    height: 54px;
    outline: none;
    border: none;
    padding: 0 55px;
    letter-spacing: 0.3px;
    border-top: 1px solid #E5E5E5; }
.comment-input input::placeholder {
    color: #999; }
.comment-input__clip {
    background-image: url(../img/clip-gr.svg);
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    cursor: pointer; }
.comment-input__btn {
    background-image: url(../img/send-btn.svg);
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    cursor: pointer; }

.page-with-comment {
    margin-bottom: 49px; }
@media screen and (min-width: 768px) {
    .page-with-comment {
        margin-bottom: 0; } }

.modal-castom {
    display: none; }
.modal-castom.open {
    display: block; }
.modal-castom__background {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1000; }
.modal-castom__content-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1100; }

.content-modal {
    width: 400px;
    max-width: 100%;
    padding: 20px 10px;
    text-align: center;
    border-radius: 5px;
    color: #000000;
    background-color: white; }
.content-modal__title-h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 700; }
.content-modal__text {
    line-height: 1.2;
    max-width: 80%;
    margin: auto;
    margin-bottom: 20px; }
.content-modal__btn {
    padding: 15px 60px;
    color: #fff;
    border: none;
    border-radius: 5px;
    background-color: #33CC00;
    cursor: pointer; }

.bg-white {
    background-color: #fff !important; }

.bg-green {
    background-color: #33CC00 !important; }

.bg-red {
    background-color: #EA4242 !important; }

.bg-none {
    background: none !important; }

.bg-blue {
    background-color: #0033CC !important; }

.bg-gray {
    background-color: #EEEEEE !important; }

.bg-lightgray {
    background-color: #F3F3F3 !important; }

.bg-light-gray {
    background-color: #F6F6F6 !important; }

.light-gray-bg {
    background: #F3F3F3 !important; }

.border-green {
    border-color: #33CC00 !important; }

.button {
    padding: 8px 14px;
    background-color: #0033CC;
    color: #fff;
    text-decoration: none;
    display: block;
    border-radius: 3px;
    font-weight: bold; }
.button:hover {
    color: #fff; }

.btn {
    height: 44px;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    line-height: 44px;
    text-align: center;
    cursor: pointer; }
.btn:disabled {
    background-color: #555555 !important; }
.btn:focus {
    box-shadow: none !important; }
@media screen and (max-width: 760px) {
    .btn {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 1.2; } }

button.btn {
    line-height: 1 !important; }

.btn-green {
    width: auto;
    height: 44px;
    background-color: #33CC00;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-family: 'Proxima Nova';
    font-size: 15px;
    cursor: pointer; }
@media screen and (max-width: 760px) {
    .btn-green {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 1.2; } }
.btn-green:hover {
    opacity: 0.9;
    color: #fff; }
.btn-green--blue-text {
    background-color: #33FF00;
    color: #0033CC;
    font-size: 3.6vmin; }
@media screen and (min-width: 768px) {
    .btn-green--blue-text {
        font-size: 15px; } }
.btn-green--blue-text:hover {
    color: #0033CC; }

.btn-blue {
    height: 44px;
    background-color: #0033CC;
    border: none;
    border-radius: 5px;
    color: #fff !important;
    font-weight: bold;
    font-family: 'Proxima Nova';
    font-size: 15px;
    cursor: pointer;
    padding: 0 35px;
    text-decoration: none !important;
    outline: none; }
@media screen and (max-width: 760px) {
    .btn-blue {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 1.2; } }
.btn-blue:hover {
    opacity: 0.9;
    color: #fff; }

.btn-write {
    box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.13);
    border-radius: 10px;
    height: 48px;
    line-height: 48px;
    display: inline-flex;
    padding: 0 16px 0 10px;
    font-size: 16px; }
.btn-write span.edit-icon {
    width: 32px;
    height: 32px;
    background-image: url(../img/edit-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
    margin-top: 8px; }

.btn-disabled {
    height: 44px;
    background-color: #555555;
    border: none;
    border-radius: 5px;
    color: #fff !important;
    font-weight: bold;
    font-family: 'Proxima Nova';
    font-size: 15px;
    cursor: default;
    padding: 0 35px;
    text-decoration: none !important;
    outline: none; }
@media screen and (max-width: 760px) {
    .btn-disabled {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 1.2; } }

.btn-white-rounded {
    height: 44px;
    background-color: #fff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 34px !important;
    color: #0033CC !important;
    font-weight: normal;
    font-family: 'Proxima Nova';
    font-size: 15px;
    cursor: pointer;
    padding: 0 35px;
    text-decoration: none !important;
    display: inline-block; }
.btn-white-rounded:hover {
    opacity: 0.9; }
@media screen and (max-width: 760px) {
    .btn-white-rounded {
        height: auto;
        padding-top: 15px;
        padding-bottom: 15px;
        line-height: 1.2; } }

.btn-full {
    width: 100%;
    display: block; }

.btn-gray {
    height: 44px;
    background-color: #F3F3F3;
    border: none;
    border-radius: 34px !important;
    color: #0033CC !important;
    font-weight: normal;
    font-family: 'Proxima Nova';
    font-size: 15px;
    cursor: pointer;
    padding: 0 35px;
    text-decoration: none !important; }
.btn-gray--square {
    border-radius: 5px !important; }
.btn-gray:hover {
    opacity: 0.9; }
@media screen and (max-width: 760px) {
    .btn-gray {
        height: auto;
        padding-top: 15px;
        padding-bottom: 15px;
        line-height: 1.2; } }

.btn-small {
    padding: 0px 15px;
    height: 32px;
    line-height: 32px;
    border-radius: 3px; }

.btn-long {
    padding-left: 70px;
    padding-right: 70px; }
@media screen and (max-width: 767px) {
    .btn-long {
        padding-left: 20px;
        padding-right: 20px; } }

.btn-inline {
    display: inline-block;
    line-height: 44px;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px; }
@media screen and (max-width: 760px) {
    .btn-inline {
        height: auto;
        padding-top: 15px;
        padding-bottom: 15px;
        line-height: 1.2; } }

.btn-text {
    color: #555;
    font-size: 15px;
    font-weight: 600; }
.btn-text:hover {
    color: #555; }

.button {
    padding: 8px 14px;
    background-color: #0033CC;
    color: #fff;
    text-decoration: none;
    display: block;
    border-radius: 3px;
    font-weight: bold; }
.button:hover {
    color: #fff; }

.btn {
    height: 44px;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    line-height: 44px;
    text-align: center;
    cursor: pointer; }
.btn:disabled {
    background-color: #555555 !important; }
.btn:focus {
    box-shadow: none !important; }
@media screen and (max-width: 760px) {
    .btn {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 1.2; } }

button.btn {
    line-height: 1 !important; }

.btn-green {
    width: auto;
    height: 44px;
    background-color: #33CC00;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-family: 'Proxima Nova';
    font-size: 15px;
    cursor: pointer; }
@media screen and (max-width: 760px) {
    .btn-green {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 1.2; } }
.btn-green:hover {
    opacity: 0.9;
    color: #fff; }
.btn-green--blue-text {
    background-color: #33FF00;
    color: #0033CC;
    font-size: 3.6vmin; }
@media screen and (min-width: 768px) {
    .btn-green--blue-text {
        font-size: 15px; } }
.btn-green--blue-text:hover {
    color: #0033CC; }

.btn-blue {
    height: 44px;
    background-color: #0033CC;
    border: none;
    border-radius: 5px;
    color: #fff !important;
    font-weight: bold;
    font-family: 'Proxima Nova';
    font-size: 15px;
    cursor: pointer;
    padding: 0 35px;
    text-decoration: none !important;
    outline: none; }
@media screen and (max-width: 760px) {
    .btn-blue {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 1.2; } }
.btn-blue:hover {
    opacity: 0.9;
    color: #fff; }

.btn-write {
    box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.13);
    border-radius: 10px;
    height: 48px;
    line-height: 48px;
    display: inline-flex;
    padding: 0 16px 0 10px;
    font-size: 16px; }
.btn-write span.edit-icon {
    width: 32px;
    height: 32px;
    background-image: url(../img/edit-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
    margin-top: 8px; }

.btn-disabled {
    height: 44px;
    background-color: #555555;
    border: none;
    border-radius: 5px;
    color: #fff !important;
    font-weight: bold;
    font-family: 'Proxima Nova';
    font-size: 15px;
    cursor: default;
    padding: 0 35px;
    text-decoration: none !important;
    outline: none; }
@media screen and (max-width: 760px) {
    .btn-disabled {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 1.2; } }

.btn-white-rounded {
    height: 44px;
    background-color: #fff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 34px !important;
    color: #0033CC !important;
    font-weight: normal;
    font-family: 'Proxima Nova';
    font-size: 15px;
    cursor: pointer;
    padding: 0 35px;
    text-decoration: none !important;
    display: inline-block; }
.btn-white-rounded:hover {
    opacity: 0.9; }
@media screen and (max-width: 760px) {
    .btn-white-rounded {
        height: auto;
        padding-top: 15px;
        padding-bottom: 15px;
        line-height: 1.2; } }

.btn-full {
    width: 100%;
    display: block; }

.btn-gray {
    height: 44px;
    background-color: #F3F3F3;
    border: none;
    border-radius: 34px !important;
    color: #0033CC !important;
    font-weight: normal;
    font-family: 'Proxima Nova';
    font-size: 15px;
    cursor: pointer;
    padding: 0 35px;
    text-decoration: none !important; }
.btn-gray--square {
    border-radius: 5px !important; }
.btn-gray:hover {
    opacity: 0.9; }
@media screen and (max-width: 760px) {
    .btn-gray {
        height: auto;
        padding-top: 15px;
        padding-bottom: 15px;
        line-height: 1.2; } }

.btn-small {
    padding: 0px 15px;
    height: 32px;
    line-height: 32px;
    border-radius: 3px; }

.btn-long {
    padding-left: 70px;
    padding-right: 70px; }
@media screen and (max-width: 767px) {
    .btn-long {
        padding-left: 20px;
        padding-right: 20px; } }

.btn-inline {
    display: inline-block;
    line-height: 44px;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px; }
@media screen and (max-width: 760px) {
    .btn-inline {
        height: auto;
        padding-top: 15px;
        padding-bottom: 15px;
        line-height: 1.2; } }

.btn-text {
    color: #555;
    font-size: 15px;
    font-weight: 600; }
.btn-text:hover {
    color: #555; }

.radio-container {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 31px; }
.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }

.radio-checkmark {
    position: absolute;
    top: -3px;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #0033CC;
    border-radius: 50%; }
.radio-checkmark:after {
    content: "";
    position: absolute;
    display: none;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #0033CC; }

.radio input:checked ~ .radio-checkmark:after {
    display: block; }

.form-control {
    width: 100%;
    height: 44px;
    outline: none;
    border: none;
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: none !important; }
.form-control--border {
    border: 1px solid #ced4da; }
@media screen and (max-width: 760px) {
    .form-control {
        font-size: 16px !important; } }
.form-control::-webkit-input-placeholder {
    color: #d0d0d0;
    font-size: 15px;
    font-family: 'Proxima Nova'; }
.form-control::-moz-placeholder {
    color: #d0d0d0;
    font-size: 15px;
    font-family: 'Proxima Nova'; }
.form-control:-ms-input-placeholder {
    color: #d0d0d0;
    font-size: 15px;
    font-family: 'Proxima Nova'; }
.form-control:-moz-placeholder {
    color: #d0d0d0;
    font-size: 15px;
    font-family: 'Proxima Nova'; }
.form-control--search2 {
    background: rgba(196, 196, 196, 0.3);
    border-radius: 22px;
    height: 34px;
    color: #000;
    font-size: 14px !important;
    background-image: url(../img/search.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 13px 50%;
    padding-left: 35px; }
.form-control--search2::placeholder {
    color: #999;
    font-size: 14px; }
.form-control--search {
    background: none;
    color: #999999;
    font-size: 16px;
    background-image: url(../img/search.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    height: auto;
    padding-right: 30px; }
.form-control--search::placeholder {
    font-size: 16px;
    color: #999999; }
.form-control-wrapper {
    position: relative;
    display: inline-block; }
.form-control--mini {
    max-width: 120px; }
.form-control--small {
    max-width: 166px; }
.form-control--bordered {
    border: 1px solid #E1E1E1; }
.form-control-prefix {
    margin-left: 13px;
    font-size: 15px; }
.form-control-plus, .form-control-minus {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 16px;
    font-size: 16px;
    line-height: 1;
    color: #555555;
    cursor: pointer; }
.form-control-minus {
    left: 11px; }
.form-control-plus {
    right: 11px; }
.form-control--calendar {
    border: none;
    border-bottom: 1px solid #BCBDBF;
    outline: none;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.9);
    font-weight: 500;
    font-family: 'Montserrat';
    padding-bottom: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    background: none;
    -webkit-appearance: none;
    border-radius: 0;
    background-image: url(../img/calendar-3.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 95% 0;
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-top: 0 !important;
    width: 108px;
    height: 23px; }
.form-control--calendar::placeholder {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 500;
    color: #000; }
@media screen and (max-width: 768px) {
    .form-control--calendar {
        background-image: none;
        padding-right: 0;
        font-size: 15px !important;
        width: 72px;
        padding-bottom: 3px; }
    .form-control--calendar::placeholder {
        font-size: 15px !important; } }
@media screen and (max-width: 359px) {
    .form-control--calendar {
        font-size: 13px !important;
        height: 20px;
        width: 62px; }
    .form-control--calendar::placeholder {
        font-size: 13px !important; } }

textarea.form-control {
    resize: none;
    height: 74px;
    padding-top: 10px;
    padding-bottom: 10px; }

.form-group {
    margin-bottom: 15px; }
.form-group-label {
    font-size: 15px; }

.toggle {
    display: none; }
.toggle-box {
    display: inline-block;
    height: 32px;
    position: relative;
    width: 51px; }
.toggle-box--white .toggle-handler {
    background-color: #fff;
    border: 1.5px solid #E5E5E5; }
.toggle-handler {
    background-color: #EA4242;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
    border-radius: 18px; }
.toggle-handler:before {
    background-color: #fff;
    bottom: 1px;
    content: "";
    height: 28px;
    left: 0px;
    position: absolute;
    transition: .4s;
    width: 28px;
    border-radius: 50%;
    border: 1px solid #E5E5E5;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1); }
.toggle:checked + .toggle-handler {
    background-color: #4CD964;
    border-color: #4CD964; }
.toggle:checked + .toggle-handler:before {
    transform: translateX(21px); }

.custom-radio {
    display: block; }
.custom-radio input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer; }
.custom-radio label {
    position: relative;
    cursor: pointer;
    line-height: 20px;
    vertical-align: top;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: flex !important; }
.custom-radio label:before {
    content: "";
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    min-width: 20px;
    border: 1px solid #0033CC;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 50%; }
.custom-radio input:checked + label:after {
    content: "";
    display: block;
    height: 12px;
    width: 12px;
    position: absolute;
    top: 4px;
    left: 4px;
    background: #0033CC;
    border-radius: 50%; }

.check-type {
    margin-right: 9px;
    text-align: center;
    line-height: 44px;
    width: 20%; }
.check-type input {
    height: initial;
    width: initial;
    display: none;
    cursor: pointer; }
.check-type label {
    display: block;
    width: 100%;
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
    border-radius: 5px;
    height: 44px;
    position: relative;
    cursor: pointer; }
.check-type label:after, .check-type label:before {
    content: "";
    -webkit-appearance: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    color: red; }
.check-type input:checked + label {
    color: #0033CC;
    border-color: #0033CC;
    font-weight: bold; }
.check-type.large-check {
    width: 47%; }
.check-type.large-check--car {
    width: 160px; }

.custom-checkbox {
    display: block;
    padding: 10px 0; }
.custom-checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer; }
.custom-checkbox label {
    position: relative;
    cursor: pointer;
    line-height: 20px;
    vertical-align: top; }
.custom-checkbox label:before {
    content: "";
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border: 1px solid #0033CC;
    box-sizing: border-box;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-right: 10px; }
.custom-checkbox input:checked + label:after {
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #0033CC;
    border-radius: 3px;
    background-image: url(../img/checkbox.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%; }

.select--line {
    border: none;
    border-bottom: 1px solid #BCBDBF;
    outline: none;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.9);
    font-weight: 500;
    font-family: 'Montserrat';
    padding-bottom: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    background: none;
    -webkit-appearance: none;
    border-radius: 0; }
@media screen and (max-width: 768px) {
    .select--line {
        font-size: 15px; } }
@media screen and (max-width: 359px) {
    .select--line {
        font-size: 13px; } }

.select--calendar {
    background-image: url(../img/calendar-3.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 100% 0;
    padding-right: 26px; }
@media screen and (max-width: 768px) {
    .select--calendar {
        background-image: none;
        padding-right: 0; } }

.select--arrow {
    background-image: url(../img/arrow-select.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 100% 7px;
    padding-right: 22px; }
@media screen and (max-width: 768px) {
    .select--arrow {
        padding-right: 13px; } }

@media screen and (max-width: 991px) {
    .check-type:last-child {
        margin-right: 0; }
    .check-type.large-check {
        width: 49%; }
    .large-check--car {
        width: 50%; } }

.custom-checkbox label span {
    font-size: 13px;
    margin-top: -3px; }

.custom-checkbox label:before {
    min-width: 20px !important; }

.checkbox--error:before {
    border-color: red !important; }

@media screen and (max-width: 760px) {
    input {
        font-size: 16px !important; } }

.h1 {
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: all 100ms;
    -o-transition: all 100ms;
    transition: all 100ms; }

.text-muted {
    color: #999999 !important; }

.text-dark {
    color: #555555 !important; }

.text-green {
    color: #33CC00 !important; }

.text-red {
    color: #EA4242 !important; }

.text-blue {
    color: #0033CC !important; }

.text-red {
    color: #EA4242 !important; }

.text-white {
    color: #fff !important; }

.text-black {
    color: #000 !important; }

.text-orange {
    color: #ff8d00 !important; }

.title {
    text-align: center;
    font-size: 25px; }
.title--strong {
    font-weight: bold; }
.title-link a {
    color: #0033CC;
    text-decoration: none;
    font-size: 15px; }

.h2 {
    font-size: 26px;
    font-weight: 600;
    font-family: 'Proxima Nova'; }

.h3 {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Proxima Nova'; }

.text-center {
    text-align: center; }

.text {
    font-size: 15px; }
.text--small {
    font-size: 12px; }
.text--large {
    font-size: 18px;
    line-height: 24px; }

.text-underline {
    text-decoration: underline; }
.text-underline:hover {
    text-decoration: none; }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg); }
    100% {
        transform: rotate(360deg); } }

.list-item {
    transition: all .4s;
    display: inline-block;
    margin-right: 10px; }

.list-leave-active {
    position: absolute; }

.list-enter,
.list-leave-to {
    opacity: 0;
    transform: translateY(30px); }

/**
 * Swiper 5.3.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 10, 2020
 */
@font-face {
    font-family: 'swiper-icons';
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal; }

:root {
    --swiper-theme-color: #007aff; }

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column; }

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto; }

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform; }

.swiper-slide-invisible-blank {
    visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto; }

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height; }

/* 3D Effects */
.swiper-container-3d {
    perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.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-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d; }

.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-slide-shadow-bottom {
    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(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer and Edge */ }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory; }

:root {
    --swiper-navigation-size: 44px;
    /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none; }

.swiper-button-prev:after,
.swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto; }

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: 'prev'; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto; }

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: 'next'; }

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
    --swiper-navigation-color: #ffffff; }

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
    --swiper-navigation-color: #000000; }

.swiper-button-lock {
    display: none; }

:root {
    /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */ }

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33); }

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2; }

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer; }

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 200ms transform, 200ms top; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms left; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms right; }

/* Progress */
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0; }

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff; }

.swiper-pagination-black {
    --swiper-pagination-color: #000000; }

.swiper-pagination-lock {
    display: none; }

/* Scrollbar */
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 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, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0; }

.swiper-scrollbar-cursor-drag {
    cursor: move; }

.swiper-scrollbar-lock {
    display: none; }

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; }

.swiper-slide-zoomed {
    cursor: move; }

/* Preloader */
:root {
    /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */ }

.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: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent; }

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000; }

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000; }

.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-container-cube {
    overflow: visible; }

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0; }

.swiper-container-flip {
    overflow: visible; }

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto; }

.swiper-container-flip .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 {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

.footer {
    border-top: 1px solid #DADADA;
    padding-top: 33px;
    color: #555555; }
.footer-menu {
    width: 294px;
    font-size: 15px; }
.footer-menu li {
    padding-bottom: 19px; }
.footer-menu li a {
    text-decoration: none;
    color: #555555; }
.footer-title {
    font-size: 15px; }
.footer-phone {
    margin-top: -15px; }
.footer-phone a {
    color: #555;
    text-decoration: none;
    font-size: 21px; }
.footer-info-text {
    font-size: 14px;
    padding-top: 5px; }
.footer-pay-image img {
    width: 165px;
    margin-top: 32px; }
.footer-market {
    padding-top: 60px; }
.footer-market-item {
    margin-left: 18px;
    cursor: pointer; }
.footer-social-text {
    color: #999;
    font-size: 14px;
    padding-top: 19px; }
.footer-social-list {
    padding-top: 12px; }
.footer-social-list li {
    margin-right: 10px; }
.footer-social-list li a {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    text-align: center;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.3); }
.footer-copy {
    margin-top: -20px;
    font-size: 15px;
    line-height: 18px; }
@media screen and (max-width: 991px) {
    .footer-copy {
        width: 65%;
        margin-top: -33px; } }
@media screen and (max-width: 767px) {
    .footer-copy {
        width: 100%;
        margin-top: 10px; } }
.footer-email {
    font-size: 15px;
    margin-top: 15px; }
.footer-email a {
    color: #555; }
.footer-address {
    font-size: 15px;
    line-height: 18px;
    color: #555;
    text-align: right;
    margin-top: 10px; }
@media screen and (max-width: 991px) {
    .footer-address br {
        display: none; } }
@media screen and (max-width: 767px) {
    .footer-address {
        text-align: center; } }

@media screen and (max-width: 1200px) {
    .footer-menu {
        width: 210px; } }

@media screen and (max-width: 991px) {
    .footer-menu {
        width: 170px; }
    .footer-market-item {
        margin-left: 9px; }
    .footer-market-item img {
        max-width: 100px; } }

@media screen and (max-width: 767.98px) {
    .footer-market-item {
        margin-left: 9px;
        margin-right: 9px; }
    .footer-info {
        max-width: 100%; }
    .footer-menu {
        width: 50%; } }

.header {
    background-color: #0033CC !important;
    color: #fff; }
.header--main-v2 .header-logo-link {
    width: 197px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/logo-school.svg); }
@media screen and (max-width: 760px) {
    .header--main-v2 .header-logo-link {
        width: 190px;
        height: 24px; } }
.header-content {
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms; }
.header-title {
    display: none;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    font-weight: bold; }
.header-navbar {
    padding-top: 1px; }
.header-links {
    padding-top: 1px; }
.header-links a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500; }
.header-profile-content {
    width: 300px;
    background-color: #fff;
    position: absolute;
    padding-left: 25px;
    padding-right: 25px;
    right: 17px;
    top: 66px;
    z-index: 20;
    color: #000;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow: hidden;
    z-index: 111; }
.header-profile-link {
    padding-top: 9px;
    padding-bottom: 9px;
    color: #000;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms; }
.header-profile-link:hover {
    opacity: 0.8; }
.header-profile-link--gray {
    padding-top: 18px;
    padding-bottom: 18px;
    background-color: #F2F2F2;
    margin-left: -25px;
    margin-right: -25px;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 14px; }
.header-profile-link--logout {
    padding-top: 18px;
    padding-bottom: 18px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    color: #999999;
    margin-top: 9px;
    margin-left: -25px;
    margin-right: -25px;
    padding-left: 25px;
    padding-right: 25px; }
.header-profile-link-icon {
    width: 40px; }
.header-profile-link-icon .new-clients,
.header-profile-link-icon .my-clients,
.header-profile-link-icon .calendar {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-left: -2px; }
.header-profile-link-icon .new-clients {
    background: url("../img/new-clients.svg") no-repeat center; }
.header-profile-link-icon .my-clients {
    background: url("../img/my-clients.svg") no-repeat center; }
.header-profile-link-icon .clients {
    background: url("../img/clients.svg") no-repeat center; }
.header-profile-link-icon .timing {
    background: url("../img/timing.svg") no-repeat center; }
.header-profile-link-icon .analitics {
    background: url("../img/analitics.svg") no-repeat center; }
.header-profile-link-icon .calendar {
    background: url("../img/cal-sidebar.svg") no-repeat center; }
.header-profile-link-link a {
    text-decoration: none;
    color: #000; }
.header-profile-link-link span {
    display: block;
    font-size: 12px; }
.header-profile-link-number {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    background-color: #33CC00;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 13px; }
.header-burger {
    height: 16px;
    width: 25px;
    cursor: pointer; }
.header-burger-content {
    display: none; }
.header-burger-content.active {
    display: block;
    position: absolute;
    background-color: #fff;
    width: 261px;
    right: 15px;
    top: 64px;
    z-index: 50;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2); }
.header-burger-content.active ul li {
    margin-bottom: 25px; }
.header-burger-content.active ul li:last-child {
    margin-bottom: 0; }
.header-burger-content.active ul li a {
    font-size: 16px;
    color: #000;
    text-decoration: none; }
.header-burger.open span:nth-child(2) {
    display: none; }
.header-burger.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 7px; }
.header-burger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -7px; }
.header-burger span {
    display: block;
    width: 25px;
    height: 2px;
    border-radius: 4px;
    background-color: #fff;
    margin-bottom: 5px;
    transition: all 100ms; }
.header-back {
    margin-left: -7px; }
.header-back a {
    background-image: url(../img/button-back.svg);
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block; }
.header-logo-link {
    display: block;
    height: 31px !important;
    width: 155px !important;
    background-repeat: no-repeat;
    background-image: url(../img/logo.svg) !important; }
.header-button a {
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
    height: 36px;
    line-height: 36px;
    padding: 0 26px;
    display: block;
    transition: all 300ms; }
.header-button a:hover {
    border: 1px solid #33FF00;
    color: #33FF00; }
@media screen and (max-width: 760px) {
    .header-button a {
        display: none; } }
.header__title {
    font-size: 18px;
    color: #fff;
    font-weight: 700; }
.header__title a {
    color: #fff; }
.header__back-icon {
    background-image: url(../img/arrow-back.svg);
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: -11px;
    margin-top: -2px;
    margin-right: 4px; }
.header__btn a {
    color: #fff;
    font-size: 18px; }
.header__cross-icon {
    background-image: url(../img/cross.svg);
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: -8px;
    margin-top: -2px;
    margin-right: 4px; }
.header__edit-icon {
    background-image: url(../img/edit-icon.svg);
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: auto;
    margin-right: -9px; }
.header__clip-icon {
    background-image: url(../img/clip.svg);
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: auto;
    margin-right: 23px;
    margin-top: -1px; }

.profile-bar {
    width: 289px;
    background-color: #fff;
    min-height: 100vh;
    position: fixed;
    overflow-y: scroll;
    top: 0;
    right: 0;
    z-index: 101;
    transition: all 100ms ease; }
.profile-bar.open {
    right: 0; }
.profile-bar-head {
    background-color: #0033CC;
    padding-left: 20px;
    padding-top: 20px; }
.profile-bar-photo {
    width: 50px;
    min-width: 50px; }
.profile-bar-photo img {
    max-width: 100%; }
.profile-bar-name {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    padding-bottom: 4px;
    position: relative; }
.profile-bar-name:after {
    bottom: -8px;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    opacity: 0.3;
    position: absolute; }
.profile-bar-action {
    color: #fff;
    text-decoration: none;
    opacity: 0.5;
    font-size: 15px;
    margin-top: 17px;
    padding-left: 43px; }
.profile-bar-action-text {
    padding-left: 7px; }
.profile-bar-menu {
    padding-left: 30px;
    padding-top: 32px;
    padding-bottom: calc(5vh + 54px); }
.profile-bar-menu-item {
    color: #000;
    text-decoration: none;
    margin-bottom: 24px; }
.profile-bar-menu-icon {
    font-size: 20px;
    opacity: 0.5;
    width: 23px;
    text-align: center;
    margin-right: 23px; }

@media screen and (min-width: 768px) {
    .header .container {
        position: relative; }
    .header-burger-content.active {
        left: 8px; } }

@media screen and (max-width: 767.98px) {
    .header-burger-content.active {
        right: auto; } }

@media screen and (max-width: 360px) {
    .header-logo {
        margin-left: 10px !important; } }

.navbar-profile img {
    width: 32px; }

.navbar-profile-arrow {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI0IiB2aWV3Qm94PSIwIDAgNiA0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0zIDRMNiAwSDBMMyA0WiIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
    width: 6px;
    height: 4px; }

.navbar-profile-title {
    font-weight: 500;
    white-space: nowrap;
    cursor: pointer; }

.navbar-notify {
    padding-top: 4px;
    padding-right: 4px; }

.navbar-messages {
    padding-top: 4px;
    padding-right: 3px; }

.navbar-counter {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #EA4242;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    top: -1px;
    right: -8px;
    cursor: pointer; }

.navbar-item {
    position: relative; }
.navbar-item img {
    cursor: pointer; }

.navbar-icon {
    font-size: 24px;
    cursor: pointer; }
.navbar-icon.disabled {
    cursor: default; }
.navbar-icon.disabled i {
    color: rgba(255, 255, 255, 0.5); }

.pagination {
    padding-top: 36px; }
.pagination-list {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    display: block;
    margin: auto;
    width: fit-content; }
.pagination-list li {
    display: inline-block; }
.pagination-list li a {
    display: block;
    height: 32px;
    width: 32px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    line-height: 32px;
    color: #555555;
    font-family: "Proxima Nova";
    font-size: 16px;
    font-weight: 600; }
.pagination-list li a.active {
    color: #000000;
    background: #FFFFFF; }
.pagination--color .pagination-list li a.active {
    background: #0033CC;
    color: #fff; }

.cards-item {
    background-color: #fff;
    border-radius: 9px;
    margin-bottom: 2px; }
@media screen and (max-width: 767.98px) {
    .cards-item {
        align-items: flex-start !important; } }

.cards-status {
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin-right: 15px;
    margin-left: 5px;
    background-size: contain; }
@media screen and (max-width: 767.98px) {
    .cards-status {
        position: absolute;
        margin-left: 0;
        top: 0;
        bottom: 0;
        margin: auto; } }
@media screen and (max-width: 767.98px) {
    .cards-status--new {
        top: 50%;
        left: 10px;
        margin: 0;
        transform: translateY(-50%); } }
.cards-status--time {
    background-image: url(../img/time_3.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%; }
.cards-status--success {
    background-image: url(../img/check_3.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%; }
.cards-status--warning {
    background-image: url(../img/warning_2.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%; }
.cards-status--disput {
    background-image: url(../img/law.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%; }

.cards-place {
    width: 250px;
    font-size: 14px;
    padding-right: 10px;
    line-height: 18px; }
@media screen and (max-width: 1200px) {
    .cards-place {
        width: 210px; } }
@media screen and (max-width: 767.98px) {
    .cards-place {
        width: 77%;
        margin: 0;
        order: 2 !important;
        margin-left: 0 !important;
        margin-top: 9px;
        padding-right: 0;
        position: relative;
        height: 17px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block; }
    .cards-place:after {
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        background: linear-gradient(90deg, rgba(2, 0, 36, 0) 0%, rgba(9, 9, 121, 0) 87%, white 100%);
        position: absolute; } }
.cards-place:before {
    content: '';
    display: block;
    width: 11px;
    min-width: 11px;
    height: 16px;
    background-image: url(../img/place.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-right: 7px; }
@media screen and (max-width: 767.98px) {
    .cards-place:before {
        margin-right: 13px; } }

.cards-time {
    font-size: 25px;
    font-weight: 400 !important;
    line-height: 23px;
    font-family: 'Roboto';
    padding-top: 6px; }
.cards-time--new {
    padding-top: 0; }
@media screen and (max-width: 767.98px) {
    .cards-time {
        width: 100%; } }
.cards-time span {
    font-family: 'Proxima Nova';
    width: 126px;
    display: block;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #000; }
@media screen and (max-width: 767.98px) {
    .cards-time span {
        display: inline;
        margin-right: 4px; } }
.cards-time--with-status {
    min-width: 100px !important; }

.cards-photo {
    position: relative;
    width: 48px;
    min-width: 48px;
    padding-top: 4px;
    padding-right: 2px;
    position: relative;
    z-index: 99; }
.cards-photo img {
    max-width: 100%; }
.cards-photo-related-driving-school {
    position: absolute;
    display: inline-block;
    right: -5px;
    bottom: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background-color: #ffffff; }
@media screen and (max-width: 767.98px) {
    .cards-photo-related-driving-school {
        bottom: -20px;
        width: 30px;
        height: 30px; } }
.cards-photo-related-driving-school img {
    max-width: 100%; }

.cards-list {
    padding-top: 22px; }
.cards-list--higher {
    padding-top: 8px; }
@media screen and (max-width: 767.98px) {
    .cards-list--higher {
        padding-top: 0; } }
.cards-list--higher-new {
    padding-top: 30px; }

.cards-info {
    padding-left: 6px; }

.cards-title {
    font-weight: 400 !important;
    line-height: 1.2;
    padding-top: 9px; }
@media screen and (max-width: 767.98px) {
    .cards-title {
        margin-right: 2px; } }
.cards-title--new {
    padding-top: 0; }
@media screen and (max-width: 767.98px) {
    .cards-title {
        padding-top: 0;
        font-size: 14px; } }

.cards-text {
    min-width: 257px;
    color: #999;
    font-size: 15px;
    padding-left: 1px;
    padding-top: 2px;
    line-height: 1.2; }
.cards-text--new {
    color: #000000; }
.cards-text--archive {
    max-width: 200px; }
@media screen and (max-width: 767.98px) {
    .cards-text--archive {
        max-width: none; } }
@media screen and (max-width: 767.98px) {
    .cards-text {
        padding-top: 0;
        min-width: auto;
        font-size: 14px;
        color: #000; } }

.cards-type {
    margin-top: auto;
    margin-bottom: auto;
    color: #999999; }
.cards-type--new {
    color: #000000; }
.cards-type span {
    display: block;
    padding-top: 5px;
    color: #000; }

.cards--wide .cards-item {
    padding: 16px 14px; }
@media screen and (max-width: 767.98px) {
    .cards--wide .cards-item {
        padding: 3px 18px;
        padding-right: 10px;
        padding-bottom: 16px;
        position: relative; } }
.cards--wide .cards-item--below {
    padding-top: 5px;
    padding-bottom: 5px; }
@media screen and (max-width: 767.98px) {
    .cards--wide .cards-item--below {
        padding-bottom: 16px; } }
@media screen and (max-width: 767.98px) {
    .cards--wide .cards-item--padding-left {
        padding-left: 40px; } }
@media screen and (max-width: 767.98px) {
    .cards--wide .cards-item--small {
        padding-bottom: 12px; } }

.cards--wide .cards-info {
    padding-left: 0; }
@media screen and (max-width: 767.98px) {
    .cards--wide .cards-info {
        display: flex;
        align-items: center;
        order: 2 !important;
        margin-left: 0 !important;
        margin-top: 6px !important;
        width: 82%;
        flex-wrap: wrap; } }

.cards--wide .cards-left {
    padding-top: 7px;
    font-size: 14px;
    letter-spacing: 0.2px; }

.cards--wide .cards-photo {
    width: 48px;
    height: 48px;
    min-width: 48px;
    padding: 0; }
@media screen and (max-width: 767.98px) {
    .cards--wide .cards-photo {
        margin-left: auto;
        order: 4 !important;
        width: 70px;
        min-width: 70px;
        position: absolute;
        right: 10px;
        top: 13px;
        margin-top: 0 !important; } }
@media screen and (max-width: 767.98px) {
    .cards--wide .cards-photo--small {
        width: 40px;
        min-width: 40px; } }

.cards--wide .cards-time {
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    font-family: 'Roboto';
    padding-top: 6px; }
.cards--wide .cards-time--new {
    font-size: 25px;
    padding-top: 0; }
@media screen and (max-width: 767.98px) {
    .cards--wide .cards-time {
        font-size: 16px;
        font-weight: 700; } }

.card-min {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
.card-min .cards-photo {
    width: 48px;
    min-width: 48px;
    height: 48px; }

@media screen and (max-width: 767.98px) {
    .cards--status .cards-time {
        width: calc(50% - 40px);
        margin-left: 39px; }
    .cards--status .cards-text--mobile {
        margin-left: 39px; }
    .cards--status .cards-text {
        margin-left: 39px !important; } }

.dropzone:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(../img/Union.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 44px;
    margin: auto;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms; }

.dropzone:last-child {
    margin-right: 0; }

.dropzone:hover:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

.dz-progress {
    margin: 0;
    left: 79px !important; }

.dz-details {
    display: none !important; }

.dz-message {
    font-size: 15px;
    padding: 43px 25px;
    line-height: 1.1;
    color: #999; }

.dz-image img {
    width: 100%;
    min-height: 100%; }

.dz-error-mark {
    display: none !important; }

.dz-error-message {
    display: none !important; }

.dz-success-mark {
    display: none !important; }

.dropzone .dz-preview .dz-image {
    width: 238px;
    height: 144px; }

.dropzone {
    width: 238px;
    height: 144px;
    padding: 0;
    min-height: 144px;
    background-color: #F3F3F3;
    border: 2px dashed #E5E5E5;
    border-radius: 5px;
    margin-left: 15px;
    margin-right: 15px; }
.dropzone .dz-preview {
    margin: 0; }
.dropzone .dz-preview .dz-image {
    border-radius: 5px;
    margin-left: -2px;
    margin-top: -2px; }

.dropzone-image {
    width: 238px;
    height: 144px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin: 0 14px; }
.dropzone-image:first-child {
    margin-left: 0 !important; }
.dropzone-image-item {
    width: 100%;
    height: 100%;
    background-size: cover; }
.dropzone-image-controls {
    position: absolute;
    top: 0;
    right: 0; }
.dropzone-image-controls span {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 34px;
    text-align: center;
    font-size: 12px;
    margin: 10px;
    cursor: pointer; }
.dropzone-image-controls span:last-child {
    margin-left: 0; }

@media screen and (max-width: 767.98px) {
    .dropzone {
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        width: 100%; }
    .dropzone-image {
        margin: auto;
        margin-bottom: 30px;
        width: 100%;
        height: 52vw; } }

.filter-title {
    padding-top: 22px;
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase; }

.filter-date {
    margin-top: 12px;
    width: calc(100% + 15px);
    height: 86px;
    overflow: hidden;
    touch-action: manipulation; }
.filter-date-list {
    width: 100%;
    height: 100%; }
.filter-date-item {
    float: left;
    margin-right: 5px;
    width: 59px;
    height: 100%;
    background-color: #fff;
    border-radius: 9px;
    text-align: center;
    cursor: pointer; }
.filter-date-item--red {
    color: #EA4242; }
.filter-date-item--red .filter-date-count {
    color: #000; }
.filter-date-item--red.active .filter-date-count {
    color: #fff; }
.filter-date-item.active {
    color: #fff;
    background-color: #0033CC; }
.filter-date-week {
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 13px; }
.filter-date-day {
    font-weight: 300;
    font-size: 25px;
    padding-top: 7px; }
.filter-date-count {
    padding-top: 4px;
    font-size: 16px; }
.filter-date-v2__list {
    display: flex;
    justify-content: space-between; }
.filter-date-v2__item {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    width: 13%;
    align-items: center;
    padding: 6px 0;
    cursor: pointer; }
@media screen and (max-width: 767.98px) {
    .filter-date-v2__item {
        row-gap: 5px; } }
.filter-date-v2__item--selected .filter-date-v2__count {
    color: #fff;
    background-color: #0033CC; }
.filter-date-v2__item--current .filter-date-v2__count {
    font-weight: 600; }
.filter-date-v2__item--event .filter-date-v2__count {
    background-color: #D3D3D3; }
.filter-date-v2__item--weekend .filter-date-v2__count {
    color: #999999; }
.filter-date-v2__day {
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase; }
.filter-date-v2__count {
    font-size: 25px;
    color: #000;
    line-height: 30px;
    font-weight: 300;
    height: 47px;
    width: 47px;
    min-height: 47px;
    min-width: 47px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
@media screen and (max-width: 767.98px) {
    .filter-date-v2__count {
        height: 30px;
        width: 30px;
        min-height: 30px;
        min-width: 30px;
        font-size: 20px; } }

.filters {
    margin-bottom: 27px; }
@media screen and (max-width: 767px) {
    .filters {
        margin-bottom: 17px; } }
.filters-item {
    width: 175px;
    margin-right: 10px; }
@media screen and (max-width: 767px) {
    .filters-item {
        margin-right: 0;
        width: 100%; } }
.filters-item-title {
    font-size: 15px;
    color: #555555; }
.filters-item_calendar {
    width: 100%;
    background-color: #fff;
    height: 44px;
    line-height: 42px;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
    cursor: pointer;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    align-items: center;
    position: relative; }
.filters-item_calendar-title {
    font-size: 15px;
    color: #555; }
.filters-item_calendar-arrow {
    width: 8px;
    height: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/arrow-down.svg);
    margin-left: auto; }
.filters-item_calendar-content {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    padding: 16px;
    font-size: 15px;
    line-height: 18px;
    top: 44px;
    display: none; }
.filters-item_calendar-content.active {
    display: block; }

.auth {
    padding-bottom: 33px;
    width: 450px;
    margin: auto;
    margin-top: 71px;
    padding-top: 30px;
    padding-left: 42px;
    padding-right: 42px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms; }
.auth-restore .form-control {
    max-width: 276px; }
.auth-restore .btn {
    width: 77px; }
.auth-restore-text {
    color: #555;
    font-size: 15px;
    line-height: 18px; }
.auth-title {
    font-size: 26px;
    font-weight: bold; }
.auth .form-control {
    font-size: 14px; }
.auth-bottom-label {
    color: #555555; }
.auth-links a {
    color: #0033CC; }
.auth-social__link {
    width: 169px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    border: 1px solid #0033CC;
    border-radius: 5px;
    font-size: 15px;
    overflow: hidden;
    position: relative; }
.auth-social__link a {
    display: block;
    width: 100%;
    color: #0033CC;
    -webkit-transition: all 100ms;
    -o-transition: all 100ms;
    transition: all 100ms; }
.auth-social__link a:hover {
    color: #fff;
    background-color: #0033CC; }

@media screen and (max-width: 767.98px) {
    .auth {
        width: 300px;
        margin: auto;
        padding-top: 20px;
        padding-bottom: 0; } }

@media screen and (max-width: 425px) {
    .auth {
        width: 90%;
        margin: auto;
        padding-top: 20px;
        padding-bottom: 30px;
        padding-left: 25px;
        padding-right: 25px; }
    .auth-social__link {
        width: 45%; } }

.auth-social__link {
    width: 169px;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    border: none;
    border-radius: 5px;
    border-radius: 100%;
    background: #000000;
    font-size: 15px;
    overflow: hidden;
    position: relative; }
.auth-social__link a {
    display: block;
    width: 100%;
    color: #0033CC;
    color: #fff;
    -webkit-transition: all 100ms;
    -o-transition: all 100ms;
    transition: all 100ms; }

.auth-social__link a:hover {
    color: #fff;
    background-color: #0033CC; }

.ok {
    background: #ef7d00 !important; }

.apple {
    background: #000000 !important; }

.gmail {
    background: #ea4335 !important; }

.vk {
    background: #0177ff !important; }

.messages-list-wrapper {
    width: 361px;
    border-radius: 5px;
    overflow: hidden; }
.messages-list-wrapper--full {
    width: 100%; }

.messages-list-item {
    color: #555555;
    cursor: pointer;
    border-radius: 9px;
    background-color: #fff;
    margin-bottom: 3px; }
.messages-list-item:hover {
    background-color: #fbfbff; }
.messages-list-item.new .messages-list-item-name {
    font-weight: bold; }
.messages-list-item.new .messages-list-item-text {
    font-weight: bold; }
.messages-list-item.active {
    background-color: #0033CC;
    color: #fff; }
.messages-list-item.active .messages-list-item-name {
    color: #fff; }
.messages-list-item-avatar {
    align-self: flex-start;
    position: relative; }
.messages-list-item-avatar-photo-related-driving-school {
    position: absolute;
    display: inline-block;
    right: -5px;
    bottom: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background-color: #ffffff; }
.messages-list-item-avatar-photo-related-driving-school img {
    max-width: 100%; }
.messages-list-item-avatar img {
    width: 50px;
    border-radius: 50%; }
.messages-list-item-name {
    font-size: 16px;
    color: #000; }
.messages-list-item-text {
    font-size: 14px;
    line-height: 1.2;
    word-wrap: break-word; }
.messages-list-item-date {
    font-size: 14px;
    font-family: 'Roboto';
    opacity: 0.5; }

.messages-box-wrapper {
    width: 753px;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden; }
.messages-box-wrapper--full {
    width: 100%; }

.messages-box-back {
    position: absolute;
    left: 30px; }
.messages-box-back--static {
    position: static;
    left: 0; }
.messages-box-back a {
    text-decoration: none;
    color: #555555;
    font-weight: bold; }
.messages-box-back span {
    margin-left: 8px; }
.messages-box-back i {
    font-size: 26px; }

.messages-box-header--shadow {
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.08);
    position: relative; }

.messages-box-header-name {
    font-weight: bold;
    padding-bottom: 3px;
    font-size: 18px; }

.messages-box-header-avatar {
    position: relative; }
.messages-box-header-avatar-photo-related-driving-school {
    position: absolute;
    display: inline-block;
    right: -5px;
    bottom: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background-color: #ffffff; }
.messages-box-header-avatar-photo-related-driving-school img {
    max-width: 100%; }
.messages-box-header-avatar img {
    width: 32px; }

.messages-box-action {
    position: absolute;
    top: 85px;
    right: 30px;
    z-index: 10; }

.messages-box-footer-is-instructor {
    padding: 15px 15px 19px 15px;
    height: 79px;
    border-top: 1px solid #E1E1E1; }

.messages-box-textarea {
    height: 66px;
    width: 100%;
    position: relative; }
.messages-box-textarea textarea {
    height: 100%;
    width: 100%;
    font-family: 'Proxima Nova';
    font-size: 15px;
    border: none;
    border-top: 1px solid #E1E1E1;
    resize: none;
    outline: none;
    padding-left: 23px;
    padding-top: 18px; }
.messages-box-textarea button {
    background: none;
    border: none;
    position: absolute;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAyMiAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAuODI5Mzk0IDE4TDIxLjk0MTggOUwwLjgyOTM5NCAwTDAuODE5MzM2IDdMMTUuOTA2OCA5TDAuODE5MzM2IDExTDAuODI5Mzk0IDE4WiIgZmlsbD0iIzk5OTk5OSIvPjwvc3ZnPg==);
    width: 22px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    top: -5px;
    bottom: 0;
    margin: auto;
    right: 10px;
    outline: none;
    cursor: pointer; }
.messages-box-textarea-is-instructor textarea {
    padding: 13px 15px;
    height: auto;
    border: 1px solid #E1E1E1;
    border-radius: 5px; }
.messages-box-textarea--bordered {
    height: 60px; }
.messages-box-textarea--bordered textarea {
    border: 1px solid #E1E1E1; }
.messages-box-textarea--bordered button {
    right: 10px; }

.messages-box__action {
    display: block;
    width: 40px;
    min-width: 40px;
    height: 40px;
    border: 1px solid #E1E1E1;
    margin-right: 8px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    color: #0033CC; }
.messages-box__action:hover {
    color: #0033CC; }
.messages-box__action--basket-plus {
    border-color: #33CC00;
    background: url(../img/basket-and-plus.svg) no-repeat center; }

.chat {
    height: 446px;
    background-color: #fff;
    padding: 15px;
    padding-left: 0 !important;
    padding-right: 0 !important; }
.chat-message {
    margin-bottom: 20px; }
.chat-message-out {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end; }
.chat-message-out .chat-message-avatar {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    -o-order: 2;
    order: 2; }
.chat-message-out .chat-message-bubble {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: 10px; }
.chat-message-out .chat-message-date {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMSAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE4Ljc2NzYgMC40MDM1ODJMMTAuNzgyNiA4LjQxODk0TDEwLjMwNTcgNy45NDIwNEw4LjkzMDIyIDkuMzE3NTRMMTAuNTA5NCAxMC45MDg2QzEwLjU5MDMgMTAuOTY5MyAxMC42ODE0IDEwLjk5OTYgMTAuNzgyNiAxMC45OTk2QzEwLjg4MzggMTAuOTk5NiAxMC45NjQ4IDEwLjk2OTMgMTEuMDI1NSAxMC45MDg2TDIwLjEzMzkgMS44MDAyQzIwLjIxNDggMS43MTkyMyAyMC4yNTUzIDEuNjI4MTUgMjAuMjU1MyAxLjUyNjk1QzIwLjI1NTMgMS40MjU3NCAyMC4yMTQ4IDEuMzQ0NzggMjAuMTMzOSAxLjI4NDA2TDE5LjI4MzggMC40MDM1ODJDMTkuMjAyOCAwLjM0Mjg2IDE5LjExMTcgMC4zMTI1IDE5LjAxMDUgMC4zMTI1QzE4LjkwOTMgMC4zMTI1IDE4LjgyODMgMC4zNDI4NiAxOC43Njc2IDAuNDAzNTgyWk01LjM4NDg5IDguNDE5MjVMMTMuMzY5OSAwLjQwMzg5NUMxMy40MzA2IDAuMzQzMTczIDEzLjUxMTYgMC4zMTI4MTEgMTMuNjEyOCAwLjMxMjgxMUMxMy43MTQgMC4zMTI4MTEgMTMuODA1MSAwLjM0MzE3MyAxMy44ODYgMC40MDM4OTVMMTQuNzM2MSAxLjI4NDM3QzE0LjgxNzEgMS4zNDUwOSAxNC44NTc2IDEuNDI2MDYgMTQuODU3NiAxLjUyNzI2QzE0Ljg1NzYgMS42Mjg0NiAxNC44MTcxIDEuNzE5NTUgMTQuNzM2MSAxLjgwMDUxTDUuNjI3NzggMTAuOTA4OUM1LjU2NzA1IDEwLjk2OTYgNS40ODYwOCAxMSA1LjM4NDg5IDExQzUuMjgzNjggMTEgNS4xOTI2IDEwLjk2OTYgNS4xMTE2MyAxMC45MDg5TDEuMDczNTkgNi44NDA0N0MwLjk5MjYzIDYuNzc5NzUgMC45NTIxNDggNi42OTg3OCAwLjk1MjE0OCA2LjU5NzU4QzAuOTUyMTQ4IDYuNDk2MzggMC45OTI2MyA2LjQwNTI5IDEuMDczNTkgNi4zMjQzM0wxLjkyMzcxIDUuNDc0MjJDMi4wMDQ2NyA1LjM5MzI1IDIuMDk1NzUgNS4zNTI3NyAyLjE5Njk2IDUuMzUyNzdDMi4yOTgxNiA1LjM1Mjc3IDIuMzc5MTIgNS4zOTMyNSAyLjQzOTg1IDUuNDc0MjJMNS4zODQ4OSA4LjQxOTI1WiIgZmlsbD0iIzMzQ0MwMCIvPjwvc3ZnPg==);
    padding-right: 27px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: right 7px; }
.chat-message-out .chat-message-date.unread {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9ItCh0LvQvtC5XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSItNDY5IDI3NSAyMSAxMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAtNDY5IDI3NSAyMSAxMTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOiMzM0NDMDA7fTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTS00NjMuNiwyODMuNGw4LThjMC4xLTAuMSwwLjEtMC4xLDAuMi0wLjFzMC4yLDAsMC4zLDAuMWwwLjksMC45YzAuMSwwLjEsMC4xLDAuMSwwLjEsMC4yczAsMC4yLTAuMSwwLjNsLTkuMSw5LjFjLTAuMSwwLjEtMC4xLDAuMS0wLjIsMC4xcy0wLjIsMC0wLjMtMC4xbC00LTQuMWMtMC4xLTAuMS0wLjEtMC4xLTAuMS0wLjJjMC0wLjEsMC0wLjIsMC4xLTAuM2wwLjktMC45YzAuMS0wLjEsMC4yLTAuMSwwLjMtMC4xczAuMiwwLDAuMiwwLjFMLTQ2My42LDI4My40eiIvPjwvc3ZnPg==); }
.chat-message-out .chat-message-bubble {
    background-color: #CCE9FF; }
.chat-message-avatar img {
    width: 32px;
    border-radius: 50%; }
.chat-message-bubble {
    max-width: 508px;
    width: auto;
    margin-left: 10px;
    background-color: #F3F3F3;
    border-radius: 10px;
    padding: 10px; }
.chat-message-text {
    font-size: 15px;
    line-height: 18.5px;
    word-wrap: break-word;
    white-space: pre-line; }
.chat-message-date {
    display: block;
    color: #555555;
    font-size: 14px;
    text-align: right;
    padding-top: 8px; }

@media screen and (max-width: 1199px) {
    .messages-box-wrapper {
        width: 100%; }
    .messages-list-wrapper {
        width: 100%; }
    .chat-message-bubble {
        max-width: 335px;
        width: auto; } }

@media screen and (max-width: 991px) {
    .messages-list-wrapper {
        width: 100%; }
    .messages-box {
        width: 100%; }
    .messages-box-wrapper {
        width: 100%; }
    .messages-box-back {
        position: absolute; } }

@media screen and (max-width: 768px) {
    .messages-box-back {
        position: absolute;
        left: 10px; }
    .chat-message-bubble {
        max-width: 240px; }
    .chat-message-text img {
        max-width: 100%; }
    .chat {
        padding-left: 0; } }

.account {
    /*запланировать занятие*/
    /*форма поиска*/ }
.account--down {
    padding-bottom: 228px; }
.account-box-back {
    position: static !important; }
@media screen and (max-width: 767px) {
    .account--mobile-full {
        width: calc(100% + 30px);
        margin-left: -15px;
        background-color: #fff; } }
.account-empty-image--danger {
    border-radius: 50%;
    border: 2px solid #EA4242;
    width: 100px;
    height: 100px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    align-items: center; }
.account-empty-image--danger img {
    max-width: 60%;
    width: 60%; }
.account-subtitle {
    padding-top: 29px;
    font-weight: bold;
    font-size: 18px; }
.account-back-text {
    font-size: 18px;
    font-weight: 600;
    color: #555;
    margin-left: 9px; }
.account-back i {
    font-size: 28px;
    color: #555; }
.account-content {
    width: 850px; }
.account-content .tariff-empty {
    margin-top: 109px; }
.account-content .tariff-empty-text {
    line-height: 18px;
    margin-bottom: 18px; }
.account-content .content-form {
    width: 100%; }
.account-content .content-form-row-title {
    color: #555555;
    margin-bottom: 12px; }
.account-content .white-box--height {
    min-height: auto; }
.account-content .white-box {
    padding: 37px 31px;
    padding-bottom: 28px; }
.account-content .content-form-row {
    margin-bottom: 22px; }
.account-content textarea.form-control {
    height: 176px; }
.account-content .response-item-town {
    color: #555; }
.account-content .response-item-town strong {
    font-weight: 700; }
.account-content .response-item-text {
    font-weight: 600;
    margin-bottom: 24px; }
.account-content .response-item-statistics {
    margin-top: 11px; }
.account-content .response-item-header {
    margin-bottom: 0; }
.account-content .check-type {
    width: 12%;
    min-width: 12%; }
.account-content .check-type.large-check {
    width: 20%;
    min-width: 20%; }
.account-content__info-text {
    font-size: 13px;
    line-height: 16px;
    color: #000;
    text-align: center; }
@media screen and (min-width: 768px) {
    .account-content__info-text {
        text-align: left; } }
@media screen and (min-width: 992px) {
    .account-content__info-text {
        font-size: 16px;
        line-height: 20px; } }
.account-content__info-btn {
    text-align: center;
    margin-top: 12px; }
@media screen and (min-width: 768px) {
    .account-content__info-btn {
        text-align: left; } }
.account-content__info-btn .btn {
    height: 24px;
    line-height: 25px;
    padding: 0 22px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px; }
@media screen and (min-width: 992px) {
    .account-content__info-btn .btn {
        height: 44px;
        line-height: 44px;
        border-radius: 5px;
        font-weight: bold;
        font-size: 15px;
        padding: 0 35px; } }
.account-content__card {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 9px;
    padding: 17px 10px 13px 20px; }
.account-content__card-text {
    font-size: 16px;
    line-height: 1.2;
    color: #000;
    margin-left: 14px;
    margin-right: 9px; }
.account-content__card-label {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    height: 20px;
    padding: 0 6px;
    background-color: #33CC00; }
.account-content__card-arrow {
    margin-left: auto; }
.account-top {
    display: flex;
    justify-content: space-between;
    align-items: center; }
@media screen and (max-width: 768px) {
    .account-top {
        flex-direction: column;
        align-items: flex-start; } }
.account .loader {
    padding: 150px 0; }
.account-clients-top {
    width: 557px; }
@media screen and (max-width: 1200px) {
    .account-clients-top {
        width: 100%; } }
.account-clients-top a {
    text-decoration: underline; }
.account-tab {
    font-size: 16px;
    height: 40px;
    line-height: 37px;
    padding: 0 10px;
    border: 2px solid #0033CC;
    border-radius: 6px;
    margin-right: 10px;
    font-weight: 700;
    cursor: pointer; }
.account-tab.active {
    background-color: #0033CC;
    color: #fff; }
.account-title {
    font-size: 26px;
    font-weight: bold;
    padding-top: 9px; }
.account-title span.opacity {
    font-weight: normal;
    color: #999; }
.account-title--small {
    font-size: 24px;
    font-weight: normal; }
@media screen and (max-width: 768px) {
    .account-title--small {
        font-size: 18px !important;
        font-weight: 700; } }
.account-title-link {
    text-decoration: underline; }
.account-title-tab {
    padding-left: 0;
    display: flex;
    list-style: none;
    margin-bottom: 0; }
.account-title-tab-schedule, .account-title-tab-archive, .account-title-tab-search, .account-title-tab-calendar, .account-title-tab-report, .account-title-tab-clip, .account-title-tab-history {
    height: 23px;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #0033CC;
    cursor: pointer; }
.account-title-tab-schedule a, .account-title-tab-archive a, .account-title-tab-search a, .account-title-tab-calendar a, .account-title-tab-report a, .account-title-tab-clip a, .account-title-tab-history a {
    color: #0033CC;
    text-decoration: none;
    vertical-align: top; }
.account-title-tab-schedule:before, .account-title-tab-archive:before, .account-title-tab-search:before, .account-title-tab-calendar:before, .account-title-tab-report:before, .account-title-tab-clip:before, .account-title-tab-history:before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain; }
.account-title-tab-schedule.active a, .account-title-tab-archive.active a, .account-title-tab-search.active a, .account-title-tab-calendar.active a, .account-title-tab-report.active a, .account-title-tab-clip.active a, .account-title-tab-history.active a {
    color: #999999; }
.account-title-tab-clip:before {
    background-image: url(../img/clip-grey.svg);
    width: 17px;
    height: 18px; }
.account-title-tab-report:before {
    background-image: url(../img/edit-icon-dark.svg);
    width: 18px;
    height: 18px; }
.account-title-tab-calendar:before {
    background-image: url("../img/calendar-icon-dark.svg");
    width: 16px;
    height: 16px; }
.account-title-tab-history:before {
    background-image: url("../img/list-gray.svg");
    width: 16px;
    height: 16px; }
.account-title-tab-schedule {
    padding-right: 15px;
    border-right: 1px solid rgba(0, 0, 0, 0.1); }
.account-title-tab-schedule:before {
    width: 14px;
    height: 16px;
    background-image: url("../img/cal.svg"); }
.account-title-tab-search {
    padding-right: 15px;
    border-right: 1px solid rgba(0, 0, 0, 0.1); }
.account-title-tab-search:before {
    height: 14px;
    width: 14px;
    background-image: url("../img/search.svg"); }
.account-title-tab-archive {
    padding-left: 15px; }
.account-title-tab-archive:before {
    width: 16px;
    height: 16px;
    background-image: url("../img/time.svg"); }
.account-title-navigation {
    display: flex;
    column-gap: 24px;
    align-items: center; }
.account-title-navigation-text {
    font-size: 16px;
    color: #000;
    line-height: 19px; }
.account-title-navigation-body {
    display: flex;
    align-items: center;
    column-gap: 18px; }
.account-title-navigation-item {
    color: #0033CC;
    font-size: 18px; }
.account-title-navigation-item.disabled {
    color: #555555; }
.account-bread-crumbs {
    font-weight: 600;
    font-size: 18px; }
.account-bread-crumbs span {
    color: #0033CC; }
.account-menu {
    padding-top: 19px; }
.account-menu--school {
    padding-top: 5px; }
.account-menu--school .account-menu-item {
    padding-bottom: 11px; }
.account-menu-item {
    padding-top: 9px;
    padding-bottom: 13px;
    text-decoration: none;
    color: #000; }
.account-menu-item span {
    font-size: 12px;
    display: block; }
.account-menu-item.active {
    color: #0033CC;
    font-weight: bold; }
.account-menu-item.active .account-menu-item-icon {
    color: #0033CC; }
.account-menu-item.active .new-clients {
    background: url("../img/new-clients-active.svg") no-repeat center; }
.account-menu-item.active .my-clients {
    background: url("../img/my-clients-active.svg") no-repeat center; }
.account-menu-item.active .calendar {
    background: url("../img/cal-sidebar-active.svg") no-repeat center; }
.account-menu-item.active .education {
    background: url("../img/lessons-active.svg") no-repeat center; }
.account-menu-item.active .courses {
    background: url("../img/courses-active.svg") no-repeat center; }
.account-menu-item.active .lessons-icon {
    background: url("../img/lessons-2-active.svg") no-repeat center; }
.account-menu-item.active .instructors-icon {
    background: url("../img/instructors-active.svg") no-repeat center; }
.account-menu-item.active .profile-icon {
    background: url("../img/profile-active.svg") no-repeat center; }
.account-menu-item--pro.active {
    color: #000;
    font-weight: normal !important; }
.account-menu-item-icon {
    width: 38px;
    color: #555;
    padding-left: 2px; }
.account-menu-item-icon .new-clients,
.account-menu-item-icon .my-clients,
.account-menu-item-icon .calendar,
.account-menu-item-icon .clients,
.account-menu-item-icon .timing,
.account-menu-item-icon .analitics,
.account-menu-item-icon .gavel,
.account-menu-item-icon .education,
.account-menu-item-icon .education-black,
.account-menu-item-icon .courses,
.account-menu-item-icon .courses-black,
.account-menu-item-icon .lessons-icon,
.account-menu-item-icon .instructors-icon,
.account-menu-item-icon .profile-icon {
    width: 18px;
    height: 18px;
    display: inline-block;
    background-size: contain !important;
    margin-left: -2px; }
.account-menu-item-icon .new-clients {
    background: url("../img/new-clients.svg") no-repeat center; }
.account-menu-item-icon .my-clients {
    background: url("../img/my-clients.svg") no-repeat center; }
.account-menu-item-icon .calendar {
    background: url("../img/cal-sidebar.svg") no-repeat center; }
.account-menu-item-icon .clients {
    background: url("../img/clients.svg") no-repeat center; }
.account-menu-item-icon .timing {
    background: url("../img/timing.svg") no-repeat center; }
.account-menu-item-icon .analitics {
    background: url("../img/analitics.svg") no-repeat center; }
.account-menu-item-icon .gavel {
    background: url("../img/gavel.svg") no-repeat center; }
.account-menu-item-icon .education {
    background: url("../img/lessons.svg") no-repeat center; }
.account-menu-item-icon .education-black {
    background: url("../img/lessons-black.svg") no-repeat center; }
.account-menu-item-icon .courses {
    background: url("../img/courses.svg") no-repeat center; }
.account-menu-item-icon .courses-black {
    background: url("../img/courses-black.svg") no-repeat center; }
.account-menu-item-icon .lessons-icon {
    background: url("../img/lessons-2.svg") no-repeat center; }
.account-menu-item-icon .instructors-icon {
    background: url("../img/instructors.svg") no-repeat center; }
.account-menu-item-icon .profile-icon {
    background: url("../img/profile.svg") no-repeat center; }
.account-menu-item-icon i {
    color: #999; }
.account-menu-item-head {
    display: flex;
    align-items: center; }
.account-menu-item-number {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    background-color: #33CC00;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 13px; }
.account-sidebar {
    width: 263px; }
.account__my-school {
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    padding: 11px 20px 12px 19px;
    color: #999;
    text-decoration: none; }
.account__my-school-icon {
    background-image: url(../img/logo.png);
    width: 37px;
    height: 26px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 3px;
    margin-right: 12px; }
.account__my-school-button {
    width: 24px;
    height: 24px;
    border: 1px solid #555;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    margin-top: 4px;
    margin-left: auto; }
.account__my-school-button i {
    font-size: 16px;
    color: #555;
    padding-left: 2px; }
.account__my-school-label {
    font-size: 12px;
    color: #999999;
    margin-bottom: 1px; }
.account__my-school-title {
    font-size: 18px;
    color: #000; }
.account__my-school-text {
    font-size: 14px;
    color: #000;
    margin-top: 5px; }
.account__my-school-number {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    width: 24px;
    height: 24px;
    background-color: #33CC00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 7px; }
.account__my-school-exams {
    margin-top: 10px; }
.account-balance {
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    padding-bottom: 15px;
    color: #999;
    text-decoration: none; }
.account-balance-btn {
    margin-left: auto;
    margin-right: 15px;
    margin-top: 7px; }
.account-balance-icon {
    font-size: 22px;
    padding-left: 19px;
    padding-top: 21px;
    color: #0033CC; }
.account-balance-content {
    padding-left: 18px;
    padding-top: 16px;
    color: #000;
    font-size: 29px; }
.account-balance-content i {
    font-size: 23px;
    color: #999; }
.account-balance-text {
    font-size: 16px;
    color: #999;
    padding-top: 10px; }
.account-balance-button {
    width: 24px;
    height: 24px;
    border: 1px solid #555;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    margin-left: 25px;
    margin-top: 19px; }
.account-balance-button i {
    font-size: 16px;
    color: #555;
    padding-left: 2px; }
.account-banners {
    margin-top: 20px; }
.account-banner {
    background-color: #fff;
    margin-bottom: 10px;
    cursor: pointer;
    text-decoration: none;
    color: #000;
    border-radius: 5px; }
.account-banner-image {
    padding-top: 21px;
    padding-left: 16px; }
.account-banner-content {
    padding-left: 13px;
    padding-top: 26px;
    width: 163px;
    padding-bottom: 14px; }
.account-banner-title {
    font-weight: bold; }
.account-banner-text {
    padding-top: 8px;
    font-size: 14px;
    color: #555; }
.account-banner-bottom {
    padding-top: 10px; }
.account-banner-price {
    font-size: 14px;
    font-weight: bold;
    color: #000; }
.account-reviews {
    padding-left: 21px;
    padding-right: 21px; }
.account-reviews-avatar {
    min-width: 48px; }
.account-reviews-answer {
    display: flex;
    margin-top: 14px;
    margin-left: 63px;
    padding-right: 60px; }
@media screen and (max-width: 760px) {
    .account-reviews-answer {
        padding-right: 0; } }
.account-reviews-answer__icon {
    transform: rotate(90deg);
    font-size: 22px;
    transform-origin: top left;
    margin-left: 24px;
    margin-top: 0px;
    opacity: 0.5; }
.account-reviews-answer__text {
    font-size: 15px;
    line-height: 1.1; }
.account-reviews-instructor {
    padding: 20px; }
.account-reviews-instructor-image {
    width: 120px; }
.account-reviews-instructor-image img {
    max-width: 100%; }
.account-reviews-instructor-title {
    font-size: 22px;
    font-weight: bold;
    padding-top: 8px; }
.account-reviews-instructor-city {
    font-weight: bold;
    color: #555555;
    padding-top: 4px;
    font-size: 15px; }
.account-reviews-create {
    width: 368px;
    max-width: 100%;
    margin: auto;
    padding-top: 50px; }
.account-reviews-create-title {
    font-size: 20px;
    width: 110%;
    margin-left: -5%;
    padding-bottom: 21px;
    text-align: center; }
.account-reviews-create-status {
    text-align: center;
    color: #999999;
    font-size: 15px;
    padding-bottom: 21px; }
.account-reviews-create-text {
    padding-bottom: 39px; }
.account-reviews-create-text textarea {
    height: 141px;
    font-size: 15px;
    font-family: 'Proxima Nova'; }
.account-reviews-create-stars {
    padding-bottom: 15px; }
.account-reviews-create-stars i {
    margin-left: 2px;
    margin-right: 2px;
    font-size: 39px;
    color: rgba(0, 0, 0, 0.2);
    cursor: pointer; }
.account-reviews-create-stars i:hover {
    opacity: 0.9; }
.account-reviews-create-stars i.active {
    color: #33CC00; }
.account-reviews-item {
    padding-bottom: 18px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    text-decoration: none;
    color: #000; }
.account-reviews-item:last-child {
    border: none; }
.account-reviews-avatar img {
    width: 48px;
    border-radius: 50%; }
.account-reviews-content {
    padding-left: 14px;
    width: 60%; }
.account-reviews-name {
    font-weight: bold;
    font-size: 15px;
    padding-top: 1px; }
.account-reviews-stars {
    color: #999;
    font-size: 12px;
    padding-top: 15px; }
.account-reviews-stars .active {
    color: #33CC00; }
.account-reviews-text {
    padding-top: 11px;
    font-size: 15px;
    line-height: 1.1; }
.account-reviews-date {
    margin-left: auto;
    font-size: 14.4px;
    color: #999999; }
.account-reviews-bottom {
    margin-top: 11px;
    padding-left: 62px;
    width: 100%; }
@media screen and (max-width: 991px) {
    .account-reviews-right {
        width: 100%; } }
@media screen and (max-width: 320px) {
    .account-reviews-right .account-reviews-date {
        margin-left: 0;
        margin-top: 10px; } }
.account-reviews-actions_item {
    color: #0033CC; }
.account-reviews-actions_item:hover {
    color: #0033CC; }
.account-reviews-actions_item span {
    font-size: 14px;
    padding-left: 6px; }
.account-profile-photo {
    position: relative;
    width: fit-content; }
@media screen and (max-width: 576px) {
    .account-profile-photo {
        margin: auto; } }
.account-profile-photo img {
    width: 163px; }
@media screen and (max-width: 576px) {
    .account-profile-photo img {
        width: 83px; } }
.account-profile-photo .upload-photo {
    position: absolute;
    height: 32px;
    width: 32px;
    top: 131px;
    right: 0px;
    background-image: url("../img/upload.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
@media screen and (max-width: 576px) {
    .account-profile-photo .upload-photo {
        top: 56px; } }
.account-profile-photo .upload-photo .focus-jfilestyle span {
    display: block;
    height: 32px;
    width: 32px; }
.account-profile-photo--small img {
    width: 140px; }
@media screen and (max-width: 767px) {
    .account-profile-photo--small img {
        width: 83px; } }
.account-profile-info {
    width: 664px;
    padding-top: 3px; }
@media screen and (max-width: 576px) {
    .account-profile-info-link {
        margin-top: -25px; } }
.account-profile-info-label {
    font-size: 15px; }
.account-profile-info-value {
    font-size: 15px;
    line-height: 19px; }
.account-profile-info-value strong {
    font-weight: 700; }
@media screen and (max-width: 576px) {
    .account-profile-info-value {
        width: calc(100% + 73px); } }
.account-profile-info-link a {
    color: #0033CC;
    font-size: 15px;
    text-decoration: none; }
.account-profile-info .form-control {
    height: 40px;
    border: 1px solid #E1E1E1;
    font-size: 15px;
    color: #000000; }
.account-profile-info textarea.form-control {
    height: 80px; }
.account-payments-title {
    margin-top: 30px;
    margin-bottom: 15px;
    font-family: 'Proxima Nova';
    font-size: 18px;
    color: #555555;
    line-height: 20px; }
.account-payments-tooltip {
    width: 412px;
    min-width: 412px;
    border-radius: 5px;
    background-color: #ffffff;
    padding: 15px;
    margin-top: 30px; }
.account-payments-tooltip .icon {
    margin-right: 15px; }
.account-payments-tooltip p {
    font-family: 'Proxima Nova';
    font-size: 15px;
    margin-bottom: 0;
    line-height: 19px; }
.account-payments-tooltip a {
    font-family: 'Proxima Nova';
    font-size: 15px;
    margin-bottom: 0;
    line-height: 19px;
    color: #000000;
    display: block;
    width: 100%;
    text-decoration: none;
    position: relative; }
.account-payments-tooltip a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0px;
    height: 15px;
    width: 7px;
    background-image: url("../img/arrow-r.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }
.account-payments-item {
    padding: 10px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box; }
@media screen and (max-width: 767.98px) {
    .account-payments-item {
        padding: 13px 0;
        padding-bottom: 6px; } }
.account-payments-item .w-100 {
    width: 100%; }
@media screen and (max-width: 767.98px) {
    .account-payments-item .w-100 {
        width: auto !important; } }
.account-payments-item .payment {
    font-family: 'Proxima Nova'; }
.account-payments-item .payment-date {
    color: #555555;
    min-width: 100px;
    width: 100px;
    font-size: 16px;
    line-height: 20px; }
.account-payments-item .payment-info {
    color: #555555;
    font-size: 16px;
    line-height: 20px; }
.account-payments-item .payment-purpose {
    margin-left: auto;
    font-family: 'Proxima Nova';
    font-size: 14px;
    font-weight: 600;
    color: #555555;
    line-height: 18px; }
.account-payments-item .payment-purpose--new {
    font-weight: 700; }
.account-payments-item--small {
    padding: 11px 0; }
@media screen and (max-width: 768px) {
    .account-payments-item--small {
        padding: 12px 0; } }
.account-payments-item--small .payment-date {
    font-size: 14px;
    font-weight: 700; }
@media screen and (max-width: 768px) {
    .account-payments-item--small .payment-date {
        font-size: 14px !important;
        font-weight: normal;
        color: rgba(0, 0, 0, 0.6) !important;
        margin-right: 17px; } }
.account-payments-item--small .payment-info {
    font-size: 14px;
    font-weight: 700; }
@media screen and (max-width: 768px) {
    .account-payments-item--small .payment-info {
        color: rgba(0, 0, 0, 0.6) !important;
        font-weight: normal; } }
.account-payments-item--small .payment-purpose {
    font-size: 14px;
    font-weight: 700; }
.account-payments-item--small .payment-purpose i {
    font-size: 12px; }
@media screen and (max-width: 768px) {
    .account-payments-item--small .payment-purpose {
        font-size: 14px !important;
        color: rgba(0, 0, 0, 0.6) !important; } }
.account-payments-all {
    width: fit-content;
    margin: auto;
    font-family: 'Proxima Nova';
    font-size: 15px;
    color: #999999;
    margin-top: 30px;
    line-height: 19px;
    position: relative;
    cursor: pointer; }
.account-payments-all:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -17px;
    height: 15px;
    width: 7px;
    background-image: url("../img/arrow-r.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }
.account-schedule.empty-schedule {
    padding: 150px 0;
    text-align: center; }
.account-schedule.empty-schedule .empty-schedule-text {
    margin-bottom: 60px; }
.account-schedule.empty-schedule img {
    display: block;
    margin: auto;
    height: 61px;
    width: auto;
    margin-bottom: 30px; }
.account-schedule.empty-schedule p {
    font-size: 16px;
    line-height: 20px;
    color: #999999; }
.account-schedule.empty-schedule a {
    color: #0033CC; }
.account-schedule.empty-schedule a:hover {
    color: #0033CC; }
.account-content-message {
    margin-bottom: 30px;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 23px 15px; }
.account-content-message .icon {
    margin-right: 15px; }
.account-content-message .icon--fire {
    width: 28px;
    height: 28px; }
.account-content-message p {
    display: block;
    max-width: 500px;
    font-family: "Proxima Nova";
    font-size: 15px;
    font-weight: 500;
    line-height: 19px; }
.account-content-message--new p {
    font-weight: 400; }
.account-content-message-btn {
    font-family: "Proxima Nova";
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    color: #0033CC;
    border: none;
    background: #ffffff;
    margin-left: auto;
    margin-right: 30px;
    cursor: pointer; }
.account-search {
    margin: 30px 0; }
.account-search-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url("../img/man-and-plus.svg"); }
.account-search .form-search {
    width: 100%;
    position: relative; }
.account-search .form-search-input {
    width: 100%;
    height: 44px;
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 15px;
    line-height: 21px;
    color: #555555;
    padding: 15px;
    font-family: "Proxima Nova";
    outline: none; }
@media screen and (max-width: 768px) {
    .account-search .form-search-input {
        height: 36px;
        font-size: 17px !important;
        border-radius: 10px;
        background: rgba(142, 142, 147, 0.12);
        padding-left: 37px;
        letter-spacing: -0.4px;
        color: #999999; } }
.account-search .form-search-input:placeholder {
    color: #555555;
    padding: 15px;
    font-family: "Proxima Nova"; }
@media screen and (max-width: 768px) {
    .account-search .form-search-input:placeholder {
        font-size: 17px !important;
        color: #999999; } }
.account-search .form-search .btn {
    position: absolute;
    top: 2px;
    right: 15px;
    border: none;
    background: #ffffff;
    height: 40px; }
@media screen and (max-width: 768px) {
    .account-search .form-search .btn {
        background: none;
        height: 36px;
        padding: 0;
        left: 10px;
        top: 0px;
        display: flex;
        align-items: center; } }
.account-search .form-search .btn i {
    color: #DADADA; }
@media screen and (max-width: 768px) {
    .account-search .form-search .btn i {
        color: #8E8E93; } }
.account-search .form-search .btn:hover, .account-search .form-search .btn:focus {
    outline: none;
    box-shadow: none; }
.account .loader--padding .loader {
    padding: 150px 0; }

.payment-card {
    background-color: #ffffff;
    border-radius: 5px;
    margin-bottom: 2px;
    padding: 20px 15px; }
.payment-card--disabled {
    background-color: #EAEAEA; }
.payment-card .card-avatar {
    height: 48px;
    width: 48px;
    min-width: 48px;
    margin-right: 15px;
    border-radius: 50%;
    overflow: hidden; }
.payment-card .card-avatar img {
    width: 100%; }
.payment-card .card-info {
    width: 100%; }
.payment-card .card-info-name {
    font-family: "Proxima Nova";
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #000000;
    margin-bottom: 5px; }
.payment-card .card-info-date {
    margin-right: 0;
    min-width: 100px;
    margin-bottom: 5px;
    text-align: right; }
.payment-card .card-info-date, .payment-card .card-info-car, .payment-card .card-info-type {
    font-family: "Proxima Nova";
    font-size: 15px;
    line-height: 19px;
    color: #999999; }
.payment-card .card-info-car {
    margin-right: 13px; }
.payment-card .card-info-price {
    font-family: "Proxima Nova";
    font-size: 16px;
    min-width: 85px;
    margin-left: auto;
    line-height: 20px;
    color: #000000;
    text-align: right; }

/*отклики*/
.response {
    padding-top: 14px; }
.response-item {
    background: #FFFFFF;
    border-radius: 5px;
    margin-bottom: 2px;
    padding: 15px 20px;
    min-height: 150px;
    height: auto; }
.response-item-content {
    width: 638px;
    min-width: 638px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding-right: 20px; }
.response-item-header {
    margin-bottom: 15px; }
.response-item-header .avatar {
    height: 48px;
    width: 48px;
    min-width: 48px;
    margin-right: 15px;
    border-radius: 50%;
    overflow: hidden; }
.response-item-header .avatar img {
    width: 100%;
    height: auto; }
.response-item-header .name {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
    font-weight: 600;
    letter-spacing: 0.1px; }
.response-item-header .town {
    font-size: 15px;
    line-height: 19px;
    color: #999999; }
.response-item-text {
    font-family: "Proxima Nova";
    font-size: 15px;
    line-height: 18px; }
.response-item-date {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #555555;
    margin: 10px 0 15px 0; }
.response-item-info {
    text-align: center;
    width: 200px;
    min-width: 200px;
    padding-top: 10px;
    font-family: "Proxima Nova";
    font-size: 15px;
    line-height: 19px;
    color: #999999; }
.response-item-info .time {
    margin-bottom: 15px;
    letter-spacing: 0.4px; }
.response-item-info .view-statistics {
    margin-right: 17px; }
.response-item-info .view-statistics .far {
    margin-right: 5px; }
.response-item-info .time-statistics .fas {
    margin-right: 5px; }
.response-item-statistics {
    color: #999999;
    margin-top: 21px;
    margin-bottom: 28px;
    line-height: 17px;
    font-size: 14px;
    letter-spacing: 0.5px; }
.response-item-statistics .time {
    margin-right: 30px;
    letter-spacing: 0.4px; }
.response-item-statistics .view {
    margin-right: 30px; }
.response-item-statistics .view .far {
    margin-right: 10px; }
.response-item-statistics .requested .fas {
    margin-right: 5px; }
.response-item-form {
    margin-top: 40px; }
.response-item-form-title {
    font-family: "Proxima Nova";
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 15px;
    font-weight: 600; }
.response-item-form .form-group {
    margin-bottom: 28px; }
.response-item-form .form-group .form-control {
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    height: 140px;
    resize: none;
    padding: 12px 15px;
    font-size: 15px;
    color: #555555;
    font-family: "Proxima Nova"; }
.response-item-form .btn-blue {
    width: 100%; }
.response-item-form .select2 {
    width: 100%; }
.response-item .my-response {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 28px;
    padding-top: 28px; }
.response-item .my-response .response-item-header {
    margin-bottom: 10px; }
.response-item .my-response-title {
    font-family: "Proxima Nova";
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 32px;
    letter-spacing: 0.2px; }
.response-item .my-response-lesson {
    background: #F3F3F3;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 15px; }
.response-item .my-response-lesson-info {
    width: 325px;
    min-width: 325px;
    font-family: "Proxima Nova";
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #000000; }
.response-item .my-response-lesson-info .name {
    margin-bottom: 5px; }
.response-item .my-response-lesson-info .price span {
    color: #555555;
    font-weight: 400; }
.response-item .my-response-lesson .car {
    font-size: 14px;
    line-height: 18px;
    color: #555555; }
.response-item .my-response .messages-box-chat {
    height: auto; }
.response-item .my-response .messages-box-chat .title {
    font-family: "Proxima Nova";
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 28px;
    text-align: left;
    font-weight: 600; }

.plan-lesson-client {
    background: #ffffff;
    border-radius: 5px;
    padding: 19px 98px;
    margin-bottom: 2px; }
.plan-lesson-client .client-avatar {
    height: 70px;
    width: 70px;
    min-width: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px; }
.plan-lesson-client .client-avatar img {
    width: 100%;
    height: auto; }
.plan-lesson-client .client-info .name {
    font-family: "Proxima Nova";
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #000000;
    margin-bottom: 5px; }
.plan-lesson-client .client-info .car {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 6px;
    color: #999999; }
.plan-lesson-client .client-info .phone {
    font-family: "Proxima Nova";
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #000000;
    text-decoration: none; }
.plan-lesson-client .client-info .phone:hover {
    color: #0033CC; }
.plan-lesson-client .client-btn-chat {
    height: 40px;
    width: 144px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    background: #F3F3F3;
    border-radius: 34px;
    text-align: right;
    padding-right: 26px;
    color: #0033cc;
    line-height: 40px;
    margin-left: auto;
    position: relative;
    font-weight: 500; }
.plan-lesson-client .client-btn-chat:before {
    content: "";
    display: block;
    height: 16px;
    width: 16px;
    position: absolute;
    left: 26px;
    top: 12px;
    background-image: url("../img/btn-com.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }

.form-plan-lesson {
    background: #ffffff;
    border-radius: 5px;
    padding: 30px 98px 32px 98px; }
.form-plan-lesson p {
    font-family: "Proxima Nova";
    font-size: 16px;
    line-height: 20px; }
.form-plan-lesson .label-lesson {
    color: #999999;
    margin-bottom: 5px; }
.form-plan-lesson .type-lesson {
    color: #000000;
    margin-bottom: 30px; }
.form-plan-lesson .wrap-input {
    padding-right: 15px; }
.form-plan-lesson .wrap-input:last-child {
    padding-left: 15px;
    padding-right: 0px; }
.form-plan-lesson-input {
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 12px 15px;
    width: 215px;
    font-family: "Proxima Nova";
    font-size: 15px;
    color: #555555; }
.form-plan-lesson-btn {
    background: #33CC00;
    border-radius: 5px;
    width: 165px;
    height: 44px;
    color: #ffffff;
    font-family: "Proxima Nova";
    font-size: 15px;
    font-weight: 400; }

.lesson-planning-form {
    padding: 20px 15px;
    width: 100%;
    max-width: 557px;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    background-color: #ffffff; }
.lesson-planning-form__inputs {
    margin-bottom: 8px; }
.lesson-planning-form__label-and-input {
    margin-bottom: 12px; }
.lesson-planning-form__label-and-input input {
    display: none; }
.lesson-planning-form__label-and-input input:checked + label {
    border-color: #33CC00; }
.lesson-planning-form__label-and-input input:checked + label .lesson-planning-form__radio-circle {
    border-color: #33CC00; }
.lesson-planning-form__label-and-input input:checked + label .lesson-planning-form__radio-circle::before {
    display: inline-block; }
.lesson-planning-form__label-and-input label {
    padding: 12px 15px;
    width: 100%;
    display: flex;
    align-items: center;
    border: 1px solid #E1E1E1;
    border-radius: 9px;
    cursor: pointer; }
.lesson-planning-form__radio-circle {
    width: 20px;
    min-width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #999999;
    border-radius: 50%;
    margin-right: 12px; }
.lesson-planning-form__radio-circle::before {
    content: '';
    width: 12px;
    height: 12px;
    display: none;
    background-color: #33CC00;
    border-radius: 50%; }
.lesson-planning-form__input {
    padding: 12px 15px;
    width: 100%;
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    outline: none; }
.lesson-planning-form__input:focus {
    border-color: #33CC00; }
.lesson-planning-form__input::placeholder {
    font-size: 15px;
    color: #999999; }
.lesson-planning-form__date-and-time {
    display: flex;
    margin-bottom: 12px; }
@media screen and (max-width: 417.98px) {
    .lesson-planning-form__date-and-time {
        flex-direction: column; } }
.lesson-planning-form__date-and-time > *:first-child {
    flex: 2 289px;
    max-width: 289px;
    margin-right: 24px; }
@media screen and (max-width: 527.98px) {
    .lesson-planning-form__date-and-time > *:first-child {
        flex: 1;
        max-width: none; } }
@media screen and (max-width: 417.98px) {
    .lesson-planning-form__date-and-time > *:first-child {
        margin-right: 0;
        margin-bottom: 12px; } }
.lesson-planning-form__date-and-time > *:last-child {
    flex: 1;
    width: 100%; }
.lesson-planning-form__date-and-time > *:last-child input.display-time {
    padding: 12px 15px;
    width: 100%;
    height: 100%; }
.lesson-planning-form__text {
    padding: 0 15px;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 9px; }
.lesson-planning-form__text:last-of-type {
    margin-bottom: 17px; }
.lesson-planning-form__btn {
    align-self: self-start;
    padding: 0 25px;
    min-width: 160px;
    height: 44px;
    font-family: inherit;
    font-weight: 700;
    font-size: 15px;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    background-color: #33CC00;
    cursor: pointer; }
.lesson-planning-form__btn--blue {
    align-self: center;
    width: 100%;
    max-width: 361px;
    background-color: #0033CC; }
@media screen and (max-width: 527.98px) {
    .lesson-planning-form__btn {
        align-self: center; } }
.lesson-planning-form__btn:focus, .lesson-planning-form__btn:focus-visible {
    outline: none; }
.lesson-planning-form__btn .loader {
    padding: 0; }
.lesson-planning-form__calendar {
    max-width: 250px;
    border-radius: 5px; }

@media screen and (min-width: 1200px) {
    .account-reviews-instructor-content {
        width: calc(100% - 148px); } }

@media screen and (max-width: 1199px) {
    .account-content {
        width: 635px; }
    .account-payments-tooltip {
        width: 305px;
        min-width: 305px; }
    .account-content-message .icon {
        margin-right: 15px; }
    .account-content-message p {
        max-width: 450px; }
    .account-content-message-btn {
        margin-right: 0px; }
    .plan-lesson-client {
        padding: 19px 15px; }
    .form-plan-lesson {
        padding: 30px 15px 32px 15px; }
    .form-plan-lesson .wrap-input {
        padding-right: 10px; }
    .form-plan-lesson .wrap-input:last-child {
        padding-left: 10px;
        padding-right: 0px; }
    .form-plan-lesson-input {
        width: 200px; }
    .account-reviews-instructor-image {
        min-width: 120px; }
    .account-reviews-instructor .instructor-age-item {
        min-width: 80px;
        width: 80px; } }

@media screen and (max-width: 991px) {
    .account-content {
        width: 100%; }
    .account-payments-tooltip {
        width: 305px;
        min-width: 305px; }
    .plan-lesson-client {
        padding: 19px 15px; }
    .form-plan-lesson {
        padding: 30px 15px 32px 15px; }
    .form-plan-lesson .wrap-input {
        padding-right: 10px; }
    .form-plan-lesson .wrap-input:last-child {
        padding-left: 10px;
        padding-right: 0px; }
    .chat {
        padding-left: 20px; }
    .account-reviews-content {
        width: 75%; } }

@media screen and (max-width: 767px) {
    .account-content-message-btn {
        margin: auto;
        display: block;
        text-align: center;
        padding-top: 14px; }
    .account-title {
        font-size: 25px; }
    .account-content {
        width: 100%; }
    .account-profile-info {
        width: 100%; }
    .account-profile-info-label {
        margin-bottom: 10px; }
    .account-banner {
        border-radius: 9px;
        padding: 15px;
        margin-bottom: 2px; }
    .account-banner-image {
        padding: 0;
        margin-right: 15px; }
    .account-banner-content {
        padding: 0;
        width: 100%; }
    .account-banner-title {
        margin-bottom: 5px;
        font-size: 16px;
        line-height: 20px; }
    .account-banner-text {
        margin-bottom: 5px;
        padding-top: 0;
        font-size: 14px;
        line-height: 17px;
        color: #999999; }
    .account-banner-price {
        font-size: 14px;
        line-height: 17px; }
    .account-payments-title {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 16px;
        color: #999999; }
    .account-payments-tooltip {
        width: 100%;
        min-width: 100%;
        border-radius: 10px;
        margin-top: 0;
        margin-bottom: 15px; }
    .account-payments-tooltip .icon {
        min-width: 30px;
        margin-right: 15px; }
    .account-payments-item .payment-date {
        color: #999999; } }
@media screen and (max-width: 767px) and (max-width: 767.98px) {
    .account-payments-item .payment-date {
        font-size: 12px;
        width: 21%;
        min-width: 21%; } }

@media screen and (max-width: 767px) {
    .account-payments-item .payment-info {
        color: #999999; } }
@media screen and (max-width: 767px) and (max-width: 767.98px) {
    .account-payments-item .payment-info {
        color: #000;
        font-weight: 600; } }

@media screen and (max-width: 767px) {
    .account-payments-item .payment-purpose {
        margin-left: 0;
        color: #999999; } }
@media screen and (max-width: 767px) and (max-width: 767.98px) {
    .account-payments-item .payment-purpose {
        font-weight: normal;
        font-size: 16px; } }

@media screen and (max-width: 767px) {
    .account-payments-all {
        margin-top: 24px; }
    .payment-card {
        border-radius: 9px;
        padding: 10px 15px 20px 15px; }
    .payment-card .card-avatar {
        height: 40px;
        width: 40px;
        min-width: 40px; }
    .payment-card .card-info {
        width: 100%; }
    .payment-card .card-info-name {
        font-family: "Proxima Nova";
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
        color: #000000;
        margin-bottom: 5px; }
    .payment-card .card-info-date {
        min-width: 75px;
        width: 75px; }
    .payment-card .card-info-date, .payment-card .card-info-car, .payment-card .card-info-type {
        font-size: 14px;
        line-height: 17px; }
    .payment-card .card-info-car {
        margin-right: 0;
        margin-bottom: 5px; }
    .payment-card .card-info-price {
        font-size: 14px;
        font-weight: 600;
        min-width: 85px;
        width: 85px;
        color: #555555; }
    .form-plan-lesson .type-lesson {
        color: #000000;
        margin-bottom: 15px; }
    .form-plan-lesson .wrap-input {
        padding-right: 7px; }
    .form-plan-lesson .wrap-input:last-child {
        padding-left: 7px; }
    .form-plan-lesson-input {
        width: 150px; }
    .form-plan-lesson-btn {
        width: 150px; }
    .account-reviews-content {
        width: calc(100% - 60px); }
    .account-reviews-bottom {
        padding-left: 0; } }

@media screen and (max-width: 576px) {
    .form-plan-lesson-input {
        width: 130px; }
    .form-plan-lesson-input-btn {
        width: 130px; }
    .account-reviews-instructor-image {
        width: 80px;
        min-width: 80px; }
    .account-reviews-instructor-content {
        width: calc(100% - 84px); }
    .account-reviews-instructor .instructor-age-item {
        width: 75px;
        min-width: 75px;
        margin-right: 7px; }
    .account-reviews-instructor .instructor-age-item:last-child {
        margin-right: 0; } }

@media screen and (max-width: 480px) {
    .plan-lesson-client {
        -webkit-flex-direction: column !important;
        flex-direction: column !important; }
    .plan-lesson-client .d-flex {
        margin-right: auto;
        margin-left: 0; }
    .plan-lesson-client .client-avatar {
        height: 50px;
        width: 50px;
        min-width: 50px; }
    .plan-lesson-client .client-info .name {
        margin-bottom: 0px; }
    .plan-lesson-client .client-info .car {
        margin-bottom: 3px; }
    .plan-lesson-client .client-btn-chat {
        margin-top: 20px;
        margin-left: 65px;
        margin-right: auto; }
    .form-plan-lesson .label-lesson {
        margin-bottom: 0px; }
    .form-plan-lesson .type-lesson {
        margin-bottom: 15px; }
    .form-plan-lesson .wrap-input {
        width: 100%;
        min-width: 100%;
        padding-right: 0px;
        margin-bottom: 20px; }
    .form-plan-lesson .wrap-input:last-child {
        padding-left: 0px;
        padding-right: 0px; }
    .form-plan-lesson-group {
        -webkit-flex-direction: column !important;
        flex-direction: column !important; }
    .form-plan-lesson-input {
        width: 100% !important; }
    .form-plan-lesson-btn {
        width: 100%;
        margin-top: 15px; } }

.search-form {
    width: 900px;
    margin: auto; }
.search-form-column--big {
    width: 459px;
    min-width: 459px; }
.search-form-column--small {
    width: 361px;
    min-width: 301px; }
.search-form-column--small .form-control {
    width: 165px; }
@media screen and (max-width: 760px) {
    .search-form .check-type label {
        height: 32px;
        line-height: 32px; } }
.search-form-label {
    display: block;
    margin-bottom: 10px;
    font-family: "Proxima Nova";
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    color: #555555; }
.search-form-select--large {
    width: 263px;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 7L11 0H0L5.5 7Z' fill='%23999999'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 11px;
    background-position: 97% 50%; }
.search-form-select--small {
    width: 165px; }
.search-form-group {
    margin-bottom: 30px; }
@media screen and (max-width: 760px) {
    .search-form-group select {
        border-top: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important;
        border-radius: 0 !important;
        height: 32px !important;
        padding-left: 0 !important; } }

.search-instructors {
    padding: 30px 0 32px 0;
    background: #ffffff;
    margin-bottom: 30px; }
@media screen and (max-width: 760px) {
    .search-instructors {
        padding-top: 25px;
        padding-bottom: 25px; } }
.search-instructors .form-search-instructor {
    width: 900px;
    margin: auto; }
.search-instructors .form-search-instructor input::-webkit-outer-spin-button,
.search-instructors .form-search-instructor input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
.search-instructors .form-search-instructor .form-group {
    margin-bottom: 30px; }
.search-instructors .form-search-instructor .form-group-input {
    width: 165px;
    height: 44px;
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 12px 15px;
    font-family: Proxima Nova;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    color: #555555; }
.search-instructors .form-search-instructor .search-btn {
    width: 100%;
    color: #ffffff;
    background: #0033CC;
    border-radius: 5px;
    border: none;
    font-family: "Proxima Nova";
    font-size: 15px;
    padding: 12px 25px;
    text-align: center;
    line-height: 20px; }
.search-instructors__map {
    position: absolute;
    right: 17px;
    bottom: -76px; }
@media screen and (max-width: 760px) {
    .search-instructors__map {
        bottom: -63px; } }
.search-instructors__map a {
    font-size: 16px;
    text-decoration: underline;
    color: #0033CC;
    display: flex;
    align-items: center; }
.search-instructors__map a:before {
    content: '';
    background-image: url(../img/map-icon.svg);
    width: 11px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    margin-right: 7px; }
@media screen and (max-width: 760px) {
    .search-instructors__map a:before {
        margin-right: 6px; } }
@media screen and (max-width: 760px) {
    .search-instructors__map a {
        font-size: 14px; } }

@media screen and (max-width: 991px) {
    .search-form {
        width: 100%; } }

.notifications {
    background-color: #fff;
    margin-top: 18px;
    border-radius: 5px; }
.notifications--block {
    position: static !important; }
.notifications-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
    margin-bottom: 6.7px; }
.notifications-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none; }
.notifications-item--new .notifications-text {
    font-weight: bold; }
.notifications-list {
    padding: 20px; }
.notifications-avatar img {
    width: 48px;
    border-radius: 50%; }
.notifications-content {
    padding-left: 15px; }
.notifications-date {
    font-size: 14px;
    padding-top: 5px; }
.notifications-text {
    font-size: 14px;
    padding-top: 10px; }
.notifications-settings-title {
    font-size: 17px;
    letter-spacing: -0.0241176em; }
.notifications-settings-item {
    border-bottom: 1px solid #BCBBC1;
    padding-top: 6px;
    padding-bottom: 6px; }
.notifications-settings-item:last-child {
    border: none; }

.instructor {
    margin-top: 30px;
    margin-bottom: 58px;
    background: #ffffff;
    border-radius: 5px;
    padding: 20px 29px 20px 20px; }
.instructor a.feedback-item-all {
    color: #0033CC; }
.instructor a.feedback-item-all--line {
    border-left: 1px solid #999999;
    margin-left: 14px;
    padding-left: 14px; }
@media screen and (max-width: 760px) {
    .instructor {
        border-radius: 0; } }
.instructor-info {
    margin-bottom: 30px; }
@media screen and (max-width: 767px) {
    .instructor-info {
        margin-top: 30px; } }
.instructor-reviews {
    padding-top: 32px; }
.instructor-reviews-title {
    padding-left: 4px; }
.instructor-reviews .account-reviews {
    padding-top: 23px; }
@media screen and (max-width: 767px) {
    .instructor-reviews .account-reviews-date {
        width: auto; } }
.instructor-reviews .account-reviews-item {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: none; }
.instructor-reviews .account-reviews-content {
    width: calc(100% - 48px); }
.instructor-faq-title {
    margin-top: 24px; }
.instructor-faq-name {
    font-weight: bold;
    font-size: 18px; }
.instructor-faq-item {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #C4C4C4;
    cursor: pointer;
    padding-right: 10px; }
.instructor-faq-list {
    padding-top: 12px;
    padding-bottom: 28px; }
.instructor-faq-icon {
    width: 16px;
    height: 16px;
    background-image: url(../img/plus.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms; }
.instructor-faq-text {
    font-size: 16px;
    line-height: 20px;
    max-height: 0;
    overflow: hidden;
    padding-top: 0;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms; }
.instructor-faq-item.active .instructor-faq-text {
    max-height: 20000px;
    padding-top: 20px; }
.instructor-faq-item.active .instructor-faq-icon {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
.instructor-video {
    padding-top: 20px; }
@media screen and (max-width: 760px) {
    .instructor-video {
        padding-bottom: 20px; } }
.instructor-video-title {
    padding-bottom: 12px; }
@media screen and (max-width: 760px) {
    .instructor-video-item iframe {
        width: 100%;
        height: 52vw; } }
.instructor-news {
    padding-top: 33px; }
.instructor-news-item {
    width: 199px; }
.instructor-news-name {
    padding-top: 6px;
    font-size: 14px;
    line-height: 17px; }
.instructor-news-name a {
    color: #33CC00; }
.instructor-news-main {
    margin-top: 12px;
    background-color: #F1F1F1;
    width: 100%;
    margin-bottom: 27px; }
.instructor-news-main iframe {
    min-width: 406px;
    max-width: 100%; }
.instructor-news-main-content {
    margin-left: 12px; }
.instructor-news-main-title {
    padding-top: 18px;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: -0.1px; }
.instructor-news-main-date {
    padding-top: 11px;
    font-size: 13px;
    color: #999999; }
.instructor-news-main-date span {
    padding-left: 10px; }
.instructor-news-main-text {
    padding-top: 21px;
    font-size: 15px;
    padding-left: 2px;
    line-height: 18px;
    padding-right: 15px; }
.instructor-news-main-more a {
    display: block;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #555555; }
.instructor-news-main-more a:hover {
    color: #0033CC; }
.instructor .content {
    max-width: 823px; }
.instructor-card-left {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    max-width: 465px; }
.instructor-card-button {
    margin-top: auto;
    margin-top: 26px; }
.instructor-card-button a {
    display: block;
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 18px; }
@media screen and (max-width: 760px) {
    .instructor-card-button a {
        height: auto !important;
        line-height: 1.2 !important; } }
.instructor-card-right {
    padding-left: 16px;
    width: 100%;
    max-width: 360px;
    margin-left: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column; }
.instructor-card-right-reviews {
    align-items: flex-end; }
@media screen and (max-width: 1200px) {
    .instructor-card-right-reviews {
        flex-direction: column;
        align-items: flex-start; } }
@media screen and (max-width: 991px) {
    .instructor-card-right-reviews {
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between; } }
.instructor-card-right .btn-inline {
    line-height: 28px;
    height: 28px;
    padding-left: 13px;
    padding-right: 13px;
    margin-left: auto; }
@media screen and (max-width: 1200px) {
    .instructor-card-right .btn-inline {
        margin: 0;
        margin-top: 10px; } }
@media screen and (max-width: 991px) {
    .instructor-card-right .btn-inline {
        margin: 0; } }
@media screen and (max-width: 760px) {
    .instructor-card-right .btn-inline {
        padding-bottom: 0;
        padding-top: 0; } }
.instructor-card-reviews .account-reviews-stars {
    padding-top: 0;
    font-size: 17px; }
.instructor-card-reviews-value {
    font-size: 19px;
    font-weight: bold;
    padding-left: 11px;
    padding-top: 2px; }
.instructor-card-reviews-info {
    font-size: 20px;
    font-weight: bold;
    padding-top: 6px;
    padding-left: 2px; }
.instructor-card-reviews-info a {
    font-weight: normal;
    text-decoration: underline;
    color: #000; }
.instructor-button {
    margin-top: 19px;
    padding-bottom: 3px; }
.instructor-button--scroll {
    display: none; }
.instructor-list {
    padding-top: 22px; }
.instructor-list-icon {
    margin-right: 12px; }
.instructor-list-item {
    margin-bottom: 14px; }
.instructor-list-title {
    font-size: 15px; }
.instructor-for-clients {
    border-top: 0.5px solid #999999;
    padding-top: 18px;
    padding-bottom: 10px; }
@media screen and (max-width: 760px) {
    .instructor-for-clients {
        padding-top: 9px;
        padding-bottom: 8px; } }
.instructor-for-clients-icon {
    width: 26px;
    min-width: 26px;
    margin-top: -2px;
    margin-left: -2px;
    margin-right: 8px; }
.instructor-for-clients-icon img {
    width: 100%; }
@media screen and (max-width: 760px) {
    .instructor-for-clients-icon {
        width: 20px;
        min-width: 20px;
        margin-top: 0; } }
.instructor-for-clients-title {
    line-height: 18px; }
.instructor-for-clients-title span {
    color: #999999; }
@media screen and (max-width: 760px) {
    .instructor-for-clients-title {
        font-size: 14px; } }
.instructor-for-clients-item {
    margin-bottom: 14px; }
.instructor-for-clients-item:last-child {
    margin-bottom: 0; }
@media screen and (max-width: 760px) {
    .instructor-for-clients-item {
        margin-bottom: 8px; } }
.instructor-docs {
    border-top: 0.5px solid #999999; }
@media screen and (max-width: 760px) {
    .instructor-docs {
        padding-top: 9px; } }
.instructor-docs-title {
    padding-top: 19px;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 12px; }
.instructor-docs-icon {
    padding-left: 2px;
    padding-right: 15px; }
.instructor-docs-name {
    font-size: 15px; }
.instructor-docs-item {
    margin-bottom: 10px; }
.instructor-social {
    margin-top: 16px; }
.instructor-social a i {
    color: #999999;
    text-align: center;
    transition: all 300ms; }
.instructor-social a i:hover {
    color: #0033CC; }
.instructor-social-vk i {
    font-size: 22px; }
.instructor-social-insta i {
    font-size: 17px; }
.instructor-social-youtube i {
    font-size: 20px; }
.instructor-social-fb i {
    font-size: 15px; }
.instructor-pro {
    width: 43px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    background-color: #33CC00;
    display: block;
    position: absolute;
    border-radius: 3px;
    right: 43px;
    bottom: 6px; }
.instructor-left {
    width: 254px;
    min-width: 254px;
    overflow: hidden;
    margin-right: 21px; }
.instructor-left #sticky-wrapper {
    background: none;
    min-height: 1px; }
.instructor-left-name {
    font-size: 20px;
    line-height: 24px;
    padding-left: 10px;
    font-weight: bold;
    display: none; }
.instructor-avatar {
    overflow: hidden; }
.instructor-avatar-image {
    border-radius: 50%;
    width: 100%;
    height: auto;
    max-width: 100%;
    width: 200px;
    text-align: center;
    margin: auto;
    display: block; }
.instructor-avatar-image-wrapper {
    position: relative;
    width: 100%; }
.instructor-name {
    margin-top: 4px;
    margin-bottom: 12px;
    font-family: "Proxima Nova";
    font-size: 34px;
    font-weight: 600;
    line-height: 42px;
    color: #000000; }
.instructor-status {
    margin-top: 4px;
    margin-bottom: 12px;
    font-family: "Proxima Nova";
    font-size: 14px;
    font-weight: 400;
    line-height: 42px;
    color: #999999;
    margin-left: 20px; }
.instructor-status.online {
    color: #33CC00; }
.instructor-status.online:before {
    content: "";
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #33CC00;
    margin-right: 5px; }
.instructor-like {
    margin-top: 12px;
    margin-right: 13px;
    margin-left: auto; }
.instructor-call {
    background: #0033CC;
    margin-right: 0;
    color: #fff;
    width: 165px;
    min-width: 165px; }
.instructor-town {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #555555;
    margin-bottom: 5px; }
.instructor-district {
    font-size: 15px;
    font-weight: 600;
    line-height: 19px;
    color: #999999;
    margin-bottom: 5px; }
.instructor-district span {
    color: #555555; }
.instructor-car {
    font-size: 15px;
    font-weight: 600;
    line-height: 19px;
    color: #555555; }
.instructor-car a {
    text-decoration: none;
    color: #0033cc; }
.instructor-age {
    margin-top: auto; }
.instructor-age-label {
    font-family: "Proxima Nova";
    font-size: 15px;
    font-weight: 600;
    line-height: 19px;
    color: #999999;
    margin-bottom: 2px; }
.instructor-age-value {
    font-family: "Proxima Nova";
    font-weight: 800;
    font-size: 26px;
    line-height: 32px;
    color: #000000;
    white-space: nowrap; }
.instructor-age-value--categories {
    white-space: normal;
    width: 800px; }
@media screen and (max-width: 1200px) {
    .instructor-age-value--categories {
        width: 620px; } }
@media screen and (max-width: 1000px) {
    .instructor-age-value--categories {
        width: 620px; } }
@media screen and (max-width: 767px) {
    .instructor-age-value--categories {
        width: 100%; } }
.instructor-age-value span {
    font-size: 16px; }
.instructor-age-item {
    width: auto;
    min-width: 70px;
    margin-right: 45px; }
.instructor-statistic {
    margin-left: auto; }
.instructor-statistic-label {
    font-family: "Proxima Nova";
    font-size: 15px;
    font-weight: 600;
    line-height: 19px;
    color: #999999;
    margin-bottom: 2px; }
.instructor-statistic-value {
    font-family: "Proxima Nova";
    font-weight: 800;
    font-size: 26px;
    line-height: 32px;
    color: #000000; }
.instructor-statistic-value span {
    font-size: 16px; }
.instructor-statistic-item {
    width: auto;
    min-width: 70px; }
.instructor-statistic-item--rating .instructor-statistic-value {
    color: #33cc00; }
.instructor-about {
    margin-bottom: 25px; }
.instructor-about h3 {
    font-family: "Proxima Nova";
    font-size: 27px;
    font-weight: 600;
    line-height: 27px;
    color: #0033CC;
    margin-bottom: 15px; }
.instructor-about p {
    font-family: "Proxima Nova";
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 4px; }
.instructor-about p.hide {
    display: none; }
.instructor-about p.show {
    display: block; }
.instructor-about-show-more {
    color: #0033CC;
    font-family: "Proxima Nova";
    font-size: 16px;
    line-height: 22px;
    text-decoration: none; }
@media screen and (max-width: 760px) {
    .instructor-comment {
        margin-top: 24px !important; } }
.instructor-comment-title {
    font-size: 23px;
    font-weight: 600;
    color: #0033CC; }
@media screen and (max-width: 760px) {
    .instructor-comment-title {
        font-size: 19px;
        line-height: 23px; } }
.instructor-comment-stars i {
    color: #E1E1E1;
    font-size: 29px;
    width: 38px;
    text-align: center;
    cursor: pointer; }
@media screen and (max-width: 760px) {
    .instructor-comment-stars i {
        font-size: 26px;
        width: 35px; } }
.instructor-comment-stars .active {
    color: #33CC00; }
.instructor-comment-note {
    font-size: 16px;
    line-height: 19px;
    color: #555555; }
@media screen and (max-width: 760px) {
    .instructor-comment-note {
        font-size: 15px;
        line-height: 18px; } }
.instructor-comment .btn-inline {
    font-size: 18px;
    font-weight: 700;
    height: 50px;
    padding-left: 98px;
    padding-right: 98px; }
@media screen and (max-width: 760px) {
    .instructor-comment .btn-inline {
        font-size: 15px;
        width: 100%;
        padding: 0;
        height: 44px;
        margin-top: 17px !important; } }
.instructor-feedback {
    margin-bottom: 32px; }
.instructor-feedback-title {
    font-family: "Proxima Nova";
    font-size: 22px;
    font-weight: 600;
    line-height: 27px;
    color: #0033CC;
    margin-bottom: 30px; }
.instructor-feedback .feedback-item {
    font-family: "Proxima Nova";
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.instructor-feedback .feedback-item-header {
    margin-bottom: 9px;
    font-size: 16px;
    line-height: 22px; }
.instructor-feedback .feedback-item-header .name {
    color: #000000;
    font-weight: 700; }
.instructor-feedback .feedback-item-header .type-lesson {
    color: #999999;
    margin-left: 10px; }
.instructor-feedback .feedback-item-text {
    font-size: 16px;
    line-height: 22px; }
.instructor-feedback .feedback-item.hide {
    display: none; }
.instructor-feedback .feedback-item.show {
    display: block; }
.instructor-feedback .feedback-item-all {
    font-size: 16px;
    line-height: 20px;
    color: #0033CC;
    text-decoration: none; }
.instructor-feedback .feedback-item-all:hover {
    text-decoration: underline; }
.instructor-cars-title {
    padding-top: 31px; }
.instructor-cars-list {
    padding-top: 12px;
    margin-right: -38px; }
.instructor-cars-name {
    padding-top: 9px;
    font-weight: bold;
    font-size: 16px; }
.instructor-cars-info {
    font-size: 16px;
    padding-top: 5px;
    color: #999999; }
.instructor-cars-item {
    margin-right: 23px;
    margin-bottom: 20px; }
@media screen and (max-width: 760px) {
    .instructor-cars-item {
        margin-right: 12px; } }
.instructor-cars-image {
    width: 264px;
    height: 170px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%; }
.instructor-questions-title {
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
    color: #000; }
.instructor-questions-item {
    white-space: nowrap;
    margin-right: 12px;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 15px;
    background-color: #F3F3F3;
    border-radius: 88px;
    height: 36px;
    line-height: 36px;
    cursor: pointer; }
.instructor-questions-item:last-child {
    margin-right: 0; }
.instructor-questions-item--round {
    padding-left: 0;
    padding-right: 0;
    min-width: 36px;
    width: 36px;
    height: 36px;
    background-color: #33CC00;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 36px;
    font-weight: bold; }
.instructor-questions-content {
    width: calc(100% + 30px);
    overflow: hidden;
    position: relative;
    padding-top: 18px; }

.is-sticky .instructor-avatar-image-wrapper {
    width: 60px; }

.is-sticky .instructor-pro {
    width: 20px;
    height: 12px;
    font-size: 8px;
    line-height: 12px;
    right: -1px; }

.is-sticky .instructor-left-name {
    display: block; }

.is-sticky .instructor-social {
    margin-top: 10px; }

.is-sticky .instructor-button--scroll {
    display: block; }

@media screen and (max-width: 1199px) {
    .instructor .content {
        max-width: 660px; }
    .instructor-left {
        width: 210px;
        min-width: 210px; }
    .instructor-avatar {
        width: 200px;
        min-width: 200px; }
    .instructor-avatar-image {
        width: 150px; }
    .instructor-news-item {
        width: 21%;
        margin-bottom: 20px; }
    .instructor-news-image img {
        width: 100%; }
    .instructor-news-main-content {
        padding-bottom: 10px; }
    .instructor-feedback {
        margin-bottom: 32px; }
    .instructor-feedback-title {
        font-family: "Proxima Nova";
        font-size: 22px;
        font-weight: 600;
        line-height: 27px;
        color: #0033CC;
        margin-bottom: 30px; }
    .instructor-feedback .feedback-item {
        font-family: "Proxima Nova";
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .instructor-feedback .feedback-item-header {
        margin-bottom: 9px;
        font-size: 16px;
        line-height: 22px; }
    .instructor-feedback .feedback-item-header .name {
        color: #000000;
        font-weight: 700; }
    .instructor-feedback .feedback-item-header .type-lesson {
        color: #999999;
        margin-left: 10px; }
    .instructor-feedback .feedback-item-text {
        font-size: 16px;
        line-height: 22px; }
    .instructor-feedback .feedback-item.hide {
        display: none; }
    .instructor-feedback .feedback-item.show {
        display: block; }
    .instructor-feedback .feedback-item-all {
        font-size: 16px;
        line-height: 20px;
        color: #0033CC;
        text-decoration: none; }
    .instructor-feedback .feedback-item-all:hover {
        text-decoration: underline; }
    .instructor-age-item {
        margin-right: 20px; }
    .instructor-questions-content {
        width: calc(100% + 19px); }
    .instructor-left .btn {
        padding: 0 10px; }
    .instructor-left .is-sticky .btn {
        font-size: 13px; } }

@media screen and (max-width: 991px) {
    .instructor-left {
        display: none; }
    .instructor-avatar {
        width: 100px;
        min-width: 100px;
        margin-right: 20px; }
    .instructor-name {
        font-size: 22px; }
    .instructor .content {
        width: 100%;
        max-width: 100%; }
    .instructor-statistic {
        margin-left: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        margin-top: 20px;
        padding-top: 20px;
        width: 100%; }
    .instructor-age {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap; }
    .instructor-item {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap; }
    .instructor-info {
        width: 100%; }
    .instructor-sale {
        margin-left: auto; }
    .instructor-sale + .lessons-price {
        margin-left: 20px; }
    .instructor-about {
        width: 100%; }
    .instructor {
        width: calc(100% + 30px);
        margin-left: -15px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 12px; }
    .instructor-news iframe {
        min-width: 100%;
        max-width: 100%; }
    .instructor-avatar {
        padding-left: 0;
        width: 110px;
        min-width: 110px;
        margin-right: 10px; }
    .instructor-avatar img {
        width: 100%;
        border-radius: 50%; }
    .instructor-top {
        padding-right: 10px;
        width: 100%; }
    .instructor-name {
        font-size: 18px;
        line-height: 22px;
        margin-top: 0; }
    .instructor-like {
        top: 0px;
        right: 15px; }
    .instructor-status {
        margin-top: 0;
        margin-bottom: 0;
        line-height: 23px;
        margin-left: 12px; }
    .instructor-status:before {
        width: 8px !important;
        height: 8px !important; }
    .instructor-town {
        font-size: 14px;
        line-height: 18px;
        margin-top: -9px;
        margin-bottom: 0px; }
    .instructor-district {
        font-size: 14px;
        line-height: 17px; }
    .instructor-social {
        margin-top: 11px; }
    .instructor-social a {
        font-size: 17px; }
    .instructor-social a:first-child {
        margin-left: 0 !important;
        padding-left: 0 !important; }
    .instructor-docs-title {
        padding-top: 5px;
        font-size: 14px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center; }
    .instructor-docs-title i {
        width: 10px;
        height: 6px;
        background-image: url(../img/down.svg);
        display: block;
        margin-left: 6px;
        -webkit-transition: all 300ms;
        -o-transition: all 300ms;
        transition: all 300ms; }
    .instructor-docs-title.active i {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg); }
    .instructor-docs-name {
        font-size: 14px; }
    .instructor-list {
        padding-top: 19px;
        border: none; }
    .instructor-list-title {
        font-size: 14px; }
    .instructor-list-item {
        margin-bottom: 8px; }
    .instructor-list-icon {
        width: 16px;
        margin-right: 9px; }
    .instructor-list-icon img {
        max-width: 100%; }
    .instructor-card-right {
        margin-left: 0;
        padding-left: 0;
        padding-top: 11px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row; }
    .instructor-card-button {
        margin-top: 15px; }
    .instructor-card-button a {
        height: 42px;
        line-height: 46px;
        font-size: 15px; }
    .instructor-card-reviews-value {
        font-size: 16px; }
    .instructor-card-reviews-info {
        font-size: 16px; }
    .instructor-card-reviews-info--reviews {
        margin-left: 41px;
        margin-bottom: 4px !important; }
    .instructor-age {
        margin-top: 17px; }
    .instructor-age-label {
        font-size: 13px; }
    .instructor-age-value {
        font-size: 18px;
        line-height: 22px; }
    .instructor-age-item {
        width: 70px;
        min-width: 70px; }
    .instructor-age-item:last-child {
        margin-right: 0; }
    .instructor-questions-content {
        width: calc(100% + 15px); }
    .instructor-about {
        margin-top: 9px;
        margin-bottom: 20px; }
    .instructor-about-show-more {
        font-size: 14px; }
    .instructor-about-title {
        font-size: 22px !important;
        margin-bottom: 6px !important; }
    .instructor-about p {
        font-size: 14px;
        line-height: 20px; }
    .instructor-questions {
        padding-top: 14px; }
    .instructor-questions-content {
        padding-top: 15px; }
    .instructor-questions-item {
        height: 28px;
        line-height: 28px;
        font-size: 14px;
        padding-left: 9px;
        padding-right: 9px;
        margin-right: 4px; }
    .instructor-news {
        padding-top: 15px; }
    .instructor-news-wrapper {
        position: relative;
        overflow: hidden;
        width: calc(100% + 15px); }
    .instructor-news-list {
        overflow-x: scroll; }
    .instructor-news-item {
        width: 200px;
        min-width: 200px;
        margin-right: 15px; }
    .instructor-news-item:last-child {
        margin-right: 0; }
    .instructor-news-main {
        margin-bottom: 16px; }
    .instructor-news-main img {
        max-width: 100%; }
    .instructor-news-main-title {
        padding-top: 7px;
        font-weight: bold;
        font-size: 15px;
        letter-spacing: -0.2px;
        line-height: 20px; }
    .instructor-news-main-content {
        margin-left: 10px; }
    .instructor-news-main-date {
        padding-top: 8px; }
    .instructor-news-main-text {
        font-size: 14px;
        padding-top: 10px; }
    .instructor-news-main-more a {
        font-size: 13px;
        margin-top: 13px; }
    .instructor-cars {
        position: relative; }
    .instructor-cars-image {
        width: 300px; }
    .instructor-cars-item {
        margin-bottom: 0; }
    .instructor-cars-list {
        min-height: 240px; }
    .instructor-cars-list-wrapper {
        overflow-x: scroll;
        width: calc(100% + 15px); }
    .instructor-cars-title {
        padding-top: 26px;
        font-size: 22px; }
    .instructor-cars-list {
        width: 650px; }
    .instructor-reviews {
        padding-top: 7px; }
    .instructor-reviews-title {
        padding-left: 0; }
    .instructor-card-reviews .account-reviews-stars {
        font-size: 16px; }
    .instructor-questions-item--round {
        width: 28px;
        height: 28px;
        line-height: 28px;
        min-width: 28px;
        margin-right: 8px; }
    .h2 {
        font-size: 22px !important; } }

@media screen and (max-width: 767.98px) {
    .instructor {
        padding-left: 20px;
        padding-right: 20px;
        position: relative; }
    .instructor-like {
        position: absolute;
        top: 20px;
        right: 20px;
        margin-right: 0 !important; }
    .instructor .content {
        width: 100%; }
    .instructor-avatar {
        width: 80px;
        min-width: 80px; }
    .instructor-lessons-item-info {
        padding-bottom: 20px; }
    .instructor-lessons-item .sale-percent {
        margin-top: 10px; }
    .instructor-age-item {
        min-width: 75px;
        width: 75px;
        margin-right: 7px; }
    .instructor-age-item:last-child {
        margin-right: 5px; }
    .instructor-card-right {
        max-width: 100%; }
    .instructor-card-left {
        max-width: 100%; } }

@media screen and (max-width: 576px) {
    .instructor {
        width: calc(100% + 30px);
        margin-left: -15px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 12px; }
    .instructor-news iframe {
        min-width: 100%;
        max-width: 100%; }
    .instructor-avatar {
        padding-left: 0;
        width: 80px;
        min-width: 80px;
        margin-right: 10px; }
    .instructor-avatar img {
        width: 100%;
        border-radius: 50%; }
    .instructor-top {
        padding-right: 10px; }
    .instructor-name {
        font-size: 18px;
        line-height: 22px;
        margin-top: 0; }
    .instructor-like {
        top: 0px;
        right: 15px; }
    .instructor-status {
        margin-top: 0;
        margin-bottom: 0;
        line-height: 23px;
        margin-left: 12px; }
    .instructor-status:before {
        width: 8px !important;
        height: 8px !important; }
    .instructor-town {
        font-size: 14px;
        line-height: 18px;
        margin-top: -9px;
        margin-bottom: 0px; }
    .instructor-district {
        font-size: 14px;
        line-height: 17px; }
    .instructor-social {
        margin-top: 11px; }
    .instructor-social a {
        font-size: 17px; }
    .instructor-social a:first-child {
        margin-left: 0 !important;
        padding-left: 0 !important; }
    .instructor-docs-title {
        padding-top: 5px;
        font-size: 14px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center; }
    .instructor-docs-title i {
        width: 10px;
        height: 6px;
        background-image: url(../img/down.svg);
        display: block;
        margin-left: 6px;
        -webkit-transition: all 300ms;
        -o-transition: all 300ms;
        transition: all 300ms; }
    .instructor-docs-title.active i {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg); }
    .instructor-docs-name {
        font-size: 14px; }
    .instructor-list {
        padding-top: 19px;
        border: none; }
    .instructor-list-title {
        font-size: 14px; }
    .instructor-list-item {
        margin-bottom: 8px; }
    .instructor-list-icon {
        width: 16px;
        margin-right: 9px; }
    .instructor-list-icon img {
        max-width: 100%; }
    .instructor-card-right {
        padding-left: 0;
        padding-top: 20px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-align-items: center;
        align-items: center; }
    .instructor-card-button {
        margin-top: 20px; }
    .instructor-card-button a {
        height: 42px;
        line-height: 46px;
        font-size: 15px; }
    .instructor-card-reviews-value {
        font-size: 16px; }
    .instructor-card-reviews-info {
        font-size: 16px;
        margin-bottom: 0 !important;
        padding-top: 0 !important; }
    .instructor-age {
        margin-top: 17px; }
    .instructor-age-label {
        font-size: 13px; }
    .instructor-age-value {
        font-size: 18px;
        line-height: 22px; }
    .instructor-age-item {
        width: 70px;
        min-width: 70px; }
    .instructor-age-item:last-child {
        margin-right: 0; }
    .instructor-questions-content {
        width: calc(100% + 15px); }
    .instructor-about {
        margin-top: 9px;
        margin-bottom: 20px; }
    .instructor-about-show-more {
        font-size: 14px; }
    .instructor-about-title {
        font-size: 22px !important;
        margin-bottom: 6px !important; }
    .instructor-about p {
        font-size: 14px;
        line-height: 20px; }
    .instructor-questions {
        padding-top: 14px; }
    .instructor-questions-content {
        padding-top: 15px; }
    .instructor-questions-item {
        height: 28px;
        line-height: 28px;
        font-size: 14px;
        padding-left: 9px;
        padding-right: 9px;
        margin-right: 4px; }
    .instructor-news {
        padding-top: 15px; }
    .instructor-news-wrapper {
        position: relative;
        overflow: hidden;
        width: calc(100% + 15px); }
    .instructor-news-list {
        overflow-x: scroll; }
    .instructor-news-item {
        width: 200px;
        min-width: 200px;
        margin-right: 15px; }
    .instructor-news-item:last-child {
        margin-right: 0; }
    .instructor-news-main {
        margin-bottom: 16px; }
    .instructor-news-main img {
        max-width: 100%; }
    .instructor-news-main-title {
        padding-top: 7px;
        font-weight: bold;
        font-size: 15px;
        letter-spacing: -0.2px;
        line-height: 20px; }
    .instructor-news-main-content {
        margin-left: 10px; }
    .instructor-news-main-date {
        padding-top: 8px; }
    .instructor-news-main-text {
        font-size: 14px;
        padding-top: 10px; }
    .instructor-news-main-more a {
        font-size: 13px;
        margin-top: 13px; }
    .instructor-cars {
        position: relative; }
    .instructor-cars-list {
        min-height: 240px; }
    .instructor-cars-list-wrapper {
        overflow-x: scroll;
        width: calc(100% + 15px); }
    .instructor-cars-title {
        padding-top: 26px;
        font-size: 22px; }
    .instructor-cars-list {
        width: 650px; }
    .instructor-reviews {
        padding-top: 7px; }
    .instructor-reviews-title {
        padding-left: 0; }
    .instructor-card-reviews .account-reviews-stars {
        font-size: 16px; }
    .instructor-questions-item--round {
        width: 28px;
        height: 28px;
        line-height: 28px;
        min-width: 28px;
        margin-right: 8px; }
    .h2 {
        font-size: 22px !important; } }

.instructor-questions .swiper-slide {
    width: auto !important; }

.instructor-video .swiper-slide {
    width: auto !important; }

.instructor-video-item {
    position: relative;
    overflow: hidden;
    margin-top: -51px;
    height: 355px;
    cursor: pointer;
    display: block; }
.instructor-video-item:after {
    content: '';
    display: block;
    width: 80px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 60px;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 41px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='YouTube_Icon' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1024 721' enable-background='new 0 0 1024 721' xml:space='preserve'%3E%3Cpath id='Triangle' fill='%23FFFFFF' d='M407,493l276-143L407,206V493z'/%3E%3Cpath id='The_Sharpness' opacity='0.12' fill='%23420000' d='M407,206l242,161.6l34-17.6L407,206z'/%3E%3Cg id='Lozenge'%3E%3Cg%3E%3ClinearGradient id='SVGID_1_' gradientUnits='userSpaceOnUse' x1='512.5' y1='719.7' x2='512.5' y2='1.2' gradientTransform='matrix(1 0 0 -1 0 721)'%3E%3Cstop offset='0' style='stop-color:%23E52D27'/%3E%3Cstop offset='1' style='stop-color:%23BF171D'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_1_)' d='M1013,156.3c0,0-10-70.4-40.6-101.4C933.6,14.2,890,14,870.1,11.6C727.1,1.3,512.7,1.3,512.7,1.3 h-0.4c0,0-214.4,0-357.4,10.3C135,14,91.4,14.2,52.6,54.9C22,85.9,12,156.3,12,156.3S1.8,238.9,1.8,321.6v77.5 C1.8,481.8,12,564.4,12,564.4s10,70.4,40.6,101.4c38.9,40.7,89.9,39.4,112.6,43.7c81.7,7.8,347.3,10.3,347.3,10.3 s214.6-0.3,357.6-10.7c20-2.4,63.5-2.6,102.3-43.3c30.6-31,40.6-101.4,40.6-101.4s10.2-82.7,10.2-165.3v-77.5 C1023.2,238.9,1013,156.3,1013,156.3z M407,493V206l276,144L407,493z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
.instructor-video-item img {
    width: 551px; }

@media screen and (max-width: 1200px) {
    .instructor-video-item {
        margin-top: -25px;
        height: 200px; }
    .instructor-video-item img {
        width: 300px; }
    .instructor-video-item:after {
        width: 50px;
        height: 50px; } }

.settings-top {
    margin-bottom: 30px; }
@media screen and (max-width: 767px) {
    .settings-top {
        margin-bottom: 21px; } }

.settings-head {
    padding-top: 11px; }
@media screen and (max-width: 767px) {
    .settings-head {
        padding-top: 9px; } }
.settings-head .settings-title {
    margin-bottom: 0;
    padding-top: 0; }
@media screen and (max-width: 767px) {
    .settings-head .settings-title {
        font-size: 26px; } }
.settings-head-icon {
    margin-left: 23px; }
@media screen and (max-width: 767px) {
    .settings-head-icon {
        margin-left: 25px; } }

.settings-title {
    font-size: 30px;
    font-weight: bold;
    padding-top: 10px;
    margin-bottom: 31px; }
.settings-title span {
    color: #0033CC; }
.settings-title--small {
    font-size: 20px;
    padding-top: 14px;
    margin-bottom: 19px; }

.settings-search {
    min-width: 255px;
    position: relative; }
.settings-search button {
    outline: none;
    background: none;
    border: none;
    cursor: pointer;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 0; }

.settings-body {
    background: #ffffff;
    height: auto;
    min-height: 543px;
    border-radius: 5px;
    padding: 15px 20px; }
.settings-body--height-auto {
    min-height: auto; }

.settings-textarea {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    padding-bottom: 33px; }
@media screen and (max-width: 576px) {
    .settings-textarea {
        border: 1px solid #E1E1E1;
        padding: 23px 17px 19px 17px; }
    .settings-textarea .form-control--bordered {
        border: none; }
    .settings-textarea .btn-inline {
        width: 100%; } }

.settings-form {
    width: 351px;
    margin: auto; }
.settings-form .form-group {
    margin-bottom: 30px; }
.settings-form .form-group label {
    font-family: "Proxima Nova";
    font-size: 15px;
    line-height: 19px;
    font-weight: 400;
    color: #555555;
    margin-bottom: 15px;
    display: block; }
.settings-form .form-group .form-control {
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
    border-radius: 5px; }
.settings-form .form-group .form-control-disabled {
    background: #F2F2F2;
    color: #555555;
    font-size: 15px; }
.settings-form .form-link a {
    text-decoration: none;
    color: #0033CC;
    font-size: 15px; }
.settings-form-btn {
    width: 100%;
    background: #0033CC;
    color: #ffffff;
    font-family: "Proxima Nova";
    font-size: 15px; }
.settings-form-info {
    font-family: "Proxima Nova";
    font-size: 15px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 30px; }
.settings-form-info p {
    color: #555555;
    margin-bottom: 10px; }
.settings-form-info b {
    font-size: 18px;
    font-weight: 700; }

.settings_filters {
    border-bottom: 1px solid #C4C4C4; }
.settings_filters-item {
    width: 174px; }
@media screen and (max-width: 767px) {
    .settings_filters-item {
        width: 48%; } }
.settings_filters-item a {
    font-size: 16px;
    color: #555;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding-top: 14px;
    padding-bottom: 12px;
    position: relative; }
.settings_filters-item a:after {
    content: '';
    width: 100%;
    height: 3px;
    border-radius: 17px;
    background-color: transparent;
    position: absolute;
    display: block;
    bottom: -2px; }
.settings_filters-item.active a {
    color: #000;
    font-weight: 700; }
.settings_filters-item.active a:after {
    background-color: #0033CC; }

.settings__note {
    padding: 8px 10px 10px 9px; }
.settings__note-calendar {
    width: 255px;
    position: relative; }
.settings__note-calendar .mx-icon-calendar {
    right: 12px; }
.settings__note-calendar i {
    font-size: 23px;
    color: #999; }
.settings__note-calendar .form-control {
    padding-right: 42px; }
.settings__note textarea.form-control {
    height: 65px;
    font-size: 15px;
    line-height: 18px;
    color: #000;
    font-family: 'Proxima Nova';
    padding-top: 15px; }
.settings__note-button {
    text-align: center; }
.settings__note .school-cabinet_card-name {
    color: #555;
    text-decoration: none; }
.settings__note .school-cabinet_card-date {
    font-size: 16px;
    color: #555; }
.settings__note .school-cabinet_card-info-text span {
    text-decoration: none; }
.settings__note .school-cabinet_card-info-text span.color-red {
    color: #EA4242; }
.settings__note .school-cabinet__lessons-card-content {
    width: auto;
    min-height: 44px;
    border: none;
    border-left: 1px solid #D0D0D0; }
@media screen and (max-width: 767px) {
    .settings__note .school-cabinet__lessons-card-content {
        border-left: none;
        border-bottom: 1px solid #D0D0D0;
        padding-bottom: 10px;
        width: 100%;
        min-height: auto; } }
.settings__note .school-cabinet_card-content {
    width: 31%;
    min-width: 31%; }
@media screen and (max-width: 767px) {
    .settings__note .school-cabinet_card-content {
        width: 100%;
        min-width: 100%;
        border: none; } }
.settings__note .school-cabinet_card-info-title {
    color: #000; }

.settings-toggle {
    width: 300px; }
.settings-toggle-title {
    padding-top: 29px; }
.settings-toggle-text {
    width: 240px;
    margin: auto;
    margin-top: 17px;
    line-height: 1.2;
    padding-bottom: 31px; }

.settings-box {
    padding-top: 31px; }

.settings-toggler {
    margin-top: 27px; }

.settings-links {
    width: 521px; }
.settings-links i {
    color: #D1D1D6;
    margin-right: -7px; }

.settings-profile {
    padding: 16px 17px 24px 22px;
    width: 521px; }
.settings-profile-info {
    width: 100%; }
.settings-profile-link {
    padding-top: 41px;
    text-align: right;
    text-decoration: none;
    font-size: 15px; }
.settings-profile-link a {
    text-decoration: none;
    color: #555;
    justify-content: flex-end; }
.settings-profile-link i {
    font-size: 15px;
    color: #D1D1D6;
    margin-left: 15px; }
.settings-profile-socials {
    margin-top: 11px; }
.settings-profile-socials a i {
    color: #999999;
    text-align: center; }
.settings-profile-socials-vk i {
    font-size: 27px;
    margin-right: 15px; }
.settings-profile-socials-insta i {
    font-size: 21px;
    margin-right: 14px; }
.settings-profile-socials-youtube i {
    font-size: 23px;
    margin-right: 14px; }
.settings-profile-socials-fb i {
    font-size: 18px; }
.settings-profile-social {
    margin-top: 28px;
    min-height: 14px; }
.settings-profile-social a {
    color: #000;
    text-decoration: none; }
.settings-profile-social a i {
    color: #999999;
    font-size: 18px;
    width: 20px;
    text-align: center;
    margin-top: -3px; }
.settings-profile-social a span {
    font-size: 15px;
    margin-left: 13px;
    margin-right: 9px;
    width: 230px;
    height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block; }
.settings-profile-social-item {
    margin-bottom: 8px; }
.settings-profile-social-edit a i {
    color: #0033CC;
    font-size: 15px;
    width: 20px;
    text-align: center; }
.settings-profile-contacts {
    padding-top: 23px;
    font-size: 15px;
    line-height: 26px; }
.settings-profile-contacts a i {
    color: #0033CC; }
.settings-profile-name {
    padding-top: 20px; }
.settings-profile-avatar {
    margin-right: 19px; }
.settings-profile-avatar img {
    width: 120px;
    border-radius: 50%; }
.settings-profile-preview--mobile {
    display: none; }

.settings-views {
    width: 557px;
    padding: 15px 17px 28px 23px; }
@media screen and (max-width: 1200px) {
    .settings-views {
        width: 100%; } }
@media screen and (max-width: 768px) {
    .settings-views {
        padding: 3px 12px 16px 12px; } }
.settings-views-head {
    display: flex;
    justify-content: space-between; }
.settings-views-item {
    border: 1px solid #BCBDBF;
    border-radius: 5px;
    color: rgba(0, 0, 0, 0.9);
    padding: 21px 19px 21px 14px;
    cursor: pointer;
    margin-bottom: 15px; }
@media screen and (max-width: 768px) {
    .settings-views-item {
        border-radius: 3px;
        padding: 14px 19px 15px 44px;
        margin-bottom: 10px; } }
.settings-views-item.active {
    background: rgba(191, 207, 255, 0.15);
    border: 1px solid #0033CC;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.19); }
.settings-views-item.active .settings-views-days {
    font-weight: 700; }
.settings-views-title {
    font-size: 18px;
    line-height: 22px; }
@media screen and (max-width: 768px) {
    .settings-views .account-title {
        font-size: 18px; } }
.settings-views-price {
    font-weight: 700; }
.settings-views-price i {
    font-size: 15px; }
@media screen and (max-width: 768px) {
    .settings-views-price {
        font-size: 20px; } }
.settings-views-days {
    width: 105px; }
@media screen and (max-width: 768px) {
    .settings-views-days {
        margin-bottom: 5px; } }
.settings-views-text {
    font-size: 12px;
    line-height: 15px; }
@media screen and (max-width: 768px) {
    .settings-views-text {
        margin-bottom: 9px; } }
.settings-views .radio {
    width: 35px; }
.settings-views .radio input:checked ~ .radio-checkmark {
    border: 2px solid #0033CC; }
.settings-views .radio-checkmark {
    top: -10px;
    border: 2px solid #BCBDBF; }
@media screen and (max-width: 768px) {
    .settings-views .radio-checkmark {
        left: -33px;
        top: 1px; } }
.settings-views .radio-checkmark:after {
    width: 10px;
    height: 10px; }
.settings-views-extra {
    margin-top: 29px;
    padding-right: 19px; }
@media screen and (max-width: 768px) {
    .settings-views-extra {
        margin-top: 16px;
        padding-right: 3px; } }
.settings-views-extra-text {
    font-size: 14px;
    line-height: 17px;
    color: #000;
    margin-left: 29px;
    margin-top: 3px; }
@media screen and (max-width: 768px) {
    .settings-views-extra-text {
        width: 153px;
        font-size: 12px;
        margin-left: 23px;
        line-height: 15px;
        margin-top: 2px; } }
.settings-views-extra .settings-views-price {
    margin-top: 10px;
    margin-left: auto; }
@media screen and (max-width: 768px) {
    .settings-views-extra .settings-views-price {
        width: 100%;
        margin-left: 23px;
        margin-top: -11px; } }
.settings-views-avatar {
    width: 45px;
    height: 45px;
    margin-left: 22px; }
.settings-views-avatar img {
    width: 100%;
    border-radius: 50%;
    border: 2px solid #33CC00; }
@media screen and (max-width: 768px) {
    .settings-views-avatar {
        width: 72px;
        height: 72px;
        margin-left: auto;
        margin-top: 7px; } }
.settings-views .custom-checkbox label:before {
    width: 15px;
    min-width: 15px !important;
    height: 15px;
    border-radius: 5px;
    margin-right: 13px; }
@media screen and (max-width: 768px) {
    .settings-views .custom-checkbox label:before {
        margin-right: 8px;
        margin-top: 1px; } }
.settings-views .custom-checkbox {
    padding: 4px 0; }
.settings-views .custom-checkbox input:checked + label:after {
    width: 15px;
    height: 15px;
    border-radius: 5px;
    background-size: 9px; }
.settings-views .custom-checkbox label {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.9); }
@media screen and (max-width: 768px) {
    .settings-views .custom-checkbox label {
        font-size: 18px; } }
.settings-views-start {
    margin-top: 40px;
    margin-bottom: 39px; }
@media screen and (max-width: 768px) {
    .settings-views-start {
        margin-top: 35px;
        margin-bottom: 37px; } }
.settings-views-start-text {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.9);
    margin-top: 3px;
    margin-right: 12px; }
@media screen and (max-width: 768px) {
    .settings-views-start-text {
        font-size: 15px;
        margin-right: 10px; } }
@media screen and (max-width: 359px) {
    .settings-views-start-text {
        font-size: 13px;
        margin-right: 7px; } }
@media screen and (max-width: 359px) {
    .settings-views-start-field {
        margin-right: 7px !important; } }
@media screen and (max-width: 768px) {
    .settings-views-start-field select {
        padding-left: 0 !important; } }
.settings-views-button .btn-blue {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    padding: 0 72px; }
@media screen and (max-width: 768px) {
    .settings-views-button .btn-blue {
        padding: 0 60px;
        font-size: 20px; } }
.settings-views-total {
    font-size: 20px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 15px; }
.settings-views-total i {
    font-size: 17px; }
@media screen and (max-width: 768px) {
    .settings-views-total {
        margin-bottom: 12px; } }
.settings-views .settings-close {
    margin-top: 13px; }
@media screen and (max-width: 768px) {
    .settings-views .settings-close {
        margin-top: 10px; } }

.settings-close {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #E8E8E8;
    background-image: url(../img/close.svg);
    background-size: 6px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    cursor: pointer; }

@media screen and (max-width: 1199px) {
    .settings-toggle {
        width: 521px;
        margin-top: 30px; } }

@media screen and (max-width: 767.98px) {
    .settings-links {
        width: 100%; }
    .settings-body {
        min-height: 60vmin; }
    .settings-form {
        width: 100%; } }

@media screen and (max-width: 576px) {
    .settings-profile {
        text-align: center;
        flex-direction: column !important;
        padding-left: 13px;
        padding-right: 12px;
        padding-bottom: 16px; }
    .settings-profile-socials {
        margin-bottom: 16px; }
    .settings-profile-social a span {
        margin-left: 10px;
        margin-right: 0;
        width: 218px; }
    .settings-profile-social-edit {
        display: flex;
        margin-left: auto; }
    .settings-profile-social-edit a i {
        margin-left: 10px; }
    .settings-profile-preview {
        position: static !important; }
    .settings-profile-link {
        text-align: left;
        border-top: 1px solid #E1E1E1; }
    .settings-profile-avatar {
        margin-right: 0; }
    .settings-profile-avatar img {
        width: 78px; }
    .settings-profile-name {
        display: none; }
    .settings-profile-link a {
        justify-content: space-between;
        align-items: center; }
    .settings-profile-social-item {
        margin-bottom: 9px; }
    .settings-profile-social {
        margin-top: 21px; }
    .settings-profile-social span {
        text-align: left;
        word-break: break-all; } }

@media screen and (max-width: 360px) {
    .settings-profile-social a span {
        width: 170px; } }

@media screen and (max-width: 320px) {
    .settings-profile-social a span {
        width: 165px; } }

.request {
    position: relative;
    width: 949px;
    max-width: 100%;
    margin: auto; }
.request-item {
    background-color: #fff;
    border-radius: 5px;
    padding: 15px 20px;
    margin: 2px;
    cursor: pointer;
    text-decoration: none;
    color: #000; }
.request-list {
    width: 949px;
    max-width: 100%;
    margin: auto; }
.request-header-avatar {
    width: 48px;
    min-width: 48px; }
.request-header-avatar img {
    max-width: 100%; }
.request-header-name {
    font-weight: bold;
    font-family: 'Proxima Nova';
    font-size: 16px; }
.request-header-city {
    font-size: 15px;
    padding-top: 7px; }
.request-text {
    padding-top: 16px;
    line-height: 1.2;
    font-size: 15px; }
.request-info {
    min-width: 174px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    padding-left: 17px; }
.request-info-counters {
    font-size: 15px; }
.request-info-counters i {
    font-size: 14px;
    margin-right: 5px; }
.request-info-counters-item {
    margin: 0px 8px; }
.request-info-button a {
    color: #0033CC;
    text-decoration: none;
    font-size: 15px;
    padding-top: 32px;
    display: block; }
.request-info-button span {
    color: #0033CC;
    text-decoration: none;
    font-size: 15px;
    padding-top: 32px;
    display: block; }
.request-date {
    padding-top: 14px;
    font-size: 15px;
    padding-bottom: 18px; }
.request__title-button {
    position: absolute;
    right: 0; }

@media screen and (max-width: 768px) {
    .request-info {
        padding-left: 0;
        border-left: none;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        margin-top: 10px; }
    .request__title-button {
        position: static; }
    .request-info-button {
        width: 100%; }
    .request-info-button a {
        padding-top: 0;
        display: block;
        text-align: center;
        width: 100%;
        background-color: #0033CC;
        color: #fff;
        border-radius: 5px;
        padding: 10px 20px; } }

.article-title {
    font-size: 50px;
    font-family: 'Proxima Nova';
    font-weight: bold;
    margin-bottom: 35px; }

.article large {
    font-size: 20px;
    line-height: 1.3;
    display: block;
    margin-bottom: 30px; }

.article h2 {
    font-size: 36px;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 25px; }

.article p {
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 25px; }

.article a {
    color: #0033CC;
    text-decoration: none; }
.article a:hover {
    text-decoration: underline; }

.article-section {
    padding-top: 42px;
    padding-bottom: 64px; }
.article-section--white {
    background-color: #fff; }

.article ul {
    margin-top: 14px;
    margin-left: 24px; }
.article ul li {
    font-size: 15px;
    position: relative;
    margin-bottom: 28px; }
.article ul li:before {
    content: '';
    display: block;
    position: absolute;
    width: 9px;
    height: 9px;
    background-image: url(../img/li.svg);
    left: -23px;
    top: 4px; }

.article .centered {
    text-align: center; }

.article .table {
    width: 753px;
    max-width: 100%;
    margin: auto;
    padding-top: 20px;
    font-size: 15px; }
.article .table table {
    width: 100%; }
.article .table table th {
    text-align: left;
    font-weight: bold;
    padding: 14px 0px;
    border-bottom: 2px solid #0033CC; }
.article .table table td {
    text-align: left;
    padding: 10px 2px;
    border-bottom: 1px solid #fff; }
.article .table table tfoot td {
    border-top: 2px solid #33CC00;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 17px; }
.article .table table tr:last-child td {
    padding-bottom: 22px; }

.article-with-sidebar .article-section {
    padding-top: 20px;
    padding-bottom: 20px; }

.article-nav {
    padding-top: 30px; }
.article-nav ul {
    margin-left: 0;
    margin-top: 0; }
.article-nav ul li {
    margin-bottom: 16px; }
.article-nav ul li:before {
    display: none; }
.article-nav ul li a {
    color: #000;
    font-family: 'Proxima Nova';
    font-size: 20px;
    text-decoration: none; }
.article-nav ul li a.active {
    font-weight: bold;
    color: #0033CC; }
.article-nav ul li a:hover {
    text-decoration: none;
    color: #0033CC; }

@media screen and (max-width: 992px) {
    .article-nav ul li a {
        font-size: 15px; }
    .article-title {
        font-size: 40px; }
    .article large {
        font-size: 17px; }
    .article h2 {
        font-size: 30px; }
    .article p {
        font-size: 13px; } }

@media screen and (max-width: 767.98px) {
    .article-title {
        font-size: 36px; }
    .article h2 {
        font-size: 30px; }
    .article p {
        font-size: 17px; }
    .article-nav ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between; }
    .article-nav ul li {
        margin-left: 1%;
        margin-right: 1%;
        width: 48%; } }

.wallet-list {
    margin-top: 17px; }

.wallet-item {
    background-color: #fff;
    border-radius: 5px;
    padding: 10px 15px;
    margin-bottom: 2px; }
.wallet-item-photo {
    align-self: flex-start;
    position: relative; }
.wallet-item-photo-related-driving-school {
    position: absolute;
    display: inline-block;
    right: -5px;
    bottom: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background-color: #ffffff; }
.wallet-item-photo-related-driving-school img {
    max-width: 100%; }
.wallet-item-photo img {
    width: 40px;
    border-radius: 50%; }
.wallet-item-title {
    font-size: 13px; }
.wallet-item-name {
    font-size: 14px;
    padding-top: 15px; }
.wallet-item-details {
    margin-left: auto;
    text-align: right; }
.wallet-item-date {
    font-size: 14px;
    padding-bottom: 13px; }
.wallet-item-value {
    font-weight: bold; }

.documents-item {
    padding: 32px 29px;
    background-color: #F3F3F3;
    border-radius: 5px;
    margin-bottom: 2px; }
.documents-item--compact {
    padding: 14px 29px; }
.documents-item-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    line-height: 32px;
    text-align: center;
    font-size: 12px;
    margin-right: 5px; }
.documents-item-title {
    font-weight: bold;
    font-size: 18px; }
.documents-item-title span {
    color: #555555;
    display: block;
    font-size: 15px;
    font-weight: normal;
    padding-top: 16px; }
.documents-item-title span a {
    text-decoration: none;
    color: #0033CC; }
.documents-item-button {
    padding-right: 14px;
    font-size: 14px; }
.documents-item-button a {
    text-decoration: none;
    color: #0033CC; }

.documents-form {
    width: 400px;
    margin: auto; }
.documents-form .form-control {
    width: 166px; }
.documents-form-label {
    font-size: 15px; }
.documents-form-button {
    text-align: center;
    padding-top: 35px; }

.documents-text {
    padding-top: 2px;
    padding-right: 3px; }

.documents-upload {
    margin: auto;
    margin-top: 103px;
    width: 507px; }

.documents-check {
    min-height: 447px; }
.documents-check-text {
    line-height: 1.3; }

@media screen and (max-width: 767.98px) {
    .documents-upload {
        width: 100%; }
    .documents-form {
        width: 100%; }
    .documents-form .form-control {
        width: 100%; }
    .documents-item-button {
        text-align: center;
        margin-top: 20px; }
    .documents-item-title {
        text-align: center; }
    .documents-check {
        min-height: 60vmin; } }

@media screen and (max-width: 576px) {
    .documents-item-icon {
        width: 55px;
        height: 55px;
        font-size: 17px; } }

.settings-top {
    margin-bottom: 30px; }
@media screen and (max-width: 767px) {
    .settings-top {
        margin-bottom: 21px; } }

.settings-head {
    padding-top: 11px; }
@media screen and (max-width: 767px) {
    .settings-head {
        padding-top: 9px; } }
.settings-head .settings-title {
    margin-bottom: 0;
    padding-top: 0; }
@media screen and (max-width: 767px) {
    .settings-head .settings-title {
        font-size: 26px; } }
.settings-head-icon {
    margin-left: 23px; }
@media screen and (max-width: 767px) {
    .settings-head-icon {
        margin-left: 25px; } }

.settings-title {
    font-size: 30px;
    font-weight: bold;
    padding-top: 10px;
    margin-bottom: 31px; }
.settings-title span {
    color: #0033CC; }
.settings-title--small {
    font-size: 20px;
    padding-top: 14px;
    margin-bottom: 19px; }

.settings-search {
    min-width: 255px;
    position: relative; }
.settings-search button {
    outline: none;
    background: none;
    border: none;
    cursor: pointer;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 0; }

.settings-body {
    background: #ffffff;
    height: auto;
    min-height: 543px;
    border-radius: 5px;
    padding: 15px 20px; }
.settings-body--height-auto {
    min-height: auto; }

.settings-textarea {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    padding-bottom: 33px; }
@media screen and (max-width: 576px) {
    .settings-textarea {
        border: 1px solid #E1E1E1;
        padding: 23px 17px 19px 17px; }
    .settings-textarea .form-control--bordered {
        border: none; }
    .settings-textarea .btn-inline {
        width: 100%; } }

.settings-form {
    width: 351px;
    margin: auto; }
.settings-form .form-group {
    margin-bottom: 30px; }
.settings-form .form-group label {
    font-family: "Proxima Nova";
    font-size: 15px;
    line-height: 19px;
    font-weight: 400;
    color: #555555;
    margin-bottom: 15px;
    display: block; }
.settings-form .form-group .form-control {
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
    border-radius: 5px; }
.settings-form .form-group .form-control-disabled {
    background: #F2F2F2;
    color: #555555;
    font-size: 15px; }
.settings-form .form-link a {
    text-decoration: none;
    color: #0033CC;
    font-size: 15px; }
.settings-form-btn {
    width: 100%;
    background: #0033CC;
    color: #ffffff;
    font-family: "Proxima Nova";
    font-size: 15px; }
.settings-form-info {
    font-family: "Proxima Nova";
    font-size: 15px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 30px; }
.settings-form-info p {
    color: #555555;
    margin-bottom: 10px; }
.settings-form-info b {
    font-size: 18px;
    font-weight: 700; }

.settings_filters {
    border-bottom: 1px solid #C4C4C4; }
.settings_filters-item {
    width: 174px; }
@media screen and (max-width: 767px) {
    .settings_filters-item {
        width: 48%; } }
.settings_filters-item a {
    font-size: 16px;
    color: #555;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding-top: 14px;
    padding-bottom: 12px;
    position: relative; }
.settings_filters-item a:after {
    content: '';
    width: 100%;
    height: 3px;
    border-radius: 17px;
    background-color: transparent;
    position: absolute;
    display: block;
    bottom: -2px; }
.settings_filters-item.active a {
    color: #000;
    font-weight: 700; }
.settings_filters-item.active a:after {
    background-color: #0033CC; }

.settings__note {
    padding: 8px 10px 10px 9px; }
.settings__note-calendar {
    width: 255px;
    position: relative; }
.settings__note-calendar .mx-icon-calendar {
    right: 12px; }
.settings__note-calendar i {
    font-size: 23px;
    color: #999; }
.settings__note-calendar .form-control {
    padding-right: 42px; }
.settings__note textarea.form-control {
    height: 65px;
    font-size: 15px;
    line-height: 18px;
    color: #000;
    font-family: 'Proxima Nova';
    padding-top: 15px; }
.settings__note-button {
    text-align: center; }
.settings__note .school-cabinet_card-name {
    color: #555;
    text-decoration: none; }
.settings__note .school-cabinet_card-date {
    font-size: 16px;
    color: #555; }
.settings__note .school-cabinet_card-info-text span {
    text-decoration: none; }
.settings__note .school-cabinet_card-info-text span.color-red {
    color: #EA4242; }
.settings__note .school-cabinet__lessons-card-content {
    width: auto;
    min-height: 44px;
    border: none;
    border-left: 1px solid #D0D0D0; }
@media screen and (max-width: 767px) {
    .settings__note .school-cabinet__lessons-card-content {
        border-left: none;
        border-bottom: 1px solid #D0D0D0;
        padding-bottom: 10px;
        width: 100%;
        min-height: auto; } }
.settings__note .school-cabinet_card-content {
    width: 31%;
    min-width: 31%; }
@media screen and (max-width: 767px) {
    .settings__note .school-cabinet_card-content {
        width: 100%;
        min-width: 100%;
        border: none; } }
.settings__note .school-cabinet_card-info-title {
    color: #000; }

.settings-toggle {
    width: 300px; }
.settings-toggle-title {
    padding-top: 29px; }
.settings-toggle-text {
    width: 240px;
    margin: auto;
    margin-top: 17px;
    line-height: 1.2;
    padding-bottom: 31px; }

.settings-box {
    padding-top: 31px; }

.settings-toggler {
    margin-top: 27px; }

.settings-links {
    width: 521px; }
.settings-links i {
    color: #D1D1D6;
    margin-right: -7px; }

.settings-profile {
    padding: 16px 17px 24px 22px;
    width: 521px; }
.settings-profile-info {
    width: 100%; }
.settings-profile-link {
    padding-top: 41px;
    text-align: right;
    text-decoration: none;
    font-size: 15px; }
.settings-profile-link a {
    text-decoration: none;
    color: #555;
    justify-content: flex-end; }
.settings-profile-link i {
    font-size: 15px;
    color: #D1D1D6;
    margin-left: 15px; }
.settings-profile-socials {
    margin-top: 11px; }
.settings-profile-socials a i {
    color: #999999;
    text-align: center; }
.settings-profile-socials-vk i {
    font-size: 27px;
    margin-right: 15px; }
.settings-profile-socials-insta i {
    font-size: 21px;
    margin-right: 14px; }
.settings-profile-socials-youtube i {
    font-size: 23px;
    margin-right: 14px; }
.settings-profile-socials-fb i {
    font-size: 18px; }
.settings-profile-social {
    margin-top: 28px;
    min-height: 14px; }
.settings-profile-social a {
    color: #000;
    text-decoration: none; }
.settings-profile-social a i {
    color: #999999;
    font-size: 18px;
    width: 20px;
    text-align: center;
    margin-top: -3px; }
.settings-profile-social a span {
    font-size: 15px;
    margin-left: 13px;
    margin-right: 9px;
    width: 230px;
    height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block; }
.settings-profile-social-item {
    margin-bottom: 8px; }
.settings-profile-social-edit a i {
    color: #0033CC;
    font-size: 15px;
    width: 20px;
    text-align: center; }
.settings-profile-contacts {
    padding-top: 23px;
    font-size: 15px;
    line-height: 26px; }
.settings-profile-contacts a i {
    color: #0033CC; }
.settings-profile-name {
    padding-top: 20px; }
.settings-profile-avatar {
    margin-right: 19px; }
.settings-profile-avatar img {
    width: 120px;
    border-radius: 50%; }
.settings-profile-preview--mobile {
    display: none; }

.settings-views {
    width: 557px;
    padding: 15px 17px 28px 23px; }
@media screen and (max-width: 1200px) {
    .settings-views {
        width: 100%; } }
@media screen and (max-width: 768px) {
    .settings-views {
        padding: 3px 12px 16px 12px; } }
.settings-views-head {
    display: flex;
    justify-content: space-between; }
.settings-views-item {
    border: 1px solid #BCBDBF;
    border-radius: 5px;
    color: rgba(0, 0, 0, 0.9);
    padding: 21px 19px 21px 14px;
    cursor: pointer;
    margin-bottom: 15px; }
@media screen and (max-width: 768px) {
    .settings-views-item {
        border-radius: 3px;
        padding: 14px 19px 15px 44px;
        margin-bottom: 10px; } }
.settings-views-item.active {
    background: rgba(191, 207, 255, 0.15);
    border: 1px solid #0033CC;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.19); }
.settings-views-item.active .settings-views-days {
    font-weight: 700; }
.settings-views-title {
    font-size: 18px;
    line-height: 22px; }
@media screen and (max-width: 768px) {
    .settings-views .account-title {
        font-size: 18px; } }
.settings-views-price {
    font-weight: 700; }
.settings-views-price i {
    font-size: 15px; }
@media screen and (max-width: 768px) {
    .settings-views-price {
        font-size: 20px; } }
.settings-views-days {
    width: 105px; }
@media screen and (max-width: 768px) {
    .settings-views-days {
        margin-bottom: 5px; } }
.settings-views-text {
    font-size: 12px;
    line-height: 15px; }
@media screen and (max-width: 768px) {
    .settings-views-text {
        margin-bottom: 9px; } }
.settings-views .radio {
    width: 35px; }
.settings-views .radio input:checked ~ .radio-checkmark {
    border: 2px solid #0033CC; }
.settings-views .radio-checkmark {
    top: -10px;
    border: 2px solid #BCBDBF; }
@media screen and (max-width: 768px) {
    .settings-views .radio-checkmark {
        left: -33px;
        top: 1px; } }
.settings-views .radio-checkmark:after {
    width: 10px;
    height: 10px; }
.settings-views-extra {
    margin-top: 29px;
    padding-right: 19px; }
@media screen and (max-width: 768px) {
    .settings-views-extra {
        margin-top: 16px;
        padding-right: 3px; } }
.settings-views-extra-text {
    font-size: 14px;
    line-height: 17px;
    color: #000;
    margin-left: 29px;
    margin-top: 3px; }
@media screen and (max-width: 768px) {
    .settings-views-extra-text {
        width: 153px;
        font-size: 12px;
        margin-left: 23px;
        line-height: 15px;
        margin-top: 2px; } }
.settings-views-extra .settings-views-price {
    margin-top: 10px;
    margin-left: auto; }
@media screen and (max-width: 768px) {
    .settings-views-extra .settings-views-price {
        width: 100%;
        margin-left: 23px;
        margin-top: -11px; } }
.settings-views-avatar {
    width: 45px;
    height: 45px;
    margin-left: 22px; }
.settings-views-avatar img {
    width: 100%;
    border-radius: 50%;
    border: 2px solid #33CC00; }
@media screen and (max-width: 768px) {
    .settings-views-avatar {
        width: 72px;
        height: 72px;
        margin-left: auto;
        margin-top: 7px; } }
.settings-views .custom-checkbox label:before {
    width: 15px;
    min-width: 15px !important;
    height: 15px;
    border-radius: 5px;
    margin-right: 13px; }
@media screen and (max-width: 768px) {
    .settings-views .custom-checkbox label:before {
        margin-right: 8px;
        margin-top: 1px; } }
.settings-views .custom-checkbox {
    padding: 4px 0; }
.settings-views .custom-checkbox input:checked + label:after {
    width: 15px;
    height: 15px;
    border-radius: 5px;
    background-size: 9px; }
.settings-views .custom-checkbox label {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.9); }
@media screen and (max-width: 768px) {
    .settings-views .custom-checkbox label {
        font-size: 18px; } }
.settings-views-start {
    margin-top: 40px;
    margin-bottom: 39px; }
@media screen and (max-width: 768px) {
    .settings-views-start {
        margin-top: 35px;
        margin-bottom: 37px; } }
.settings-views-start-text {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.9);
    margin-top: 3px;
    margin-right: 12px; }
@media screen and (max-width: 768px) {
    .settings-views-start-text {
        font-size: 15px;
        margin-right: 10px; } }
@media screen and (max-width: 359px) {
    .settings-views-start-text {
        font-size: 13px;
        margin-right: 7px; } }
@media screen and (max-width: 359px) {
    .settings-views-start-field {
        margin-right: 7px !important; } }
@media screen and (max-width: 768px) {
    .settings-views-start-field select {
        padding-left: 0 !important; } }
.settings-views-button .btn-blue {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    padding: 0 72px; }
@media screen and (max-width: 768px) {
    .settings-views-button .btn-blue {
        padding: 0 60px;
        font-size: 20px; } }
.settings-views-total {
    font-size: 20px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 15px; }
.settings-views-total i {
    font-size: 17px; }
@media screen and (max-width: 768px) {
    .settings-views-total {
        margin-bottom: 12px; } }
.settings-views .settings-close {
    margin-top: 13px; }
@media screen and (max-width: 768px) {
    .settings-views .settings-close {
        margin-top: 10px; } }

.settings-close {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #E8E8E8;
    background-image: url(../img/close.svg);
    background-size: 6px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    cursor: pointer; }

@media screen and (max-width: 1199px) {
    .settings-toggle {
        width: 521px;
        margin-top: 30px; } }

@media screen and (max-width: 767.98px) {
    .settings-links {
        width: 100%; }
    .settings-body {
        min-height: 60vmin; }
    .settings-form {
        width: 100%; } }

@media screen and (max-width: 576px) {
    .settings-profile {
        text-align: center;
        flex-direction: column !important;
        padding-left: 13px;
        padding-right: 12px;
        padding-bottom: 16px; }
    .settings-profile-socials {
        margin-bottom: 16px; }
    .settings-profile-social a span {
        margin-left: 10px;
        margin-right: 0;
        width: 218px; }
    .settings-profile-social-edit {
        display: flex;
        margin-left: auto; }
    .settings-profile-social-edit a i {
        margin-left: 10px; }
    .settings-profile-preview {
        position: static !important; }
    .settings-profile-link {
        text-align: left;
        border-top: 1px solid #E1E1E1; }
    .settings-profile-avatar {
        margin-right: 0; }
    .settings-profile-avatar img {
        width: 78px; }
    .settings-profile-name {
        display: none; }
    .settings-profile-link a {
        justify-content: space-between;
        align-items: center; }
    .settings-profile-social-item {
        margin-bottom: 9px; }
    .settings-profile-social {
        margin-top: 21px; }
    .settings-profile-social span {
        text-align: left;
        word-break: break-all; } }

@media screen and (max-width: 360px) {
    .settings-profile-social a span {
        width: 170px; } }

@media screen and (max-width: 320px) {
    .settings-profile-social a span {
        width: 165px; } }

.tariff__create {
    padding-top: 30px; }
.tariff__create .form-group {
    max-width: 100%; }
@media screen and (max-width: 1199px) {
    .tariff__create .form-group {
        min-width: 48%;
        margin-right: 0; } }
@media screen and (max-width: 760px) {
    .tariff__create .form-group {
        min-width: 100%;
        width: 100%; } }
.tariff__create .form-group:last-child {
    margin-right: 0; }
.tariff__create .form-group--fixed {
    width: 166px;
    margin-right: 28px; }
@media screen and (max-width: 1199px) {
    .tariff__create .form-group--fixed {
        min-width: 30%;
        width: 30%;
        margin-right: 27px; } }
@media screen and (max-width: 760px) {
    .tariff__create .form-group--fixed {
        width: 100%;
        min-width: 100%;
        margin-right: 0; } }
.tariff__create .form-group--long-label .form-group-label {
    min-height: 30px;
    display: block; }
@media screen and (max-width: 760px) {
    .tariff__create .form-group--long-label .form-group-label {
        min-height: 1px; } }
.tariff__create .check-type {
    width: 21.6%;
    min-width: 43px; }
.tariff__create .check-type.large-check {
    width: auto; }
.tariff__create .check-type.large-check label {
    padding: 0 13px; }
.tariff__create .check-type input:checked + label {
    background: none;
    border-color: #0033CC;
    color: #0033CC; }
.tariff__create .radio-container {
    margin-top: 4px;
    margin-bottom: 14px; }
.tariff__create .radio-container:last-child {
    margin-bottom: 0; }
.tariff__create .custom-checkbox label {
    font-size: 15px; }

.tariff__empty {
    padding-top: 21px;
    padding-bottom: 121px;
    text-align: center;
    font-size: 15px;
    color: #555555; }

.tariff__list {
    padding-top: 50px; }
.tariff__list--promo .tariff__name {
    padding-right: 48px; }
@media screen and (max-width: 1200px) {
    .tariff__list--promo .tariff__name {
        padding-right: 0;
        min-width: 35%; } }
@media screen and (max-width: 767px) {
    .tariff__list--promo .tariff__name {
        min-width: 49%;
        padding-bottom: 0;
        order: 2; } }
@media screen and (max-width: 452px) {
    .tariff__list--promo .tariff__name {
        width: 55%;
        order: 5;
        margin-top: 15px;
        margin-right: 15px; } }
.tariff__list--promo .tarrif__button {
    margin-top: 19px;
    margin-bottom: 5px; }
.tariff__list--promo .tarrif__button .btn {
    display: block;
    margin: auto;
    padding: 0 25px; }
@media screen and (max-width: 760px) {
    .tariff__list--promo .tarrif__button .btn {
        padding: 10px;
        width: 100%; } }
@media screen and (max-width: 767px) {
    .tariff__list--promo .tariff__toggle {
        padding-bottom: 0;
        order: 4;
        margin-left: auto; } }
@media screen and (max-width: 452px) {
    .tariff__list--promo .tariff__toggle {
        margin-left: auto;
        order: 2;
        margin-top: 3px; } }
@media screen and (max-width: 767px) {
    .tariff__list--promo .tariff__remove {
        order: 6;
        margin-top: 5px; } }
@media screen and (max-width: 452px) {
    .tariff__list--promo .tariff__remove {
        order: 4;
        margin-top: 0; } }
@media screen and (max-width: 767px) {
    .tariff__list--promo .tariff__item {
        padding-bottom: 10px;
        height: auto; } }

.tariff__item {
    height: 70px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
@media screen and (max-width: 760px) {
    .tariff__item {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px; } }

.tariff__rows {
    padding-top: 16px;
    padding-bottom: 4px; }
.tariff__rows--sale {
    width: 546px;
    max-width: 100%; }

.tariff__name {
    padding-right: 20px;
    min-width: 320px;
    width: 320px; }
@media screen and (max-width: 1200px) {
    .tariff__name {
        min-width: 200px;
        width: 200px; } }
@media screen and (max-width: 1000px) {
    .tariff__name {
        min-width: 320px;
        width: 320px; } }
@media screen and (max-width: 760px) {
    .tariff__name {
        -webkit-order: 1;
        -moz-order: 1;
        -ms-order: 1;
        -o-order: 1;
        order: 1;
        padding-bottom: 10px;
        min-width: 80%;
        width: 80%; } }
.tariff__name span {
    color: #0033CC;
    font-weight: 600; }

.tariff__price {
    min-width: 165px; }
@media screen and (max-width: 1199px) {
    .tariff__price {
        min-width: 100px; } }
@media screen and (max-width: 760px) {
    .tariff__price {
        -webkit-order: 3;
        -moz-order: 3;
        -ms-order: 3;
        -o-order: 3;
        order: 3; } }
@media screen and (max-width: 560px) {
    .tariff__price {
        min-width: 140px; } }
@media screen and (max-width: 360px) {
    .tariff__price {
        padding-bottom: 10px;
        min-width: 100px; } }

.tariff__toggle {
    min-width: 51px; }
@media screen and (max-width: 760px) {
    .tariff__toggle {
        -webkit-order: 2;
        -moz-order: 2;
        -ms-order: 2;
        -o-order: 2;
        order: 2;
        padding-bottom: 10px; } }
@media screen and (max-width: 360px) {
    .tariff__toggle {
        padding-bottom: 10px; } }

.tariff__sale {
    min-width: 131px;
    font-size: 18px;
    font-weight: 600; }
@media screen and (max-width: 760px) {
    .tariff__sale {
        -webkit-order: 3;
        -moz-order: 3;
        -ms-order: 3;
        -o-order: 3;
        order: 3; } }
.tariff__sale a {
    color: #33CC00;
    text-decoration: underline;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center; }
.tariff__sale a:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/tag.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    margin-right: 6px; }

.tariff__remove {
    min-width: 23px; }
@media screen and (max-width: 760px) {
    .tariff__remove {
        -webkit-order: 4;
        -moz-order: 4;
        -ms-order: 4;
        -o-order: 4;
        order: 4; } }
.tariff__remove-icon {
    width: 23px;
    height: 24px;
    background-image: url(../img/trash.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    cursor: pointer; }

.tariff__code {
    font-weight: 700;
    margin-right: 121px; }
@media screen and (max-width: 1200px) {
    .tariff__code {
        min-width: 21%;
        margin-right: 0; } }
@media screen and (max-width: 767px) {
    .tariff__code {
        min-width: 18%; } }
@media screen and (max-width: 452px) {
    .tariff__code {
        min-width: 40%;
        margin-right: 15px; } }

.tariff__text {
    font-size: 15px;
    color: #555555;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px; }

.tariff__value {
    margin-right: 105px; }
@media screen and (max-width: 1200px) {
    .tariff__value {
        margin-right: 0;
        min-width: 16%; } }
@media screen and (max-width: 767px) {
    .tariff__value {
        min-width: 20%;
        order: 3; } }
@media screen and (max-width: 452px) {
    .tariff__value {
        width: auto;
        order: 6;
        margin-top: 15px; } }

.tariff__edit {
    min-width: 24px; }
@media screen and (max-width: 1200px) {
    .tariff__edit {
        margin-right: 25px !important; } }
@media screen and (max-width: 767px) {
    .tariff__edit {
        order: 5;
        margin-left: 0 !important;
        margin-right: 20px !important;
        margin-top: 5px; } }
@media screen and (max-width: 452px) {
    .tariff__edit {
        margin-left: auto !important;
        margin-top: 0;
        order: 3; } }
.tariff__edit-icon {
    width: 24px;
    height: 24px;
    background-image: url(../img/edit.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    cursor: pointer; }

.cars__page {
    padding: 32px 29px; }
@media screen and (max-width: 760px) {
    .cars__page {
        padding: 32px 15px; } }

.cars__create {
    width: 740px;
    max-width: 100%; }
.cars__create-photo {
    padding-bottom: 27px;
    margin-left: -15px; }
@media screen and (max-width: 760px) {
    .cars__create-photo {
        margin-left: 0; } }
@media screen and (max-width: 760px) {
    .cars__create-photo-wrap {
        width: 100% !important; } }
@media screen and (max-width: 760px) {
    .cars__create-photo-item {
        width: 100% !important; } }
.cars__create-category .check-type {
    width: 85px; }
.cars__create .form-group-label {
    margin-bottom: 19px;
    display: block; }

.cars__item {
    padding: 30px;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 30px; }
.cars__item:last-child {
    margin-bottom: 0; }

.cars__image {
    width: 137px;
    margin-right: 18px; }
@media screen and (max-width: 760px) {
    .cars__image {
        width: 100%;
        margin-right: 0;
        margin-bottom: 18px; } }
.cars__image img {
    max-width: 100%;
    border-radius: 3px; }

.cars__name {
    font-size: 18px;
    line-height: 22px;
    color: #000;
    font-weight: bold;
    padding-top: 2px;
    margin-bottom: 10px; }

.cars__info {
    color: #999999;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 7px; }

.cars__actions {
    margin-left: auto; }
@media screen and (max-width: 760px) {
    .cars__actions {
        margin-top: 20px; } }
.cars__actions a {
    font-size: 15px;
    color: #0033CC;
    line-height: 18px; }

.cars__empty-button a {
    box-shadow: none !important; }

.content-form {
    width: 361px;
    margin: auto; }
.content-form label {
    font-size: 15px;
    display: block;
    margin-bottom: 17px; }
.content-form-row {
    margin-bottom: 31px; }
.content-form-row_labels {
    margin-top: 14px; }
.content-form-row_label {
    font-size: 15px;
    background-color: #F2F2F2;
    border-radius: 40px;
    height: 32px;
    line-height: 32px;
    color: #444;
    display: inline-block;
    padding-left: 12px;
    padding-right: 16px;
    margin-right: 12px;
    margin-bottom: 5px; }
.content-form-row_label-close {
    background-image: url(../img/close.svg);
    width: 12px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 12px; }
.content-form-row--category {
    width: 50%;
    margin-right: 20px; }
@media screen and (max-width: 760px) {
    .content-form-row--category {
        width: auto; } }
@media screen and (max-width: 375px) {
    .content-form-row--category {
        width: 100%;
        margin-right: 0; } }
.content-form-row--placeholder {
    position: relative; }
.content-form-row--placeholder .placeholder {
    position: absolute;
    top: 40px;
    left: 20px;
    pointer-events: none; }
.content-form--centered .content-form-row {
    margin-bottom: 20px; }
.content-form .custom-checkbox label {
    margin-bottom: 0; }
.content-form-user-avatar {
    width: 48px; }
.content-form-user-avatar img {
    max-width: 100%; }
.content-form-user-name {
    font-weight: bold;
    font-size: 16px; }
.content-form .btn-width-163 {
    min-width: 163px; }
@media screen and (max-width: 760px) {
    .content-form .btn-width-163 {
        padding-top: 0;
        padding-bottom: 0;
        height: 44px; } }

@media screen and (max-width: 576px) {
    .content-form {
        width: 100%; } }

/*отклики*/
.response {
    padding-top: 14px; }
.response-messages-box {
    position: relative; }
.response-messages-box:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #f3f3f3;
    position: absolute;
    top: -5px; }
.response-actions {
    padding-top: 15px;
    position: relative; }
.response-actions-link {
    padding: 10px 13px;
    text-decoration: none;
    font-weight: bold;
    display: block; }
.response-actions-comments a {
    color: #0033CC;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    border-bottom: 2px dashed #0033CC;
    padding-top: 4px;
    padding-bottom: 2px; }
.response-actions-comments span {
    padding-left: 8px;
    font-weight: bold; }
.response-actions-edit {
    font-size: 15px;
    color: #0033CC;
    text-decoration: underline; }
.response-actions-edit:hover {
    color: #0033CC;
    text-decoration: underline; }
.response-actions-title {
    font-size: 15px;
    font-weight: 700;
    color: #555555; }
.response-actions-title.active {
    color: #33CC00; }
.response-actions-content {
    position: absolute;
    background-color: #fff;
    z-index: 10;
    filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.1));
    border-radius: 5px;
    top: 37px;
    width: 267px; }
.response-actions-content .actions-item {
    padding: 15px 20px; }
.response-choise-title {
    font-size: 15px;
    padding-bottom: 5px; }
.response-choise-name {
    font-size: 15px;
    font-weight: bold; }
.response-choise-avatar {
    width: 24px;
    height: 24px; }
.response-choise-avatar img {
    width: 100%; }
.response-answers-counter-sub {
    font-size: 15px;
    padding-left: 5px !important;
    padding-top: 2px;
    color: #555; }
.response-answers-counter-sub span {
    font-weight: bold; }
.response-answers .response-item {
    margin-bottom: 10px; }
.response-answers .response-item-header {
    margin-bottom: 9px; }
.response-answers .response-item-statistics {
    margin-top: 12px; }
.response-item {
    background: #FFFFFF;
    border-radius: 5px;
    margin-bottom: 2px;
    padding: 15px 20px;
    min-height: 150px;
    height: auto;
    position: relative;
    text-decoration: none;
    color: #000; }
.response-item-offer {
    padding: 18px 14px; }
.response-item-offer-content {
    padding-top: 13px; }
.response-item-offer-price {
    font-weight: bold;
    font-size: 14px; }
.response-item-offer-price span {
    font-weight: normal;
    color: #999999; }
.response-item-offer-info {
    color: #555555;
    font-size: 14px; }
.response-item-offer-title {
    font-size: 14px;
    font-weight: bold; }
.response-item-reviews-stars {
    font-size: 14px;
    margin-right: -6px;
    margin-top: -2px; }
.response-item-reviews-stars i {
    color: #999999; }
.response-item-reviews-stars i.active {
    color: #33CC00; }
.response-item-reviews-title {
    font-size: 15px;
    margin-top: 5px;
    color: #999999; }
.response-item-content {
    width: 638px;
    min-width: 638px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding-right: 20px; }
.response-item-header {
    margin-bottom: 15px; }
.response-item-header .avatar {
    height: 48px;
    width: 48px;
    min-width: 48px;
    margin-right: 15px;
    border-radius: 50%;
    overflow: hidden; }
.response-item-header .avatar img {
    width: 100%;
    height: auto; }
.response-item-name {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
    font-weight: 600;
    letter-spacing: 0.1px; }
.response-item-town {
    font-size: 15px;
    line-height: 19px;
    color: #999999; }
.response-item-text {
    font-family: "Proxima Nova";
    font-size: 15px;
    line-height: 18px;
    word-wrap: break-word; }
.response-item-date {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #555555;
    margin: 10px 0 15px 0; }
.response-item-info {
    text-align: center;
    width: 200px;
    min-width: 200px;
    padding-top: 10px;
    font-family: "Proxima Nova";
    font-size: 15px;
    line-height: 19px;
    color: #999999; }
.response-item-info .time {
    margin-bottom: 15px;
    letter-spacing: 0.4px; }
.response-item-info .view-statistics {
    margin-right: 17px; }
.response-item-info .view-statistics .far {
    margin-right: 5px; }
.response-item-info .time-statistics .fas {
    margin-right: 5px; }
.response-item-statistics {
    color: #999999;
    margin-top: 21px;
    margin-bottom: 28px;
    line-height: 17px;
    font-size: 14px;
    letter-spacing: 0.5px; }
.response-item-statistics-time {
    margin-right: 30px;
    letter-spacing: 0.4px; }
.response-item-statistics-view {
    margin-right: 30px; }
.response-item-statistics-view i {
    margin-right: 10px; }
.response-item-statistics-requested i {
    margin-right: 5px; }
.response-item-form {
    margin-top: 40px; }
.response-item-form-title {
    font-family: "Proxima Nova";
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 15px;
    font-weight: 600; }
.response-item-form .form-group {
    margin-bottom: 28px; }
.response-item-form .form-group .form-control {
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    height: 140px;
    resize: none;
    padding: 12px 15px;
    font-size: 15px;
    color: #555555;
    font-family: "Proxima Nova"; }
.response-item-form .btn-blue {
    width: 100%; }
.response-item-form .select2 {
    width: 100%; }
.response-item .my-response {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 28px;
    padding-top: 28px; }
.response-item .my-response .response-item-header {
    margin-bottom: 10px; }
.response-item .my-response-title {
    font-family: "Proxima Nova";
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 32px;
    letter-spacing: 0.2px; }
.response-item .my-response-lesson {
    background: #F3F3F3;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 15px; }
.response-item .my-response-lesson-info {
    width: 325px;
    min-width: 325px;
    font-family: "Proxima Nova";
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #000000; }
.response-item .my-response-lesson-info .name {
    margin-bottom: 5px; }
.response-item .my-response-lesson-info .price span {
    color: #555555;
    font-weight: 400; }
.response-item .my-response-lesson .car {
    font-size: 14px;
    line-height: 18px;
    color: #555555; }
.response-item .my-response .messages-box-chat {
    height: auto; }
.response-item .my-response .messages-box-chat .title {
    font-family: "Proxima Nova";
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 28px;
    text-align: left;
    font-weight: 600; }

@media screen and (max-width: 1200px) {
    .response-item-content {
        min-width: 430px;
        width: 430px; } }

@media screen and (max-width: 767.98px) {
    .response-item-content {
        width: 100%;
        min-width: 1px;
        border: none;
        padding-right: 0; }
    .response-item-info {
        width: 100%; }
    .response-item-info .time {
        margin-right: 10px; }
    .response-item-form .select2-container {
        max-width: 100%; }
    .response-item .my-response-lesson-info {
        width: 100%;
        max-width: 100%; }
    .response-messages {
        padding: 0; } }

@media screen and (max-width: 576px) {
    .response-actions .btn-inline {
        width: 100%;
        margin-bottom: 10px;
        margin-top: 10px;
        display: block; } }

.requisites-item {
    margin-bottom: 2px;
    padding: 20px; }
.requisites-item-text {
    font-size: 15px;
    padding-bottom: 6px; }
.requisites-item-icon {
    font-size: 16px;
    color: #D1D1D6;
    cursor: pointer; }
.requisites-item-title a {
    color: #0033CC;
    text-decoration: none; }

.requisites__checkbox {
    width: 50px; }

.requisites__loading .loader {
    margin-top: -26px !important;
    margin-left: -40px !important; }

.notify {
    position: fixed;
    top: 80px;
    right: 10px;
    background: #33CC00;
    border-radius: 5px;
    padding: 27px 30px 22px 30px;
    width: 346px;
    height: auto;
    color: #ffffff;
    font-family: "Proxima Nova";
    font-size: 15px;
    z-index: 100; }
.notify--long {
    width: 416px; }
.notify--warning {
    background-color: #ffda1b;
    color: #000; }
.notify--warning .notify-button {
    text-align: left; }
.notify-img {
    margin-right: 15px;
    min-width: 30px;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background-image: url("../img/modal_s.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    background-color: #ffffff; }
.notify-title {
    margin-bottom: 4px;
    font-weight: 600;
    line-height: 19px; }
.notify-text {
    line-height: 19px;
    font-weight: 400; }
.notify-button {
    margin: auto;
    text-align: center;
    display: block;
    margin-top: 24px;
    width: auto; }

@media screen and (max-width: 767.98px) {
    .notify {
        position: static;
        width: 100%;
        margin-bottom: 20px;
        margin-top: 20px; } }

.widget {
    position: absolute;
    z-index: 100;
    width: 543px;
    padding: 30px 50px;
    padding-bottom: 17px;
    border-radius: 10px;
    right: -94px;
    top: 48px;
    color: #000;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15); }
.widget--notify .text {
    font-size: 14px;
    line-height: 1.3; }
.widget--notify .widget-item {
    padding-top: 9px;
    padding-bottom: 9px; }
.widget:after {
    content: '';
    display: block;
    width: 35px;
    height: 35px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -6px;
    z-index: -1;
    right: 91px; }
.widget-avatar {
    align-self: flex-start;
    position: relative; }
.widget-avatar-photo-related-driving-school {
    position: absolute;
    display: inline-block;
    right: -5px;
    bottom: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background-color: #ffffff; }
.widget-avatar-photo-related-driving-school img {
    max-width: 100%;
    max-height: 100%; }
.widget-avatar img {
    width: 48px;
    height: 48px;
    border-radius: 50%; }
.widget-item {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative; }
.widget-item--pointer {
    cursor: pointer; }
.widget-item:last-child {
    border: none; }
.widget-item--new .text {
    font-weight: bold; }
.widget-content {
    padding-left: 13px;
    padding-top: 2px; }
.widget-name {
    font-weight: bold;
    font-size: 16px; }
.widget-date {
    padding-top: 10px;
    font-size: 14px;
    font-family: 'Roboto'; }
.widget-text {
    padding-top: 6px;
    line-height: 1.2; }
.widget-counter {
    color: #fff;
    top: 10px;
    right: 1px; }
.widget-button a {
    font-size: 14px;
    font-family: 'Roboto';
    color: #0033CC; }
.widget-icon {
    font-size: 24px; }
.widget-icon a {
    color: #555555; }

@media screen and (max-width: 767.98px) {
    .widget {
        width: 100vw;
        padding: 20px 20px;
        right: -111px;
        width: 91vw; }
    .widget:after {
        right: 109px; }
    .widget--notify {
        right: -63px; }
    .widget--notify:after {
        right: 60px; } }

.lessons {
    margin-bottom: 18px; }
.lessons-empty {
    min-height: 255px; }
.lessons-title {
    font-family: "Proxima Nova";
    font-size: 26px;
    font-weight: 600;
    line-height: 27px;
    color: #0033CC;
    margin-bottom: 2px; }
.lessons-pay {
    background-color: rgba(46, 91, 255, 0.1);
    border-radius: 10px;
    padding: 18px 21px; }
.lessons-pay img {
    max-width: 100%; }
@media screen and (min-width: 760px) {
    .lessons-pay img {
        width: 300px; } }
.lessons-list {
    width: 406px;
    max-width: 100%; }
.lessons-pay {
    margin-top: -25px; }
.lessons-pay-title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 17px; }
.lessons-row {
    border-bottom: 0.5px solid #999999;
    padding: 9px 0px;
    line-height: initial;
    font-size: 14px; }
.lessons-row strong {
    font-weight: 400; }
.lessons-item {
    padding: 20px;
    background: #FFFFFF;
    border: 2px solid rgba(0, 0, 0, 0.07);
    box-sizing: border-box;
    border-radius: 3px;
    margin-bottom: 10px; }
.lessons-item--sale {
    border-color: #33cc00; }
.lessons-item--taxi .lessons-name:after {
    content: "";
    height: 17px;
    width: 17px;
    display: inline-block;
    background: url("../img/taxi.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: 5px;
    margin-bottom: -3px; }
.lessons-info {
    font-family: "Proxima Nova";
    font-size: 16px;
    line-height: 20px; }
.lessons-name {
    font-weight: 700;
    color: #000000;
    margin-right: 10px; }
.lessons-car {
    color: #555555;
    font-weight: 600; }
.lessons-category {
    font-weight: 700;
    color: #33cc00;
    margin-left: 5px; }
.lessons-about {
    width: 479px;
    min-width: 479px;
    margin-top: 5px;
    color: #555555;
    font-weight: 500;
    font-family: "Proxima Nova";
    font-size: 16px;
    line-height: 20px; }
.lessons-price {
    font-family: "Proxima Nova";
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    width: 80px;
    min-width: 80px;
    margin-left: auto;
    color: #000000; }
.lessons-price span {
    color: #555555;
    font-weight: 500; }
.lessons-btn {
    background: #0033CC;
    border-radius: 5px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    height: 44px;
    width: 104px;
    min-width: 104px;
    display: block;
    text-decoration: none;
    padding-top: 12px;
    text-align: center;
    margin-left: 50px; }
.lessons-sale {
    margin-top: 15px;
    background: #33cc00;
    padding: 0 9px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    border-radius: 3px;
    margin-left: auto; }
.lessons-sale + .lessons-price {
    margin-left: 20px; }
.lessons__promo {
    background-color: #33CC00;
    padding: 10px 12px 6px 48px;
    border-radius: 9px;
    color: #fff;
    background-image: url(../img/cart.svg);
    background-repeat: no-repeat;
    background-position: 10px 10px; }
.lessons__promo--gray {
    background-image: url(../img/cart-gray.svg);
    background-color: #eaeaea;
    color: #989898; }
.lessons__promo-text {
    font-size: 15px;
    line-height: 18px; }
.lessons__promo-link {
    text-align: right;
    font-size: 15px;
    line-height: 18px; }
.lessons__promo-link a {
    text-decoration: underline;
    color: #fff; }
.lessons__promo-title {
    font-size: 16px;
    line-height: 19px;
    font-weight: 600; }
.lessons__promo-title--color-inherit {
    color: inherit; }
.lessons__promo-title span {
    font-size: 13px;
    font-weight: normal;
    text-decoration: line-through; }
.lessons__history {
    width: 557px;
    max-width: 100%; }
@media screen and (max-width: 767.98px) {
    .lessons__history {
        margin-top: 0 !important; } }

.lesson-modal {
    left: 0;
    top: 0;
    position: fixed;
    z-index: 200;
    width: 100vw;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100vh;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    align-items: center; }
.lesson-modal-close {
    padding: 10px;
    top: 0;
    right: 0;
    position: absolute;
    cursor: pointer; }
.lesson-modal-back {
    text-align: center; }
.lesson-modal-back button {
    background: none;
    border: none;
    outline: none;
    font-size: 14px;
    color: #0033CC;
    font-family: 'Proxima Nova';
    cursor: pointer; }
.lesson-modal-email {
    padding-top: 17px;
    width: 100%;
    margin-bottom: -32px; }
@media screen and (max-width: 760px) {
    .lesson-modal-email {
        width: 100%; } }
.lesson-modal-email .custom-checkbox {
    padding-top: 18px; }
.lesson-modal-email .custom-checkbox label span {
    font-size: 11px;
    margin-top: -4px;
    line-height: 14px;
    margin-left: 4px;
    max-width: 232px; }
.lesson-modal-email .custom-checkbox label span a {
    color: #33CC00; }
.lesson-modal-title {
    width: 226px;
    padding-right: 15px;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin-top: -2px; }
@media screen and (max-width: 760px) {
    .lesson-modal-title {
        width: 100%; } }
.lesson-modal-box {
    width: 536px;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    padding: 30px;
    border-radius: 3px; }
@media screen and (max-width: 760px) {
    .lesson-modal-box {
        width: 95%;
        padding: 15px; } }
.lesson-modal-bg {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100; }
.lesson-modal-profile {
    width: 215px;
    padding-top: 3px; }
.lesson-modal-profile-avatar {
    width: 48px; }
.lesson-modal-profile-avatar img {
    max-width: 100%; }
.lesson-modal-profile-content {
    margin-left: 15px; }
.lesson-modal-profile-name {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 8px; }
.lesson-modal-profile-city {
    color: #999999;
    font-size: 15px; }
.lesson-modal-grid {
    padding-top: 21px; }
.lesson-modal-grid-head {
    height: 35px; }
.lesson-modal-grid-line {
    height: 33px; }
.lesson-modal-grid-row {
    width: 20px;
    min-width: 20px;
    margin-right: 31px; }
@media screen and (max-width: 760px) {
    .lesson-modal-grid-row {
        margin-right: 10px; } }
.lesson-modal-grid-row .radio-checkmark {
    border-color: #999999; }
.lesson-modal-grid-row .radio-checkmark:after {
    top: -1px;
    left: -1px;
    width: 20px;
    height: 20px;
    background-color: #33CC00; }
.lesson-modal-grid-row:last-child {
    margin-right: 0; }
.lesson-modal-grid-row:first-child {
    width: 77px;
    min-width: 77px;
    margin-right: 0px; }
@media screen and (max-width: 760px) {
    .lesson-modal-grid-row:first-child {
        width: 55px;
        min-width: 55px; } }
.lesson-modal-form {
    min-height: 260px; }
@media screen and (max-width: 760px) {
    .lesson-modal-form {
        min-height: 210px; } }
.lesson-modal-form-title {
    padding-top: 11px;
    line-height: 21px; }
.lesson-modal-form-field {
    width: 100%; }
@media screen and (max-width: 760px) {
    .lesson-modal-form-field {
        width: 100%; } }
.lesson-modal-form-field--large {
    width: 100%; }
@media screen and (max-width: 760px) {
    .lesson-modal-form-field--large {
        width: 100%; } }
.lesson-modal-form-wrap {
    padding-top: 12px; }
.lesson-modal-form-wrap .check-type {
    margin-right: 0;
    width: 21.6%; }
.lesson-modal-form-wrap .check-type input:checked + label {
    background: none;
    border-color: #0033CC;
    color: #0033CC; }
.lesson-modal-form-wrap .radio-container {
    margin-top: 4px;
    margin-bottom: 14px; }
.lesson-modal-form-wrap .radio-container:last-child {
    margin-bottom: 0; }
.lesson-modal-form-wrap .custom-checkbox label {
    font-size: 15px; }
.lesson-modal-form-button {
    width: 128px; }
@media screen and (max-width: 760px) {
    .lesson-modal-form-button {
        margin: 0;
        margin-top: 0; } }
.lesson-modal-progress {
    padding-top: 9px; }
.lesson-modal-progress-success {
    background-color: #33CC00; }
.lesson-modal-progress-fail {
    background-color: #EA4242; }
.lesson-modal-progress-steps {
    font-weight: 600;
    font-size: 16px; }
.lesson-modal-progress-steps span {
    color: #33CC00; }
.lesson-modal-progress-emoji {
    position: absolute;
    right: -42px;
    font-size: 15px; }
.lesson-modal-progress-line {
    width: 100%;
    height: 16px;
    background-color: #E1E1E1;
    border-radius: 3px;
    margin-top: 3px;
    position: relative; }
@media screen and (max-width: 760px) {
    .lesson-modal-progress-line {
        width: 100%; } }
.lesson-modal-progress-line span {
    width: 14.28571428%;
    display: block;
    height: 16px; }
.lesson-modal-progress-line span:first-child {
    border-radius: 3px 0px 0px 3px; }
.lesson-modal-skip {
    width: 100%;
    text-align: center;
    padding-top: 20px; }
.lesson-modal-skip-link {
    color: #999999;
    text-decoration: none;
    font-size: 11px;
    margin: 0px 13px 0 0; }
.lesson-modal-social {
    width: 294px;
    text-align: center; }
.lesson-modal-social-image {
    width: 60px;
    margin: auto;
    margin-bottom: 9px; }
.lesson-modal-social-image img {
    width: 100%; }
.lesson-modal-social-username {
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    margin-bottom: 5px; }
.lesson-modal-social-name {
    font-size: 15px;
    font-weight: normal;
    color: #999999;
    line-height: 18px;
    margin-bottom: 23px; }
.lesson-modal-message {
    width: 426px;
    padding-top: 21px; }
@media screen and (max-width: 760px) {
    .lesson-modal-message {
        width: 95%; } }
.lesson-modal-message-text {
    text-align: center;
    font-size: 12px;
    color: #999999;
    margin-bottom: 11px;
    line-height: 15px;
    padding-left: 20px;
    padding-right: 20px; }
.lesson-modal-message-title {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 11px; }
.lesson-modal-message-checkbox .custom-checkbox label span {
    font-size: 11px;
    margin-top: -4px;
    line-height: 14px;
    margin-left: 4px; }
.lesson-modal-message-checkbox .custom-checkbox label span a {
    color: #33CC00; }
.lesson-modal-reviews {
    width: 448px;
    padding: 20px 40px;
    padding-bottom: 26px;
    filter: drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.2));
    border-radius: 10px; }
@media screen and (max-width: 760px) {
    .lesson-modal-reviews {
        width: 95%; } }
.lesson-modal-reviews-title {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 23px; }
.lesson-modal-reviews-stars {
    font-size: 30px;
    color: #E1E1E1; }
.lesson-modal-reviews-stars .active {
    color: #33CC00; }
.lesson-modal-reviews-stars i {
    margin-left: 4px;
    margin-right: 4px;
    cursor: pointer; }
.lesson-modal-reviews .form-control--bordered {
    border: 1px solid #0033CC;
    border-radius: 5px;
    height: 193px;
    font-size: 15px;
    line-height: 18px;
    font-family: 'Proxima Nova';
    padding-right: 10px; }
.lesson-modal-reviews .form-group {
    margin-bottom: 0;
    margin-top: 21px; }
.lesson-modal-reviews .lesson-modal-back {
    margin-top: 11px; }
.lesson-modal-delete-reviews {
    width: 384px;
    border-radius: 10px;
    padding: 35px 20px; }
@media screen and (max-width: 760px) {
    .lesson-modal-delete-reviews {
        width: 95%; } }
.lesson-modal-delete-reviews-title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 38px; }
.lesson-modal-delete-reviews .btn-blue {
    padding: 0 56px; }
@media screen and (max-width: 760px) {
    .lesson-modal-delete-reviews .btn-blue {
        height: 44px; } }
.lesson-modal-delete-reviews .lesson-modal-back {
    margin-left: 23px; }

.lesson {
    margin-top: 15px; }
.lesson .usercard__actions {
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: flex !important; }
.lesson__row--bordered {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 12px; }
.lesson__left {
    width: 557px;
    max-width: 100%; }
@media screen and (max-width: 1200px) {
    .lesson__left {
        width: 100%; } }
@media screen and (max-width: 1200px) {
    .lesson__left--max-557 {
        max-width: 557px; } }
.lesson__left-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px; }
.lesson__left-top > div:first-of-type {
    flex: 1; }
.lesson__left-top .account-search-icon {
    margin-left: 14px; }
@media screen and (max-width: 768px) {
    .lesson__left-top .account-search-icon {
        margin-left: 9px; } }
@media screen and (max-width: 1200px) {
    .lesson__right {
        width: 100%; } }
.lesson__content {
    padding: 8px 14px 20px 14px;
    background-color: #fff;
    border-radius: 5px; }
.lesson__content-item {
    margin-bottom: 10px; }
.lesson__label {
    font-size: 16px;
    line-height: 19px;
    color: #999999; }
.lesson__value {
    margin-top: 7px; }
.lesson__value--small {
    font-size: 14px; }
.lesson__button {
    text-align: center;
    padding-top: 27px; }
.lesson__button a {
    display: inline-block;
    height: 34px;
    padding: 0 28px;
    line-height: 34px; }
.lesson__columns {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 12px; }
.lesson__columns .lesson__content-item {
    width: 50%; }
@media screen and (max-width: 760px) {
    .lesson__columns .lesson__content-item {
        width: 100%; } }
.lesson__message {
    width: 262px;
    padding-top: 14px; }
@media screen and (max-width: 1200px) {
    .lesson__message {
        width: 100%; } }
.lesson__message-button {
    padding-left: 26px;
    padding-top: 28px; }
@media screen and (max-width: 1200px) {
    .lesson__message-button {
        padding-top: 0; } }
@media screen and (max-width: 760px) {
    .lesson__message-button {
        padding-top: 20px;
        padding-left: 0; } }
.lesson__message p {
    line-height: 18px; }
.lesson__start {
    text-align: center; }
.lesson__start i {
    padding-top: 25px;
    font-size: 52px;
    line-height: 52px;
    color: #999999; }
.lesson__start p {
    padding-top: 14px;
    font-size: 16px;
    line-height: 19px; }
.lesson__progress {
    text-align: center; }
.lesson__progress-title {
    padding-top: 22px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600; }
.lesson__progress-value {
    padding-top: 3px;
    font-size: 50px;
    line-height: 61px; }
.lesson__disput {
    margin-bottom: 16px; }
.lesson__disput i {
    min-width: 18px;
    width: 18px;
    height: 18px;
    background-image: url(../img/law.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin-right: 8px; }
.lesson__disput p {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    font-family: 'Roboto';
    color: #999999; }
.lesson__form {
    padding-top: 22px;
    text-align: center; }
.lesson__form-field {
    padding-top: 10px; }
.lesson__form-link {
    padding-top: 24px; }
.lesson__form-link--opened i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
.lesson__form-link a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px; }
.lesson__form-link a:hover i {
    background-image: url(../img/down_black.svg); }
.lesson__form-link i {
    width: 12px;
    height: 6px;
    background-image: url(../img/down_blue.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    display: block;
    margin-left: 8px; }
.lesson__form-title {
    font-size: 16px;
    line-height: 19px; }
.lesson__form-button {
    max-width: 361px;
    margin: auto;
    padding-top: 16px; }
.lesson__form-button-go-back {
    color: #0033CC;
    border: none;
    background: none; }
.lesson__form-button-go-back:focus {
    outline: none; }
.lesson__form-button a {
    width: 100%; }
.lesson__form-button .loader {
    padding: 0; }
.lesson__canceling-rescheduling {
    display: flex;
    justify-content: center; }
@media screen and (max-width: 465px) {
    .lesson__canceling-rescheduling {
        flex-direction: column;
        align-items: center; } }
.lesson__canceling-rescheduling button {
    height: 44px;
    padding-top: 0;
    padding-bottom: 0; }
.lesson__canceling-rescheduling button:first-of-type {
    margin-right: 20px; }
@media screen and (max-width: 465px) {
    .lesson__canceling-rescheduling button:first-of-type {
        margin-right: 0;
        margin-bottom: 20px; } }
.lesson__btn--loader {
    width: 200.125px; }
.lesson__btn--loader:disabled {
    background-color: #ffffff !important; }
.lesson__btn--loader .loader {
    padding: 0; }
.lesson__btn--loader .loader div {
    border-color: #0033CC transparent transparent transparent; }

@media screen and (max-width: 1199px) {
    .lessons-btn {
        margin-left: auto; }
    .lessons-pay {
        width: 345px;
        max-width: 100%;
        margin-top: 20px; } }

@media screen and (max-width: 991px) {
    .lessons-btn {
        margin-left: 20px; }
    .lessons-about {
        width: 100%;
        min-width: 100%; }
    .lessons-list {
        width: 100%; }
    .lessons-pay {
        width: 100%; } }

@media screen and (max-width: 576px) {
    .lessons-name {
        font-size: 20px;
        margin-bottom: 10px; }
    .lessons-btn {
        display: block;
        width: 100%;
        margin-top: 10px;
        margin-left: 0; }
    .lessons-price {
        margin-left: 0; }
    .lessons-sale {
        margin-left: 0; }
    .lessons-info {
        font-size: 14px; }
    .lessons-title {
        font-size: 22px; }
    .lessons-pay {
        width: 100%; }
    .lessons-row {
        padding: 13px 0px;
        line-height: 1.1;
        font-size: 15px; } }

.result-search-avatar {
    width: 120px;
    min-width: 120px;
    height: 120px;
    margin-right: 30px;
    margin-left: 0;
    position: relative;
    border-radius: 50%; }
.result-search-avatar.paid {
    border: 3px solid #33CC00; }
@media screen and (max-width: 768px) {
    .result-search-avatar.paid {
        border: 2px solid #33CC00; } }
.result-search-avatar img {
    width: 100%;
    border-radius: 50%;
    height: auto; }

.result-search-pro {
    right: 0; }
@media screen and (max-width: 980px) {
    .result-search-pro {
        font-size: 12px;
        width: 38px;
        height: 19px;
        line-height: 19px;
        bottom: 0; } }

.result-search-info {
    width: 400px;
    min-width: 400px;
    border-right: 1px solid rgba(0, 0, 0, 0.15); }
.result-search-info-name {
    font-family: "Proxima Nova";
    font-size: 22px;
    color: #000000;
    text-decoration: none;
    font-weight: 700;
    display: block;
    transition: 0.25s;
    line-height: 27px; }
.result-search-info-name:hover {
    color: #0033CC;
    transition: 0.25s; }
.result-search-info-town {
    font-family: "Proxima Nova";
    font-size: 15px;
    color: #555555;
    font-weight: 600;
    margin-bottom: 4px;
    line-height: 19px; }
.result-search-info-status {
    font-family: "Proxima Nova";
    font-size: 14px;
    margin-bottom: 7px;
    line-height: 18px; }
.result-search-info-status.online {
    color: #33CC00; }
.result-search-info-status.online:before {
    content: "";
    height: 10px;
    width: 10px;
    background: #33cc00;
    display: inline-block;
    margin-right: 5px;
    border-radius: 50%; }
.result-search-info-status.offline {
    color: #999999; }

.result-search-age-item {
    width: 70px;
    min-width: 70px;
    margin-right: 15px; }

.result-search-age-title {
    font-family: "Proxima Nova";
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    color: #999999;
    margin-bottom: 5px; }

.result-search-age-value {
    font-family: "Proxima Nova";
    font-weight: 800;
    font-size: 22px;
    line-height: 27px;
    color: #000000; }
.result-search-age-value span {
    font-size: 16px; }

.result-search-car {
    width: 380px;
    min-width: 380px;
    padding: 0 30px;
    border-right: 1px solid rgba(0, 0, 0, 0.15); }
.result-search-car-name {
    height: 75px;
    font-family: "Proxima Nova";
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    color: #000000; }
.result-search-car-price-label {
    font-family: "Proxima Nova";
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    color: #999999;
    margin-bottom: 5px; }
.result-search-car-price-value {
    font-family: "Proxima Nova";
    font-weight: 800;
    font-size: 22px;
    line-height: 27px;
    color: #0033cc;
    margin-bottom: 0; }
.result-search-car-price-value span {
    font-size: 16px; }

.result-search-statistics {
    width: 110px;
    min-width: 110px;
    padding: 0 30px;
    padding-top: 10px;
    border-right: 1px solid rgba(0, 0, 0, 0.15); }
.result-search-statistics-title {
    font-family: "Proxima Nova";
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    color: #999999;
    margin-bottom: 5px; }
.result-search-statistics-value {
    font-family: "Proxima Nova";
    font-weight: 800;
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 0; }
.result-search-statistics-item--rating .result-search-statistics-value {
    color: #33cc00; }
.result-search-statistics-item--feedback {
    margin-bottom: 21px; }

.result-search-item {
    width: 100%;
    background: #ffffff;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 2px;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms; }
.result-search-item--highlight {
    border-left: 2px solid #0033CC; }
.result-search-item .btn-hidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    height: 36px;
    line-height: 36px; }
.result-search-item:hover {
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1); }
.result-search-item:hover .btn-hidden {
    opacity: 1;
    visibility: visible; }

.result-search-favorite {
    padding-left: 30px;
    padding-top: 10px; }

@media screen and (max-width: 1199px) {
    .result-search-info {
        width: 300px;
        min-width: 300px; }
    .result-search-car {
        width: 300px;
        min-width: 300px;
        padding: 0 20px; }
    .result-search-statistics {
        width: 90px;
        min-width: 90px;
        padding: 0 20px; }
    .result-search-favorite {
        padding-left: 20px;
        padding-top: 10px; } }

@media screen and (max-width: 991px) {
    .result-search-avatar {
        width: 80px;
        min-width: 80px;
        height: 80px;
        margin-right: 20px; }
    .result-search-info {
        width: 210px;
        min-width: 210px; }
    .result-search-info-name {
        font-size: 18px; }
    .result-search-info-town {
        font-size: 14px; }
    .result-search-info-status {
        font-size: 12px;
        line-height: 16px; }
    .result-search-age-item {
        width: max-content;
        min-width: max-content;
        margin-right: 20px; }
    .result-search-age-title {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 3px; }
    .result-search-age-value {
        font-size: 20px;
        line-height: 25px; }
    .result-search-age-value span {
        font-size: 14px; }
    .result-search-car {
        width: 220px;
        min-width: 220px;
        padding: 0 0 0 20px;
        border-right: none; }
    .result-search-car-name {
        font-size: 20px; }
    .result-search-statistics {
        width: 90px;
        min-width: 90px;
        padding: 0 19px;
        margin-left: auto;
        margin-right: 15px;
        border-left: 1px solid rgba(0, 0, 0, 0.1); }
    .result-search-favorite {
        padding-left: 0px;
        padding-top: 0px; } }

@media screen and (max-width: 767.98px) {
    .result-search-avatar {
        width: 70px;
        min-width: 70px;
        height: 70px;
        margin-right: 13px; }
    .result-search-info {
        width: max-content;
        min-width: max-content;
        border-right: none;
        width: calc(100% - 106px); }
    .result-search-name {
        font-size: 18px;
        font-weight: 600;
        line-height: 22px; }
    .result-search-town {
        font-size: 14px;
        padding-top: 5px;
        font-weight: 400;
        line-height: 16px;
        margin-bottom: 5px; }
    .result-search-status {
        margin-bottom: 5px;
        font-size: 12px;
        line-height: 16px;
        display: none; }
    .result-search-status.online:before {
        height: 6px;
        width: 6px; }
    .result-search-age {
        margin-top: 16px;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        width: 100%; }
    .result-search-age-item {
        margin-right: 0; }
    .result-search-age-title {
        font-size: 13px;
        font-weight: 500;
        line-height: 12px;
        margin-bottom: 3px; }
    .result-search-age-value {
        font-weight: 600;
        font-size: 19px;
        line-height: 25px; }
    .result-search-age-value span {
        font-size: 16px; }
    .result-search-car {
        width: 100%;
        min-width: 100%;
        padding: 10px 10px 0 4px;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        margin-top: 14px; }
    .result-search-car-name {
        height: auto;
        font-size: 18px;
        font-weight: 600;
        line-height: 22px; }
    .result-search-car-name br {
        display: none; }
    .result-search-car-price {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        padding-top: 12px; }
    .result-search-car-price-label {
        font-size: 13px;
        font-weight: 500;
        line-height: 15px;
        margin-bottom: 3px;
        margin-top: 3px;
        width: 105px; }
    .result-search-car-price-value {
        font-weight: 700;
        font-size: 22px;
        line-height: 24px;
        padding-top: 6px; }
    .result-search-car-price-value span {
        font-size: 14px; }
    .result-search-item {
        padding: 10px 9px;
        padding-bottom: 6px;
        position: relative;
        margin-bottom: 38px; }
    .result-search-favorite {
        position: absolute;
        top: 0;
        right: 14px;
        padding-left: 30px;
        padding-top: 14px; }
    .result-search-statistics {
        width: 100%;
        border: none;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        padding: 0;
        margin: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        margin-top: 12px;
        padding-top: 16px; }
    .result-search-statistics-item--feedback {
        margin-left: 4px;
        margin-bottom: 0px; }
    .result-search-statistics-item--rating {
        margin-left: 116px; } }

@media screen and (max-width: 576px) {
    .result-search-avatar {
        width: 70px;
        min-width: 70px;
        height: 70px;
        margin-right: 13px; }
    .result-search-info {
        width: max-content;
        min-width: max-content;
        border-right: none;
        width: calc(100% - 106px); }
    .result-search-info-name {
        font-size: 18px;
        font-weight: 600;
        line-height: 22px; }
    .result-search-info-town {
        font-size: 14px;
        padding-top: 5px;
        font-weight: 400;
        line-height: 16px;
        margin-bottom: 5px; }
    .result-search-info-status {
        margin-bottom: 5px;
        font-size: 12px;
        line-height: 16px;
        display: none; }
    .result-search-info-status.online:before {
        height: 6px;
        width: 6px; }
    .result-search-age {
        margin-top: 16px;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        width: 100%; }
    .result-search-age-item {
        margin-right: 0; }
    .result-search-age-title {
        font-size: 13px;
        font-weight: 500;
        line-height: 12px;
        margin-bottom: 3px; }
    .result-search-age-value {
        font-weight: 600;
        font-size: 19px;
        line-height: 25px; }
    .result-search-age-value span {
        font-size: 16px; }
    .result-search-car {
        width: 100%;
        min-width: 100%;
        padding: 10px 10px 0 4px;
        border-top: none !important;
        margin-top: 14px; }
    .result-search-car-name {
        height: auto;
        font-size: 18px;
        font-weight: 600;
        line-height: 22px; }
    .result-search-car-name br {
        display: none; }
    .result-search-car-price {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        padding-top: 12px; }
    .result-search-car-price-label {
        font-size: 13px;
        font-weight: 500;
        line-height: 15px;
        margin-bottom: 3px;
        margin-top: 3px;
        width: 105px; }
    .result-search-car-price-value {
        font-weight: 700;
        font-size: 22px;
        line-height: 24px;
        padding-top: 6px; }
    .result-search-car-price-value span {
        font-size: 14px; }
    .result-search-item {
        padding: 10px 9px;
        padding-bottom: 6px;
        position: relative;
        margin-bottom: 38px; }
    .result-search-favorite {
        position: absolute;
        top: 0;
        right: 14px;
        padding-left: 30px;
        padding-top: 14px; }
    .result-search-statistics {
        width: 100%;
        border: none;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        padding: 0;
        margin: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        margin-top: 12px;
        padding-top: 16px; }
    .result-search-statistics-item--feedback {
        margin-left: 4px;
        margin-bottom: 0px; }
    .result-search-statistics-item--rating {
        margin-left: 116px; } }

@media screen and (max-width: 369px) {
    .result-search-favorite {
        right: 10px; }
    .result-search-top {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column; }
    .result-search-info-name {
        margin-top: 10px; }
    .result-search-info {
        width: 100%; } }

@media screen and (max-width: 767px) {
    .result-search-avatar {
        width: 50px;
        min-width: 50px;
        height: 50px;
        margin-right: 25px; }
    .result-search-item {
        padding: 17px 13px; }
    .result-search-info-name {
        padding-top: 2px; }
    .result-search-info-town {
        font-size: 15px;
        padding-top: 2px; }
    .result-search-fields {
        padding-top: 13px;
        border-top: 1px solid rgba(0, 0, 0, 0.15);
        margin-top: 11px; }
    .result-search-fields-title {
        font-size: 13px;
        color: #555; }
    .result-search-fields-value {
        font-size: 15px;
        color: #000;
        padding-top: 5px; }
    .result-search-fields-value--green {
        color: #33CC00;
        font-weight: bold;
        font-size: 18px; }
    .result-search-fields-value--blue {
        color: #0033CC;
        font-weight: bold; }
    .result-search-fields-value--blue span {
        font-size: 18px; }
    .result-search-fields-item:last-child {
        text-align: right;
        margin-left: -20px; }
    .result-search-car {
        padding-left: 0;
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, 0.15) !important; }
    .result-search-car-name {
        font-size: 15px;
        font-weight: normal; } }

.tabs-nav {
    padding-top: 27px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.tabs-nav--higher {
    padding-top: 9px; }
.tabs-nav-item {
    position: relative; }
.tabs-nav-item.active {
    font-weight: bold; }
.tabs-nav-item.active:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background-color: #0033CC; }
.tabs-nav-link {
    text-decoration: none;
    padding-top: 14px;
    padding-bottom: 14px;
    display: block;
    color: #000;
    padding-left: 30px;
    padding-right: 30px; }

@media screen and (max-width: 768px) {
    .btn-tabs {
        width: calc(100% + 30px);
        padding-right: 15px;
        overflow-y: scroll;
        padding-bottom: 10px; } }

.btn-tabs__item {
    margin-right: 10px; }
@media screen and (max-width: 768px) {
    .btn-tabs__item {
        margin-right: 12px; } }

.btn-tabs__link {
    font-size: 15px;
    color: #000;
    border: 1px solid #0033CC;
    border-radius: 4px;
    padding: 12px 24px;
    white-space: nowrap;
    display: block; }
@media screen and (max-width: 768px) {
    .btn-tabs__link {
        font-size: 13px;
        padding: 10px 15px; } }
.btn-tabs__link.active {
    background: #0033CC;
    color: #fff; }

@media screen and (max-width: 767.98px) {
    .tabs-nav-link {
        padding-left: 0;
        padding-right: 0; }
    .tabs-nav {
        padding-top: 0;
        margin-bottom: 14px !important; }
    .tabs-nav-mobile-list {
        margin-top: -45px; }
    .tabs-nav-item {
        margin-right: 10px; } }

@media screen and (max-width: 767.98px) {
    .people-widget {
        margin-top: 0 !important; } }

.people-widget-item {
    padding: 20px 20px 20px 30px;
    border-radius: 5px;
    margin-bottom: 2px;
    position: relative; }

.people-widget-remove {
    width: 16px;
    height: 16px;
    background-image: url(../img/close.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    right: 20px;
    cursor: pointer; }

.people-widget-content {
    width: 100%;
    padding-right: 44px; }
.people-widget-content--mine {
    padding-right: 0; }

.people-widget-photo {
    width: 100px;
    margin-right: 40px;
    min-width: 100px; }
.people-widget-photo img {
    max-width: 100%; }

.people-widget-name-text {
    font-size: 22px;
    font-weight: bold;
    padding-top: 3px; }

.people-widget-reviews {
    padding-top: 13px; }
.people-widget-reviews-counter {
    margin-top: -2px;
    font-size: 15px; }
.people-widget-reviews-stars {
    font-size: 12px;
    margin-right: 18px;
    color: #33CC00; }

.people-widget-info {
    padding-top: 21px;
    align-items: flex-end; }
.people-widget-info .btn-inline {
    line-height: 28px;
    height: 28px;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto; }
@media screen and (max-width: 1200px) {
    .people-widget-info .btn-inline {
        margin: 0;
        margin-top: 20px; } }
@media screen and (max-width: 760px) {
    .people-widget-info .btn-inline {
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 10px; } }
.people-widget-info-item {
    min-width: 70px;
    margin-right: 15px; }
.people-widget-info-label {
    font-size: 13px; }
.people-widget-info-value {
    font-weight: bold;
    margin-top: 8px; }

@media screen and (max-width: 767.89px) {
    .people-widget-photo {
        width: 48px;
        height: 48px;
        margin-right: 8px;
        min-width: 48px; }
    .people-widget-info {
        padding-top: 3px;
        margin-top: 10px;
        width: 100%;
        justify-content: space-between; }
    .people-widget-content {
        width: 100%; }
    .people-widget-header {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap; }
    .people-widget-item {
        padding: 11px 11px 12px 11px; }
    .people-widget-item .usercard__actions {
        margin-left: 0 !important;
        margin-top: 25px;
        align-items: center; }
    .people-widget-name-text {
        width: 30%;
        font-size: 16px !important;
        line-height: 19px;
        padding-top: 5px; }
    .people-widget-content .btn-inline {
        width: 100%;
        height: 44px;
        line-height: 44px;
        margin-top: 16px;
        padding: 0; }
    .people-widget-info-item {
        width: 25%;
        min-width: 25%;
        margin-right: 0; }
    .people-widget-reviews {
        flex-wrap: wrap;
        width: 45%;
        padding-top: 4px;
        margin-top: -13px; }
    .people-widget-content--mine {
        padding-right: 0; }
    .usercard__action a {
        margin-right: 0;
        margin-left: 8px;
        margin-top: -4px; }
    .people-widget-rewievs-value {
        font-size: 16px;
        font-weight: 600; }
    .people-widget-reviews-stars {
        font-size: 16px;
        margin-right: 10px; }
    .people-widget-reviews-counter {
        margin-top: 8px;
        font-weight: 600; }
    .people-widget-reviews-counter span {
        text-decoration: underline;
        font-weight: normal; }
    .people-widget-content {
        padding-right: 0; }
    .people-widget-remove {
        right: 11px; } }

@media screen and (max-width: 360px) {
    .people-widget-reviews-stars {
        font-size: 13px; } }

.actions-icon.active + .actions-content {
    display: block; }

.navbar-item {
    color: #fff; }

.navbar-notify-icon {
    color: #fff !important; }

.messages-box-textarea button.active {
    background-image: url("../img/send_active.svg"); }

.messages-box-textarea button.loading {
    background: none !important; }

.message-loader {
    position: absolute;
    top: 0;
    right: 0px;
    transform: scale(0.5); }

.tariff-add-photo > div > span {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }

.vb > .vb-dragger {
    z-index: 5;
    width: 12px;
    right: 0; }

.vb > .vb-dragger > .vb-dragger-styler {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotate3d(0, 0, 0, 0);
    transform: rotate3d(0, 0, 0, 0);
    -webkit-transition: background-color 100ms ease-out,
    margin 100ms ease-out,
    height 100ms ease-out;
    transition: background-color 100ms ease-out,
    margin 100ms ease-out,
    height 100ms ease-out;
    background-color: rgba(48, 121, 244, 0.1);
    margin: 5px 5px 5px 0;
    border-radius: 20px;
    height: calc(100% - 10px);
    display: block; }

.vb.vb-scrolling-phantom > .vb-dragger > .vb-dragger-styler {
    background-color: rgba(48, 121, 244, 0.3); }

.vb > .vb-dragger:hover > .vb-dragger-styler {
    background-color: rgba(48, 121, 244, 0.5);
    margin: 0px;
    height: 100%; }

.vb.vb-dragging > .vb-dragger > .vb-dragger-styler {
    background-color: rgba(48, 121, 244, 0.5);
    margin: 0px;
    height: 100%; }

.vb.vb-dragging-phantom > .vb-dragger > .vb-dragger-styler {
    background-color: rgba(48, 121, 244, 0.5); }

.messages-box-chat:after {
    content: '';
    display: block;
    width: 15px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff; }

.lds-hourglass {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 64px;
    height: 64px;
    margin: auto; }

.lds-hourglass:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 6px;
    box-sizing: border-box;
    border: 26px solid #0033CC;
    border-color: #0033CC transparent #0033CC transparent;
    animation: lds-hourglass 1.2s infinite; }

@keyframes lds-hourglass {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    100% {
        transform: rotate(1800deg); } }

.load .messages-list-item {
    opacity: 0; }

.load .messages-box-header {
    opacity: 0; }

.load .vb-content {
    opacity: 0; }

.load .messages-box-textarea {
    opacity: 0; }

.messages-list-wrapper {
    position: relative; }

.button {
    margin-top: 35px; }

.flip-list-move {
    transition: transform 0.5s; }

.no-move {
    transition: transform 0s; }

.ghost {
    opacity: 0.5;
    background: #c8ebfb; }

.list-group {
    min-height: 20px; }

.list-group-item {
    cursor: move; }

.list-group-item i {
    cursor: pointer; }

.hidden {
    display: none !important; }

.vb > .vb-dragger {
    z-index: 5;
    width: 12px;
    right: 0; }

.vb > .vb-dragger > .vb-dragger-styler {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotate3d(0, 0, 0, 0);
    transform: rotate3d(0, 0, 0, 0);
    -webkit-transition: background-color 100ms ease-out,
    margin 100ms ease-out,
    height 100ms ease-out;
    transition: background-color 100ms ease-out,
    margin 100ms ease-out,
    height 100ms ease-out;
    background-color: rgba(48, 121, 244, 0.1);
    margin: 5px 5px 5px 0;
    border-radius: 20px;
    height: calc(100% - 10px);
    display: block; }

.vb.vb-scrolling-phantom > .vb-dragger > .vb-dragger-styler {
    background-color: rgba(48, 121, 244, 0.3); }

.vb > .vb-dragger:hover > .vb-dragger-styler {
    background-color: rgba(48, 121, 244, 0.5);
    margin: 0px;
    height: 100%; }

.vb.vb-dragging > .vb-dragger > .vb-dragger-styler {
    background-color: rgba(48, 121, 244, 0.5);
    margin: 0px;
    height: 100%; }

.vb.vb-dragging-phantom > .vb-dragger > .vb-dragger-styler {
    background-color: rgba(48, 121, 244, 0.5); }

.messages-box-chat:after {
    content: '';
    display: block;
    width: 15px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff; }

.lds-hourglass {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 64px;
    height: 64px;
    margin: auto; }

.lds-hourglass:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 6px;
    box-sizing: border-box;
    border: 26px solid #0033CC;
    border-color: #0033CC transparent #0033CC transparent;
    animation: lds-hourglass 1.2s infinite; }

@keyframes lds-hourglass {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    100% {
        transform: rotate(1800deg); } }

.load .messages-list-item {
    opacity: 0; }

.load .messages-box-header {
    opacity: 0; }

.load .vb-content {
    opacity: 0; }

.load .messages-box-textarea {
    opacity: 0; }

.messages-list-wrapper {
    position: relative; }

.messages-box-textarea button.active {
    background-image: url(../img/send_active.svg); }

.messages-box-textarea button.loading {
    background: none !important; }

.message-loader {
    position: absolute;
    top: 0;
    right: 0px;
    transform: scale(0.5); }

.messages-box {
    position: relative;
    overflow: hidden; }

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    appearance: none !important;
    padding: 9px 15px;
    height: 44px; }

input[type=time]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button {
    -webkit-appearance: none; }

input[type="time"]::-webkit-clear-button {
    display: none; }

.form-plan-lesson-input {
    width: 205px; }

.requisites-item-title {
    color: #000 !important; }

.notifications--block {
    position: static !important; }

.requisites-item-title {
    color: #000 !important; }

.form-control--error {
    border-color: red !important; }

.messages-box-textarea button.active {
    background-image: url(../img/send_active.svg); }

.messages-box-textarea button.loading {
    background: none !important; }

.message-loader {
    position: absolute;
    top: 0;
    right: 0px;
    transform: scale(0.5); }

.messages-box {
    position: relative;
    overflow: hidden; }

.filter-date-item {
    min-height: 86px !important; }

.swiper-slide {
    width: 59px !important; }

.filter-date.loading {
    opacity: 0.5; }

.cards-time {
    min-width: 67px; }

.btn-red {
    background-color: #EA4242 !important;
    color: #fff !important; }

.dialog-content {
    font-size: 16px !important; }

.vue-dialog-button {
    font-size: 14px !important; }

.cards-item {
    color: #000 !important; }

.cards-item {
    color: #000 !important; }

@media screen and (max-width: 767px) {
    .response-item {
        display: block !important; } }

.messages-box-textarea {
    height: auto !important; }

.messages-box-textarea textarea {
    padding-bottom: 10px;
    padding-right: 55px; }

.messages-box-textarea button {
    right: 26px; }

.messages-box-textarea-is-instructor textarea {
    padding: 13px 35px 15px 13px; }

.messages-box-textarea-is-instructor button {
    right: 10px; }

#messages_box {
    overflow-y: auto; }

#messages_box {
    overflow-x: hidden !important; }

#messages_box::-webkit-scrollbar {
    width: 5px;
    position: absolute;
    right: 2px; }

#messages_box::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    cursor: pointer; }

.chat-message-out {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px); }

.chat {
    padding-right: 0; }

.messages-box-chat:after {
    display: none !important; }

.toggle-box--green .toggle-handler {
    background-color: #4CD964 !important;
    border: 1.5px solid #E5E5E5; }

.dropzone--long {
    height: 310px !important; }

.dropzone-image--long {
    height: 310px !important; }

.down-icon {
    font-size: 11px;
    padding-left: 4px; }

.lesson-widget {
    cursor: pointer;
    position: fixed;
    z-index: 1111;
    bottom: 10px;
    right: 10px;
    background-color: #33CC00;
    color: #fff;
    border-radius: 5px;
    padding: 10px 20px; }

.lesson-widget-avatar {
    position: relative; }

.lesson-widget-avatar img {
    width: 55px;
    height: 55px; }

.lesson-widget-avatar-photo-related-driving-school {
    position: absolute;
    display: inline-block;
    right: -2px;
    bottom: 5px;
    width: 20px;
    height: 20px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background-color: #ffffff; }

.lesson-widget-avatar-photo-related-driving-school img {
    width: auto;
    height: auto;
    max-width: 100%; }

.lesson-widget-title {
    font-size: 14px; }

.lesson-widget-name {
    font-weight: bold; }

.documents-upload {
    width: 100%; }

.dropzone--medium {
    width: 360px;
    height: 216px; }

.dropzone--medium .dz-message {
    margin-top: 75px; }

.dropzone--medium:before {
    top: 70px; }

.dropzone-image--medium {
    width: 360px;
    height: 216px;
    background-position: 50% 50%; }

@media screen and (max-width: 1200px) {
    .dropzone--medium {
        height: 154px; }
    .dropzone-image--medium {
        height: 154px; }
    .dropzone--medium .dz-message {
        margin-top: 55px; }
    .dropzone--medium:before {
        top: 50px; } }

@media screen and (max-width: 767px) {
    .dropzone-image--medium, .dropzone--medium {
        height: 155px; }
    .dropzone--medium .dz-message {
        margin-top: 45px; }
    .dropzone--medium:before {
        top: 40px; } }

.dropzone--large {
    width: 438px;
    height: 262px; }

.dropzone--large .dz-message {
    margin-top: 95px; }

.dropzone--large:before {
    top: 90px; }

.dropzone-image--large {
    width: 438px;
    height: 262px;
    background-position: 50% 50%; }

@media screen and (max-width: 767px) {
    .dropzone-image--large, .dropzone--large {
        height: 195px; }
    .dropzone--large .dz-message {
        margin-top: 55px; }
    .dropzone--large:before {
        top: 50px; } }

.dropzone-image--long {
    width: 363px;
    height: 505px !important; }

.dropzone--long {
    width: 363px;
    height: 505px !important; }

@media screen and (max-width: 1200px) {
    .dropzone-image--long {
        width: 260px;
        height: 363px !important; }
    .dropzone--long {
        width: 260px;
        height: 363px !important; } }

.search-instructors {
    margin-bottom: 70px;
    position: relative; }

.search-instructors .container {
    position: relative; }

.search-instructors-field {
    height: 45px;
    position: absolute;
    bottom: -90px;
    width: calc(85% - 30px);
    margin-left: 15px;
    border: none;
    background: none;
    outline: none;
    padding-left: 26px;
    padding-right: 26px;
    background-image: url(../img/search.svg);
    background-repeat: no-repeat;
    background-position: 0 50%;
    -webkit-background-size: 16px;
    background-size: 16px;
    font-size: 16px; }

.search-instructors-field-close {
    position: absolute;
    right: 20px;
    top: 164px;
    width: 12px; }

@media screen and (min-width: 760px) {
    .search-instructors-field-close {
        display: none !important; } }

@media screen and (max-width: 760px) {
    .search-instructors {
        margin-bottom: 54px; }
    .search-instructors-field {
        height: 40px;
        bottom: -75px; } }

@media screen and (min-width: 760px) {
    .dropzone-image.video__dropzone-image:first-child {
        margin-left: 14px !important; }
    .videos__list {
        margin-left: -14px;
        width: calc(100% + 28px); } }

.locked {
    opacity: 0.5; }

.locked .l {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }

.settings-profile {
    position: relative; }

.settings-profile-preview {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 24px;
    left: 22px;
    font-size: 15px; }

.settings-profile-preview span {
    padding-left: 10px; }

@media screen and (max-width: 760px) {
    .settings-profile-preview {
        margin-top: 10px;
        justify-content: center;
        padding: 0; }
    .settings-profile-preview--desktop {
        display: none; }
    .settings-profile-link {
        padding-top: 17px; } }

.mapSmall {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 11px;
    text-align: center; }

.mapMedium {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 18px;
    text-align: center; }

.mapLarge {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 20px;
    text-align: center; }

.instructors-list__map {
    background: none !important; }

.up-enter-active, .up-leave-active {
    transition: all .5s;
    transform: translateY(0); }

.up-enter, .up-leave-to {
    opacity: 0;
    transform: translateY(20px); }

.map__card {
    background: none !important; }

@media screen and (max-width: 991px) {
    .map .instructors-list__item-fields-item {
        margin-right: 7vw !important; }
    #instructors_list {
        min-height: 260px; }
    .map .instructors-list__item-fields-item--last {
        margin-right: 0 !important; } }

#appmap * {
    touch-action: auto; }

.main__screen {
    background-color: #0033CC;
    min-height: 100vh;
    position: relative;
    overflow: hidden; }
.main__screen-menu {
    top: 120px;
    left: -1000px;
    position: absolute;
    line-height: 50px;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    z-index: 1000; }
.main__screen-menu ul {
    margin-bottom: 40px; }
.main__screen-menu a {
    font-size: 18px;
    color: #fff;
    font-weight: bold; }
.main__screen-menu.open {
    display: block;
    left: 15px; }
@media screen and (max-width: 760px) {
    .main__screen-menu--v2 {
        top: 20vmin !important; } }
.main__screen-menu--v2 ul li {
    line-height: 2; }
.main__screen--menu .main__content-title {
    visibility: hidden;
    opacity: 0; }
.main__screen--menu .main__content-text {
    visibility: hidden;
    opacity: 0; }
.main__screen--menu .main__content-button {
    visibility: hidden;
    opacity: 0; }
.main__screen--menu .main__car-1 {
    left: 240px !important; }
.main__screen--menu .main__car-2 {
    left: 30px !important; }
.main__screen--car-out .main__car-1 {
    left: 2000px !important; }
.main__screen--car-out .main__car-2 {
    left: 2000px !important; }
.main__screen .container {
    position: relative;
    height: 100vh;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column; }
.main__screen--v2 {
    padding-bottom: 48px;
    min-height: auto; }
@media screen and (max-width: 900px) {
    .main__screen--v2 {
        min-height: auto !important;
        height: auto !important; } }
.main__screen--v2 .container {
    height: auto; }
@media screen and (max-width: 900px) {
    .main__screen--v2 .container {
        height: auto !important; } }
.main__screen--v2 .main__content {
    max-width: 100%;
    width: 100%;
    padding-top: 53px; }
.main__screen--v2 .main__content-text {
    width: 100%; }
.main__screen--v2 .main__content-title {
    font-size: 40px;
    line-height: 39px; }
@media screen and (max-width: 1020px) {
    .main__screen--v2 .main__content-title {
        font-size: 30px;
        line-height: 39px; } }
@media screen and (max-width: 760px) {
    .main__screen--v2 .main__content-title {
        font-size: 26px;
        line-height: 32px; }
    .main__screen--v2 .main__content-title br {
        display: none; } }
.main__screen--v2 .main__content-text {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    padding-top: 20px; }
@media screen and (max-width: 760px) {
    .main__screen--v2 .main__content-text {
        font-size: 16px;
        line-height: 20px; } }
.main__screen--v2 .main__content-button a {
    border-radius: 5px;
    margin-top: 31px;
    height: 44px;
    line-height: 44px;
    width: 236px;
    font-size: 15px;
    text-transform: none; }
.main__screen--v3 {
    padding-bottom: 52px; }
@media screen and (max-width: 767px) {
    .main__screen--v3 {
        padding-bottom: 204px; } }
@media screen and (max-width: 767px) {
    .main__screen--v3 .main__content {
        padding-top: 26px; } }
@media screen and (max-width: 767px) {
    .main__screen--v3 .main__content-title {
        max-width: 311px; } }
.main__screen--v3 .main__content-title-logo {
    background-image: url(../img/logo-school-3.svg);
    width: 302px;
    height: 37px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -321px;
    bottom: 2px; }
@media screen and (max-width: 767px) {
    .main__screen--v3 .main__content-title-logo {
        width: 191px;
        height: 23px;
        right: -203px;
        bottom: 3px; } }
.main__screen--v3 .main__content-text {
    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
    padding-top: 18px; }
@media screen and (max-width: 767px) {
    .main__screen--v3 .main__content-text {
        font-size: 18px;
        line-height: 24px;
        padding-top: 16px; } }
.main__screen--v3 .main__content-button {
    margin-top: 27px; }
@media screen and (max-width: 767px) {
    .main__screen--v3 .main__content-button {
        margin-top: 16px; } }
@media screen and (max-width: 767px) {
    .main__screen--v3 .main__content-button a {
        width: 100%; } }
.main__screen--v3 .main__content-el-1 {
    background-image: url(../img/main-el-1.png);
    width: 477px;
    height: 331px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -40px;
    top: -2px;
    z-index: 10; }
@media screen and (max-width: 991px) {
    .main__screen--v3 .main__content-el-1 {
        right: -170px; } }
@media screen and (max-width: 767px) {
    .main__screen--v3 .main__content-el-1 {
        width: 259px;
        height: 183px;
        right: 27px;
        top: 10px; } }
.main__screen--v3 .main__content-el-2 {
    background-image: url(../img/main-el-2.png);
    width: 125px;
    height: 112px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 28px;
    right: -90px; }
@media screen and (max-width: 991px) {
    .main__screen--v3 .main__content-el-2 {
        right: -190px; } }
@media screen and (max-width: 767px) {
    .main__screen--v3 .main__content-el-2 {
        width: 66px;
        height: 57px;
        right: -1px;
        top: 27px; } }
.main__screen--v3 .main__content-el-3 {
    background-image: url(../img/main-el-3.png);
    width: 215px;
    height: 168px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 359px;
    bottom: -53px; }
@media screen and (max-width: 991px) {
    .main__screen--v3 .main__content-el-3 {
        right: 200px; } }
@media screen and (max-width: 767px) {
    .main__screen--v3 .main__content-el-3 {
        width: 115px;
        height: 90px;
        right: 244px;
        bottom: -197px; } }
.main__screen-el-1 {
    background-image: url(../img/cloud.png);
    width: 205px;
    height: 154px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 83px;
    left: 0; }
@media screen and (max-width: 760px) {
    .main__screen-el-1 {
        display: none; } }
.main__screen-el-2 {
    background-image: url(../img/calendar.png);
    width: 247px;
    height: 298px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 119px;
    left: 1px; }
@media screen and (max-width: 1200px) {
    .main__screen-el-2 {
        left: -40px; } }
@media screen and (max-width: 760px) {
    .main__screen-el-2 {
        width: 149px;
        height: 160px;
        left: -22px;
        top: 310px; } }
.main__screen-el-3 {
    background-image: url(../img/calendar-2.png);
    width: 158px;
    height: 158px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 175px;
    left: 95px; }
@media screen and (max-width: 1290px) {
    .main__screen-el-3 {
        left: -33px;
        top: 241px; } }
@media screen and (max-width: 1200px) {
    .main__screen-el-3 {
        left: 14px; } }
@media screen and (max-width: 760px) {
    .main__screen-el-3 {
        width: 104px;
        height: 104px;
        left: 9px;
        top: 381px; } }
.main__screen-el-4 {
    background-image: url(../img/cloud-2.png);
    width: 128px;
    height: 192px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 13px;
    right: 0; }
@media screen and (max-width: 1200px) {
    .main__screen-el-4 {
        top: 85px; } }
@media screen and (max-width: 760px) {
    .main__screen-el-4 {
        display: none; } }
.main__screen-el-5 {
    background-image: url(../img/object.png);
    width: 498px;
    height: 433px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 61px;
    right: -104px; }
@media screen and (max-width: 1290px) {
    .main__screen-el-5 {
        right: -208px; } }
@media screen and (max-width: 1200px) {
    .main__screen-el-5 {
        right: -249px;
        top: 137px; } }
@media screen and (max-width: 760px) {
    .main__screen-el-5 {
        width: 192px;
        height: 228px;
        right: -16px;
        top: 293px; } }

.main__header {
    padding-top: 32px;
    position: relative;
    z-index: 4; }
.main__header-burger {
    width: 27px;
    height: 17px;
    cursor: pointer; }
.main__header-burger span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    margin-bottom: 5px;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms; }
.main__header-burger span:last-child {
    margin-bottom: 0; }
.main__header-burger.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 10px; }
.main__header-burger.open span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -12px; }
.main__header-burger.open span:last-child {
    display: none; }
.main__header-logo a {
    display: block;
    width: 102px;
    height: 23px;
    background-image: url(../img/logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer; }
.main__header-menu a {
    color: #fff;
    font-weight: 500;
    font-size: 16px; }
.main__header-menu li {
    margin-right: 33px; }
.main__header-menu li:last-child {
    margin-right: 0; }

.main__car-1 {
    width: 508px;
    height: 508px;
    background-image: url(../img/car-1.png);
    position: absolute;
    z-index: 1;
    top: -213px;
    left: -1212px;
    background-size: contain;
    background-repeat: no-repeat; }
.main__car-1.ready {
    left: -279px; }
.main__car-1.out {
    left: 1600px !important; }

.main__car-2 {
    width: 508px;
    height: 508px;
    background-image: url(../img/car-2.png);
    position: absolute;
    z-index: 1;
    top: 1px;
    left: -1221px;
    background-size: contain;
    background-repeat: no-repeat; }
.main__car-2.ready {
    left: -469px; }
.main__car-2.out {
    left: 1600px !important; }

.main__content {
    max-width: 741px;
    margin: auto;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 100; }
.main__content-title {
    line-height: 1.3;
    font-size: 38px;
    font-weight: bold;
    position: relative;
    z-index: 2;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms; }
.main__content-title span {
    position: relative; }
.main__content-text {
    line-height: 1.2;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    z-index: 2;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    width: 508px;
    padding-top: 67px;
    font-size: 18px;
    margin: auto; }
.main__content-elements {
    position: relative; }
.main__content-button {
    position: relative;
    z-index: 2;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms; }
.main__content-button a {
    display: block;
    width: 206px;
    height: 47px;
    background-color: #33FF00;
    color: #0033CC;
    margin: auto;
    text-align: center;
    line-height: 47px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 53px;
    font-size: 13px;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms; }
.main__content-button a:hover {
    opacity: 0.9; }

.main__info {
    padding-top: 50px;
    padding-bottom: 53px;
    background-color: #fff; }
.main__info-title {
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 15px;
    line-height: 1.2;
    min-height: 52px; }
.main__info-item {
    width: 310px; }
.main__info-item:last-child {
    margin-right: -15px; }
.main__info-list {
    padding-right: 20px; }
.main__info-text {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.1px; }

.main__instructors {
    max-width: 100%;
    overflow: hidden; }
.main__instructors-item {
    position: relative;
    cursor: pointer;
    width: 80px;
    min-width: 80px;
    height: auto;
    overflow: hidden; }
.main__instructors-item img {
    width: 100%;
    display: block; }
.main__instructors-item:hover:after {
    opacity: 1; }
.main__instructors-item:hover .main__instructors-raiting {
    opacity: 1; }
.main__instructors-item:hover .main__instructors-name {
    opacity: 1; }
.main__instructors-item:hover .main__instructors-raiting_level {
    opacity: 1; }
.main__instructors-item:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms; }
.main__instructors-name {
    padding-left: 15px;
    padding-top: 10px;
    color: #fff;
    position: absolute;
    z-index: 100;
    font-size: 16px;
    top: 0;
    left: 0;
    font-weight: bold;
    line-height: 1.4;
    opacity: 0;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    display: none; }
.main__instructors-raiting {
    padding-left: 15px;
    padding-top: 10px;
    color: #fff;
    position: absolute;
    z-index: 100;
    font-size: 16px;
    bottom: 0;
    right: 0;
    font-weight: bold;
    line-height: 1.4;
    right: 6px;
    bottom: 16px;
    opacity: 0;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    display: none; }
.main__instructors-raiting_level {
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    opacity: 0;
    z-index: 100; }
.main__instructors-raiting_level span {
    content: '';
    display: block;
    background-color: #33FF00;
    height: 7px;
    width: 100%; }

.main__block {
    padding-top: 52px;
    padding-bottom: 57px; }
.main__block-review {
    margin-bottom: 30px; }
.main__block-review_photo {
    width: 80px;
    min-width: 80px; }
.main__block-review_photo img {
    max-width: 100%; }
.main__block-review_text {
    margin-left: 20px;
    margin-top: -3px;
    line-height: 1.7;
    font-size: 14px;
    color: #545454; }
.main__block-review_text strong {
    display: block;
    font-weight: bold;
    padding-top: 2px; }
.main__block-review_stars {
    font-size: 28px;
    padding-top: 8px;
    padding-bottom: 20px;
    color: #808080; }
.main__block-review_stars i.active {
    color: #29EF00; }
.main__block--bg {
    background-color: #fff;
    padding-bottom: 127px; }
.main__block-button {
    position: relative;
    z-index: 2; }
.main__block-button a {
    display: block;
    width: 206px;
    height: 47px;
    background-color: #33FF00;
    color: #0033CC;
    text-align: center;
    line-height: 47px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 14px;
    font-size: 13px;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms; }
.main__block-button a:hover {
    opacity: 0.9; }
.main__block-button--blue a {
    margin-top: 56px;
    background-color: #0033CC;
    color: #fff; }
.main__block-title {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.2;
    padding-bottom: 28px;
    letter-spacing: -0.4px; }
.main__block-title--bottom {
    padding-bottom: 40px; }
.main__block-text {
    font-size: 14px;
    color: #808080;
    line-height: 1.7; }
.main__block-icon {
    padding-bottom: 13px; }
.main__block-icon img {
    width: 40px; }

.main__footer {
    background-color: #fff;
    padding-top: 193px; }
.main__footer-top {
    padding-bottom: 50px; }
.main__footer-bottom {
    padding-bottom: 74px; }
.main__footer-box {
    border-top: 1px solid #D2D2D2;
    padding-top: 43px; }
.main__footer-menu {
    line-height: 1.7;
    margin-right: 159px; }
.main__footer-menu a {
    color: #000;
    font-size: 18px; }
.main__footer-menu a:hover {
    color: #0033CC; }
.main__footer-contacts {
    text-align: right; }
.main__footer-phone {
    font-size: 36px; }
.main__footer-phone a {
    color: #000; }
.main__footer-time {
    font-size: 16px;
    padding-top: 8px; }

.notransition {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important; }

@media screen and (max-width: 1200px) {
    .main__instructors-item:nth-child(35) {
        display: none; }
    .main__instructors-item:nth-child(36) {
        display: none; }
    .main__instructors-item:nth-child(37) {
        display: none; }
    .main__instructors-item:nth-child(38) {
        display: none; }
    .main__instructors-item:nth-child(39) {
        display: none; }
    .main__instructors-item:nth-child(40) {
        display: none; }
    .main__instructors-item:nth-child(41) {
        display: none; }
    .main__instructors-item:nth-child(42) {
        display: none; } }

@media screen and (max-width: 991px) {
    .main__info-title {
        font-size: 23px;
        min-height: 1px;
        padding-bottom: 10px; }
    .main__info-title br {
        display: none; }
    .main__block-text br {
        display: none; }
    .main__instructors-item {
        width: 12.33%;
        min-width: 12.33%; }
    .main__instructors-item:nth-child(33) {
        display: none; }
    .main__instructors-item:nth-child(34) {
        display: none; }
    .main__instructors-list {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media screen and (max-width: 760px) {
    .main__header {
        padding-top: 8vmin; }
    .main__header-burger {
        margin-left: 4.2vmin;
        width: 6.7vmin;
        height: 5.3vmin; }
    .main__header-burger span {
        height: 2px;
        margin-bottom: 1.9vmin; }
    .main__header-burger.open span:nth-child(1) {
        margin-top: 2.2vmin; }
    .main__header-burger.open span:nth-child(2) {
        margin-top: -2.4vmin; }
    .main__header-logo a {
        width: 34vmin;
        height: 7.7vmin; }
    .main__header-menu i {
        font-size: 6vmin;
        margin-right: 3vmin; }
    .main__car-2 {
        display: none !important; }
    .main__block-title {
        font-size: 37px; }
    .main__screen-menu.open {
        left: 20px; }
    .main__content {
        max-width: 100%;
        padding-top: 44vmin; }
    .main__content-button a {
        margin-top: 10vmin;
        width: 54vmin;
        height: 12vmin;
        line-height: 12vmin;
        font-size: 3vmin; }
    .main__content-title {
        font-size: 5.47vmin;
        letter-spacing: 0;
        line-height: 1.3;
        padding-top: 0.9vmin; }
    .main__content-title br {
        display: none; }
    .main__content-text {
        padding-top: 3.1vmin;
        font-size: 3.6vmin;
        width: 95%;
        margin: auto;
        line-height: 1.3; }
    .main__car-2 {
        width: 115vmin;
        height: 115vmin; }
    .main__car-1 {
        width: 115vmin;
        height: 115vmin; }
    .main__car-1 {
        top: -44vmin; }
    .main__car-2 {
        top: -8vmin; }
    .main__screen-menu.open {
        z-index: 1000; }
    .main__screen {
        min-height: 1vh;
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100); }
    .main__screen .container {
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100); }
    .main__content {
        margin-top: auto; }
    .main__info-item:last-child {
        margin-right: 0; }
    .main__info-list {
        padding-bottom: 4.5vmin; }
    .main__info {
        padding-top: 6vmin; }
    .main__info-title {
        font-size: 5.47vmin;
        min-height: 1px;
        padding-bottom: 10px;
        text-align: center;
        width: 85vmin;
        margin: auto;
        padding-top: 2.3vmin;
        padding-left: 0;
        padding-bottom: 2.3vmin;
        letter-spacing: 0; }
    .main__info-title br {
        display: block; }
    .main__info-text {
        font-size: 3.6vmin;
        line-height: 1.4;
        letter-spacing: 0.2px;
        text-align: center;
        width: 85.4vmin;
        margin: auto; }
    .main__info-list {
        padding-right: 0; }
    .main__info-item {
        width: 100%;
        margin-bottom: 10vmin !important; }
    .main__instructors-item {
        width: 20vmin;
        height: 20vmin;
        min-width: 20vmin;
        display: none; }
    .main__instructors-item:nth-child(1) {
        display: block; }
    .main__instructors-item:nth-child(2) {
        display: block; }
    .main__instructors-item:nth-child(3) {
        display: block; }
    .main__instructors-item:nth-child(4) {
        display: block; }
    .main__instructors-item:nth-child(5) {
        display: block; }
    .main__instructors-item:nth-child(6) {
        display: block; }
    .main__instructors-item:nth-child(7) {
        display: block; }
    .main__instructors-item:nth-child(8) {
        display: block; }
    .main__instructors-item:nth-child(9) {
        display: block; }
    .main__instructors-item:nth-child(10) {
        display: block; }
    .main__instructors-item:nth-child(11) {
        display: block; }
    .main__instructors-item:nth-child(12) {
        display: block; }
    .main__instructors-item:nth-child(13) {
        display: block; }
    .main__instructors-item:nth-child(14) {
        display: block; }
    .main__instructors-item:nth-child(15) {
        display: block; }
    .main__info {
        padding-bottom: 0.6vmin; }
    .main__instructors-list {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap; }
    .main__block {
        padding-top: 9vmin;
        padding-bottom: 11vmin; }
    .main__block-title {
        font-size: 7.3vmin;
        padding-left: 0;
        text-align: center;
        line-height: 0.9;
        padding-bottom: 7.3vmin;
        letter-spacing: -1.4px; }
    .main__block-item {
        text-align: center; }
    .main__block-list {
        padding-left: 0;
        padding-bottom: 12vmin; }
    .main__screen-menu {
        top: 29vmin; }
    .main__block-icon {
        padding-bottom: 1vmin; }
    .main__block-text {
        font-size: 3.6vmin;
        padding-top: 1.3vmin;
        line-height: 1.5;
        width: 83%;
        margin: auto; }
    .main__block-button a {
        margin: auto;
        margin-top: 7.7vmin;
        width: 54vmin;
        height: 12vmin;
        line-height: 12vmin;
        font-size: 3.3vmin; }
    .main__block-review {
        margin-bottom: 11vmin; }
    .main__block-reviews {
        margin-left: 0;
        width: 90%;
        margin: auto; }
    .main__block-review_stars {
        font-size: 6.7vmin;
        padding-bottom: 3.8vmin; }
    .main__block-review_photo {
        width: 20vmin;
        min-width: 20vmin; }
    .main__block-review_text {
        margin-left: 2.4vmin;
        margin-top: 0.7vmin;
        line-height: 1.3;
        font-size: 3.6vmin; }
    .main__block-review_text br {
        display: none; }
    .main__block-review_text strong {
        padding-top: 1vmin; }
    .main__block-button a {
        font-size: 3vmin; }
    .main__block--bg {
        padding-top: 11vmin; }
    .main__block--bg .main__info-title br {
        display: none; }
    .main__block-title--bottom {
        width: 81%;
        margin: auto;
        padding-bottom: 7.9vmin; }
    .main__instructors {
        width: calc(100% + 30px);
        max-width: calc(100% + 30px);
        margin-left: -15px; } }

.header--main {
    position: relative;
    z-index: 200;
    background: none; }

.invisible {
    opacity: 0;
    visibility: hidden; }

@media screen and (max-width: 900px) and (orientation: landscape) {
    .main__screen {
        min-height: 67vw; }
    .main__screen .container {
        height: 67vw; } }

.public-section {
    font-family: 'Proxima Nova';
    line-height: 1.2;
    padding: 10vmin 0; }
@media screen and (min-width: 768px) {
    .public-section {
        padding: 70px 0; } }
.public-section--top {
    background: #0033CC;
    color: #fff;
    padding: 7.3vmin 0; }
@media screen and (min-width: 768px) {
    .public-section--top {
        padding: 55px 0; } }
.public-section--white {
    background: #fff; }
.public-section .content-form-row label {
    font-size: 3.4vmin; }
@media screen and (min-width: 768px) {
    .public-section .content-form-row label {
        font-size: 13px; } }
.public-section--small {
    padding: 35px 0 31px 0; }
@media screen and (max-width: 768px) {
    .public-section--small {
        padding: 5px 0 33px 0; } }
.public-section--small .public-title {
    font-size: 40px;
    line-height: 39px; }
@media screen and (max-width: 768px) {
    .public-section--small .public-title {
        font-size: 26px;
        line-height: 32px; }
    .public-section--small .public-title br {
        display: none; } }
.public-section--small .breadcrumbs {
    padding-bottom: 44px; }
@media screen and (max-width: 768px) {
    .public-section--small .breadcrumbs {
        padding-bottom: 17px; } }
.public-section--blog {
    background-image: url(../img/dots.svg);
    background-size: 425px;
    background-repeat: no-repeat;
    background-position: 85% 100%; }
@media screen and (max-width: 768px) {
    .public-section--blog {
        background-image: url(../img/dots-mob.svg);
        background-size: 210px;
        background-position: 100% 100%; } }
.public-section--blog-article {
    background-image: url(../img/dots-2.svg);
    background-position: 77% 46%; }
.public-section--blog-article .public-title {
    width: 554px; }
@media screen and (max-width: 991px) {
    .public-section--blog-article .public-title {
        width: 400px; } }
@media screen and (max-width: 768px) {
    .public-section--blog-article .public-title {
        width: auto; } }
@media screen and (max-width: 768px) {
    .public-section--blog-article {
        background-position: 149% 148%;
        background-size: 264px; } }

.public-label {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 92px; }
@media screen and (max-width: 768px) {
    .public-label {
        margin-top: 11px; } }
.public-label p {
    margin-right: 19px; }

.public-calendar {
    width: 22px;
    height: 22px;
    cursor: pointer;
    background-image: url(../img/calendar-icon.svg);
    background-size: contain;
    background-repeat: no-repeat; }

.public-list {
    width: 22px;
    height: 22px;
    cursor: pointer;
    background-image: url(../img/list.svg);
    background-size: contain;
    background-repeat: no-repeat; }

.public-search-icon {
    width: 22px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/search-2.svg);
    cursor: pointer; }

.public-title {
    font-family: 'Proxima Nova';
    font-weight: bold;
    line-height: 1.2;
    font-size: 6.2vmin; }
.public-title a {
    color: #fff; }
@media screen and (min-width: 768px) {
    .public-title {
        font-size: 38px; } }
@media screen and (min-width: 992px) {
    .public-title {
        font-size: 48px; } }
.public-title--large {
    font-size: 26px;
    line-height: 32px; }
.public-title-opacity {
    opacity: 0.6;
    font-weight: 400; }
.public-title-opacity.active {
    font-weight: bold;
    opacity: 1; }
.public-title-opacity a {
    color: #fff; }
.public-title--uppercase {
    text-transform: uppercase; }

.public-icon {
    width: 75px;
    min-width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden; }
.public-icon img {
    width: 100%; }

.public-subtitle {
    font-family: 'Proxima Nova';
    font-weight: bold;
    font-size: 6.2vmin;
    line-height: 1; }
@media screen and (min-width: 768px) {
    .public-subtitle {
        font-size: 32px;
        line-height: 1.2; } }
.public-subtitle--faq {
    margin-top: 10vmin; }
@media screen and (min-width: 768px) {
    .public-subtitle--faq {
        margin-top: 70px; } }

.public-descr {
    font-weight: bold;
    font-size: 3.6vmin;
    width: 90%;
    margin-left: auto;
    margin-right: auto; }
@media screen and (min-width: 768px) {
    .public-descr {
        font-size: 18px;
        width: 100%; } }
@media screen and (min-width: 768px) {
    .public-descr--small {
        font-size: 16px; } }

.public-link {
    display: inline-block;
    color: #33CC00; }
.public-link:hover, .public-link:active {
    color: #33CC00; }
.public-link--bold {
    font-weight: bold; }

.public-p {
    margin-top: 3vmin;
    font-size: 3.6vmin;
    line-height: 1.5; }
@media screen and (min-width: 768px) {
    .public-p {
        margin-top: 21px;
        font-size: 14px;
        line-height: 1.7; } }

@media screen and (min-width: 768px) {
    .public__max-w-250 {
        max-width: 250px; } }

@media screen and (min-width: 768px) {
    .public__max-w-650 {
        max-width: 650px; } }

.public-mt-30 {
    margin-top: 4.2vmin; }
@media screen and (min-width: 768px) {
    .public-mt-30 {
        margin-top: 30px; } }

.public-mt-40 {
    margin-top: 5.7vmin; }
@media screen and (min-width: 768px) {
    .public-mt-40 {
        margin-top: 40px; } }

.public-mt-70 {
    margin-top: 10vmin; }
@media screen and (min-width: 768px) {
    .public-mt-70 {
        margin-top: 70px; } }

.public-item {
    padding-bottom: 10vmin;
    text-align: center; }
.public-item:last-child {
    padding-bottom: 0; }
@media screen and (min-width: 768px) {
    .public-item {
        padding-bottom: 0;
        text-align: left; } }
.public-item--contacts {
    text-align: left; }
@media screen and (min-width: 768px) {
    .public-item--contacts {
        padding-bottom: 70px; } }
.public-item--contacts .public-item__title {
    width: 100%; }
.public-item--contacts .public-item__descr {
    width: 100%; }
.public-item__title {
    font-weight: bold;
    font-size: 5.47vmin;
    line-height: 1.2;
    width: 90%;
    margin: 0 auto; }
@media screen and (min-width: 768px) {
    .public-item__title {
        font-size: 16px;
        width: 100%; } }
.public-item__descr {
    font-size: 3.6vmin;
    line-height: 1.4;
    padding-top: 2.3vmin;
    width: 90%;
    margin: 0 auto; }
@media screen and (min-width: 768px) {
    .public-item__descr {
        font-size: 14px;
        line-height: 1.7;
        padding-top: 21px;
        width: 100%; } }
.public-item__img {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto;
    margin-bottom: 16px; }
@media screen and (min-width: 768px) {
    .public-item__img {
        margin-left: 0; } }
.public-item__video {
    width: auto;
    height: 195px;
    margin-bottom: 22px; }
@media screen and (max-width: 1200px) {
    .public-item__video {
        height: 164px; } }
@media screen and (max-width: 992px) {
    .public-item__video {
        height: 186px; } }
.public-item--video {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column; }
@media screen and (max-width: 760px) {
    .public-item--video {
        margin-bottom: 15px; } }
.public-item--video .public-item__title {
    min-height: 38px; }
@media screen and (max-width: 760px) {
    .public-item--video .public-item__title {
        order: 1;
        margin-bottom: 10px; } }
.public-item--video .public-item__descr {
    padding-top: 0;
    line-height: 25px;
    margin-top: 12px; }
@media screen and (max-width: 760px) {
    .public-item--video .public-item__descr {
        order: 3; } }
@media screen and (max-width: 760px) {
    .public-item--video .public-item__video {
        order: 2;
        margin-bottom: 0;
        height: 194px; } }

.public-accordeon {
    margin-top: 10vmin; }
@media screen and (min-width: 768px) {
    .public-accordeon {
        margin-top: 43px; } }
.public-accordeon__item {
    padding: 18px 0;
    line-height: 1.2;
    border-bottom: 1px solid #C4C4C4; }
.public-accordeon__item:first-child {
    border-top: 1px solid #C4C4C4; }
.public-accordeon__item.open .public-accordeon__head {
    color: #0033CC; }
.public-accordeon__item.open .public-accordeon__btn {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0); }
.public-accordeon__head {
    font-weight: bold;
    cursor: pointer;
    padding-right: 40px;
    position: relative;
    font-size: 5.2vmin; }
@media screen and (min-width: 768px) {
    .public-accordeon__head {
        font-size: 24px; } }
@media screen and (min-width: 1080px) {
    .public-accordeon__title {
        max-width: 1000px; } }
.public-accordeon__btn {
    width: 12px;
    height: 12px;
    background: url("../img/vector.svg") no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 4px;
    right: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
@media screen and (min-width: 768px) {
    .public-accordeon__btn {
        width: 19px;
        height: 19px; } }
.public-accordeon__body {
    margin-top: 10px;
    display: none;
    font-size: 3.6vmin; }
@media screen and (min-width: 768px) {
    .public-accordeon__body {
        font-size: 14px; } }

.public-faq-form {
    margin-top: 30px;
    padding-bottom: 10px; }
@media screen and (min-width: 768px) {
    .public-faq-form {
        margin-top: 45px;
        padding-bottom: 30px; } }
.public-faq-form__field {
    width: 100%; }
@media screen and (min-width: 768px) {
    .public-faq-form__field {
        width: calc(100% - 200px); } }
.public-faq-form__btn {
    width: 100%; }
@media screen and (min-width: 768px) {
    .public-faq-form__btn {
        width: 200px; } }

.public-agreement h3 {
    line-height: 1.2;
    font-weight: bold;
    margin-top: 10vmin;
    font-size: 5.47vmin; }
@media screen and (min-width: 768px) {
    .public-agreement h3 {
        margin-top: 70px;
        font-size: 18px; } }

.public-agreement p {
    margin-top: 3vmin;
    font-size: 3.6vmin;
    line-height: 1.4; }
@media screen and (min-width: 768px) {
    .public-agreement p {
        margin-top: 21px;
        font-size: 14px;
        line-height: 1.7; } }

.public-contacts {
    margin-top: 10vmin; }
@media screen and (min-width: 768px) {
    .public-contacts {
        margin-top: 60px; } }
.public-contacts__text {
    font-size: 3.6vmin; }
@media screen and (min-width: 768px) {
    .public-contacts__text {
        font-size: 14px; } }
.public-contacts__phone-link {
    color: #000; }
.public-contacts__phone-link:hover, .public-contacts__phone-link:active {
    color: #000; }

.about-interaction__wrap {
    padding-bottom: 0; }

.about-interaction__phone {
    width: 100%;
    background: url("../img/phone.svg") no-repeat center bottom;
    background-size: 120vw;
    padding-top: 84%; }
@media screen and (min-width: 576px) {
    .about-interaction__phone {
        background-size: 81vw;
        padding-top: 71%; } }
@media screen and (min-width: 768px) {
    .about-interaction__phone {
        padding-top: 60%;
        background-size: auto 340px;
        padding-top: 320px; } }
@media screen and (min-width: 992px) {
    .about-interaction__phone {
        width: 100%;
        background-size: 500px;
        margin-top: -40px;
        padding-top: 320px; } }

.about-interaction__block {
    position: relative;
    padding-top: 41px; }
.about-interaction__block:last-child {
    padding-top: 15px; }
@media screen and (min-width: 768px) {
    .about-interaction__block {
        padding-top: 72px; }
    .about-interaction__block:last-child {
        padding-top: 72px; } }
.about-interaction__block-content {
    max-width: 500px; }

.about-interaction__cabinet {
    max-width: 240px;
    margin: 0 auto;
    padding-top: 50px; }
@media screen and (min-width: 768px) {
    .about-interaction__cabinet {
        max-width: 290px; } }
.about-interaction__cabinet-img {
    display: block;
    margin-right: 45px;
    margin-bottom: 45px;
    width: 50px;
    height: 50px; }
.about-interaction__cabinet-img:nth-child(3n) {
    margin-right: 0; }
@media screen and (min-width: 768px) {
    .about-interaction__cabinet-img {
        margin-right: 55px;
        margin-bottom: 55px;
        width: 60px;
        height: 60px; } }

.about-follow-us {
    padding-bottom: 80px; }
@media screen and (min-width: 768px) {
    .about-follow-us {
        padding-bottom: 130px; } }
.about-follow-us__descr {
    padding-bottom: 30px; }
@media screen and (min-width: 768px) {
    .about-follow-us__descr {
        padding-bottom: 40px;
        font-size: 16px; } }

.for-instructor-top__left {
    width: 100%; }
@media screen and (min-width: 768px) {
    .for-instructor-top__left {
        width: 55%;
        min-width: calc(100% - 420px);
        padding-right: 87px; } }

.for-instructor-top__right {
    width: 100%;
    margin-top: 30px; }
@media screen and (min-width: 768px) {
    .for-instructor-top__right {
        width: 45%;
        max-width: 420px;
        margin-top: 10px; } }
.for-instructor-top__right--small {
    width: 100%;
    max-width: 100%;
    margin-left: auto; }
@media screen and (min-width: 768px) {
    .for-instructor-top__right--small {
        width: calc(32.8% - 15px);
        max-width: calc(32.8% - 15px); } }

.for-instructor-top__login {
    font-size: 3.4vmin; }
@media screen and (min-width: 768px) {
    .for-instructor-top__login {
        font-size: 13px; } }
.for-instructor-top__login-link {
    color: #fff; }
.for-instructor-top__login-link:hover {
    color: #fff; }
.for-instructor-top__login-link.social {
    font-size: 20px;
    padding: 0 4px; }
@media screen and (min-width: 992px) {
    .for-instructor-top__login-link.social {
        font-size: 25px;
        padding: 0 7px; } }

@media screen and (min-width: 992px) {
    .for-instructor-app__left {
        padding-right: 40px; } }

.for-instructor-app__link {
    height: 55px; }
.for-instructor-app__link img {
    width: 140px;
    height: auto; }

.not-found__img {
    display: block;
    width: 27%;
    max-width: 200px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 10vmin; }
@media screen and (min-width: 768px) {
    .not-found__img {
        width: 100%;
        margin-left: 0;
        margin-bottom: 50px; } }

.not-found__link {
    display: block;
    color: #0033CC; }
.not-found__link:hover, .not-found__link:active {
    color: #0033CC; }

.correct-footer {
    margin-bottom: -3rem; }

.form-control--transparent {
    background: transparent;
    border: 1px solid #ffff;
    color: #fff; }
.form-control--transparent::-webkit-input-placeholder {
    color: #fff; }

.public-learn-item {
    margin-top: 35px !important; }

.public-learn-content {
    width: 500px; }
@media screen and (max-width: 760px) {
    .public-learn-content {
        width: 100%; } }

.public-learn-image {
    width: 50%;
    min-width: 50%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-start;
    position: relative; }
.public-learn-image--arrow-2:after {
    content: '';
    display: block;
    width: 209px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(../img/arrow-learn-2.svg);
    position: absolute;
    left: 357px;
    top: 177px; }
@media screen and (max-width: 1200px) {
    .public-learn-image--arrow-2:after {
        width: 166px;
        left: 293px; } }
@media screen and (max-width: 990px) {
    .public-learn-image--arrow-2:after {
        width: 366px;
        left: 73px;
        transform: rotate(134deg);
        top: 211px;
        height: 200px; } }
@media screen and (max-width: 760px) {
    .public-learn-image--arrow-2:after {
        display: none; } }
.public-learn-image--arrow-3:after {
    content: '';
    display: block;
    width: 305px;
    height: 207px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(../img/arrow-learn-3.svg);
    position: absolute;
    left: 311px;
    top: 190px; }
@media screen and (max-width: 1200px) {
    .public-learn-image--arrow-3:after {
        width: 197px;
        height: 183px;
        left: 272px; } }
@media screen and (max-width: 990px) {
    .public-learn-image--arrow-3:after {
        display: none; } }
.public-learn-image--client:after {
    content: '';
    display: block;
    width: 83px;
    background-image: url(../img/learn-16-1.png);
    background-repeat: no-repeat;
    background-size: 83px;
    position: absolute;
    left: 229px;
    right: 0;
    margin: auto;
    top: 100px;
    height: 51px; }
.public-learn-image--pro:after {
    content: '';
    display: block;
    width: 329px;
    background-image: url(../img/learn-15-pro.png);
    background-repeat: no-repeat;
    background-size: 329px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 137px;
    box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.13);
    height: 45px; }
.public-learn-image .public-learn-arrow {
    position: absolute;
    font-size: 12px;
    width: 210px; }
.public-learn-image .public-learn-arrow--1 {
    left: 500px;
    top: 245px; }
@media screen and (max-width: 1200px) {
    .public-learn-image .public-learn-arrow--1 {
        left: 450px; } }
@media screen and (max-width: 990px) {
    .public-learn-image .public-learn-arrow--1 {
        display: none; } }
.public-learn-image .public-learn-arrow--1:before {
    content: '';
    display: block;
    width: 91px;
    height: 32px;
    position: absolute;
    left: -97px;
    top: 10px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    background-image: url(../img/arrow-learn-1.svg); }
.public-learn-image .public-learn-arrow--2 {
    left: 500px;
    top: 295px; }
@media screen and (max-width: 1200px) {
    .public-learn-image .public-learn-arrow--2 {
        left: 450px; } }
@media screen and (max-width: 990px) {
    .public-learn-image .public-learn-arrow--2 {
        display: none; } }
.public-learn-image .public-learn-arrow--2:before {
    content: '';
    display: block;
    width: 91px;
    height: 32px;
    position: absolute;
    left: -97px;
    top: 10px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    background-image: url(../img/arrow-learn-1.svg); }
.public-learn-image .public-learn-arrow--3 {
    left: 500px;
    top: 345px; }
@media screen and (max-width: 1200px) {
    .public-learn-image .public-learn-arrow--3 {
        left: 450px; } }
@media screen and (max-width: 990px) {
    .public-learn-image .public-learn-arrow--3 {
        display: none; } }
.public-learn-image .public-learn-arrow--3:before {
    content: '';
    display: block;
    width: 91px;
    height: 32px;
    position: absolute;
    left: -97px;
    top: 10px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    background-image: url(../img/arrow-learn-1.svg); }
.public-learn-image .public-learn-arrow--4 {
    left: 500px;
    top: 175px; }
@media screen and (max-width: 1200px) {
    .public-learn-image .public-learn-arrow--4 {
        left: 450px; } }
@media screen and (max-width: 990px) {
    .public-learn-image .public-learn-arrow--4 {
        display: none; } }
.public-learn-image .public-learn-arrow--4:before {
    content: '';
    display: block;
    width: 91px;
    height: 32px;
    position: absolute;
    left: -97px;
    top: 10px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    background-image: url(../img/arrow-learn-1.svg); }
.public-learn-image .public-learn-arrow--5 {
    left: 500px;
    top: 265px; }
@media screen and (max-width: 1200px) {
    .public-learn-image .public-learn-arrow--5 {
        left: 450px; } }
@media screen and (max-width: 990px) {
    .public-learn-image .public-learn-arrow--5 {
        display: none; } }
.public-learn-image .public-learn-arrow--5:before {
    content: '';
    display: block;
    width: 91px;
    height: 32px;
    position: absolute;
    left: -97px;
    top: 10px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    background-image: url(../img/arrow-learn-1.svg); }
.public-learn-image .public-learn-arrow--6 {
    left: 500px;
    top: 360px; }
@media screen and (max-width: 1200px) {
    .public-learn-image .public-learn-arrow--6 {
        left: 450px; } }
@media screen and (max-width: 990px) {
    .public-learn-image .public-learn-arrow--6 {
        display: none; } }
.public-learn-image .public-learn-arrow--6:before {
    content: '';
    display: block;
    width: 91px;
    height: 32px;
    position: absolute;
    left: -97px;
    top: 10px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    background-image: url(../img/arrow-learn-1.svg); }
.public-learn-image img {
    max-width: 278px;
    margin: auto;
    margin-top: 0;
    margin-bottom: 0;
    height: auto;
    border: 10px solid #fff;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.3);
    border-radius: 10px; }

.public-learn__text {
    font-size: 16px;
    line-height: 1.5;
    max-width: 85%; }

.public-learn__item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    margin-right: 164px; }
.public-learn__item:last-child {
    margin-right: 0; }
@media screen and (max-width: 990px) {
    .public-learn__item {
        margin-right: 0; } }

.public-learn__icon {
    margin-right: 20px;
    width: 40px; }

.public-learn__bottom-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
@media screen and (max-width: 990px) {
    .public-learn__bottom-list {
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between; } }
@media screen and (max-width: 760px) {
    .public-learn__bottom-list {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column; } }

.public-learn__bottom {
    padding-left: 145px;
    padding-top: 75px; }
@media screen and (max-width: 1200px) {
    .public-learn__bottom {
        padding-left: 90px; } }
@media screen and (max-width: 990px) {
    .public-learn__bottom {
        padding-left: 0; } }

.public-learn__icon img {
    width: 100%; }

.public-learn__small-title {
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 19px; }

.public-learn__item-small {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-bottom: 16px; }

.public-learn__icon-small {
    width: 24px;
    height: 24px;
    margin-right: 16px; }

.public-learn__icon-small img {
    width: 100%; }

@media screen and (max-width: 990px) {
    .public-learn__text {
        max-width: 100%; }
    .public-learn-image {
        margin-left: 0;
        width: 100%;
        margin-right: 0;
        min-width: 100%;
        display: block !important;
        text-align: center; }
    .public-learn-image img {
        width: 100%;
        margin-bottom: 30px !important; } }

@media screen and (max-width: 760px) {
    .public-learn__text {
        width: 90%;
        margin: auto;
        font-size: 3.6vmin; }
    .public-learn__list {
        width: 90%;
        margin: auto; }
    .public-learn__small-title {
        width: 90%;
        margin: auto;
        margin-bottom: 20px; }
    .public-learn__bottom-list {
        width: 90%;
        margin: auto; }
    .public-learn-image--pro:after {
        width: 295px; } }

@media screen and (min-width: 1080px) {
    .public-accordeon__body {
        max-width: 1000px; } }

.pro {
    width: 557px;
    max-width: 100%;
    padding: 9px 29px;
    padding-bottom: 40px; }
@media screen and (max-width: 767px) {
    .pro {
        width: 100%;
        padding: 13px 15px;
        padding-bottom: 40px; } }
.pro__title {
    line-height: 37px; }
@media screen and (max-width: 767px) {
    .pro__title {
        line-height: 26px;
        font-size: 22px; } }
@media screen and (max-width: 767px) {
    .pro__title br {
        display: none; } }
.pro__title i {
    display: block;
    width: 34px;
    height: 34px;
    background-image: url(../img/rocket.svg);
    background-repeat: no-repeat;
    background-size: 34px;
    min-width: 34px;
    margin-right: 16px; }
@media screen and (max-width: 767px) {
    .pro__title i {
        width: 24px;
        height: 24px;
        background-size: 24px;
        min-width: 24px;
        margin-right: 14px; } }
.pro__content {
    padding-top: 43px; }
@media screen and (max-width: 767px) {
    .pro__content {
        padding-top: 22px; } }
.pro__content-item {
    width: 52%;
    margin-bottom: 27px; }
@media screen and (max-width: 767px) {
    .pro__content-item {
        width: 100%; } }
.pro__content-item:nth-child(odd) {
    width: 40%; }
@media screen and (max-width: 767px) {
    .pro__content-item:nth-child(odd) {
        width: 100%; } }
.pro__content-icon {
    width: 40px;
    min-width: 40px; }
@media screen and (max-width: 767px) {
    .pro__content-icon {
        width: 36px;
        min-width: 36px; } }
@media screen and (max-width: 767px) {
    .pro__content-icon img {
        max-width: 57%; } }
.pro__content-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    margin-top: -2px; }
@media screen and (max-width: 767px) {
    .pro__content-text {
        font-weight: normal;
        font-size: 15px; } }
.pro__info {
    padding-top: 29px; }
@media screen and (max-width: 767px) {
    .pro__info {
        padding-top: 18px; } }
.pro__info + .pro__info {
    padding-top: 25px; }
.pro__info-title {
    width: 50%;
    font-weight: 600; }
@media screen and (max-width: 767px) {
    .pro__info-title {
        font-weight: normal; } }
.pro__info-value {
    width: 50%;
    font-weight: 600; }
@media screen and (max-width: 767px) {
    .pro__info-value {
        text-align: right; } }
.pro__info-help {
    width: 100%;
    font-size: 12px;
    padding-top: 11px;
    color: #555555; }
@media screen and (max-width: 767px) {
    .pro__info-help {
        font-size: 12px;
        padding-top: 19px;
        line-height: 15px; } }
.pro__text {
    padding-top: 12px;
    font-size: 15px;
    padding-right: 5px;
    line-height: 18px; }
.pro__text--large {
    font-size: 18px;
    line-height: 21px;
    padding-top: 43px; }
.pro__link {
    color: #0033CC;
    text-decoration: underline; }
.pro__card {
    padding-top: 39px;
    width: 376px;
    max-width: 100%; }
@media screen and (max-width: 767px) {
    .pro__card {
        padding-top: 29px; } }
@media screen and (max-width: 767px) {
    .pro__card-list {
        padding-top: 10px; } }
@media screen and (max-width: 767px) {
    .pro__card-list .links-item a {
        border-bottom: 1px solid #C8C7CC; } }
@media screen and (max-width: 767px) {
    .pro__card-list .links-item a {
        padding: 14.6px 0px; } }
@media screen and (max-width: 767px) {
    .pro__card-list .links-item-icon {
        opacity: 0.5; } }
.pro__card-title {
    font-size: 16px;
    color: #000; }
.pro__card-item {
    padding-bottom: 12px;
    padding-top: 12px;
    border-bottom: 1px solid #C8C7CC; }
.pro__card-number {
    margin-right: 35px;
    font-size: 16px;
    min-width: 120px; }
.pro__card-link a {
    text-decoration: none;
    border-bottom: 1px solid #999999;
    color: #999999;
    font-size: 14px; }

.course__header {
    background-color: #0033CC;
    padding-bottom: 8px;
    position: relative;
    overflow: hidden; }
@media screen and (max-width: 1200px) {
    .course__header {
        padding-bottom: 50px; } }
@media screen and (max-width: 767px) {
    .course__header {
        padding-bottom: 0px; } }
.course__header-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
@media screen and (max-width: 767px) {
    .course__header-box {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column; } }
.course__header-phone {
    padding-top: 32px;
    margin-left: 37px; }
@media screen and (max-width: 1000px) {
    .course__header-phone {
        margin-left: 0; } }
.course__header-phone a {
    color: #fff;
    text-decoration: none;
    font-size: 26px;
    font-weight: 600;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center; }
@media screen and (max-width: 1200px) {
    .course__header-phone a {
        font-size: 24px; } }
.course__header-phone a i {
    display: block;
    width: 22px;
    height: 22px;
    background-image: url(../img/phone-icon.svg);
    margin-right: 12px; }
.course__header-actions {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center; }
@media screen and (max-width: 1000px) {
    .course__header-actions {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -ms-align-items: flex-start;
        align-items: flex-start; } }
.course__header-right {
    margin-right: -20px;
    margin-top: 0; }
@media screen and (max-width: 1200px) {
    .course__header-right {
        margin-right: -20px;
        margin-top: 22px; } }
@media screen and (max-width: 1200px) and (max-width: 990px) {
    .course__header-right {
        margin-top: auto; } }
@media screen and (max-width: 1200px) and (max-width: 767px) {
    .course__header-right {
        margin-top: 20px; } }
.course__header-right img {
    width: 707px; }
@media screen and (max-width: 1200px) {
    .course__header-right img {
        width: 600px; } }
@media screen and (max-width: 990px) {
    .course__header-right img {
        width: 450px; } }
@media screen and (max-width: 767px) {
    .course__header-right img {
        width: 110%;
        margin-left: -5%; } }
.course__header-left {
    width: 456px;
    padding-top: 75px; }
@media screen and (max-width: 767px) {
    .course__header-left {
        padding-top: 36px;
        width: 100%; } }
.course__header-label {
    background-color: #fff;
    color: #33CC00;
    display: inline-block;
    height: 27px;
    line-height: 27px;
    padding-left: 13px;
    padding-right: 13px;
    border-radius: 88px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase; }
.course__header-title {
    font-size: 48px;
    font-weight: bold;
    padding-top: 32px;
    line-height: 48px;
    color: #fff; }
@media screen and (max-width: 990px) {
    .course__header-title {
        font-size: 38px;
        line-height: 1; } }
@media screen and (max-width: 767px) {
    .course__header-title {
        padding-top: 25px; } }
@media screen and (max-width: 359px) {
    .course__header-title {
        font-size: 34px; } }
.course__header-text {
    font-size: 18px;
    font-weight: bold;
    padding-top: 16px;
    color: #fff;
    line-height: 22px; }
@media screen and (max-width: 359px) {
    .course__header-text {
        font-size: 16px; } }
.course__header-button {
    padding-top: 32px; }
@media screen and (max-width: 767px) {
    .course__header-button {
        padding-top: 23px; } }
.course__header-button a {
    background-color: #33CC00;
    height: 41px;
    line-height: 41px;
    padding-left: 24px;
    padding-right: 24px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease; }
.course__header-button a:hover {
    background-color: #fff;
    color: #33CC00; }

.course__block {
    background-color: #F2F2F2;
    padding-top: 77px;
    padding-bottom: 79px; }
@media screen and (max-width: 767px) {
    .course__block {
        padding-top: 40px;
        padding-bottom: 4px; } }
.course__block--white {
    background-color: #fff;
    padding-top: 81px; }
@media screen and (max-width: 767px) {
    .course__block--white {
        padding-top: 45px;
        padding-bottom: 8px; }
    .course__block--white .course__block-title {
        line-height: 1.3; } }
.course__block--map {
    color: #fff;
    background-image: url(../img/course-bg-1.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 82px;
    padding-bottom: 80px; }
@media screen and (max-width: 767px) {
    .course__block--map {
        padding-top: 44px;
        padding-bottom: 36px; }
    .course__block--map .course__block-title {
        line-height: 1.3; } }
.course__block-subtitle {
    padding-top: 53px;
    text-align: center;
    font-size: 18px; }
@media screen and (max-width: 767px) {
    .course__block-subtitle {
        text-align: left;
        padding-top: 47px; } }
.course__block-title {
    text-align: center;
    font-size: 32px;
    line-height: 36px;
    font-weight: bold;
    max-width: 90%;
    width: 720px;
    margin: auto; }
.course__block-title span {
    color: #33CC00; }
@media screen and (max-width: 767px) {
    .course__block-title {
        font-size: 28px;
        text-align: left;
        width: 100%;
        max-width: 100%;
        line-height: 1.1; } }
@media screen and (max-width: 767px) {
    .course__block-title br {
        display: none; } }
.course__block-text {
    width: 750px;
    text-align: center;
    margin: auto;
    margin-top: 21px;
    font-size: 18px;
    line-height: 24px; }
@media screen and (max-width: 990px) {
    .course__block-text {
        width: 80%; } }
@media screen and (max-width: 767px) {
    .course__block-text {
        width: 100%;
        text-align: left; } }
.course__block-list {
    padding-top: 60px; }
@media screen and (max-width: 767px) {
    .course__block-list {
        padding-top: 43px; } }
.course__block-item {
    width: 362px; }
@media screen and (max-width: 1200px) {
    .course__block-item {
        width: 290px; } }
@media screen and (max-width: 990px) {
    .course__block-item {
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        margin-bottom: 34px; } }
.course__block-item_number {
    min-width: 58px;
    width: 58px;
    height: 58px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    background-color: #33CC00;
    color: #fff;
    font-size: 36px;
    border-radius: 50%;
    margin-left: 2px; }
@media screen and (max-width: 990px) {
    .course__block-item_number {
        margin-right: 17px; } }
.course__block-item_title {
    padding-top: 23px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.2px;
    margin-left: 2px; }
@media screen and (max-width: 990px) {
    .course__block-item_title {
        padding-top: 3px; } }
@media screen and (max-width: 767px) {
    .course__block-item_title {
        line-height: 1.2; } }
.course__block-item_text {
    padding-top: 21px;
    font-size: 16px;
    line-height: 18px;
    margin-left: 2px;
    letter-spacing: -0.5px; }
@media screen and (max-width: 990px) {
    .course__block-item_text {
        padding-top: 12px; } }
.course__block-icons {
    padding-top: 30px; }
@media screen and (max-width: 767px) {
    .course__block-icons {
        padding-top: 27px; } }
.course__block-icons_item {
    width: 261px;
    margin-left: 16px;
    margin-right: 16px;
    text-align: center; }
@media screen and (max-width: 990px) {
    .course__block-icons_item {
        width: 100%;
        text-align: left;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        margin-bottom: 30px; } }
@media screen and (max-width: 767px) {
    .course__block-icons_item {
        margin-left: 0;
        margin-bottom: 28px; } }
@media screen and (max-width: 990px) {
    .course__block-icons_icon {
        margin-right: 20px; } }
.course__block-icons_title {
    padding-top: 18px;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px; }
@media screen and (max-width: 990px) {
    .course__block-icons_title {
        padding-top: 0;
        font-weight: normal; } }
@media screen and (max-width: 767px) {
    .course__block-icons_title {
        font-weight: bold; } }
@media screen and (max-width: 767px) {
    .course__block-icons_title br {
        display: none; } }
@media screen and (max-width: 767px) {
    .course__block-icons--check .course__block-icons_title {
        font-weight: normal;
        font-size: 16px;
        line-height: 20px; } }
.course__block-info {
    padding-top: 77px; }
@media screen and (max-width: 767px) {
    .course__block-info {
        padding-top: 64px; } }
.course__block-info_item {
    width: 261px;
    margin-left: 16px;
    margin-right: 16px;
    text-align: center; }
@media screen and (max-width: 990px) {
    .course__block-info_item {
        width: 430px;
        margin: auto;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        text-align: left;
        margin-bottom: 36px; } }
@media screen and (max-width: 767px) {
    .course__block-info_item {
        width: 100%; } }
@media screen and (max-width: 767px) {
    .course__block-info_item {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        text-align: center;
        margin-bottom: 22px; } }
@media screen and (max-width: 990px) {
    .course__block-info_icon {
        margin-right: 20px; } }
@media screen and (max-width: 767px) {
    .course__block-info_icon {
        margin-right: 0; } }
@media screen and (max-width: 767px) {
    .course__block-info_icon img {
        width: 50px; } }
.course__block-info_title {
    padding-top: 23px;
    letter-spacing: 0.2px;
    font-size: 26px;
    line-height: 30px; }
.course__block-info_text {
    font-size: 15px;
    padding-top: 12px;
    line-height: 18px; }
@media screen and (max-width: 767px) {
    .course__block-info_text {
        padding-top: 4px; } }

.course__reviews {
    padding-top: 64px; }
@media screen and (max-width: 767px) {
    .course__reviews {
        padding-top: 29px; } }
.course__reviews-item {
    width: 458px;
    margin-left: 15px;
    margin-right: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
@media screen and (max-width: 1200px) {
    .course__reviews-item {
        width: 430px; } }
@media screen and (max-width: 990px) {
    .course__reviews-item {
        width: 100%;
        margin-bottom: 36px; } }
@media screen and (max-width: 767px) {
    .course__reviews-item {
        margin: 0;
        margin-bottom: 19px; } }
.course__reviews-name {
    font-size: 18px;
    font-weight: bold;
    color: #545454;
    padding-top: 4px; }
@media screen and (max-width: 767px) {
    .course__reviews-name {
        font-size: 18px; } }
.course__reviews-text {
    padding-top: 16px;
    font-size: 18px;
    color: #545454;
    line-height: 24px; }
@media screen and (max-width: 767px) {
    .course__reviews-text {
        font-size: 16px;
        line-height: 20px; } }
.course__reviews-wrap {
    position: relative; }
.course__reviews-photo {
    width: 80px;
    min-width: 80px;
    margin-right: 24px; }
.course__reviews-photo span {
    display: block;
    width: 49px;
    height: 49px;
    background-color: #33CC00;
    position: absolute;
    right: -5px;
    bottom: 15px;
    z-index: 1; }
.course__reviews-photo img {
    max-width: 100%;
    position: relative;
    z-index: 2;
    display: block; }

.course__license {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    margin-top: 40px; }
@media screen and (max-width: 767px) {
    .course__license {
        width: calc(100% + 30px);
        margin-left: -15px;
        padding-left: 15px; } }
.course__license .swiper-slide {
    width: auto !important; }
.course__license--mobile {
    display: none; }
@media screen and (max-width: 767px) {
    .course__license--mobile {
        display: block; } }
@media screen and (max-width: 767px) {
    .course__license--desktop {
        display: none; } }
.course__license-item {
    width: 368px;
    padding: 48px;
    border: 1px solid rgba(0, 0, 0, 0.1); }
@media screen and (max-width: 767px) {
    .course__license-item {
        width: 70vw;
        padding: 20px; } }
.course__license-item img {
    width: 100%; }

.course__button {
    text-align: center;
    padding-top: 57px; }
@media screen and (max-width: 767px) {
    .course__button {
        padding-top: 39px;
        padding-bottom: 30px; } }
.course__button a {
    background-color: #33CC00;
    height: 41px;
    line-height: 41px;
    padding-left: 24px;
    padding-right: 24px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease; }
@media screen and (max-width: 767px) {
    .course__button a {
        height: 41px;
        line-height: 41px;
        padding-left: 24px;
        padding-right: 24px;
        color: #fff;
        font-size: 14px; } }
.course__button a:hover {
    background-color: #0033CC;
    color: #fff; }

@media screen and (max-width: 767px) {
    .course__block--reviews {
        padding-bottom: 16px; } }

@media screen and (max-width: 767px) {
    .course__block--reviews .course__block-title {
        text-align: center; } }

@media screen and (max-width: 767px) {
    .course__block--start {
        padding-bottom: 16px;
        padding-top: 41px; } }

@media screen and (max-width: 767px) {
    .course__block--start .course__block-title {
        text-align: center;
        font-size: 22px; } }

.course-lesson {
    font-family: 'Roboto';
    width: calc(100% + 30px);
    margin-left: -15px;
    background-color: #fff;
    padding: 27px 15px 9px 15px;
    margin-bottom: 1px;
    position: relative; }
@media screen and (min-width: 576px) {
    .course-lesson {
        width: 100%;
        margin-left: 0; } }
@media screen and (min-width: 768px) {
    .course-lesson {
        padding: 20px; } }
.course-lesson__info {
    width: calc(100% + 38px);
    margin-left: -19px;
    margin-top: 26px; }
@media screen and (min-width: 768px) {
    .course-lesson__info {
        width: 100%;
        margin-left: 0; } }
.course-lesson__info img {
    height: 100%; }
.course-lesson__info-content {
    display: flex;
    overflow-y: scroll;
    padding-bottom: 10px; }
@media screen and (min-width: 768px) {
    .course-lesson__info-item {
        height: 160px;
        margin-right: 5px; } }
.course-lesson__textarea {
    height: calc(100vh - 150px);
    position: relative; }
@media screen and (min-width: 768px) {
    .course-lesson__textarea {
        height: 300px; } }
.course-lesson__textarea .btn {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 160px; }
.course-lesson__textarea textarea {
    border: none;
    outline: none;
    font-family: 'Roboto';
    color: #000;
    font-size: 14px;
    line-height: 16px;
    width: 100%;
    height: 100%;
    resize: none;
    padding: 0; }
@media screen and (min-width: 768px) {
    .course-lesson__textarea textarea {
        padding-bottom: 60px; } }
.course-lesson__textarea textarea::placeholder {
    color: #999; }
.course-lesson h2 {
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    margin-bottom: 8px; }
@media screen and (min-width: 768px) {
    .course-lesson h2 {
        font-size: 20px;
        line-height: 24px; } }
.course-lesson h3 {
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    margin-bottom: 7px; }
@media screen and (min-width: 768px) {
    .course-lesson h3 {
        font-size: 16px;
        line-height: 20px; } }
.course-lesson p {
    font-size: 14px;
    line-height: 16px;
    color: #000;
    margin-bottom: 17px; }
@media screen and (min-width: 768px) {
    .course-lesson p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 30px; } }
.course-lesson p strong {
    text-transform: uppercase; }
.course-lesson ul {
    font-size: 14px;
    line-height: 16px;
    color: #000;
    padding-left: 21px;
    margin-bottom: 16px; }
@media screen and (min-width: 768px) {
    .course-lesson ul {
        font-size: 16px;
        line-height: 20px; } }
.course-lesson ul li {
    list-style-type: disc; }
@media screen and (min-width: 768px) {
    .course-lesson ul li {
        margin-bottom: 6px; } }
.course-lesson__image {
    width: calc(100% + 30px);
    margin-left: -15px;
    height: 195px;
    margin-top: 24px; }
@media screen and (min-width: 768px) {
    .course-lesson__image {
        width: 70%;
        margin-left: 0;
        margin: auto;
        margin-top: 24px; } }
.course-lesson__image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
.course-lesson__video {
    width: calc(100% + 30px);
    margin-left: -15px;
    height: 195px;
    margin-top: 24px;
    position: relative;
    margin-bottom: 25px; }
@media screen and (min-width: 768px) {
    .course-lesson__video {
        width: 70%;
        margin-left: 0;
        margin: auto;
        margin-bottom: 30px; } }
.course-lesson__video-bg {
    width: 100%;
    height: 100%; }
.course-lesson__video img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
.course-lesson__video-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #393939;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
    background-image: url(../img/play-btn.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 56% 53%; }
.course-lesson .comment-input {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }

.course-block__content {
    width: calc(100% + 30px);
    margin-left: -15px;
    background-color: #fff;
    padding: 21px 15px 24px 15px; }
@media screen and (min-width: 576px) {
    .course-block__content {
        width: 100%;
        margin-left: 0; } }
.course-block__content p {
    font-size: 16px;
    line-height: 19px;
    color: #000; }

.course-block__title {
    font-size: 14px;
    font-family: 'Roboto';
    text-transform: uppercase;
    font-weight: 700;
    color: #000; }
@media screen and (min-width: 768px) {
    .course-block__title {
        font-size: 20px; } }
.course-block__title--large {
    font-size: 18px;
    font-family: 'Proxima Nova'; }

.course-block__logo {
    font-size: 22px;
    font-family: 'Roboto';
    font-weight: 700; }
.course-block__logo span.color-1 {
    color: #0033CC; }
.course-block__logo span.color-2 {
    color: #B7E92B; }

.course-block__link {
    display: flex;
    background-color: #fff;
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 18px 15px 19px 15px; }
@media screen and (min-width: 576px) {
    .course-block__link {
        width: 100%;
        margin-left: 0; } }
@media screen and (min-width: 768px) {
    .course-block__link {
        padding: 18px 20px 19px 20px; } }

.course-block__item {
    margin-bottom: 1px; }
.course-block__item-title {
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    width: 90%; }
@media screen and (min-width: 768px) {
    .course-block__item-title {
        font-size: 16px;
        line-height: 20px; } }
.course-block__item-arrow {
    background-image: url(../img/arrow-gray.svg);
    width: 9px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-top: 3px; }
.course-block__item-status {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #EA4242; }
.course-block__item--about-course {
    margin-top: 2px;
    margin-bottom: 0; }

.course-block__row {
    display: flex;
    justify-content: space-between;
    align-items: center; }

@media screen and (min-width: 768px) {
    .course-box {
        background-color: #fff;
        width: 70%; } }

.checkout__tariff-table {
    padding-top: 45px;
    display: flex;
    justify-content: center; }
@media screen and (max-width: 760px) {
    .checkout__tariff-table {
        display: none; } }
.checkout__tariff-table_item {
    margin: 0px 11px;
    width: 200px;
    background-color: #fff;
    border-radius: 9px;
    padding: 12px;
    cursor: pointer;
    padding-bottom: 16px;
    border: 1px solid #fff; }
.checkout__tariff-table_item:empty {
    background: none;
    height: 0;
    padding: 0;
    border: none;
    display: none; }
@media screen and (max-width: 760px) {
    .checkout__tariff-table_item {
        width: 100%;
        margin: 0;
        margin-bottom: 10px; } }
.checkout__tariff-table_item.active {
    border: 1px solid #33CC00; }
.checkout__tariff-table_item.active .checkout__tariff-table_item-title:after {
    display: block; }
.checkout__tariff-table_item .custom-radio label:before {
    border-color: #33CC00 !important; }
.checkout__tariff-table_item .custom-radio label:after {
    background: #33CC00 !important; }
.checkout__tariff-table_item-title {
    font-size: 18px;
    padding-top: 3px;
    text-align: left;
    padding-left: 28px;
    position: relative; }
.checkout__tariff-table_item-title:before {
    left: 0;
    top: 0px;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #33CC00;
    border-radius: 50%;
    position: absolute; }
.checkout__tariff-table_item-title:after {
    left: 3px;
    top: 3px;
    content: '';
    display: block;
    display: none;
    width: 14px;
    height: 14px;
    background-color: #33CC00;
    border-radius: 50%;
    position: absolute; }
.checkout__tariff-table_item-price {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    padding-top: 7px;
    padding-bottom: 10px;
    text-align: left;
    padding-left: 28px; }
.checkout__tariff-table_item-price--text {
    text-align: left;
    padding-left: 28px;
    font-size: 14px;
    font-weight: bold;
    min-height: 30px; }
.checkout__tariff-table_item-option--plus {
    color: #3c0;
    font-size: 37px;
    font-weight: bold;
    height: 31px;
    display: flex;
    justify-content: center; }
.checkout__tariff-table_item-option--minus {
    color: #000;
    font-size: 36px;
    font-weight: bold;
    height: 31px;
    display: flex;
    justify-content: center;
    padding-bottom: 9px; }
.checkout__tariff-table_item-option--text {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    height: 31px;
    display: flex;
    justify-content: center;
    padding-bottom: 9px; }
.checkout__tariff-table_item-option--auto {
    height: auto !important;
    display: block; }
.checkout__tariff-table_left {
    margin: 0px 27px;
    margin-left: 15px;
    font-size: 16px;
    line-height: 20px;
    padding-top: 123px;
    padding-left: 0;
    max-width: 323px;
    min-width: 323px; }
.checkout__tariff-table_left-item {
    margin-bottom: 12px; }
.checkout__tariff-table_right {
    display: flex;
    text-align: center;
    padding-top: 14px;
    position: relative;
    left: -11px;
    padding-left: 12px; }
@media screen and (max-width: 760px) {
    .checkout__tariff-table_right {
        text-align: left;
        padding-left: 0; } }
.checkout__tariff-table-item {
    margin-bottom: 7px;
    height: 20px; }
@media screen and (max-width: 760px) {
    .checkout__tariff-table-item {
        height: auto;
        display: flex;
        align-items: center; } }
@media screen and (max-width: 760px) {
    .checkout__tariff-table-item svg {
        margin-right: 10px; } }
.checkout__tariff-table-total {
    font-weight: bold; }
.checkout__tariff-table-total span {
    margin-right: 13px; }
.checkout__tariff-table-total strong {
    font-size: 22px; }

.checkout__tariff {
    display: none; }

@media screen and (max-width: 760px) {
    .checkout__tariff {
        display: block;
        padding-top: 50px; }
    .checkout__tariff-name {
        font-size: 18px;
        padding-top: 3px;
        text-align: left;
        position: relative; }
    .checkout__tariff-price {
        font-size: 20px;
        line-height: 24px;
        font-weight: bold;
        padding-top: 7px;
        padding-bottom: 10px;
        text-align: left; }
    .checkout__tariff-price-text {
        font-weight: bold;
        font-size: 12px;
        padding-bottom: 10px; }
    .checkout__tariff-link a {
        color: #0033CC;
        text-decoration: underline; }
    .checkout__tariff-text {
        padding: 30px 0px; }
    .checkout__tariff-text p {
        margin-bottom: 20px;
        position: relative; }
    .checkout__tariff-text p.plus:before {
        content: '+';
        display: block;
        position: absolute;
        left: -35px;
        font-size: 34px;
        color: #33CC00;
        top: -8px;
        bottom: 0;
        margin: auto;
        font-weight: bold; }
    .checkout__tariff-text p.minus:before {
        content: '-';
        display: block;
        position: absolute;
        left: -35px;
        font-size: 34px;
        color: #000;
        top: -12px;
        bottom: 0;
        margin: auto;
        font-weight: bold; }
    .checkout__tariff-item {
        background-color: #fff;
        border-radius: 5px;
        padding: 10px 20px;
        margin-bottom: 20px;
        position: relative;
        border: 2px solid #fff;
        padding-left: 70px; }
    .checkout__tariff-item--active {
        border-color: #33CC00; }
    .checkout__tariff-item--active:before {
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        background-color: #33CC00;
        border-radius: 50%;
        left: 25px;
        top: 25px;
        position: absolute; }
    .checkout__tariff-item:after {
        content: '';
        display: block;
        width: 30px;
        height: 30px;
        border: 2px solid #33CC00;
        border-radius: 50%;
        position: absolute;
        top: 20px;
        left: 20px; }
    .checkout__tariff-text {
        display: none; } }

.course__checkout {
    padding-top: 45px; }
.course__checkout-total {
    font-weight: bold; }
.course__checkout-total span {
    margin-right: 13px; }
.course__checkout-total strong {
    font-size: 22px;
    color: #33CC00; }
.course__checkout-total-old {
    font-size: 22px;
    text-decoration: line-through; }

.checkout__tariff-table_item-option {
    width: 100%;
    height: 31px;
    margin-bottom: 6px;
    text-align: center; }

.checkout__tariff-table_item-option--5 {
    margin-top: 21px; }

.checkout__tariff-table_item-option--6 {
    margin-top: 20px; }

.checkout__tariff-table_item-option--7 {
    margin-top: 21px; }

.checkout__tariff-table_item-option--8 {
    margin-top: 21px; }

.checkout__tariff-table_item-option--9 {
    margin-top: 21px; }

.checkout__tariff-table_item-option--10 {
    margin-top: 21px; }

.checkout__tariff-table_item-option--11 {
    margin-top: 21px; }

.checkout__tariff-table_item-option--12 {
    margin-top: 21px; }

.checkout__tariff-table_item-option--text {
    margin-top: 22px;
    font-size: 13px;
    font-weight: bold;
    line-height: 17px;
    height: 41px; }

.checkout__tariff-icon img {
    display: none !important; }

.client-form {
    width: 850px;
    margin: auto; }
@media screen and (max-width: 760px) {
    .client-form {
        margin-top: 0 !important; } }
@media screen and (max-width: 991px) {
    .client-form {
        width: 100%; } }
.client-form__title {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 32px; }
@media screen and (max-width: 760px) {
    .client-form__title {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 14px; } }
.client-form__text {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #000;
    width: 650px;
    margin: auto; }
@media screen and (max-width: 991px) {
    .client-form__text {
        width: 100%; } }
@media screen and (max-width: 760px) {
    .client-form__text {
        font-size: 16px;
        line-height: 19px;
        width: 97%; } }
.client-form__text p {
    margin-bottom: 22px; }
@media screen and (max-width: 760px) {
    .client-form__text p {
        margin-bottom: 18px; } }
.client-form__text strong {
    font-weight: 700; }
.client-form__block {
    background: #fff;
    border-radius: 5px;
    margin-top: 35px;
    padding: 40px 44px; }
@media screen and (max-width: 991px) {
    .client-form__block {
        padding: 30px; } }
@media screen and (max-width: 760px) {
    .client-form__block {
        width: calc(100% + 30px);
        margin-left: -15px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 18px;
        border-radius: 0;
        padding-bottom: 25px; } }
.client-form__block .btn-inline {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    padding-left: 110px;
    padding-right: 110px; }
@media screen and (max-width: 760px) {
    .client-form__block .btn-inline {
        width: 100%;
        margin-top: 13px !important;
        font-size: 15px;
        height: 44px;
        line-height: 44px; } }
.client-form__button {
    text-align: center;
    margin-top: 29px; }
.client-form__point {
    font-size: 18px;
    line-height: 22px;
    color: #000;
    display: flex;
    position: relative; }
@media screen and (max-width: 767px) {
    .client-form__point {
        font-size: 16px;
        line-height: 19px;
        width: 59%; } }
@media screen and (max-width: 760px) {
    .client-form__point {
        width: 100%;
        margin-bottom: 17px; }
    .client-form__point span {
        padding-left: 40px; } }
.client-form__item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 26px; }
@media screen and (max-width: 767px) {
    .client-form__item {
        align-items: center; } }
@media screen and (max-width: 760px) {
    .client-form__item {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 26px; } }
.client-form__icon {
    width: 26px;
    min-width: 24px;
    margin-right: 12px;
    margin-top: -3px; }
@media screen and (max-width: 760px) {
    .client-form__icon {
        position: absolute;
        margin-top: -5px; } }
.client-form__icon img {
    width: 100%; }
@media screen and (max-width: 760px) {
    .client-form__stars {
        margin-left: 36px; } }
.client-form__stars i {
    color: #E1E1E1;
    font-size: 24px;
    width: 32px;
    text-align: center;
    cursor: pointer; }
@media screen and (max-width: 767px) {
    .client-form__stars i {
        width: 27px;
        font-size: 20px; } }
@media screen and (max-width: 760px) {
    .client-form__stars i {
        width: 32px; } }
.client-form__stars .active {
    color: #33CC00; }
.client-form__error {
    font-size: 18px;
    line-height: 22px;
    color: #EA4242;
    font-weight: 600;
    text-align: center; }
@media screen and (max-width: 760px) {
    .client-form__error {
        font-size: 16px;
        line-height: 19px; } }
.client-form--done .client-form__block {
    margin-top: 0;
    padding-top: 136px;
    padding-bottom: 132px; }
.client-form--done .client-form__badge {
    width: 88px;
    height: 88px;
    margin: auto;
    margin-bottom: 16px; }
.client-form--done .client-form__badge img {
    width: 100%; }
@media screen and (max-width: 760px) {
    .client-form--done .client-form__badge {
        width: 70px;
        height: 70px; } }

.promo-form label {
    font-size: 15px;
    display: block;
    margin-bottom: 19px;
    color: #555555; }

.promo-form-row {
    margin-bottom: 28px;
    width: 361px; }

.promo-form .custom-checkbox label {
    margin-bottom: 0; }

.promo-form .custom-checkbox {
    margin-right: 121px; }
@media screen and (max-width: 1199px) {
    .promo-form .custom-checkbox {
        margin-right: 30px; } }
.promo-form .custom-checkbox:last-child {
    margin-right: 0; }
.promo-form .custom-checkbox label {
    color: #000; }

.promo-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000; }

.promo-form .form-control::placeholder {
    color: #000; }

@media screen and (max-width: 760px) {
    .promo-form-row {
        width: 100%; } }

.instructors-list {
    padding-top: 23px;
    position: relative;
    padding-bottom: 53px; }
@media screen and (max-width: 991px) {
    .instructors-list {
        padding-top: 0; } }
.instructors-list__map {
    background-image: url(../img/map.jpg);
    height: 540px;
    background-repeat: no-repeat; }
@media screen and (max-width: 576px) {
    .instructors-list__map {
        width: calc(100% + 30px);
        margin-left: -15px; } }
.instructors-list__block {
    position: absolute;
    top: 55px;
    margin-left: 34px;
    background-color: #fff;
    width: 531px;
    height: 476px; }
@media screen and (max-width: 991px) {
    .instructors-list__block {
        display: none; } }
.instructors-list__block-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    color: #000;
    display: flex; }
.instructors-list__block-title:before {
    content: '';
    background-image: url(../img/map-icon.svg);
    width: 16px;
    height: 24px;
    display: block;
    margin-right: 12px;
    background-size: contain;
    background-repeat: no-repeat; }
.instructors-list__block-content {
    height: 476px;
    padding: 0 10px 0 20px;
    overflow-y: scroll;
    border-right: 11px solid #fff;
    border-top: 17px solid #fff; }
.instructors-list__block-content::-webkit-scrollbar {
    width: 7px; }
.instructors-list__block-content::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 20px; }
.instructors-list__block-button {
    position: absolute;
    bottom: 20px;
    width: 200px;
    height: 47px;
    line-height: 47px;
    left: 0;
    right: 0;
    margin: auto; }
.instructors-list__block-button a {
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    color: #0033CC;
    font-weight: 700;
    background-color: #29EF00;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    display: block; }
@media screen and (max-width: 991px) {
    .instructors-list__block-button a {
        font-size: 11px; } }
.instructors-list__block-button--mobile {
    display: none; }
@media screen and (max-width: 991px) {
    .instructors-list__block-button--mobile {
        display: block;
        bottom: 92px; } }
.instructors-list__block-close {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background-color: #fff;
    left: -39px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
.instructors-list__block-close--right {
    left: auto;
    right: -39px; }
.instructors-list__block-close img {
    width: 43%; }
@media screen and (max-width: 991px) {
    .instructors-list__block-close {
        display: none; } }
.instructors-list__content {
    margin-top: 18px; }
.instructors-list__item {
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 16px;
    margin-bottom: 15px; }
.instructors-list__item:last-child {
    border: none; }
.instructors-list__item-content {
    width: 100%;
    padding-left: 11px; }
.instructors-list__item-top {
    display: flex;
    justify-content: space-between; }
.instructors-list__item-avatar {
    width: 70px;
    min-width: 70px; }
.instructors-list__item-avatar img {
    width: 100%;
    border-radius: 50px; }
.instructors-list__item-name {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #000; }
.instructors-list__item-city {
    font-size: 15px;
    line-height: 18px;
    color: #555; }
.instructors-list__item-info {
    padding-top: 4px; }
.instructors-list__item-fields {
    display: flex;
    margin-top: 19px;
    padding-top: 10px;
    border-top: 0.5px solid rgba(0, 0, 0, 0.15); }
.instructors-list__item-fields-item {
    margin-right: 53px; }
.instructors-list__item-fields-item--last {
    margin-left: auto;
    margin-right: 0;
    text-align: right; }
.instructors-list__item-fields-title {
    font-size: 13px;
    line-height: 16px;
    color: #555;
    margin-bottom: 5px; }
.instructors-list__item-fields-value {
    font-size: 15px;
    color: #000; }
.instructors-list__item-fields-value--rating span {
    font-size: 18px;
    font-weight: 600;
    color: #33CC00; }
.instructors-list__item-fields-value--cost span {
    color: #0033CC;
    font-size: 16px;
    font-weight: 600; }
.instructors-list__item-car {
    font-size: 15px;
    line-height: 18px;
    color: #000;
    border-top: 0.5px solid rgba(0, 0, 0, 0.15);
    margin-top: 10px;
    padding-top: 13px; }

.map {
    position: relative;
    min-height: 690px; }
.map .container {
    position: relative; }
@media screen and (max-width: 991px) {
    .map .container {
        position: static; } }
.map__card {
    background-image: url(../img/map.jpg);
    height: 690px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%; }
@media screen and (max-width: 991px) {
    .map__card {
        height: 560px;
        position: static; } }
.map .instructors-list__block {
    right: 15px;
    width: 573px;
    height: 573px;
    top: 60px; }
@media screen and (max-width: 991px) {
    .map .instructors-list__block {
        display: block;
        width: 100%;
        height: auto;
        position: static;
        margin-left: 0;
        top: 0;
        margin-top: 14px;
        margin-bottom: 20px;
        background-color: transparent; } }
.map .instructors-list__block-content {
    height: 573px;
    border-top: 20px solid #fff;
    border-right: 22px solid #fff;
    padding-right: 30px; }
@media screen and (max-width: 991px) {
    .map .instructors-list__block-content {
        overflow-y: visible;
        height: auto;
        border: none;
        padding: 0; } }
.map .instructors-list__content {
    margin-top: 29px; }
@media screen and (max-width: 991px) {
    .map .instructors-list__content {
        margin-top: 13px; } }
.map .instructors-list__item-content {
    padding-left: 22px; }
@media screen and (max-width: 991px) {
    .map .instructors-list__item-content {
        padding-left: 0; } }
@media screen and (max-width: 991px) {
    .map .instructors-list__item {
        background-color: #fff;
        width: 100%;
        border-radius: 5px;
        margin-bottom: 3px;
        border: none;
        padding: 15px; } }
@media screen and (max-width: 991px) {
    .map .instructors-list__block-title {
        font-size: 18px; } }
@media screen and (max-width: 991px) {
    .map .instructors-list__block-title:before {
        width: 14px;
        margin-top: 2px;
        margin-right: 9px; } }
@media screen and (max-width: 991px) {
    .map .instructors-list__item-avatar {
        width: 50px;
        min-width: 50px;
        position: absolute; } }
@media screen and (max-width: 991px) {
    .map .instructors-list__item-info {
        padding-left: 75px; } }
@media screen and (max-width: 991px) {
    .map .instructors-list__item-fields-item {
        margin-right: 35px; } }
@media screen and (max-width: 360px) {
    .map .instructors-list__item-fields-item {
        margin-right: 10px; } }
@media screen and (max-width: 991px) {
    .map .instructors-list__item-fields-item--rating {
        margin-right: 0; } }
@media screen and (max-width: 991px) {
    .map .instructors-list__item-fields-item--last {
        margin-right: 0; } }
.map__button {
    position: absolute;
    top: 24px; }
@media screen and (max-width: 991px) {
    .map__button {
        left: 0;
        right: 0;
        margin: auto;
        width: 200px;
        top: 11px; } }
.map__button a {
    font-size: 13px;
    font-weight: 700;
    height: 47px;
    line-height: 47px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    color: #0033CC;
    padding-left: 50px;
    padding-right: 22px;
    background-image: url(../img/map-arrow.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 14% 49%; }

.multiselect {
    position: relative; }
.multiselect__title {
    line-height: 44px;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden; }
.multiselect__title:before {
    content: '';
    display: block;
    width: 25px;
    height: 100%;
    background: white;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
    position: absolute;
    right: 0; }
@media screen and (max-width: 760px) {
    .multiselect__title {
        border: none;
        border-bottom: 1px solid #e1e1e1;
        border-radius: 0px;
        height: 32px;
        line-height: 31px;
        padding-left: 0 !important; } }
.multiselect__title:after {
    content: '';
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
    cursor: pointer;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5.5px 0 5.5px;
    border-color: #999999 transparent transparent transparent; }
.multiselect__list {
    padding: 10px 18px;
    border: 1px solid #E1E1E1;
    position: absolute;
    width: 100%;
    background-color: #fff;
    z-index: 99;
    border-radius: 5px; }
@media screen and (max-width: 760px) {
    .multiselect__list {
        width: 160%;
        margin-left: -60%; } }

.school-cabinet_box {
    width: 520px; }
@media screen and (max-width: 767px) {
    .school-cabinet_box {
        width: 100%; } }

.school-cabinet_white-box {
    background-color: #fff;
    padding: 15px 20px;
    border-radius: 5px; }
.school-cabinet_white-box .school-cabinet_card {
    padding: 0;
    padding-right: 4px; }
.school-cabinet_white-box--smaller {
    padding: 9px 12px; }
@media screen and (max-width: 767px) {
    .school-cabinet_white-box--smaller {
        padding: 9px; } }
.school-cabinet_white-box--smaller .school-cabinet_info {
    padding: 33px 8px 18px 0; }
.school-cabinet_white-box--smaller .school-cabinet_info-title {
    margin-bottom: 20px; }
.school-cabinet_white-box--smaller .school-cabinet_info .notes {
    padding-top: 47px; }
.school-cabinet_white-box--smaller .notes-item {
    margin-right: 0; }

.school-cabinet_title {
    font-size: 17px;
    font-weight: 600;
    color: #000;
    margin-bottom: 14px; }

.school-cabinet_card {
    background-color: #fff;
    border-radius: 5px;
    padding: 15px;
    padding-right: 27px;
    padding-bottom: 12px;
    margin-bottom: 3px; }
@media screen and (max-width: 767px) {
    .school-cabinet_card {
        padding-right: 15px; } }
.school-cabinet_card-top .school-cabinet_info-field {
    width: 386px;
    margin-bottom: 0; }
@media screen and (max-width: 1199px) {
    .school-cabinet_card-top .school-cabinet_info-field {
        width: 279px; } }
@media screen and (max-width: 991px) {
    .school-cabinet_card-top .school-cabinet_info-field {
        width: 304px; } }
@media screen and (max-width: 767px) {
    .school-cabinet_card-top .school-cabinet_info-field {
        width: 100%;
        margin-bottom: 15px; } }
.school-cabinet_card-icon {
    width: 48px;
    min-width: 48px;
    margin-right: 15px; }
.school-cabinet_card-icon img {
    width: 100%;
    border-radius: 50%; }
.school-cabinet_card-text {
    max-width: 300px;
    font-size: 16px; }
@media screen and (max-width: 1199px) {
    .school-cabinet_card-text {
        max-width: none; } }
.school-cabinet_card-name {
    font-weight: 700;
    color: #000;
    text-decoration: underline;
    display: inline-block;
    position: relative; }
.school-cabinet_card-name br {
    display: none; }
@media screen and (max-width: 767px) {
    .school-cabinet_card-name br {
        display: block; } }
.school-cabinet_card-status {
    width: 8px;
    min-width: 8px;
    height: 8px;
    background-color: #EA4242;
    border-radius: 50%;
    margin-left: 8px;
    position: absolute;
    right: -16px;
    bottom: 4px; }
.school-cabinet_card-pro {
    background-color: #33CC00;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    width: 34px;
    height: 15px;
    margin-left: 8px;
    margin-top: -1px;
    padding-top: 1px; }
.school-cabinet_card-facts {
    color: #555555;
    padding-top: 7px;
    font-size: 15px; }
.school-cabinet_card-link {
    font-size: 15px;
    color: #555;
    display: flex;
    align-items: center; }
.school-cabinet_card-link:hover {
    color: #555; }
.school-cabinet_card-link:after {
    content: '';
    background-image: url(../img/arrow-gray.svg);
    width: 8px;
    height: 13px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin-left: 21px; }
.school-cabinet_card-link--bg {
    background-color: #fff;
    padding: 12px 15px 12px 20px;
    font-size: 16px;
    border-radius: 5px; }
.school-cabinet_card-forward {
    background-image: url(../img/forward.svg);
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer; }
.school-cabinet_card-edit {
    background-image: url(../img/edit-2.svg);
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer; }
.school-cabinet_card-delete {
    background-image: url(../img/trash.svg);
    width: 23px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer; }
.school-cabinet_card-buttons {
    gap: 20px; }
@media screen and (max-width: 767px) {
    .school-cabinet_card-buttons {
        gap: 5px; } }
.school-cabinet_card-buttons-options {
    position: relative; }
.school-cabinet_card-buttons-options-icon {
    background-image: url(../img/options.svg);
    width: 18px;
    height: 19px;
    background-size: 5px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    cursor: pointer; }
.school-cabinet_card-buttons-options-menu {
    position: absolute;
    background-color: #fff;
    width: 240px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    right: 6px;
    top: 31px;
    z-index: 100;
    display: none; }
.school-cabinet_card-buttons-options-menu.active {
    display: block; }
.school-cabinet_card-buttons-options-item {
    border-bottom: 1px solid #E5E5E5; }
.school-cabinet_card-buttons-options-item:last-child {
    border: none; }
.school-cabinet_card-buttons-options-item a {
    font-size: 15px;
    color: #000;
    padding-left: 15px;
    display: block;
    padding-top: 14px;
    padding-bottom: 11px; }
.school-cabinet_card-button {
    background-color: #F3F3F3;
    filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.1));
    border-radius: 34px;
    height: 40px;
    line-height: 40px;
    width: 165px;
    color: #0033CC;
    font-size: 15px; }
.school-cabinet_card-button:hover {
    color: #0033CC; }
@media screen and (max-width: 767px) {
    .school-cabinet_card-button {
        width: 148px;
        height: 30px;
        line-height: 30px; } }
@media screen and (max-width: 320px) {
    .school-cabinet_card-button {
        width: 120px; } }
.school-cabinet_card-button-icon {
    color: #0033CC;
    font-size: 20px;
    margin-right: 10px; }
.school-cabinet_card-button-title {
    font-size: 15px;
    line-height: 18px; }
.school-cabinet_card-button--small {
    width: 140px; }
@media screen and (max-width: 767px) {
    .school-cabinet_card-button--small {
        width: 148px; } }
@media screen and (max-width: 320px) {
    .school-cabinet_card-button--small {
        width: 120px; } }
.school-cabinet_card-button--lessons {
    width: 77px;
    min-width: 77px;
    filter: none; }
@media screen and (max-width: 767px) {
    .school-cabinet_card-button--lessons {
        height: 50px;
        width: 30px;
        min-width: 30px;
        text-align: center; } }
.school-cabinet_card-button--lessons .school-cabinet_card-button-icon {
    background-image: url(../img/my-clients-active.svg);
    width: 23px;
    min-width: 23px;
    height: 23px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 7px; }
@media screen and (max-width: 767px) {
    .school-cabinet_card-button--lessons .school-cabinet_card-button-icon {
        margin-right: 0;
        width: 18px;
        min-width: 18px; } }
@media screen and (max-width: 767px) {
    .school-cabinet_card-button--lessons .school-cabinet_card-button-title {
        font-size: 13px;
        line-height: 16px; } }
.school-cabinet_card-info.max-width {
    max-width: 350px; }
.school-cabinet_card-info-item {
    margin-right: 58px; }
.school-cabinet_card-info-item:last-child {
    margin-right: 0; }
@media screen and (max-width: 1199px) {
    .school-cabinet_card-info-item {
        margin-right: 30px; } }
@media screen and (max-width: 767px) {
    .school-cabinet_card-info-item {
        margin-right: 0; } }
@media screen and (max-width: 767px) {
    .school-cabinet_card-info-item--small {
        width: 34% !important; } }
@media screen and (max-width: 767px) {
    .school-cabinet_card-info-item--middle {
        width: 50%; } }
.school-cabinet_card-info-title {
    font-size: 14px;
    color: #555;
    margin-bottom: 1px; }
@media screen and (max-width: 767px) {
    .school-cabinet_card-info-title {
        font-size: 13px;
        margin-bottom: 10px; } }
.school-cabinet_card-info-title strong {
    font-size: 16px;
    font-weight: 700;
    color: #000; }
.school-cabinet_card-info-text {
    font-size: 14px;
    line-height: 17px;
    color: #000;
    font-weight: 700; }
.school-cabinet_card-info-text a {
    color: #0033CC;
    font-weight: 400; }
@media screen and (max-width: 767px) {
    .school-cabinet_card-info-text a {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        height: 18px; } }
.school-cabinet_card-info-text span {
    text-decoration: underline; }
.school-cabinet_card-info-text span.light {
    font-weight: 400;
    text-decoration: none;
    font-size: 16px;
    color: #555; }
.school-cabinet_card-info-text strong {
    font-size: 16px; }
@media screen and (max-width: 767px) {
    .school-cabinet_card-info-text strong {
        font-size: 14px; } }
.school-cabinet_card-info-text small {
    font-weight: 400; }
.school-cabinet_card-info-comment {
    font-size: 16px;
    line-height: 19px;
    color: #000; }
@media screen and (max-width: 767px) {
    .school-cabinet_card-info-comment {
        font-size: 14px;
        line-height: 17px; } }
.school-cabinet_card-info-comment strong {
    font-weight: 700;
    color: #EA4242; }
.school-cabinet_card-info-button {
    width: 139px; }
.school-cabinet_card-info-buttons .form-control {
    width: 51px; }
@media screen and (max-width: 767px) {
    .school-cabinet_card-info-buttons .form-control {
        width: 40px;
        height: 35px;
        font-size: 13px !important;
        padding-left: 5px;
        padding-right: 5px;
        text-align: center; } }
.school-cabinet_card-info-edit {
    display: none; }
.school-cabinet_card-info-edit.active {
    display: flex; }
.school-cabinet_card-info--small {
    width: 45%; }
@media screen and (max-width: 1199px) {
    .school-cabinet_card-info--small {
        width: 51%; } }
@media screen and (max-width: 767px) {
    .school-cabinet_card-info--small {
        width: 100%; } }
@media screen and (max-width: 767px) {
    .school-cabinet_card-data {
        margin-top: -20px; } }
@media screen and (max-width: 767px) and (max-width: 320px) {
    .school-cabinet_card-data {
        margin-top: 10px; } }
.school-cabinet_card-data-list {
    display: none; }
.school-cabinet_card-data-list.active {
    display: flex; }
.school-cabinet_card-data-list--active {
    display: flex; }
.school-cabinet_card-data-button {
    width: 90px;
    cursor: pointer; }
.school-cabinet_card-data-text {
    font-size: 15px;
    color: #000;
    font-weight: 600; }
.school-cabinet_card-data-text strong {
    font-weight: 700; }
.school-cabinet_card-data-arrow {
    content: '';
    background-image: url(../img/arrow-data.svg);
    width: 12px;
    height: 7px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 8px; }
.school-cabinet_card-data-arrow.active {
    transform: rotate(180deg); }
.school-cabinet_card-data-title {
    font-size: 15px;
    color: #000; }
.school-cabinet_card-data-item {
    width: 217px; }
@media screen and (max-width: 767px) {
    .school-cabinet_card-data-item {
        margin-bottom: 14px; }
    .school-cabinet_card-data-item:last-child {
        margin-bottom: 0; } }
.school-cabinet_card-data-icon {
    min-width: 15px;
    margin-right: 15px;
    margin-top: 2px; }
@media screen and (max-width: 767px) {
    .school-cabinet_card-data--smaller {
        margin-top: 0; } }
.school-cabinet_card-data--smaller .school-cabinet_card-data-icon {
    margin-right: 7px; }
.school-cabinet_card-data--smaller .school-cabinet_card-data-title {
    font-size: 14px; }
.school-cabinet_card-data--smaller .school-cabinet_card-data-item {
    width: 198px; }
@media screen and (max-width: 1199px) {
    .school-cabinet_card-data--smaller .school-cabinet_card-data-item {
        width: 34%; } }
@media screen and (max-width: 767px) {
    .school-cabinet_card-data--smaller .school-cabinet_card-data-item {
        width: 100%; } }
@media screen and (max-width: 1199px) {
    .school-cabinet_card--small .school-cabinet_card-content {
        width: 100%; } }
.school-cabinet_card--small .school-cabinet_card-content--width-1 {
    min-width: 48%; }
.school-cabinet_card--small .school-cabinet_card-content--width-2 {
    min-width: 41%; }
@media screen and (max-width: 767px) {
    .school-cabinet_card--small .school-cabinet_card-info-item {
        width: 100%; } }
@media screen and (max-width: 767px) {
    .school-cabinet_card--small .school-cabinet_card-info {
        width: 100%; } }
@media screen and (max-width: 767px) {
    .school-cabinet_card--small .school-cabinet_card-info.max-width {
        max-width: none; } }
.school-cabinet_card--large {
    padding-left: 20px;
    padding-right: 17px;
    padding-bottom: 26px;
    margin-bottom: 31px; }
@media screen and (max-width: 767px) {
    .school-cabinet_card--large {
        padding: 20px; } }
.school-cabinet_card--large .school-cabinet_card-icon {
    width: 120px;
    min-width: 120px;
    margin-right: 20px; }
@media screen and (max-width: 767px) {
    .school-cabinet_card--large .school-cabinet_card-icon {
        margin: auto; } }
.school-cabinet_card--large .school-cabinet_card-name {
    font-size: 26px;
    text-decoration: none;
    font-weight: 600; }
@media screen and (max-width: 767px) {
    .school-cabinet_card--large .school-cabinet_card-name {
        text-align: center; } }
.school-cabinet_card--large .school-cabinet_card-facts {
    padding-top: 0; }
@media screen and (max-width: 767px) {
    .school-cabinet_card--large .school-cabinet_card-facts {
        text-align: center; } }
.school-cabinet_card--distribution {
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 12px;
    padding-top: 13px;
    position: relative; }
@media screen and (max-width: 767px) {
    .school-cabinet_card--distribution {
        padding-bottom: 13px; } }
.school-cabinet_card--distribution .school-cabinet_card-icon {
    width: 34px;
    min-width: 34px; }
.school-cabinet_card--distribution .school-cabinet_card-facts {
    font-size: 14px;
    padding-top: 0;
    margin-bottom: 4px; }
.school-cabinet_card--distribution .school-cabinet_card-name {
    font-size: 14px; }
.school-cabinet_card--distribution .school-cabinet_card-top .school-cabinet_card-info-title {
    margin-bottom: 4px; }
.school-cabinet_card--distribution .school-cabinet_plus {
    margin-top: -5px; }
@media screen and (max-width: 1199px) {
    .school-cabinet_card--distribution .school-cabinet_plus {
        margin-top: 0; } }
@media screen and (max-width: 767px) {
    .school-cabinet_card--distribution .school-cabinet_plus {
        position: absolute;
        right: 18px; } }
.school-cabinet_card--distribution .school-cabinet_card-info-item {
    margin-right: 0; }
.school-cabinet_card--distribution .school-cabinet_card-content {
    width: 33.6%;
    min-width: 33.6%; }
@media screen and (max-width: 1199px) {
    .school-cabinet_card--distribution .school-cabinet_card-content {
        width: 40%;
        min-width: 40%; } }
@media screen and (max-width: 767px) {
    .school-cabinet_card--distribution .school-cabinet_card-content {
        width: 100%;
        min-width: 100%; } }
.school-cabinet_card--distribution .school-cabinet_card-info-item--1 {
    width: 23%;
    min-width: 23%; }
@media screen and (max-width: 1199px) {
    .school-cabinet_card--distribution .school-cabinet_card-info-item--1 {
        width: 20%;
        min-width: 20%; } }
@media screen and (max-width: 991px) {
    .school-cabinet_card--distribution .school-cabinet_card-info-item--1 {
        width: 22%;
        min-width: 22%; } }
@media screen and (max-width: 767px) {
    .school-cabinet_card--distribution .school-cabinet_card-info-item--1 {
        width: 48%;
        min-width: 48%; } }
.school-cabinet_card--distribution .school-cabinet_card-info-item--2 {
    width: 33%;
    min-width: 33%; }
@media screen and (max-width: 1199px) {
    .school-cabinet_card--distribution .school-cabinet_card-info-item--2 {
        width: 36%;
        min-width: 36%; } }
@media screen and (max-width: 991px) {
    .school-cabinet_card--distribution .school-cabinet_card-info-item--2 {
        width: 38%;
        min-width: 38%; } }
@media screen and (max-width: 767px) {
    .school-cabinet_card--distribution .school-cabinet_card-info-item--2 {
        width: 48%;
        min-width: 48%; } }
.school-cabinet_card--distribution .school-cabinet_card-info-item--message {
    width: 34%;
    min-width: 34%; }
@media screen and (max-width: 991px) {
    .school-cabinet_card--distribution .school-cabinet_card-info-item--message {
        width: 31%;
        min-width: 31%; } }
@media screen and (max-width: 767px) {
    .school-cabinet_card--distribution .school-cabinet_card-info-item--message {
        width: 80%;
        min-width: 80%; } }
.school-cabinet_card--distribution .school-cabinet_card-data-text {
    font-size: 14px; }
.school-cabinet_card--distribution .school-cabinet_card-data-arrow {
    margin-left: 5px; }
.school-cabinet_card--distribution .school-cabinet_card-data-list.active {
    display: block; }
@media screen and (max-width: 767px) {
    .school-cabinet_card--distribution .school-cabinet_card-info-title {
        margin-bottom: 5px; } }
@media screen and (max-width: 360px) {
    .school-cabinet_card--distribution .school-cabinet_card-info-buttons {
        width: 100%;
        margin-top: 10px; } }

.school-cabinet_info {
    padding: 21px 12px 26px 13px; }
@media screen and (max-width: 767px) {
    .school-cabinet_info {
        padding: 0; } }
.school-cabinet_info-title {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    line-height: 18px;
    margin: auto;
    margin-bottom: 25px; }
@media screen and (max-width: 1199px) {
    .school-cabinet_info-title br {
        display: none; } }
.school-cabinet_info-title strong {
    font-size: 18px; }
.school-cabinet_info-form {
    width: 368px;
    margin: auto; }
@media screen and (max-width: 767px) {
    .school-cabinet_info-form {
        width: 100%; } }
.school-cabinet_info-form--full {
    width: 100%; }
.school-cabinet_info-form--full .school-cabinet_info-field {
    width: 49%; }
@media screen and (max-width: 767px) {
    .school-cabinet_info-form--full .school-cabinet_info-field--large {
        width: 100%; } }
.school-cabinet_info-form--full .school-cabinet_info-field--small {
    width: 32%; }
@media screen and (max-width: 767px) {
    .school-cabinet_info-form--full .school-cabinet_info-field--small {
        width: 100%; } }
.school-cabinet_info-form--full .school-cabinet_info-field--full {
    width: 100%; }
.school-cabinet_info-form--full .school-cabinet_info-row-label {
    font-size: 15px;
    margin-bottom: 18px; }
.school-cabinet_info-form--full .school-cabinet_info-row {
    margin-bottom: 13px; }
@media screen and (max-width: 767px) {
    .school-cabinet_info-form--full .school-cabinet_info-row {
        margin-bottom: 0; } }
.school-cabinet_info-form .radio-container {
    margin-right: 108px; }
@media screen and (max-width: 767px) {
    .school-cabinet_info-form .radio-container {
        margin-right: 40px; } }
.school-cabinet_info-form textarea.form-control {
    height: 87px; }
.school-cabinet_info-form .custom-checkbox label {
    font-size: 15px; }
.school-cabinet_info-form .custom-checkbox {
    min-width: 50%;
    width: 50%;
    padding-bottom: 4px; }
@media screen and (max-width: 320px) {
    .school-cabinet_info-form .custom-checkbox {
        width: 100%;
        min-width: 100%; } }
.school-cabinet_info-field {
    margin-bottom: 15px; }
.school-cabinet_info-row {
    margin-bottom: 32px; }
.school-cabinet_info-row:last-child {
    margin-bottom: 22px; }
.school-cabinet_info-row-label {
    font-size: 16px;
    color: #555555;
    margin-bottom: 20px; }
.school-cabinet_info-note {
    font-size: 15px;
    color: #555555;
    margin-top: 38px; }
.school-cabinet_info .tariff__price {
    font-weight: 700;
    font-size: 16px; }
@media screen and (max-width: 767px) {
    .school-cabinet_info .tariff__price {
        order: 2;
        min-width: 30%;
        margin-left: auto;
        text-align: right; } }
.school-cabinet_info .tariff__name {
    min-width: 55%;
    padding-right: 82px; }
@media screen and (max-width: 767px) {
    .school-cabinet_info .tariff__name {
        width: 55%;
        order: 1;
        padding-right: 0;
        padding-bottom: 0; } }
.school-cabinet_info .tariff__item {
    padding-right: 5px; }
.school-cabinet_info .tariff__toggle {
    margin-right: 30px;
    margin-top: 8px; }
@media screen and (max-width: 767px) {
    .school-cabinet_info .tariff__toggle {
        margin-top: 0; } }
.school-cabinet_info .tariff__item {
    height: 74px; }
.school-cabinet_info .tariff__item:nth-last-of-type(2) {
    border: none; }
@media screen and (max-width: 767px) {
    .school-cabinet_info .tariff__item {
        height: 100px;
        margin-bottom: 10px; } }
.school-cabinet_info .notes {
    padding-top: 77px; }
.school-cabinet_info-table-title {
    font-size: 16px;
    font-weight: 700;
    color: #000; }
@media screen and (max-width: 1199px) {
    .school-cabinet_info-table-title {
        font-size: 14px; } }
@media screen and (max-width: 767px) {
    .school-cabinet_info-table-title {
        margin-bottom: 5px; } }
.school-cabinet_info-table-title--1 {
    width: 28%; }
@media screen and (max-width: 1199px) {
    .school-cabinet_info-table-title--1 {
        width: 25%; } }
.school-cabinet_info-table-title--2 {
    width: 32%; }
@media screen and (max-width: 1199px) {
    .school-cabinet_info-table-title--2 {
        width: 29%; } }
.school-cabinet_info-table-title--3 {
    width: 22%; }
.school-cabinet_info-table-date {
    font-size: 13px;
    color: #555555;
    font-weight: 600;
    margin-bottom: 5px; }
@media screen and (max-width: 1199px) {
    .school-cabinet_info-table-date {
        font-size: 12px; } }
.school-cabinet_info-table-text {
    font-size: 16px;
    color: #000; }
.school-cabinet_info-table-text strong {
    font-weight: 700; }
@media screen and (max-width: 1199px) {
    .school-cabinet_info-table-text {
        font-size: 14px; } }
.school-cabinet_info-table-text a {
    color: #0033CC;
    text-decoration: underline; }
@media screen and (max-width: 320px) {
    .school-cabinet_info-table-value {
        margin-bottom: 10px; } }
.school-cabinet_info-table-value--1 {
    width: 28%; }
@media screen and (max-width: 1199px) {
    .school-cabinet_info-table-value--1 {
        width: 25%; } }
@media screen and (max-width: 767px) {
    .school-cabinet_info-table-value--1 {
        width: 100%; } }
.school-cabinet_info-table-value--2 {
    width: 32%; }
@media screen and (max-width: 1199px) {
    .school-cabinet_info-table-value--2 {
        width: 29%; } }
@media screen and (max-width: 767px) {
    .school-cabinet_info-table-value--2 {
        width: 47%; } }
@media screen and (max-width: 320px) {
    .school-cabinet_info-table-value--2 {
        width: 100%; } }
.school-cabinet_info-table-value--3 {
    width: 22%; }
@media screen and (max-width: 767px) {
    .school-cabinet_info-table-value--3 {
        width: 49%; } }
@media screen and (max-width: 320px) {
    .school-cabinet_info-table-value--3 {
        width: 100%; } }
@media screen and (max-width: 767px) {
    .school-cabinet_info-table-value--4 {
        width: 100%; } }
.school-cabinet_info-table-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 14px;
    margin-bottom: 15px; }
.school-cabinet_info-table-item:last-child {
    margin-bottom: 0;
    border: none; }
.school-cabinet_info-table-item:nth-last-of-type(2) {
    border: none;
    margin-bottom: 0; }
.school-cabinet_info-table--small .school-cabinet_info-table-item {
    padding-bottom: 26px;
    margin-bottom: 21px; }
@media screen and (max-width: 767px) {
    .school-cabinet_info-table--small .school-cabinet_info-table-item {
        padding-bottom: 14px; } }
.school-cabinet_info-table--small .school-cabinet_info-table-item:last-child {
    margin-bottom: 0; }
@media screen and (max-width: 767px) {
    .school-cabinet_info-table--small .school-cabinet_info-table-value--2 {
        width: 100%; } }
.school-cabinet_info-delete {
    text-align: center; }
.school-cabinet_info-delete a {
    font-size: 15px;
    color: #EA4242; }

.school-cabinet_notice-title {
    font-size: 16px;
    color: #000;
    letter-spacing: -0.4px; }

.school-cabinet_notice-item {
    border-bottom: 0.5px solid #BCBBC1;
    padding-bottom: 2px;
    margin-bottom: 3px; }

.school-cabinet_notice .school-cabinet_card-toggle {
    margin-top: 3px; }

.school-cabinet_notice-form-title {
    font-size: 26px;
    font-weight: 700; }

.school-cabinet_plus {
    background-image: url(../img/plus-3.svg);
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    background-size: 18px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: 1px solid #E1E1E1;
    cursor: pointer; }
@media screen and (max-width: 1199px) {
    .school-cabinet_plus {
        width: 30px;
        min-width: 30px;
        height: 30px; } }
@media screen and (max-width: 767px) {
    .school-cabinet_plus {
        width: 38px;
        min-width: 38px;
        height: 38px; } }

.school-cabinet_card-data-item {
    width: 260px; }

.school-cabinet .notes-item:nth-last-of-type(2) {
    padding-bottom: 0;
    border: none;
    margin-bottom: 0; }

.school-cabinet__lessons-link-text {
    font-size: 18px;
    text-decoration: underline;
    color: #0033CC;
    margin-left: 8px; }

.school-cabinet__lessons-link i {
    font-size: 20px;
    color: #0033CC; }

.school-cabinet__lessons-card {
    background-color: #fff;
    border-radius: 5px;
    padding: 14px 27px 18px 15px; }
.school-cabinet__lessons-card .school-cabinet_card-info-title {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 0; }
.school-cabinet__lessons-card .school-cabinet_card-info-title span.color-blue {
    color: #0033CC; }
.school-cabinet__lessons-card .school-cabinet_card-info-title strong {
    color: #555; }
.school-cabinet__lessons-card .school-cabinet_card-info-title p {
    margin-bottom: 15px; }
.school-cabinet__lessons-card .school-cabinet_card-info-title p:last-child {
    margin-bottom: 0; }
.school-cabinet__lessons-card .school-cabinet_card-info-text {
    font-size: 16px;
    line-height: 19px; }
.school-cabinet__lessons-card-content {
    border-left: 1px solid #D0D0D0;
    width: 62%;
    padding-left: 31px; }
@media screen and (max-width: 991px) {
    .school-cabinet__lessons-card-content {
        padding-left: 20px;
        width: 53%; } }
@media screen and (max-width: 767px) {
    .school-cabinet__lessons-card-content {
        width: 100%;
        border: none;
        padding-left: 0; } }
.school-cabinet__lessons-card-calc {
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    height: 44px;
    width: 144px;
    min-width: 144px;
    display: flex;
    align-items: center;
    justify-content: center; }
@media screen and (max-width: 1199px) {
    .school-cabinet__lessons-card-calc {
        width: 120px;
        min-width: 120px; } }
@media screen and (max-width: 767px) {
    .school-cabinet__lessons-card-calc {
        width: 100px;
        min-width: 100px; } }
.school-cabinet__lessons-card-calc span {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    width: 26px;
    max-width: 26px;
    text-align: center; }
.school-cabinet__lessons-card-calc .button-calc {
    border: none;
    background: none;
    outline: none;
    cursor: pointer;
    width: 40px;
    height: 40px; }
.school-cabinet__lessons-card-calc .button-calc i {
    color: #999; }
.school-cabinet__lessons-card-field textarea.form-control {
    height: 66px;
    font-size: 16px;
    line-height: 19px;
    color: #555;
    font-family: 'Proxima Nova';
    padding-top: 13px; }
.school-cabinet__lessons-card-button {
    text-align: center; }
.school-cabinet__lessons-card-button a {
    font-size: 16px;
    font-weight: 700;
    color: #0033CC; }
.school-cabinet__lessons-card-more {
    display: none; }
.school-cabinet__lessons-card-more.active {
    display: block; }

.notes-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 18px; }

.notes-item {
    margin-right: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
    margin-bottom: 16px; }
@media screen and (max-width: 767px) {
    .notes-item {
        margin-right: 0; } }
.notes-item:last-child {
    margin-bottom: 0;
    border: none;
    padding-bottom: 0; }
.notes-item-date {
    font-size: 13px;
    font-weight: 600;
    color: #555555;
    width: 80px; }
.notes-item-name {
    font-size: 16px;
    font-weight: 700;
    color: #000; }
.notes-item-text {
    font-size: 16px;
    line-height: 19px;
    color: #000; }
.notes-item-text strong {
    font-weight: 700; }
.notes-item-delete {
    background-image: url(../img/trash.svg);
    width: 23px;
    min-width: 23px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 23px;
    cursor: pointer; }
@media screen and (max-width: 767px) {
    .notes-item-delete {
        margin-top: 5px; } }
@media screen and (max-width: 767px) {
    .notes-item-content {
        width: 100%; } }

.notes--small .notes-item-date {
    width: auto;
    color: #999;
    font-size: 14px;
    font-weight: 400; }

.notes--small .notes-item-text {
    font-size: 14px;
    line-height: 17px; }

.notes--small .notes-item {
    margin-bottom: 13px;
    padding-bottom: 18px; }
.notes--small .notes-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0; }

.payment {
    padding-top: 194px;
    padding-bottom: 164px; }
@media screen and (max-width: 768px) {
    .payment--full {
        padding-top: 0;
        padding-bottom: 0;
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; } }
.payment-icon {
    margin: auto;
    margin-bottom: 15px; }
@media screen and (max-width: 768px) {
    .payment-icon {
        margin-bottom: 20px; } }
.payment-icon--error {
    background-image: url(../img/error.svg);
    width: 88px;
    height: 88px;
    background-size: contain;
    background-repeat: no-repeat; }
.payment-icon--check {
    background-image: url(../img/checkmark.svg);
    width: 88px;
    height: 88px;
    background-size: contain;
    background-repeat: no-repeat; }
.payment-title {
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 12px; }
@media screen and (max-width: 768px) {
    .payment-title {
        font-size: 21px;
        line-height: 26px;
        margin-bottom: 10px; } }
.payment-text {
    font-size: 16px;
    line-height: 19px;
    color: #555;
    margin-bottom: 20px; }
@media screen and (max-width: 768px) {
    .payment-text {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 27px; } }
.payment-button .btn-blue {
    display: inline-block;
    padding: 0 45px; }
@media screen and (max-width: 768px) {
    .payment-button .btn-blue {
        height: 44px;
        line-height: 44px;
        padding: 0 38px; } }
.payment-button .btn-green {
    height: 46px;
    line-height: 46px;
    width: 100%;
    display: inline-block;
    padding: 0;
    font-size: 16px;
    border-radius: 8px; }
.payment-error {
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    background-color: #EA4242;
    border-radius: 10px;
    padding: 14px 15px;
    padding-bottom: 16px;
    margin-bottom: 21px; }

.exams-title {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    padding-top: 9px; }
.exams-title a {
    color: #0033CC; }

.exams-card {
    background-color: #fff;
    border-radius: 9px;
    padding: 12px 13px 15px 12px;
    margin-bottom: 5px; }
.exams-card-title {
    font-size: 16px;
    color: #000;
    font-weight: 700; }
.exams-card-title span.color-gray {
    color: #999999;
    padding-left: 4px;
    padding-right: 4px; }
.exams-card-title span.color-blue {
    color: #0033CC; }
.exams-card-link {
    font-size: 16px;
    color: #999999;
    text-decoration: underline;
    transition: all 300ms; }
.exams-card-link:hover {
    color: #999999; }
.exams-card-text {
    font-size: 11px;
    line-height: 13px;
    color: #000;
    margin-top: 12px; }
@media screen and (min-width: 768px) {
    .exams-card-text {
        font-size: 14px; } }

.exams-client {
    font-size: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 11px;
    margin-bottom: 13px; }

.autoschool {
    display: flex;
    align-items: center;
    margin-top: 11px; }
@media screen and (max-width: 991px) {
    .autoschool {
        display: block; }
    .autoschool--inner {
        display: flex; } }
@media screen and (max-width: 776px) {
    .autoschool {
        display: flex; }
    .autoschool--search {
        border-top: 1px solid rgba(0, 0, 0, 0.15) !important;
        padding-top: 10px; }
    .autoschool--inner .autoschool__label {
        font-size: 13px; }
    .autoschool--inner .autoschool__value span {
        font-size: 18px;
        font-weight: bold; }
    .autoschool--inner .autoschool__value img {
        width: 27px; } }
.autoschool__label {
    color: #999999;
    font-weight: bold;
    font-size: 13px;
    margin-right: 16px; }
@media screen and (max-width: 776px) {
    .autoschool__label {
        font-weight: normal;
        color: #555555;
        font-size: 13px;
        line-height: 16px; } }
.autoschool__value {
    display: flex;
    align-items: center; }
.autoschool__value img {
    width: 27px; }
@media screen and (max-width: 776px) {
    .autoschool__value img {
        width: 17px; } }
.autoschool__value span {
    font-size: 20px;
    line-height: 24px;
    color: #000;
    margin-left: 3.5px;
    font-weight: bold; }
@media screen and (max-width: 776px) {
    .autoschool__value span {
        font-weight: normal;
        margin-left: 5px;
        font-size: 15px;
        line-height: 18px; } }

.block-info {
    background-color: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 32px 39px;
    padding-bottom: 39px;
    text-align: left;
    position: relative;
    z-index: 10; }
@media screen and (max-width: 760px) {
    .block-info {
        padding: 30px; } }
.block-info--v-2 {
    background: none;
    box-shadow: none;
    padding: 0; }
@media screen and (max-width: 767px) {
    .block-info--v-2 {
        margin-bottom: 24px !important;
        padding-top: 0 !important; } }
.block-info--v-2 .block-info__item:before {
    display: none; }
.block-info--v-2 .block-info__text {
    font-size: 20px;
    line-height: 27px; }
@media screen and (max-width: 767px) {
    .block-info--v-2 .block-info__text {
        font-size: 15px;
        line-height: 18px; } }
.block-info--v-2 .block-info__icon--1 {
    margin-left: 0px; }
.block-info--v-2 .block-info__item {
    width: 359px;
    margin-right: 0; }
@media screen and (max-width: 1200px) {
    .block-info--v-2 .block-info__item {
        width: 32%; } }
@media screen and (max-width: 767px) {
    .block-info--v-2 .block-info__item {
        width: 100%; } }
.block-info--v-2 .block-info__icon--2 {
    margin-left: -1px;
    padding-top: 0; }
.block-info--v-2 .block-info__icon--3 {
    padding-top: 0; }
.block-info--v-2 .block-info__icon {
    height: 83px; }
@media screen and (max-width: 767px) {
    .block-info--v-2 .block-info__icon {
        height: auto; } }
.block-info--v-2 .block-info__icon--5 {
    padding-top: 0;
    margin-left: -1px; }
.block-info--v-2 .block-info__icon--6 {
    padding-top: 0;
    margin-top: -1px; }
.block-info--v-2 .block-info__icon--6 img {
    margin-top: -9px; }
.block-info__title {
    font-size: 26px;
    font-weight: 600;
    color: #000; }
@media screen and (max-width: 760px) {
    .block-info__title {
        font-size: 20px;
        line-height: 22px; } }
.block-info__icon {
    height: 77px; }
@media screen and (max-width: 767px) {
    .block-info__icon {
        height: auto;
        width: 50px !important;
        min-width: 50px !important;
        margin: 0 !important;
        padding: 0 !important; } }
@media screen and (max-width: 760px) {
    .block-info__icon {
        width: 65px !important;
        min-width: 65px !important; } }
.block-info__icon img {
    width: 100%; }
.block-info__icon--1 {
    width: 65px;
    margin-left: -7px; }
@media screen and (max-width: 767px) {
    .block-info__icon--1 img {
        width: 90%; } }
.block-info__icon--2 {
    width: 90px;
    margin-left: 3px;
    padding-top: 11px; }
.block-info__icon--3 {
    width: 67px;
    padding-top: 6px; }
@media screen and (max-width: 767px) {
    .block-info__icon--3 img {
        width: 84%; } }
.block-info__icon--4 {
    width: 67px; }
@media screen and (max-width: 767px) {
    .block-info__icon--4 img {
        width: 90%; } }
.block-info__icon--5 {
    width: 70px;
    margin-left: 8px;
    padding-top: 5px; }
@media screen and (max-width: 767px) {
    .block-info__icon--5 img {
        width: 93%; } }
.block-info__icon--6 {
    width: 99px;
    margin-left: -13px;
    padding-top: 4px; }
@media screen and (max-width: 767px) {
    .block-info__icon--6 img {
        margin-left: -3px; } }
.block-info__text {
    font-size: 15px;
    line-height: 18px;
    color: #000;
    margin-top: auto;
    padding-top: 6px; }
@media screen and (max-width: 1290px) {
    .block-info__text br {
        display: none; } }
@media screen and (max-width: 1200px) {
    .block-info__text {
        margin-top: 0;
        padding-top: 20px; } }
@media screen and (max-width: 767px) {
    .block-info__text {
        padding-top: 0;
        margin-left: 10px;
        padding-left: 0 !important; } }
.block-info__item {
    position: relative;
    min-width: 357px; }
@media screen and (max-width: 1290px) {
    .block-info__item {
        min-width: 32%;
        margin-right: 20px !important; }
    .block-info__item:last-child {
        margin-right: 0 !important; } }
@media screen and (max-width: 767px) {
    .block-info__item {
        min-width: 100%;
        margin-right: 0;
        margin-bottom: 24px; } }
.block-info__item:before {
    content: '';
    width: 0.5px;
    height: 120px;
    background-color: #999;
    display: block;
    position: absolute;
    top: 23px;
    left: -15px; }
@media screen and (max-width: 1290px) {
    .block-info__item:before {
        top: 20px; } }
@media screen and (max-width: 1200px) {
    .block-info__item:before {
        top: 40px; } }
@media screen and (max-width: 1020px) {
    .block-info__item:before {
        top: 60px;
        left: -9px; } }
@media screen and (max-width: 767px) {
    .block-info__item:before {
        display: none; } }
.block-info__item:first-child:before {
    display: none; }

.new-what {
    padding-bottom: 194px; }
@media screen and (max-width: 767px) {
    .new-what {
        padding-bottom: 30px; } }
.new-what__card {
    background-color: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    width: 565px;
    padding: 34px 41px;
    position: relative; }
@media screen and (max-width: 1290px) {
    .new-what__card {
        width: 545px; } }
@media screen and (max-width: 1200px) {
    .new-what__card {
        width: 48%; } }
@media screen and (max-width: 760px) {
    .new-what__card {
        width: 100%;
        padding: 30px;
        margin-bottom: 10px; } }
.new-what__card-title {
    font-size: 26px;
    line-height: 32px;
    color: #000;
    font-weight: 600; }
@media screen and (max-width: 760px) {
    .new-what__card-title {
        font-size: 18px; } }
.new-what__card-text {
    font-size: 20px;
    line-height: 27px;
    color: #000; }
@media screen and (max-width: 1200px) {
    .new-what__card-text br {
        display: none; } }
@media screen and (max-width: 760px) {
    .new-what__card-text {
        font-size: 15px;
        line-height: 19px; } }
.new-what__card-button a {
    font-size: 15px;
    line-height: 45px;
    height: 45px;
    border-radius: 5px;
    background-color: #33FF00;
    padding: 0 41px;
    display: inline-block;
    font-size: 15px;
    color: #0033CC;
    font-weight: 700; }
.new-what__card-link a {
    font-size: 15px;
    color: #0033CC;
    font-weight: 600;
    display: flex;
    align-items: center; }
.new-what__card-link a:after {
    content: '';
    width: 20px;
    height: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/long-arrow.svg);
    display: block;
    margin-left: 14px; }
.new-what__card-el-1 {
    background-image: url(../img/element-1.png);
    position: absolute;
    width: 301px;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    right: 1px;
    bottom: -131px; }
@media screen and (max-width: 1290px) {
    .new-what__card-el-1 {
        bottom: -156px; } }
@media screen and (max-width: 760px) {
    .new-what__card-el-1 {
        display: none; } }
.new-what__card-el-2 {
    background-image: url(../img/element-2.png);
    position: absolute;
    width: 305px;
    height: 217px;
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    bottom: -143px;
    right: 17px; }
@media screen and (max-width: 1290px) {
    .new-what__card-el-2 {
        bottom: -163px; } }
@media screen and (max-width: 760px) {
    .new-what__card-el-2 {
        display: none; } }
.new-what__title {
    font-size: 40px;
    color: #000;
    font-weight: 700; }
@media screen and (max-width: 760px) {
    .new-what__title {
        font-size: 26px; } }

.we-help {
    padding-top: 101px;
    padding-bottom: 92px; }
@media screen and (max-width: 767px) {
    .we-help {
        padding-top: 55px;
        padding-bottom: 30px; } }
.we-help__title {
    font-size: 40px;
    font-weight: 700;
    color: #000; }
@media screen and (max-width: 760px) {
    .we-help__title {
        font-size: 26px; } }
.we-help__title-logo {
    width: 271px;
    min-width: 271px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/logo-school-2.svg);
    display: block;
    margin-left: 23px; }
@media screen and (max-width: 760px) {
    .we-help__title-logo {
        margin-left: 0; } }
.we-help__text {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin-bottom: 74px; }
@media screen and (max-width: 760px) {
    .we-help__text {
        margin-bottom: 30px; } }
.we-help__video {
    width: 100%;
    margin: auto; }
.we-help__video iframe {
    border-radius: 5px;
    width: 100%;
    height: 657px; }
@media screen and (max-width: 760px) {
    .we-help__video iframe {
        height: 52vw; } }

.pre-form {
    padding-top: 98px;
    padding-bottom: 98px; }
@media screen and (max-width: 760px) {
    .pre-form {
        padding-top: 30px;
        padding-bottom: 35px; } }
.pre-form__title {
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    color: #fff; }
.pre-form__text {
    font-size: 18px;
    line-height: 24px;
    color: #fff; }
.pre-form__field {
    width: 368px;
    margin-bottom: 20px; }
@media screen and (max-width: 1290px) {
    .pre-form__field {
        width: 32%; } }
@media screen and (max-width: 760px) {
    .pre-form__field {
        width: 100%; } }
.pre-form__button button {
    font-size: 15px;
    line-height: 45px;
    height: 45px;
    border-radius: 5px;
    background-color: #33FF00;
    font-weight: 700;
    color: #0033CC;
    outline: none;
    border: none;
    padding: 0 78px;
    cursor: pointer; }
.pre-form .custom-checkbox a {
    margin-left: 4px; }
.pre-form .custom-checkbox label:before {
    background-color: transparent;
    border: 1px solid #29EF00; }
.pre-form .custom-checkbox input:checked + label:after {
    background-color: #29EF00;
    top: -2px; }
.pre-form .custom-checkbox label {
    color: #fff;
    font-size: 13px;
    display: flex;
    align-items: center; }
.pre-form .custom-checkbox label a {
    color: #fff;
    text-decoration: underline; }
@media screen and (max-width: 760px) {
    .pre-form .custom-checkbox {
        padding-top: 0 !important; } }

.news {
    padding-top: 67px; }
.news__card {
    width: 46%;
    margin-bottom: 47px; }
@media screen and (max-width: 768px) {
    .news__card {
        width: 100%; } }
.news__card-image img {
    width: 100%; }
.news__card-date {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6); }
.news__card-title {
    font-size: 22px;
    line-height: 27px;
    color: #000;
    font-weight: 700; }
.news__card-text {
    font-size: 15px;
    line-height: 18px;
    color: #000; }
.news__card-link a {
    font-size: 18px;
    font-weight: 700;
    color: #33CC00; }

.new {
    padding-top: 42px; }
.new__date {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6); }
.new__content h2 {
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    color: #000; }
@media screen and (max-width: 760px) {
    .new__content h2 {
        font-size: 26px;
        line-height: 36px; } }
.new__content img {
    width: 77%; }
@media screen and (max-width: 760px) {
    .new__content img {
        width: 100%; } }
.new__content p {
    font-size: 15px;
    line-height: 18px;
    color: #000;
    padding-bottom: 18px; }
.new__image {
    text-align: center; }

.new-cards__icon {
    width: 68px;
    min-height: 89px; }
@media screen and (max-width: 767px) {
    .new-cards__icon {
        min-height: 88px; } }
.new-cards__icon img {
    width: 100%; }

.new-cards__text {
    font-size: 20px;
    line-height: 27px;
    color: #000; }
@media screen and (max-width: 991px) {
    .new-cards__text {
        font-size: 18px;
        line-height: 24px; } }
.new-cards__text strong {
    font-weight: 700; }

.new-cards__item {
    width: 359px; }
@media screen and (max-width: 1200px) {
    .new-cards__item {
        width: 290px; } }
@media screen and (max-width: 991px) {
    .new-cards__item {
        width: 31%; } }
@media screen and (max-width: 767px) {
    .new-cards__item {
        width: 100%;
        margin-bottom: 24px; } }

.info {
    position: relative; }
.info__title {
    font-size: 30px;
    line-height: 37px;
    font-weight: 700;
    color: #0033CC; }
@media screen and (max-width: 991px) {
    .info__title {
        font-size: 28px;
        line-height: 35px; }
    .info__title br {
        display: none; } }
@media screen and (max-width: 767px) {
    .info__title {
        font-size: 26px;
        line-height: 32px; } }
.info__extra-title {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    font-weight: 700; }
@media screen and (max-width: 991px) {
    .info__extra-title {
        font-size: 28px; } }
@media screen and (max-width: 767px) {
    .info__extra-title {
        font-size: 26px; } }
.info__extra-card {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    background-color: #fff;
    font-size: 26px;
    font-weight: 600;
    color: #000;
    padding: 15px 35px 15px 24px;
    margin-right: 24px;
    position: relative; }
@media screen and (max-width: 991px) {
    .info__extra-card {
        font-size: 23px; } }
@media screen and (max-width: 767px) {
    .info__extra-card {
        font-weight: 700;
        font-size: 22px;
        padding: 12px  29px 12px 15px;
        margin-bottom: 16px;
        margin-right: 16px; } }
.info__extra-card:after {
    content: '';
    background-image: url(../img/stop.svg);
    width: 28px;
    height: 28px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -14px;
    right: -14px; }
@media screen and (max-width: 767px) {
    .info__extra-card:after {
        width: 20px;
        height: 20px;
        top: -10px;
        right: -10px; } }
.info__element {
    background-image: url(../img/info-el.png);
    width: 381px;
    height: 268px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 141px;
    margin-right: -27px;
    margin-bottom: -51px; }
@media screen and (max-width: 1200px) {
    .info__element {
        margin-top: 90px;
        margin-bottom: 0; } }
@media screen and (max-width: 767px) {
    .info__element {
        width: 120px;
        height: 120px;
        margin-right: 0;
        margin-left: auto;
        margin-top: -49px;
        margin-bottom: -47px; } }

.knowledge__title {
    font-size: 30px;
    line-height: 37px;
    font-weight: 700;
    color: #000; }
@media screen and (max-width: 767px) {
    .knowledge__title--small {
        font-size: 26px;
        line-height: 32px; } }

.knowledge ul li {
    font-size: 20px;
    line-height: 27px;
    color: #000;
    position: relative;
    padding-left: 24px;
    margin-bottom: 20px; }
@media screen and (max-width: 767px) {
    .knowledge ul li {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 21px; }
    .knowledge ul li br {
        display: none; }
    .knowledge ul li br.block {
        display: block; } }
.knowledge ul li strong {
    font-weight: 700; }
.knowledge ul li:before {
    content: '';
    width: 9px;
    min-width: 9px;
    height: 13px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    background-image: url(../img/li-before.svg);
    position: absolute;
    left: 0px;
    top: 1px; }

.knowledge__content {
    width: 633px;
    min-width: 633px;
    position: relative;
    z-index: 10; }
@media screen and (max-width: 767px) {
    .knowledge__content {
        width: 100%;
        min-width: 100%; } }

.knowledge__row {
    position: relative; }

.knowledge__el {
    background-image: url(../img/info-el-2.png);
    width: 582px;
    min-width: 582px;
    height: 518px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -116px;
    bottom: -83px; }
@media screen and (max-width: 1200px) {
    .knowledge__el {
        right: -290px; } }
@media screen and (max-width: 991px) {
    .knowledge__el {
        display: none; } }
@media screen and (max-width: 767px) {
    .knowledge__el {
        display: block;
        width: 313px;
        height: 299px;
        margin-left: 8px;
        margin-top: 55px;
        margin-bottom: -12px;
        position: static; } }

.help {
    position: relative; }
.help__title {
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    font-weight: 700; }
.help__title span.color-green {
    color: #33CC00; }
@media screen and (max-width: 767px) {
    .help__title {
        font-size: 28px;
        line-height: 28px; } }
.help__text {
    width: 554px;
    font-size: 20px;
    line-height: 27px;
    color: #fff;
    margin-right: 4px;
    margin-top: 1px; }
@media screen and (max-width: 1200px) {
    .help__text {
        width: 400px; } }
@media screen and (max-width: 991px) {
    .help__text {
        width: 100%; } }
@media screen and (max-width: 767px) {
    .help__text {
        font-size: 18px;
        line-height: 24px; } }
.help__info-title {
    font-size: 30px;
    color: #fff;
    line-height: 37px;
    font-weight: 700; }
@media screen and (max-width: 767px) {
    .help__info-title {
        font-size: 26px;
        line-height: 32px; } }
.help__element {
    background-image: url(../img/help-el.png);
    width: 155px;
    height: 157px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -104px; }
@media screen and (max-width: 767px) {
    .help__element {
        width: 83px;
        height: 84px;
        top: -78px; } }
.help__card {
    width: 260px;
    min-height: 244px;
    background: rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    margin-bottom: 31px;
    padding: 20px; }
@media screen and (max-width: 1200px) {
    .help__card {
        width: 225px; } }
@media screen and (max-width: 991px) {
    .help__card {
        width: 49%;
        min-height: 220px;
        margin-bottom: 10px; } }
@media screen and (max-width: 767px) {
    .help__card {
        min-height: 180px;
        width: 48%;
        padding: 17px;
        margin-bottom: 15px; } }
.help__card--large {
    width: 556px;
    background-image: url(../img/help-card-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat; }
@media screen and (max-width: 1200px) {
    .help__card--large {
        width: 460px; } }
@media screen and (max-width: 991px) {
    .help__card--large {
        width: 100%; } }
.help__card-text {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    margin-top: auto; }
@media screen and (max-width: 1200px) {
    .help__card-text {
        font-size: 20px;
        line-height: 20px; } }
@media screen and (max-width: 767px) {
    .help__card-text {
        font-size: 16px;
        line-height: 16px; } }
.help__card-text span.color-green {
    color: #33CC00; }
.help__card-text--large {
    font-size: 29px;
    line-height: 32px; }
@media screen and (max-width: 1200px) {
    .help__card-text--large {
        font-size: 25px;
        line-height: 28px; } }
@media screen and (max-width: 767px) {
    .help__card-text--large {
        font-size: 24px;
        line-height: 24px; } }
.help__card-icon {
    width: 80px; }
.help__card-icon img {
    width: 100%; }
@media screen and (max-width: 767px) {
    .help__card-icon {
        width: 40px; } }
.help__card--1 .help__card-icon {
    width: 117px;
    margin-top: -20px;
    margin-left: -19px; }
@media screen and (max-width: 767px) {
    .help__card--1 .help__card-icon {
        width: 60px;
        margin-left: -11px;
        margin-top: -12px; } }
.help__card--1 .help__card-text {
    margin-top: -16px; }
@media screen and (max-width: 1200px) {
    .help__card--1 .help__card-text {
        margin-top: auto; } }
.help__card--5 .help__card-icon {
    margin-top: -12px; }
@media screen and (max-width: 767px) {
    .help__card--5 .help__card-icon {
        margin-top: -6px; } }
.help__card--2 .help__card-text {
    line-height: 29px; }
@media screen and (max-width: 1200px) {
    .help__card--2 .help__card-text {
        line-height: 25px; } }
@media screen and (max-width: 767px) {
    .help__card--2 .help__card-text {
        line-height: 22px; } }

.tariffs__title {
    font-size: 40px;
    color: #000;
    font-weight: 700; }
@media screen and (max-width: 767px) {
    .tariffs__title {
        font-size: 28px; } }

.tariffs__card {
    background: #fff;
    border-radius: 8px;
    width: 260px;
    min-height: 180px;
    padding: 24px 20px 20px 20px;
    display: flex;
    flex-direction: column; }
@media screen and (max-width: 1200px) {
    .tariffs__card {
        width: 24%; } }
@media screen and (max-width: 767px) {
    .tariffs__card {
        width: 48%;
        padding-top: 22px;
        min-height: 160px;
        margin-bottom: 15px; } }
.tariffs__card-title {
    font-size: 29px;
    font-weight: 700;
    color: #000;
    margin-bottom: 3px; }
@media screen and (max-width: 991px) {
    .tariffs__card-title {
        font-size: 23px; } }
@media screen and (max-width: 767px) {
    .tariffs__card-title {
        font-size: 20px; } }
.tariffs__card-price {
    margin-top: auto; }
.tariffs__card-price span {
    background-image: url(../img/ruble.svg);
    width: 18px;
    height: 23px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin-left: 7px; }
@media screen and (max-width: 767px) {
    .tariffs__card-price span {
        width: 12px;
        height: 15px;
        margin-left: 5px; } }
.tariffs__card-text {
    font-size: 16px;
    color: #555; }
@media screen and (max-width: 991px) {
    .tariffs__card-text {
        font-size: 14px; } }
.tariffs__card-line {
    width: 64px;
    height: 3px;
    background: #33CC00;
    margin-top: 18px; }

.breadcrumbs {
    padding-bottom: 9px; }
.breadcrumbs__item {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin-right: 13px; }
@media screen and (max-width: 768px) {
    .breadcrumbs__item {
        font-size: 12px;
        margin-right: 9px; } }
.breadcrumbs__item:after {
    content: '/';
    font-size: 14px;
    margin-left: 13px; }
@media screen and (max-width: 768px) {
    .breadcrumbs__item:after {
        font-size: 12px;
        margin-left: 8px; } }
.breadcrumbs__item:last-child:after {
    display: none; }
.breadcrumbs__item a {
    color: #fff; }
.breadcrumbs--dark .breadcrumbs__item {
    color: #555555; }
.breadcrumbs--dark .breadcrumbs__item a {
    color: #555555; }
.breadcrumbs--dark .breadcrumbs__item:after {
    color: #E1E1E1; }
.breadcrumbs--light .breadcrumbs__item {
    color: #fff; }
.breadcrumbs--light .breadcrumbs__item a {
    color: #fff; }
.breadcrumbs--light .breadcrumbs__item:after {
    color: #fff;
    opacity: 0.2; }

.blog__content {
    width: calc(100% + 16px);
    margin-left: -8px; }
@media screen and (max-width: 1199px) {
    .blog__content {
        width: 100%;
        margin-left: 0; } }

.blog__item {
    width: 370px;
    margin-bottom: 15px;
    border-radius: 4px;
    border: 0.5px solid #E1E1E1;
    margin-left: 8px;
    margin-right: 8px; }
.blog__item a {
    display: inline-flex;
    flex-direction: column;
    height: 100%;
    width: 100%; }
@media screen and (max-width: 1199px) {
    .blog__item {
        width: 48%;
        margin-left: 0;
        margin-right: 0; } }
@media screen and (max-width: 768px) {
    .blog__item {
        width: 100%; } }
.blog__item--large {
    width: 756px; }
@media screen and (max-width: 1199px) {
    .blog__item--large {
        width: 100%; } }
.blog__item--large .blog__title {
    font-size: 26px;
    line-height: 32px;
    font-weight: 600; }
@media screen and (max-width: 768px) {
    .blog__item--large .blog__title {
        font-size: 16px;
        line-height: 19px; } }
.blog__item--large .blog__tag {
    height: 25px;
    line-height: 23px;
    padding-left: 19px;
    padding-right: 19px; }
@media screen and (max-width: 768px) {
    .blog__item--large .blog__tag {
        height: 20px;
        line-height: 18px;
        padding-left: 10px;
        padding-right: 10px; } }
.blog__item--large .blog__image {
    margin-bottom: 22px;
    max-width: 100%;
    width: 100%;
    max-height: 425px;
    height: 425px; }
@media screen and (max-width: 1199px) {
    .blog__item--large .blog__image {
        max-height: none;
        height: auto; } }
.blog__item--large .blog__image img {
    height: 100%;
    object-fit: cover; }
@media screen and (max-width: 1199px) {
    .blog__item--large .blog__image img {
        height: auto; } }
@media screen and (max-width: 768px) {
    .blog__item--large .blog__image {
        margin-bottom: 9px; } }
.blog__item img {
    width: 100%;
    border-radius: 4px 4px 0 0; }

.blog__column {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
@media screen and (max-width: 1199px) {
    .blog__column {
        flex-direction: row; } }
@media screen and (max-width: 768px) {
    .blog__column {
        flex-direction: column; } }

.blog__image {
    margin-bottom: 9px; }

.blog__tag {
    height: 20px;
    line-height: 18px;
    border: 1px solid #33CC00;
    border-radius: 4px;
    color: #33CC00;
    font-size: 14px;
    font-weight: 600;
    padding-left: 15px;
    padding-right: 15px; }
@media screen and (max-width: 768px) {
    .blog__tag {
        padding-left: 10px;
        padding-right: 10px; } }

.blog__date {
    font-size: 15px;
    color: #000; }
@media screen and (max-width: 768px) {
    .blog__date {
        font-size: 14px; } }

.blog__title {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    color: #000; }

.blog__text {
    font-size: 15px;
    line-height: 19px;
    color: #000;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }
@media screen and (max-width: 1199px) {
    .blog__text {
        height: 37px;
        -webkit-line-clamp: 2; } }
@media screen and (max-width: 768px) {
    .blog__text {
        font-size: 14px;
        line-height: 18px;
        height: 35px; } }

.blog__time {
    margin-top: auto; }
@media screen and (max-width: 768px) {
    .blog__time {
        margin-top: 10px; } }
.blog__time-icon {
    background-image: url(../img/clock.svg);
    width: 14px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat; }
.blog__time-text {
    font-size: 14px;
    color: #999;
    margin-left: 9px; }

.blog__button .btn-blue {
    height: 44px;
    line-height: 44px;
    display: block;
    padding: 0 24px;
    font-weight: 400; }
@media screen and (max-width: 768px) {
    .blog__button .btn-blue {
        padding: 0 25px;
        font-size: 13px; } }

.blog-article {
    color: #000; }
@media screen and (max-width: 768px) {
    .blog-article .contents {
        order: 2; } }
.blog-article__top {
    margin-bottom: 36px; }
@media screen and (max-width: 768px) {
    .blog-article__top {
        margin-bottom: 24px; } }
.blog-article__image {
    width: 554px;
    margin-top: -256px;
    margin-left: auto; }
@media screen and (max-width: 1199px) {
    .blog-article__image {
        margin-top: -110px; } }
@media screen and (max-width: 991px) {
    .blog-article__image {
        margin-top: 0;
        width: 340px;
        margin-left: 0; } }
@media screen and (max-width: 768px) {
    .blog-article__image {
        order: 1;
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-top: -49px;
        margin-bottom: 22px;
        order: 1; } }
.blog-article__image img {
    width: 100%; }
.blog-article__content {
    width: 848px;
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 15px; }
@media screen and (max-width: 991px) {
    .blog-article__content {
        width: 100%;
        padding-bottom: 3px; } }
.blog-article__content h2 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 20px; }
@media screen and (max-width: 768px) {
    .blog-article__content h2 {
        font-size: 22px;
        line-height: 27px;
        font-weight: 700; } }
.blog-article__content p {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 20px; }
.blog-article__content p strong {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px; }
.blog-article__content p.large {
    font-size: 18px;
    line-height: 22px; }
.blog-article__content ul {
    padding-top: 10px;
    padding-left: 24px; }
.blog-article__content ul li {
    font-size: 15px;
    line-height: 18px;
    position: relative;
    margin-bottom: 30px; }
@media screen and (max-width: 768px) {
    .blog-article__content ul li {
        margin-bottom: 33px; } }
.blog-article__content ul li:before {
    content: '';
    background-image: url(../img/marker.svg);
    width: 9px;
    height: 13px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -24px; }
.blog-article__share {
    margin-top: 36px; }
@media screen and (max-width: 768px) {
    .blog-article__share {
        margin-top: 25px; } }
.blog-article__share-title {
    font-size: 18px;
    font-weight: 600;
    margin-right: 25px;
    margin-bottom: 16px; }
.blog-article__share-icon {
    margin-right: 4px; }
.blog-article__more {
    margin-top: 60px; }
@media screen and (max-width: 768px) {
    .blog-article__more {
        margin-top: 44px; } }
.blog-article__more-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 24px; }
@media screen and (max-width: 768px) {
    .blog-article__more-title {
        font-size: 22px;
        font-weight: 700; } }
.blog-article__more .blog__item {
    width: 848px;
    margin-bottom: 22px;
    border: none;
    margin-left: 0;
    margin-right: 0; }
@media screen and (max-width: 991px) {
    .blog-article__more .blog__item {
        width: 100%;
        margin-bottom: 36px; } }
.blog-article__more .blog__image {
    width: 338px;
    min-width: 338px;
    margin-right: 44px; }
@media screen and (max-width: 768px) {
    .blog-article__more .blog__image {
        margin-right: 0;
        width: 100%;
        min-width: 100%; } }
.blog-article__more .blog__date {
    margin-top: 0;
    margin-bottom: 9px; }
@media screen and (max-width: 768px) {
    .blog-article__more .blog__date {
        margin-top: 2px;
        font-size: 15px; } }
.blog-article__more .blog__title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 8px; }
.blog-article__more .blog__text {
    height: 95px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5; }
@media screen and (max-width: 991px) {
    .blog-article__more .blog__text {
        -webkit-line-clamp: 3;
        height: 56px; } }
@media screen and (max-width: 768px) {
    .blog-article__more .blog__text {
        font-size: 13px;
        line-height: 17px;
        height: 102px;
        -webkit-line-clamp: 6; } }
@media screen and (max-width: 768px) {
    .blog-article__more .blog__button .btn-blue {
        font-size: 15px; } }

.contents {
    background-color: #F8F8F8;
    width: 331px;
    min-width: 331px;
    padding: 22px 28px;
    padding-bottom: 11px; }
@media screen and (max-width: 720px) {
    .contents {
        width: 100%; } }
.contents__title {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin-bottom: 46px; }
.contents ul {
    font-size: 15px;
    line-height: 18px;
    margin-left: 36px; }
.contents ul a {
    color: #000; }
.contents ul li {
    position: relative;
    margin-bottom: 18px; }
.contents ul li ul {
    margin-left: 32px; }
.contents ul li ul li {
    margin-top: 18px; }
.contents__point-square:before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #0033CC;
    display: block;
    position: absolute;
    left: -31px;
    top: 5px; }
.contents__point-circle:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #0033CC;
    display: block;
    position: absolute;
    left: -32px;
    top: 5px; }

.calendar-section.white-bg {
    background-color: #fff; }

.calendar-section--grid {
    width: calc(100% + 32px);
    margin-left: -16px; }
@media screen and (min-width: 768px) {
    .calendar-section--grid {
        padding: 20px;
        width: 100%;
        margin-left: 0; } }
.calendar-section--grid .calendar-section__item {
    width: 14.5%;
    min-width: 14.5%;
    margin-right: -1px; }
@media screen and (min-width: 768px) {
    .calendar-section--grid .calendar-section__item {
        width: 14.4%;
        min-width: 14.4%; } }

.calendar-section__label {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    font-family: 'Roboto';
    margin-bottom: 6px; }
@media screen and (min-width: 768px) {
    .calendar-section__label {
        font-weight: normal; } }
.calendar-section__label--desk {
    display: none; }
@media screen and (min-width: 768px) {
    .calendar-section__label--desk {
        display: block; } }
@media screen and (min-width: 768px) {
    .calendar-section__label--mob {
        display: none; } }

.calendar-section__number {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Roboto';
    color: #000;
    width: 32px;
    height: 32px;
    background-color: #E5E5E5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center; }
@media screen and (min-width: 768px) {
    .calendar-section__number {
        background-color: transparent;
        font-size: 25px;
        font-weight: normal; } }

.calendar-section__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer; }
@media screen and (min-width: 768px) {
    .calendar-section__item {
        background-color: #fff;
        border-radius: 6px;
        padding: 12px;
        border: 2px solid transparent;
        margin-right: 5px; } }
.calendar-section__item.active .calendar-section__number {
    background-color: #0033CC;
    color: #fff; }
@media screen and (min-width: 768px) {
    .calendar-section__item.active .calendar-section__number {
        background-color: transparent;
        color: #000; } }
@media screen and (min-width: 768px) {
    .calendar-section__item.active {
        border: 2px solid #0033CC; } }
.calendar-section__item--disabled .calendar-section__number {
    color: #999999; }
.calendar-section__item--disabled .calendar-section__label {
    color: #999999; }

.calendar-section__back {
    display: inline-flex;
    align-items: center;
    cursor: pointer; }
.calendar-section__back-arrow {
    background-image: url(../img/arrow-l.svg);
    width: 21px;
    height: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 9px; }
.calendar-section__back-text {
    font-size: 12px;
    color: #000;
    font-family: 'Roboto'; }

.calendar-section__date {
    font-size: 15px;
    color: #000; }

.calendar-section__cell {
    width: 14.5%;
    min-width: 14.5%;
    height: 68px;
    border: 1px solid #E7F0ED;
    margin-right: -1px;
    margin-bottom: -1px;
    text-align: center;
    padding: 3px 5px 0 7px; }
@media screen and (min-width: 466px) {
    .calendar-section__cell {
        width: 14.45%;
        min-width: 14.45%; } }
@media screen and (min-width: 467px) {
    .calendar-section__cell {
        width: 14.5%;
        min-width: 14.5%; } }
@media screen and (min-width: 470px) {
    .calendar-section__cell {
        width: 14.45%;
        min-width: 14.45%; } }
@media screen and (min-width: 768px) {
    .calendar-section__cell {
        width: 14.4%;
        min-width: 14.4%; } }
.calendar-section__cell.active {
    font-weight: 700;
    background-color: #F1F1F1; }
.calendar-section__cell-text {
    font-size: 12px;
    color: #000;
    font-family: 'Roboto';
    margin-bottom: 5px; }
.calendar-section__cell-line {
    width: 100%;
    height: 6px;
    margin-bottom: 2px; }
.calendar-section__cell-line.green {
    background-color: #4BE600; }
.calendar-section__cell-line.grey {
    background-color: #E5E5E5; }

.calendar-section__grid {
    border-bottom: 1px solid #E7F0ED; }

.calendar-section__year {
    padding-left: 11px;
    padding-right: 11px; }
@media screen and (min-width: 768px) {
    .calendar-section__year {
        padding-left: 0;
        padding-right: 0; } }

.calendar-section__month {
    width: 32%;
    min-width: 32%;
    font-family: 'Inter';
    font-size: 8px;
    margin-bottom: 24px; }
@media screen and (min-width: 768px) {
    .calendar-section__month {
        width: 21%;
        min-width: 21%; } }
.calendar-section__month-title {
    color: #000;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    margin-bottom: 12px; }
.calendar-section__month-day {
    font-weight: 700;
    color: #000;
    width: 14.2%;
    min-width: 14.2%;
    text-align: center;
    text-transform: uppercase; }
.calendar-section__month-number {
    font-weight: 500;
    color: #393939;
    height: 10px;
    width: 14.2%;
    min-width: 14.2%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    position: relative; }
.calendar-section__month-number span {
    position: relative;
    z-index: 10; }
.calendar-section__month-number span.active {
    font-weight: 800; }
.calendar-section__month-number:after {
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
.calendar-section__month-number.active {
    color: #fff; }
.calendar-section__month-number.active:after {
    background-color: #4BE600; }
.calendar-section__month-number.not-active:after {
    background-color: #E5E5E5; }

.course-card {
    background-color: #fff;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-bottom: 4px;
    position: relative; }
@media screen and (min-width: 576px) {
    .course-card {
        width: 100%;
        margin-left: 0; } }
.course-card--fix {
    width: 557px; }
@media screen and (max-width: 1200px) {
    .course-card--fix {
        width: calc(100% + 30px);
        margin-left: -15px; } }
@media screen and (min-width: 768px) {
    .course-card--mini {
        border-bottom: 1px solid #F3F3F3;
        margin-bottom: 0; }
    .course-card--mini:last-child {
        border: none; }
    .course-card--mini .course-card__title {
        width: 70%;
        font-size: 16px;
        line-height: 20px; } }
.course-card--small .course-card__link {
    padding: 12px 20px; }
@media screen and (min-width: 768px) {
    .course-card--small .course-card__link {
        padding: 20px; } }
.course-card--small .course-card__title {
    font-size: 14px;
    margin-top: -2px;
    margin-bottom: 5px; }
.course-card--lesson {
    margin-bottom: 9px; }
.course-card--lesson .course-card__link {
    padding: 17px 16px 19px 20px; }
.course-card--lesson .course-card__title {
    font-family: 'Proxima Nova';
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 20px;
    width: 85%; }
.course-card--lesson .course-card__arrow {
    margin-top: -1px; }
.course-card--lesson .course-card__content {
    margin-left: 32px;
    margin-top: 18px;
    padding-right: 10px; }
.course-card--lesson .course-card__text {
    font-family: 'Proxima Nova'; }
.course-card__link {
    padding: 12px 16px 20px 20px;
    display: block; }
@media screen and (min-width: 768px) {
    .course-card__link {
        padding: 16px; } }
.course-card__avatar {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E7F0ED;
    margin-right: 10px; }
.course-card__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
.course-card__avatar--new {
    background-color: #393939;
    background-image: url(../img/book-mark.svg);
    background-size: 22px;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
.course-card__title {
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    font-family: 'Roboto';
    margin-top: 11px; }
.course-card__title--underline {
    text-decoration: underline; }
.course-card__title--small {
    font-size: 16px;
    line-height: 19px; }
.course-card__text {
    font-size: 14px;
    line-height: 18px;
    color: #000;
    font-family: 'Roboto'; }
.course-card__text small {
    font-size: 10px;
    color: #555;
    font-family: 'Proxima Nova'; }
@media screen and (min-width: 768px) {
    .course-card__text small {
        font-size: 12px; } }
.course-card__text span.underline {
    text-decoration: underline; }
.course-card__arrow {
    background-image: url(../img/arrow-gray.svg);
    width: 9px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-top: 14px; }
.course-card__content {
    margin-left: 50px;
    margin-top: 9px; }
.course-card__label {
    font-size: 13px;
    font-weight: 500;
    color: #999;
    border: 1px solid #999999;
    border-radius: 4px;
    height: 19px;
    line-height: 19px;
    padding: 0 8px;
    white-space: nowrap;
    position: absolute;
    right: 20px;
    top: 12px; }
.course-card__status {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #EA4242; }
.course-card__number {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-right: 12px;
    width: 20px; }
.course-card__check {
    width: 14px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/check-color.svg);
    position: absolute;
    right: 15px;
    bottom: 23px; }
.course-card__lock {
    width: 11px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/lock.svg);
    position: absolute;
    right: 16px;
    bottom: 21px; }
.course-card__wait {
    width: 12px;
    height: 17px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/wait.svg);
    position: absolute;
    right: 16px;
    bottom: 21px; }
.course-card__info {
    margin-bottom: 10px; }
.course-card__info-item {
    display: flex;
    align-items: center;
    margin-bottom: 9px; }
.course-card__info-icon {
    width: 11px;
    margin-right: 12px; }
.course-card__info-icon--about-cours {
    height: 14px;
    width: 14px;
    margin-right: 8px; }
.course-card__info-text {
    font-size: 14px;
    color: #000;
    font-family: 'Roboto'; }
.course-card__info-text--grey {
    color: #555; }
.course-card__options {
    width: 16px;
    min-width: 16px;
    height: 20px;
    background-size: 5px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(../img/dots-options.svg);
    margin-top: 10px;
    margin-left: auto;
    margin-right: -4px;
    cursor: pointer; }
@media screen and (min-width: 768px) {
    .course-card__options {
        margin-right: 0; } }

.lesson-card {
    padding: 12px 20px 24px 20px; }
.lesson-card .course-card__label {
    position: static;
    display: inline-block;
    padding: 0 13px;
    min-width: 111px;
    text-align: center; }
.lesson-card__status {
    position: absolute;
    bottom: 21px;
    right: 15px; }

.courses-nav {
    background-color: #E8E9E9;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    display: flex;
    justify-content: space-between;
    border-top: 0.5px solid #9EA2A7;
    padding: 5px 0;
    z-index: 100; }
.courses-nav__item {
    width: 20%; }
.courses-nav__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
.courses-nav__link.active .courses-nav__text {
    color: #0033CC; }
.courses-nav__link.active .courses-nav__icon.education-icon {
    background-image: url(../img/lessons-active.svg); }
.courses-nav__link.active .courses-nav__icon.courses-icon {
    background-image: url(../img/courses-active.svg); }
.courses-nav__link.active .courses-nav__icon.lessons-icon {
    background-image: url(../img/lessons-2-active.svg); }
.courses-nav__link.active .courses-nav__icon.instructors-icon {
    background-image: url(../img/instructors-active.svg); }
.courses-nav__link.active .courses-nav__icon.profile-icon {
    background-image: url(../img/profile-active.svg); }
.courses-nav__link.active .courses-nav__icon i {
    color: #0033CC; }
.courses-nav__text {
    font-size: 11px;
    color: #999;
    margin-top: 7px; }
.courses-nav__icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-position: 50% 50%; }
.courses-nav__icon i {
    font-size: 23px;
    color: #999; }
.courses-nav__icon.lessons-icon {
    background-image: url(../img/lessons-2.svg); }
.courses-nav__icon.education-icon {
    background-image: url(../img/lessons.svg); }
.courses-nav__icon.courses-icon {
    background-image: url(../img/courses.svg); }
.courses-nav__icon.instructors-icon {
    background-image: url(../img/instructors.svg); }
.courses-nav__icon.profile-icon {
    background-image: url(../img/profile.svg); }

.pay-info {
    background: rgba(0, 0, 0, 0.35);
    position: fixed;
    bottom: 0vw;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: flex-end;
    z-index: 200;
    transition: all 300ms; }
@media screen and (min-width: 768px) {
    .pay-info {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        align-items: center;
        justify-content: center; } }
.pay-info__content {
    background-color: #F3F3F3;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    width: 100%;
    padding-bottom: 10px; }
@media screen and (min-width: 768px) {
    .pay-info__content {
        width: 400px;
        max-width: 90%;
        border-radius: 10px 10px 10px 10px;
        padding-bottom: 0; } }
.pay-info__top {
    background-color: #0033CC;
    padding: 22px 0 24px 0; }
.pay-info__avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #E7F0ED;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 14px; }
.pay-info__title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    text-align: center; }
.pay-info__price {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1px; }
.pay-info__text {
    font-size: 8px;
    text-align: center;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 12px; }
.pay-info__main {
    padding: 22px 0 19px 0;
    background-color: #fff;
    margin-bottom: 23px; }
.pay-info__button {
    text-align: center; }
.pay-info__button .btn {
    height: 44px;
    line-height: 44px;
    padding: 0 30px;
    display: inline-block; }
.pay-info__subtitle {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    padding-left: 15px;
    margin-bottom: 16px; }
.pay-info__item {
    background-color: #fff;
    padding: 6px 14px 16px 20px;
    margin-bottom: 1px; }
.pay-info__item-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #E7F0ED;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px; }
.pay-info__item-number.active {
    background-color: #0033CC;
    color: #fff; }
.pay-info__item-title {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase; }
.pay-info__item-status {
    background-image: url(../img/check-color.svg);
    width: 14px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: auto; }
.pay-info__item-text {
    font-size: 14px;
    line-height: 17px;
    color: #000;
    margin-left: 50px;
    margin-top: 8px; }
.pay-info__item-text.error {
    color: #EA4242;
    font-size: 13px;
    line-height: 16px; }
.pay-info__item-button {
    margin-left: auto; }
.pay-info__item-button .btn {
    height: 24px;
    line-height: 24px;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Roboto';
    padding: 0 19px;
    display: inline-block; }

.courses-profile__item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.courses-profile__link {
    display: flex;
    align-items: flex-start;
    padding: 15px 0;
    padding-right: 30px;
    position: relative; }

.courses-profile__arrow {
    background-image: url(../img/arrow-gray.svg);
    width: 8px;
    min-width: 8px;
    height: 13px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }

.courses-profile__title {
    font-size: 16px;
    line-height: 1;
    display: block;
    color: #000;
    margin-top: 3px; }

.courses-profile__text {
    font-size: 14px;
    line-height: 17px;
    color: #999;
    margin-top: 2px; }

.courses-profile__icon {
    margin-right: 18px;
    min-width: 25px; }

.courses-profile__exit {
    position: fixed;
    bottom: 80px;
    left: 15px; }
.courses-profile__exit-link {
    display: inline-flex; }
.courses-profile__exit-text {
    font-size: 16px;
    color: #999;
    margin-left: 23px; }
.courses-profile__exit-icon {
    margin-top: 1px; }

.courses-profile__avatar-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
    margin-bottom: 7px; }
.courses-profile__avatar-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.courses-profile__avatar-link {
    text-align: center; }
.courses-profile__avatar-link a {
    font-size: 13px;
    color: #000;
    text-decoration: underline;
    font-family: 'Roboto'; }

.courses-profile__row {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 12px 18px 13px 18px;
    margin-bottom: 1px; }
.courses-profile__row--link {
    padding: 14px 18px 13px 18px; }
.courses-profile__row-title {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    font-family: 'Roboto'; }
.courses-profile__row-title.light {
    font-weight: normal; }
.courses-profile__row input {
    font-family: 'Roboto';
    font-size: 14px;
    color: #000;
    border: none;
    outline: none;
    text-align: right;
    padding: 0; }
.courses-profile__row input::placeholder {
    color: #000;
    font-size: 14px; }

.chips__content {
    display: flex;
    align-items: center;
    overflow: auto;
    width: calc(100% + 30px);
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px; }

.chips__item {
    font-size: 15px;
    color: #000;
    height: 30px;
    display: flex;
    align-items: center;
    border-radius: 30px;
    background-color: #fff;
    padding: 0 16px;
    cursor: pointer;
    margin-right: 3px; }
.chips__item.active {
    color: #fff;
    background-color: #0033CC; }

.chips__label {
    height: 20px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background-color: #33CC00;
    padding: 0 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-left: 5px; }

.lesson-block {
    padding-bottom: 32px; }
.lesson-block:last-child {
    padding-bottom: 0; }
.lesson-block__title {
    font-size: 14px;
    font-weight: 500;
    color: #999;
    font-family: 'Roboto';
    margin-bottom: 17px; }
.lesson-block__status {
    display: flex; }
.lesson-block__status.check .lesson-block__status-text {
    color: #FFB800;
    margin-top: 3px; }
.lesson-block__status.check .lesson-block__status-icon {
    background-image: url(../img/wait.svg);
    width: 13px;
    height: 18px;
    margin-right: 12px; }
.lesson-block__status.credit .lesson-block__status-text {
    color: #33CC00; }
.lesson-block__status.credit .lesson-block__status-icon {
    background-image: url(../img/check-color.svg);
    width: 16px;
    height: 12px;
    margin-right: 11px; }
.lesson-block__status-icon {
    background-size: contain;
    background-repeat: no-repeat; }
.lesson-block__status-text {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Roboto';
    text-transform: uppercase; }

.plan {
    display: flex;
    flex-direction: column;
    row-gap: 5px; }
.plan-card {
    display: flex;
    padding: 14px 13px;
    background-color: #fff;
    border-radius: 5px;
    column-gap: 14px;
    align-items: center; }
.plan-card--class {
    gap: 20px; }
.plan-card--class .plan-card__info {
    order: 2; }
.plan-card--class .plan-card__place {
    order: 3; }
.plan-card--class .plan-card__time {
    order: 1; }
@media screen and (max-width: 767.98px) {
    .plan-card--class {
        flex-wrap: wrap;
        gap: 15px; }
    .plan-card--class .plan-card__info {
        order: 1; }
    .plan-card--class .plan-card__place {
        order: 3; }
    .plan-card--class .plan-card__time {
        order: 2; } }
.plan-card__icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    background-color: #E7F0ED;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
@media screen and (max-width: 767.98px) {
    .plan-card__icon {
        width: 38px;
        height: 38px;
        min-width: 38px;
        min-height: 38px;
        align-self: flex-start; } }
.plan-card__time {
    font-size: 25px;
    font-weight: 400;
    line-height: 29.3px;
    text-align: left; }
.plan-card__info {
    display: flex;
    align-items: center;
    column-gap: 15px;
    flex-grow: 1; }
.plan-card__photo {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    border-radius: 50%;
    overflow: hidden; }
.plan-card__photo-img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
.plan-card__content {
    flex-grow: 1; }
.plan-card__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.49px;
    flex-grow: 1; }
.plan-card__text {
    font-size: 15px;
    font-weight: 400;
    line-height: 18.27px;
    flex-grow: 1; }
.plan-card__place {
    display: inline-flex;
    align-items: flex-staart;
    max-width: 45%;
    margin-left: auto; }
@media screen and (max-width: 767.98px) {
    .plan-card__place {
        max-width: 100%;
        margin-left: 0; } }
.plan-card__place-icon {
    width: 11px;
    min-width: 11px;
    height: 16px;
    background-image: url(../img/place.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-right: 7px; }
.plan-card__status {
    background-size: contain;
    background-repeat: no-repeat;
    align-self: flex-end; }
.plan-card__status.unavailable {
    width: 11px;
    min-width: 11px;
    min-height: 14px;
    height: 14px;
    background-image: url(../img/lock.svg); }
.plan-card__status.available {
    display: none; }
.plan-card__status.report-sent {
    width: 12px;
    min-width: 12px;
    height: 17px;
    min-height: 17px;
    background-image: url(../img/wait.svg); }
.plan-card__status.reply {
    width: 14px;
    min-width: 14px;
    height: 10px;
    min-height: 10px;
    background-image: url(../img/check-color.svg); }
.plan-card__status.failed {
    width: 16px;
    min-width: 16px;
    height: 14px;
    min-height: 14px;
    background-image: url(../img/warning_2.svg); }
.plan-card__status.time {
    width: 16px;
    min-width: 16px;
    height: 16px;
    min-height: 16px;
    background-image: url(../img/clock.svg); }
.plan-card__status.arbitrary {
    width: 18px;
    min-width: 18px;
    height: 18px;
    min-height: 18px;
    background-image: url(../img/law.svg); }
.plan-card__status.feedback {
    width: 14px;
    min-width: 14px;
    height: 14px;
    background-color: #ea4242;
    border-radius: 50%; }
