@charset "UTF-8";

/*Reboot*/

*,
::before,
::after {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0!important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role="button"] {
    cursor: pointer
}

select {
    word-wrap: normal
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none!important
}


/*Grid*/

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,
::before,
::after {
    box-sizing: inherit
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container,
    .container-sm,
    .container-md {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1140px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.row-cols-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-sm-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-sm-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-sm-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .row-cols-sm-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-sm-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-sm-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.333333%
    }
    .offset-sm-2 {
        margin-left: 16.666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.333333%
    }
    .offset-sm-5 {
        margin-left: 41.666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.333333%
    }
    .offset-sm-8 {
        margin-left: 66.666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.333333%
    }
    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-md-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-md-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-md-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .row-cols-md-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-md-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-md-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.333333%
    }
    .offset-md-2 {
        margin-left: 16.666667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.333333%
    }
    .offset-md-5 {
        margin-left: 41.666667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.333333%
    }
    .offset-md-8 {
        margin-left: 66.666667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.333333%
    }
    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-lg-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-lg-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-lg-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .row-cols-lg-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-lg-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-lg-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.333333%
    }
    .offset-lg-2 {
        margin-left: 16.666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.333333%
    }
    .offset-lg-5 {
        margin-left: 41.666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.333333%
    }
    .offset-lg-8 {
        margin-left: 66.666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.333333%
    }
    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-xl-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-xl-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-xl-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .row-cols-xl-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-xl-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-xl-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.333333%
    }
    .offset-xl-2 {
        margin-left: 16.666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.333333%
    }
    .offset-xl-5 {
        margin-left: 41.666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.333333%
    }
    .offset-xl-8 {
        margin-left: 66.666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.333333%
    }
    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.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: -ms-flexbox!important;
    display: flex!important
}

.d-inline-flex {
    display: -ms-inline-flexbox!important;
    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: -ms-flexbox!important;
        display: flex!important
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox!important;
        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: -ms-flexbox!important;
        display: flex!important
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox!important;
        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: -ms-flexbox!important;
        display: flex!important
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox!important;
        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: -ms-flexbox!important;
        display: flex!important
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox!important;
        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: -ms-flexbox!important;
        display: flex!important
    }
    .d-print-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

table td,
table th {
    border: 1px solid #a8a8a8;
    padding: 13px
}

.table-responsive {
    max-width: 100%;
    overflow: auto;
}


/*Slick-slider*/

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(/f/i/ajax-loader.gif) center center no-repeat
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,
.slick-next:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

[dir='rtl'] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: '→'
}

[dir='rtl'] .slick-next:before {
    content: '←'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}


/*Fonts*/

@font-face {
    font-family: 'Liber';
    src: url("../fonts/liberation-sans.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: 'capitan';
    src: url("../fonts/aa-american-captain.woff2") format("woff2");
    font-display: swap;
}


/*Scaffolding*/

body {
    font-family: 'Liber', arial, sans-serif;
    font-size: 14px;
    color: #fff;
    background: #0a0a0a;
}

body,
html {
    height: 100%;
}

.page-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    width: 100%;
}

.site-header {
    order: -1;
}

.overflow-wrapper {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    display: flex;
}

.home-page-content-section,
.inner-page-content-section {
    flex-grow: 1;
}

.inner-page-content-section {
    margin-bottom: 20px;
}

a {
    color: #fff;
}

a:hover,
a:focus {
    color: #fff;
    text-decoration: underline;
}

b,
strong {
    font-weight: 700;
}

img {
    max-width: 100%;
}

input:focus,
input:active,
button:active,
button:focus,
textarea:active,
textarea:focus {
    outline: none;
}

@media (min-width: 1660px) {
    .container {
        max-width: 1630px;
    }
}

@media (max-width: 1659px) {
    .container {
        max-width: inherit;
    }
}

@media (max-width: 864px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .row {
        margin-left: -10px;
        margin-right: -10px;
    }
}


/*Mobile menu*/

.mobile_menu .first_level {
    transition: transform 0.4s ease;
}

@media (min-width: 768px) {
    .mobile_menu {
        display: none;
    }
}

.mobile_menu {
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 110;
    display: block;
    width: 270px;
    height: 100%;
    min-height: 100%;
    background: #242424;
    padding-bottom: 20px;
    transform: translateX(-270px);
    transition: transform .3s;
}

.mobile_menu.active {
    box-shadow: 5px 0 25px rgba(0, 0, 0, 0.3);
}

.catalogue_menu ul {
    list-style: none;
    padding-left: 0;
    font-size: 16px;
}

.catalogue_menu ul li {
    display: block;
    margin: 0;
}

.catalogue_menu ul li:before {
    display: none;
}

.catalogue_menu ul a {
    display: block;
    padding: 10px;
    color: #fff;
    transition: background 0.2s ease;
}

.catalogue_menu ul a:hover,
.catalogue_menu ul a:focus,
.catalogue_menu li.active>a,
.catalogue_menu li.active>a,
.catalogue_menu li.active>a {
    background: rgba(255, 111, 0, 1);
    background: -moz-linear-gradient(top, rgba(255, 111, 0, 1) 0%, rgba(255, 9, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 111, 0, 1)), color-stop(100%, rgba(255, 9, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 111, 0, 1) 0%, rgba(255, 9, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 111, 0, 1) 0%, rgba(255, 9, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 111, 0, 1) 0%, rgba(255, 9, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 111, 0, 1) 0%, rgba(255, 9, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff6f00', endColorstr='#ff0900', GradientType=0);
    text-decoration: none;
}

.catalogue_menu ul a:active {
    background: #e8463a;
}

.mobile_menu .arrow_a {
    position: relative;
    padding-right: 30px;
}

.catalogue_menu>ul ul {
    display: none;
    position: absolute;
    top: 0;
}

.mobile_menu .arrow_a:before {
    position: absolute;
    top: 50%;
    right: 15px;
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg) translate(0, -50%);
    -ms-transform: rotate(45deg) translate(0, -50%);
    transform: rotate(45deg) translate(0, -50%);
}

.mobile_menu .show_block {
    position: absolute !important;
    top: 0;
    display: block !important;
    width: 100%;
    padding-left: 0;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}

.mobile_menu li.back {
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    padding-left: 25px;
    margin: 10px 0;
    text-decoration: none;
}

.mobile_menu li.back::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 12px;
    display: block;
    width: 8px;
    height: 8px;
    background: 0;
    margin: 0;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.sr-only {
    display: none;
}

@media (max-width: 991px) {
    .mobile-menu-toggler {
        font-size: 0;
        position: relative;
        padding: 0;
        border: 0;
        background: transparent;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        transition: all 0.3s ease;
        margin-right: 15px;
    }
    .mobile-menu-toggler:active {
        opacity: 0.55;
    }
    .mobile-menu-toggler.active {
        margin-left: 0;
    }
    .mobile-menu-toggler.active .mobile-menu-toggler-bar {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        margin: 0;
    }
    .mobile-menu-toggler.active .mobile-menu-toggler-bar:first-child {
        display: none;
    }
    .mobile-menu-toggler.active .mobile-menu-toggler-bar:nth-child(2) {
        transform: rotate(45deg);
    }
    .mobile-menu-toggler.active .mobile-menu-toggler-bar:nth-child(3) {
        transform: rotate(-45deg);
    }
}

.mobile-menu-toggler-bar {
    width: 40px;
    height: 5px;
    background: #fd0000;
    transition: transform 0.3s ease;
}

.mobile-menu-toggler:hover .mobile-menu-toggler-bar:first-child {
    transform: translateX(3px);
}

.mobile-menu-toggler:hover .mobile-menu-toggler-bar:last-child {
    transform: translateX(-3px);
}

.mobile-menu-toggler-bar:not(:last-child) {
    margin-bottom: 9px;
}

@media (min-width: 865px) {
    .mobile-menu-toggler {
        display: none;
    }
}


/*Modals*/

.modal {
    display: none;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .55);
    padding: 70px 7px 7px;
}

@media (max-width: 1499px) {
    .modal {
        padding-top: 40px;
    }
}

.modal_z-closest {
    z-index: 11;
}

.modal_wide .modal__wrapper {
    max-width: 1000px;
}

.modal_video .modal__wrapper {
    padding-top: 0;
}

.modal_city .modal__wrapper {
    max-width: 1158px;
    overflow: visible;
    max-height: inherit;
}

.modal_city .modal__header {
    max-width: inherit;
    margin-bottom: 65px;
}

.modal_city .modal__content {
    max-width: inherit;
    padding: 0 70px 80px;
}

@media(min-width: 768px) and (max-width: 1329px) {
    .modal_city .modal__header {
        margin-bottom: 30px;
    }
    .modal_city .modal__content {
        max-width: inherit;
        padding: 0 40px 40px;
    }
}

@media(max-width: 767px) {
    .modal_city .modal__header {
        font-size: 20px;
        margin-bottom: 15px;
        max-width: 350px;
    }
    .modal_city .modal__content {
        max-width: inherit;
        padding: 0 20px 20px;
    }
}

.modal_video .modal__content {
    padding: 0;
}

.modal_video .modal__close {
    top: 15px;
    right: 30px;
}

.modal_search .modal__wrapper {
    padding: 0;
    background: transparent;
}

.modal_product-added .modal__wrapper {
    max-width: 616px;
    background: #fff;
    border-radius: 10px;
    padding-top: 35px;
    color: #030e27;
}

.modal_product-added .modal__content {
    max-width: inherit;
    padding: 0 50px 60px;
}

@media (min-width: 768px) {
    .modal_video {
        padding: 55px 30px 30px;
    }
}

@media (max-width: 767px) {
    .modal_video .modal__close {
        right: 7px;
    }
    .modal.modal_video {
        padding: 50px 7px 7px;
    }
}

@media (max-width: 575px) {
    .modal.modal_video {
        padding-top: 45px;
    }
}

.modal_video .modal__wrapper {
    max-width: inherit;
}

.modal_wide .modal__content {
    padding: 0 45px 45px;
}

.modal__wrapper {
    position: relative;
    margin: 0 auto;
    max-width: 600px;
    color: #fff;
    box-shadow: 0px 0px 70px 20px rgba(0, 0, 0, 0.25);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    overflow: visible;
    max-height: 100%;
    padding-top: 43px;
    background: #1f1f1f !important;
    border: 2px solid #ff4703 !important;
    border-radius: 5px !important;
    padding-bottom: 30px;
}

@media (max-width: 1499px) {
    .modal__wrapper {
        padding-top: 30px;
    }
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}

@media(min-width: 1500px) {
    .modal__wrapper {
        margin-top: 163px;
    }
}

@media(min-width: 1200px) and (max-width:1499px) {
    .modal__wrapper {
        margin-top: 115px;
    }
}

@media(min-width: 992px) and (max-width:1199px) {
    .modal__wrapper {
        margin-top: 70px;
    }
}

@media(min-width: 768px) and (max-width:1199px) {
    .modal__wrapper {
        margin-top: 30px;
    }
}

@media(min-width: 1500px) {
    .modal_product-added .modal__wrapper {
        margin-top: 230px;
    }
}

@media(min-width: 1200px) and (max-width:1499px) {
    .modal_product-added .modal__wrapper {
        margin-top: 115px;
    }
}

@media(min-width: 992px) and (max-width:1199px) {
    .modal_product-added .modal__wrapper {
        margin-top: 70px;
    }
}

@media(min-width: 768px) and (max-width:1199px) {
    .modal_product-added .modal__wrapper {
        margin-top: 30px;
    }
}

.modal__header {
    position: relative;
    text-align: center;
    padding: 0 15px;
    line-height: 1.1;
    font-family: 'capitan', 'Arial', sans-serif;
    text-align: center;
    margin-bottom: 30px;
    font-size: 46px;
    letter-spacing: 1px;
}

.modal_product-added .modal__header {
    color: #030e27;
    margin-bottom: 65px;
}

@media (min-width: 576px) {
    .modal__header {
        max-width: 450px;
    }
}

@media (min-width: 992px) {
    .modal__header {
        margin: 0 auto 34px;
    }
}

@media (max-width: 991px) {
    .modal__header {
        margin: 0 auto 20px;
    }
}

.modal__close {
    display: block;
    position: absolute;
    cursor: pointer;
    background: url(/wp-content/themes/sitemedia/images/close.png) no-repeat 0 0;
    background-size: 100%;
}

@media (min-width: 576px) {
    .modal__close {
        top: -28px;
        right: -29px;
        height: 59px;
        width: 59px;
    }
}

@media (max-width: 767px) {
    .modal__close {
        top: 15px;
        right: 15px;
        height: 30px;
        width: 30px;
    }
}

.modal__close svg {
    display: block;
}

.modal__close:hover,
.modal__close:focus {
    opacity: 0.5;
}

.modal__content {
    padding-bottom: 35px;
    max-width: 450px;
    margin: auto;
}

@media (max-width: 1499px) {
    .modal__content {
        padding-bottom: 40px;
    }
}

.modal__content form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal__form-group {
    width: 100%;
    margin-bottom: 15px;
}

.modal__content .form-field {
    width: 100%;
}

.modal__send-btn {
    height: 52px;
    background: #ff3728;
    width: 100%;
}

.modal__send-btn:hover,
.modal__send-btn:focus {
    background: #e8463a;
}

.modal__send-btn:active {
    background: #b7352b;
}

.modal_agreement {
    font-size: 14px;
    display: flex;
    align-items: flex-start;
    margin: 5px 0 30px;
}

.modal_agreement input {
    margin-right: 6px;
}

.modal_agreement a {
    color: #fff;
    text-decoration: underline;
}

.modal__content .simple-checkbox {
    font-size: 0;
    display: block;
    text-align: center;
    margin: 0 0 15px;
    max-width: 260px;
}

.modal__content .simple-checkbox a {
    text-decoration: underline;
}

.modal__content .simple-checkbox__text br {
    display: none;
}

@media (min-width: 768px) {
    .modal__formgroup {
        margin-bottom: 10px;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .modal__formgroup {
        margin-bottom: 15px;
        width: 100%;
    }
}

.modal__content .form-field:focus {
    box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.4);
}

.modal__content-subheader {
    text-align: center;
    margin: -10px 0 15px 0;
    line-height: 1.2;
}

.modal__send {
    border: 0;
    border-radius: 7px;
    transition: background-color 0.3s ease;
}

@media (min-width: 576px) {
    .modal__content-subheader {
        margin: -30px 0 15px 0;
    }
    .modal__send {
        width: 100%;
        height: 60px;
    }
}

@media (max-width: 575px) {
    .modal__wrapper {
        padding-top: 30px;
    }
    .modal__send {
        align-self: center;
        width: 200px;
        height: 50px;
    }
    .modal__content,
    .modal_wide .modal__content {
        padding: 0 20px 20px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .modal {
        padding-top: 15px;
    }
}

@media (max-width: 575px) {
    .modal__header {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .modal {
        padding: 7px;
    }
}

.mobile-search-field {
    padding-right: 40px;
}

.modal__form-field {
    height: 52px;
    border: 0;
}


/*Sitemedia Forms reset starts*/

.smFormContent .validateForm {
    width: auto;
}

.smFormContent .button>* {
    min-width: inherit;
}

.smFormContent .input input,
.smFormContent .input textarea,
.smFormContent .input select {
    margin: 0;
    font-size: 16px;
    border-radius: 3px;
}

.smFormContent .validateForm>div {
    text-align: left;
}


/*Sitemedia Forms reset ends*/


/*Header*/

.site-header {
    padding-top: 14px;
    margin-bottom: 20px;
}

.site-header-row {
    position: relative;
    margin: 0 -10px;
    flex-wrap: nowrap;
}

@media(max-width: 700px) {
    .custom-logo-link {
        display: block;
    }
}

@media(max-width: 864px) {
    .site-header-row {
        margin: 0;
    }
}

@media(max-width: 991px) {
    .mobile-menu-toggler {
        position: absolute;
        right: -10px;
        top: 8px;
    }
}

.logo-col {
    flex: 0 0 310px;
    max-width: 310px;
}

.site-logo-i {
    height: auto;
}

.main-navigation {
    flex: 0 0 648px;
    padding-top: 12px;
}

.main-navigation .menu-toggle {
    display: none;
}

.header-send-col {
    flex: 0 0 200px;
    max-width: 200px;
    margin: 12px 0 0 29px;
}

.header-phone-col {
    flex: 0 0 329px;
    max-width: 329px;
    margin: 12px 0 0 29px;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    display: flex;
    padding: 0 15px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: rgba(255, 111, 0, 1);
    background: -moz-linear-gradient(top, rgba(255, 111, 0, 1) 0%, rgba(255, 9, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 111, 0, 1)), color-stop(100%, rgba(255, 9, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 111, 0, 1) 0%, rgba(255, 9, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 111, 0, 1) 0%, rgba(255, 9, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 111, 0, 1) 0%, rgba(255, 9, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 111, 0, 1) 0%, rgba(255, 9, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff6f00', endColorstr='#ff0900', GradientType=0);
}

.main-navigation a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-family: 'capitan', 'arial', sans-serif;
    font-size: 21px;
    padding: 21px 5px 17px;
    line-height: 1em;
    letter-spacing: .2px;
    white-space: nowrap;
}

.main-navigation li {
    position: relative;
}

.main-navigation li:hover a,
.main-navigation li:focus a {
    background: #a90d00;
}

.main-navigation li.active>a {
    background: #a90d00;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    background: #a90d00;
    -webkit-border-radius: 0px;
    border-radius: 0;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

.main-navigation ul li:hover>ul {
    left: auto;
}

.main-navigation ul ul li a {
    padding: 10px;
}

.main-navigation ul ul li:hover a,
.main-navigation ul ul li:focus a {
    color: #000;
}

.main-navigation ul ul li.active>a {
    color: #000;
}

.site-header a.btn {
    padding: 19px 33px;
}

a.btn {
    display: inline-block;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
    color: #fff !important;
    font-family: 'capitan', 'arial', sans-serif;
    font-size: 20px;
    padding: 19px 60px;
    line-height: 1em;
}

a.btn.green {
    background: rgba(20, 203, 0, 1);
    background: -moz-linear-gradient(top, rgba(20, 203, 0, 1) 0%, rgba(12, 115, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(20, 203, 0, 1)), color-stop(100%, rgba(12, 115, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(20, 203, 0, 1) 0%, rgba(12, 115, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(20, 203, 0, 1) 0%, rgba(12, 115, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(20, 203, 0, 1) 0%, rgba(12, 115, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(20, 203, 0, 1) 0%, rgba(12, 115, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#14cb00', endColorstr='#0c7300', GradientType=0);
}

.header-send-btn {
    width: 100%;
    text-align: center;
}

a.btn.green:hover {
    background: rgba(20, 203, 0, 1);
}

.top_phone {
    font-family: 'capitan', 'arial', sans-serif;
    font-size: 50px;
    letter-spacing: .4px;
    line-height: .97em;
    text-align: right;
}

.top_phone a:hover,
.top_phone a:focus {
    text-decoration: none;
}

.top_time {
    line-height: 1em;
    text-align: right;
    font-size: 17px;
}

.breadcrumbs {
    color: #8c8c8c;
    margin-bottom: 46px;
}

.content-area .breadcrumbs a {
    color: #8c8c8c;
    text-decoration: underline;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus {
    color: #8c8c8c;
    text-decoration: none;
}

h2,
h3,
h4,
h5,
h6 {
    font-family: 'capitan', 'Arial', sans-serif;
    margin: 20px 0 16px;
    font-weight: 400;
}

h1 {
    font-family: 'capitan', 'Arial', sans-serif;
    font-size: 53px;
    margin-bottom: 16px;
    font-weight: 400;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 35px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 25px;
}

h6 {
    font-size: 20px;
}


/*@media(max-width: 991px){
	h1,h2,h3,h4,h5,h6{
		margin:15px 0 10px;
	}
	h1{
		font-size: 40px;
	}
	h2{
		font-size: 35px;
	}

	h3{
		font-size: 31px;
	}

	h4{
		font-size: 27px;
	}

	h5{
		font-size: 23px;
	}

	h6{
		font-size: 18px;
	}
}

@media(max-width: 767px){
	h1,h2,h3,h4,h5,h6{
		margin:10px 0 5px;
	}
	h1{
		font-size: 30px;
	}
	h2{
		font-size: 26px;
	}

	h3{
		font-size: 22px;
	}

	h4{
		font-size: 20px;
	}

	h5{
		font-size: 18px;
	}

	h6{
		font-size: 16px;
	}
}
*/

.content-area p {
    font-size: 18px;
    margin-bottom: 5px;
}

.content-area p:last-child {
    margin-bottom: 0;
}

.articles-area a {
    color: #00ce1b;
    text-decoration: underline;
}

@media(min-width: 1660px) {
    .footer-divider {
        display: none;
    }
}

@media(max-width: 1659px) {
    .footer-divider {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media(max-width: 1399px) {
    .site-header-row {
        justify-content: center;
    }
    .logo-col {
        flex: 0 0 auto;
        max-width: 250px;
    }
    .top_phone {
        font-size: 43px;
    }
    .main-navigation {
        flex: 0 0 auto;
    }
    .main-navigation ul {
        padding: 0 5px;
    }
    .main-navigation a {
        font-size: 18px;
        padding: 21px 5px 17px;
    }
    .header-send-col {
        flex: 0 0 160px;
    }
    .header-phone-col {
        flex: 0 0 auto;
        padding-right: 10px;
        margin-left: 15px;
    }
    .site-header a.header-send-btn {
        padding: 19px 10px;
    }
    .site-footer-row {
        justify-content: center;
        align-items: center;
    }
}

@media(max-width: 1349px) {
    .site-header-row {
        align-items: center;
    }
    .header-send-col {
        display: none;
    }
    .logo-col {
        flex-shrink: 1;
    }
    .top_phone {
        font-size: 30px;
    }
    .top_time {
        display: none;
    }
}

@media(max-width: 864px) {
    .logo-col {
        max-width: 310px;
    }
    .header-phone-col {
        margin-left: 0;
    }
    .top_phone {
        font-size: 36px;
        text-align: left;
        padding-left: 7px;
    }
    .top_time {
        text-align: left;
    }
}

@media(min-width: 992px) and (max-width: 1349px) {
    .header-phone-col {
        max-width: 220px;
    }
}

@media(max-width: 864px) {
    .top_time {
        display: block;
    }
}

@media(max-width: 864px) {
    .site-header-row {
        justify-content: flex-start;
    }
    .main-navigation {
        display: none;
    }
    .header-phone-col {
        margin-top: 0;
    }
    /*	.breadcrumbs{
		margin-bottom:15px;
	}*/
}

@media(min-width: 1400px) and (max-width: 1659px) {
    .site-header-row {
        justify-content: space-between;
    }
    .header-send-col {
        flex: 0 0 160px;
        max-width: 160px;
        margin-left: 0;
    }
    .header-phone-col .top_phone {
        font-size: 43px;
    }
    .main-navigation {
        flex: 0 0 auto;
    }
    .main-navigation a {
        font-size: 18px;
    }
    .site-header a.header-send-btn {
        padding: 19px 5px;
    }
    .header-phone-col {
        flex: 0 0 auto;
        margin-left: 0;
        margin-right: 16px;
    }
    .site-footer-row {
        justify-content: center;
    }
    .site-footer-row .site-footer-col {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media(max-width: 700px) {
    .site-header {
        margin-bottom: 4px;
    }
    .site-header-row {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .logo-col {
        max-width: 362px;
        margin-bottom: 5px;
    }
    .header-phone-col {
        padding: 0;
        margin: 0;
    }
    .site-header-row .top_phone {
        text-align: center;
    }
    .site-header-row .top_time {
        text-align: center;
    }
}

@media(max-width: 470px) {
    .site-header {
        margin-bottom: 10px;
    }
    .mobile-menu-toggler {
        right: -20px;
        top: 14px;
    }
}

@media(max-width:500px) {
    .top_phone {
        font-size: 38px;
    }
}


/*@media(max-width: 767px){
		.breadcrumbs{
		margin-bottom:5px;
	}
}*/


/*@media(max-width: 575px){
	.site-header{
		padding-top:5px;
		margin-bottom: 10px;
	}
	.logo-col{
		max-width: 100px;
	}
	.header-phone-col{
		margin-left:5px;
	}
	.top_phone{
		font-size: 20px;
	}
}*/

.content-area p:last-child {
    margin-bottom: 0;
}

.above-title-img-wrap {
    max-width: 640px;
    margin: 0 auto 26px;
}

@media(min-width: 1660px) {
    .above-title-img-wrap {
        margin-top: -13px;
    }
    .autopark-page-title {
        margin-bottom: 26px;
    }
}

.centered-title {
    text-align: center;
}

.autopark-row {
    margin: 0 -10px 11px;
}

.autopark-row__col {
    padding: 0 10px;
}

@media(max-width: 991px) {
    .above-title-img-wrap {
        margin: 15px auto;
    }
    .autopark-row__col:not(:last-child) {
        margin-bottom: 20px;
    }
}

.autodrom-page-video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    margin-bottom: 20px;
}

.autodrom-page-video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.autodrom-page-photo-row {
    margin: 0 -10px;
    justify-content: center;
}

.autodrom-page-photo-col {
    padding: 0 10px;
}

.autodrom-page-photo-col:not(.autodrom-page-photo-col-big) {
    margin-bottom: 20px;
}

@media(min-width: 992px) {
    .autodrom-page-photo-col-big img {
        width: 100%;
    }
}

@media(max-width: 991px) {
    .autodrom-page-photo-col-big:not(:last-child) {
        margin-bottom: 20px;
    }
    .autodrom-page-photo-col {
        display: flex;
        justify-content: center;
    }
}

@media(min-width: 1660px) {
    .autodrom-page-title {
        margin-top: -8px;
        font-size: 52px;
        margin-bottom: 14px;
    }
}

.about-page-intro-text {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.about-page-fillials-title {
    font-size: 32px;
    text-align: center;
    margin: 0 0 15px;
}

.footer-map-wrap {
    height: 400px;
    background: gray;
}

.about-page-info-row {
    display: flex;
    margin: 47px 0 37px;
}

@media(min-width: 1660px) {
    .about-page-info-col-1 {
        flex: 0 0 520px;
        max-width: 520px;
    }
    .about-page-info-col-2 {
        flex: 0 0 1080px;
        max-width: 1080px;
    }
}

@media(min-width: 1200px) and (max-width: 1659px) {
    .about-page-info-col-1 {
        flex: 0 0 35%;
        max-width: 35%;
    }
    .about-page-info-col-2 {
        flex: 0 0 65%;
        max-width: 65%;
    }
}

@media(min-width: 992px) and (max-width: 1199px) {
    .about-page-info-row {
        margin-top: 20px;
    }
    .about-page-info-col-1 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .about-page-info-col-2 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.about-page-info-item {
    text-align: center;
}

.about-page-info-item:not(:last-child) {
    margin-bottom: 40px;
}

.about-page-info-item-title {
    font-size: 52px;
    line-height: 0.98;
    margin-bottom: 5px;
}

@media(max-width: 1199px) {
    .about-page-info-item-title {
        font-size: 40px;
    }
}

.about-page-general {
    font-size: 21px;
}

.docs-list {
    display: inline-flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    margin: 20px 0 0;
}

.about-page-docs-list {
    justify-content: center;
}

@media(max-width: 1199px) {
    .about-page-docs-list {
        justify-content: flex-start;
    }
}

.docs-list li {
    position: relative;
    margin-bottom: 25px;
}

.docs-list li a {
    display: block;
    padding-left: 47px;
    background: url(/wp-content/uploads/2018/08/pdf.png) no-repeat left center;
    background-size: 30px;
    min-height: 39px;
}

.docs-list li.doc a {
    background: url(/wp-content/uploads/2018/08/doc.png) no-repeat left center;
    background-size: 30px;
}

.docs-list li:not(:last-child) {
    margin-right: 50px;
}

.docs-list li a {
    font-family: 'capitan', arial;
    font-size: 24px;
}

.about-page-menu {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin: 0 0 20px;
    justify-content: space-around;
}

.about-page-menu li a {
    font-size: 20px;
}

@media(max-width: 991px) {
    .footer-map-wrap {
        height: 350px;
    }
    .about-page-info-row {
        flex-direction: column;
        margin: 15px 0;
    }
    .about-page-info-col-1 {
        margin-bottom: 30px;
    }
    .about-page-info-item-title {
        font-size: 30px;
    }
    .about-page-docs-list {
        justify-content: center;
    }
    .about-page-menu li a {
        font-size: 15px;
    }
}

@media(max-width:767px) {
    .footer-map-wrap {
        height: 300px;
    }
    .about-page-menu {
        flex-direction: column;
        margin-bottom: 0;
        align-items: center;
    }
    .about-page-menu li a {
        font-size: 18px;
    }
    .about-page-menu li:not(:last-child) {
        margin-bottom: 10px;
    }
    .about-page-intro-text {
        font-size: 16px;
    }
}

.classes-page {
    background: url(/wp-content/uploads/2018/08/sec_bg-2.jpg) no-repeat 50% 0;
}

.classes-page-title {
    line-height: 0.8;
    margin-bottom: 5px;
}

@media(min-width: 1660px) {
    .classes-page-title {
        margin-top: -8px;
    }
}

.classes-page-subtitle {
    font-size: 22px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 40px;
}

@media(max-width: 991px) {
    .classes-page-subtitle {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

@media(max-width: 767px) {
    .classes-page-subtitle {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

@media(min-width: 1660px) {
    .classes-page-row-wrap {
        margin: 0 -10px 10px;
    }
}

.classes-page-row-wrap {
    margin: 0 0 10px;
}

.classes-page-row {
    margin: 0 -10px -30px;
}

.classes-page-col {
    padding: 0 10px;
    margin-bottom: 30px;
}

.classes-page-col:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
}

.classes-page-item {
    background: #1d1d1d;
    padding: 15px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 3px;
}

.classes-page-item a {
    display: block;
    max-width: 338px;
    margin-bottom: 13px;
}

.classes-page-item a img {
    border-radius: 3px;
}

.classes-page-item-adress {
    margin-bottom: 3px;
}

.big-orange-btn {
    display: inline-block;
    font-family: 'capitan', 'arial', sans-serif;
    background: rgba(255, 111, 0, 1) !important;
    background: -moz-linear-gradient(top, rgba(255, 111, 0, 1) 0%, rgba(255, 9, 0, 1) 100%) !important;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 111, 0, 1)), color-stop(100%, rgba(255, 9, 0, 1))) !important;
    background: -webkit-linear-gradient(top, rgba(255, 111, 0, 1) 0%, rgba(255, 9, 0, 1) 100%) !important;
    background: -o-linear-gradient(top, rgba(255, 111, 0, 1) 0%, rgba(255, 9, 0, 1) 100%) !important;
    background: -ms-linear-gradient(top, rgba(255, 111, 0, 1) 0%, rgba(255, 9, 0, 1) 100%) !important;
    background: linear-gradient(to bottom, rgba(255, 111, 0, 1) 0%, rgba(255, 9, 0, 1) 100%) !important;
    font-size: 20px;
    padding: 25px 50px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    line-height: 1;
    color: #fff;
}

.big-orange-btn:hover,
.big-orange-btn:focus {
    text-decoration: none;
}

@media(min-width: 992px) and (max-width: 1199px) {
    .big-orange-btn {
        padding: 25px;
    }
}

@media(max-width: 575px) {
    .classes-page-col {
        max-width: 338px;
        margin: 0 auto 30px;
    }
}

.contacts-page-phone {
    font-size: 20px;
    margin-bottom: 50px;
}

@media(max-width: 991px) {
    .contacts-page-phone {
        margin-bottom: 15px;
    }
}

.contacts-page-phone a {
    font-weight: 700;
}

.contacts-page-educate-order {
    margin-bottom: 17px;
}

.educate-order-form-wrap {
    display: flex;
    justify-content: center;
    border: 2px solid #ff0e00;
    padding: 35px 15px 34px;
    border-radius: 3px;
}

.educate-order-titles-col {
    margin-right: 48px;
    flex: 0 0 591px;
    margin-top: 4px;
}

.educate-order-main-title {
    font-family: 'capitan';
    color: #ff0e00;
    font-size: 63px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 19px;
}

.educate-order-descr-text {
    font-size: 21px;
    line-height: 1.6;
}

.educate-order-form-col {
    flex: 0 0 659px;
}

.educate-order-subtitle {
    font-family: 'capitan';
    font-size: 32px;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 34px;
    font-weight: 700;
}

.educate-order-form-col .smFormContent {
    position: relative;
}

.educate-order-form-col .field input:not([type="checkbox"]) {
    font-size: 16px;
    width: 251px;
    padding: 17px 15px;
    margin-right: 11px;
    margin-bottom: 5px;
    height: 60px;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.educate-order-form-col .field input:not([type="checkbox"]):focus {
    outline: 2px solid #0060df;
}

.educate-order-form-col .field input:not([type="checkbox"])::placeholder {
    color: #666;
}

.educate-order-form-col .leftColumn {
    display: flex;
    flex-wrap: wrap;
}

@media(min-width: 1200px) {
    .educate-order-form-col .buttonOut {
        position: absolute;
        bottom: -5px;
    }
}

@media(max-width: 1199px) {
    .educate-order-descr-text {
        text-align: center;
    }
    .educate-order-form-col .buttonOut {
        display: flex;
        justify-content: center;
    }
}

.educate-order-form-col .buttonOut button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: rgba(255, 111, 0, 1);
    background: -moz-linear-gradient(top, rgba(255, 111, 0, 1) 0%, rgba(255, 9, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 111, 0, 1)), color-stop(100%, rgba(255, 9, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 111, 0, 1) 0%, rgba(255, 9, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 111, 0, 1) 0%, rgba(255, 9, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 111, 0, 1) 0%, rgba(255, 9, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 111, 0, 1) 0%, rgba(255, 9, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff6f00', endColorstr='#ff0900', GradientType=0);
    color: #fff;
    font-family: 'capitan', 'arial', sans-serif;
    font-size: 21px;
    border: none;
    outline: none;
    padding: 0 25px;
    border-radius: 3px;
    width: 129px;
    height: 57px;
    font-weight: 400;
}

.educate-order-form-col .buttonOut button:hover {
    background: rgba(255, 111, 0, 1);
}

.educate-order-form-col .checkbox {
    display: flex;
    font-size: 13px;
    align-items: flex-start;
    line-height: 1.25;
}

@media(min-width: 1200px) {
    .educate-order-form-col .checkbox {
        height: 57px;
        margin-left: 141px;
        padding-top: 27px;
    }
}

@media(max-width: 1199px) {
    .educate-order-main-title {
        text-align: center;
    }
    .educate-order-form-col .leftColumn .field:last-child {
        min-width: 100%;
        margin: 15px 0;
        text-align: center;
    }
    .educate-order-form-col .checkbox {
        justify-content: center;
    }
}

.educate-order-form-col .checkbox label {
    margin: 0 0 0 4px;
}

@media(max-width: 1400px) {
    .educate-order-titles-col {
        flex: 0 0 450px;
        margin: 0 0 15px;
    }
    .educate-order-main-title {
        font-size: 46px;
        margin-bottom: 10px;
    }
    .educate-order-form-col {
        flex: 0 0 620px;
    }
}

@media(max-width: 1199px) {
    .educate-order-form-wrap {
        flex-direction: column;
        align-items: center;
    }
    .educate-order-titles-col {
        flex: 0 0 auto;
    }
    .educate-order-main-title {
        font-size: 46px;
    }
    .educate-order-form-col {
        flex: 0 0 auto;
        text-align: center;
    }
    .educate-order-form-col .leftColumn {
        justify-content: center;
    }
}

@media(max-width: 767px) {
    .educate-order-main-title {
        font-size: 30px;
    }
    .educate-order-form-col .field input:not([type="checkbox"]) {
        width: 100%;
        margin: 0;
    }
    .educate-order-form-wrap {
        padding: 15px;
    }
    .educate-order-descr-text {
        font-size: 17px;
        text-align: center;
    }
    .educate-order-descr-text br {
        display: none;
    }
    .educate-order-subtitle {
        font-size: 25px;
        margin-bottom: 10px;
    }
}

@media(min-width: 576px) and (max-width: 767px) {
    .educate-order-form-col .leftColumn .field:first-child {
        margin-right: 10px;
    }
}

@media(max-width: 575px) {
    .educate-order-form-col .leftColumn .field {
        min-width: 100%;
    }
    .educate-order-form-col .leftColumn .field:first-child {
        margin-bottom: 10px;
    }
    .educate-order-form-col .checkbox {
        display: block;
    }
    .educate-order-form-col .checkbox label {
        display: inline;
    }
}

@media(min-width: 1200px) {
    .educate-order-form-col .field:last-child .formError {
        left: 141px !important;
        top: -10px !important;
    }
}

@media(max-width: 1199px) {
    .educate-order-form-col .field:last-child .formError {
        left: 50% !important;
        transform: translate(-50%, 0);
    }
}

.actions-page-title {
    margin-top: -20px;
}

.actions-prev-col:not(:last-child) {
    margin-bottom: 30px;
}

.action-prev-item {
    display: flex;
    align-items: center;
    color: #fff;
}

.actions-prev-item__thumb {
    flex: 0 0 200px;
    max-width: 200px;
    margin-right: 19px;
}

@media(max-width: 1199px) {
    .actions-prev-item__thumb {
        flex: 0 0 130px;
        max-width: 130px;
        margin-right: 19px;
    }
}

.actions-prev-item__name {
    font-size: 24px;
}

@media(max-width:767px) {
    .actions-prev-item__thumb {
        flex: 0 0 100px;
        max-width: 100px;
        margin-right: 19px;
    }
    .actions-prev-item__name {
        font-size: 18px;
    }
}

.action-prev-item:hover,
.action-prev-item:focus {
    text-decoration: none;
}

.action-prev-item:hover .actions-prev-item__name,
.action-prev-item:focus .actions-prev-item__name {
    color: red;
}

.actions-prev-row {
    margin: 0 -10px -20px;
    margin-bottom: 103px;
}

@media(max-width: 1199px) {
    .actions-prev-row {
        margin-bottom: 30px;
    }
}

.tarifs-row {
    justify-content: center;
}

.tarifs-row__col {
    padding: 0 10px;
    margin-bottom: 20px;
}

.action-page-tarifs-title {
    font-size: 48px;
    margin-bottom: 21px;
    text-align: center;
    letter-spacing: -0.85px;
}

@media(max-width: 991px) {
    .action-page-tarifs-title {
        line-height: 1;
    }
}

.action-page-tarifs-subtitle {
    font-size: 20px;
    margin-bottom: 12px;
    text-align: center;
}

.tarif-item {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 20px 20px;
    background: #1d1d1d;
    height: 100%;
}

.tarif-tem__title {
    font-size: 42px;
    margin: 0 0 12px;
    text-align: center;
    letter-spacing: -0.85px;
}

.tarif-tem__price-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

@media(min-width: 768px) {
    .tarif-tem__price-wrap {
        height: 79px;
        margin-bottom: 5px;
    }
}

.tarif-tem__price {
    font-size: 48px;
    color: #00ce1b;
    font-family: 'capitan', 'Arial', sans-serif;
    line-height: 1.1;
}

.tarif-tem__discount {
    color: #ff0000;
    font-family: capitan, Arial, sans-serif;
    font-size: 30px;
    line-height: 0.8;
    text-decoration: line-through;
}

@media(max-width: 1299px) {
    .tarif-tem__title {
        font-size: 35px;
    }
    .tarif-tem__price {
        font-size: 40px;
    }
    .tarif-tem__discount {
        font-size: 25px;
    }
}

.tarif-item__action-badge {
    flex-shrink: 0;
    position: absolute;
    top: -10px;
    left: -5px;
}

@media(max-width: 1299px) {
    .tarif-item__action-badge {
        width: 120px;
    }
}

@media(max-width: 991px) {
    .tarif-item__action-badge {
        width: 100px;
    }
}

.tarif-tem__options-list {
    list-style: none;
    margin-bottom: 25px;
    padding-left: 35px;
}

.tarif-tem__options-list li:not(:last-child) {
    margin-bottom: 23px;
}

.tarif-tem__options-list li {
    position: relative;
    line-height: 1.5;
}

.tarif-tem__options-list li:before {
    content: '';
    position: absolute;
    top: 5px;
    left: -30px;
    width: 17px;
    height: 12px;
    background: url(../i/check.png) no-repeat 0 0;
}

.tarif-item__order-wrap {
    margin-top: auto;
    display: flex;
    justify-content: center;
}

.page-wrapper .tarif-item__order-btn {
    width: 237px;
    height: 56px;
    font-size: 18px;
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-family: 'capitan', 'arial', sans-serif;
    background: rgba(20, 203, 0, 1);
    background: -moz-linear-gradient(top, rgba(20, 203, 0, 1) 0%, rgba(12, 115, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(20, 203, 0, 1)), color-stop(100%, rgba(12, 115, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(20, 203, 0, 1) 0%, rgba(12, 115, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(20, 203, 0, 1) 0%, rgba(12, 115, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(20, 203, 0, 1) 0%, rgba(12, 115, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(20, 203, 0, 1) 0%, rgba(12, 115, 0, 1) 100%);
    background-color: rgba(0, 0, 0, 0);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#14cb00', endColorstr='#0c7300', GradientType=0);
}

@media(max-width: 1399px) {
    .tarif-item__action-badge+.tarif-tem__title {
        padding-left: 35px;
    }
}

.action-title {
    font-family: 'liber', arial, sans-serif;
    font-size: 90px;
    font-weight: 700;
    line-height: 90px;
    margin-bottom: 30px;
}

@media(min-width: 1400px) {
    .action-title {
        margin-top: -13px;
    }
}

@media(max-width: 991px) {
    .action-full-row {
        flex-direction: column;
    }
}

.action-full-intro-text {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
}

.action-full-small-red-text {
    color: red;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 10px;
}

.action-full-big-red-text {
    color: red;
    font-size: 90px;
    font-weight: 700;
    line-height: 90px;
    margin-bottom: 35px;
}

@media(min-width: 992px) {
    .action-full-text-col {
        flex: 0 0 54%;
        max-width: 54%;
    }
    .action-full-img-col {
        flex: 0 0 46%;
        max-width: 46%;
        order: 1;
        margin-top: -13px;
    }
    .action-full-img-col img {
        max-width: 640px;
    }
}

@media(max-width: 1499px) {
    .action-full-img-col img {
        max-width: 100%;
    }
}

@media(max-width: 991px) {
    .action-full-img-col {
        display: flex;
        justify-content: center;
        max-width: 360px;
        margin: 0 auto 30px;
    }
}

.action-full-subscr-form {
    margin-bottom: 35px;
}

.action-full-subscr-form .smFormContent {
    position: relative;
    max-width: 762px;
}

.action-full-subscr-form .leftColumn {
    display: flex;
    flex-wrap: wrap;
}

.action-full-subscr-form .field input:not([type="checkbox"]) {
    font-size: 16px;
    width: 251px;
    padding: 17px 15px;
    margin-right: 10px;
    margin-bottom: 5px;
    height: 60px;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.action-full-subscr-form .field input:not([type="checkbox"]):focus {
    outline: 2px solid #0060df;
}

.action-full-subscr-form .field input:not([type="checkbox"])::placeholder {
    color: #666;
}

.action-full-subscr-form .field:last-child {
    min-width: 100%;
}

.action-full-subscr-form .field:nth-child(2) input {
    margin-right: 0;
}

@media(max-width: 1499px) {
    .action-full-subscr-form {
        max-width: 500px
    }
    .action-full-subscr-form .field input:not([type="checkbox"]) {
        width: 245px;
    }
    .action-full-subscr-form .field:last-child {
        margin: 10px 0 15px;
        display: flex;
        justify-content: center;
    }
    .action-full-subscr-form .buttonOut {
        display: flex;
        justify-content: center;
    }
}

.action-full-subscr-form .buttonOut button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: rgba(255, 111, 0, 1);
    background: -moz-linear-gradient(top, rgba(255, 111, 0, 1) 0%, rgba(255, 9, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 111, 0, 1)), color-stop(100%, rgba(255, 9, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 111, 0, 1) 0%, rgba(255, 9, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 111, 0, 1) 0%, rgba(255, 9, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 111, 0, 1) 0%, rgba(255, 9, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 111, 0, 1) 0%, rgba(255, 9, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff6f00', endColorstr='#ff0900', GradientType=0);
    color: #fff;
    font-family: 'capitan', 'arial', sans-serif;
    font-size: 21px;
    border: none;
    outline: none;
    padding: 0 25px;
    border-radius: 3px;
    width: 238px;
    height: 57px;
}

@media(min-width: 1500px) {
    .action-full-subscr-form .buttonOut button {
        position: absolute;
        top: 0;
        right: 0;
    }
}

.action-full-subscr-form .buttonOut button:hover {
    background: rgba(255, 111, 0, 1);
}

.action-full-subscr-form .field:last-child {
    font-size: 14px;
    display: flex;
    align-items: center;
}

.action-full-subscr-form .checkbox {
    font-size: 14px;
}

.action-full-subscr-form .checkbox label {
    margin: 0 0 0 4px;
    display: inline;
}

.action-full-text {
    line-height: 1.6;
    margin-bottom: 26px;
}

@media(max-width: 1399px) {
    .action-title {
        font-size: 55px;
        line-height: 1.1;
    }
    .action-full-big-red-text {
        font-size: 45px;
        line-height: 1.3;
    }
}

@media(max-width: 991px) {
    .action-title {
        font-size: 40px;
    }
    .action-full-big-red-text {
        font-size: 35px;
    }
    .action-full-subscr-form {
        margin-left: auto;
        margin-right: auto;
    }
}

@media(max-width: 575px) {
    .action-full-subscr-form {
        max-width: inherit;
    }
    .action-full-subscr-form .leftColumn {
        flex-direction: column;
        align-items: center;
    }
    .action-full-subscr-form .field {
        width: 100%;
    }
    .action-full-subscr-form .field:first-child {
        margin-bottom: 10px;
    }
    .action-full-subscr-form .field input:not([type="checkbox"]) {
        width: 100%;
        margin: 0;
    }
}

.action-full-big-red-text-2 {
    font-size: 110px;
    font-weight: 700;
    color: red;
    line-height: 90px;
    margin: 100px 0;
}

@media(max-width: 1399px) {
    .action-full-big-red-text-2 {
        font-size: 80px;
        margin: 60px 0;
        line-height: 1.2;
    }
}

@media(max-width: 991px) {
    .action-full-big-red-text-2 {
        font-size: 40px;
        margin: 15px 0;
        line-height: 1;
    }
}

.fillials-adress-title {
    margin: 0 0 27px;
    line-height: 1;
}

.fillials-adress-title a {
    color: #11b300;
    font-size: 30px;
    font-weight: 400;
    font-family: 'capitan', 'Arial', sans-serif;
}

.fillials-contacts-row {
    margin-bottom: 21px;
}

@media(min-width: 1400px) {
    .fillials-contacts-row {
        margin-top: 25px;
    }
    .fillials-map-col {
        margin-top: 8px;
    }
}

@media(max-width: 767px) {
    .fillials-contacts-row {
        flex-direction: column;
    }
    .fillials-adress-col {
        margin-bottom: 30px;
    }
}

.fillials-adress-item:not(:last-child) {
    margin-bottom: 30px;
}

@media(min-width: 1400px) {
    .fillials-adress-col {
        flex: 0 0 26.8%;
        max-width: 26.8%;
    }
    .fillials-map-col {
        flex: 0 0 73.2%;
        max-width: 73.2%;
    }
}

@media(min-width: 992px) and (max-width: 1399px) {
    .fillials-adress-col {
        flex: 0 0 35%;
        max-width: 35%;
    }
    .fillials-map-col {
        flex: 0 0 65%;
        max-width: 65%;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .fillials-adress-col {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .fillials-map-col {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.fillials-adress-item__adress {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
}

.fillials-adress-item__phone {
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 22px;
}

.fillials-adress-item__phone a:hover,
.fillials-adress-item__phone a:focus {
    color: red;
    text-decoration: none;
}

.fillials-map-wrap {
    height: 100%;
}

@media(max-width: 767px) {
    .fillials-map-wrap {
        height: 300px;
    }
}

.fillials-map-wrap #map {
    height: 100%;
}

.fillials-contacts-main-text {
    margin-bottom: 50px;
}

.fillials-contacts-main-text p {
    line-height: 1.66;
    margin-bottom: 20px;
}

.fillials-page-educate-order {
    margin-bottom: 24px;
}

.fillials-packets-title {
    font-size: 63px;
    line-height: 1;
    margin: 0;
}

.fillials-packets-subtitle {
    font-size: 20px;
    margin-bottom: 44px;
}

@media(max-width: 1199px) {
    .fillials-packets-subtitle {
        margin-bottom: 15px;
    }
}

.tarif-item__above-list-text {
    text-align: center;
    margin-bottom: 10px;
}

.qa-page-intro-img {
    margin-bottom: 20px;
}

.qa-page-intro-text {
    margin-bottom: 38px;
    line-height: 1.7;
}

.qa-list__wrap {
    margin-bottom: 93px;
}

.qa-list__item:not(:last-child) {
    margin-bottom: 52px;
}

.qa-list__item {
    position: relative;
    padding-left: 88px;
}

.qa-list__item::before {
    content: '?';
    position: absolute;
    top: 5px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 63px;
    height: 63px;
    border: 3px solid #fad610;
    border-radius: 100%;
    color: #fad610;
    font-size: 36px;
    font-weight: 700;
    margin-right: 25px;
}

.qa-list__question {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.qa-list__answer {
    font-size: 20px;
    line-height: 1.7;
}

.qa-list__item a {
    color: #fad610;
    text-decoration: underline;
}

.qa-list__item a:hover {
    text-decoration: none;
}

.qa-page__subscribe-form {
    margin-bottom: 40px;
}

.green-subscribe-form-wrap {
    background: #1d1d1d;
    border: 3px solid #11b300;
    border-radius: 0;
}

.green-subscribe-form-wrap {
    padding: 25px 15px 30px;
}

.green-subscribe-form-wrap .educate-order-main-title {
    color: #11b300;
    font-size: 50px;
    font-weight: 400;
}

.green-subscribe-form-wrap .educate-order-subtitle {
    font-weight: 400;
}

.green-subscribe-form-wrap .educate-order-descr-text {
    font-size: 18px;
}

@media(min-width: 1300px) {
    .green-subscribe-form-wrap .educate-order-titles-col {
        margin-right: 60px;
        flex: 0 0 587px;
    }
}

@media(max-width: 991px) {
    .qa-list__wrap {
        margin-bottom: 40px;
    }
    .qa-list__item::before {
        font-size: 30px;
        width: 50px;
        height: 50px;
    }
    .qa-list__item {
        padding-left: 65px;
    }
    .qa-list__item:not(:last-child) {
        margin-bottom: 35px;
    }
    .qa-list__question {
        margin-bottom: 7px;
    }
}

.terms_of_use p {
    font-size: 16px;
    margin: 5px 0 10px;
    line-height: 1.5;
}

.terms_of_use ul {
    line-height: 1.5;
}

.main-table {
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
}

.main-table .table-header {
    text-align: left;
    border: none;
    padding: 15px 0;
    font-size: 30px;
    font-weight: 400;
    color: #11b300;
}

.main-table .table-header h3 {
    font-size: 30px;
    font-weight: 700;
    color: #11b300;
    margin: 0;
    line-height: 1.5;
}

.main-table td {
    border: 1px solid #fff;
    padding: 5px 10px;
    text-align: center;
}

.main-graphic-table {
    max-width: 800px;
    margin: 0 auto 55px;
}

@media(max-width: 767px) {
    .main-graphic-table {
        margin-bottom: 30px;
    }
}

@media(max-width: 575px) {
    .main-table {
        font-size: 14px;
    }
    .main-table td {
        font-size: 14px;
        padding: 4px;
    }
    .main-table .table-header h3 {
        font-size: 22px;
        font-weight: 400;
    }
}


/*articles*/

.content-area p {
    margin-bottom: 20px;
    line-height: 1.7;
}

.content-area ul:not(.uniq):not(.tarif-tem__options-list) {
    list-style: none;
    margin-bottom: 20px;
    padding-left: 25px;
    font-size: 18px;
    line-height: 1.7;
}

.content-area ul:not(.uniq):not(.tarif-tem__options-list) li {
    position: relative;
}

.content-area ul:not(.uniq):not(.tarif-tem__options-list) li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: -25px;
    width: 15px;
    height: 45px;
    background: url(../i/check-light.jpg) no-repeat 0 0;
}

.content-area ul:not(.uniq):not(.tarif-tem__options-list) li:not(:last-child) {
    margin-bottom: 10px;
}

.article-in__subscribe-form {
    margin: 50px 0;
}

@media(max-width: 1199px) {
    .article-in__subscribe-form {
        margin: 20px 0;
    }
}

@media(max-width: 575px) {
    .content-area ul:not(.uniq):not(.tarif-tem__options-list) li:not(:last-child) {
        margin-bottom: 5px;
    }
    .content-area ul:not(.uniq):not(.tarif-tem__options-list) li:before {
        left: -20px;
    }
}

.in-article-frame {
    display: flex;
    border: 3px solid #fff;
    border-radius: 5px;
    margin: 30px 0;
}

.in-article-frame_yellow {
    border-color: #fad610;
}

.in-article-frame__img-col {
    flex: 0 0 426px;
}

.in-article-frame__img-col img {
    border-radius: 5px 0 0 5px;
}

.in-article-frame__text-col {
    display: flex;
    align-items: center;
    padding: 30px 50px;
    font-size: 18px;
    line-height: 1.7;
}

@media(max-width: 1199px) {
    .in-article-frame__img-col {
        display: flex;
        flex: 0 0 30%;
        align-items: center;
        justify-content: center;
    }
}

@media(max-width: 991px) {
    .in-article-frame {
        flex-direction: column;
    }
    .in-article-frame__text-col {
        padding: 15px;
    }
}

.get-license-intsruction-title {
    font-family: 'capitan', 'Arial', sans-serif;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 48px;
    margin-bottom: 45px;
    margin-top: -20px;
}

.get-license-step-title {
    color: #10a400;
    font-family: 'capitan', 'Arial', sans-serif;
    font-size: 48px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.content-area ol {
    font-size: 18px;
    padding-left: 18px;
    line-height: 1.5;
}

.content-area ol li:not(:last-child) {
    margin-bottom: 10px;
}

.yellow-bordered-text {
    padding: 30px;
    border-style: solid;
    border-width: 3px;
    border-color: #fad610;
    border-radius: 5px;
}

.yellow-bordered-text h2 {
    font-size: 30px;
    margin: 0 0 20px;
    letter-spacing: 2px;
}

.get-license-filials {
    margin-bottom: 51px;
}

.age-disables-wrap {
    display: flex;
    align-items: center;
}

.age-disables__i {
    flex-shrink: 0;
    margin-right: 20px;
}

@media(max-width: 575px) {
    .age-disables__i {
        display: none;
    }
}

.age-disables__title {
    color: #ff0e00;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0 0 10px;
}

.age-disables__text-col p {
    line-height: 1.25;
}

.get-license__subscribe-form {
    justify-content: flex-start;
    border-radius: 5px;
}

@media(min-width: 1200px) {
    .get-license__subscribe-form .educate-order-titles-col {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .get-license__subscribe-form .educate-order-form-col {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media(min-width: 1400px) {
    .get-license__subscribe-form .buttonOut {
        top: 0;
        left: 524px;
        bottom: auto;
    }
    .get-license__subscribe-form .checkbox {
        margin-left: 0;
        padding-top: 5px;
        height: auto;
    }
}

.get-license-step-subtitle {
    font-size: 30px;
    letter-spacing: 2px;
    margin: 0 0 20px;
}

.sertificates-page-intro-row {
    margin-bottom: 84px;
}

@media(max-width: 1199px) {
    .sertificates-page-intro-row {
        flex-direction: column;
        align-items: center;
        margin-bottom: 30px;
    }
    .sertificates-intro-img-col {
        width: auto;
    }
}

@media(min-width: 1200px) {
    .sertificates-intro-img-col {
        flex: 0 0 29.5%;
        max-width: 29.5%;
    }
    .sertificates-intro-text-col {
        flex: 0 0 70.5%;
        max-width: 70.5%;
    }
}

@media(min-width: 1400px) {
    .sertificates-intro-img-col {
        padding: 0 0 0 18px;
    }
    .sertificates-intro-text-col {
        padding-left: 20px;
    }
}

p.sertificates-intro-text-yellow-title {
    color: #fad610;
    font-size: 24px;
    line-height: 30px;
    margin: 27px 0 40px;
}

.order-sertificate-form-wrap {
    border-style: solid;
    border-width: 3px;
    border-color: #11b300;
    padding: 25px 30px;
    border-radius: 5px;
    background-color: #1d1d1d;
}

.order-sertificate-form-title {
    font-family: 'capitan', 'Arial', sans-serif;
    margin-bottom: 41px;
    color: #11b300;
    font-size: 50px;
    letter-spacing: 1px;
    line-height: 1;
}

.order-sertificate-form-wrap .smFormContent {
    position: relative;
}

.order-sertificate-form-wrap .leftColumn {
    display: flex;
    flex-wrap: wrap;
}

@media(max-width: 1429px) {
    .order-sertificate-form-wrap .buttonOut .button {
        text-align: center;
        margin-top: 15px;
    }
    .order-sertificate-form-title {
        text-align: center;
        margin-bottom: 15px;
    }
    .order-sertificate-form-wrap .leftColumn {
        justify-content: center;
    }
}

@media(max-width: 767px) {
    .order-sertificate-form-wrap .leftColumn {
        flex-direction: column;
        align-items: center;
    }
}

.order-sertificate-form-wrap .leftColumn .select .name,
.order-sertificate-form-wrap .leftColumn .select br {
    display: none;
}

.order-sertificate-form-wrap .field input:not([type="checkbox"]),
.order-sertificate-form-wrap .field select {
    width: 251px;
    padding: 17px 15px;
    margin-right: 11px;
    height: 60px;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff;
}

@media(min-width: 1430px) {
    .order-sertificate-form-wrap .buttonOut {
        position: absolute;
        top: 0;
        left: 785px;
    }
}

.order-sertificate-form-wrap .buttonOut button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: rgba(255, 111, 0, 1);
    background: -moz-linear-gradient(top, rgba(255, 111, 0, 1) 0%, rgba(255, 9, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 111, 0, 1)), color-stop(100%, rgba(255, 9, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 111, 0, 1) 0%, rgba(255, 9, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 111, 0, 1) 0%, rgba(255, 9, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 111, 0, 1) 0%, rgba(255, 9, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 111, 0, 1) 0%, rgba(255, 9, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff6f00', endColorstr='#ff0900', GradientType=0);
    color: #fff;
    font-family: 'capitan', 'arial', sans-serif;
    font-size: 21px;
    border: none;
    outline: none;
    padding: 18px 25px;
    cursor: pointer;
    border-radius: 3px;
    line-height: 1;
    width: 129px;
    height: 57px;
}

.order-sertificate-form-wrap .buttonOut button:hover {
    background: rgba(255, 111, 0, 1);
}

.order-sertificate-form-wrap .checkbox {
    font-size: 13px;
}

.order-sertificate-form-wrap .field:last-child {
    margin-top: 5px;
}

.order-sertificate-form-wrap .checkbox label {
    display: inline;
    margin: 0 0 0 3px;
}

@media(min-width: 768px) and (max-width: 1429px) {
    .order-sertificate-form-wrap {
        width: 735px;
        margin: 0 auto;
    }
    .order-sertificate-form-wrap .field input:not([type="checkbox"]),
    .order-sertificate-form-wrap .field select {
        width: 219px;
        margin-right: 5px;
    }
    .order-sertificate-form-wrap .field select {
        margin-right: 0;
    }
}

@media(max-width: 767px) {
    .order-sertificate-form-title {
        font-size: 35px;
    }
    .order-sertificate-form-wrap {
        padding: 15px;
    }
    .order-sertificate-form-wrap .field {
        width: 100%;
    }
    .order-sertificate-form-wrap .field input:not([type="checkbox"]),
    .order-sertificate-form-wrap .field select {
        width: 100%;
        margin: 0;
    }
    .order-sertificate-form-wrap .field:not(:last-child) {
        margin-bottom: 15px;
    }
    .order-sertificate-form-wrap .field:last-child {
        margin-top: 0;
        width: auto;
    }
}

.sertificates-list {
    margin-bottom: 50px;
}

@media(max-width: 1199px) {
    .sertificates-list {
        margin-bottom: 30px;
    }
}

.sertificate-page-list-title {
    margin-bottom: 71px;
}

@media(max-width: 1199px) {
    p.sertificates-intro-text-yellow-title {
        margin: 15px 0;
    }
    .sertificate-page-list-title {
        margin-bottom: 30px;
    }
}

.sertificates-list__item {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #343434;
    padding-bottom: 40px;
    margin-bottom: 36px;
}

@media(max-width: 991px) {
    .sertificates-list__item {
        flex-direction: column;
    }
}

.sertificate-item__i {
    flex-shrink: 0;
    margin-right: 38px;
    margin-left: 27px;
}

@media(max-width: 991px) {
    .sertificate-item__i {
        margin: 0 auto 15px;
    }
}

.sertificate-item__title {
    color: #11b300;
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 15px;
}

.sertificate-item__text {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 19px;
}

.sertificate-item__order-btn {
    font-size: 24px;
    font-family: 'capitan', 'arial', sans-serif;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 111, 0, 1) !important;
    background: -moz-linear-gradient(top, rgba(255, 111, 0, 1) 0%, rgba(255, 9, 0, 1) 100%) !important;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 111, 0, 1)), color-stop(100%, rgba(255, 9, 0, 1))) !important;
    background: -webkit-linear-gradient(top, rgba(255, 111, 0, 1) 0%, rgba(255, 9, 0, 1) 100%) !important;
    background: -o-linear-gradient(top, rgba(255, 111, 0, 1) 0%, rgba(255, 9, 0, 1) 100%) !important;
    background: -ms-linear-gradient(top, rgba(255, 111, 0, 1) 0%, rgba(255, 9, 0, 1) 100%) !important;
    background: linear-gradient(to bottom, rgba(255, 111, 0, 1) 0%, rgba(255, 9, 0, 1) 100%) !important;
    width: 179px;
    height: 74px;
    border-radius: 6px;
}

.sertificate-item__order-btn:hover,
.sertificate-item__order-btn:focus {
    text-decoration: none;
}

@media(max-width: 1199px) {
    .sertificates-page-bottom-row {
        flex-direction: column;
        align-items: center;
    }
    .sertificates-page-bottom-text-col {
        text-align: center;
        margin-bottom: 30px;
    }
}

.sertificates-page-bottom-text-col {
    color: #fad610;
    font-size: 24px;
    line-height: 30px;
}

.sertificates-page-bottom-text-col a {
    color: #fad610;
}

@media(min-width: 1400px) {
    .sertificates-page-bottom-text-col {
        padding: 0 0 0 5px;
    }
}

@media(min-width: 1200px) {
    .sertificates-page-bottom-text-col {
        flex: 0 0 23.8%;
        max-width: 23.8%;
    }
    .sertificates-page-bottom-form-col {
        flex: 0 0 76.2%;
        max-width: 76.2%;
    }
}

@media(min-width: 1200px) {
    .sertificates-page-bottom-text-col__item:not(:last-child) {
        margin-bottom: 30px;
        margin-top: 24px;
    }
}

.article-prev-row {
    margin: 0 -5px -20px;
}

.article-prev-col {
    padding: 0 5px;
    margin-bottom: 20px;
}

@media(min-width: 992px) {
    .article-prev-col {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .article-prev-col {
        flex: 0 0 33.3333333%;
        max-width: 33.3333333%
    }
}

@media(min-width:576px) and (max-width:767px) {
    .article-prev-col {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media(max-width:575px) {
    .article-prev-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.article-prev__item {
    background: #1d1d1d;
    border-radius: 0 0 3px 3px;
    height: 100%;
}

.article-prev__thumb-wrap {
    position: relative;
    display: block;
    height: 158px;
    overflow: hidden;
}

.article-prev__thumb-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    max-width: inherit;
    max-height: inherit;
    transform: translate(-50%, -50%);
}

.article-prev__title-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 30px;
    text-align: center;
}

.page-wrapper .article-prev__title {
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
    font-weight: 700;
}

.article-prev__title:hover,
.article-prev__title:focus {
    text-decoration: none;
}

#vk_comments.testims-page__vk-comments {
    margin: 0 0 10px !important;
}

.testims-page__testims-type-1 {
    margin-bottom: 25px;
    background: #fff;
    border-radius: 2px;
    padding: 10px 30px;
}

.testims-type-1__item {
    display: flex;
    align-items: flex-start;
    padding: 15px 0;
    border-bottom: 1px solid #e7e8ec;
}

@media(max-width: 575px) {
    .testims-page__testims-type-1 {
        padding: 10px;
    }
}

.testims-type-1__thumb {
    flex-shrink: 0;
    flex: 0 0 50px;
    max-width: 50px;
    margin-right: 15px;
}

@media(max-width: 575px) {
    .testims-type-1__thumb {
        flex: 0 0 34px;
        max-width: 34px;
    }
}

.testims-type-1__thumb img {
    border-radius: 100%;
}

.testims-type-1__header {
    margin-bottom: 3px;
}

.testims-type-1__header .bp_author {
    color: #42648b;
    margin-right: 5px;
}

.testims-type-1__header .bp_author:hover,
.testims-type-1__header .bp_author:focus {
    color: #ff0e00;
    text-decoration: none;
}

.testims-type-1__header .bp_date {
    color: #939393;
}

.testims-type-1__header .bp_date:hover,
.testims-type-1__header .bp_date:focus {
    text-decoration: none;
}

.testims-type-1__text {
    color: #000;
    line-height: 1.5;
}

.testims-type-1__text a {
    color: #42648b;
}

.testims-page__testims-type-2 {
    background: #fff;
    color: #000000;
}

.testims-type-2__title {
    font-family: 'liber', arial, sans-serif;
    color: #000000;
    font-size: 20px;
    padding: 13px 10px;
    margin: 0;
    font-weight: 700;
}

.testims-type-2__title span {
    color: #bbbcc4;
}

.testims-type-2__item {
    padding: 15px 10px 12px;
    border-top: 1px solid #eaebf2;
}

.testims-type-2__header {
    margin-bottom: 12px;
    display: flex;
    flex-wrap: wrap;
}

.testims-type-2__name {
    margin-right: 5px;
}

.testims-type-2__meta {
    color: #bbbcc4;
}

.testims-type-2__text {
    line-height: 1.5;
}

@media(min-width: 768px) {
    .home-page {
        background: url(/wp-content/uploads/2019/09/site_bg_new.jpg) no-repeat center 0;
    }
}

@media(max-width: 767px) {
    .home-page {
        background: url(../img/site_bg_new-mobile.jpg) no-repeat center 0;
    }
}

@media(min-width: 1660px) {
    .home-page-intro-section {
        margin-bottom: 40px;
    }
    .home-intro-text-col {
        padding: 0 15px 0 65px;
        flex: 0 0 55%;
        max-width: 55%;
    }
    .home-intro-form-col {
        flex: 0 0 45%;
        max-width: 45%;
        padding-top: 5px;
    }
}

@media(min-width: 1400px) and (max-width: 1659px) {
    .home-intro-text-col {
        padding-left: 100px;
    }
}

@media(max-width: 1659px) {
    .home-page-intro-section {
        margin-bottom: 50px;
    }
}

@media(min-width: 1400px) and (max-width: 1659px) {
    .home-page-intro-section {
        margin-bottom: 80px;
    }
}

.home-intro-title {
    font-size: 57px;
    line-height: 72px;
    margin-bottom: 40px;
}

.home-intro-subtitle {
    font-size: 34px;
    line-height: 48px;
    margin-bottom: 54px;
}

@media(max-width: 1659px) {
    .home-intro-title {
        font-size: 45px;
        line-height: 1.2;
    }
    .home-intro-subtitle {
        font-size: 28px;
    }
}

@media(max-width: 991px) {
    .home-intro-title {
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 15px;
    }
    .home-intro-subtitle {
        font-size: 22px;
        margin-bottom: 15px;
    }
}

.home-intro-list {
    padding-left: 75px;
    list-style: none;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 0;
}

.home-intro-list li:not(:last-child) {
    margin-bottom: 19px;
}

.home-intro-list li {
    position: relative;
    line-height: 1.5;
}

.home-intro-list li:before {
    content: '';
    position: absolute;
    left: -35px;
    top: 5px;
    width: 17px;
    height: 13px;
    background: url(/wp-content/uploads/2019/09/form_chek.png) 0 0 no-repeat;
}

@media(max-width: 991px) {
    .home-intro-text-col {
        margin-bottom: 30px;
    }
    .home-intro-list {
        padding-left: 30px;
        font-size: 20px;
    }
    .home-intro-list li:before {
        left: -25px;
        top: 8px;
    }
}

.home-intro-form-wrap {
    background: #1d1d1d;
    border: 3px solid #ff0e00;
    width: 100%;
    max-width: 464px;
    padding: 25px 90px;
}

@media(max-width: 767px) {
    .home-intro-form-wrap {
        padding: 15px;
    }
}

@media(max-width: 1659px) {
    .home-intro-form-wrap {
        margin: 0 auto;
    }
}

@media(max-width: 991px) {
    .home-intro-form-wrap {
        max-width: inherit;
    }
}

.home-intro-wrap-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 15px;
}

@media(max-width: 767px) {
    .home-intro-wrap-title {
        font-size: 25px;
    }
}

.home-intro-form-wrap .field input:not([type="checkbox"]) {
    width: 251px;
    padding: 17px 15px;
    margin-right: 11px;
    border: 3px solid #000;
    background: #e4e4e4;
    height: 64px;
}

.home-intro-form-wrap .field input:not([type="checkbox"]):focus {
    outline: 2px solid #0060df;
}

.home-intro-form-wrap .field {
    margin-bottom: 20px;
}

.home-intro-form-wrap .field:last-child {
    margin-bottom: 35px;
}

.home-intro-form-wrap .checkbox {
    display: flex;
    align-items: center;
}

.home-intro-form-wrap .checkbox label {
    margin: 0 0 0 10px;
    line-height: 1.5;
}

.home-intro-form-wrap .buttonOut button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: rgba(255, 111, 0, 1);
    background: -moz-linear-gradient(top, rgba(255, 111, 0, 1) 0%, rgba(255, 9, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 111, 0, 1)), color-stop(100%, rgba(255, 9, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 111, 0, 1) 0%, rgba(255, 9, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 111, 0, 1) 0%, rgba(255, 9, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 111, 0, 1) 0%, rgba(255, 9, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 111, 0, 1) 0%, rgba(255, 9, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff6f00', endColorstr='#ff0900', GradientType=0);
    border: 3px solid #000;
    color: #fff;
    font-family: 'capitan', 'arial', sans-serif;
    font-size: 21px;
    font-weight: 400;
    width: 135px;
    height: 63px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
}

.home-intro-form-wrap .buttonOut button:hover,
.home-intro-form-wrap .buttonOut button:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: rgba(255, 111, 0, 1);
    background: -moz-linear-gradient(top, rgba(255, 111, 0, 1) 0%, rgba(255, 9, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 111, 0, 1)), color-stop(100%, rgba(255, 9, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 111, 0, 1) 0%, rgba(255, 9, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 111, 0, 1) 0%, rgba(255, 9, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 111, 0, 1) 0%, rgba(255, 9, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 111, 0, 1) 0%, rgba(255, 9, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff6f00', endColorstr='#ff0900', GradientType=0);
    border: 3px solid #000;
}

.home-slider-section {
    margin-bottom: 90px;
}

.main-home-slider {
    display: none;
}

.main-home-slider.slick-initialized {
    display: block;
}

@media(max-width: 991px) {
    .home-slider-section {
        margin-bottom: 30px;
    }
}

.home-pass-section {
    margin-bottom: 30px;
}

@media(min-width: 1200px) {
    .home-pass-section {
        background: url(../img/school-path.png) no-repeat 0 0;
        background-size: auto 100%;
    }
}

@media(min-width: 1400px) and (max-width: 1659px) {
    .home-pass-section {
        background-position: -30% 0;
    }
}

@media(min-width: 1200px) and (max-width: 1399px) {
    .home-pass-section {
        background-position: -10% 0;
    }
}

@media(min-width: 1400px) {
    .home-pass-col {
        padding-top: 127px;
        padding-left: 96px;
        padding-bottom: 110px;
    }
}

.home-pass-title {
    font-size: 52px;
    line-height: 1;
    margin: 0 0 22px;
}

@media(max-width: 991px) {
    .home-pass-title {
        font-size: 45px;
    }
}

.home-pass-col ul {
    list-style: none;
    padding-left: 29px;
    margin-bottom: 19px;
    font-size: 16px;
}

.home-pass-col ul li:not(:last-child) {
    margin-bottom: 18px;
}

.home-pass-col ul li {
    position: relative;
    line-height: 1.5;
}

.home-pass-col ul li:before {
    content: '';
    position: absolute;
    left: -29px;
    top: 0;
    width: 23px;
    height: 23px;
    background: url(/wp-content/uploads/2018/12/smile.png) 0 0 no-repeat;
}

.home-pass__subtitle {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 23px;
}

.home-pass-col p {
    font-size: 18px;
    line-height: 1.5;
}

.home-tarifs-section {
    margin-bottom: 82px;
}

@media(max-width: 991px) {
    .home-tarifs-section {
        margin-bottom: 30px;
    }
}

.home-tarifs-section .fillials-packets-title {
    text-align: center;
    margin-bottom: 13px;
}

@media(max-width: 991px) {
    .home-tarifs-section .fillials-packets-title {
        font-size: 45px;
    }
}

.home-tarifs-section .fillials-packets-subtitle {
    text-align: center;
    margin-bottom: 20px;
}

.home-about-section {
    margin-bottom: 65px;
}

.home-about-section-title {
    font-size: 63px;
    text-align: center;
    margin-bottom: 29px;
}

@media(max-width: 991px) {
    .home-about-section-title {
        font-size: 45px;
        margin-top: 0;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .home-about__col:first-child,
    .home-about__col:nth-child(2) {
        margin-bottom: 30px;
    }
}

@media(max-width: 767px) {
    .home-about__col:not(:last-child) {
        margin-bottom: 30px;
    }
}

.home-about__item {
    display: flex;
    align-items: flex-start;
}

.home-about__item-i {
    flex-shrink: 0;
    margin-right: 32px;
    margin-left: 20px;
    margin-top: 5px;
}

@media(max-width: 767px) {
    .home-about__item-i {
        margin: 0 15px 0 0;
    }
}

@media(min-width: 992px) and (max-width: 1199px) {
    .home-about__item {
        flex-direction: column;
    }
    .home-about__item-i {
        margin: 0 0 15px;
    }
}

.home-about__title {
    font-weight: 400;
    font-family: 'capitan', 'Arial', sans-serif;
    font-size: 25px;
    line-height: 1.15;
}

.home-about__text {
    line-height: 1.5;
}

.home-testims-section {
    margin-bottom: 20px;
}

.home-testims-section-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.home-testims-section-title {
    font-size: 40px;
    font-weight: 700;
    margin: 0 55px 0 0;
}

.home-testims-add-btn {
    width: 176px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #5181b8;
    background: #25558c;
    border-radius: 4px;
    font-size: 18px;
}

@media(max-width: 575px) {
    .home-testims-add-btn {
        height: 45px;
        line-height: 1;
    }
}

.home-testims-add-btn:hover,
.home-testims-add-btn:focus {
    text-decoration: none;
}

@media(min-width: 1660px) {
    #vk_comments {
        width: auto !important;
        margin: 0 -10px;
    }
}

.home-about-2-section {
    margin-bottom: 15px;
}

@media(min-width: 1200px) {
    .home-about-2-section {
        background: url(../img/school-forsage.png) no-repeat 0 0;
        background-size: auto 100%;
    }
}

@media(min-width: 1400px) and (max-width: 1659px) {
    .home-about-2-section {
        background-position: -50% 0;
    }
}

@media(min-width: 1200px) and (max-width: 1399px) {
    .home-about-2-section {
        background-position: -530px 0;
    }
}

@media(min-width: 1200px) {
    .home-about-2-descr {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media(min-width: 1200px) {
    .home-about-2-descr {
        margin-left: 48%;
        flex: 0 0 52%;
        max-width: 52%;
    }
}

.home-about-2-descr-title {
    margin: 0 0 30px;
    line-height: 1;
}

.home-about-2-descr p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.home-about-2-descr-subtitle {
    font-family: 'capitan', 'Arial', sans-serif;
    color: #11b300;
    font-size: 30px;
    margin: 30px 0;
}

.home-education-steps-section {
    margin-bottom: 110px;
}

@media(min-width: 1280px) and (max-width: 1659px) {
    .home-education-steps-container {
        max-width: 1250px;
    }
}

@media(max-width: 991px) {
    .home-education-steps-section {
        margin-bottom: 30px;
    }
}

.home-education-steps-title {
    font-family: 'capitan', 'Arial', sans-serif;
    text-align: center;
    font-size: 40px;
    margin-bottom: 79px;
}

@media(max-width: 991px) {
    .home-education-steps-title {
        margin-bottom: 30px;
    }
}

.home-education-steps__row {
    background: url(/wp-content/uploads/2018/12/steps_bg.png) 75px 144px no-repeat;
    background-size: 1400px;
}

@media(min-width: 1660px) {
    .home-steps-col {
        flex: 0 0 320px;
        max-width: 320px;
    }
    .home-steps__item {
        height: 146px;
    }
    .home-steps-col:nth-last-child(4) {
        margin-left: 126px;
    }
    .home-steps-col:nth-last-child(3) {
        margin-left: 34px;
    }
    .home-steps-col:nth-child(5) {
        margin-bottom: 58px;
    }
}

@media(min-width: 1280px) and (max-width: 1659px) {
    .home-education-steps__row {
        background-size: 1175px;
    }
    .home-steps-col {
        flex: 0 0 244px;
        max-width: 244px;
    }
    .home-steps-col:nth-child(5) {
        margin-bottom: 25px;
    }
    .home-steps-col:nth-last-child(4) {
        margin-left: 106px;
    }
    .home-steps__item {
        height: 146px;
    }
}

.home-steps__item {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}

.home-steps__item-i {
    position: relative;
    margin-right: 10px;
}

.home-steps__item:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 60px;
    height: 19px;
    width: 1px;
    background: #3a3a3a;
}

.home-steps__text {
    line-height: 1.5;
}

@media(max-width: 1279px) {
    .home-education-steps__row {
        background: none;
        justify-content: center;
    }
    .home-steps-col {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .home-steps-col:nth-child(5) {
        margin-bottom: 25px;
    }
    .home-steps__item-i {
        max-width: 75px;
    }
    .home-steps__item:before {
        display: none;
    }
}

@media(max-width: 991px) {
    .home-education-steps__row {
        margin-bottom: -25px;
        justify-content: flex-start;
    }
}

@media(min-width:768px) and (max-width: 991px) {
    .home-steps-col {
        flex: 0 0 33.3333333%;
        max-width: 33.3333333%;
        margin-bottom: 25px;
    }
}

@media(max-width:767px) {
    .home-steps-col {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 25px;
    }
}

@media(max-width:575px) {
    .home-steps__item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .home-steps__item-i {
        margin: 0 0 5px;
    }
}

.home-subscribe-section {
    margin-bottom: 35px;
}

.home-subscribe-form .educate-order-main-title {
    margin-bottom: 0;
    font-weight: 400;
}

@media(min-width: 1660px) {
    .home-subscribe-form-inner {
        margin: -5px 0 0 -17px;
    }
}

.home-subscribe-form .educate-order-subtitle {
    margin-bottom: 20px;
    font-weight: 400;
    letter-spacing: 0;
}

@media(min-width: 1200px) {
    .home-subscribe-form .buttonOut {
        bottom: auto;
        top: 0;
        left: 525px;
    }
}

.home-subscribe-form .checkbox {
    margin: 0;
    padding: 5px 0 0;
    height: auto;
}

.home-study-scheme-section {
    margin-bottom: 32px;
}

.home-study-scheme-title {
    margin: 0 0 7px;
    text-align: center;
}

.home-study-scheme-subtitle {
    font-size: 16px;
    margin: 0 0 41px;
    text-align: center;
}

.home-study-scheme-row-1 {
    margin-bottom: 25px;
}

@media(min-width: 1660px) {
    .home-study-scheme-col {
        padding: 0 25px;
    }
    /*.home-study-scheme-col-2{
padding: 0 40px;
}*/
    .home-study-scheme-col-2 p {
        margin-left: 40px;
    }
    .home-study-scheme-col-3 p {
        margin-left: 40px;
    }
}

@media(max-width: 991px) {
    .home-study-scheme-col:not(:last-child) {
        margin-bottom: 30px;
    }
}

.home-study-scheme-col-title {
    font-family: 'capitan', 'Arial', sans-serif;
    color: #10a400;
    font-size: 30px;
    margin-bottom: 5px;
}

.home-study-scheme-col p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 25px;
}

.home-study-scheme-col-subtitle {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 28px;
}

.home-study-scheme-col-subtitle-process {
    margin-top: 26px;
}

.home-study-scheme-list {
    list-style: none;
    padding-left: 38px;
    margin-bottom: 0;
    font-size: 16px;
}

.home-study-scheme-list li {
    position: relative;
    line-height: 1.5;
}

.home-study-scheme-list li:not(:last-child) {
    margin-bottom: 20px;
}

.home-study-scheme-list li:before {
    content: '';
    position: absolute;
    top: 5px;
    left: -23px;
    width: 14px;
    height: 24px;
    background: url(/wp-content/themes/sitemedia/images/check-solid.svg) 0 0 no-repeat;
}

.home-study-scheme-col-title-centerd {
    text-align: center;
    margin-bottom: 18px;
}

.home-study-scheme-list.big {
    font-size: 24px;
    margin-bottom: 20px;
}

.home-study-scheme-list.big li:before {
    content: '';
    top: 10px;
}

.home-study-scheme-row-2 {
    margin-bottom: 13px;
}

.home-study-scheme-ps {
    font-size: 24px;
    text-align: center;
}

.home-facts-section {
    margin-bottom: 52px;
}

.home-facts-wrap {
    border: 3px solid #fad610;
    border-radius: 5px;
    display: flex;
}

@media(max-width: 991px) {
    .home-facts-wrap {
        flex-direction: column;
    }
}

.home-facts-img-col {
    flex: 0 0 449px;
    max-width: 449px;
}

@media(min-width: 992px) and (max-width: 1399px) {
    .home-facts-img-col {
        display: flex;
        align-items: center;
    }
}

@media(max-width: 991px) {
    .home-facts-img-col {
        flex: 0 0 auto;
        max-width: inherit;
    }
}

.home-facts-img-col img {
    width: 100%;
}

.home-facts-content-col {
    padding: 20px;
}

.home-facts-content-title {
    font-size: 40px;
    margin-bottom: 5px;
}

.home-facts-content-list {
    list-style: none;
    padding-left: 53px;
    margin-bottom: 0;
    font-size: 16px;
}

.home-facts-content-list li {
    position: relative;
    line-height: 1.5;
}

.home-facts-content-list li:not(:last-child) {
    margin-bottom: 20px;
}

.home-facts-content-list li:before {
    content: '';
    position: absolute;
    top: 6px;
    left: -25px;
    width: 14px;
    height: 24px;
    background: url(/wp-content/themes/sitemedia/images/check-solid.svg) 0 0 no-repeat;
}

.home-pride-section {
    margin-bottom: 41px;
}

.home-pride-section-title {
    font-size: 40px;
    margin-bottom: 45px;
}

@media(max-width: 767px) {
    .home-pride-col:not(:last-child) {
        margin-bottom: 30px;
    }
}

.home-pride-item {
    padding-left: 100px;
    background: url(/wp-content/uploads/2018/12/medal.png) 0 0 no-repeat;
    min-height: 90px;
}

@media(max-width: 575px) {
    .home-pride-item {
        padding-left: 50px;
        min-height: inherit;
        background-size: 40px auto;
    }
}

.home-pride-item:not(:last-child) {
    margin-bottom: 30px;
}

.home-pride-item__title {
    font-family: 'capitan', 'Arial', sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.5;
}

@media(max-width: 767px) {
    .home-pride-item__title {
        font-size: 20px;
    }
}

.home-pride-item__text {
    font-size: 16px;
    line-height: 24px;
}

.home-preims-section {
    margin-bottom: 70px;
}

@media(max-width: 991px) {
    .home-preims-section {
        margin-bottom: 30px;
    }
}

@media(min-width: 1200px) {
    .home-preims-section {
        background: url(../img/high-result.png) 0 0 no-repeat;
        background-size: auto 100%;
    }
}

@media(min-width: 1400px) and (max-width: 1659px) {
    .home-preims-section {
        background-position: -80% 0;
    }
}

@media(min-width: 1200px) and (max-width: 1399px) {
    .home-preims-section {
        background-position: -150% 0;
    }
}

@media(min-width: 1400px) {
    .home-preims-col {
        padding-top: 47px;
        padding-bottom: 57px;
        padding-left: 0;
    }
}

.home-preims-col p {
    font-size: 16px;
    line-height: 1.5;
}

.home-preims-section-title {
    margin-bottom: 16px;
    font-size: 36px;
}

.home-preims-section-subtitle {
    font-size: 32px;
    margin-bottom: 15px;
}

.home-preims-list {
    list-style: none;
    padding-left: 28px;
    margin-bottom: 29px;
    font-size: 16px;
}

.home-preims-list li {
    position: relative;
    line-height: 1.5;
}

.home-preims-list li:not(:last-child) {
    margin-bottom: 24px;
}

.home-preims-list li:before {
    content: '';
    position: absolute;
    top: 2px;
    left: -29px;
    width: 23px;
    height: 23px;
    background: url(/wp-content/uploads/2018/12/smile2.png) 0 0 no-repeat;
}

.home-online-study-section {
    margin-bottom: 32px;
}

.home-subscribe-online-form .educate-order-main-title {
    font-weight: 400;
    margin-bottom: 0;
}

.home-subscribe-online-form .educate-order-titles-col {
    flex: 0 0 auto;
    margin-right: 40px;
    margin-left: 130px;
}

@media(max-width: 1199px) {
    .home-subscribe-online-form .educate-order-titles-col {
        margin: 0 0 15px;
    }
}

.home-subscribe-online-form .educate-order-subtitle {
    font-weight: 400;
    margin-bottom: 14px;
    letter-spacing: 0;
}

.home-subscribe-online-form .educate-order-form-col .buttonOut {
    bottom: 0;
}

@media(min-width: 1200px) {
    .home-subscribe-online-form .checkbox {
        height: 45px;
        padding-top: 27px;
    }
}

.home-fillials-section {
    margin-bottom: 39px;
}

.home-fillials-title {
    font-size: 63px;
    text-align: center;
    margin: 0 0 16px;
}

@media(max-width: 991px) {
    .home-fillials-title {
        font-size: 45px;
    }
}

.home-fillials-row {
    margin-bottom: -30px;
}

.home-fillials-col {
    margin-bottom: 22px;
}

.home-fillials__subtitle {
    font-family: 'liber', arial, sans-serif;
    font-size: 22px;
    font-weight: 400;
    margin: 0 0 12px;
}

.home-fillials__list {
    list-style: none;
    padding-left: 25px;
    margin-bottom: 0;
    font-size: 18px;
}

.home-fillials__list li {
    position: relative;
    line-height: 1.5;
}

.home-fillials__list li:before {
    content: '';
    position: absolute;
    top: 5px;
    left: -25px;
    width: 18px;
    height: 16px;
    background: url(/wp-content/themes/sitemedia/images/check-solid.svg) 0 0 no-repeat;
}

.home-fillials__list li a:hover,
.home-fillials__list li a:focus {
    color: #ff0e00;
    text-decoration: none;
}

.home-map-section {
    margin-bottom: 24px;
}

.home-bottom-links-section {
    margin-bottom: 33px;
    padding: 0 70px;
}

@media(max-width: 1199px) {
    .home-bottom-links-section {
        padding: 0 15px;
    }
}

.home-bottom-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

@media(max-width: 1199px) {
    .home-bottom-links-list {
        flex-direction: column;
        align-items: center;
    }
    .home-bottom-links-list li:not(:last-child) {
        margin-bottom: 20px;
    }
}

.home-bottom-links-list a:hover,
.home-bottom-links-list a:focus {
    text-decoration: none;
}

.teachers-list__item {
    display: flex;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #1f1f1f;
}

.teachers-list__name {
    font-family: 'capitan', 'Arial', sans-serif;
    font-size: 40px;
    margin-bottom: 15px;
}

.teachers-list__descr {
    font-size: 18px;
    line-height: 30px;
}

.teachers-list__img-col {
    flex: 0 0 486px;
    max-height: 486px;
    margin-right: 40px;
}

@media(max-width: 991px) {
    .teachers-list__img-col {
        flex: 0 0 auto;
        max-height: inherit;
        margin: 0 0 15px;
    }
    .teachers-list__item {
        flex-direction: column;
    }
}

.shock-cena-row {
    margin-bottom: 5px;
}

@media(max-width: 1199px) {
    .shock-cena-row {
        flex-direction: column;
    }
}

@media(min-width: 1200px) {
    .shock-cena-content-col {
        flex: 0 0 58%;
        max-width: 58%;
    }
}

@media(max-width: 1199px) {
    .shock-cena-content-col {
        margin-bottom: 30px;
    }
    .shock-cena-img-col {
        display: flex;
        justify-content: center;
    }
}

.shock-cena-title {
    font-family: 'liber', arial, sans-serif;
    font-size: 60px;
    margin-bottom: 49px;
    font-weight: 700;
}

.shock-cena-subtitle {
    font-size: 40px;
    margin-bottom: 21px;
    font-weight: 700;
}

@media(max-width: 991px) {
    .shock-cena-title {
        font-size: 45px;
        margin-bottom: 20px;
    }
    .shock-cena-subtitle {
        font-size: 25px;
        margin-bottom: 20px;
    }
}

.shock-cena-text {
    font-size: 22px;
    line-height: 40px;
    text-align: justify;
    margin-bottom: 18px;
    font-weight: 700;
}

@media(max-width: 1199px) {
    .shock-cena-text {
        text-align: left;
    }
}

ul.shock-cena-list:not(.uniq) {
    padding-left: 63px;
    margin-bottom: 18px;
}

ul.shock-cena-list:not(.uniq) li:before {
    background: url(/wp-content/uploads/2019/09/form_chek.png) no-repeat 0 0;
    width: 16px;
    height: 15px;
}

ul.shock-cena-list:not(.uniq) li {
    line-height: 30px;
}

ul.shock-cena-list:not(.uniq) li:not(:last-child) {
    margin-bottom: 0;
}

.shock-cena-limit {
    text-transform: uppercase;
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 35px;
}

.shock-cena-form {
    position: relative;
}

@media(min-width: 1200px) {
    .shock-cena-form {
        width: 800px;
    }
}

@media(min-width: 1200px) {
    .shock-cena-form .checkbox {
        margin-left: 248px;
        font-size: 14px;
        align-items: center;
        padding-top: 15px;
    }
}

.shock-cena-form .buttonOut {
    bottom: auto;
    top: 70px;
}

.shock-cena-form .buttonOut button {
    width: 237px;
    padding: 0 5px;
}

@media(min-width: 768px) and (max-width: 991px) {
    .shock-cena-form .field input:not([type="checkbox"]) {
        width: 234px;
    }
}

@media(max-width: 767px) {
    .shock-cena-form .field input:not([type="checkbox"]) {
        width: 100%;
        margin: 0;
    }
    .shock-cena-form .field {
        width: 100%;
        margin: 0 0 10px !important;
    }
}

.special-b-row {
    margin-bottom: 28px;
}

.special-b-page-title {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 40px;
}

.special-b-list {
    padding-left: 35px !important;
    margin-bottom: 40px !important;
}

.special-b-list li:before {
    top: 12px !important;
    left: -34px !important;
}

.content-area ul.special-b-list:not(.uniq) li:before {
    width: 17px;
    height: 13px;
    background: url(/wp-content/uploads/2019/09/form_chek.png) no-repeat 0 0;
}

.content-area ul.special-b-list:not(.uniq) li:not(:last-child) {
    margin-bottom: 15px;
}

.special-b-page {
    background: url(/wp-content/uploads/2019/09/site_bg_new.jpg) no-repeat 50% 0;
}

.special-b-contacts-btn {
    background: rgba(20, 203, 0, 1);
    background: -moz-linear-gradient(top, rgba(20, 203, 0, 1) 0%, rgba(12, 115, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(20, 203, 0, 1)), color-stop(100%, rgba(12, 115, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(20, 203, 0, 1) 0%, rgba(12, 115, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(20, 203, 0, 1) 0%, rgba(12, 115, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(20, 203, 0, 1) 0%, rgba(12, 115, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(20, 203, 0, 1) 0%, rgba(12, 115, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#14cb00', endColorstr='#0c7300', GradientType=0);
    width: 248px;
    height: 58px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: 'capitan', 'arial', sans-serif;
    font-size: 20px;
    border-radius: 2px;
}

.special-b-contacts-btn:hover,
.special-b-contacts-btn:focus {
    background: rgba(20, 203, 0, 1);
    text-decoration: none;
}

@media(min-width: 1660px) {
    .special-b-title-col {
        padding-left: 85px;
        padding-right: 0;
    }
    .special-b-action-col {
        padding: 0 12px;
    }
    .special-b-form-col {
        padding-left: 8px;
    }
}

@media(min-width: 768px) and (max-width: 1199px) {
    .special-b-title-col {
        padding-left: 40px;
        padding-right: 0;
        margin-bottom: 40px;
    }
    .special-b-action-col {
        margin-bottom: 40px;
    }
}

@media(max-width: 1199px) {
    .special-b-form-col {
        display: flex;
        justify-content: center;
    }
}

@media(max-width: 767px) {
    .special-b-title-col {
        margin-bottom: 30px;
    }
    .special-b-action-col {
        margin-bottom: 30px;
    }
}

.special-b-action-wrap {
    border: 3px solid #7c7d7d;
    padding: 20px;
    text-align: center;
    height: 100%;
}

.special-b-action-title {
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 1.5;
}

.special-b-action-price {
    color: red;
    font-size: 48px;
    line-height: 1.5;
}

.special-b-action-free-text {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 3px;
}

.special-b-action-promocode {
    font-size: 18px;
    margin-bottom: 31px;
}

.special-b-action-countdown-title {
    font-size: 30px;
    margin-bottom: 22px;
}

.special-b-form-wrap {
    background: #fff;
    border: 3px solid #ff0e00;
    width: 100%;
    max-width: 464px;
    padding: 27px 20px;
    text-align: center;
    color: #000;
    height: 100%;
}

.special-b-form-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.3;
}

.special-b-form-wrap .smFormContent {
    text-align: center;
}

.special-b-form-wrap .smFormContent form {
    max-width: 250px;
    margin: 0 auto;
}

.special-b-form-wrap .smFormContent .field input:not([type="checkbox"]) {
    width: 100%;
    margin: 0;
    padding: 17px 15px;
    font-size: 18px;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 63px;
}

.special-b-form-wrap .smFormContent .field {
    margin: 0 0 10px;
}

.special-b-form-wrap .smFormContent .field:last-child {
    margin: 25px 0;
}

.special-b-form-wrap .field input:not([type="checkbox"]):focus {
    outline: 2px solid #0060df;
}

.special-b-form-wrap .field .checkbox {
    text-align: center;
    font-size: 14px;
    line-height: 21px;
}

.special-b-form-wrap .field .checkbox a {
    color: #000;
    text-decoration: underline;
}

.special-b-form-wrap .field .checkbox label {
    display: inline;
    margin-left: 4px;
    vertical-align: bottom;
}

.special-b-form-wrap .smFormContent .buttonOut {
    text-align: center;
}

.special-b-form-wrap .smFormContent .buttonOut button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 0;
    padding: 5px;
    width: 129px;
    height: 57px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: rgba(255, 111, 0, 1);
    background: -moz-linear-gradient(top, rgba(255, 111, 0, 1) 0%, rgba(255, 9, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 111, 0, 1)), color-stop(100%, rgba(255, 9, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 111, 0, 1) 0%, rgba(255, 9, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 111, 0, 1) 0%, rgba(255, 9, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 111, 0, 1) 0%, rgba(255, 9, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 111, 0, 1) 0%, rgba(255, 9, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff6f00', endColorstr='#ff0900', GradientType=0);
    color: #fff;
    font-family: 'capitan', 'arial', sans-serif;
    font-size: 21px;
    border-radius: 3px;
}

.special-b-form-wrap .smFormContent .buttonOut button:hover,
.special-b-form-wrap .smFormContent .buttonOut button:focus {
    background: rgba(255, 111, 0, 1);
}

.special-b-tarifs-title {
    font-size: 63px;
    margin-bottom: 39px;
    text-align: center;
}

.special-b-tarifs-subtitle {
    font-size: 20px;
    text-align: center;
    margin-bottom: 12px;
}

.special-b-logo-link-wrap {
    display: flex;
    align-items: flex-start;
    padding: 12px 0 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e7e8ec;
}

.special-b-logo-link-img {
    margin: -5px 15px 0 0;
}

.special-b-logo-link-text {
    color: #42648b;
}

.special-b-logo-link-text:hover,
.special-b-logo-link-text:focus {
    color: #42648b;
    text-decoration: none;
}

@media(max-width: 991px) {
    .special-b-page-title {
        font-size: 35px;
    }
    .special-b-action-title {
        font-size: 25px;
    }
    .special-b-action-price {
        font-size: 40px;
    }
    .special-b-action-free-text {
        font-size: 25px;
    }
    .special-b-action-countdown-title {
        font-size: 25px;
    }
    .special-b-form-title {
        font-size: 25px;
    }
    .special-b-tarifs-title {
        font-size: 45px;
        margin-bottom: 10px;
    }
}

@media(max-width: 767px) {
    .special-b-page-title {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .special-b-action-title {
        font-size: 18px;
    }
    .special-b-action-price {
        font-size: 22px;
    }
    .special-b-action-free-text {
        font-size: 18px;
    }
    .special-b-action-countdown-title {
        font-size: 18px;
    }
    .special-b-list {
        font-size: 14px !important;
        margin-bottom: 15px !important;
    }
    .special-b-list li:not(:last-child) {
        margin-bottom: 10px !important;
    }
    .special-b-form-title {
        font-size: 18px;
    }
}

.countdown-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.countdown-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 74px;
    height: 74px;
    border-radius: 100%;
    border: 6px solid #ffcc49;
    padding-top: 5px;
}

.countdown-item__number {
    font-size: 20px;
}

.countdown-item__name {
    font-size: 10px;
}

.special-b-action-countdown-wrap {
    max-width: 320px;
    margin: 0 auto;
}

@media(max-width: 575px) {
    .special-b-action-countdown-wrap {
        max-width: 250px;
    }
    .countdown-item {
        padding: 0;
        width: 54px;
        height: 54px;
        border: 3px solid #ffcc49;
    }
    .countdown-item__number {
        font-size: 16px;
    }
}


/*article styles*/

.article-yellow-frame {
    padding: 20px;
    margin-bottom: 25px;
    border: 3px solid #fad610;
    border-radius: 5px;
}

.article-rowed-section {
    margin-bottom: 25px;
}

.articles__subscribe-form {
    padding: 20px;
    margin-bottom: 25px;
}

.articles__subscribe-form .educate-order-main-title {
    margin-bottom: 5px;
}

.articles__subscribe-form .educate-order-subtitle {
    margin-bottom: 10px;
}

.article-rowed-img-col {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

@media(max-width: 1199px) {
    .article-rowed-img-col {
        order: -1;
        margin-bottom: 25px;
    }
}

.framed-pictured-section {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    border: 3px solid #fad610;
    border-radius: 5px;
}

.framed-pictured__pic-col {
    flex-shrink: 0;
}

.framed-pictured__text-col {
    padding: 50px;
    font-size: 18px;
    line-height: 1.5;
}

@media(max-width: 1199px) {
    .framed-pictured-section {
        flex-direction: column;
    }
    .framed-pictured__pic-col {
        order: -1;
        display: flex;
        justify-content: center;
        padding-top: 15px;
    }
    .framed-pictured__text-col {
        padding: 15px;
    }
}

@media(min-width: 1200px) and (max-width: 1599px) {
    .framed-pictured__pic-col {
        max-width: 50%;
    }
}

@media(max-width: 767px) {
    .framed-pictured__pic-col {
        padding-top: 0;
    }
}

.sovety-list-wrap {
    margin: 50px 0;
}

.sovety-list-item {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #343434;
    margin-bottom: 40px;
    padding: 0 0 40px;
}

.sovety-list-pic-wrap {
    min-width: 170px;
    max-width: 170px;
    margin-right: 40px;
}

.sovety-list-item-title {
    color: #11b300;
    font-size: 30px;
    margin: 0 0 20px;
}

.sovety-list-item-text {
    font-size: 18px;
    line-height: 1.5;
}

p.articles-yellow-p {
    color: #fad610;
    font-size: 24px;
    margin-bottom: 30px;
}

@media(max-width: 767px) {
    .sovety-list-item {
        flex-direction: column;
    }
    .sovety-list-pic-wrap {
        margin: 0 auto 15px;
    }
}


/*Modals*/

.modal__wrapper .field input:not([type="checkbox"]),
.modal__wrapper .field select {
    width: 100%;
    margin: 0;
    height: 60px;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff;
    padding: 17px 15px;
}

.modal__wrapper .field input:not([type="checkbox"]):focus {
    outline: 2px solid #0060df;
}

.modal__wrapper .field {
    margin: 0 auto 10px;
    max-width: 250px;
}

.modal__wrapper .field:last-child {
    margin: 20px 0;
    max-width: inherit;
}

.modal__wrapper .checkbox {
    font-size: 13px;
    text-align: center;
}

.modal__wrapper .checkbox label {
    display: inline;
    margin-left: 4px;
}

.modal__wrapper .checkbox a {
    text-decoration: underline;
}

.modal__wrapper .buttonOut button {
    width: 129px;
    height: 57px;
    padding: 5px;
    color: #fff;
    border: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: rgba(255, 111, 0, 1);
    background: -moz-linear-gradient(top, rgba(255, 111, 0, 1) 0%, rgba(255, 9, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 111, 0, 1)), color-stop(100%, rgba(255, 9, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 111, 0, 1) 0%, rgba(255, 9, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 111, 0, 1) 0%, rgba(255, 9, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 111, 0, 1) 0%, rgba(255, 9, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 111, 0, 1) 0%, rgba(255, 9, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff6f00', endColorstr='#ff0900', GradientType=0);
    font-family: 'capitan', 'arial', sans-serif;
    font-size: 21px;
    border-radius: 3px;
    font-weight: 400;
}

.modal__wrapper .buttonOut button:hover,
.modal__wrapper .buttonOut button:focus {
    background: rgba(255, 111, 0, 1);
}

.modal__wrapper .checkbox .formError {
    left: 50% !important;
    transform: translate(-50%);
}

.smFormContent .button>* {
    font-weight: 400;
}

.modal__wrapper .field .select .name,
.modal__wrapper .field .select br {
    display: none;
}

.modal__wrapper .smFormAftersubmit {
    text-align: center;
}


/*Footer*/

.footer-imgs-col {
    flex: 280px;
    max-width: 280px;
    margin-right: 16px;
    margin-left: 12px;
}

.footer-name-col {
    width: max-content;
    margin-right: 48px;
    line-height: 1.66;
}

.footer-name-col a {
    font-family: 'capitan', 'Arial', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

.footer-name-col a:hover {
    color: #fff;
    text-decoration: none;
}

.footer-send-btn-col {
    margin-right: 24px;
}

.footer-send-btn-col a {
    cursor: pointer;
    width: 100%;
}

.footer-phone-col {
    margin: 0 0 1.5em;
    margin-right: 18px;
}

.footer-phone-col a {
    color: #fff;
}

.footer-phone-col a:hover,
.footer-phone-col a:focus {
    color: #fff;
}

.footer-docs-col {
    font-family: 'capitan', 'Arial', sans-serif;
    font-size: 15px;
    line-height: 1.53;
    margin: 0 0 1.5em;
    margin-right: 17px;
}

.footer-docs-col a {
    color: #555;
    text-decoration: underline;
}

.footer-docs-col a:hover,
.footer-docs-col a:focus {
    color: #fff;
    text-decoration: none;
}

.footer-developer-col {
    margin: 0 0 1.5em;
    margin-right: 10px;
}

.sm-logo {
    float: left;
    margin-right: 1.5em;
}

.sm-text {
    font-size: 13px;
    line-height: 1;
    color: #555;
    float: left;
}

.sm-text a {
    color: #555;
    text-decoration: underline;
}

.sm-text a:hover,
.sm-text a:focus {
    color: #fff;
    text-decoration: none;
}

@media(max-width: 1659px) {
    .footer-imgs-col {
        flex: 0 0 auto;
        max-width: inherit;
    }
}

@media(max-width: 991px) {
    .site-footer-col:not(:last-child) {
        margin-bottom: 20px;
    }
}

@media(max-width: 575px) {
    .site-footer-row {
        flex-direction: column;
    }
    .site-footer-col:not(:last-child) {
        margin: 0 0 20px;
    }
}

.upbutton {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1;
    display: none;
    width: 71px;
    height: 71px;
    background: url(/wp-content/uploads/2018/09/upbutton.png) center no-repeat;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
}

.upbutton_show:hover {
    opacity: .8;
}

.upbutton_show {
    display: block;
}