/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.15;
}

body {
    margin: 0;
}

article,aside,footer,header,nav,section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

figcaption,figure {
    display: block;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

main {
    display: block;
}

pre {
    font-family: monospace,monospace;
    font-size: 1em;
}

a {
    -webkit-text-decoration-skip: objects;
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,strong {
    font-weight: inherit;
    font-weight: bolder;
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

audio,video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,input,optgroup,select,textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button {
    overflow: visible;
}

button,select {
    text-transform: none;
}

[type=reset],[type=submit],button,html [type=button] {
    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

input {
    overflow: visible;
}

[type=checkbox],[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

fieldset {
    padding: .35em .75em .625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

details {
    display: block;
}

summary {
    display: list-item;
}

menu {
    display: block;
}

canvas {
    display: inline-block;
}

[hidden],template {
    display: none;
}

@font-face {
    font-display:swap;font-family:BlenderProThin;font-style:normal;font-weight:100;src:url(../fonts/BlenderPro-Thin.woff) format("woff");
}

@font-face {
    font-display:swap;font-family:BlenderProMedium;font-style:normal;font-weight:500;src:url(../fonts/BlenderPro-Medium.woff) format("woff");
}

@font-face {
    font-display:swap;font-family:BlenderProBold;font-style:normal;font-weight:700;src:url(../fonts/BlenderPro-Bold.woff) format("woff");
}

@font-face {
    font-display:swap;font-family:BlenderProHeavy;font-style:normal;font-weight:900;src:url(../fonts/BlenderPro-Heavy.woff) format("woff");
}

@font-face {
    font-display:swap;font-family:UbuntuThin;font-style:normal;font-weight:300;src:url(../fonts/Ubuntu-Thin.woff) format("woff");
}

@font-face {
    font-display:swap;font-family:UbuntuRegular;font-style:normal;font-weight:400;src:url(../fonts/Ubuntu-Regular.woff) format("woff");
}

@font-face {
    font-display:swap;font-family:UbuntuBold;font-style:normal;font-weight:500;src:url(../fonts/Ubuntu-Bold.woff) format("woff");
}

@font-face {
    font-display:swap;font-family:UbuntuHeavy;font-style:normal;font-weight:700;src:url(../fonts/Ubuntu-Heavy.woff) format("woff");
}
/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */html {
       -ms-overflow-style: scrollbar;
       box-sizing: border-box;
   }

*,:after,:before {
    box-sizing: inherit;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@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: 1458px;
    }
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.no-gutters {
    margin-left: 0;
    margin-right: 0;
}

.no-gutters>.col,.no-gutters>[class*=col-] {
    padding-left: 0;
    padding-right: 0;
}

.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.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-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.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-auto {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%;
}

.col {
    display: flex;
    flex-basis: 1;
    flex-grow: 1;
    justify-content: center;
    max-width: 100%;
}

@media screen and (max-width:768px) {
    .col {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.col-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}

.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.3333333333%;
}

.offset-2 {
    margin-left: 16.6666666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.3333333333%;
}

.offset-5 {
    margin-left: 41.6666666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.3333333333%;
}

.offset-8 {
    margin-left: 66.6666666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.3333333333%;
}

.offset-11 {
    margin-left: 91.6666666667%;
}

@media (min-width:576px) {
    .col-sm {
        display: flex;
        flex-basis: 1;
        flex-grow: 1;
        justify-content: center;
        max-width: 100%;
    }
}

@media screen and (min-width:576px) and (max-width:768px) {
    .col-sm {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (min-width:576px) {
    .col-sm-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto;
    }

    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .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.3333333333%;
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%;
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%;
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%;
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width:768px) {
    .col-md {
        display: flex;
        flex-basis: 1;
        flex-grow: 1;
        justify-content: center;
        max-width: 100%;
    }
}

@media screen and (min-width:768px) and (max-width:768px) {
    .col-md {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (min-width:768px) {
    .col-md-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto;
    }

    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .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.3333333333%;
    }

    .offset-md-2 {
        margin-left: 16.6666666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.3333333333%;
    }

    .offset-md-5 {
        margin-left: 41.6666666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.3333333333%;
    }

    .offset-md-8 {
        margin-left: 66.6666666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.3333333333%;
    }

    .offset-md-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width:992px) {
    .col-lg {
        display: flex;
        flex-basis: 1;
        flex-grow: 1;
        justify-content: center;
        max-width: 100%;
    }
}

@media screen and (min-width:992px) and (max-width:768px) {
    .col-lg {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (min-width:992px) {
    .col-lg-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto;
    }

    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .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.3333333333%;
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%;
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%;
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%;
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width:1200px) {
    .col-xl {
        display: flex;
        flex-basis: 1;
        flex-grow: 1;
        justify-content: center;
        max-width: 100%;
    }
}

@media screen and (min-width:1200px) and (max-width:768px) {
    .col-xl {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (min-width:1200px) {
    .col-xl-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto;
    }

    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .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.3333333333%;
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%;
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%;
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%;
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%;
    }
}

.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: .25rem!important;
}

.mt-1,.my-1 {
    margin-top: .25rem!important;
}

.mr-1,.mx-1 {
    margin-right: .25rem!important;
}

.mb-1,.my-1 {
    margin-bottom: .25rem!important;
}

.ml-1,.mx-1 {
    margin-left: .25rem!important;
}

.m-2 {
    margin: .5rem!important;
}

.mt-2,.my-2 {
    margin-top: .5rem!important;
}

.mr-2,.mx-2 {
    margin-right: .5rem!important;
}

.mb-2,.my-2 {
    margin-bottom: .5rem!important;
}

.ml-2,.mx-2 {
    margin-left: .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: .25rem!important;
}

.pt-1,.py-1 {
    padding-top: .25rem!important;
}

.pr-1,.px-1 {
    padding-right: .25rem!important;
}

.pb-1,.py-1 {
    padding-bottom: .25rem!important;
}

.pl-1,.px-1 {
    padding-left: .25rem!important;
}

.p-2 {
    padding: .5rem!important;
}

.pt-2,.py-2 {
    padding-top: .5rem!important;
}

.pr-2,.px-2 {
    padding-right: .5rem!important;
}

.pb-2,.py-2 {
    padding-bottom: .5rem!important;
}

.pl-2,.px-2 {
    padding-left: .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: -.25rem!important;
}

.mt-n1,.my-n1 {
    margin-top: -.25rem!important;
}

.mr-n1,.mx-n1 {
    margin-right: -.25rem!important;
}

.mb-n1,.my-n1 {
    margin-bottom: -.25rem!important;
}

.ml-n1,.mx-n1 {
    margin-left: -.25rem!important;
}

.m-n2 {
    margin: -.5rem!important;
}

.mt-n2,.my-n2 {
    margin-top: -.5rem!important;
}

.mr-n2,.mx-n2 {
    margin-right: -.5rem!important;
}

.mb-n2,.my-n2 {
    margin-bottom: -.5rem!important;
}

.ml-n2,.mx-n2 {
    margin-left: -.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: .25rem!important;
    }

    .mt-sm-1,.my-sm-1 {
        margin-top: .25rem!important;
    }

    .mr-sm-1,.mx-sm-1 {
        margin-right: .25rem!important;
    }

    .mb-sm-1,.my-sm-1 {
        margin-bottom: .25rem!important;
    }

    .ml-sm-1,.mx-sm-1 {
        margin-left: .25rem!important;
    }

    .m-sm-2 {
        margin: .5rem!important;
    }

    .mt-sm-2,.my-sm-2 {
        margin-top: .5rem!important;
    }

    .mr-sm-2,.mx-sm-2 {
        margin-right: .5rem!important;
    }

    .mb-sm-2,.my-sm-2 {
        margin-bottom: .5rem!important;
    }

    .ml-sm-2,.mx-sm-2 {
        margin-left: .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: .25rem!important;
    }

    .pt-sm-1,.py-sm-1 {
        padding-top: .25rem!important;
    }

    .pr-sm-1,.px-sm-1 {
        padding-right: .25rem!important;
    }

    .pb-sm-1,.py-sm-1 {
        padding-bottom: .25rem!important;
    }

    .pl-sm-1,.px-sm-1 {
        padding-left: .25rem!important;
    }

    .p-sm-2 {
        padding: .5rem!important;
    }

    .pt-sm-2,.py-sm-2 {
        padding-top: .5rem!important;
    }

    .pr-sm-2,.px-sm-2 {
        padding-right: .5rem!important;
    }

    .pb-sm-2,.py-sm-2 {
        padding-bottom: .5rem!important;
    }

    .pl-sm-2,.px-sm-2 {
        padding-left: .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: -.25rem!important;
    }

    .mt-sm-n1,.my-sm-n1 {
        margin-top: -.25rem!important;
    }

    .mr-sm-n1,.mx-sm-n1 {
        margin-right: -.25rem!important;
    }

    .mb-sm-n1,.my-sm-n1 {
        margin-bottom: -.25rem!important;
    }

    .ml-sm-n1,.mx-sm-n1 {
        margin-left: -.25rem!important;
    }

    .m-sm-n2 {
        margin: -.5rem!important;
    }

    .mt-sm-n2,.my-sm-n2 {
        margin-top: -.5rem!important;
    }

    .mr-sm-n2,.mx-sm-n2 {
        margin-right: -.5rem!important;
    }

    .mb-sm-n2,.my-sm-n2 {
        margin-bottom: -.5rem!important;
    }

    .ml-sm-n2,.mx-sm-n2 {
        margin-left: -.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: .25rem!important;
    }

    .mt-md-1,.my-md-1 {
        margin-top: .25rem!important;
    }

    .mr-md-1,.mx-md-1 {
        margin-right: .25rem!important;
    }

    .mb-md-1,.my-md-1 {
        margin-bottom: .25rem!important;
    }

    .ml-md-1,.mx-md-1 {
        margin-left: .25rem!important;
    }

    .m-md-2 {
        margin: .5rem!important;
    }

    .mt-md-2,.my-md-2 {
        margin-top: .5rem!important;
    }

    .mr-md-2,.mx-md-2 {
        margin-right: .5rem!important;
    }

    .mb-md-2,.my-md-2 {
        margin-bottom: .5rem!important;
    }

    .ml-md-2,.mx-md-2 {
        margin-left: .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: .25rem!important;
    }

    .pt-md-1,.py-md-1 {
        padding-top: .25rem!important;
    }

    .pr-md-1,.px-md-1 {
        padding-right: .25rem!important;
    }

    .pb-md-1,.py-md-1 {
        padding-bottom: .25rem!important;
    }

    .pl-md-1,.px-md-1 {
        padding-left: .25rem!important;
    }

    .p-md-2 {
        padding: .5rem!important;
    }

    .pt-md-2,.py-md-2 {
        padding-top: .5rem!important;
    }

    .pr-md-2,.px-md-2 {
        padding-right: .5rem!important;
    }

    .pb-md-2,.py-md-2 {
        padding-bottom: .5rem!important;
    }

    .pl-md-2,.px-md-2 {
        padding-left: .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: -.25rem!important;
    }

    .mt-md-n1,.my-md-n1 {
        margin-top: -.25rem!important;
    }

    .mr-md-n1,.mx-md-n1 {
        margin-right: -.25rem!important;
    }

    .mb-md-n1,.my-md-n1 {
        margin-bottom: -.25rem!important;
    }

    .ml-md-n1,.mx-md-n1 {
        margin-left: -.25rem!important;
    }

    .m-md-n2 {
        margin: -.5rem!important;
    }

    .mt-md-n2,.my-md-n2 {
        margin-top: -.5rem!important;
    }

    .mr-md-n2,.mx-md-n2 {
        margin-right: -.5rem!important;
    }

    .mb-md-n2,.my-md-n2 {
        margin-bottom: -.5rem!important;
    }

    .ml-md-n2,.mx-md-n2 {
        margin-left: -.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: .25rem!important;
    }

    .mt-lg-1,.my-lg-1 {
        margin-top: .25rem!important;
    }

    .mr-lg-1,.mx-lg-1 {
        margin-right: .25rem!important;
    }

    .mb-lg-1,.my-lg-1 {
        margin-bottom: .25rem!important;
    }

    .ml-lg-1,.mx-lg-1 {
        margin-left: .25rem!important;
    }

    .m-lg-2 {
        margin: .5rem!important;
    }

    .mt-lg-2,.my-lg-2 {
        margin-top: .5rem!important;
    }

    .mr-lg-2,.mx-lg-2 {
        margin-right: .5rem!important;
    }

    .mb-lg-2,.my-lg-2 {
        margin-bottom: .5rem!important;
    }

    .ml-lg-2,.mx-lg-2 {
        margin-left: .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: .25rem!important;
    }

    .pt-lg-1,.py-lg-1 {
        padding-top: .25rem!important;
    }

    .pr-lg-1,.px-lg-1 {
        padding-right: .25rem!important;
    }

    .pb-lg-1,.py-lg-1 {
        padding-bottom: .25rem!important;
    }

    .pl-lg-1,.px-lg-1 {
        padding-left: .25rem!important;
    }

    .p-lg-2 {
        padding: .5rem!important;
    }

    .pt-lg-2,.py-lg-2 {
        padding-top: .5rem!important;
    }

    .pr-lg-2,.px-lg-2 {
        padding-right: .5rem!important;
    }

    .pb-lg-2,.py-lg-2 {
        padding-bottom: .5rem!important;
    }

    .pl-lg-2,.px-lg-2 {
        padding-left: .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: -.25rem!important;
    }

    .mt-lg-n1,.my-lg-n1 {
        margin-top: -.25rem!important;
    }

    .mr-lg-n1,.mx-lg-n1 {
        margin-right: -.25rem!important;
    }

    .mb-lg-n1,.my-lg-n1 {
        margin-bottom: -.25rem!important;
    }

    .ml-lg-n1,.mx-lg-n1 {
        margin-left: -.25rem!important;
    }

    .m-lg-n2 {
        margin: -.5rem!important;
    }

    .mt-lg-n2,.my-lg-n2 {
        margin-top: -.5rem!important;
    }

    .mr-lg-n2,.mx-lg-n2 {
        margin-right: -.5rem!important;
    }

    .mb-lg-n2,.my-lg-n2 {
        margin-bottom: -.5rem!important;
    }

    .ml-lg-n2,.mx-lg-n2 {
        margin-left: -.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: .25rem!important;
    }

    .mt-xl-1,.my-xl-1 {
        margin-top: .25rem!important;
    }

    .mr-xl-1,.mx-xl-1 {
        margin-right: .25rem!important;
    }

    .mb-xl-1,.my-xl-1 {
        margin-bottom: .25rem!important;
    }

    .ml-xl-1,.mx-xl-1 {
        margin-left: .25rem!important;
    }

    .m-xl-2 {
        margin: .5rem!important;
    }

    .mt-xl-2,.my-xl-2 {
        margin-top: .5rem!important;
    }

    .mr-xl-2,.mx-xl-2 {
        margin-right: .5rem!important;
    }

    .mb-xl-2,.my-xl-2 {
        margin-bottom: .5rem!important;
    }

    .ml-xl-2,.mx-xl-2 {
        margin-left: .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: .25rem!important;
    }

    .pt-xl-1,.py-xl-1 {
        padding-top: .25rem!important;
    }

    .pr-xl-1,.px-xl-1 {
        padding-right: .25rem!important;
    }

    .pb-xl-1,.py-xl-1 {
        padding-bottom: .25rem!important;
    }

    .pl-xl-1,.px-xl-1 {
        padding-left: .25rem!important;
    }

    .p-xl-2 {
        padding: .5rem!important;
    }

    .pt-xl-2,.py-xl-2 {
        padding-top: .5rem!important;
    }

    .pr-xl-2,.px-xl-2 {
        padding-right: .5rem!important;
    }

    .pb-xl-2,.py-xl-2 {
        padding-bottom: .5rem!important;
    }

    .pl-xl-2,.px-xl-2 {
        padding-left: .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: -.25rem!important;
    }

    .mt-xl-n1,.my-xl-n1 {
        margin-top: -.25rem!important;
    }

    .mr-xl-n1,.mx-xl-n1 {
        margin-right: -.25rem!important;
    }

    .mb-xl-n1,.my-xl-n1 {
        margin-bottom: -.25rem!important;
    }

    .ml-xl-n1,.mx-xl-n1 {
        margin-left: -.25rem!important;
    }

    .m-xl-n2 {
        margin: -.5rem!important;
    }

    .mt-xl-n2,.my-xl-n2 {
        margin-top: -.5rem!important;
    }

    .mr-xl-n2,.mx-xl-n2 {
        margin-right: -.5rem!important;
    }

    .mb-xl-n2,.my-xl-n2 {
        margin-bottom: -.5rem!important;
    }

    .ml-xl-n2,.mx-xl-n2 {
        margin-left: -.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;
    }
}

.tooltipster-base {
    display: flex;
    pointer-events: none;
    position: absolute;
}

.tooltipster-box {
    flex: 1 1 auto;
}

.tooltipster-content {
    box-sizing: border-box;
    max-height: 100%;
    max-width: 100%;
    overflow: auto;
}

.tooltipster-ruler {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
}

.tooltipster-fade {
    opacity: 0;
    transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
    opacity: 1;
}

.tooltipster-grow {
    -webkit-backface-visibility: hidden;
    transform: scale(0);
    transition-property: transform;
}

.tooltipster-grow.tooltipster-show {
    transform: scale(1);
    transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
}

.tooltipster-swing {
    opacity: 0;
    transform: rotate(4deg);
    transition-property: transform;
}

.tooltipster-swing.tooltipster-show {
    opacity: 1;
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(.23,.635,.495,2.4);
}

.tooltipster-fall {
    transition-property: top;
    transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
}

.tooltipster-fall.tooltipster-initial {
    top: 0!important;
}

.tooltipster-fall.tooltipster-dying {
    opacity: 0;
    top: 0!important;
    transition-property: all;
}

.tooltipster-slide {
    transition-property: left;
    transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
}

.tooltipster-slide.tooltipster-initial {
    left: -40px!important;
}

.tooltipster-slide.tooltipster-dying {
    left: 0!important;
    opacity: 0;
    transition-property: all;
}

@keyframes tooltipster-fading {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.tooltipster-update-fade {
    animation: tooltipster-fading .4s;
}

@keyframes tooltipster-rotating {
    25% {
        transform: rotate(-2deg);
    }

    75% {
        transform: rotate(2deg);
    }

    to {
        transform: rotate(0);
    }
}

.tooltipster-update-rotate {
    animation: tooltipster-rotating .6s;
}

@keyframes tooltipster-scaling {
    50% {
        transform: scale(1.1);
    }

    to {
        transform: scale(1);
    }
}

.tooltipster-update-scale {
    animation: tooltipster-scaling .6s;
}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-box {
    background: #1b1b1b;
    background: hsla(0,0%,4%,.9);
    border: none;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-box {
    margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-box {
    margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-box {
    margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-box {
    margin-bottom: 8px;
}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow {
    height: 8px;
    margin-left: -8px;
    width: 16px;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow,.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow {
    height: 16px;
    margin-left: 0;
    margin-top: -8px;
    width: 8px;
}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-background {
    display: none;
}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-border {
    border: 8px solid transparent;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #1b1b1b;
    border-bottom-color: hsla(0,0%,4%,.9);
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #1b1b1b;
    border-left-color: hsla(0,0%,4%,.9);
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #1b1b1b;
    border-right-color: hsla(0,0%,4%,.9);
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #1b1b1b;
    border-top-color: hsla(0,0%,4%,.9);
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -8px;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-uncropped {
    left: -8px;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-box {
    background: #fff;
    border: none;
    border-radius: 5px;
    box-shadow: 0 5px 20px -5px rgba(0,0,0,.25);
    padding: 5px 8px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-box {
    margin-top: 6px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-box {
    margin-right: 6px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-box {
    margin-left: 6px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-box {
    margin-bottom: 6px;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-content {
    color: #8d8d8d;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow {
    height: 6px;
    margin-left: -6px;
    width: 12px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow,.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow {
    height: 12px;
    margin-left: 0;
    margin-top: -6px;
    width: 6px;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-background {
    display: none;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-border {
    border: 6px solid transparent;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #fff;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #fff;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #fff;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #fff;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -6px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-uncropped {
    left: -6px;
}

:root {
    font-size: 16px;
}

@media screen and (max-width:992px) {
    :root {
        font-size: 15px;
    }
}

@media screen and (max-width:768px) {
    :root {
        font-size: 14px;
    }
}

@media screen and (max-width:600px) {
    :root {
        font-size: 13px;
    }
}

@media screen and (max-width:400px) {
    :root {
        font-size: 12px;
    }
}

body {
    overflow-x: hidden;
}

::-moz-selection {
    background-color: #f60;
    color: #fff;
}

::selection {
    background-color: #f60;
    color: #fff;
}

.disallow-transitions * {
    transition: none!important;
}

div,li,p {
    font-family: BlenderProMedium,Arial,sans-serif;
    font-size: 1rem;
}

li,p {
    color: #333;
    margin: 0;
    max-width: 100%;
    padding: 0;
}

.footnote,.footnote * {
    color: #707072;
    cursor: default;
    font-size: .694rem;
    transition: color .66s ease;
}

a:hover {
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

.no-scroll {
    overflow: hidden;
}

* {
    color: #333;
}

@media screen and (min-width:2000px) {
    .container {
        max-width: 1458px;
    }
}

@media screen and (max-width:1500px) {
    .container {
        max-width: 90%;
    }
}

@media screen and (max-width:600px) {
    .container {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
}

[js-popup] {
    cursor: pointer;
}

.xzibit {
    position: relative;
}

.xzibit:before {
    background-color: #fff;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.fs-11 {
    font-size: 1.1rem;
}

.fs-13 {
    font-size: 1.3rem;
}

#lockdown {
    display: none;
}

#lockdown.open {
    display: flex;
}

.header {
    background: #fff;
    box-shadow: 0 5px 10px -5px rgba(0,0,0,.3);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

.header-container {
    max-width: 1458px;
    position: relative;
    z-index: 5;
}

@media screen and (max-width:1500px) {
    .header-container {
        max-width: 90%;
    }
}

@media screen and (max-width:600px) {
    .header-container {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.header-container .in-view {
    opacity: 1;
}

.header__items {
    align-items: center;
    display: flex;
    height: 85px;
    justify-content: flex-end;
}

@media screen and (max-width:1200px) {
    .header__items {
        flex-wrap: wrap;
        height: 170px;
        justify-content: center;
        padding-bottom: 5px;
    }
}

@media screen and (max-width:768px) {
    .header__items {
        align-items: center;
        justify-content: space-between;
    }
}

@media screen and (max-width:525px) {
    .header__items {
        align-items: center;
        height: 155px;
    }
}

@media screen and (max-width:370px) {
    .header__items {
        height: 125px;
    }
}

@media screen and (max-width:768px) {
    .header__items .btn-mobile {
        font-size: 13px;
        height: 42px;
        width: 150px;
    }
}

@media screen and (max-width:525px) {
    .header__items .btn-mobile {
        height: 32px;
    }
}

@media screen and (max-width:768px) {
    .header__items .btn-mobile:hover {
        color: #fff;
    }

    .header__items .btn-mobile img {
        margin-right: 10px;
        margin-top: -1px;
        width: 13px;
    }
}

.header__item {
    align-items: center;
    display: flex;
}

.header__item_logo {
    align-items: flex-start;
    left: 0;
    margin-left: 15px;
    position: absolute;
    /*top: 0;*/
}

@media screen and (max-width:1200px) {
    .header__item_logo {
        margin-left: 0;
        margin-right: 20px;
        position: relative;
    }
}

@media screen and (max-width:525px) {
    .header__item_logo {
        margin-bottom: 5px;
        margin-right: 7px;
        order: 0;
    }
}
.header__item_logo1 {
    align-items: flex-end;
    right: 0;
    /*margin-left: 15px;*/
    position: absolute;
    top: 0;
}

@media screen and (max-width:1200px) {
    .header__item_logo1 {
        margin-left: 0;
        margin-right: 20px;
        position: relative;
    }
}

@media screen and (max-width:525px) {
    .header__item_logo1 {
        margin-bottom: 5px;
        margin-right: 7px;
        order: 0;
    }
}

.header__item_callback {
    margin-right: 150px;
}

@media screen and (max-width:992px) {
    .header__item_callback {
       margin-right: 10px;
    }
}
@media screen and (max-width:768px) {
    .header__item_callback {
        justify-content: space-between;
        /*width: 100%;*/
        margin-right: 20px;

    }
}

@media screen and (max-width:525px) {
    .header__item_callback {
        /*order: 3;*/
        width: auto;
    }
}

.header__item .wrap-contacts {
    cursor: pointer;
    margin-right: 30px;
}

.header__item .wrap-contacts__row {
    align-items: center;
    display: flex;
}

.header__item .wrap-contacts__row :not(:last-child) {
    margin-bottom: 5px;
}

@media screen and (max-width:768px) {
    .header__item .wrap-contacts__row :not(:last-child) {
        margin-bottom: 0;
    }
}

@media screen and (max-width:525px) {
    .header__item .wrap-contacts__row:not(:last-child) .header__block_address,.header__item .wrap-contacts__row:not(:last-child) .header__block_phone {
        display: none;
    }
}

@media screen and (max-width:500px) {
    .header__item .wrap-contacts__row :not(:last-child) .header__block_address,.header__item .wrap-contacts__row :not(:last-child) .header__block_phone {
        display: none;
    }
}

@media screen and (max-width:1500px) {
    .header__item .wrap-contacts {
        margin-right: 35px;
    }
}

@media screen and (max-width:1350px) {
    .header__item .wrap-contacts {
        max-width: 335px;
    }
}

@media screen and (max-width:1300px) {
    .header__item .wrap-contacts {
        max-width: 335px;
    }
}

@media screen and (max-width:1200px) {
    .header__item .wrap-contacts {
        margin-right: 10px;
        max-width: none;
    }
}

@media screen and (max-width:525px) {
    .header__item .wrap-contacts {
        margin-right: 15px;
    }
}

.header__block {
    align-items: center;
    display: flex;
}
.header__block_img1 {
    margin-right: 15px;
    width: 160px;
}

@media screen and (max-width:1200px) {
    .header__block_img1 {
        width: 94px;
    }
}

@media screen and (max-width:992px) {
    .header__block_img1 {
        width: 110px;
    }
}

@media screen and (max-width:768px) {
    .header__block_img1 {
        width: 100px;
    }
}

@media screen and (max-width:525px) {
    .header__block_img1 {
        width: 80px;
    }
}

@media screen and (max-width:400px) {
    .header__block_img1 {
        margin-right: 5px;
    }
}

@media screen and (max-width:370px) {
    .header__block_img1 {
        width: 65px;
    }
}

.header__block_img img1 {
    width: 100%;
}

@media screen and (max-width:1200px) {
    .header__block_img img1 {
        max-height: 85px;
    }
}
.header__block_img {
    margin-right: 15px;
    width: 260px;
}

@media screen and (max-width:1200px) {
    .header__block_img {
        width: 200px;
    }
}

@media screen and (max-width:992px) {
    .header__block_img {
        width: 170px;
    }
}

@media screen and (max-width:768px) {
    .header__block_img {
        width: 200px;
    }
}

@media screen and (max-width:525px) {
    .header__block_img {
        width: 140px;
    }
}

@media screen and (max-width:400px) {
    .header__block_img {
        margin-right: 5px;
    }
}

@media screen and (max-width:370px) {
    .header__block_img {
        width: 140px;
    }
}

.header__block_img img {
    width: 100%;
}

@media screen and (max-width:1200px) {
    .header__block_img img {
        max-height: 85px;
    }
}

.header__block_text p {
    color: #221f1f;
    font-family: UbuntuBold,Arial,sans-serif;
    font-size: 28px;
    padding-top: 25px;
    text-transform: uppercase;
    white-space: nowrap;
}

@media screen and (max-width:992px) {
    .header__block_text p {
        font-size: 24px;
        padding-top: 28px;
    }
}

@media screen and (max-width:768px) {
    .header__block_text p {
        font-size: 24px;
        padding-top: 30px;
    }
}

@media screen and (max-width:525px) {
    .header__block_text p {
        font-size: 5vw;
        padding-top: 25px;
    }
}

@media screen and (max-width:500px) {
    .header__block_text p {
        padding-top: 14px;
    }
}

@media screen and (max-width:400px) {
    .header__block_text p {
        font-size: 11px;
        padding-top: 16px;
    }
}

@media screen and (max-width:370px) {
    .header__block_text p {
        font-size: 14px;
        padding-top: 20px;
    }
}

.header__block_text p span {
    color: #f60;
}

.header__block_phone {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin-right: 20px;
}

@media screen and (max-width:1500px) {
    .header__block_phone {
        margin-right: 15px;
    }
}

@media screen and (max-width:768px) {
    .header__block_phone {
        margin-bottom: 0;
    }
}

@media screen and (max-width:525px) {
    .header__block_phone {
        margin-right: 12px;
    }
}

@media screen and (max-width:500px) {
    .header__block_phone {
        margin-right: 10px;
    }
}

.header__block_phone img {
    margin-right: 16px;
    max-width: 20px;
}

@media screen and (max-width:1500px) {
    .header__block_phone img {
        max-width: 13px;
        width: 13px;
    }
}

@media screen and (max-width:768px) {
    .header__block_phone img {
        margin-right: 5px;
        width: 12px;
    }
}

@media screen and (max-width:525px) {
    .header__block_phone img {
        width: 21px;
    }
}

@media screen and (max-width:500px) {
    .header__block_phone img {
        margin-right: 0;
        max-width: 18px;
        transform: rotate(5deg);
        width: 18px;
    }
}

.header__block_phone .link-header {
    font-size: 18px;
}

@media screen and (max-width:1500px) {
    .header__block_phone .link-header {
        font-size: 14px;
    }
}

@media screen and (max-width:525px) {
    .header__block_phone .link-header {
        display: none;
    }
}

.header__block_lang {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin-right: 20px;
}

@media screen and (max-width:1500px) {
    .header__block_lang {
        margin-right: 15px;
    }
}

@media screen and (max-width:768px) {
    .header__block_lang {
        margin-bottom: 0;
    }
}

@media screen and (max-width:525px) {
    .header__block_lang {
        margin-right: 12px;
    }
}

@media screen and (max-width:500px) {
    .header__block_lang {
        margin-right: 10px;
    }
}

.header__block_lang img {
    margin-right: 16px;
    max-width: 20px;
}

@media screen and (max-width:1500px) {
    .header__block_lang img {
        max-width: 13px;
        width: 13px;
    }
}

@media screen and (max-width:768px) {
    .header__block_lang img {
        margin-right: 5px;
        width: 12px;
    }
}

@media screen and (max-width:525px) {
    .header__block_lang img {
        width: 21px;
    }
}

@media screen and (max-width:500px) {
    .header__block_lang img {
        margin-right: 0;
        max-width: 18px;
        transform: rotate(5deg);
        width: 18px;
    }
}

.header__block_lang .link-header {
    font-size: 18px;

}
.header__block_lang .text-orange {
    color: #f60;
}
@media screen and (max-width:1500px) {
    .header__block_lang .link-header {
        font-size: 14px;
    }
}

@media screen and (max-width:525px) {
    .header__block_lang .link-header {
      display: flex;
    }
}





.header__block_address img {
    margin-right: 10px;
    width: 11px;
}

@media screen and (max-width:1500px) {
    .header__block_address img {
        width: 10px;
    }
}

@media screen and (max-width:768px) {
    .header__block_address img {
        margin-right: 7px;
        width: 10px;
    }
}

@media screen and (max-width:525px) {
    .header__block_address img {
        width: 14px;
    }
}

@media screen and (max-width:500px) {
    .header__block_address img {
        width: 14px;
    }
}

.header__block_address span {
    color: #221f1f;
    font-family: BlenderProMedium,Arial,sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}

@media screen and (max-width:1500px) {
    .header__block_address span {
        font-size: 14px;
    }
}

@media screen and (max-width:1200px) {
    .header__block_address span {
        max-width: 205px;
        padding-top: 3px;
    }
}

@media screen and (max-width:768px) {
    .header__block_address span {
        display: none;
        max-width: 280px;
    }
}

@media screen and (max-width:500px) {
    .header__block_address span {
        display: none;
    }
}

.header__block_btn .btn-big {
    width: 190px;
}

@media screen and (max-width:1500px) {
    .header__block_btn .btn-big {
        font-size: 14px;
        width: 140px;
    }
}

.header .best-dealer-badge {
    margin-right: 20px;
    max-width: 85px;
}

@media screen and (max-width:1500px) {
    .header .best-dealer-badge {
        margin-right: 0;
        max-width: 75px;
    }
}

@media screen and (max-width:1200px) {
    .header .best-dealer-badge {
        margin-right: 20px;
        max-width: 85px;
    }
}

@media screen and (max-width:768px) {
    .header .best-dealer-badge {
        margin-top: 14px;
    }
}

@media screen and (max-width:525px) {
    .header .best-dealer-badge {
        margin-right: 30px;
        margin-top: 0;
        max-width: 90px;
        order: 2;
    }
}

@media screen and (max-width:370px) {
    .header .best-dealer-badge {
        margin-right: 5px;
        max-width: 65px;
    }
}

.header .yandex-rating-badge {
    margin-right: 20px;
}

@media screen and (max-width:1500px) {
    .header .yandex-rating-badge {
        margin-right: 0;
        scale: .8;
    }
}

@media screen and (max-width:1200px) {
    .header .yandex-rating-badge {
        scale: none;
    }
}

@media screen and (max-width:768px) {
    .header .yandex-rating-badge {
        margin-right: 0;
    }
}

@media screen and (max-width:525px) {
    .header .yandex-rating-badge {
        margin-top: 0;
        order: 1;
    }
}

@media screen and (max-width:370px) {
    .header .yandex-rating-badge {
        margin-top: 5px;
    }
}

@media screen and (max-width:318px) {
    .header .yandex-rating-badge {
        display: none;
    }
}

.section-slider {
    padding-top: var(--header-offsetHeight,85px);
    position: relative;
}

@media screen and (max-width:1200px) {
    .section-slider {
        padding-top: var(--header-offsetHeight,170px);
    }
}

@media screen and (max-width:768px) {
    .section-slider {
        padding-top: var(--header-offsetHeight,50px);
    }
}

@media screen and (max-width:525px) {
    .section-slider {
        padding-top: var(--header-offsetHeight,140px);
    }
}

@media screen and (max-width:500px) {
    .section-slider {
        padding-top: var(--header-offsetHeight,45px);
    }
}

@media screen and (max-width:370px) {
    .section-slider {
        padding-top: var(--header-offsetHeight,110px);
    }
}

.section-slider .top-slider {
    width: 100%;
}

.section-slider .top-slider__item {
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    width: 100%;
}

.section-slider .top-slider__item .img-wrap {
    height: 0;
    padding-top: 40%;
    position: relative;
    width: 100%;
}

@media screen and (max-width:768px) {
    .section-slider .top-slider__item .img-wrap {
        padding-top: 50%;
    }
}

@media screen and (max-width:600px) {
    .section-slider .top-slider__item .img-wrap {
        padding-top: 80%;
    }
}

@media screen and (max-width:500px) {
    .section-slider .top-slider__item .img-wrap {
        height: 385px;
        padding-top: 0;
    }
}

.section-slider .top-slider__item .img-wrap:after {
    background: #000;
    background: linear-gradient(144deg,rgba(0,0,0,.849),rgba(0,0,0,.303) 43%,hsla(0,0%,100%,0));
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
}

.section-slider .top-slider__item .img-wrap .img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}

.section-slider .top-slider__item .img-wrap .img--mobile {
    display: none;
}

@media screen and (max-width:600px) {
    .section-slider .top-slider__item .img-wrap .img--mobile {
        display: block;
    }
}

.section-slider .top-slider__text {
    align-items: flex-start;
    background-color: transparent;
    display: flex;
    flex-grow: 1;
    height: 100%;
    justify-content: flex-start;
    left: 50%;
    position: absolute;
    right: auto;
    text-align: center;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    z-index: 10;
}

@media screen and (max-width:992px) {
    .section-slider .top-slider__text {
        background-color: transparent;
        flex-grow: 1;
        position: static;
        right: auto;
        top: auto;
        transform: none;
        width: 100%;
    }
}

.section-slider .top-slider__text .column {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}

@media screen and (max-width:600px) {
    .section-slider .top-slider__text .column {
        max-width: 100%;
        padding: 0;
    }
}

.section-slider .top-slider__text .column>div {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 80px 60px;
}

@media screen and (max-width:1200px) {
    .section-slider .top-slider__text .column>div {
        padding: 65px 65px 0;
    }
}

@media screen and (max-width:992px) {
    .section-slider .top-slider__text .column>div {
        background-color: transparent;
        max-width: 100%;
        padding: 20px 65px 0;
    }
}

@media screen and (max-width:600px) {
    .section-slider .top-slider__text .column>div {
        margin-left: -10px;
        padding: 20px 17px 0;
    }
}

.section-slider .top-slider__text .column .title {
    color: #fff;
    font-family: BlenderProHeavy,Arial,sans-serif;
    font-size: 100px;
    line-height: 100px;
    margin-bottom: 25px;
    text-align: left;
    text-transform: uppercase;
}

.section-slider .top-slider__text .column .title span {
    color: #fff;
    display: block;
    font-size: 90px;
    line-height: 90px;
}

@media screen and (max-width:1700px) {
    .section-slider .top-slider__text .column .title span {
        font-size: 75px;
        line-height: 70px;
    }
}

@media screen and (max-width:1500px) {
    .section-slider .top-slider__text .column .title span {
        font-size: 55px;
        line-height: 55px;
    }
}

@media screen and (max-width:1200px) {
    .section-slider .top-slider__text .column .title span {
        font-size: 40px;
        line-height: 40px;
    }
}

@media screen and (max-width:992px) {
    .section-slider .top-slider__text .column .title span {
        font-size: 25px;
        line-height: 25px;
    }
}

@media screen and (max-width:1700px) {
    .section-slider .top-slider__text .column .title {
        font-size: 80px;
        line-height: 80px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:1500px) {
    .section-slider .top-slider__text .column .title {
        font-size: 60px;
        line-height: 60px;
    }
}

@media screen and (max-width:1200px) {
    .section-slider .top-slider__text .column .title {
        font-size: 50px;
        line-height: 45px;
    }
}

@media screen and (max-width:992px) {
    .section-slider .top-slider__text .column .title {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 5px;
    }
}

.section-slider .top-slider__text .column .title-color {
    margin-bottom: 20px;
    margin-left: -80px;
    padding: 10px 30px 10px 80px;
    position: relative;
}

@media screen and (max-width:1500px) {
    .section-slider .top-slider__text .column .title-color {
        margin-bottom: 10px;
        padding: 5px 10px 5px 80px;
    }
}

@media screen and (max-width:1200px) {
    .section-slider .top-slider__text .column .title-color {
        margin-left: -65px;
        padding: 5px 10px 5px 65px;
    }
}

@media screen and (max-width:600px) {
    .section-slider .top-slider__text .column .title-color {
        margin-left: -17px;
        padding: 5px 17px;
    }
}

.section-slider .top-slider__text .column .title-color p {
    color: #fff;
    font-family: BlenderProHeavy,Arial,sans-serif;
    font-size: 90px;
    line-height: 90px;
    text-align: left;
    text-transform: uppercase;
}

@media screen and (max-width:1700px) {
    .section-slider .top-slider__text .column .title-color p {
        font-size: 80px;
        line-height: 80px;
    }
}

@media screen and (max-width:1500px) {
    .section-slider .top-slider__text .column .title-color p {
        font-size: 55px;
        line-height: 55px;
    }
}

@media screen and (max-width:1200px) {
    .section-slider .top-slider__text .column .title-color p {
        font-size: 40px;
        line-height: 40px;
    }
}

@media screen and (max-width:992px) {
    .section-slider .top-slider__text .column .title-color p {
        font-size: 25px;
        line-height: 25px;
    }
}

.section-slider .top-slider__text .column .title-color :before {
    background-color: #f60;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.section-slider .top-slider__text .column .text-orange {
    color: #f60;
}

.section-slider .top-slider__text .column .title-price {
    background-color: #F60;
    padding: 8px 15px;
}

.section-slider .top-slider__text .column .title-color :after {
    background-color: #f60;
    content: "";
    height: 100%;
    position: absolute;
    right: -10%;
    top: 0;
    transform: skew(-35deg);
    width: 50%;
    z-index: -1;
}

.section-slider .top-slider__text .column .title-comment {
    color: #fff;
    font-size: 55px;
    line-height: 45px;
    text-align: left;
    text-transform: uppercase;
}

@media screen and (max-width:1700px) {
    .section-slider .top-slider__text .column .title-comment {
        font-size: 45px;
        line-height: 35px;
    }
}

@media screen and (max-width:1500px) {
    .section-slider .top-slider__text .column .title-comment {
        font-size: 28px;
        line-height: 20px;
    }
}

@media screen and (max-width:1200px) {
    .section-slider .top-slider__text .column .title-comment {
        font-size: 24px;
        line-height: 18px;
    }
}

.section-slider .top-slider__wrap {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    z-index: 10;
}

@media screen and (max-width:600px) {
    .section-slider .top-slider__wrap {
        padding: 10px;
    }
}

.section-slider .top-slider.slick-initialized .top-slider__item {
    display: flex!important;
    height: auto!important;
}

.section-stock {
    padding: 120px 0 62px;
}

@media screen and (max-width:1400px) {
    .section-stock {
        padding: 90px 0 20px;
        padding: 60px 0 12px;
    }
}

.section-stock .wrap-info {
    display: flex;
    width: 80%;
}

@media screen and (max-width:1400px) {
    .section-stock .wrap-info {
        width: 70%;
    }
}

@media screen and (max-width:1200px) {
    .section-stock .wrap-info {
        flex-direction: column;
        width: 100%;
    }
}

.section-stock__title-wrap {
    margin-bottom: 62px;
}

@media screen and (max-width:992px) {
    .section-stock__title-wrap {
        margin-bottom: 36px;
    }
}

.section-stock__title {
    font-family: BlenderProHeavy,Arial,sans-serif;
    font-size: 48px;
    text-align: left;
    white-space: nowrap;
}

@media screen and (max-width:992px) {
    .section-stock__title {
        display: none;
    }
}

.section-stock .bonus {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px 15px;
}

@media screen and (max-width:400px) {
    .section-stock .bonus {
        margin: 0 -2px 15px;
    }
}

.section-stock .bonus__item {
    align-items: center;
    background: #f9f9f9;
    border-radius: 0 0 0 15px;
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    margin: 5px;
    min-height: 70px;
    overflow: hidden;
    position: relative;
    transition: all .5s;
    width: calc(50% - 10px);
}

.section-stock .bonus__item:hover {
    background: #f60;
}

.section-stock .bonus__item:hover p,.section-stock .bonus__item:hover span,.section-stock .bonus__item:hover sup {
    color: #fff;
}

@media screen and (max-width:500px) {
    .section-stock .bonus__item {
        min-height: 50px;
    }
}

.section-stock .bonus__item img {
    bottom: 0;
    height: 60px;
    left: 0;
    position: absolute;
    width: 60px;
}

@media screen and (max-width:1400px) {
    .section-stock .bonus__item img {
        height: 40px;
        width: 40px;
    }
}

@media screen and (max-width:768px) {
    .section-stock .bonus__item img {
        height: 60px;
        width: 60px;
    }
}

@media screen and (max-width:500px) {
    .section-stock .bonus__item img {
        height: 40px;
        width: 40px;
    }
}

@media screen and (max-width:400px) {
    .section-stock .bonus__item img {
        left: -10px;
    }
}

.section-stock .bonus__item p {
    font-size: 14px;
    line-height: 16px;
    padding: 16px 15px;
    text-align: right;
}

@media screen and (max-width:1400px) {
    .section-stock .bonus__item p {
        font-size: 14px;
        padding: 10px 8px;
    }
}

@media screen and (max-width:1200px) {
    .section-stock .bonus__item p {
        padding: 10px 15px;
    }
}

@media screen and (max-width:768px) {
    .section-stock .bonus__item p {
        font-size: 17px;
        padding: 15px;
    }
}

@media screen and (max-width:500px) {
    .section-stock .bonus__item p {
        font-size: 14px;
        padding: 10px 10px 10px 25px;
    }
}

.section-stock .bonus__item p span {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
}

@media screen and (max-width:1400px) {
    .section-stock .bonus__item p span {
        font-size: 16px;
        line-height: 16px;
    }
}

@media screen and (max-width:768px) {
    .section-stock .bonus__item p span {
        font-size: 21px;
        line-height: 21px;
    }
}

@media screen and (max-width:500px) {
    .section-stock .bonus__item p span {
        font-size: 16px;
        line-height: 16px;
    }
}

.section-stock .more-text {
    color: #f60;
    font-family: BlenderProBold,Arial,sans-serif;
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 10px;
}

@media screen and (max-width:992px) {
    .section-stock .more-text {
        font-size: 14px;
    }
}

.section-stock .list-more {
    margin: 15px 0;
}

.section-stock .filter-wrap {
    display: flex;
}

@media screen and (max-width:768px) {
    .section-stock .filter-wrap {
        flex-wrap: wrap;
    }
}

.section-stock .filter-wrap .filter-model {
    align-items: flex-end;
    background: #b2b2b2;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-family: BlenderProBold,Arial,sans-serif;
    font-size: 16px;
    height: 60px;
    justify-content: flex-start;
    margin: 0 3px;
    padding: 10px;
    text-align: left;
    text-transform: uppercase;
    transition: all .66s ease;
    width: calc(14.3% - 6px);
}

@media screen and (max-width:992px) {
    .section-stock .filter-wrap .filter-model {
        font-size: 10px;
        height: 50px;
    }
}

@media screen and (max-width:768px) {
    .section-stock .filter-wrap .filter-model {
        margin: 3px;
        width: calc(25% - 6px);
    }
}

@media screen and (max-width:418px) {
    .section-stock .filter-wrap .filter-model {
        display: flex;
        flex-grow: 1;
        justify-content: center;
        min-width: 88px;
    }
}

.section-stock .filter-wrap .active-btn,.section-stock .filter-wrap .filter-model:hover {
    background: #f60;
}

.car-list {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -18px;
}

@media screen and (max-width:768px) {
    .car-list {
        align-items: center;
        justify-content: center;
        margin: 0;
    }
}

.car-list__item {
    display: flex;
    justify-content: flex-start;
    margin: 0 18px 58px;
    transition: .4s ease;
    width: 100%;
}

@media screen and (max-width:1200px) {
    .car-list__item {
        width: calc(50% - 36px);
    }
}

@media screen and (max-width:992px) {
    .car-list__item {
        margin-bottom: 25px;
    }
}

@media screen and (max-width:768px) {
    .car-list__item {
        justify-content: center;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
}

.car-list__item .img-wrap {
    margin-bottom: .5rem;
}

.car-list__item .img-wrap img {
    margin: 0 auto;
    transition: all .66s ease;
}

.car-list__item p.name {
    font-family: BlenderProBold,Arial,sans-serif;
    font-size: 1.5rem;
    margin-bottom: 0;
}

.car-list__item p.benefit {
    color: #8294a6;
    font-family: BlenderProBold,Arial,sans-serif;
    font-size: 1.35rem;
    margin-bottom: 2rem;
}

.car-list__block {
    margin-bottom: 1rem;
    min-height: 1px;
    width: 100%;
}

.car-list__block:last-child {
    margin-bottom: 0;
}

.car-list__block:first-child {
    flex-grow: 1;
}

.car-list__block .btn {
    width: 100%;
}

.car-list__block p {
    text-align: center;
}

.stock-item__block {
    align-items: flex-start;
    border: 1px solid #e1e1e1;
    display: flex;
    justify-content: space-between;
    padding: 20px 40px 20px 5px;
    position: relative;
    transition: all .5s;
    width: 100%;
}

.stock-item__block.exclusive-moto {
    border: 1px solid #f60;
    box-shadow: inset 3px 3px #f60,inset -3px -3px #f60;
}

@media screen and (max-width:1200px) {
    .stock-item__block {
        align-items: flex-start;
        border: none;
        flex-direction: column;
        padding: 10px;
    }
}

.stock-item__block .abs-block {
    align-items: center;
    background: #f7f7f7;
    display: flex;
    left: 15px;
    padding: 5px 10px;
    position: absolute;
    top: 15px;
    z-index: 1;
}

.stock-item__block .abs-block img {
    height: 20px;
    margin-right: 8px;
    max-height: 20px;
    max-width: 20px;
    width: 20px;
}

@media screen and (max-width:992px) {
    .stock-item__block .abs-block img {
        height: 12px;
        margin-right: 5px;
        max-height: 12px;
        max-width: 12px;
        width: 12px;
    }
}

.stock-item__block .abs-block p {
    font-family: BlenderProBold,Arial,sans-serif;
    font-size: 15px;
}

@media screen and (max-width:992px) {
    .stock-item__block .abs-block p {
        font-size: 10px;
    }
}

.stock-item__image {
    padding: 35px 34px 6px;
}

@media screen and (max-width:1200px) {
    .stock-item__image {
        border: 1px solid #e1e1e1;
        margin-bottom: 20px;
        margin-right: 0;
    }
}

.stock-item__image img {
    cursor: pointer;
    margin: 0 auto;
    transition: all .66s ease;
}

.stock-item__image img:hover {
    transform: scale(1.04);
    transition: all .66s ease;
}

.stock-item__title {
    color: #221f1f;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
    text-align: left;
}

@media screen and (max-width:1200px) {
    .stock-item__title {
        margin-bottom: 25px;
    }
}

@media screen and (max-width:992px) {
    .stock-item__title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 16px;
    }
}

.stock-item .wrap-title {
    position: relative;
    width: 50%;
}

@media screen and (max-width:1200px) {
    .stock-item .wrap-title {
        margin-bottom: 15px;
        width: 100%;
    }
}

@media screen and (max-width:500px) {
    .stock-item .wrap-title {
        width: 100%;
    }
}

@media screen and (max-width:1400px) and (min-width:1201px) {
    .stock-item .wrap-title {
        position: inherit;
    }
}

.stock-item table {
    border-collapse: collapse;
    box-sizing: border-box;
    width: 100%;
}

@media screen and (max-width:992px) {
    .stock-item table {
        margin-bottom: 16px;
    }
}

@media screen and (max-width:768px) {
    .stock-item table {
        width: 100%;
    }
}

.stock-item table td {
    padding: 12px 0;
    width: 50%;
}

@media screen and (max-width:768px) {
    .stock-item table td {
        padding: 12px;
        width: auto;
    }
}

@media screen and (max-width:400px) {
    .stock-item table td {
        padding: 8px;
    }
}

@media screen and (max-width:768px) {
    .stock-item table tr:first-child,.stock-item table tr:last-child {
        background: #f9f9f9;
    }
}

.stock-item table p {
    font-family: BlenderProThin,Arial,sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-right: 30px;
    text-transform: uppercase;
}

@media screen and (max-width:1400px) {
    .stock-item table p {
        font-size: 13px;
    }
}

@media screen and (max-width:992px) {
    .stock-item table p {
        font-size: 12px;
    }
}

.stock-item table .more-feature {
    color: #f60;
    cursor: pointer;
    text-transform: uppercase;
}

.stock-item table .more-feature:hover {
    text-decoration: underline;
}

.stock-item table .hidden-feature {
    color: #f60;
    cursor: pointer;
    text-transform: uppercase;
}

.stock-item table .hidden-feature:hover {
    text-decoration: underline;
}

.stock-item table span {
    font-family: BlenderProBold,Arial,sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}

@media screen and (max-width:1400px) {
    .stock-item table span {
        font-size: 14px;
    }
}

@media screen and (max-width:992px) {
    .stock-item table span {
        font-size: 12px;
    }
}

.stock-item__offer {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 55px;
}

@media screen and (max-width:1200px) {
    .stock-item__offer {
        padding-top: 0;
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    .stock-item__offer {
        width: auto;
    }
}

@media screen and (max-width:500px) {
    .stock-item__offer {
        width: 100%;
    }
}

.stock-item__offer .price span {
    color: #f60;
    display: block;
    font-family: UbuntuBold,Arial,sans-serif;
    font-size: 28px;
    margin-bottom: 10px;
    white-space: nowrap;
}

@media screen and (max-width:1450px) {
    .stock-item__offer .price span {
        font-size: 21px;
    }
}

@media screen and (max-width:1300px) {
    .stock-item__offer .price span {
        font-size: 26px;
    }
}

@media screen and (max-width:1200px) {
    .stock-item__offer .price span {
        margin-right: auto;
    }
}

@media screen and (max-width:992px) {
    .stock-item__offer .price span {
        font-size: 19px;
    }
}

.stock-item__offer-text {
    background-color: #f60;
    color: #000;
    font-family: BlenderProBold,Arial,sans-serif;
    font-size: 22px;
    padding: 15px;
    position: absolute;
    right: 33px;
    text-align: center;
    text-transform: uppercase;
    top: -20px;
    width: 250px;
}

@media screen and (max-width:1200px) {
    .stock-item__offer-text {
        font-size: 19px;
        right: 20px;
        top: -10px;
        width: 200px;
    }
}

@media screen and (max-width:992px) {
    .stock-item__offer-text {
        font-size: 16px;
        padding: 10px;
    }
}

.stock-item__offer .price-new {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.stock-item__offer .price-new span {
    display: block;
    font-family: UbuntuBold,Arial,sans-serif;
    white-space: nowrap;
}

.stock-item__offer .price-new .price-new__text {
    color: #333;
    font-family: BlenderProBold,Arial,sans-serif;
    font-size: 18px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

@media screen and (max-width:992px) {
    .stock-item__offer .price-new .price-new__text {
        font-size: 15px;
    }
}

.stock-item__offer .price-new__new {
    color: #f9f9f9;
    font-size: 28px;
    margin-bottom: 5px;
}

@media screen and (max-width:1450px) {
    .stock-item__offer .price-new__new {
        font-size: 21px;
    }
}

@media screen and (max-width:1300px) {
    .stock-item__offer .price-new__new {
        font-size: 26px;
    }
}

@media screen and (max-width:992px) {
    .stock-item__offer .price-new__new {
        font-size: 19px;
    }
}

.stock-item__offer .price-new__old {
    color: #333;
    font-family: UbuntuBold,Arial,sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
    text-decoration: line-through;
    -webkit-text-decoration: center;
    text-decoration: center;
}

@media screen and (max-width:1450px) {
    .stock-item__offer .price-new__old {
        font-size: 16px;
    }
}

@media screen and (max-width:1300px) {
    .stock-item__offer .price-new__old {
        font-size: 22px;
    }
}

@media screen and (max-width:992px) {
    .stock-item__offer .price-new__old {
        font-size: 17px;
    }
}

.stock-item__toggle-sw-wrap {
    align-items: center;
    display: flex;
    margin-bottom: 11px;
}

.stock-item__toggle-sw-wrap .trade-in {
    color: #f60;
    font-family: UbuntuThin,Arial,sans-serif;
    font-size: 12px;
    margin-right: 10px;
}

.stock-item__toggle-sw-wrap .credit {
    color: #221f1f;
    font-family: UbuntuThin,Arial,sans-serif;
    font-size: 12px;
}

.stock-item__toggle-sw-wrap .toggle-sw {
    background: transparent;
    border: 1px solid #221f1f;
    border-radius: 50px;
    cursor: pointer;
    height: 22px;
    margin-right: 10px;
    width: 44px;
}

.stock-item__toggle-sw-wrap .toggle-sw-left {
    position: relative;
}

.stock-item__toggle-sw-wrap .toggle-sw-left:before {
    background: #f60;
    border-radius: 50%;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
}

.stock-item__toggle-sw-wrap .toggle-sw-right {
    position: relative;
}

.stock-item__toggle-sw-wrap .toggle-sw-right:after {
    background: #221f1f;
    border-radius: 50%;
    content: "";
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}

.stock-item__benefit {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.stock-item__benefit p {
    color: #221f1f;
    font-family: UbuntuThin,Arial,sans-serif;
    font-size: 16px;
}

@media screen and (max-width:992px) {
    .stock-item__benefit p {
        font-size: 11px;
    }
}

.stock-item__benefit p span {
    color: #f60;
}

.stock-item__credit {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.stock-item__credit p {
    color: #979797;
    font-family: UbuntuThin,Arial,sans-serif;
    font-size: 16px;
}

@media screen and (max-width:992px) {
    .stock-item__credit p {
        font-size: 11px;
    }
}

.stock-item__credit p span {
    color: #221f1f;
}

.dop_icons {
    display: flex;
    position: absolute;
    top: 5px;
}

.dop_icons img {
    margin: 0 5px;
    max-width: 50px;
}

@media screen and (max-width:1200px) {
    .dop_icons img {
        max-width: 40px;
    }
}

@media screen and (max-width:992px) {
    .dop_icons img {
        max-width: 30px;
    }
}

@media screen and (max-width:768px) {
    .dop_icons img {
        max-width: 50px;
    }
}

@media screen and (max-width:440px) {
    .dop_icons img {
        max-width: 35px;
    }
}

@media screen and (max-width:1200px) {
    .dop_icons {
        left: 10px;
        top: 10px;
    }
}

.d-none {
    display: none;
}

.c-gray {
    color: #979797;
}

.d-flex {
    display: flex;
}

.section-offer {
    align-items: center;
    background-image: url(../img/bg/offer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    height: 280px;
    justify-content: center;
    margin: 0 0 12px;
    position: relative;
    z-index: 0;
}

@media screen and (max-width:1500px) {
    .section-offer {
        height: 340px;
    }
}

@media screen and (max-width:600px) {
    .section-offer {
        background-image: url(../img/bg/offer-bg-mobile.jpg);
        height: 385px;
    }
}

.section-offer:before {
    background: rgba(0,0,0,.678);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.section-offer__wrap {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

@media screen and (max-width:1500px) {
    .section-offer__wrap {
        flex-direction: column;
        justify-content: center;
    }

    .section-offer__wrap-title {
        margin-bottom: 35px;
    }
}

@media screen and (max-width:600px) {
    .section-offer__wrap-title {
        margin-bottom: 42px;
    }
}

.section-offer__title {
    color: #fff;
    font-family: BlenderProHeavy,Arial,sans-serif;
    font-size: 48px;
    line-height: 52px;
    text-align: left;
    text-transform: uppercase;
}

@media screen and (max-width:1500px) {
    .section-offer__title {
        text-align: center;
    }
}

@media screen and (max-width:992px) {
    .section-offer__title {
        font-size: 30px;
        line-height: 34px;
    }
}

@media screen and (max-width:600px) {
    .section-offer__title {
        font-family: BlenderProThin,Arial,sans-serif;
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 18px;
    }
}

@media screen and (max-width:400px) {
    .section-offer__title {
        font-size: 22px;
        line-height: 24px;
    }
}

.section-offer__text {
    color: #fff;
    font-family: UbuntuThin,Arial,sans-serif;
    font-size: 20px;
}

@media screen and (max-width:1500px) {
    .section-offer__text {
        text-align: center;
    }
}

@media screen and (max-width:992px) {
    .section-offer__text {
        font-size: 15px;
    }
}

@media screen and (max-width:600px) {
    .section-offer__text {
        font-size: 14px;
    }
}

.section-benefits {
    padding: 100px 0 30px;
}

@media screen and (max-width:1400px) {
    .section-benefits {
        padding: 90px 0 30px;
    }
}

@media screen and (max-width:992px) {
    .section-benefits {
        padding: 60px 0 30px;
    }
}

.section-benefits .block-title {
    margin-bottom: 70px;
}

@media screen and (max-width:600px) {
    .section-benefits .block-title {
        margin-bottom: 50px;
    }
}

.section-benefits .block-title__title {
    color: #221f1f;
    font-family: BlenderProBold,Arial,sans-serif;
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 10px;
    text-align: center;
}

@media screen and (max-width:992px) {
    .section-benefits .block-title__title {
        font-size: 30px;
        line-height: 32px;
    }
}

@media screen and (max-width:600px) {
    .section-benefits .block-title__title {
        font-size: 24px;
        line-height: 26px;
    }
}

.section-benefits .block-title__text {
    color: #221f1f;
    font-family: BlenderProBold,Arial,sans-serif;
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 20px;
    text-align: center;
}

@media screen and (max-width:992px) {
    .section-benefits .block-title__text {
        font-size: 30px;
        line-height: 32px;
    }
}

@media screen and (max-width:600px) {
    .section-benefits .block-title__text {
        font-size: 24px;
        line-height: 26px;
    }
}

.section-benefits .block-title__text span {
    color: #f60;
    text-transform: uppercase;
    white-space: nowrap;
}

.section-benefits .block-benefits {
    margin-bottom: 60px;
}

@media screen and (max-width:600px) {
    .section-benefits .block-benefits {
        margin-bottom: 40px;
    }
}

.section-benefits .block-benefits__title {
    color: #f60;
    font-family: BlenderProHeavy,Arial,sans-serif;
    font-size: 48px;
    margin-bottom: 40px;
    text-align: center;
}

@media screen and (max-width:992px) {
    .section-benefits .block-benefits__title {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:600px) {
    .section-benefits .block-benefits__title {
        font-family: BlenderProThin,Arial,sans-serif;
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 18px;
    }
}

.section-benefits .block-benefits__list {
    display: flex;
    justify-content: center;
    margin: 0 -20px;
}

@media screen and (max-width:768px) {
    .section-benefits .block-benefits__list {
        flex-wrap: wrap;
    }
}

@media screen and (max-width:600px) {
    .section-benefits .block-benefits__list {
        margin: 0;
    }
}

.section-benefits .block-benefits__item {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 10px;
    width: calc(20% - 20px);
}

@media screen and (max-width:768px) {
    .section-benefits .block-benefits__item {
        width: calc(33.3% - 20px);
    }
}

@media screen and (max-width:600px) {
    .section-benefits .block-benefits__item {
        margin: 10px 5px;
        width: calc(33.3% - 10px);
    }
}

.section-benefits .block-benefits__item img {
    margin-bottom: 15px;
    max-width: 200px;
    width: 100%;
}

.section-benefits .block-benefits__item p {
    font-family: BlenderProHeavy,Arial,sans-serif;
    font-size: 18px;
    max-width: 200px;
    text-align: center;
    text-transform: uppercase;
}

@media screen and (max-width:1200px) {
    .section-benefits .block-benefits__item p {
        font-size: 14px;
    }
}

@media screen and (max-width:600px) {
    .section-benefits .block-benefits__item p {
        font-size: 12px;
    }
}

.section-benefits .block-philosophy__title {
    color: #f60;
    font-family: BlenderProHeavy,Arial,sans-serif;
    font-size: 48px;
    margin-bottom: 30px;
    text-align: center;
}

@media screen and (max-width:992px) {
    .section-benefits .block-philosophy__title {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:600px) {
    .section-benefits .block-philosophy__title {
        font-family: BlenderProThin,Arial,sans-serif;
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 18px;
    }
}

.section-benefits .block-philosophy__list {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -40px;
}

@media screen and (max-width:768px) {
    .section-benefits .block-philosophy__list {
        margin: 0;
    }
}

.section-benefits .block-philosophy__item {
    margin: 30px 40px;
    width: calc(50% - 80px);
}

@media screen and (max-width:992px) {
    .section-benefits .block-philosophy__item {
        margin: 30px 20px;
        width: calc(50% - 40px);
    }
}

@media screen and (max-width:768px) {
    .section-benefits .block-philosophy__item {
        margin: 20px 8px;
        width: calc(50% - 16px);
    }
}

@media screen and (max-width:500px) {
    .section-benefits .block-philosophy__item {
        margin: 20px 0;
        width: 100%;
    }
}

.section-benefits .block-philosophy__item img {
    margin-bottom: 15px;
    width: 100%;
}

.section-benefits .block-philosophy__item h4 {
    color: #221f1f;
    font-family: BlenderProHeavy,Arial,sans-serif;
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 5px;
    text-align: left;
    text-transform: uppercase;
}

@media screen and (max-width:1200px) {
    .section-benefits .block-philosophy__item h4 {
        font-size: 22px;
        line-height: 24px;
    }
}

@media screen and (max-width:400px) {
    .section-benefits .block-philosophy__item h4 {
        font-size: 18px;
        line-height: 20px;
    }
}

.section-benefits .block-philosophy__item p {
    font-family: BlenderProMedium,Arial,sans-serif;
    font-size: 20px;
    line-height: 22px;
    text-align: left;
}

@media screen and (max-width:1200px) {
    .section-benefits .block-philosophy__item p {
        font-size: 18px;
        line-height: 20px;
    }
}

@media screen and (max-width:768px) {
    .section-benefits .block-philosophy__item p {
        font-size: 16px;
        line-height: 18px;
    }
}

@media screen and (max-width:600px) {
    .section-benefits .block-philosophy__item p {
        font-size: 13px;
        line-height: 14px;
    }
}

@media screen and (max-width:500px) {
    .section-benefits .block-philosophy__item p {
        font-size: 16px;
        line-height: 18px;
    }
}

.section-map .container {
    position: relative;
}

@media screen and (max-width:992px) {
    .section-map {
        display: flex;
        flex-direction: column;
    }
}

.section-map__content-block {
    overflow: hidden;
}

@media screen and (max-width:992px) {
    .section-map__content-block {
        order: 1;
    }
}

.contacts {
    background: #fff;
    bottom: 198px;
    height: 410px;
    left: 15px;
    min-height: 425px;
    padding: 28px 35px;
    position: absolute;
    width: 468px;
}

@media screen and (max-width:992px) {
    .contacts {
        height: auto;
        margin: 0 auto;
        padding: 0 30px 30px;
        position: static;
    }
}

@media screen and (max-width:600px) {
    .contacts {
        padding: 0 0 30px;
        width: 100%;
    }
}

.contacts__wrap-logo {
    align-items: center;
    display: flex;
    margin-bottom: 25px;
}

@media screen and (max-width:992px) {
    .contacts__wrap-logo {
        justify-content: center;
        margin-bottom: 25px;
    }
}

.contacts__logo {
    margin-right: 15px;
    width: 90px;
}

@media screen and (max-width:400px) {
    .contacts__logo {
        margin-right: 12px;
        min-width: 110px;
        width: 110px;
    }
}

.contacts__text p {
    color: #221f1f;
    font-family: UbuntuBold,Arial,sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    white-space: nowrap;
}

@media screen and (max-width:400px) {
    .contacts__text p {
        font-size: 23px;
    }
}

.contacts__text p span {
    color: #f60;
}

.contacts__list {
    margin-bottom: 25px;
}

@media screen and (max-width:600px) {
    .contacts__list {
        padding-left: 10px;
    }
}

@media screen and (max-width:400px) {
    .contacts__list {
        padding-left: 0;
    }
}

.contacts__item {
    align-items: center;
    display: flex;
}

.contacts__item:not(:last-child) {
    margin-bottom: 12px;
}

.contacts__item p {
    color: #221f1f;
    font-size: 16px;
}

@media screen and (max-width:500px) {
    .contacts__item p {
        font-size: 14px;
    }
}

@media screen and (max-width:400px) {
    .contacts__item p {
        font-size: 12px;
    }
}

.contacts__item img {
    height: 20px;
    margin-right: 9px;
    width: 20px;
}

@media screen and (max-width:500px) {
    .contacts__item img {
        height: 14px;
        margin-right: 5px;
        width: 14px;
    }
}

.contacts__dc {
    display: flex;
    margin-bottom: 25px;
}

.contacts__dc .wrap-el {
    padding-left: 10px;
    width: 50%;
}

.contacts__dc .wrap-el :not(:last-child) {
    padding-left: 0;
    padding-right: 10px;
}

.contacts__mail {
    align-items: center;
    display: flex;
    margin-bottom: 20px;
}

@media screen and (max-width:600px) {
    .contacts__mail {
        justify-content: center;
    }
}

.contacts__mail img {
    height: 20px;
    margin-right: 9px;
    width: 20px;
}

.contacts .social-bl {
    align-items: center;
    display: flex;
    gap: 3px;
}

.contacts .social-bl__item img {
    height: 35px;
    width: 35px;
}

.contacts .social-bl__item :not(:last-child) {
    margin-right: 10px;
}

@media screen and (max-width:600px) {
    .contacts .social-bl {
        justify-content: center;
        padding-right: 10px;
    }
}

@media screen and (max-width:400px) {
    .contacts .social-bl {
        padding-right: 0;
    }
}

.section-callback {
    align-items: center;
    background-image: url(../img/bg/callback-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    height: 280px;
    justify-content: center;
    position: relative;
    z-index: 0;
}

@media screen and (max-width:1500px) {
    .section-callback {
        height: 340px;
    }
}

@media screen and (max-width:600px) {
    .section-callback {
        background-image: url(../img/bg/callback-bg-mobile.jpg);
        height: 385px;
    }
}

.section-callback:before {
    background: rgba(0,0,0,.678);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.section-callback__wrap {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

@media screen and (max-width:1500px) {
    .section-callback__wrap {
        flex-direction: column;
        justify-content: center;
    }

    .section-callback__wrap-title {
        margin-bottom: 35px;
    }
}

@media screen and (max-width:600px) {
    .section-callback__wrap-title {
        margin-bottom: 42px;
    }
}

.section-callback__title {
    color: #fff;
    font-family: BlenderProHeavy,Arial,sans-serif;
    font-size: 48px;
    line-height: 52px;
    text-align: left;
    text-transform: uppercase;
}

@media screen and (max-width:1500px) {
    .section-callback__title {
        text-align: center;
    }
}

@media screen and (max-width:992px) {
    .section-callback__title {
        font-size: 30px;
        line-height: 34px;
    }
}

@media screen and (max-width:600px) {
    .section-callback__title {
        font-family: BlenderProThin,Arial,sans-serif;
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 18px;
    }
}

@media screen and (max-width:400px) {
    .section-callback__title {
        font-size: 22px;
        line-height: 24px;
    }
}

.section-callback__text {
    color: #fff;
    font-family: UbuntuThin,Arial,sans-serif;
    font-size: 20px;
}

@media screen and (max-width:1500px) {
    .section-callback__text {
        text-align: center;
    }
}

@media screen and (max-width:992px) {
    .section-callback__text {
        font-size: 15px;
    }
}

@media screen and (max-width:600px) {
    .section-callback__text {
        font-size: 14px;
    }
}

.footer {
    background: #fff;
    padding: 40px 0 10px;
}

@media screen and (max-width:600px) {
    .footer {
        padding: 10px 0 90px;
    }

    .footer .container {
        align-items: center;
        display: flex;
        flex-direction: column;
    }
}

.footer .more-bl {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 15px;
}

@media screen and (max-width:992px) {
    .footer .more-bl {
        align-items: center;
    }
}

.footer .more-bl .link-more {
    color: #221f1f;
    font-family: BlenderProThin,Arial,sans-serif;
    font-size: 14px;
    font-weight: 700;
    height: auto!important;
    margin-bottom: 10px;
    text-decoration: none;
    text-transform: none;
}

.footer .more-bl .link-more:hover {
    text-decoration: underline;
}

.footer .more-bl p {
    max-width: 600px;
}

@media screen and (max-width:992px) {
    .footer .more-bl p {
        max-width: 400px;
    }
}

@media screen and (max-width:500px) {
    .footer .more-bl p {
        max-width: 300px;
    }
}

.footer .more-bl p sup {
    font-family: BlenderProHeavy,Arial,sans-serif;
}

.footer__info {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

@media screen and (max-width:992px) {
    .footer__info {
        flex-direction: column;
    }
}

@media screen and (max-width:600px) {
    .footer__info {
        order: 1;
    }
}

.footer__info p {
    color: #bababa;
    font-family: BlenderProThin,Arial,sans-serif;
    font-size: 20px;
}

@media screen and (max-width:992px) {
    .footer__info p {
        font-family: UbuntuMedium,Arial,sans-serif;
        font-size: 12px;
        margin-bottom: 15px;
        text-align: center;
    }
}

.link {
    cursor: pointer;
    font-family: BlenderProHeavy,Arial,sans-serif;
    font-size: 20px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .66s ease;
}

@media screen and (max-width:992px) {
    .link {
        align-items: center;
        display: flex;
        font-size: 12px;
        height: 42px;
        justify-content: center;
        width: 166px;
    }
}

.link:active,.link:focus,.link:hover {
    outline: none;
}

.link:hover {
    text-decoration: underline;
}

.link-header {
    font-family: BlenderProMedium,Arial,sans-serif;
    font-size: 20px;
    height: auto!important;
    justify-content: flex-start;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
}

@media screen and (max-width:1500px) {
    .link-header {
        font-size: 14px;
    }
}

@media screen and (max-width:1300px) {
    .link-header {
        font-size: 13px;
    }
}

@media screen and (max-width:992px) {
    .link-header {
        width: auto;
    }
}

@media screen and (max-width:768px) {
    .link-header {
        font-size: 10px;
    }
}

@media screen and (max-width:500px) {
    .link-header {
        display: none;
    }
}

.link-orange {
    color: #f60;
}

@media screen and (max-width:992px) {
    .link-orange {
        border: 1px solid #f60;
    }
}

.link-black {
    color: #221f1f;
}

@media screen and (max-width:992px) {
    .link-black {
        border: 1px solid #221f1f;
    }
}

.link-contacts {
    color: #221f1f;
    font-family: BlenderProMedium,Arial,sans-serif;
    font-size: 16px;
    text-transform: none;
}

.link-contacts:not(:last-child) {
    margin-bottom: 8px;
}

@media screen and (max-width:992px) {
    .link-contacts {
        height: auto;
        width: auto;
    }
}

@media screen and (max-width:500px) {
    .link-contacts {
        font-size: 13px;
    }
}

.link-mail {
    font-size: 20px;
}

@media screen and (max-width:500px) {
    .link-mail {
        font-size: 16px;
    }
}

.link-current {
    color: #fff;
    font-size: .65rem;
}

.link-current:hover {
    text-decoration: underline;
}

.link-agreement {
    font-family: BlenderProBold,Arial,sans-serif;
    font-size: 10px;
    text-transform: none;
}

@media screen and (max-width:992px) {
    .link-agreement {
        display: inline;
    }
}

.link-agreement:hover {
    text-decoration: underline;
}

.link-privacy-policy {
    color: #221f1f;
    font-family: BlenderProThin,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}

.link-privacy-policy:hover {
    text-decoration: underline;
}

@media screen and (max-width:992px) {
    .link-privacy-policy {
        display: none;
    }
}

.link-avtodrive {
    display: none;
    width: 190px;
}

.scroll-down {
    align-items: flex-end;
    display: flex;
    height: 100vh;
    justify-content: center;
    left: 0;
    max-height: 100%;
    padding-bottom: 150px;
    position: absolute;
    top: 0;
    width: 100%;
}

@media screen and (max-width:992px) {
    .scroll-down {
        display: none;
    }
}

.scroll-down .mouse {
    background: transparent;
    border: 2px solid #f60;
    border-radius: 10px;
    cursor: pointer;
    height: 60px;
    position: relative;
    transition: all .5s;
    width: 40px;
    z-index: 2;
}

.scroll-down .mouse:hover {
    border: 2px solid #e15b02;
}

.scroll-down .mouse:after,.scroll-down .mouse:before {
    animation: scrollDown 1.5s ease infinite;
    border: 2px solid #f60;
    border-left: transparent;
    border-top: transparent;
    content: "";
    height: 10px;
    left: 50%;
    position: absolute;
    top: 20%;
    transform: translate(-50%,-100%) rotate(45deg);
    width: 10px;
}

.scroll-down .mouse:after {
    top: 40%;
}

@keyframes scrollDown {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    60% {
        opacity: 1;
    }

    to {
        opacity: 0;
        top: 80%;
    }
}

#error,#success {
    align-items: center;
    background-color: #fff;
    border: 2px solid #e1e1e1;
    display: none;
    flex-direction: column;
    justify-content: center;
    left: 50%;
    max-width: 450px;
    min-width: 290px;
    padding: 20px 25px;
    position: fixed;
    text-align: center;
    top: 50%;
    transform: translate(-50%,-50%);
}

#error.show,#success.show {
    display: flex;
}

#error .popup-subtitle,#success .popup-subtitle {
    margin-bottom: 30px;
}

#error .form-messages-close,#success .form-messages-close {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 25px;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: transform .5s ease-in-out;
    width: 25px;
    z-index: 2;
}

#error .form-messages-close:after,#error .form-messages-close:before,#success .form-messages-close:after,#success .form-messages-close:before {
    background-color: #000;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    transition: background-color .2s ease-in-out;
    width: 20px;
}

#error .form-messages-close:before,#success .form-messages-close:before {
    transform: translate(-50%,-50%) rotate(45deg);
}

#error .form-messages-close:after,#success .form-messages-close:after {
    transform: translate(-50%,-50%) rotate(-45deg);
}

#error .form-messages-close:hover,#success .form-messages-close:hover {
    transform: rotate(90deg);
}

.popup {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: all .3s ease-in-out;
    visibility: hidden;
    width: 100%;
    z-index: 1000;
}

.popup-close {
    cursor: pointer;
    height: 25px;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: transform .5s ease-in-out;
    width: 25px;
    z-index: 2;
}

.popup-close:after,.popup-close:before {
    background-color: #000;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    transition: background-color .66s ease;
    width: 20px;
}

.popup-close:before {
    transform: translate(-50%,-50%) rotate(45deg);
}

.popup-close:after {
    transform: translate(-50%,-50%) rotate(-45deg);
}

.popup-close:hover {
    transform: rotate(90deg);
}

.popup-title {
    font-family: BlenderProBold,Arial,sans-serif;
    font-size: 23px;
    line-height: 25px;
    margin-bottom: 2rem;
    text-align: center;
}

.popup-subtitle {
    font-size: .833rem;
    margin-bottom: 0;
    text-align: center;
}

.popup.open {
    background-color: rgba(0,0,0,.77);
    opacity: 1;
    visibility: visible;
}

.popup.open .popup-wrapper {
    left: 50%;
    transform: translate(-50%,-50%);
}

.popup p.footnote {
    text-align: center;
}

.popup-container {
    background: #fff;
    padding: 40px 50px;
    position: relative;
    width: 500px;
}

@media screen and (max-width:550px) {
    .popup-container {
        padding: 30px 15px;
        width: 100%;
    }
}

.popup-container.form-slider {
    background: transparent;
    padding: 0 30px 20px;
    position: relative;
    width: 100%;
}

.popup-container.form-slider .footnote {
    color: #bbb;
}

@media screen and (max-width:992px) {
    .popup-container.form-slider .footnote {
        margin-top: 10px;
    }
}

.popup-container.form-content {
    display: none;
}

@media screen and (max-width:768px) {
    .popup-container.form-content {
        display: block;
    }
}

[has-animation] {
    opacity: 0;
    transition: opacity .66s ease,transform 1.5s cubic-bezier(0,.14,.19,1);
}

[has-animation].in-view {
    transform: translateZ(0);
}

[has-animation].in-hide {
    transform: translate3d(0,10px,0);
}

.in-view {
    opacity: 1;
}

.in-hide {
    opacity: 0;
}

.btn {
    align-items: center;
    background-color: #f60;
    border: 1px solid #f60;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-family: BlenderProBold,Arial,sans-serif;
    font-size: 18px;
    height: 50px;
    justify-content: center;
    outline: 0;
    overflow: hidden;
    padding: 2px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all .66s ease;
}

@media screen and (max-width:992px) {
    .btn {
        font-size: 16px;
        height: 42px;
    }
}

.btn:hover {
    background: transparent;
    color: #f60;
}

.btn-big {
    font-size: 18px;
    width: 243px;
}

.btn-small {
    font-size: 16px;
    width: 209px;
}

@media screen and (max-width:992px) {
    .btn-send {
        width: 288px;
    }
}

@media screen and (max-width:600px) {
    .btn-send {
        width: 100%;
    }
}

.btn-wrap {
    align-self: end;
}

@media screen and (max-width:1200px) {
    .btn-wrap {
        display: flex;
        width: 100%;
    }
}

@media screen and (max-width:400px) {
    .btn-wrap {
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }
}

.btn-more {
    margin: 0 auto;
}

.btn-offer:not(:last-child) {
    margin-right: 10px;
}

@media screen and (max-width:1200px) {
    .btn-offer {
        width: calc(50% - 5px);
    }
}

@media screen and (max-width:992px) {
    .btn-offer {
        font-size: 12px;
    }
}

@media screen and (max-width:400px) {
    .btn-offer {
        width: calc(80% - 5px);
    }
}

@media screen and (max-width:1100px) {
    .btn-callback {
        width: 220px;
    }
}

@media screen and (max-width:992px) {
    .btn-callback {
        font-size: 14px;
        width: 148px;
    }
}

@media screen and (max-width:768px) {
    .btn-callback {
        display: none;
    }
}

.btn-mobile {
    display: none;
}

@media screen and (max-width:768px) {
    .btn-mobile {
        display: flex;
        height: 24px;
        width: 24px;
    }

    .btn-mobile:hover {
        background: #f60;
    }

    .btn-mobile img {
        width: 13px;
    }
}

.btn-benefit {
    width: 250px;
}

.btn-contacts {
    margin: 0 auto;
}

@media screen and (max-width:600px) {
    .btn-contacts {
        width: 100%;
    }
}

.btn-close {
    width: 100%;
}

.btn-light {
    background: #f7f7f7;
    color: #333;
    height: 50px;
    margin-bottom: 5px;
}

.btn-light:hover {
    background: #e5e5e5;
}

.dws {
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.dws,.pulse {
    position: absolute;
}

.pulse {
    animation: pulse .7s ease-out;
    background-color: rgba(0,102,181,.17);
    border-radius: 50%;
    transform: scale(0);
}

@keyframes pulse {
    to {
        background-color: #0066b5,.25;
        opacity: 0;
        transform: scale(2);
    }
}

.button {
    border: none;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    outline: none;
    padding: 12px 40px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .25s ease-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.button_3 {
    background-color: #0062ff;
    color: #fff;
}

.button.active,.button:active,.button:focus,.button:hover {
    background-color: #0653b7;
}

.button-img img {
    margin: auto;
    max-width: 80px;
}

h1,h2,h3,h4,h5,h6 {
    font-family: BlenderProBold,Arial,sans-serif;
    font-weight: 700;
    line-height: 1.44;
    margin: 0;
    max-width: 100%;
    padding: 0;
    text-align: center;
}

h1 *,h2 *,h3 *,h4 *,h5 *,h6 * {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

@media screen and (max-width:992px) {
    h1,h2,h3,h4,h5,h6 {
        text-align: center;
    }
}

h1.with-image,h2.with-image,h3.with-image,h4.with-image,h5.with-image,h6.with-image {
    display: flex;
}

@media screen and (max-width:768px) {
    h1.with-image,h2.with-image,h3.with-image,h4.with-image,h5.with-image,h6.with-image {
        justify-content: center;
    }
}

h1.with-image>div,h2.with-image>div,h3.with-image>div,h4.with-image>div,h5.with-image>div,h6.with-image>div {
    margin-right: 15px;
}

h1.with-image>div:last-child,h2.with-image>div:last-child,h3.with-image>div:last-child,h4.with-image>div:last-child,h5.with-image>div:last-child,h6.with-image>div:last-child {
    margin-right: 0;
}

h1.with-image .img-wrap,h2.with-image .img-wrap,h3.with-image .img-wrap,h4.with-image .img-wrap,h5.with-image .img-wrap,h6.with-image .img-wrap {
    height: 5.52rem;
    width: auto;
}

@media screen and (max-width:768px) {
    h1.with-image .img-wrap,h2.with-image .img-wrap,h3.with-image .img-wrap,h4.with-image .img-wrap,h5.with-image .img-wrap,h6.with-image .img-wrap {
        height: 4rem;
    }
}

h1.with-image .img-wrap img,h2.with-image .img-wrap img,h3.with-image .img-wrap img,h4.with-image .img-wrap img,h5.with-image .img-wrap img,h6.with-image .img-wrap img {
    height: 100%;
    width: auto;
}

h1 span,h2 span,h3 span,h4 span,h5 span,h6 span {
    color: #0066b5;
}

h1 {
    font-size: 3rem;
}

@media screen and (max-width:768px) {
    h1 {
        font-size: 2rem;
    }
}

h2 {
    font-size: 1.8rem;
    margin-bottom: 15px;
}

@media screen and (max-width:768px) {
    h2 {
        font-size: 1.5rem;
    }
}

.swiper {
    width: 100%;
}

.swiper-main {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 2rem;
}

@media screen and (min-width:2000px) {
    .swiper-main {
        justify-content: center;
    }
}

@media screen and (max-width:768px) {
    .swiper-main {
        justify-content: center;
    }
}

.swiper-main__item {
    cursor: pointer;
    font-family: BlenderProThin,Arial,sans-serif;
    margin-right: 10px;
}

.swiper-main__item:last-child {
    margin-right: 0;
}

.swiper-container {
    border: 2px solid #333;
    border-radius: 20px;
    cursor: pointer;
    height: calc(1.5rem + 4px);
    position: relative;
    width: 50px;
}

.swiper-container.swiped .swiper-box {
    left: calc(100% - 1.5rem + 1px);
}

.swiper-box {
    background-color: #0066b5;
    border-radius: 50%;
    height: calc(100% - 2px);
    left: 1px;
    position: absolute;
    top: 1px;
    transition: left .66s ease;
    width: calc(1.5rem - 2px);
}

.swiper-block {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

@media screen and (min-width:2000px) {
    .swiper-block {
        justify-content: center;
    }
}

@media screen and (max-width:768px) {
    .swiper-block {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.swiper__list {
    overflow: hidden;
    position: relative;
}

.swiper__list:first-child {
    flex-grow: 1;
    margin-right: 15px;
}

@media screen and (min-width:2000px) {
    .swiper__list:first-child {
        flex-grow: 0;
        margin-right: 50px;
    }
}

@media screen and (max-width:768px) {
    .swiper__list {
        margin-bottom: 15px;
    }

    .swiper__list:first-child {
        margin-right: 0;
    }

    .swiper__list:last-child {
        margin-bottom: 0;
    }
}

.swiper__list-item {
    transition: all .66s ease;
}

.swiper__list-item:last-child {
    left: 0;
    position: absolute;
    top: 0;
    transform: translateY(120%);
}

@media screen and (max-width:768px) {
    .swiper__list-item {
        flex-grow: 1;
        text-align: center;
        width: 100%;
    }

    .swiper__list-item .car-block__list-item {
        flex-grow: 1;
    }
}

.swiper__list.swiped .btn span>span:first-child {
    transform: translateY(-250%);
}

.swiper__list.swiped .btn span>span:not(:first-child) {
    transform: translateY(0);
}

.swiper__list.swiped>div:first-child {
    transform: translateY(-120%);
}

.swiper__list.swiped>div:last-child {
    transform: translateY(0);
}

.slick-arrow {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    height: 50px;
    padding: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .66s ease;
    width: 50px;
    z-index: 25;
}

@media screen and (max-width:600px) {
    .slick-arrow {
        background-color: #000;
        background-size: 60%;
        border-radius: 50%;
        height: 35px;
        padding: 5px;
        width: 35px;
    }
}

.slick-arrow--prev {
    background-image: url(/static/img/svg/left-arrow.svg);
    left: -50px;
}

@media screen and (max-width:600px) {
    .slick-arrow--prev {
        left: 0;
    }
}

.slick-arrow--next {
    background-image: url(/static/img/svg/right-arrow.svg);
    right: -50px;
}

@media screen and (max-width:600px) {
    .slick-arrow--next {
        right: 0;
    }
}

.slick-disabled {
    opacity: 0;
    pointer-events: none;
}

.slick-track {
    align-items: stretch;
    display: flex!important;
}

.slick-slide {
    float: none!important;
}

.slick-slide img {
    display: block;
    margin: 0 auto;
}

.slick-slide.flex-item {
    margin: 0 20px!important;
}

.tabs {
    align-items: center;
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
    height: auto;
    justify-content: center;
    margin-bottom: 2rem;
    position: relative;
    width: 100%;
}

.tabs:last-child {
    margin-bottom: 0;
}

.tabs .dummy {
    height: 100%;
    width: 100%;
}

.tabs .dummy.fixed {
    background-color: #000;
    display: flex;
    height: auto;
    justify-content: flex-start;
    left: 0;
    opacity: 1;
    pointer-events: all;
    position: fixed;
    right: 0;
    top: 70px;
    transform: none;
    transition: none;
    visibility: visible;
    width: 100%;
    z-index: 26;
}

@media screen and (max-width:768px) {
    .tabs .dummy.fixed {
        min-height: 1px;
        top: 49px;
    }
}

@media screen and (max-width:550px) {
    .tabs .dummy.fixed {
        top: 69px;
    }
}

@media screen and (max-width:400px) {
    .tabs .dummy.fixed {
        top: 67px;
    }
}

.tabs .dummy.fixed .tabs-head {
    height: auto;
    left: 0;
    padding: 0;
    position: static;
    transform: none;
    transition: none;
}

.tabs .dummy.fixed .tabs-head:after,.tabs .dummy.fixed .tabs-head:before {
    content: none;
}

.tabs .dummy.fixed .tabs-head-item {
    flex-grow: 1;
    padding: 8px 12px;
    width: auto;
}

@media screen and (max-width:550px) {
    .tabs .dummy.fixed .tabs-head-item {
        margin: 0;
        width: auto;
    }
}

.tabs .dummy.fixed .car-image,.tabs .dummy.fixed .car-name span,.tabs .dummy.fixed .tabs-head-close {
    display: none;
}

.tabs-title {
    border-bottom: 1px solid #5c5c5c;
    color: #a6a6a6;
    cursor: pointer;
    font-size: 22px;
    padding: 30px 15px;
    position: relative;
    text-align: center;
    width: 100%;
}

@media screen and (min-width:768px) {
    .tabs-title {
        border-bottom: none;
        width: auto;
    }
}

.tabs-title :hover,.tabs-title.active {
    color: #000;
}

.tabs-title.active:after {
    border-bottom: 20px solid #f2f2f2;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    bottom: 0;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
}

.tabs-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
}

.tabs-head:after {
    bottom: 0;
}

.tabs-head:after,.tabs-head:before {
    background-color: hsla(0,0%,100%,.1);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}

.tabs-head:before {
    top: 0;
}

.tabs-head-close {
    cursor: pointer;
    padding: 15px 0;
    text-align: center;
    width: 100%;
}

.tabs-head-close:hover {
    color: #0066b5;
}

.tabs-head--hidden {
    background-color: #181818;
    padding: 5px;
    width: 100%;
}

.tabs-head-preview {
    cursor: pointer;
    text-align: center;
    transition: all .66s ease;
}

.tabs-head-preview.hidden {
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
}

.tabs-head-item {
    cursor: pointer;
    padding: 5px;
    transition: background-color .66s ease;
    width: 20%;
}

@media screen and (max-width:768px) {
    .tabs-head-item {
        margin: 5px;
        width: calc(33.33334% - 10px);
    }
}

@media screen and (max-width:350px) {
    .tabs-head-item {
        width: calc(50% - 10px);
    }
}

.tabs-head-item.active,.tabs-head-item:hover {
    background-color: #0066b5;
}

.tabs .container {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center;
    position: relative;
    width: 100%;
}

@media screen and (max-width:768px) {
    .tabs .container {
        min-height: 45px;
    }
}

.tabs-content {
    display: none;
    max-width: 100%;
    padding-bottom: 2rem;
    padding-top: 2rem;
    position: relative;
    width: 100%;
}

@media screen and (min-width:768px) {
    .tabs-content {
        order: 2;
    }
}

.tabs-content-item {
    display: none;
}

.tabs-content-item.active {
    display: block;
}

.tabs-content.active {
    display: flex;
}

.tabs-content:before {
    background-color: #f2f2f2;
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 100vw;
}

.tabs-content.col {
    opacity: 0;
    position: relative;
    transform: translateY(10%);
    transition: all .5s ease-in-out;
}

.tabs-content.col.active {
    opacity: 1;
    transform: translateY(0);
}

.form-container {
    align-items: center;
    background: transparent;
    display: flex;
    justify-content: center;
    padding: 0 30px 20px;
    position: relative;
    width: 100%;
}

@media screen and (max-width:600px) {
    .form-container {
        padding: 0;
    }
}

.form {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form-slider {
    width: 535px;
}

@media screen and (max-width:600px) {
    .form-slider {
        width: 100%;
    }
}

.form-slider__callorder {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    width: 100%;
}

@media screen and (max-width:992px) {
    .form-slider__callorder {
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
}

.form-slider__group {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: auto;
}

@media screen and (max-width:600px) {
    .form-slider__group {
        width: 100%;
    }
}

@media screen and (max-width:992px) {
    .form-slider__group:first-child {
        margin-bottom: 15px;
    }
}

.form-slider__group label {
    color: #fff;
    font-family: BlenderProMedium,Arial,sans-serif;
    font-size: 16px;
    margin-bottom: 11px;
    text-transform: uppercase;
}

.form-slider__group input {
    border: 1px solid #d0d0d0;
    color: #221f1f;
    font-family: UbuntuMedium,Arial,sans-serif;
    font-size: 16px;
    height: 50px;
    padding: 15px 20px;
    transition: all .66s ease;
    width: 288px;
}

@media screen and (max-width:992px) {
    .form-slider__group input {
        font-size: 14px;
        height: 42px;
        padding: 12px;
    }
}

@media screen and (max-width:600px) {
    .form-slider__group input {
        width: 100%;
    }
}

.form-slider__group input.error {
    border-color: #0066b5;
}

.form-slider__group ::-webkit-input-placeholder {
    color: #bababa;
    font-family: UbuntuMedium,Arial,sans-serif;
}

.form-slider__group :-moz-placeholder,.form-slider__group ::-moz-placeholder {
    color: #bababa;
    font-family: UbuntuMedium,Arial,sans-serif;
}

.form-slider__group :-ms-input-placeholder {
    color: #bababa;
    font-family: UbuntuMedium,Arial,sans-serif;
}

.form-slider__group label.error {
    color: #f60;
    font-family: BlenderProBold,Arial,sans-serif;
    font-size: 10px;
    left: 0;
    position: absolute;
    text-transform: none;
    top: calc(100% + 2px);
}

.form-filter {
    display: flex;
    flex-direction: row;
}

@media screen and (max-width:600px) {
    .form-filter,.form-filter .form-group {
        width: 100%;
    }
}

.form-filter .form-group label {
    color: #221f1f;
    font-family: BlenderProMedium,Arial,sans-serif;
    font-size: 16px;
    margin-bottom: 11px;
    text-transform: uppercase;
}

.form-filter .form-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent url(../img/icons/select.svg) 95% 50% no-repeat;
    color: #bababa;
    cursor: pointer;
    display: block;
    font-family: UbuntuMedium,Arial,sans-serif;
    font-size: 16px;
    height: 50px;
    margin-top: 11px;
    padding: 10px 15px;
    width: 100%;
    width: 288px;
}

@media screen and (max-width:992px) {
    .form-filter .form-group select {
        background: transparent url(../img/icons/select-mobile.svg) 95% 50% no-repeat;
        font-size: 14px;
        height: 42px;
        padding: 12px;
    }
}

@media screen and (max-width:600px) {
    .form-filter .form-group select {
        width: 100%;
    }
}

.form-filter .form-group select[disabled] {
    cursor: not-allowed;
    opacity: .5;
}

.form-filter .form-group select[disabled]:hover {
    border-color: #f60;
}

.form-popup {
    width: 100%;
}

.form-popup .form-group {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
}

@media screen and (max-width:600px) {
    .form-popup .form-group {
        width: 100%;
    }
}

.form-popup .form-group:first-child {
    margin-bottom: 15px;
}

.form-popup .form-group input {
    color: #bababa;
    font-family: UbuntuMedium,Arial,sans-serif;
    font-size: 16px;
    height: 50px;
    padding: 15px 20px;
    width: 288px;
}

@media screen and (max-width:600px) {
    .form-popup .form-group input {
        height: 42px;
        width: 100%;
    }
}

.form-popup .form-group .btn {
    height: 50px;
    width: 288px;
}

@media screen and (max-width:600px) {
    .form-popup .form-group .btn {
        height: 42px;
        width: 100%;
    }
}

.form-popup .footnote {
    font-family: BlenderProMedium,Arial,sans-serif;
    font-size: 10px;
    margin-top: 10px;
}

.form-popup label.error {
    color: #f60;
    font-family: BlenderProBold,Arial,sans-serif;
    font-size: 10px;
    left: 0;
    position: absolute;
    text-transform: none;
    top: calc(100% + 2px);
}

.form input:active,.form input:focus,.form select:active,.form select:focus {
    border: 1px #221f1f;
    outline: none!important;
}

[class*=ymaps-2][class*=-ground-pane] {
    -webkit-filter: grayscale(100%);
}

.map {
    background: #fff;
    box-sizing: border-box;
    display: block;
    padding: 20px 15px;
    position: relative;
}

.map * {
    font-size: 1rem;
}

.map-cont {
    height: 100%;
    min-height: 760px;
    width: 100%;
}

@media screen and (max-width:992px) {
    .map-cont {
        min-height: 320px;
    }
}

.map-close {
    color: #000;
    display: block;
    font-size: 28px;
    position: absolute;
    right: 8px;
    text-decoration: none;
    top: 0;
}

.map-close:hover {
    color: rgba(0,0,0,.6);
    text-decoration: none;
}

.map a,.map p {
    color: #000;
    display: block;
}

.map a.name,.map p.name {
    font-weight: 700;
    margin-top: .5rem;
}

.map .btn {
    font-size: .833rem;
    margin-bottom: .4rem;
    max-width: 280px;
    overflow: visible;
    width: 100%;
}

.map__btn__content {
    background: #fff;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 6px;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.25);
    display: none;
    left: 50%;
    max-width: calc(100% - 2px);
    opacity: 0;
    padding: .5rem;
    position: absolute;
    top: calc(-100% - 35px);
    transform: translateX(-50%);
    transition: opacity .3s ease;
    width: 220px;
}

.map__btn__content a {
    color: #000;
    display: block;
    font-size: .688rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-align: center;
}

.map__btn__content a:last-child {
    margin-bottom: 0;
}

.map__btn__content a:after {
    background: url(/static/img/arrow-right.png) no-repeat 50%;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 13px;
    margin-left: 10px;
    vertical-align: baseline;
    width: 20px;
}

.map__btn__content a:hover {
    color: #0066b5;
    text-decoration: none;
}

.map__btn:focus .map__btn__content,.map__btn:hover .map__btn__content {
    display: block;
    opacity: 1;
}

.list {
    margin-bottom: 2rem;
    margin-left: 2%;
    max-width: 100%;
    padding: 0;
}

.list:last-child {
    margin-bottom: 0;
}

.list li {
    list-style: none;
    margin-bottom: .7rem;
    padding-left: 15px;
    position: relative;
    text-align: left;
}

.list li:before {
    background-color: currentColor;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: .4rem;
    width: 5px;
}

.list li:last-child {
    margin-bottom: 0;
}

.list li span {
    white-space: nowrap;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.flex--triple {
    margin: -20px;
}

@media screen and (max-width:992px) {
    .flex--triple {
        margin: 0;
    }
}

.flex--triple .flex-item {
    margin: 20px;
    width: calc(33.33334% - 40px);
}

@media screen and (max-width:992px) {
    .flex--triple .flex-item {
        margin: 0 0 20px;
        width: 100%;
    }

    .flex--triple .flex-item:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width:500px) {
    .flex .slick-arrow--prev {
        left: -5px;
    }

    .flex .slick-arrow--next {
        right: -5px;
    }
}

.text-popup {
    align-items: center;
    background: rgba(0,0,0,.77);
    display: flex;
    height: 100%;
    justify-content: center;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 50%;
    transform: translate(-50%,-50%);
    visibility: hidden;
    width: 100%;
    z-index: 40;
}

.text-popup-title {
    line-height: 1;
    margin-bottom: 10px;
}

.text-popup.show {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}

.text-popup-wrap {
    background: #fff;
    max-width: 520px;
    padding: 30px 40px 30px 30px;
    position: relative;
}

@media screen and (max-width:400px) {
    .text-popup-wrap {
        height: 100%;
        max-height: 100vh;
        max-width: 100%;
        overflow: auto;
        padding: 25px 25px 25px 15px;
    }

    .text-popup-wrap::-webkit-scrollbar {
        width: 12px;
    }

    .text-popup-wrap::-webkit-scrollbar-track {
        background: rgba(0,0,0,.8);
        height: 50%;
        width: 8px;
    }

    .text-popup-wrap::-webkit-scrollbar-thumb {
        background: hsla(0,0%,100%,.1);
        box-shadow: inset 0 0 7px -2px rgba(0,0,0,.1);
        height: 10px;
        width: 12px;
    }

    .text-popup-wrap::-webkit-scrollbar-thumb:hover {
        background: hsla(0,0%,100%,.3);
    }
}

.text-popup-wrap p {
    line-height: 1.2;
    margin-bottom: 1.6rem;
}

.text-popup#agreement {
    z-index: 111;
}

.text-popup#agreement .text-popup-wrap {
    max-height: 90%;
    max-width: 700px;
    overflow: auto;
}

.text-popup#agreement .text-popup-wrap::-webkit-scrollbar {
    width: 12px;
}

.text-popup#agreement .text-popup-wrap::-webkit-scrollbar-track {
    background: rgba(0,0,0,.8);
    height: 50%;
    width: 8px;
}

.text-popup#agreement .text-popup-wrap::-webkit-scrollbar-thumb {
    background: hsla(0,0%,100%,.1);
    box-shadow: inset 0 0 7px -2px rgba(0,0,0,.1);
    height: 10px;
    width: 12px;
}

.text-popup#agreement .text-popup-wrap::-webkit-scrollbar-thumb:hover {
    background: hsla(0,0%,100%,.3);
}

.text-popup .close {
    cursor: pointer;
    height: 25px;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: transform .5s ease-in-out;
    width: 25px;
    z-index: 2;
}

@media screen and (max-width:500px) {
    .text-popup .close {
        right: 5px;
        top: 5px;
    }
}

.text-popup .close:after,.text-popup .close:before {
    background-color: #000;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    transition: background-color .66s ease;
    width: 20px;
}

.text-popup .close:before {
    transform: translate(-50%,-50%) rotate(45deg);
}

.text-popup .close:after {
    transform: translate(-50%,-50%) rotate(-45deg);
}

.text-popup .close:hover {
    transform: rotate(90deg);
}

.disclaimer p {
    margin-bottom: .7rem;
}

.disclaimer.cutted {
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
}

.disclaimer.cutted:before {
    background: linear-gradient(0deg,#fff 0,hsla(0,0%,100%,0));
    bottom: 0;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    transition: height .25s ease;
    width: 100%;
}

.disclaimer.cutted.opened:before {
    height: 0;
}

.flip-clock-wrapper * {
    box-sizing: border-box;
    line-height: normal;
    margin: 0;
    padding: 0;
}

.flip-clock-wrapper a {
    color: #ccc;
    cursor: pointer;
    text-decoration: none;
}

.flip-clock-wrapper a:hover {
    color: #fff;
}

.flip-clock-wrapper ul {
    list-style: none;
}

.flip-clock-wrapper.clearfix:after,.flip-clock-wrapper.clearfix:before {
    content: " ";
    display: table;
}

.flip-clock-wrapper.clearfix:after {
    clear: both;
}

.flip-clock-wrapper.clearfix {
    *zoom: 1;
}

.flip-clock-wrapper {
    font: normal 11px Helvetica Neue,Helvetica,sans-serif;
    min-height: 100%;
    -webkit-user-select: none;
}

.flip-clock-meridium {
    background: none;
    bottom: 10px;
    box-shadow: 0 0 0!important;
    color: #313333;
    font-size: 36px!important;
}

.flip-clock-wrapper {
    margin: 1em;
    position: relative;
    text-align: center;
    width: 100%;
}

.flip-clock-wrapper ul {
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0,0,0,.7);
    float: left;
    font-size: 80px;
    font-weight: 700;
    height: 90px;
    line-height: 87px;
    margin: 5px;
    position: relative;
    width: 60px;
}

@media screen and (max-width:768px) {
    .flip-clock-wrapper ul {
        height: 42px;
        margin: 2px;
        width: 28px;
    }
}

.flip-clock-wrapper ul li {
    height: 100%;
    left: 0;
    line-height: 87px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.flip-clock-wrapper ul li:first-child {
    z-index: 2;
}

.flip-clock-wrapper ul li a {
    display: block;
    height: 100%;
    margin: 0!important;
    overflow: visible!important;
    perspective: 200px;
}

.flip-clock-wrapper ul li a div {
    height: 50%;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.flip-clock-wrapper ul li a div .shadow {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.flip-clock-wrapper ul li a div.up {
    top: 0;
    transform-origin: 50% 100%;
}

.flip-clock-wrapper ul li a div.up:after {
    background-color: #000;
    background-color: rgba(0,0,0,.4);
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 44px;
    width: 100%;
    z-index: 5;
}

.flip-clock-wrapper ul li a div.down {
    bottom: 0;
    transform-origin: 50% 0;
}

.flip-clock-wrapper ul li a div div.inn {
    background-color: #333;
    border-radius: 6px;
    color: #ccc;
    font-size: 70px;
    height: 200%;
    left: 0;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px #000;
    width: 100%;
    z-index: 1;
}

@media screen and (max-width:768px) {
    .flip-clock-wrapper ul li a div div.inn {
        font-size: 34px;
    }
}

.flip-clock-wrapper ul li a div.up div.inn {
    top: 0;
}

.flip-clock-wrapper ul li a div.down div.inn {
    bottom: 0;
}

.flip-clock-wrapper ul.play li.flip-clock-before {
    z-index: 3;
}

.flip-clock-wrapper ul.play li.flip-clock-active {
    animation: asd .01s linear .49s both;
    z-index: 2;
}

.flip-clock-divider {
    display: inline-block;
    float: left;
    height: 100px;
    position: relative;
    width: 20px;
}

.flip-clock-divider:not(:first-child) {
    padding-left: 4px;
}

@media screen and (max-width:768px) {
    .flip-clock-divider:not(:first-child) {
        padding-left: 1px;
    }

    .flip-clock-divider {
        height: 46px;
        width: 10px;
    }
}

.flip-clock-divider:first-child {
    width: 0;
}

.flip-clock-dot {
    background: #323434;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0,0,0,.5);
    display: block;
    height: 10px;
    position: absolute;
    width: 10px;
}

@media screen and (max-width:768px) {
    .flip-clock-dot {
        height: 7px;
        width: 7px;
    }
}

.flip-clock-divider .flip-clock-label {
    color: #000;
    font-family: Roboto,sans-serif;
    font-size: 16px;
    position: absolute;
    right: -90px;
    text-shadow: none;
    top: -1.5em;
}

@media screen and (max-width:768px) {
    .flip-clock-divider .flip-clock-label {
        right: -52px;
    }
}

.flip-clock-divider.minutes .flip-clock-label {
    right: -92px;
}

@media screen and (max-width:768px) {
    .flip-clock-divider.minutes .flip-clock-label {
        right: -55px;
    }
}

.flip-clock-divider.seconds .flip-clock-label {
    right: -95px;
}

@media screen and (max-width:768px) {
    .flip-clock-divider.seconds .flip-clock-label {
        right: -57px;
    }
}

.flip-clock-dot.top {
    top: 30px;
}

@media screen and (max-width:768px) {
    .flip-clock-dot.top {
        top: 12px;
    }
}

.flip-clock-dot.bottom {
    bottom: 30px;
}

@media screen and (max-width:768px) {
    .flip-clock-dot.bottom {
        bottom: 12px;
    }
}

@keyframes asd {
    0% {
        z-index: 2;
    }

    to {
        z-index: 4;
    }
}

.flip-clock-wrapper ul.play li.flip-clock-active .down {
    animation: turn .5s linear .5s both;
    z-index: 2;
}

@keyframes turn {
    0% {
        transform: rotateX(90deg);
    }

    to {
        transform: rotateX(0deg);
    }
}

.flip-clock-wrapper ul.play li.flip-clock-before .up {
    animation: turn2 .5s linear both;
    z-index: 2;
}

@keyframes turn2 {
    0% {
        transform: rotateX(0deg);
    }

    to {
        transform: rotateX(90deg);
    }
}

.flip-clock-wrapper ul li.flip-clock-active {
    z-index: 3;
}

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow,.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
    animation: hide .5s linear .3s both;
    background: linear-gradient(180deg,rgba(0,0,0,.1) 0,#000);
}

.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
    animation: show .5s linear both;
    background: linear-gradient(180deg,#000 0,rgba(0,0,0,.1));
}

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
    animation: hide .5s linear .3s both;
    background: linear-gradient(180deg,#000 0,rgba(0,0,0,.1));
}

@keyframes show {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes hide {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.image {
    margin: 0 auto;
}

.image img {
    height: auto;
    width: 100%;
}

.image__benefit {
    max-width: 50px;
}

.image__benefit--big {
    max-width: 75px;
}

@media screen and (max-width:768px) {
    .image__benefit--big {
        max-width: 50px;
    }
}

.block-online {
    display: flex;
    justify-content: center;
}

.online-title {
    margin-bottom: 20px;
}

.online-item {
    width: 50%;
}

.online-list {
    list-style-type: none;
    padding-left: 10px;
}

.online-list li {
    margin-bottom: 5px;
    padding-left: 15px;
    position: relative;
}

.online-list li:before {
    background-color: #0066b5;
    border-radius: 100%;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: 5%;
    width: 10px;
}

.online-phone {
    font-weight: 700;
}

.online-img {
    background-image: url(/static/img/online-bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%;
}

@media screen and (max-width:768px) {
    .online-item {
        width: 100%;
    }

    .online-item:last-child {
        display: none;
    }
}

.accessories {
    background-color: #d9d9d9;
    overflow: hidden;
    padding-bottom: 0;
}

.accessories_col {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: .5rem;
    padding-right: .5rem;
}

.accessories_container {
    color: #fff;
    position: relative;
    text-align: center;
}

.accessories__title {
    color: #fff;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
}

.accessories_substrate {
    margin: 0 auto;
    width: 50%;
}

.accessories .col_1 {
    margin-bottom: 1rem;
    width: 100%;
}

.accessories__images {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.accessories__img-wrap {
    padding: 4px;
    width: 50%;
}

@media (min-width:540px) {
    .accessories__img-wrap {
        width: 25%;
    }
}

.profile-text {
    background: #000;
    color: #fff;
    font-size: 17px;
    margin-bottom: 4px;
    margin-top: -10px;
    padding: 6px 10px;
    text-align: center;
}

.profile-text span {
    color: #fff;
    font-size: 85%;
}

@media screen and (max-width:992px) {
    .yandex-rating-badge {
        margin: 15px 0 0;
    }
}

/*# sourceMappingURL=style.css.map*/