/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

@import url(../libs2/fancybox/jquery.fancybox.css);
@font-face {
    font-family: 'avenirnextcyr';
    src: url("../fonts/avenirnextcyr/avenirnextcyr-bold.ttf");
    src: url("../fonts/avenirnextcyr/avenirnextcyr-bold.woff"), url("../fonts/avenirnextcyr/avenirnextcyr-bold.eot?#iefix") format("embedded-opentype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'avenirnextcyr';
    src: url("../fonts/avenirnextcyr/avenirnextcyr-regular.ttf");
    src: url("../fonts/avenirnextcyr/avenirnextcyr-regular.woff"), url("../fonts/avenirnextcyr/avenirnextcyr-regular.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'avenirnextcyr';
    src: url("../fonts/avenirnextcyr/avenirnextcyr-medium.ttf");
    src: url("../fonts/avenirnextcyr/avenirnextcyr-medium.woff"), url("../fonts/avenirnextcyr/avenirnextcyr-medium.eot?#iefix") format("embedded-opentype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'avenirnextcyr';
    src: url("../fonts/avenirnextcyr/avenirnextcyr-demi.ttf");
    src: url("../fonts/avenirnextcyr/avenirnextcyr-demi.woff"), url("../fonts/avenirnextcyr/avenirnextcyr-demi.eot?#iefix") format("embedded-opentype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'rouble';
    src: url("../fonts/rouble/rouble.eot");
    src: local("☺"), url("../fonts/rouble/rouble.woff") format("woff"), url("../fonts/rouble/rouble.ttf") format("truetype"), url("../fonts/rouble/rouble.svg") format("svg");
    font-weight: normal;
    font-style: normal
}

:root {
    --blue: #00A3FF;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #72B951;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #00A3FF;
    --secondary: #6c757d;
    --success: #72B951;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1260px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", avenirnextcyr, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
*::before,
*::after {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@-ms-viewport {
    width: device-width
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: avenirnextcyr, arial;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    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;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

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
}

dfn {
    font-style: italic
}

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: #00A3FF;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0072b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

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
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

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
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

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
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox
}

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-cancel-button,
[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
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

h1,
.h1 {
    font-size: 2.5rem
}

h2,
.h2 {
    font-size: 2rem
}

h3,
.h3 {
    font-size: 1.75rem
}

h4,
.h4 {
    font-size: 1.5rem
}

h5,
.h5 {
    font-size: 1.25rem
}

h6,
.h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

small,
.small {
    font-size: 80%;
    font-weight: 400
}

mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014 \00A0"
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1260px) {
    .container {
        max-width: 1200px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        order: -1
    }
    .order-sm-last {
        order: 13
    }
    .order-sm-0 {
        order: 0
    }
    .order-sm-1 {
        order: 1
    }
    .order-sm-2 {
        order: 2
    }
    .order-sm-3 {
        order: 3
    }
    .order-sm-4 {
        order: 4
    }
    .order-sm-5 {
        order: 5
    }
    .order-sm-6 {
        order: 6
    }
    .order-sm-7 {
        order: 7
    }
    .order-sm-8 {
        order: 8
    }
    .order-sm-9 {
        order: 9
    }
    .order-sm-10 {
        order: 10
    }
    .order-sm-11 {
        order: 11
    }
    .order-sm-12 {
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.33333%
    }
    .offset-sm-2 {
        margin-left: 16.66667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.33333%
    }
    .offset-sm-5 {
        margin-left: 41.66667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.33333%
    }
    .offset-sm-8 {
        margin-left: 66.66667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.33333%
    }
    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        order: -1
    }
    .order-md-last {
        order: 13
    }
    .order-md-0 {
        order: 0
    }
    .order-md-1 {
        order: 1
    }
    .order-md-2 {
        order: 2
    }
    .order-md-3 {
        order: 3
    }
    .order-md-4 {
        order: 4
    }
    .order-md-5 {
        order: 5
    }
    .order-md-6 {
        order: 6
    }
    .order-md-7 {
        order: 7
    }
    .order-md-8 {
        order: 8
    }
    .order-md-9 {
        order: 9
    }
    .order-md-10 {
        order: 10
    }
    .order-md-11 {
        order: 11
    }
    .order-md-12 {
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.33333%
    }
    .offset-md-2 {
        margin-left: 16.66667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.33333%
    }
    .offset-md-5 {
        margin-left: 41.66667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.33333%
    }
    .offset-md-8 {
        margin-left: 66.66667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.33333%
    }
    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        order: -1
    }
    .order-lg-last {
        order: 13
    }
    .order-lg-0 {
        order: 0
    }
    .order-lg-1 {
        order: 1
    }
    .order-lg-2 {
        order: 2
    }
    .order-lg-3 {
        order: 3
    }
    .order-lg-4 {
        order: 4
    }
    .order-lg-5 {
        order: 5
    }
    .order-lg-6 {
        order: 6
    }
    .order-lg-7 {
        order: 7
    }
    .order-lg-8 {
        order: 8
    }
    .order-lg-9 {
        order: 9
    }
    .order-lg-10 {
        order: 10
    }
    .order-lg-11 {
        order: 11
    }
    .order-lg-12 {
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.33333%
    }
    .offset-lg-2 {
        margin-left: 16.66667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.33333%
    }
    .offset-lg-5 {
        margin-left: 41.66667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.33333%
    }
    .offset-lg-8 {
        margin-left: 66.66667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.33333%
    }
    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1260px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        order: -1
    }
    .order-xl-last {
        order: 13
    }
    .order-xl-0 {
        order: 0
    }
    .order-xl-1 {
        order: 1
    }
    .order-xl-2 {
        order: 2
    }
    .order-xl-3 {
        order: 3
    }
    .order-xl-4 {
        order: 4
    }
    .order-xl-5 {
        order: 5
    }
    .order-xl-6 {
        order: 6
    }
    .order-xl-7 {
        order: 7
    }
    .order-xl-8 {
        order: 8
    }
    .order-xl-9 {
        order: 9
    }
    .order-xl-10 {
        order: 10
    }
    .order-xl-11 {
        order: 11
    }
    .order-xl-12 {
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.33333%
    }
    .offset-xl-2 {
        margin-left: 16.66667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.33333%
    }
    .offset-xl-5 {
        margin-left: 41.66667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.33333%
    }
    .offset-xl-8 {
        margin-left: 66.66667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.33333%
    }
    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: rgba(0, 0, 0, 0)
}

.table th,
.table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table .table {
    background-color: #fff
}

.table-sm th,
.table-sm td {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075)
}

.table-primary,
.table-primary>th,
.table-primary>td {
    background-color: #b8e5ff
}

.table-hover .table-primary:hover {
    background-color: #9fdcff
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #9fdcff
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
    background-color: #d6d8db
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,
.table-success>th,
.table-success>td {
    background-color: #d8ebce
}

.table-hover .table-success:hover {
    background-color: #cae4bc
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #cae4bc
}

.table-info,
.table-info>th,
.table-info>td {
    background-color: #bee5eb
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>th,
.table-warning>td {
    background-color: #ffeeba
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger>th,
.table-danger>td {
    background-color: #f5c6cb
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,
.table-light>th,
.table-light>td {
    background-color: #fdfdfe
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>th,
.table-dark>td {
    background-color: #c6c8ca
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>th,
.table-active>td {
    background-color: rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, 0.075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #212529
}

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #32383e
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075)
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width: 1259.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: 60px;
    padding: .375rem 16px;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    background-clip: padding-box;
    box-shadow: none !important;
    border: 1px solid #fff;
    border-radius: 8px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media screen and (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: #80d1ff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 163, 255, 0.25)
}

.form-control::placeholder {
    color: #fff;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

.form-control:focus::placeholder {
    opacity: 0;
    color: transparent
}

.form-control--gray {
    color: #000 !important;
    border-color: rgba(0, 0, 0, 0.12)
}

.form-control--gray::placeholder {
    color: rgba(0, 0, 0, 0.6)
}

.form-control--small {
    height: 48px
}

.form-control--gray-bottom {
    color: #000 !important;
    padding-left: 0;
    padding-right: 0;
    border-width: 0 0 1px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 0
}

.form-control--gray-bottom::placeholder {
    color: rgba(0, 0, 0, 0.4)
}

.form-control--rel {
    z-index: 1;
    position: relative
}

.form-control--white {
    color: #000 !important;
    background-color: #fff !important
}

.form-control--white::placeholder {
    color: rgba(0, 0, 0, 0.4)
}

.form-control--blue {
    color: #fff !important;
    background-color: #00A3FF !important
}

.form-control--gray-important {
    background-color: rgba(0, 0, 0, 0.12) !important
}

.form-control--border-white {
    height: 40px;
    color: #fff;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    border-width: 0 0 1px 0;
    border-bottom-color: #fff
}

.form-control--border-white::placeholder {
    color: #fff
}

select.form-control:focus::-ms-value {
    color: #fff;
    background-color: rgba(0, 0, 0, 0)
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(2.875rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[size],
select.form-control[multiple] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 24px
}

.form-group--main {
    max-width: 100%;
    width: 270px
}

.form-group__inner {
    margin-top: -10px;
    padding: 20px 15px 10px;
    background-color: #f5f5f5;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px
}

.form-group__inner-text {
    font-size: 14px;
    line-height: 19px
}

.form-group__inner-text--blue {
    color: #00A3FF;
    background-color: #fff
}

.form-group__inner--white {
    color: #00A3FF;
    background-color: #fff
}

.form-group--relative {
    z-index: 1;
    position: relative
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #72B951
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #212529;
    background-color: rgba(114, 185, 81, 0.9);
    border-radius: .25rem
}

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #72B951
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #72B951;
    box-shadow: 0 0 0 .2rem rgba(114, 185, 81, 0.25)
}

.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip {
    display: block
}

.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip,
.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip {
    display: block
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
    color: #72B951
}

.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
    color: #72B951
}

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
    background-color: #bcdeac
}

.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip,
.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
    background-color: #8fc875
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(114, 185, 81, 0.25)
}

.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
    border-color: #72B951
}

.was-validated .custom-file-input:valid~.custom-file-label::after,
.custom-file-input.is-valid~.custom-file-label::after {
    border-color: inherit
}

.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip,
.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip {
    display: block
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(114, 185, 81, 0.25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: .25rem
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #dc3545
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip,
.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
    color: #dc3545
}

.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
    color: #dc3545
}

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
    background-color: #efa2a9
}

.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip,
.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
    background-color: #e4606d
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
    border-color: #dc3545
}

.was-validated .custom-file-input:invalid~.custom-file-label::after,
.custom-file-input.is-invalid~.custom-file-label::after {
    border-color: inherit
}

.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip,
.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.form-radio {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    margin-bottom: 0;
    cursor: pointer;
    padding: 19px 30px 8px;
    user-select: none;
    transition: all .3s;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)), #00A3FF
}

.form-radio:hover {
    box-shadow: none
}

.form-radio-input {
    display: none
}

.form-radio-input:checked~.form-radio-title:before {
    background-position: center
}

.form-radio-title {
    margin-bottom: 11px;
    position: relative;
    padding-left: 30px;
    user-select: none;
    display: block;
    padding-bottom: 18px;
    border-bottom: 1px solid #2CA2E5
}

.form-radio-title:before {
    top: 2px;
    left: 0;
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 4px;
    background: #fff url("../img2/icon_check_black.svg") no-repeat -100px -100px;
    background-size: 12px 12px;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.1)
}

.form-radio-col {
    margin-bottom: 5px;
    padding-left: 40px !important;
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: 15px 6px
}

.form-radio-col--time {
    background-image: url("../img2/icon_clock_blue.svg")
}

.form-radio-col--date {
    background-image: url("../img2/icon_calendar.svg")
}

.form-radio-col--price {
    background-image: url("../img2/icon_price.svg")
}

.btn,
.btn-social {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    text-transform: uppercase;
    border: 1px solid transparent;
    padding: 9px 40px;
    font-size: 18px;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media screen and (prefers-reduced-motion: reduce) {
    .btn,
    .btn-social {
        transition: none
    }
}

.btn:hover,
.btn-social:hover,
.btn:focus,
.btn-social:focus {
    text-decoration: none
}

.btn:focus,
.btn-social:focus,
.btn.focus,
.focus.btn-social {
    outline: 0;
    box-shadow: none !important
}

.btn.disabled,
.disabled.btn-social,
.btn:disabled,
.btn-social:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled),
.btn-social:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn--radius,
.btn-social {
    border-radius: 24px
}

.btn--blue-brown {
    color: #404040 !important;
    background-color: #00A3FF
}

.btn--blue-brown:hover {
    background-color: #0080C8
}

.btn--tinkoff {
    border: 1px solid #FFE600;
    background: url("../img2/logo_tinkoff.svg") no-repeat 15px center;
    background-size: 36px 32px;
    padding-left: 100px !important
}

.btn--tinkoff:hover {
    background-color: #FFE600
}

.btn-border {
    background-color: transparent
}

.btn-border--green {
    border-color: #72B951;
    color: #72B951
}

.btn-border--green:hover {
    color: #fff;
    background-color: #72B951
}

.btn-border-green {
    border-color: #72B951 !important;
    color: #72B951 !important
}

.btn-border--blue {
    border-color: #00A3FF;
    color: #00A3FF
}

.btn-border--blue:hover {
    color: #fff;
    background-color: #00A3FF
}

.btn-border-blue {
    border-color: #00A3FF !important;
    color: #00A3FF !important
}

.btn-white,
.btn-social {
    border-color: #fff;
    color: #00A3FF !important;
    background-color: #fff
}

.btn-white:hover,
.btn-social:hover {
    background-color: #F5F5F5
}

.btn-bdrs {
    border-radius: 8px
}

.btn-social {
    padding-left: 37px;
    padding-right: 37px;
    margin-right: 27px;
    min-width: 100px
}

.btn-arrow {
    padding-left: 25px;
    padding-right: 25px;
    align-items: center;
    justify-content: space-between;
    display: flex
}

.btn-arrow:after {
    content: '';
    width: 24px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    background: url(../img2/icon_arrow_long_right_blue.svg) no-repeat center;
    background-size: 24px 10px
}

.btn-arrow--green:after {
    background-image: url(../img2/icon_arrow_long_right_green.svg)
}

.btn-small {
    padding: 5px 10px
}

.btn-smaller {
    font-size: 14px;
    padding: 8px 22px !important
}

.btn-yellow {
    color: #fff;
    background-color: #FFC700
}

.btn-yellow:hover,
.btn-yellow:focus {
    background-color: #e6b300
}

a.btn.disabled,
a.disabled.btn-social,
fieldset:disabled a.btn,
fieldset:disabled a.btn-social {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #00A3FF;
    border-color: #00A3FF
}

.btn-primary:hover {
    color: #fff;
    background-color: #008bd9;
    border-color: #0082cc
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(0, 163, 255, 0.5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #00A3FF;
    border-color: #00A3FF
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0082cc;
    border-color: #007abf
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 163, 255, 0.5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary:focus,
.btn-secondary.focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5)
}

.btn-success {
    color: #212529;
    background-color: #72B951;
    border-color: #72B951
}

.btn-success:hover {
    color: #fff;
    background-color: #60a241;
    border-color: #5b993e
}

.btn-success:focus,
.btn-success.focus {
    box-shadow: 0 0 0 .2rem rgba(114, 185, 81, 0.5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #212529;
    background-color: #72B951;
    border-color: #72B951
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #5b993e;
    border-color: #55903a
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(114, 185, 81, 0.5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info:focus,
.btn-info.focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning:focus,
.btn-warning.focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger:focus,
.btn-danger.focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light:focus,
.btn-light.focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark:focus,
.btn-dark.focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5)
}

.btn-outline-primary {
    color: #00A3FF;
    background-color: transparent;
    background-image: none;
    border-color: #00A3FF
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #00A3FF;
    border-color: #00A3FF
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(0, 163, 255, 0.5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #00A3FF;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #00A3FF;
    border-color: #00A3FF
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 163, 255, 0.5)
}

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5)
}

.btn-outline-success {
    color: #72B951;
    background-color: transparent;
    background-image: none;
    border-color: #72B951
}

.btn-outline-success:hover {
    color: #212529;
    background-color: #72B951;
    border-color: #72B951
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    box-shadow: 0 0 0 .2rem rgba(114, 185, 81, 0.5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #72B951;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
    color: #212529;
    background-color: #72B951;
    border-color: #72B951
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(114, 185, 81, 0.5)
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5)
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5)
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:focus,
.btn-outline-light.focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5)
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5)
}

.btn-link {
    font-weight: 400;
    color: #00A3FF;
    background-color: transparent
}

.btn-link:hover {
    color: #0072b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent
}

.btn-link:focus,
.btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none
}

.btn-link:disabled,
.btn-link.disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.fade {
    transition: opacity 0.15s linear
}

@media screen and (prefers-reduced-motion: reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease
}

@media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: .25rem
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #00A3FF
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:hover,
.nav-link:focus {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #00A3FF
}

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar>.container,
.navbar>.container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:hover,
.navbar-toggler:focus {
    text-decoration: none
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width: 575.98px) {
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        flex-wrap: nowrap
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        flex-wrap: nowrap
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        flex-wrap: nowrap
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width: 1259.98px) {
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1260px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        flex-wrap: nowrap
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5)
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3)
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5)
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25)
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #fff
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #00A3FF;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0072b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 163, 255, 0.25)
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #00A3FF;
    border-color: #00A3FF
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #005585;
    background-color: #ccedff;
    border-color: #b8e5ff
}

.alert-primary hr {
    border-top-color: #9fdcff
}

.alert-primary .alert-link {
    color: #003452
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #3b602a;
    background-color: #e3f1dc;
    border-color: #d8ebce
}

.alert-success hr {
    border-top-color: #cae4bc
}

.alert-success .alert-link {
    color: #253d1a
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
    color: #000;
    text-decoration: none;
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%)
}

@media screen and (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: translate(0, 0)
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (.5rem * 2));
    content: ""
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }
    .modal-dialog-centered::before {
        height: calc(100vh - (1.75rem * 2))
    }
    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px
    }
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #00A3FF !important
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #0082cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #72B951 !important
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #5b993e !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #00A3FF !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #72B951 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }
    .d-sm-inline {
        display: inline !important
    }
    .d-sm-inline-block {
        display: inline-block !important
    }
    .d-sm-block {
        display: block !important
    }
    .d-sm-table {
        display: table !important
    }
    .d-sm-table-row {
        display: table-row !important
    }
    .d-sm-table-cell {
        display: table-cell !important
    }
    .d-sm-flex {
        display: flex !important
    }
    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }
    .d-md-inline {
        display: inline !important
    }
    .d-md-inline-block {
        display: inline-block !important
    }
    .d-md-block {
        display: block !important
    }
    .d-md-table {
        display: table !important
    }
    .d-md-table-row {
        display: table-row !important
    }
    .d-md-table-cell {
        display: table-cell !important
    }
    .d-md-flex {
        display: flex !important
    }
    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }
    .d-lg-inline {
        display: inline !important
    }
    .d-lg-inline-block {
        display: inline-block !important
    }
    .d-lg-block {
        display: block !important
    }
    .d-lg-table {
        display: table !important
    }
    .d-lg-table-row {
        display: table-row !important
    }
    .d-lg-table-cell {
        display: table-cell !important
    }
    .d-lg-flex {
        display: flex !important
    }
    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1260px) {
    .d-xl-none {
        display: none !important
    }
    .d-xl-inline {
        display: inline !important
    }
    .d-xl-inline-block {
        display: inline-block !important
    }
    .d-xl-block {
        display: block !important
    }
    .d-xl-table {
        display: table !important
    }
    .d-xl-table-row {
        display: table-row !important
    }
    .d-xl-table-cell {
        display: table-cell !important
    }
    .d-xl-flex {
        display: flex !important
    }
    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }
    .d-print-inline {
        display: inline !important
    }
    .d-print-inline-block {
        display: inline-block !important
    }
    .d-print-block {
        display: block !important
    }
    .d-print-table {
        display: table !important
    }
    .d-print-table-row {
        display: table-row !important
    }
    .d-print-table-cell {
        display: table-cell !important
    }
    .d-print-flex {
        display: flex !important
    }
    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important
    }
    .flex-sm-column {
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-sm-fill {
        flex: 1 1 auto !important
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-sm-start {
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        justify-content: center !important
    }
    .justify-content-sm-between {
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        justify-content: space-around !important
    }
    .align-items-sm-start {
        align-items: flex-start !important
    }
    .align-items-sm-end {
        align-items: flex-end !important
    }
    .align-items-sm-center {
        align-items: center !important
    }
    .align-items-sm-baseline {
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        align-items: stretch !important
    }
    .align-content-sm-start {
        align-content: flex-start !important
    }
    .align-content-sm-end {
        align-content: flex-end !important
    }
    .align-content-sm-center {
        align-content: center !important
    }
    .align-content-sm-between {
        align-content: space-between !important
    }
    .align-content-sm-around {
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        align-content: stretch !important
    }
    .align-self-sm-auto {
        align-self: auto !important
    }
    .align-self-sm-start {
        align-self: flex-start !important
    }
    .align-self-sm-end {
        align-self: flex-end !important
    }
    .align-self-sm-center {
        align-self: center !important
    }
    .align-self-sm-baseline {
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important
    }
    .flex-md-column {
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-md-wrap {
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-md-fill {
        flex: 1 1 auto !important
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-md-start {
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        justify-content: center !important
    }
    .justify-content-md-between {
        justify-content: space-between !important
    }
    .justify-content-md-around {
        justify-content: space-around !important
    }
    .align-items-md-start {
        align-items: flex-start !important
    }
    .align-items-md-end {
        align-items: flex-end !important
    }
    .align-items-md-center {
        align-items: center !important
    }
    .align-items-md-baseline {
        align-items: baseline !important
    }
    .align-items-md-stretch {
        align-items: stretch !important
    }
    .align-content-md-start {
        align-content: flex-start !important
    }
    .align-content-md-end {
        align-content: flex-end !important
    }
    .align-content-md-center {
        align-content: center !important
    }
    .align-content-md-between {
        align-content: space-between !important
    }
    .align-content-md-around {
        align-content: space-around !important
    }
    .align-content-md-stretch {
        align-content: stretch !important
    }
    .align-self-md-auto {
        align-self: auto !important
    }
    .align-self-md-start {
        align-self: flex-start !important
    }
    .align-self-md-end {
        align-self: flex-end !important
    }
    .align-self-md-center {
        align-self: center !important
    }
    .align-self-md-baseline {
        align-self: baseline !important
    }
    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important
    }
    .flex-lg-column {
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-lg-fill {
        flex: 1 1 auto !important
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-lg-start {
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        justify-content: center !important
    }
    .justify-content-lg-between {
        justify-content: space-between !important
    }
    .justify-content-lg-around {
        justify-content: space-around !important
    }
    .align-items-lg-start {
        align-items: flex-start !important
    }
    .align-items-lg-end {
        align-items: flex-end !important
    }
    .align-items-lg-center {
        align-items: center !important
    }
    .align-items-lg-baseline {
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        align-items: stretch !important
    }
    .align-content-lg-start {
        align-content: flex-start !important
    }
    .align-content-lg-end {
        align-content: flex-end !important
    }
    .align-content-lg-center {
        align-content: center !important
    }
    .align-content-lg-between {
        align-content: space-between !important
    }
    .align-content-lg-around {
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        align-content: stretch !important
    }
    .align-self-lg-auto {
        align-self: auto !important
    }
    .align-self-lg-start {
        align-self: flex-start !important
    }
    .align-self-lg-end {
        align-self: flex-end !important
    }
    .align-self-lg-center {
        align-self: center !important
    }
    .align-self-lg-baseline {
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 1260px) {
    .flex-xl-row {
        flex-direction: row !important
    }
    .flex-xl-column {
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-xl-fill {
        flex: 1 1 auto !important
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-xl-start {
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        justify-content: center !important
    }
    .justify-content-xl-between {
        justify-content: space-between !important
    }
    .justify-content-xl-around {
        justify-content: space-around !important
    }
    .align-items-xl-start {
        align-items: flex-start !important
    }
    .align-items-xl-end {
        align-items: flex-end !important
    }
    .align-items-xl-center {
        align-items: center !important
    }
    .align-items-xl-baseline {
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        align-items: stretch !important
    }
    .align-content-xl-start {
        align-content: flex-start !important
    }
    .align-content-xl-end {
        align-content: flex-end !important
    }
    .align-content-xl-center {
        align-content: center !important
    }
    .align-content-xl-between {
        align-content: space-between !important
    }
    .align-content-xl-around {
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        align-content: stretch !important
    }
    .align-self-xl-auto {
        align-self: auto !important
    }
    .align-self-xl-start {
        align-self: flex-start !important
    }
    .align-self-xl-end {
        align-self: flex-end !important
    }
    .align-self-xl-center {
        align-self: center !important
    }
    .align-self-xl-baseline {
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important
    }
    .float-sm-right {
        float: right !important
    }
    .float-sm-none {
        float: none !important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important
    }
    .float-md-right {
        float: right !important
    }
    .float-md-none {
        float: none !important
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important
    }
    .float-lg-right {
        float: right !important
    }
    .float-lg-none {
        float: none !important
    }
}

@media (min-width: 1260px) {
    .float-xl-left {
        float: left !important
    }
    .float-xl-right {
        float: right !important
    }
    .float-xl-none {
        float: none !important
    }
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }
    .m-sm-1 {
        margin: .25rem !important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }
    .m-sm-2 {
        margin: .5rem !important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }
    .m-sm-3 {
        margin: 1rem !important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }
    .m-sm-4 {
        margin: 1.5rem !important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }
    .m-sm-5 {
        margin: 3rem !important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }
    .p-sm-0 {
        padding: 0 !important
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }
    .p-sm-1 {
        padding: .25rem !important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }
    .p-sm-2 {
        padding: .5rem !important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }
    .p-sm-3 {
        padding: 1rem !important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }
    .p-sm-4 {
        padding: 1.5rem !important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }
    .p-sm-5 {
        padding: 3rem !important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }
    .m-sm-auto {
        margin: auto !important
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }
    .m-md-1 {
        margin: .25rem !important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }
    .m-md-2 {
        margin: .5rem !important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }
    .m-md-3 {
        margin: 1rem !important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }
    .m-md-4 {
        margin: 1.5rem !important
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }
    .m-md-5 {
        margin: 3rem !important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }
    .p-md-0 {
        padding: 0 !important
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }
    .p-md-1 {
        padding: .25rem !important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }
    .p-md-2 {
        padding: .5rem !important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }
    .p-md-3 {
        padding: 1rem !important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }
    .p-md-4 {
        padding: 1.5rem !important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }
    .p-md-5 {
        padding: 3rem !important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }
    .m-md-auto {
        margin: auto !important
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }
    .m-lg-1 {
        margin: .25rem !important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }
    .m-lg-2 {
        margin: .5rem !important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }
    .m-lg-3 {
        margin: 1rem !important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }
    .m-lg-4 {
        margin: 1.5rem !important
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }
    .m-lg-5 {
        margin: 3rem !important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }
    .p-lg-0 {
        padding: 0 !important
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }
    .p-lg-1 {
        padding: .25rem !important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }
    .p-lg-2 {
        padding: .5rem !important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }
    .p-lg-3 {
        padding: 1rem !important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }
    .p-lg-4 {
        padding: 1.5rem !important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }
    .p-lg-5 {
        padding: 3rem !important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }
    .m-lg-auto {
        margin: auto !important
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1260px) {
    .m-xl-0 {
        margin: 0 !important
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }
    .m-xl-1 {
        margin: .25rem !important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }
    .m-xl-2 {
        margin: .5rem !important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }
    .m-xl-3 {
        margin: 1rem !important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }
    .m-xl-4 {
        margin: 1.5rem !important
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }
    .m-xl-5 {
        margin: 3rem !important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }
    .p-xl-0 {
        padding: 0 !important
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }
    .p-xl-1 {
        padding: .25rem !important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }
    .p-xl-2 {
        padding: .5rem !important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }
    .p-xl-3 {
        padding: 1rem !important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }
    .p-xl-4 {
        padding: 1.5rem !important
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }
    .p-xl-5 {
        padding: 3rem !important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }
    .m-xl-auto {
        margin: auto !important
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }
    .text-sm-right {
        text-align: right !important
    }
    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }
    .text-md-right {
        text-align: right !important
    }
    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }
    .text-lg-right {
        text-align: right !important
    }
    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1260px) {
    .text-xl-left {
        text-align: left !important
    }
    .text-xl-right {
        text-align: right !important
    }
    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #00A3FF !important
}

a.text-primary:hover,
a.text-primary:focus {
    color: #0082cc !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #545b62 !important
}

.text-success {
    color: #72B951 !important
}

a.text-success:hover,
a.text-success:focus {
    color: #5b993e !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:hover,
a.text-info:focus {
    color: #117a8b !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:hover,
a.text-warning:focus {
    color: #d39e00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:hover,
a.text-danger:focus {
    color: #bd2130 !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:hover,
a.text-light:focus {
    color: #dae0e5 !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:hover,
a.text-dark:focus {
    color: #1d2124 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important
    }
    a:not(.btn):not(.btn-social) {
        text-decoration: underline
    }
    abbr[title]::after {
        content: " (" attr(title) ")"
    }
    pre {
        white-space: pre-wrap !important
    }
    pre,
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    @page {
        size: a3
    }
    body {
        min-width: 992px !important
    }
    .container {
        min-width: 992px !important
    }
    .navbar {
        display: none
    }
    .badge {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse !important
    }
    .table td,
    .table th {
        background-color: #fff !important
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6 !important
    }
    .table-dark {
        color: inherit
    }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody+tbody {
        border-color: #dee2e6
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms top, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms right, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar,
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #ffffff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #ffffff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}


/*!
 * Bootstrap-select v1.13.0 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2018 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */

.bootstrap-select>select.bs-select-hidden,
select.bs-select-hidden,
select.selectpicker {
    display: none !important
}

.bootstrap-select {
    width: 220px\9
}

.bootstrap-select>.dropdown-toggle {
    position: relative;
    width: 100%;
    z-index: 1;
    text-align: right;
    white-space: nowrap
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #999
}

.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover {
    color: rgba(255, 255, 255, 0.5)
}

.bootstrap-select>select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none
}

.bootstrap-select>select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2
}

.bootstrap-select.is-invalid .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:invalid+.dropdown-toggle {
    border-color: #b94a48
}

.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:valid+.dropdown-toggle {
    border-color: #28a745
}

.bootstrap-select.fit-width {
    width: auto !important
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 220px
}

.bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none
}

:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]) {
    width: 100%
}

.bootstrap-select.form-control.input-group-btn {
    z-index: auto
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn,
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn-social {
    border-radius: 0
}

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*=col-] {
    float: none;
    display: inline-block;
    margin-left: 0
}

.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*=col-].dropdown-menu-right,
.row .bootstrap-select[class*=col-].dropdown-menu-right {
    float: right
}

.form-group .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-inline .bootstrap-select {
    margin-bottom: 0
}

.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
    padding: 0
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit
}

.bootstrap-select.form-control-lg .dropdown-toggle,
.bootstrap-select.form-control-sm .dropdown-toggle {
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit
}

.bootstrap-select.form-control-sm .dropdown-toggle {
    padding: .25rem .5rem
}

.bootstrap-select.form-control-lg .dropdown-toggle {
    padding: .5rem 1rem
}

.form-inline .bootstrap-select .form-control {
    width: 100%
}

.bootstrap-select.disabled,
.bootstrap-select>.disabled {
    cursor: not-allowed
}

.bootstrap-select.disabled:focus,
.bootstrap-select>.disabled:focus {
    outline: 0 !important
}

.bootstrap-select.bs-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 0 !important;
    padding: 0 !important
}

.bootstrap-select.bs-container .dropdown-menu {
    z-index: 1060
}

.bootstrap-select .dropdown-toggle:before {
    content: '';
    display: inline-block
}

.bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: inherit;
    padding-right: inherit;
    padding-bottom: inherit;
    padding-left: inherit;
    height: 100%;
    width: 100%;
    text-align: left
}

.bootstrap-select .dropdown-toggle .filter-option-inner {
    padding-right: inherit
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden
}

.bootstrap-select .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
    border-radius: inherit
}

.bootstrap-select[class*=col-] .dropdown-toggle {
    width: 100%
}

.bootstrap-select .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bootstrap-select .dropdown-menu>.inner:focus {
    outline: 0 !important
}

.bootstrap-select .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.bootstrap-select .dropdown-menu li {
    position: relative
}

.bootstrap-select .dropdown-menu li.active small {
    color: #fff
}

.bootstrap-select .dropdown-menu li.disabled a {
    cursor: not-allowed
}

.bootstrap-select .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.bootstrap-select .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em
}

.bootstrap-select .dropdown-menu li a span.check-mark {
    display: none
}

.bootstrap-select .dropdown-menu li a span.text {
    display: inline-block
}

.bootstrap-select .dropdown-menu li small {
    padding-left: .5em
}

.bootstrap-select .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: .9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bootstrap-select .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
    position: static;
    display: inline;
    padding: 0
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
    display: inline
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 5px
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 34px
}

.bootstrap-select .bs-ok-default:after {
    content: '';
    display: block;
    width: .5em;
    height: 1em;
    border-style: solid;
    border-width: 0 .26em .26em 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle {
    z-index: 1061
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
    bottom: auto;
    top: -4px;
    border-top: 7px solid rgba(204, 204, 204, 0.2);
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
    bottom: auto;
    top: -4px;
    border-top: 6px solid #fff;
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
    right: 12px;
    left: auto
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
    right: 13px;
    left: auto
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before {
    display: block
}

.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
    padding: 4px 8px
}

.bs-actionsbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bs-actionsbox .btn-group button {
    width: 50%
}

.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bs-donebutton .btn-group button {
    width: 100%
}

.bs-searchbox+.bs-actionsbox {
    padding: 0 8px 4px
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none
}


/*!
 * =============================================================
 * dropify v0.2.1 - Override your input files with style.
 * https://github.com/JeremyFagis/dropify
 *
 * (c) 2016 - Jeremy FAGIS <jeremy@fagis.fr> (http://fagis.fr)
 * =============================================================
 */

@font-face {
    font-family: dropify;
    src: url(../fonts/dropify.eot);
    src: url(../fonts/dropify.eot#iefix) format("embedded-opentype"), url(../fonts/dropify.woff) format("woff"), url(../fonts/dropify.ttf) format("truetype"), url(../fonts/dropify.svg#dropify) format("svg");
    font-weight: 400;
    font-style: normal
}

.dropify-font:before,
.dropify-wrapper .dropify-message span.file-icon:before,
.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-filename span.file-icon:before,
[class*=" dropify-font-"]:before,
[class^=dropify-font-]:before {
    font-family: dropify;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-left: .2em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em
}

.dropify-wrapper,
.dropify-wrapper .dropify-clear {
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial
}

.dropify-wrapper.has-error .dropify-message .dropify-error,
.dropify-wrapper.has-preview .dropify-clear {
    display: block
}

.dropify-font-upload:before,
.dropify-wrapper .dropify-message span.file-icon:before {
    content: '\e800'
}

.dropify-font-file:before {
    content: '\e801'
}

.dropify-wrapper {
    display: block;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    height: 200px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 22px;
    color: #777;
    background-color: #FFF;
    background-image: none;
    text-align: center;
    border: 2px solid #E5E5E5;
    -webkit-transition: border-color .15s linear;
    transition: border-color .15s linear
}

.dropify-wrapper:hover {
    background-size: 30px 30px;
    background-image: -webkit-linear-gradient(135deg, #F6F6F6 25%, transparent 25%, transparent 50%, #F6F6F6 50%, #F6F6F6 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, #F6F6F6 25%, transparent 25%, transparent 50%, #F6F6F6 50%, #F6F6F6 75%, transparent 75%, transparent);
    -webkit-animation: stripes 2s linear infinite;
    animation: stripes 2s linear infinite
}

.dropify-wrapper.has-error {
    border-color: #F34141
}

.dropify-wrapper.has-error:hover .dropify-errors-container {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.dropify-wrapper.disabled input {
    cursor: not-allowed
}

.dropify-wrapper.disabled:hover {
    background-image: none;
    -webkit-animation: none;
    animation: none
}

.dropify-wrapper.disabled .dropify-message {
    opacity: .5;
    text-decoration: line-through
}

.dropify-wrapper.disabled .dropify-infos-message {
    display: none
}

.dropify-wrapper input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 5
}

.dropify-wrapper .dropify-message {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.dropify-wrapper .dropify-message span.file-icon {
    font-size: 50px;
    color: #CCC
}

.dropify-wrapper .dropify-message p {
    margin: 5px 0 0
}

.dropify-wrapper .dropify-message p.dropify-error {
    color: #F34141;
    font-weight: 700;
    display: none
}

.dropify-wrapper .dropify-clear {
    display: none;
    position: absolute;
    opacity: 0;
    z-index: 7;
    top: 10px;
    right: 10px;
    background: 0 0;
    border: 2px solid #FFF;
    text-transform: uppercase;
    font-size: 11px;
    padding: 4px 8px;
    font-weight: 700;
    color: #FFF;
    -webkit-transition: all .15s linear;
    transition: all .15s linear
}

.dropify-wrapper .dropify-clear:hover {
    background: rgba(255, 255, 255, 0.2)
}

.dropify-wrapper .dropify-preview {
    display: none;
    position: absolute;
    z-index: 1;
    background-color: #FFF;
    padding: 5px;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    text-align: center
}

.dropify-wrapper .dropify-preview .dropify-render img {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: relative;
    max-width: 100%;
    max-height: 100%;
    background-color: #FFF;
    -webkit-transition: border-color .15s linear;
    transition: border-color .15s linear
}

.dropify-wrapper .dropify-preview .dropify-render i {
    font-size: 70px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    color: #777
}

.dropify-wrapper .dropify-preview .dropify-render .dropify-extension {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: -.03em;
    font-size: 13px;
    width: 42px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.dropify-wrapper .dropify-preview .dropify-infos {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -40%);
    transform: translate(0, -40%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    padding: 0 20px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p {
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #FFF;
    text-align: center;
    line-height: 25px;
    font-weight: 700
}

.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-filename span.file-icon {
    margin-right: 2px
}

.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message {
    margin-top: 15px;
    padding-top: 15px;
    font-size: 12px;
    position: relative;
    opacity: .5
}

.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: #FFF;
    width: 30px;
    height: 2px
}

.dropify-wrapper:hover .dropify-clear,
.dropify-wrapper:hover .dropify-preview .dropify-infos {
    opacity: 1
}

.dropify-wrapper:hover .dropify-preview .dropify-infos .dropify-infos-inner {
    margin-top: -5px
}

.dropify-wrapper.touch-fallback {
    height: auto !important
}

.dropify-wrapper.touch-fallback:hover {
    background-image: none;
    -webkit-animation: none;
    animation: none
}

.dropify-wrapper.touch-fallback .dropify-preview {
    position: relative;
    padding: 0
}

.dropify-wrapper.touch-fallback .dropify-preview .dropify-render {
    display: block;
    position: relative
}

.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message::before,
.dropify-wrapper.touch-fallback.has-preview .dropify-message {
    display: none
}

.dropify-wrapper.touch-fallback .dropify-preview .dropify-render .dropify-font-file {
    position: relative;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 0;
    left: 0
}

.dropify-wrapper.touch-fallback .dropify-preview .dropify-render .dropify-font-file::before {
    margin-top: 30px;
    margin-bottom: 30px
}

.dropify-wrapper.touch-fallback .dropify-preview .dropify-render img {
    position: relative;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos {
    position: relative;
    opacity: 1;
    background: 0 0
}

.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner {
    position: relative;
    top: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 5px 90px 5px 0
}

.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner p {
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #777;
    text-align: left;
    line-height: 25px
}

.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-filename {
    font-weight: 700
}

.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message {
    margin-top: 0;
    padding-top: 0;
    font-size: 11px;
    position: relative;
    opacity: 1
}

.dropify-wrapper.touch-fallback .dropify-message {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 40px 0
}

.dropify-wrapper.touch-fallback .dropify-clear {
    top: auto;
    bottom: 23px;
    opacity: 1;
    border-color: rgba(119, 119, 119, 0.7);
    color: #777
}

.dropify-wrapper.touch-fallback:hover .dropify-preview .dropify-infos .dropify-infos-inner {
    margin-top: 0
}

.dropify-wrapper .dropify-loader {
    position: absolute;
    top: 15px;
    right: 15px;
    display: none;
    z-index: 9
}

.dropify-wrapper .dropify-loader::after {
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    -webkit-animation: rotate .6s linear infinite;
    animation: rotate .6s linear infinite;
    border-radius: 100%;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #777;
    border-left: 1px solid #CCC;
    border-right: 1px solid #777;
    content: ''
}

.dropify-wrapper .dropify-errors-container {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background: rgba(243, 65, 65, 0.8);
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s linear .15s, opacity .15s linear;
    transition: visibility 0s linear .15s, opacity .15s linear
}

.dropify-wrapper .dropify-errors-container ul {
    padding: 10px 20px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.dropify-wrapper .dropify-errors-container ul li {
    margin-left: 20px;
    color: #FFF;
    font-weight: 700
}

.dropify-wrapper .dropify-errors-container.visible {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.dropify-wrapper~.dropify-errors-container ul {
    padding: 0;
    margin: 15px 0
}

.dropify-wrapper~.dropify-errors-container ul li {
    margin-left: 20px;
    color: #F34141;
    font-weight: 700
}

@-webkit-keyframes stripes {
    from {
        background-position: 0 0
    }
    to {
        background-position: 60px 30px
    }
}

@keyframes stripes {
    from {
        background-position: 0 0
    }
    to {
        background-position: 60px 30px
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotateZ(-360deg);
        transform: rotateZ(-360deg)
    }
    100% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotateZ(-360deg);
        transform: rotateZ(-360deg)
    }
    100% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0)
    }
}


/*!
  indents styles
 */

.pad-0 {
    padding: 0 !important
}

.pad-5 {
    padding: 5px !important
}

.pad-10 {
    padding: 10px !important
}

.pad-15 {
    padding: 15px !important
}

.pad-20 {
    padding: 20px !important
}

.pad-25 {
    padding: 25px !important
}

.pad-30 {
    padding: 30px !important
}

.pad-35 {
    padding: 35px !important
}

.pad-40 {
    padding: 40px !important
}

.pad-45 {
    padding: 45px !important
}

.pad-50 {
    padding: 50px !important
}

.pad-55 {
    padding: 55px !important
}

.pad-60 {
    padding: 60px !important
}

.padx-0,
.padl-0 {
    padding-left: 0 !important
}

.padx-5,
.padl-5 {
    padding-left: 5px !important
}

.padx-10,
.padl-10 {
    padding-left: 10px !important
}

.padx-15,
.padl-15 {
    padding-left: 15px !important
}

.padx-20,
.padl-20 {
    padding-left: 20px !important
}

.padx-25,
.padl-25 {
    padding-left: 25px !important
}

.padx-30,
.padl-30 {
    padding-left: 30px !important
}

.padx-35,
.padl-35 {
    padding-left: 35px !important
}

.padx-40,
.padl-40 {
    padding-left: 40px !important
}

.padx-45,
.padl-45 {
    padding-left: 45px !important
}

.padx-50,
.padl-50 {
    padding-left: 50px !important
}

.padx-55,
.padl-55 {
    padding-left: 55px !important
}

.padx-60,
.padl-60 {
    padding-left: 60px !important
}

.padx-0,
.padr-0 {
    padding-right: 0 !important
}

.padx-5,
.padr-5 {
    padding-right: 5px !important
}

.padx-10,
.padr-10 {
    padding-right: 10px !important
}

.padx-15,
.padr-15 {
    padding-right: 15px !important
}

.padx-20,
.padr-20 {
    padding-right: 20px !important
}

.padx-25,
.padr-25 {
    padding-right: 25px !important
}

.padx-30,
.padr-30 {
    padding-right: 30px !important
}

.padx-35,
.padr-35 {
    padding-right: 35px !important
}

.padx-40,
.padr-40 {
    padding-right: 40px !important
}

.padx-45,
.padr-45 {
    padding-right: 45px !important
}

.padx-50,
.padr-50 {
    padding-right: 50px !important
}

.padx-55,
.padr-55 {
    padding-right: 55px !important
}

.padx-60,
.padr-60 {
    padding-right: 60px !important
}

.pady-0,
.padt-0 {
    padding-top: 0 !important
}

.pady-5,
.padt-5 {
    padding-top: 5px !important
}

.pady-10,
.padt-10 {
    padding-top: 10px !important
}

.pady-15,
.padt-15 {
    padding-top: 15px !important
}

.pady-20,
.padt-20 {
    padding-top: 20px !important
}

.pady-25,
.padt-25 {
    padding-top: 25px !important
}

.pady-30,
.padt-30 {
    padding-top: 30px !important
}

.pady-35,
.padt-35 {
    padding-top: 35px !important
}

.pady-40,
.padt-40 {
    padding-top: 40px !important
}

.pady-45,
.padt-45 {
    padding-top: 45px !important
}

.pady-50,
.padt-50 {
    padding-top: 50px !important
}

.pady-55,
.padt-55 {
    padding-top: 55px !important
}

.pady-60,
.padt-60 {
    padding-top: 60px !important
}

.pady-0,
.padb-0 {
    padding-bottom: 0 !important
}

.pady-5,
.padb-5 {
    padding-bottom: 5px !important
}

.pady-10,
.padb-10 {
    padding-bottom: 10px !important
}

.pady-15,
.padb-15 {
    padding-bottom: 15px !important
}

.pady-20,
.padb-20 {
    padding-bottom: 20px !important
}

.pady-25,
.padb-25 {
    padding-bottom: 25px !important
}

.pady-30,
.padb-30 {
    padding-bottom: 30px !important
}

.pady-35,
.padb-35 {
    padding-bottom: 35px !important
}

.pady-40,
.padb-40 {
    padding-bottom: 40px !important
}

.pady-45,
.padb-45 {
    padding-bottom: 45px !important
}

.pady-50,
.padb-50 {
    padding-bottom: 50px !important
}

.pady-55,
.padb-55 {
    padding-bottom: 55px !important
}

.pady-60,
.padb-60 {
    padding-bottom: 60px !important
}

.mar-0 {
    margin: 0 !important
}

.mar-5 {
    margin: 5px !important
}

.mar-10 {
    margin: 10px !important
}

.mar-15 {
    margin: 15px !important
}

.mar-20 {
    margin: 20px !important
}

.mar-25 {
    margin: 25px !important
}

.mar-30 {
    margin: 30px !important
}

.mar-35 {
    margin: 35px !important
}

.mar-40 {
    margin: 40px !important
}

.mar-45 {
    margin: 45px !important
}

.mar-50 {
    margin: 50px !important
}

.mar-55 {
    margin: 55px !important
}

.mar-60 {
    margin: 60px !important
}

.mary-0,
.marb-0 {
    margin-bottom: 0 !important
}

.marb-3 {
    margin-bottom: 3px !important
}

.mary-5,
.marb-5 {
    margin-bottom: 5px !important
}

.marb-7 {
    margin-bottom: 7px !important
}

.mary-10,
.marb-10 {
    margin-bottom: 10px !important
}

.marb-12 {
    margin-bottom: 12px !important
}

.marb-13 {
    margin-bottom: 13px !important
}

.mary-15,
.marb-15 {
    margin-bottom: 15px !important
}

.marb-17 {
    margin-bottom: 17px !important
}

.mary-20,
.marb-20 {
    margin-bottom: 20px !important
}

.mary-25,
.marb-25 {
    margin-bottom: 25px !important
}

.mary-30,
.marb-30 {
    margin-bottom: 30px !important
}

.mary-35,
.marb-35 {
    margin-bottom: 35px !important
}

.mary-40,
.marb-40 {
    margin-bottom: 40px !important
}

.mary-45,
.marb-45 {
    margin-bottom: 45px !important
}

.mary-50,
.marb-50 {
    margin-bottom: 50px !important
}

.mary-55,
.marb-55 {
    margin-bottom: 55px !important
}

.mary-60,
.marb-60 {
    margin-bottom: 60px !important
}

.mary-0,
.mart-0 {
    margin-top: 0 !important
}

.mary-5,
.mart-5 {
    margin-top: 5px !important
}

.mary-10,
.mart-10 {
    margin-top: 10px !important
}

.mary-15,
.mart-15 {
    margin-top: 15px !important
}

.mary-20,
.mart-20 {
    margin-top: 20px !important
}

.mart-22 {
    margin-top: 22px !important
}

.mary-25,
.mart-25 {
    margin-top: 25px !important
}

.mary-30,
.mart-30 {
    margin-top: 30px !important
}

.mary-35,
.mart-35 {
    margin-top: 35px !important
}

.mary-40,
.mart-40 {
    margin-top: 40px !important
}

.mary-45,
.mart-45 {
    margin-top: 45px !important
}

.mary-50,
.mart-50 {
    margin-top: 50px !important
}

.mary-55,
.mart-55 {
    margin-top: 55px !important
}

.mary-60,
.mart-60 {
    margin-top: 60px !important
}

.marx-auto,
.marl-auto {
    margin-left: auto !important
}

.marx-0,
.marl-0 {
    margin-left: 0 !important
}

.marl-2 {
    margin-left: 2px !important
}

.marx-5,
.marl-5 {
    margin-left: 5px !important
}

.marx-10,
.marl-10 {
    margin-left: 10px !important
}

.marx-15,
.marl-15 {
    margin-left: 15px !important
}

.marx-20,
.marl-20 {
    margin-left: 20px !important
}

.marx-25,
.marl-25 {
    margin-left: 25px !important
}

.marx-30,
.marl-30 {
    margin-left: 30px !important
}

.marx-35,
.marl-35 {
    margin-left: 35px !important
}

.marx-45,
.marl-45 {
    margin-left: 45px !important
}

.marx-50,
.marl-50 {
    margin-left: 50px !important
}

.marx-55,
.marl-55 {
    margin-left: 55px !important
}

.marx-60,
.marl-60 {
    margin-left: 60px !important
}

.marx-auto,
.marr-auto {
    margin-right: auto !important
}

.marx-0,
.marr-0 {
    margin-right: 0 !important
}

.marx-5,
.marr-5 {
    margin-right: 5px !important
}

.marr-7 {
    margin-right: 7px !important
}

.marx-10,
.marr-10 {
    margin-right: 10px !important
}

.marx-15,
.marr-15 {
    margin-right: 15px !important
}

.marx-20,
.marr-20 {
    margin-right: 20px !important
}

.marx-25,
.marr-25 {
    margin-right: 25px !important
}

.marx-30,
.marr-30 {
    margin-right: 30px !important
}

.marx-35,
.marr-35 {
    margin-right: 35px !important
}

.marx-40,
.marr-40 {
    margin-right: 40px !important
}

.marx-45,
.marr-45 {
    margin-right: 45px !important
}

.marx-50,
.marr-50 {
    margin-right: 50px !important
}

.marx-55,
.marr-55 {
    margin-right: 55px !important
}

.marx-60,
.marr-60 {
    margin-right: 60px !important
}

@media (min-width: 576px) {
    .pad-sm-0 {
        padding: 0 !important
    }
    .pad-sm-5 {
        padding: 5px !important
    }
    .pad-sm-10 {
        padding: 10px !important
    }
    .pad-sm-15 {
        padding: 15px !important
    }
    .pad-sm-20 {
        padding: 20px !important
    }
    .pad-sm-25 {
        padding: 25px !important
    }
    .pad-sm-30 {
        padding: 30px !important
    }
    .pad-sm-35 {
        padding: 35px !important
    }
    .pad-sm-40 {
        padding: 40px !important
    }
    .pad-sm-45 {
        padding: 45px !important
    }
    .pad-sm-50 {
        padding: 50px !important
    }
    .pad-sm-55 {
        padding: 55px !important
    }
    .pad-sm-60 {
        padding: 60px !important
    }
    .padx-sm-0,
    .padl-sm-0 {
        padding-left: 0 !important
    }
    .padx-sm-5,
    .padl-sm-5 {
        padding-left: 5px !important
    }
    .padx-sm-10,
    .padl-sm-10 {
        padding-left: 10px !important
    }
    .padx-sm-15,
    .padl-sm-15 {
        padding-left: 15px !important
    }
    .padx-sm-20,
    .padl-sm-20 {
        padding-left: 20px !important
    }
    .padx-sm-25,
    .padl-sm-25 {
        padding-left: 25px !important
    }
    .padx-sm-30,
    .padl-sm-30 {
        padding-left: 30px !important
    }
    .padx-sm-35,
    .padl-sm-35 {
        padding-left: 35px !important
    }
    .padx-sm-40,
    .padl-sm-40 {
        padding-left: 40px !important
    }
    .padx-sm-45,
    .padl-sm-45 {
        padding-left: 45px !important
    }
    .padx-sm-50,
    .padl-sm-50 {
        padding-left: 50px !important
    }
    .padx-sm-55,
    .padl-sm-55 {
        padding-left: 55px !important
    }
    .padx-sm-60,
    .padl-sm-60 {
        padding-left: 60px !important
    }
    .padx-sm-0,
    .padr-sm-0 {
        padding-right: 0 !important
    }
    .padx-sm-5,
    .padr-sm-5 {
        padding-right: 5px !important
    }
    .padx-sm-10,
    .padr-sm-10 {
        padding-right: 10px !important
    }
    .padx-sm-15,
    .padr-sm-15 {
        padding-right: 15px !important
    }
    .padx-sm-20,
    .padr-sm-20 {
        padding-right: 20px !important
    }
    .padx-sm-25,
    .padr-sm-25 {
        padding-right: 25px !important
    }
    .padx-sm-30,
    .padr-sm-30 {
        padding-right: 30px !important
    }
    .padx-sm-35,
    .padr-sm-35 {
        padding-right: 35px !important
    }
    .padx-sm-40,
    .padr-sm-40 {
        padding-right: 40px !important
    }
    .padx-sm-45,
    .padr-sm-45 {
        padding-right: 45px !important
    }
    .padx-sm-50,
    .padr-sm-50 {
        padding-right: 50px !important
    }
    .padx-sm-55,
    .padr-sm-55 {
        padding-right: 55px !important
    }
    .padx-sm-60,
    .padr-sm-60 {
        padding-right: 60px !important
    }
    .pady-sm-0,
    .padt-sm-0 {
        padding-top: 0 !important
    }
    .pady-sm-5,
    .padt-sm-5 {
        padding-top: 5px !important
    }
    .pady-sm-10,
    .padt-sm-10 {
        padding-top: 10px !important
    }
    .pady-sm-15,
    .padt-sm-15 {
        padding-top: 15px !important
    }
    .pady-sm-20,
    .padt-sm-20 {
        padding-top: 20px !important
    }
    .pady-sm-25,
    .padt-sm-25 {
        padding-top: 25px !important
    }
    .pady-sm-30,
    .padt-sm-30 {
        padding-top: 30px !important
    }
    .pady-sm-35,
    .padt-sm-35 {
        padding-top: 35px !important
    }
    .pady-sm-40,
    .padt-sm-40 {
        padding-top: 40px !important
    }
    .pady-sm-45,
    .padt-sm-45 {
        padding-top: 45px !important
    }
    .pady-sm-50,
    .padt-sm-50 {
        padding-top: 50px !important
    }
    .pady-sm-55,
    .padt-sm-55 {
        padding-top: 55px !important
    }
    .pady-sm-60,
    .padt-sm-60 {
        padding-top: 60px !important
    }
    .pady-sm-0,
    .padb-sm-0 {
        padding-bottom: 0 !important
    }
    .pad-sm-5,
    .padb-sm-5 {
        padding-bottom: 5px !important
    }
    .pady-sm-10,
    .padb-sm-10 {
        padding-bottom: 10px !important
    }
    .pady-sm-15,
    .padb-sm-15 {
        padding-bottom: 15px !important
    }
    .pady-sm-20,
    .padb-sm-20 {
        padding-bottom: 20px !important
    }
    .pady-sm-25,
    .padb-sm-25 {
        padding-bottom: 25px !important
    }
    .pady-sm-30,
    .padb-sm-30 {
        padding-bottom: 30px !important
    }
    .pady-sm-35,
    .padb-sm-35 {
        padding-bottom: 35px !important
    }
    .pady-sm-40,
    .padb-sm-40 {
        padding-bottom: 40px !important
    }
    .pady-sm-45,
    .padb-sm-45 {
        padding-bottom: 45px !important
    }
    .pady-sm-50,
    .padb-sm-50 {
        padding-bottom: 50px !important
    }
    .pady-sm-55,
    .padb-sm-55 {
        padding-bottom: 55px !important
    }
    .pady-sm-60,
    .padb-sm-60 {
        padding-bottom: 60px !important
    }
    .mar-sm-0 {
        margin: 0 !important
    }
    .mar-sm-5 {
        margin: 5px !important
    }
    .mar-sm-10 {
        margin: 10px !important
    }
    .mar-sm-15 {
        margin: 15px !important
    }
    .mar-sm-20 {
        margin: 20px !important
    }
    .mar-sm-25 {
        margin: 25px !important
    }
    .mar-sm-30 {
        margin: 30px !important
    }
    .mar-sm-35 {
        margin: 35px !important
    }
    .mar-sm-40 {
        margin: 40px !important
    }
    .mar-sm-45 {
        margin: 45px !important
    }
    .mar-sm-50 {
        margin: 50px !important
    }
    .mar-sm-55 {
        margin: 55px !important
    }
    .mar-sm-60 {
        margin: 60px !important
    }
    .mary-sm-0,
    .marb-sm-0 {
        margin-bottom: 0 !important
    }
    .mary-sm-5,
    .marb-sm-5 {
        margin-bottom: 5px !important
    }
    .mary-sm-10,
    .marb-sm-10 {
        margin-bottom: 10px !important
    }
    .mary-sm-15,
    .marb-sm-15 {
        margin-bottom: 15px !important
    }
    .marb-sm-18 {
        margin-bottom: 18px !important
    }
    .mary-sm-20,
    .marb-sm-20 {
        margin-bottom: 20px !important
    }
    .mary-sm-25,
    .marb-sm-25 {
        margin-bottom: 25px !important
    }
    .mary-sm-30,
    .marb-sm-30 {
        margin-bottom: 30px !important
    }
    .mary-sm-35,
    .marb-sm-35 {
        margin-bottom: 35px !important
    }
    .mary-sm-40,
    .marb-sm-40 {
        margin-bottom: 40px !important
    }
    .mary-sm-45,
    .marb-sm-45 {
        margin-bottom: 45px !important
    }
    .mary-sm-50,
    .marb-sm-50 {
        margin-bottom: 50px !important
    }
    .mary-sm-55,
    .marb-sm-55 {
        margin-bottom: 55px !important
    }
    .mary-sm-60,
    .marb-sm-60 {
        margin-bottom: 60px !important
    }
    .mary-sm-0,
    .mart-sm-0 {
        margin-top: 0 !important
    }
    .mary-sm-5,
    .mart-sm-5 {
        margin-top: 5px !important
    }
    .mary-sm-10,
    .mart-sm-10 {
        margin-top: 10px !important
    }
    .mary-sm-15,
    .mart-sm-15 {
        margin-top: 15px !important
    }
    .mary-sm-20,
    .mart-sm-20 {
        margin-top: 20px !important
    }
    .mary-sm-25,
    .mart-sm-25 {
        margin-top: 25px !important
    }
    .mary-sm-30,
    .mart-sm-30 {
        margin-top: 30px !important
    }
    .mary-sm-35,
    .mart-sm-35 {
        margin-top: 35px !important
    }
    .mary-sm-40,
    .mart-sm-40 {
        margin-top: 40px !important
    }
    .mary-sm-45,
    .mart-sm-45 {
        margin-top: 45px !important
    }
    .mary-sm-50,
    .mart-sm-50 {
        margin-top: 50px !important
    }
    .mary-sm-55,
    .mart-sm-55 {
        margin-top: 55px !important
    }
    .mary-sm-60,
    .mart-sm-60 {
        margin-top: 60px !important
    }
    .marx-sm-auto,
    .marl-sm-auto {
        margin-left: auto !important
    }
    .marx-sm-0,
    .marl-sm-0 {
        margin-left: 0 !important
    }
    .marx-sm-5,
    .marl-sm-5 {
        margin-left: 5px !important
    }
    .marx-sm-10,
    .marl-sm-10 {
        margin-left: 10px !important
    }
    .marx-sm-15,
    .marl-sm-15 {
        margin-left: 15px !important
    }
    .marx-sm-20,
    .marl-sm-20 {
        margin-left: 20px !important
    }
    .marx-sm-25,
    .marl-sm-25 {
        margin-left: 25px !important
    }
    .marx-sm-30,
    .marl-sm-30 {
        margin-left: 30px !important
    }
    .marx-sm-35,
    .marl-sm-35 {
        margin-left: 35px !important
    }
    .marx-sm-45,
    .marl-sm-45 {
        margin-left: 45px !important
    }
    .marx-sm-50,
    .marl-sm-50 {
        margin-left: 50px !important
    }
    .marx-sm-55,
    .marl-sm-55 {
        margin-left: 55px !important
    }
    .marx-sm-60,
    .marl-sm-60 {
        margin-left: 60px !important
    }
    .marx-sm-auto,
    .marr-sm-auto {
        margin-right: auto !important
    }
    .marx-sm-0,
    .marr-sm-0 {
        margin-right: 0 !important
    }
    .marx-sm-5,
    .marr-sm-5 {
        margin-right: 5px !important
    }
    .marx-sm-10,
    .marr-sm-10 {
        margin-right: 10px !important
    }
    .marx-sm-15,
    .marr-sm-15 {
        margin-right: 15px !important
    }
    .marx-sm-20,
    .marr-sm-20 {
        margin-right: 20px !important
    }
    .marx-sm-25,
    .marr-sm-25 {
        margin-right: 25px !important
    }
    .marx-sm-30,
    .marr-sm-30 {
        margin-right: 30px !important
    }
    .marx-sm-35,
    .marr-sm-35 {
        margin-right: 35px !important
    }
    .marx-sm-40,
    .marr-sm-40 {
        margin-right: 40px !important
    }
    .marx-sm-45,
    .marr-sm-45 {
        margin-right: 45px !important
    }
    .marx-sm-50,
    .marr-sm-50 {
        margin-right: 50px !important
    }
    .marx-sm-55,
    .marr-sm-55 {
        margin-right: 55px !important
    }
    .marx-sm-60,
    .marr-sm-60 {
        margin-right: 60px !important
    }
}

@media (min-width: 768px) {
    .pad-md-0 {
        padding: 0 !important
    }
    .pad-md-5 {
        padding: 5px !important
    }
    .pad-md-10 {
        padding: 10px !important
    }
    .pad-md-15 {
        padding: 15px !important
    }
    .pad-md-20 {
        padding: 20px !important
    }
    .pad-md-25 {
        padding: 25px !important
    }
    .pad-md-30 {
        padding: 30px !important
    }
    .pad-md-35 {
        padding: 35px !important
    }
    .pad-md-40 {
        padding: 40px !important
    }
    .pad-md-45 {
        padding: 45px !important
    }
    .pad-md-50 {
        padding: 50px !important
    }
    .pad-md-55 {
        padding: 55px !important
    }
    .pad-md-60 {
        padding: 60px !important
    }
    .padx-md-0,
    .padl-md-0 {
        padding-left: 0 !important
    }
    .padx-md-5,
    .padl-md-5 {
        padding-left: 5px !important
    }
    .padx-md-10,
    .padl-md-10 {
        padding-left: 10px !important
    }
    .padx-md-15,
    .padl-md-15 {
        padding-left: 15px !important
    }
    .padx-md-20,
    .padl-md-20 {
        padding-left: 20px !important
    }
    .padx-md-25,
    .padl-md-25 {
        padding-left: 25px !important
    }
    .padx-md-30,
    .padl-md-30 {
        padding-left: 30px !important
    }
    .padx-md-35,
    .padl-md-35 {
        padding-left: 35px !important
    }
    .padx-md-40,
    .padl-md-40 {
        padding-left: 40px !important
    }
    .padx-md-45,
    .padl-md-45 {
        padding-left: 45px !important
    }
    .padx-md-50,
    .padl-md-50 {
        padding-left: 50px !important
    }
    .padx-md-55,
    .padl-md-55 {
        padding-left: 55px !important
    }
    .padx-md-60,
    .padl-md-60 {
        padding-left: 60px !important
    }
    .padx-md-0,
    .padr-md-0 {
        padding-right: 0 !important
    }
    .padx-md-5,
    .padr-md-5 {
        padding-right: 5px !important
    }
    .padx-md-10,
    .padr-md-10 {
        padding-right: 10px !important
    }
    .padx-md-15,
    .padr-md-15 {
        padding-right: 15px !important
    }
    .padx-md-20,
    .padr-md-20 {
        padding-right: 20px !important
    }
    .padx-md-25,
    .padr-md-25 {
        padding-right: 25px !important
    }
    .padx-md-30,
    .padr-md-30 {
        padding-right: 30px !important
    }
    .padx-md-35,
    .padr-md-35 {
        padding-right: 35px !important
    }
    .padx-md-40,
    .padr-md-40 {
        padding-right: 40px !important
    }
    .padx-md-45,
    .padr-md-45 {
        padding-right: 45px !important
    }
    .padx-md-50,
    .padr-md-50 {
        padding-right: 50px !important
    }
    .padx-md-55,
    .padr-md-55 {
        padding-right: 55px !important
    }
    .padx-md-60,
    .padr-md-60 {
        padding-right: 60px !important
    }
    .pady-md-0,
    .padt-md-0 {
        padding-top: 0 !important
    }
    .pady-md-5,
    .padt-md-5 {
        padding-top: 5px !important
    }
    .pady-md-10,
    .padt-md-10 {
        padding-top: 10px !important
    }
    .pady-md-15,
    .padt-md-15 {
        padding-top: 15px !important
    }
    .pady-md-20,
    .padt-md-20 {
        padding-top: 20px !important
    }
    .pady-md-25,
    .padt-md-25 {
        padding-top: 25px !important
    }
    .pady-md-30,
    .padt-md-30 {
        padding-top: 30px !important
    }
    .pady-md-35,
    .padt-md-35 {
        padding-top: 35px !important
    }
    .pady-md-40,
    .padt-md-40 {
        padding-top: 40px !important
    }
    .pady-md-45,
    .padt-md-45 {
        padding-top: 45px !important
    }
    .pady-md-50,
    .padt-md-50 {
        padding-top: 50px !important
    }
    .pady-md-55,
    .padt-md-55 {
        padding-top: 55px !important
    }
    .pady-md-60,
    .padt-md-60 {
        padding-top: 60px !important
    }
    .pady-md-0,
    .padb-md-0 {
        padding-bottom: 0 !important
    }
    .pad-md-5,
    .padb-md-5 {
        padding-bottom: 5px !important
    }
    .pady-md-10,
    .padb-md-10 {
        padding-bottom: 10px !important
    }
    .pady-md-15,
    .padb-md-15 {
        padding-bottom: 15px !important
    }
    .pady-md-20,
    .padb-md-20 {
        padding-bottom: 20px !important
    }
    .pady-md-25,
    .padb-md-25 {
        padding-bottom: 25px !important
    }
    .pady-md-30,
    .padb-md-30 {
        padding-bottom: 30px !important
    }
    .pady-md-35,
    .padb-md-35 {
        padding-bottom: 35px !important
    }
    .pady-md-40,
    .padb-md-40 {
        padding-bottom: 40px !important
    }
    .pady-md-45,
    .padb-md-45 {
        padding-bottom: 45px !important
    }
    .pady-md-50,
    .padb-md-50 {
        padding-bottom: 50px !important
    }
    .pady-md-55,
    .padb-md-55 {
        padding-bottom: 55px !important
    }
    .pady-md-60,
    .padb-md-60 {
        padding-bottom: 60px !important
    }
    .mar-md-0 {
        margin: 0 !important
    }
    .mar-md-5 {
        margin: 5px !important
    }
    .mar-md-10 {
        margin: 10px !important
    }
    .mar-md-15 {
        margin: 15px !important
    }
    .mar-md-20 {
        margin: 20px !important
    }
    .mar-md-25 {
        margin: 25px !important
    }
    .mar-md-30 {
        margin: 30px !important
    }
    .mar-md-35 {
        margin: 35px !important
    }
    .mar-md-40 {
        margin: 40px !important
    }
    .mar-md-45 {
        margin: 45px !important
    }
    .mar-md-50 {
        margin: 50px !important
    }
    .mar-md-55 {
        margin: 55px !important
    }
    .mar-md-60 {
        margin: 60px !important
    }
    .mary-md-0,
    .marb-md-0 {
        margin-bottom: 0 !important
    }
    .mary-5,
    .marb-5 {
        margin-bottom: 5px !important
    }
    .marb-md-7 {
        margin-bottom: 7px !important
    }
    .mary-md-10,
    .marb-md-10 {
        margin-bottom: 10px !important
    }
    .mary-md-15,
    .marb-md-15 {
        margin-bottom: 15px !important
    }
    .mary-md-20,
    .marb-md-20 {
        margin-bottom: 20px !important
    }
    .mary-md-25,
    .marb-md-25 {
        margin-bottom: 25px !important
    }
    .mary-md-30,
    .marb-md-30 {
        margin-bottom: 30px !important
    }
    .mary-md-35,
    .marb-md-35 {
        margin-bottom: 35px !important
    }
    .mary-md-40,
    .marb-md-40 {
        margin-bottom: 40px !important
    }
    .mary-md-45,
    .marb-md-45 {
        margin-bottom: 45px !important
    }
    .mary-md-50,
    .marb-md-50 {
        margin-bottom: 50px !important
    }
    .mary-md-55,
    .marb-md-55 {
        margin-bottom: 55px !important
    }
    .mary-md-60,
    .marb-md-60 {
        margin-bottom: 60px !important
    }
    .mary-md-0,
    .mart-md-0 {
        margin-top: 0 !important
    }
    .mary-md-5,
    .mart-md-5 {
        margin-top: 5px !important
    }
    .mart-md-6 {
        margin-top: 6px !important
    }
    .mary-md-10,
    .mart-md-10 {
        margin-top: 10px !important
    }
    .mary-md-15,
    .mart-md-15 {
        margin-top: 15px !important
    }
    .mary-md-20,
    .mart-md-20 {
        margin-top: 20px !important
    }
    .mary-md-25,
    .mart-md-25 {
        margin-top: 25px !important
    }
    .mary-md-30,
    .mart-md-30 {
        margin-top: 30px !important
    }
    .mary-md-35,
    .mart-md-35 {
        margin-top: 35px !important
    }
    .mary-md-40,
    .mart-md-40 {
        margin-top: 40px !important
    }
    .mary-md-45,
    .mart-md-45 {
        margin-top: 45px !important
    }
    .mary-md-50,
    .mart-md-50 {
        margin-top: 50px !important
    }
    .mary-md-55,
    .mart-md-55 {
        margin-top: 55px !important
    }
    .mary-md-60,
    .mart-md-60 {
        margin-top: 60px !important
    }
    .marx-md-auto,
    .marr-md-auto {
        margin-right: auto !important
    }
    .marx-md-0,
    .marl-md-0 {
        margin-left: 0 !important
    }
    .marx-md-5,
    .marl-md-5 {
        margin-left: 5px !important
    }
    .marx-md-10,
    .marl-md-10 {
        margin-left: 10px !important
    }
    .marx-md-15,
    .marl-md-15 {
        margin-left: 15px !important
    }
    .marx-md-20,
    .marl-md-20 {
        margin-left: 20px !important
    }
    .marx-md-25,
    .marl-md-25 {
        margin-left: 25px !important
    }
    .marx-md-30,
    .marl-md-30 {
        margin-left: 30px !important
    }
    .marx-md-35,
    .marl-md-35 {
        margin-left: 35px !important
    }
    .marx-md-45,
    .marl-md-45 {
        margin-left: 45px !important
    }
    .marx-md-50,
    .marl-md-50 {
        margin-left: 50px !important
    }
    .marx-md-55,
    .marl-md-55 {
        margin-left: 55px !important
    }
    .marx-md-60,
    .marl-md-60 {
        margin-left: 60px !important
    }
    .marx-md-auto,
    .marr-md-auto {
        margin-right: auto !important
    }
    .marx-md-0,
    .marr-md-0 {
        margin-right: 0 !important
    }
    .marx-md-5,
    .marr-md-5 {
        margin-right: 5px !important
    }
    .marx-md-10,
    .marr-md-10 {
        margin-right: 10px !important
    }
    .marx-md-15,
    .marr-md-15 {
        margin-right: 15px !important
    }
    .marx-md-20,
    .marr-md-20 {
        margin-right: 20px !important
    }
    .marx-md-25,
    .marr-md-25 {
        margin-right: 25px !important
    }
    .marx-md-30,
    .marr-md-30 {
        margin-right: 30px !important
    }
    .marx-md-35,
    .marr-md-35 {
        margin-right: 35px !important
    }
    .marx-md-40,
    .marr-md-40 {
        margin-right: 40px !important
    }
    .marx-md-45,
    .marr-md-45 {
        margin-right: 45px !important
    }
    .marx-md-50,
    .marr-md-50 {
        margin-right: 50px !important
    }
    .marx-md-55,
    .marr-md-55 {
        margin-right: 55px !important
    }
    .marx-md-60,
    .marr-md -60 {
        margin-right: 60px !important
    }
}

@media (min-width: 992px) {
    .pad-lg-0 {
        padding: 0 !important
    }
    .pad-lg-5 {
        padding: 5px !important
    }
    .pad-lg-10 {
        padding: 10px !important
    }
    .pad-lg-15 {
        padding: 15px !important
    }
    .pad-lg-20 {
        padding: 20px !important
    }
    .pad-lg-25 {
        padding: 25px !important
    }
    .pad-lg-30 {
        padding: 30px !important
    }
    .pad-lg-35 {
        padding: 35px !important
    }
    .pad-lg-40 {
        padding: 40px !important
    }
    .pad-lg-45 {
        padding: 45px !important
    }
    .pad-lg-50 {
        padding: 50px !important
    }
    .pad-lg-55 {
        padding: 55px !important
    }
    .pad-lg-60 {
        padding: 60px !important
    }
    .padx-lg-0,
    .padl-lg-0 {
        padding-left: 0 !important
    }
    .padx-lg-5,
    .padl-lg-5 {
        padding-left: 5px !important
    }
    .padx-lg-10,
    .padl-lg-10 {
        padding-left: 10px !important
    }
    .padx-lg-15,
    .padl-lg-15 {
        padding-left: 15px !important
    }
    .padx-lg-20,
    .padl-lg-20 {
        padding-left: 20px !important
    }
    .padx-lg-25,
    .padl-lg-25 {
        padding-left: 25px !important
    }
    .padx-lg-30,
    .padl-lg-30 {
        padding-left: 30px !important
    }
    .padx-lg-35,
    .padl-lg-35 {
        padding-left: 35px !important
    }
    .padx-lg-40,
    .padl-lg-40 {
        padding-left: 40px !important
    }
    .padx-lg-45,
    .padl-lg-45 {
        padding-left: 45px !important
    }
    .padx-lg-50,
    .padl-lg-50 {
        padding-left: 50px !important
    }
    .padx-lg-55,
    .padl-lg-55 {
        padding-left: 55px !important
    }
    .padx-lg-60,
    .padl-lg-60 {
        padding-left: 60px !important
    }
    .padx-lg-0,
    .padr-lg-0 {
        padding-right: 0 !important
    }
    .padx-lg-5,
    .padr-lg-5 {
        padding-right: 5px !important
    }
    .padx-lg-10,
    .padr-lg-10 {
        padding-right: 10px !important
    }
    .padx-lg-15,
    .padr-lg-15 {
        padding-right: 15px !important
    }
    .padx-lg-20,
    .padr-lg-20 {
        padding-right: 20px !important
    }
    .padx-lg-25,
    .padr-lg-25 {
        padding-right: 25px !important
    }
    .padx-lg-30,
    .padr-lg-30 {
        padding-right: 30px !important
    }
    .padx-lg-35,
    .padr-lg-35 {
        padding-right: 35px !important
    }
    .padx-lg-40,
    .padr-lg-40 {
        padding-right: 40px !important
    }
    .padx-lg-45,
    .padr-lg-45 {
        padding-right: 45px !important
    }
    .padx-lg-50,
    .padr-lg-50 {
        padding-right: 50px !important
    }
    .padx-lg-55,
    .padr-lg-55 {
        padding-right: 55px !important
    }
    .padx-lg-60,
    .padr-lg-60 {
        padding-right: 60px !important
    }
    .pady-lg-0,
    .padt-lg-0 {
        padding-top: 0 !important
    }
    .pady-lg-5,
    .padt-lg-5 {
        padding-top: 5px !important
    }
    .pady-lg-10,
    .padt-lg-10 {
        padding-top: 10px !important
    }
    .pady-lg-15,
    .padt-lg-15 {
        padding-top: 15px !important
    }
    .pady-lg-20,
    .padt-lg-20 {
        padding-top: 20px !important
    }
    .pady-lg-25,
    .padt-lg-25 {
        padding-top: 25px !important
    }
    .pady-lg-30,
    .padt-lg-30 {
        padding-top: 30px !important
    }
    .pady-lg-35,
    .padt-lg-35 {
        padding-top: 35px !important
    }
    .pady-lg-40,
    .padt-lg-40 {
        padding-top: 40px !important
    }
    .pady-lg-45,
    .padt-lg-45 {
        padding-top: 45px !important
    }
    .pady-lg-50,
    .padt-lg-50 {
        padding-top: 50px !important
    }
    .pady-lg-55,
    .padt-lg-55 {
        padding-top: 55px !important
    }
    .pady-lg-60,
    .padt-lg-60 {
        padding-top: 60px !important
    }
    .pady-lg-0,
    .padb-lg-0 {
        padding-bottom: 0 !important
    }
    .pad-lg-5,
    .padb-lg-5 {
        padding-bottom: 5px !important
    }
    .pady-lg-10,
    .padb-lg-10 {
        padding-bottom: 10px !important
    }
    .pady-lg-15,
    .padb-lg-15 {
        padding-bottom: 15px !important
    }
    .pady-lg-20,
    .padb-lg-20 {
        padding-bottom: 20px !important
    }
    .pady-lg-25,
    .padb-lg-25 {
        padding-bottom: 25px !important
    }
    .pady-lg-30,
    .padb-lg-30 {
        padding-bottom: 30px !important
    }
    .pady-lg-35,
    .padb-lg-35 {
        padding-bottom: 35px !important
    }
    .pady-lg-40,
    .padb-lg-40 {
        padding-bottom: 40px !important
    }
    .pady-lg-45,
    .padb-lg-45 {
        padding-bottom: 45px !important
    }
    .pady-lg-50,
    .padb-lg-50 {
        padding-bottom: 50px !important
    }
    .pady-lg-55,
    .padb-lg-55 {
        padding-bottom: 55px !important
    }
    .pady-lg-60,
    .padb-lg-60 {
        padding-bottom: 60px !important
    }
    .mar-lg-0 {
        margin: 0 !important
    }
    .mar-lg-5 {
        margin: 5px !important
    }
    .mar-lg-10 {
        margin: 10px !important
    }
    .mar-lg-15 {
        margin: 15px !important
    }
    .mar-lg-20 {
        margin: 20px !important
    }
    .mar-lg-25 {
        margin: 25px !important
    }
    .mar-lg-30 {
        margin: 30px !important
    }
    .mar-lg-35 {
        margin: 35px !important
    }
    .mar-lg-40 {
        margin: 40px !important
    }
    .mar-lg-45 {
        margin: 45px !important
    }
    .mar-lg-50 {
        margin: 50px !important
    }
    .mar-lg-55 {
        margin: 55px !important
    }
    .mar-lg-60 {
        margin: 60px !important
    }
    .mary-lg-0,
    .marb-lg-0 {
        margin-bottom: 0 !important
    }
    .mary-lg-5,
    .marb-lg-5 {
        margin-bottom: 5px !important
    }
    .marb-lg-7 {
        margin-bottom: 7px !important
    }
    .mary-lg-10,
    .marb-lg-10 {
        margin-bottom: 10px !important
    }
    .marb-lg-12 {
        margin-bottom: 12px !important
    }
    .mary-lg-15,
    .marb-lg-15 {
        margin-bottom: 15px !important
    }
    .marb-lg-18 {
        margin-bottom: 18px !important
    }
    .mary-lg-20,
    .marb-lg-20 {
        margin-bottom: 20px !important
    }
    .mary-lg-25,
    .marb-lg-25 {
        margin-bottom: 25px !important
    }
    .mary-lg-30,
    .marb-lg-30 {
        margin-bottom: 30px !important
    }
    .mary-lg-35,
    .marb-lg-35 {
        margin-bottom: 35px !important
    }
    .mary-lg-40,
    .marb-lg-40 {
        margin-bottom: 40px !important
    }
    .mary-lg-45,
    .marb-lg-45 {
        margin-bottom: 45px !important
    }
    .mary-lg-50,
    .marb-lg-50 {
        margin-bottom: 50px !important
    }
    .mary-lg-55,
    .marb-lg-55 {
        margin-bottom: 55px !important
    }
    .mary-lg-60,
    .marb-lg-60 {
        margin-bottom: 60px !important
    }
    .mary-lg-0,
    .mart-lg-0 {
        margin-top: 0 !important
    }
    .mary-lg-5,
    .mart-lg-5 {
        margin-top: 5px !important
    }
    .mary-lg-10,
    .mart-lg-10 {
        margin-top: 10px !important
    }
    .mary-lg-15,
    .mart-lg-15 {
        margin-top: 15px !important
    }
    .mary-lg-20,
    .mart-lg-20 {
        margin-top: 20px !important
    }
    .mary-lg-25,
    .mart-lg-25 {
        margin-top: 25px !important
    }
    .mary-lg-30,
    .mart-lg-30 {
        margin-top: 30px !important
    }
    .mary-lg-35,
    .mart-lg-35 {
        margin-top: 35px !important
    }
    .mary-lg-40,
    .mart-lg-40 {
        margin-top: 40px !important
    }
    .mary-45,
    .mart-45 {
        margin-top: 45px !important
    }
    .mary-lg-50,
    .mart-lg-50 {
        margin-top: 50px !important
    }
    .mary-lg-55,
    .mart-lg-55 {
        margin-top: 55px !important
    }
    .mary-lg-60,
    .mart-lg-60 {
        margin-top: 60px !important
    }
    .marx-lg-auto,
    .marl-lg-auto {
        margin-left: auto !important
    }
    .marx-lg-0,
    .marl-lg-0 {
        margin-left: 0 !important
    }
    .marx-lg-5,
    .marl-lg-5 {
        margin-left: 5px !important
    }
    .marx-10,
    .marl-10 {
        margin-left: 10px !important
    }
    .marx-lg-15,
    .marl-lg-15 {
        margin-left: 15px !important
    }
    .marx-lg-20,
    .marl-lg-20 {
        margin-left: 20px !important
    }
    .marx-lg-25,
    .marl-lg-25 {
        margin-left: 25px !important
    }
    .marx-lg-30,
    .marl-lg-30 {
        margin-left: 30px !important
    }
    .marx-lg-35,
    .marl-lg-35 {
        margin-left: 35px !important
    }
    .marx-lg-45,
    .marl-lg-45 {
        margin-left: 45px !important
    }
    .marx-lg-50,
    .marl-lg-50 {
        margin-left: 50px !important
    }
    .marx-lg-55,
    .marl-lg-55 {
        margin-left: 55px !important
    }
    .marx-lg-60,
    .marl-lg-60 {
        margin-left: 60px !important
    }
    .marx-lg-auto,
    .marr-lg-auto {
        margin-right: auto !important
    }
    .marx-lg-0,
    .marr-lg-0 {
        margin-right: 0 !important
    }
    .marx-lg-5,
    .marr-lg-5 {
        margin-right: 5px !important
    }
    .marx-lg-10,
    .marr-lg-10 {
        margin-right: 10px !important
    }
    .marx-lg-15,
    .marr-lg-15 {
        margin-right: 15px !important
    }
    .marx-lg-20,
    .marr-lg-20 {
        margin-right: 20px !important
    }
    .marx-lg-25,
    .marr-lg-25 {
        margin-right: 25px !important
    }
    .marx-lg-30,
    .marr-lg-30 {
        margin-right: 30px !important
    }
    .marx-lg-35,
    .marr-lg-35 {
        margin-right: 35px !important
    }
    .marx-lg-40,
    .marr-lg-40 {
        margin-right: 40px !important
    }
    .marx-lg-45,
    .marr-lg-45 {
        margin-right: 45px !important
    }
    .marx-lg-50,
    .marr-lg-50 {
        margin-right: 50px !important
    }
    .marx-lg-55,
    .marr-lg-55 {
        margin-right: 55px !important
    }
    .marx-lg-60,
    .marr-lg-60 {
        margin-right: 60px !important
    }
}

@media (min-width: 1260px) {
    .pad-xl-0 {
        padding: 0 !important
    }
    .pad-xl-5 {
        padding: 5px !important
    }
    .pad-xl-10 {
        padding: 10px !important
    }
    .pad-xl-15 {
        padding: 15px !important
    }
    .pad-xl-20 {
        padding: 20px !important
    }
    .pad-xl-25 {
        padding: 25px !important
    }
    .pad-xl-30 {
        padding: 30px !important
    }
    .pad-xl-35 {
        padding: 35px !important
    }
    .pad-xl-40 {
        padding: 40px !important
    }
    .pad-xl-45 {
        padding: 45px !important
    }
    .pad-xl-50 {
        padding: 50px !important
    }
    .pad-xl-55 {
        padding: 55px !important
    }
    .pad-xl-60 {
        padding: 60px !important
    }
    .padx-xl-0,
    .padl-xl-0 {
        padding-left: 0 !important
    }
    .padx-xl-5,
    .padl-xl-5 {
        padding-left: 5px !important
    }
    .padx-xl-10,
    .padl-xl-10 {
        padding-left: 10px !important
    }
    .padx-xl-15,
    .padl-xl-15 {
        padding-left: 15px !important
    }
    .padx-xl-20,
    .padl-xl-20 {
        padding-left: 20px !important
    }
    .padx-xl-25,
    .padl-xl-25 {
        padding-left: 25px !important
    }
    .padx-xl-30,
    .padl-xl-30 {
        padding-left: 30px !important
    }
    .padx-xl-35,
    .padl-xl-35 {
        padding-left: 35px !important
    }
    .padx-xl-40,
    .padl-xl-40 {
        padding-left: 40px !important
    }
    .padx-xl-45,
    .padl-xl-45 {
        padding-left: 45px !important
    }
    .padx-xl-50,
    .padl-xl-50 {
        padding-left: 50px !important
    }
    .padx-xl-55,
    .padl-xl-55 {
        padding-left: 55px !important
    }
    .padx-xl-60,
    .padl-xl-60 {
        padding-left: 60px !important
    }
    .padx-xl-0,
    .padr-xl-0 {
        padding-right: 0 !important
    }
    .padx-xl-5,
    .padr-xl-5 {
        padding-right: 5px !important
    }
    .padx-xl-10,
    .padr-xl-10 {
        padding-right: 10px !important
    }
    .padx-xl-15,
    .padr-xl-15 {
        padding-right: 15px !important
    }
    .padx-xl-20,
    .padr-xl-20 {
        padding-right: 20px !important
    }
    .padx-xl-25,
    .padr-xl-25 {
        padding-right: 25px !important
    }
    .padx-xl-30,
    .padr-xl-30 {
        padding-right: 30px !important
    }
    .padx-xl-35,
    .padr-xl-35 {
        padding-right: 35px !important
    }
    .padx-xl-40,
    .padr-xl-40 {
        padding-right: 40px !important
    }
    .padx-xl-45,
    .padr-xl-45 {
        padding-right: 45px !important
    }
    .padx-xl-50,
    .padr-xl-50 {
        padding-right: 50px !important
    }
    .padx-xl-55,
    .padr-xl-55 {
        padding-right: 55px !important
    }
    .padx-xl-60,
    .padr-xl-60 {
        padding-right: 60px !important
    }
    .pady-xl-0,
    .padt-xl-0 {
        padding-top: 0 !important
    }
    .pady-xl-5,
    .padt-xl-5 {
        padding-top: 5px !important
    }
    .pady-xl-10,
    .padt-xl-10 {
        padding-top: 10px !important
    }
    .pady-xl-15,
    .padt-xl-15 {
        padding-top: 15px !important
    }
    .pady-xl-20,
    .padt-xl-20 {
        padding-top: 20px !important
    }
    .pady-xl-25,
    .padt-xl-25 {
        padding-top: 25px !important
    }
    .pady-xl-30,
    .padt-xl-30 {
        padding-top: 30px !important
    }
    .pady-xl-35,
    .padt-xl-35 {
        padding-top: 35px !important
    }
    .pady-xl-40,
    .padt-xl-40 {
        padding-top: 40px !important
    }
    .pady-xl-45,
    .padt-xl-45 {
        padding-top: 45px !important
    }
    .pady-xl-50,
    .padt-xl-50 {
        padding-top: 50px !important
    }
    .pady-xl-55,
    .padt-xl-55 {
        padding-top: 55px !important
    }
    .pady-xl-60,
    .padt-xl-60 {
        padding-top: 60px !important
    }
    .pady-xl-0,
    .padb-xl-0 {
        padding-bottom: 0 !important
    }
    .pad-xl-5,
    .padb-xl-5 {
        padding-bottom: 5px !important
    }
    .pady-xl-10,
    .padb-xl-10 {
        padding-bottom: 10px !important
    }
    .pady-xl-15,
    .padb-xl-15 {
        padding-bottom: 15px !important
    }
    .pady-xl-20,
    .padb-xl-20 {
        padding-bottom: 20px !important
    }
    .pady-xl-25,
    .padb-xl-25 {
        padding-bottom: 25px !important
    }
    .pady-xl-30,
    .padb-xl-30 {
        padding-bottom: 30px !important
    }
    .pady-xl-35,
    .padb-xl-35 {
        padding-bottom: 35px !important
    }
    .pady-xl-40,
    .padb-xl-40 {
        padding-bottom: 40px !important
    }
    .pady-xl-45,
    .padb-xl-45 {
        padding-bottom: 45px !important
    }
    .pady-xl-50,
    .padb-xl-50 {
        padding-bottom: 50px !important
    }
    .pady-xl-55,
    .padb-xl-55 {
        padding-bottom: 55px !important
    }
    .pady-xl-60,
    .padb-xl-60 {
        padding-bottom: 60px !important
    }
    .mar-xl-0 {
        margin: 0 !important
    }
    .mar-xl-5 {
        margin: 5px !important
    }
    .mar-xl-10 {
        margin: 10px !important
    }
    .mar-xl-15 {
        margin: 15px !important
    }
    .mar-xl-20 {
        margin: 20px !important
    }
    .mar-xl-25 {
        margin: 25px !important
    }
    .mar-xl-30 {
        margin: 30px !important
    }
    .mar-xl-35 {
        margin: 35px !important
    }
    .mar-xl-40 {
        margin: 40px !important
    }
    .mar-xl-45 {
        margin: 45px !important
    }
    .mar-xl-50 {
        margin: 50px !important
    }
    .mar-xl-55 {
        margin: 55px !important
    }
    .mar-xl-60 {
        margin: 60px !important
    }
    .mary-xl-0,
    .marb-xl-0 {
        margin-bottom: 0 !important
    }
    .mary-xl-5,
    .marb-xl-5 {
        margin-bottom: 5px !important
    }
    .marb-xl-7 {
        margin-bottom: 7px !important
    }
    .mary-xl-10,
    .marb-xl-10 {
        margin-bottom: 10px !important
    }
    .marb-xl-12 {
        margin-bottom: 12px !important
    }
    .mary-xl-15,
    .marb-xl-15 {
        margin-bottom: 15px !important
    }
    .marb-xl-18 {
        margin-bottom: 18px !important
    }
    .mary-xl-20,
    .marb-xl-20 {
        margin-bottom: 20px !important
    }
    .mary-xl-25,
    .marb-xl-25 {
        margin-bottom: 25px !important
    }
    .mary-xl-30,
    .marb-xl-30 {
        margin-bottom: 30px !important
    }
    .mary-xl-35,
    .marb-xl-35 {
        margin-bottom: 35px !important
    }
    .mary-xl-40,
    .marb-xl-40 {
        margin-bottom: 40px !important
    }
    .mary-xl-45,
    .marb-xl-45 {
        margin-bottom: 45px !important
    }
    .mary-xl-50,
    .marb-xl-50 {
        margin-bottom: 50px !important
    }
    .mary-xl-55,
    .marb-xl-55 {
        margin-bottom: 55px !important
    }
    .mary-xl-60,
    .marb-xl-60 {
        margin-bottom: 60px !important
    }
    .mary-xl-0,
    .mart-xl-0 {
        margin-top: 0 !important
    }
    .mary-xl-5,
    .mart-xl-5 {
        margin-top: 5px !important
    }
    .mary-xl-10,
    .mart-xl-10 {
        margin-top: 10px !important
    }
    .mary-xl-15,
    .mart-xl-15 {
        margin-top: 15px !important
    }
    .mary-xl-20,
    .mart-xl-20 {
        margin-top: 20px !important
    }
    .mart-xl-22 {
        margin-top: 22px !important
    }
    .mary-xl-25,
    .mart-xl-25 {
        margin-top: 25px !important
    }
    .mary-xl-30,
    .mart-xl-30 {
        margin-top: 30px !important
    }
    .mary-xl-35,
    .mart-xl-35 {
        margin-top: 35px !important
    }
    .mary-xl-40,
    .mart-xl-40 {
        margin-top: 40px !important
    }
    .mary-45,
    .mart-45 {
        margin-top: 45px !important
    }
    .mary-xl-50,
    .mart-xl-50 {
        margin-top: 50px !important
    }
    .mary-xl-55,
    .mart-xl-55 {
        margin-top: 55px !important
    }
    .mary-xl-60,
    .mart-xl-60 {
        margin-top: 60px !important
    }
    .marx-xl-auto,
    .marl-xl-auto {
        margin-left: auto !important
    }
    .marx-xl-0,
    .marl-xl-0 {
        margin-left: 0 !important
    }
    .marx-xl-5,
    .marl-xl-5 {
        margin-left: 5px !important
    }
    .marx-10,
    .marl-10 {
        margin-left: 10px !important
    }
    .marx-xl-15,
    .marl-xl-15 {
        margin-left: 15px !important
    }
    .marx-xl-20,
    .marl-xl-20 {
        margin-left: 20px !important
    }
    .marx-xl-25,
    .marl-xl-25 {
        margin-left: 25px !important
    }
    .marx-xl-30,
    .marl-xl-30 {
        margin-left: 30px !important
    }
    .marx-xl-35,
    .marl-xl-35 {
        margin-left: 35px !important
    }
    .marx-xl-40,
    .marl-xl-40 {
        margin-left: 40px !important
    }
    .marx-xl-45,
    .marl-xl-45 {
        margin-left: 45px !important
    }
    .marx-xl-50,
    .marl-xl-50 {
        margin-left: 50px !important
    }
    .marx-xl-55,
    .marl-xl-55 {
        margin-left: 55px !important
    }
    .marx-xl-60,
    .marl-xl-60 {
        margin-left: 60px !important
    }
    .marx-xl-auto,
    .marr-xl-auto {
        margin-right: auto !important
    }
    .marx-xl-0,
    .marr-xl-0 {
        margin-right: 0 !important
    }
    .marx-xl-5,
    .marr-xl-5 {
        margin-right: 5px !important
    }
    .marx-xl-10,
    .marr-xl-10 {
        margin-right: 10px !important
    }
    .marx-xl-15,
    .marr-xl-15 {
        margin-right: 15px !important
    }
    .marx-xl-20,
    .marr-xl-20 {
        margin-right: 20px !important
    }
    .marx-xl-25,
    .marr-xl-25 {
        margin-right: 25px !important
    }
    .marx-xl-30,
    .marr-xl-30 {
        margin-right: 30px !important
    }
    .marx-xl-35,
    .marr-xl-35 {
        margin-right: 35px !important
    }
    .marx-xl-40,
    .marr-xl-40 {
        margin-right: 40px !important
    }
    .marx-xl-45,
    .marr-xl-45 {
        margin-right: 45px !important
    }
    .marx-xl-50,
    .marr-xl-50 {
        margin-right: 50px !important
    }
    .marx-xl-55,
    .marr-xl-55 {
        margin-right: 55px !important
    }
    .marx-xl-60,
    .marr-xl-60 {
        margin-right: 60px !important
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0
}

a,
.btn,
.btn-social,
.form-control {
    transition: all .3s
}

body {
    font-size: 14px;
    display: flex;
    min-height: 100vh;
    justify-content: space-between;
    flex-direction: column
}

*:focus {
    outline: 0 !important
}

html {
    font-size: 16px
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: rgba(0, 0, 0, 0.04);
    border-radius: 0px
}

body::-webkit-scrollbar {
    width: 7px;
    background-color: rgba(0, 0, 0, 0.04)
}

body::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #00A3FF
}

.container-970 {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto
}

.modal-open {
    padding-right: 7px !important
}

.logo-img-open {
    display: none
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.row.no-gutters>.col,
.row.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.row.gutters-4 {
    margin-right: -4px;
    margin-left: -4px
}

.row.gutters-4>.col,
.row.gutters-4>[class*="col-"] {
    padding-right: 4px;
    padding-left: 4px
}

.row.gutters-24 {
    margin-right: -24px;
    margin-left: -24px
}

.row.gutters-24>.col,
.row.gutters-24>[class*="col-"] {
    padding-right: 24px;
    padding-left: 24px
}

.row.gutters-5 {
    margin-right: -5px;
    margin-left: -5px
}

.row.gutters-5>.col,
.row.gutters-5>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px
}

.row.gutters-10 {
    margin-right: -10px;
    margin-left: -10px
}

.row.gutters-10>.col,
.row.gutters-10>[class*="col-"] {
    padding-right: 10px;
    padding-left: 10px
}

.row.gutters-14 {
    margin-right: -7px;
    margin-left: -7px
}

.row.gutters-14>.col,
.row.gutters-14>[class*="col-"] {
    padding-right: 7px;
    padding-left: 7px
}

.content img {
    max-width: 100%;
    height: auto
}

.content ul:not([class]) {
    list-style: none;
    padding-left: 0;
    margin-bottom: 2rem
}

.content ul:not([class])>li {
    padding-left: 2rem;
    margin-left: 0;
    margin-bottom: .8rem;
    position: relative
}

.content ul:not([class])>li:before {
    content: '';
    width: 0.313rem;
    height: 0.313rem;
    background-color: #00A3FF;
    border-radius: 50%;
    position: absolute;
    top: .75rem;
    left: 0px;
    z-index: 1
}

.content ol:not([class]) {
    counter-reset: li;
    padding-left: 0;
    margin-bottom: 2rem
}

.content ol:not([class])>li {
    list-style: none;
    padding-left: 3rem;
    margin-bottom: .8rem;
    position: relative
}

.content ol:not([class])>li:before {
    content: counter(li);
    counter-increment: li;
    width: 2rem;
    height: 2rem;
    background-color: #00A3FF;
    border-radius: 50%;
    color: #fefefe;
    font-size: 1rem;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -.125rem;
    left: 0px;
    z-index: 1
}

.content a {
    border-bottom: 1px solid #00A3FF
}

.content a:hover {
    border-bottom-color: transparent;
    text-decoration: none
}

.content p:last-child {
    margin-bottom: 0
}

blockquote {
    background-color: #f7f7f7;
    border-color: #00A3FF;
    border-width: 0 0 0 3px;
    border-style: solid;
    font-style: italic;
    padding: 1.5rem 1.125rem;
    margin-bottom: 2rem
}

.form-control.error {
    border-color: #dc3545
}

.form-error {
    font-size: .75rem
}

.slick-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5) !important;
    color: #555;
    width: calc((100% - 1170px) / 2);
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    transition: all .3s;
    font-size: 0;
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
    transform: translateY(0) !important;
    margin: 0 !important
}

.slick-arrow:hover {
    background-color: #00A3FF;
    color: #fff
}

.slick-arrow.slick-prev {
    left: 0;
    right: calc(50% + 585px);
    background: url(../img2/icon_arrow_left_white.svg) no-repeat center;
    background-size: 12px 60px
}

.slick-arrow.slick-prev:hover {
    background-size: 14px 72px
}

.slick-arrow.slick-next {
    right: 0;
    left: calc(50% + 585px);
    background: url(../img2/icon_arrow_right_white.svg) no-repeat center;
    background-size: 12px 60px
}

.slick-arrow.slick-next:hover {
    background-size: 14px 72px
}

.slick-arrow:before {
    content: none
}

.slick-dots {
    bottom: .625rem
}

.slick-dots li {
    width: .625rem;
    height: .625rem;
    margin: 0 .25rem
}

.slick-dots li button {
    width: .625rem;
    height: .625rem;
    background-color: #777;
    border-radius: 50%;
    padding: 0;
    transition: all .3s
}

.slick-dots li button:hover {
    background-color: #00A3FF
}

.slick-dots li.slick-active button {
    background-color: #dc3545
}

.hamburger {
    width: 27px;
    height: 18px;
    padding: 0;
    z-index: 4;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    margin-right: 43px;
    overflow: visible
}

.hamburger-box {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    width: 100%;
    height: 2px;
    left: 0;
    top: 9px;
    background-color: #000;
    border-radius: 2px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease
}

.hamburger-inner:before,
.hamburger-inner:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
    border-radius: 2px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
    transition-property: none
}

.hamburger-inner:after {
    top: -8px
}

.hamburger-inner:before {
    bottom: -8px
}

.hamburger--white .hamburger-inner {
    background-color: #fff
}

.hamburger--white .hamburger-inner:before,
.hamburger--white .hamburger-inner:after {
    background-color: #fff
}

.menu {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 330px;
    bottom: 0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    transition: all .3s;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    background-color: #00A3FF
}

.menu-block {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden
}

.menu-collapse-link {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    color: #fff !important
}

.menu-collapse-link:after {
    content: '';
    width: 10px;
    height: 3px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    background: url(../img2/arrow_up_white.svg) no-repeat center;
    background-size: 10px 3px
}

.menu-collapse-link.collapsed:after {
    background-image: url(../img2/arrow_down_white.svg)
}

.menu-list {
    list-style: none;
    padding-left: 0
}

.menu-list li {
    margin-bottom: 4px
}

.menu-list li a {
    color: #fff !important
}

body.menu-open {
    overflow: hidden
}

body.menu-open .menu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

body.menu-open .menu:after {
    content: '';
    opacity: .5
}

body.menu-open .hamburger-inner {
    transform: rotate(45deg)
}

body.menu-open .hamburger-inner:after {
    opacity: 0
}

body.menu-open .hamburger-inner:before {
    bottom: 0;
    transform: rotate(-90deg)
}

.relative {
    position: relative
}

.img-kids {
    position: absolute;
    right: 0;
    bottom: 100%
}

.b-header {
    padding-top: 200px;
    padding-bottom: 100px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.04);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.b-header--gray {
    background-color: #F5F5F5
}

.b-header--100 {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.b-header:not(.b-header--white):before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3)
}

.b-header--white {
    background-color: #fff
}

.header {
    flex: 1 0;
    z-index: 1;
    color: #fff;
    position: relative;
    padding-bottom: 70px
}

.header-video {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black;
    background-position: center center;
    background-size: contain;
    object-fit: cover
}

.header-slogan {
    color: #fff;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 500;
    padding: 5px 10px;
    letter-spacing: .1px;
    display: inline-block;
    background-color: #00A3FF;
    text-transform: uppercase
}

.header-advange {
    font-size: 18px;
    color: #00A3FF;
    width: 360px;
    max-width: 100%
}

.header-robot {
    left: 50%;
    margin-left: 210px;
    bottom: 0;
    position: absolute
}

.header-title {
    font-size: 42px;
    font-weight: 600;
    padding-top: 12px;
    line-height: 1.38;
    margin-bottom: 5px;
    text-transform: uppercase
}

.header-title>* {
    font-size: 42px;
    font-weight: 600;
    line-height: 1.38;
    text-transform: uppercase
}

.header-title--marb {
    margin-bottom: 148px
}

.header-subtitle {
    font-size: 18px;
    margin-bottom: 167px
}

.header-description {
    font-size: 24px;
    max-width: 660px;
    line-height: 1.4;
    padding-top: 8px
}

.header-show-video {
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    height: 48px;
    text-decoration: none !important;
    background: url(../img2/icon_play_hover.svg) no-repeat left center;
    background-size: 48px 48px;
    padding-left: 60px;
    padding-top: 10px;
    color: #fff !important;
    position: absolute;
    bottom: 0
}

.header-show-video:hover {
    background-image: url("../img2/icon_play_hover_2.svg")
}

.header-storage {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-42%);
    -moz-transform: translateY(-42%);
    -ms-transform: translateY(-42%);
    -o-transform: translateY(-42%);
    transform: translateY(-42%)
}

.header-caption {
    font-weight: 700;
    font-size: 60px;
    line-height: 1.2;
    margin-bottom: 9px
}

.header-text {
    font-size: 36px;
    line-height: 1.2
}

.header-scroll {
    left: 50%;
    z-index: 1;
    width: 32px;
    height: 20px;
    bottom: 30px;
    position: absolute;
    background: url("../img2/icon_arrows_bottom.svg") no-repeat center;
    background-size: 32px 20px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    animation: tyda-syda 1s ease-in-out infinite
}

div.header-padl-15 {
    padding-left: 15px !important
}

.heading {
    z-index: 1;
    color: #fff;
    max-width: 920px;
    position: relative
}

.heading-title {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 2.6px
}

.heading-subtitle {
    font-size: 24px;
    max-width: 716px;
    letter-spacing: 1.3px;
    line-height: 1.6;
    margin-bottom: 66px
}

@keyframes tyda-syda {
    0 {
        margin-bottom: 0
    }
    50% {
        margin-bottom: -10px
    }
    100% {
        margin-bottom: 0
    }
}

.g-hover:hover .g-hover-hide {
    display: none
}

.g-hover:not(:hover) .g-hover-show {
    display: none
}

b {
    font-weight: 700
}

.top {
    padding-top: 25px;
    padding-bottom: 28px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 2;
    transition: padding .3s
}

.top--scroll {
    background: #fff;
    padding-top: 16px;
    padding-bottom: 18px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1)
}

.top:not(.top--scroll) .logo-img-open {
    display: inline-block
}

.top:not(.top--scroll) .logo-img {
    display: none
}

.top:not(.top--scroll) .top-phone {
    color: #fff
}

.top:not(.top--scroll) .top-phone:hover {
    color: #00A3FF
}

.top:not(.top--scroll) .hamburger-inner {
    background-color: #fff
}

.top:not(.top--scroll) .hamburger-inner:before,
.top:not(.top--scroll) .hamburger-inner:after {
    background-color: #fff
}

.top--error .top-phone {
    color: #000 !important
}

.top--error .top-phone:hover {
    color: #00A3FF !important
}

.top--error .hamburger-inner {
    background-color: #000 !important
}

.top--error .hamburger-inner:before,
.top--error .hamburger-inner:after {
    background-color: #000 !important
}

.top-phone {
    color: #000;
    font-size: 18px;
    margin-left: 33px;
    text-decoration: none !important
}

.top-phone:hover {
    color: #00A3FF
}

.top__left {
    position: static !important
}

.top-btn {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    text-decoration: none !important;
    color: #00A3FF !important;
    position: relative;
    margin-left: 33px;
    letter-spacing: -.2px
}

.top-btn:after {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    transition: all .3s;
    height: 3px;
    top: 100%;
    margin-top: 3px;
    background-color: #00A3FF
}

.top-btn:hover:after {
    width: 100%
}

.top-collapse-line {
    color: transparent
}

.top-collapse-line:after {
    content: 'Нашел только такое решение чтобы меню не прыгало, надеюсь это временно, а может и навсегда'
}

.b-about {
    margin-top: 95px;
    padding-bottom: 96px
}

.about {
    max-width: 968px;
    position: relative;
    padding-top: 47px
}

.about-img {
    left: 0;
    top: 0;
    position: absolute
}

.about-text {
    font-size: 14px;
    text-align: left;
    max-width: 570px;
    display: inline-block;
    background: rgba(0, 0, 0, 0.04);
    padding: 61px 29px 56px 100px;
    line-height: 1.37
}

.about-text p {
    margin-bottom: 6px
}

.g-title {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    padding-left: 20px;
    padding-right: 20px
}

.g-title>*:not([class]) {
    font-size: 30px;
    font-weight: 700
}

.g-title-text {
    font-size: 14px;
    font-weight: 400;
    margin-top: 11px;
    margin-bottom: -1px;
    color: rgba(0, 0, 0, 0.6)
}

.g-title:after {
    content: '';
    width: 80px;
    height: 1px;
    display: block;
    margin-top: 14px;
    margin-left: auto;
    margin-right: auto;
    background-color: #00A3FF
}

.g-title--white {
    color: #fff
}

.g-title--white>* {
    color: #fff
}

.g-title--white:after {
    background-color: #fff
}

.g-subtitle {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.34;
    color: rgba(0, 0, 0, 0.6);
    text-transform: uppercase
}

.b-programm {
    overflow: hidden;
    padding-top: 95px;
    padding-bottom: 71px;
    background-color: #F5F3EB
}

.b-programm-title {
    margin-bottom: 95px
}

.programm {
    padding: 32px 32px 6px;
    max-width: 1090px;
    background-color: #fff;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1)
}

.programm__box {
    margin-top: 13px;
    padding: 9px 12px;
    background-color: #ebf8ff
}

.programm-divider {
    border-bottom: 1px solid #F7F7F7 !important
}

.programm__left {
    border-right: 1px solid #E4E4E4
}

.programm__right {
    padding-left: 23px
}

.programm__right-title {
    line-height: 1.3;
    font-weight: 700;
    font-size: 18px;
    color: #00A3FF;
    margin-bottom: 13px;
    padding-left: 28px
}

.programm__right-list--border {
    padding-bottom: 21px;
    margin-bottom: 8px !important;
    border-bottom: 1px solid #F7F7F7 !important
}

.programm__right-list li {
    padding-right: 10px;
    line-height: 1.4;
    font-size: 18px;
    margin-bottom: 10px !important
}

.programm__right-param {
    width: 130px;
    color: #00A3FF;
    font-weight: 700
}

.programm-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1px
}

.programm-subtitle {
    margin-bottom: 30px
}

.programm-price {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px
}

.programm-btn {
    height: 48px;
    width: 240px
}

.g-list {
    list-style: none;
    padding-left: 0
}

.g-list li {
    margin-bottom: 4px;
    position: relative;
    padding-left: 30px
}

.g-list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 10px;
    height: 8px;
    background: url(../img2/icon_check_blue.svg) no-repeat center
}

.g-list--green li:before {
    background-image: url(../img2/icon_check_green.svg)
}

.g-list--white-text li {
    color: #fff
}

.course {
    width: 289px;
    padding-left: 23px;
    padding-right: 23px;
    padding-bottom: 22px
}

.course:not(:last-child) {
    border-bottom: 1px solid #E8E8E8
}

.course__body {
    margin-top: 22px;
    font-size: 14px;
    padding-top: 11px;
    padding-bottom: 24px;
    border-top: 1px solid rgba(0, 0, 0, 0.12)
}

.course__body-caption {
    font-weight: 700
}

.course-title {
    line-height: 1.3;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}

.course-type {
    color: #00A3FF;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}

.text-green {
    color: #72B951 !important
}

.bg-gray,
.review,
.question,
.b-footer {
    background-color: rgba(0, 0, 0, 0.04)
}

.bg-light-gray {
    background-color: #ebedf5
}

.bg-blue {
    background-color: #00A3FF
}

.b-slider {
    padding-top: 96px
}

.b-slider-title {
    margin-bottom: 97px
}

.b-trainer {
    padding-top: 95px;
    padding-bottom: 95px
}

.b-trainer-title {
    margin-top: 102px;
    margin-bottom: 100px
}

.slider-one-slide {
    width: 800px
}

.slider-one-button-prev,
.slider-one-button-next {
    position: absolute;
    top: 0;
    z-index: 2;
    cursor: pointer;
    background-size: 24px auto;
    background-repeat: no-repeat;
    height: calc(100% - 46px);
    background-color: rgba(255, 255, 255, 0.5)
}

.slider-one-button-next {
    left: calc(50% + 545px);
    right: 0;
    background-image: url("../img2/icon_arrow_right-slider_blue.svg");
    background-position: 23px center
}

.slider-one-button-prev {
    left: 0;
    right: calc(50% + 545px)
}

.slider-one-button-prev:after {
    right: 23px;
    position: absolute;
    content: '';
    top: 50%;
    margin-top: -20px;
    width: 24px;
    height: 40px;
    background-image: url("../img2/icon_arrow_left-slider_blue.svg");
    background-size: 24px auto;
    background-position: center;
    background-repeat: no-repeat
}

.trainer {
    max-width: 1090px;
    margin-bottom: 87px
}

.trainer__left {
    height: 100%;
    width: 344px;
    padding: 12px 0 13px 13px;
    border-width: 4px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.12);
    border-width: 12px 0 12px 12px
}

.trainer__left_body {
    height: 100%;
    min-height: 100%;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.04)
}

.trainer__right {
    height: 100%;
    padding: 12px 13px 13px 0;
    border-width: 4px;
    border-style: solid;
    border-color: rgba(0, 163, 255, 0.12);
    border-width: 12px 12px 12px 0
}

.trainer__right_body {
    color: #fff;
    height: 100%;
    padding: 20px 30px;
    background-color: #00A3FF
}

.trainer-name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 3px;
    text-transform: uppercase
}

.trainer-post {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase
}

.trainer-list {
    padding-left: 0;
    list-style: none
}

.trainer-list li {
    padding-left: 11px;
    position: relative;
    margin-bottom: 4px
}

.trainer-list li:before {
    color: #fff;
    content: '•';
    position: absolute;
    left: 0;
    top: 1px
}

.trainer-list--blue li:before {
    color: #00A3FF
}

.b-buns {
    padding-bottom: 66px
}

.b-buns-title {
    margin-bottom: 97px
}

.buns {
    width: 100%;
    padding: 16px;
    max-width: 410px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(0, 0, 0, 0.04)
}

.buns-name {
    color: #00A3FF;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 7px
}

.buns-text {
    font-size: 14px;
    line-height: 1.34
}

.buns-img {
    margin-bottom: 23px
}

.container-small {
    width: auto;
    max-width: 940px;
    margin: 0 auto
}

.container-medium {
    max-width: 970px;
    margin: 0 auto
}

.container-large {
    max-width: 1070px;
    margin: 0 auto
}

.container-xlarge {
    max-width: 1090px;
    margin: 0 auto
}

.container-xxlarge {
    max-width: 1110px;
    margin: 0 auto
}

.container-pavel {
    max-width: 1120px;
    margin: 0 auto
}

.b-resume {
    padding-top: 98px;
    padding-bottom: 100px;
    background-color: #ebedf5
}

.b-resume-title {
    margin-bottom: 97px
}

.resume {
    width: 100%;
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1)
}

.resume__right {
    display: flex;
    flex-direction: column;
    padding: 44px 41px
}

.resume__right-title {
    flex: 0 0;
    color: #00A3FF;
    font-weight: 700;
    letter-spacing: .3px
}

.resume__right-list {
    columns: 2;
    flex: 1 0 auto
}

.resume__right-list li {
    margin-bottom: 3px
}

.resume__right-btn {
    flex: 0 0;
    width: 240px;
    height: 48px
}

.resume__left {
    width: 280px;
    background-color: #F5F3EB
}

.resume__left_body {
    padding: 29px 40px
}

.resume__left-top {
    flex: 1 0 auto
}

.resume__left-title {
    font-weight: 700;
    margin-bottom: 5px;
    color: rgba(0, 0, 0, 0.4)
}

.resume__left-text {
    line-height: 1.4;
    margin-bottom: 12px
}

.resume_form {
    margin-top: 20px;
    position: relative;
    margin-bottom: 9px
}

.resume_form-control {
    width: 100%;
    height: 40px;
    border-radius: 0;
    border-width: 0 0 1px 0;
    border-color: rgba(0, 0, 0, 0.12);
    background-color: transparent !important
}

.resume_form-control.disabled {
    font-size: 18px;
    font-weight: 700;
    color: #00A3FF;
    border-color: transparent
}

.resume_form-control::placeholder {
    color: rgba(0, 0, 0, 0.7)
}

.resume_form-control:focus {
    color: #212529;
    border-color: rgba(0, 0, 0, 0.12) !important
}

.resume_form-control:focus::placeholder {
    color: transparent
}

.resume_form-control:focus+.resume_form-btn {
    display: block
}

.resume_form-btn {
    cursor: pointer;
    border: none;
    box-shadow: none !important;
    width: 30px;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    background: url("../img2/icon_check_blue.svg") no-repeat center;
    background-size: 15px 15px;
    position: absolute
}

.resume .dropify-wrapper {
    padding: 0 !important;
    height: 150px !important;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background-color: transparent
}

.resume .dropify-wrapper .dropify-preview {
    padding: 0;
    text-align: left
}

.resume .dropify-wrapper.has-preview {
    border: none !important
}

.resume .dropify-message {
    height: 89px;
    font-size: 0;
    background: url("../img2/upload-bg.png") no-repeat center;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important
}

.resume .dropify-message .file-icon {
    display: none
}

.resume .dropify-wrapper:hover .dropify-message {
    display: none !important
}

.resume .dropify-infos-inner {
    opacity: 0
}

.resume .dropify-wrapper .dropify-preview {
    background-color: #F5F3EB !important
}

.resume .dropify-clear {
    top: 5px !important;
    padding: 0;
    width: 12px;
    height: 12px;
    font-size: 0;
    opacity: 1 !important;
    cursor: pointer;
    border: none !important;
    box-shadow: none !important;
    background: url("../img2/icon_close_opacity.svg") no-repeat center !important;
    background-size: 12px 12px !important
}

.resume .dropify-wrapper .dropify-preview .dropify-infos {
    background-color: transparent
}

.resume-list {
    list-style: none;
    padding-left: 0
}

.resume-list--white {
    color: #fff
}

.resume-list li {
    font-size: 14px;
    padding-left: 46px;
    margin-bottom: 4px;
    position: relative
}

.resume-list li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 16px;
    height: 2px;
    background-color: #00A3FF
}

.resume-list--medium li {
    font-size: 18px;
    margin-bottom: 3px
}

.resume-list--medium li:after {
    top: 11px
}

.b-sertificate {
    padding-top: 98px;
    padding-bottom: 96px
}

.b-sertificate-title {
    margin-bottom: 66px
}

.sertificatе-img {
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25)
}

.sertificatе-text {
    padding: 46px 26px 30px
}

.btn-transparent {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: none;
    outline: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent
}

.btn-transparent+.dropdown-menu {
    margin-top: 5px;
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: #F5F5F5;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.04)), #fff
}

.btn-transparent+.dropdown-menu li.selected a {
    background-color: #EBEBEB !important
}

.btn-transparent+.dropdown-menu li a {
    font-weight: 700;
    padding: 8px 20px;
    background-color: #F5F5F5;
    color: rgba(0, 0, 0, 0.4) !important
}

.btn-transparent+.dropdown-menu li a:hover {
    background-color: #EBEBEB !important
}

.b-feedback {
    padding-top: 93px;
    padding-bottom: 96px
}

.b-feedback-title {
    margin-bottom: 60px
}

.b-feedback-form {
    padding-top: 8px
}

.b-feedback-form .form-group {
    margin-bottom: 16px
}

.b-feedback__bottom {
    padding-top: 33px
}

.b-feedback__bottom-title {
    color: #fff;
    font-weight: 700;
    font-size: 18px
}

.dropdown-toggle::after {
    width: 14px !important;
    height: 4px !important;
    border: 0 !important;
    background: url(../img2/arrow_down_white.svg) no-repeat center;
    background-size: 14px 6px
}

.bootstrap-select>.dropdown-toggle {
    padding-left: 30px;
    padding-right: 30px
}

.feedback-title {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 67px
}

.feedback-title--mart {
    margin-top: 44px
}

.feedback-list li {
    margin-bottom: 7px
}

.feedback-form {
    max-width: 410px
}

.feedback-form .btn-white,
.feedback-form .btn-social {
    border-radius: 8px
}

.feedback__top {
    position: relative;
    padding-top: 93px;
    background: url(../img2/masterclass-electronic/mc-electronic-timer-bg.jpg) no-repeat center top;
    background-size: cover
}

.feedback__top:after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    position: absolute;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, #00A3FF 100%);
    background: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, #00A3FF 100%);
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, #00A3FF 100%)
}

.feedback__top .container {
    position: relative;
    z-index: 1
}

.bootstrap-select .dropdown-toggle:focus {
    outline: 0 !important
}

.g-radio {
    margin-bottom: 0;
    cursor: pointer;
    user-select: none
}

.g-radio-input {
    display: none
}

.g-radio-input:checked~.g-radio-text:before {
    background-position: center
}

.g-radio-text {
    color: #fff;
    font-size: 14px;
    position: relative;
    padding-left: 25px;
    user-select: none;
    display: block
}

.g-radio-text:before {
    top: 5px;
    left: 0;
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    background: #fff url(../img2/icon_check_round.svg) no-repeat -100px -100px;
    background-size: 4px 4px;
    border-radius: 50%;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.1)
}

.marb-22 {
    margin-bottom: 22px
}

.g-list-white {
    list-style: none;
    padding-left: 0
}

.g-list-white li {
    color: #fff;
    position: relative;
    padding-left: 28px;
    margin-bottom: 9px
}

.g-list-white li:after {
    width: 16px;
    min-height: 16px !important;
    height: 16px !important;
    content: url(../img2/icon_check_transparent.svg);
    position: absolute;
    left: 0;
    display: block;
    top: 3px
}

.b-review {
    padding-top: 98px;
    padding-bottom: 48px
}

.b-review-title {
    margin-bottom: 96px
}

.review {
    width: 290px;
    max-width: 100%;
    height: 100%;
    display: inline-block;
    text-decoration: none !important
}

.review-row {
    padding-bottom: 68px
}

.review-img-wrap {
    width: 100%;
    overflow: hidden;
    display: block;
    text-align: center
}

.review-img-wrap .review-img {
    max-width: 100%;
    transition: all .3s
}

.review-img-wrap .review-img:hover {
    transform: scale(1.1)
}

.review__top {
    line-height: 1;
    padding: 12px 16px 10px
}

.review__top_link {
    font-weight: 700;
    color: #00A3FF !important;
    text-decoration: none !important
}

.review__top_link-img {
    margin-right: 12px
}

.review__body {
    line-height: 1.3;
    padding: 24px 24px 27px
}

.review__body-name {
    color: #00A3FF;
    font-size: 18px;
    font-weight: 700;
    padding-top: 3px;
    min-height: 32px;
    margin-bottom: 10px
}

.review__body-btn {
    width: 32px;
    height: 32px;
    display: block;
    background: url(../img2/icon_play_round_blue.svg) no-repeat center;
    background-size: 32px 32px
}

.review__body-title {
    font-size: 14px;
    color: #00A3FF;
    font-weight: 700
}

.review__body-text {
    font-size: 14px;
    line-height: 1.3
}

.review__body-text--marb {
    margin-bottom: 8px
}

.review__body--inst {
    padding: 12px 16px 20px
}

.training {
    background-color: #404040
}

.training__left {
    min-width: calc(50% + 83px);
    position: relative
}

.training__left-img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%
}

.training__right {
    max-width: 500px;
    padding: 98px 33px !important
}

.training__right-list {
    margin-top: 62px
}

.training__right-btn {
    width: 242px
}

.training-title {
    color: #fff;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 700
}

.training-title--small {
    font-size: 18px !important
}

.text-blue {
    color: #00A3FF
}

.b-card {
    padding-top: 102px;
    padding-bottom: 96px
}

.b-card-title {
    margin-bottom: 80px
}

.card {
    width: 490px;
    height: 238px;
    max-width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
    padding: 40px 29px 30px;
    background: #FFFFFF;
    border-radius: 12px;
    transition: all .3s;
    position: relative;
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center
}

.card:hover {
    box-shadow: 0px 0 0 rgba(0, 0, 0, 0.1)
}

.card-name {
    font-size: 24px;
    line-height: 1.4;
    max-width: 370px;
    min-height: 122px;
    overflow: hidden;
    text-align: left
}

.card-btn {
    width: 200px;
    height: 48px;
    position: relative;
    z-index: 1;
    border-radius: 24px
}

.card-img {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.question {
    color: #000 !important;
    font-size: 18px;
    position: relative;
    text-decoration: none !important
}

.question:after {
    width: 12px;
    height: 12px;
    content: '';
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -6px;
    background: url(../img2/icon_plus.svg) no-repeat center;
    background-size: 12px 12px
}

.question:not(.collapsed):after {
    background: url(../img2/icon_minus.svg) no-repeat center;
    background-size: 12px 4px
}

.faq:not(:last-child) {
    margin-bottom: 8px
}

.faq-wrapper {
    max-width: 770px
}

.b-faq {
    padding-top: 98px;
    padding-bottom: 87px
}

.b-faq-title {
    margin-bottom: 96px
}

.answer {
    line-height: 1.39;
    padding: 19px 20px 1px 35px
}

.question {
    display: flex;
    min-height: 60px;
    align-items: center;
    line-height: 1.3;
    padding: 5px 43px 5px 23px
}

.map {
    height: 600px
}

.map-wrap {
    position: relative
}

.map__contact {
    color: #fff;
    padding: 28px 20px 25px 29px;
    background-color: rgba(0, 163, 255, 0.9)
}

.map__contact-title {
    font-size: 24px;
    font-weight: 700
}

.map__contact-list {
    list-style: none;
    padding-left: 0;
    line-height: 1.4
}

.map__contact-list li {
    margin-bottom: 13px
}

.map__contact-nav li {
    margin-bottom: 8px
}

.map__contact-nav li a {
    color: #fff;
    opacity: .7;
    font-size: 18px;
    font-weight: 700
}

.map__contact-nav li a.active {
    opacity: 1
}

.b-footer {
    padding-top: 46px
}

.b-footer.g-padding {
    padding-bottom: 0 !important
}

.footer {
    font-size: 14px
}

.footer-collapse-link {
    max-width: 206px;
    color: #00A3FF !important;
    text-decoration: none !important;
    display: inline-block;
    font-weight: 600;
    user-select: none;
    line-height: 1.43;
    margin-bottom: 22px !important
}

.footer-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0px
}

.footer-list li {
    max-width: 234px;
    margin-bottom: 9px;
    line-height: 1.2
}

.footer-list li a {
    color: #000 !important
}

.footer__right {
    width: 300px
}

.footer__right-link {
    font-weight: 600;
    margin-bottom: 9px
}

.footer__right-text {
    line-height: 1.3
}

.footer__right_social {
    padding-top: 3px;
    margin-bottom: 37px
}

.footer-copy {
    line-height: 1.1;
    text-align: center;
    background-color: #EBEBEB
}

.social {
    display: inline-block
}

.social-img {
    transition: all .3s
}

.social:hover .social-img {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px)
}

.social-blue {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    flex-wrap: wrap;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    background-color: #00A3FF
}

.social-blue:hover {
    background-color: #0093e6
}

.phone-link {
    color: #000;
    text-decoration: none !important
}

.phone-link:hover {
    color: #00A3FF
}

.b-attention {
    padding-bottom: 64px
}

.b-attention-title {
    margin-bottom: 91px
}

.attention {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto
}

.attention__top {
    height: 100px;
    display: flex;
    margin-bottom: 18px;
    align-items: center;
    justify-content: space-around
}

.attention__top-img {
    max-height: 100%;
    max-width: 100%
}

.attention-name {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}

.attention-name {
    line-height: 1.4
}

.main {
    flex-grow: 1
}

.main-title {
    font-size: 30px;
    font-weight: 700
}

.main-title>* {
    font-size: 30px;
    font-weight: 700
}

.main-subtitle {
    max-width: 516px;
    margin-top: 10px;
    line-height: 1.72;
    padding-bottom: 10px;
    border-bottom: 2px solid #EFEFEF
}

.main-img {
    margin-top: 47px;
    margin-bottom: 47px
}

.error-text {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase
}

.error-block {
    height: 414px;
    text-align: center;
    margin-left: -15px !important;
    margin-right: -15px !important;
    background: url(../img2/error-bg.svg) no-repeat center top;
    background-size: 414px 414px
}

.btn-hover {
    overflow: hidden;
    position: relative
}

.btn-hover-text {
    transition: 300ms top;
    position: relative;
    top: 0
}

.btn-hover-show {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
    transition: 300ms top
}

.btn-hover:hover .btn-hover-show {
    top: 10px
}

.btn-hover:hover .btn-hover-text {
    position: relative;
    top: -50px;
    transition: 300ms top
}

.text-success-show {
    font-weight: 500
}

.swiper-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: static !important
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: block;
    opacity: 1 !important;
    background-color: transparent;
    border: 2px solid #CECECE
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: #00A3FF;
    background: #00A3FF
}

.swiper-pagination-bullet:hover {
    border-color: #00A3FF
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin-left: 8px;
    margin-right: 8px
}

.modal {
    text-align: center
}

.modal-title {
    font-size: 18px;
    text-align: center;
    font-weight: 700
}

.modal-content {
    border-radius: 20px;
    overflow: hidden
}

.modal-close {
    width: 12px;
    height: 12px;
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 1;
    border: none;
    background-color: transparent;
    background: url(../img2/icon_close_gray.svg) no-repeat center;
    background-size: 12px 12px
}

.modal-img {
    background: url(../img2/modal-img.png) no-repeat center;
    background-size: cover
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%
    }
}

.modal-dialog {
    max-width: 98%;
    margin: 40px auto;
    display: inline-block;
    text-align: left;
    vertical-align: middle
}

.modal-dialog--call {
    width: 1030px
}

body {
    min-width: 320px
}

.slick-dots {
    bottom: -12px
}

.slick-dots li {
    margin-left: 8px;
    margin-right: 8px
}

.slick-dots li button {
    width: 12px;
    height: 12px;
    background-color: transparent;
    border: 2px solid rgba(0, 0, 0, 0.16)
}

.slick-dots li button:before {
    content: none
}

.slick-dots li.slick-active button {
    background-color: #00A3FF;
    border-color: #00A3FF
}

.swiper-scrollbar-drag {
    background-color: #00A3FF
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-overflow: ellipsis
}

.modal-close {
    cursor: pointer
}

.b-advange {
    padding-top: 97px;
    padding-bottom: 140px
}

.b-advange-title {
    margin-bottom: 91px
}

.advange {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 294px;
    max-width: 580px;
    min-height: 294px;
    position: relative
}

.advange:after {
    content: attr(data-nmb);
    font-size: 80px;
    position: absolute;
    top: 50%;
    font-weight: 700;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.advange--right {
    margin-top: 80px;
    padding: 10px 58px 10px 109px;
    border: 12px solid rgba(0, 163, 255, 0.12)
}

.advange--right:after {
    right: 27px;
    color: rgba(0, 163, 255, 0.12)
}

.advange--left {
    color: #fff;
    background-color: #00A3FF;
    margin-top: 80px;
    padding: 10px 109px 10px 70px;
    border: 12px solid #00A3FF
}

.advange--left:after {
    left: 27px;
    color: rgba(255, 255, 255, 0.12)
}

.advange--left .advange-title {
    color: #fff
}

.advange-wrap {
    width: 100%;
    max-width: 970px;
    position: relative
}

.advange-img {
    top: 40px;
    z-index: 1;
    position: absolute
}

.advange-img--left {
    left: 40px;
    box-shadow: -40px -40px 0 0 #F5F3EB
}

.advange-img--right {
    right: 40px;
    box-shadow: 40px 40px 0 0 #F5F3EB
}

.advange-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    color: #00A3FF
}

.advange-text {
    padding-top: 12px;
    line-height: 1.42
}

.b-video {
    padding-top: 102px;
    padding-bottom: 80px
}

.video {
    position: relative
}

.video:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 48px;
    height: 48px;
    z-index: 1;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff url(../img2/icon_play_round_bluebg.svg) no-repeat center;
    background-size: 48px 48px
}

.video:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%)
}

.video:hover:after {
    background-color: transparent
}

.video-name {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    top: 0;
    font-weight: 700;
    text-align: left;
    padding: 12px 15px
}

.col-md-3 .video:after,
.col-md-4 .video:after {
    width: 24px;
    height: 24px;
    background-size: 28px 28px
}

.tizer {
    margin: 0 auto;
    max-width: 1090px;
    padding: 33px 32px 13px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.04)), #fff;
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.04)), #fff;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.04)), #fff
}

.tizer--dark {
    background: -webkit-linear-gradient(bottom, rgba(0, 41, 255, 0.04), rgba(0, 41, 255, 0.04)), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.04)), #fff;
    background: -o-linear-gradient(bottom, rgba(0, 41, 255, 0.04), rgba(0, 41, 255, 0.04)), -o-linear-gradient(bottom, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.04)), #fff;
    background: linear-gradient(to top, rgba(0, 41, 255, 0.04), rgba(0, 41, 255, 0.04)), linear-gradient(to top, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.04)), #fff;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.06)
}

.tizer-title {
    color: #00A3FF;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 7px
}

.tizer__box {
    width: 200px;
    height: 100%;
    display: flex;
    align-items: center
}

.tizer-head {
    margin-bottom: 33px
}

.tizer-carousel {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
    width: calc(100% - 170px)
}

.maxw-100 {
    max-width: 100%
}

.b-free-form {
    padding-top: 100px;
    padding-bottom: 100px
}

.free-form-title {
    color: #00A3FF;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3
}

.free-form-subtitle {
    line-height: 1.45;
    color: rgba(0, 0, 0, 0.4)
}

.free-form-submit {
    border-radius: 8px
}

.text-black {
    color: #000
}

.free-text {
    padding-top: 23px;
    line-height: 1.37
}

.font-weight-medium {
    font-weight: 500
}

.fz-14 {
    font-size: 14px
}

.fz-18 {
    font-size: 18px
}

.article-content p {
    margin-bottom: 0
}

.article-content p:not(:last-child) {
    margin-bottom: 10px
}

.list_nmb {
    padding-left: 0;
    list-style: none;
    counter-reset: list;
    margin-bottom: 0
}

.list_nmb-title {
    color: #00A3FF;
    font-size: 18px;
    font-weight: 700;
    padding-top: 1px;
    margin-bottom: 4px
}

.list_nmb-text {
    line-height: 1.4
}

.list_nmb li {
    padding-left: 49px;
    position: relative
}

.list_nmb li:after {
    top: 0;
    left: 0;
    color: #fff;
    width: 33px;
    height: 33px;
    font-size: 18px;
    font-weight: 700;
    padding-top: 4px;
    text-align: center;
    position: absolute;
    border-radius: 50%;
    counter-increment: list;
    content: counter(list);
    background: linear-gradient(0deg, rgba(0, 163, 255, 0.2), rgba(0, 163, 255, 0.2)), #fff
}

.list_nmb li:not(:last-child) {
    padding-bottom: 33px
}

.list_nmb li:not(:last-child):before {
    width: 1px;
    content: '';
    top: 0;
    bottom: 0;
    left: 16px;
    position: absolute;
    background-color: #e0e0e0
}

.logo-white {
    display: none
}

.block {
    padding-top: 93px;
    padding-bottom: 102px
}

.block-title {
    margin-bottom: 101px
}

.b-benefit {
    padding-bottom: 42px
}

.benefit {
    width: 100%;
    text-align: left;
    max-width: 290px;
    display: inline-block
}

.benefit-link {
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    min-height: 86px;
    text-align: center;
    color: #fff !important;
    padding: 10px 10px 20px;
    text-decoration: none !important;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%), #00A3FF;
    background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%), #00A3FF;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%), #00A3FF;
    border-radius: 12px 12px 0px 0px
}

.benefit__body {
    margin-top: -10px
}

.benefit__body-text {
    padding-top: 24px;
    line-height: 1.42
}

.benefit__body-img {
    border-radius: 12px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1)
}

.benefit__col:nth-child(2n+2) {
    text-align: center
}

.benefit__col:nth-child(3n+3) {
    text-align: right
}

.b-location {
    padding-bottom: 95px
}

.location-map {
    width: 490px;
    height: 360px
}

.location-text {
    line-height: 1.35;
    margin-bottom: 8px
}

.location_list {
    color: #000;
    list-style: none;
    padding-left: 0
}

.location_list li {
    position: relative;
    padding: 1px 30px 11px 50px !important
}

.location_list-icon {
    left: 25px;
    top: 11px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute
}

.location_list-phone {
    color: #000;
    text-decoration: none !important
}

.timer .countdown-row {
    text-align: center;
    font-size: 0
}

.timer .countdown-section {
    font-size: 14px;
    color: #00A3FF;
    width: 101px;
    height: 110px;
    margin-left: 6px;
    margin-right: 6px;
    display: inline-block;
    vertical-align: top;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
    background-color: #fff
}

.timer .countdown-amount {
    font-size: 48px;
    display: block;
    font-weight: 700;
    padding-top: 6px
}

.tinkoff {
    margin-top: 17px;
    padding: 25px 30px 27px;
    background-color: #f5f3eb
}

.tinkoff-slogan {
    font-weight: 700;
    font-size: 18px
}

.tinkoff-text {
    line-height: 1.4
}

.tinkoff-text p {
    margin-bottom: 8px
}

.tinkoff-wrap {
    max-width: 480px
}

.check {
    display: block;
    cursor: pointer;
    user-select: none
}

.check-input:checked~.check-block:before {
    background-position: center
}

.check-block {
    display: block;
    font-size: 18px;
    font-weight: 700;
    user-select: none;
    padding: 17px 63px;
    position: relative;
    background: rgba(255, 255, 255, 0.5);
    background-color: #ffe600
}

.check-block:before {
    left: 30px;
    margin-top: 2px;
    content: '';
    width: 20px;
    height: 20px;
    background: #fff url("../img2/icon_check_round.svg") no-repeat -1000px -1000px;
    background-size: 10px auto;
    position: absolute;
    border-radius: 4px
}

.learn {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto
}

.learn-nmb {
    text-align: right;
    position: relative
}

.learn-nmb-text {
    font-weight: 700;
    font-size: 30px;
    display: inline-block;
    color: rgba(0, 163, 255, 0.12)
}

.learn-nmb:before {
    top: 50%;
    left: 30px;
    content: '';
    right: 50px;
    height: 1px;
    position: absolute;
    background-color: #e0e0e0
}

.learn-text {
    font-size: 18px;
    line-height: 1.44
}

.review-carousel {
    margin-left: 80px;
    margin-right: 80px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px
}

.review-carousel-slide {
    width: 208px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1)
}

.review-carousel__item {
    display: block
}

.review-carousel-wrap {
    position: relative
}

.b-reviews {
    padding-bottom: 56px;
    padding-top: 100px
}

.b-reviews-title {
    margin-bottom: 65px
}

.slider-arrow {
    top: 50%;
    display: block;
    width: 12px;
    height: 24px;
    position: absolute
}

.slider-arrow.swiper-button-disabled {
    opacity: .3;
    cursor: default
}

.slider-arrow--next {
    right: 27px;
    background: url("../img2/icon_arrow_right-slider_blue.svg") no-repeat center;
    background-size: 12px 24px
}

.slider-arrow--prev {
    left: 27px;
    background: url("../img2/icon_arrow_left-slider_blue.svg") no-repeat center;
    background-size: 12px 24px
}

.slider-arrow-medium {
    z-index: 1;
    width: 16px;
    height: 30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: 16px auto
}

.slider-arrow-medium.slider-arrow--prev {
    left: -48px
}

.slider-arrow-medium.slider-arrow--next {
    right: -48px
}

.mfp-bg {
    background: #000;
    opacity: .7
}

.mfp-open {
    overflow: hidden
}

button.mfp-arrow {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 24px
}

button.mfp-arrow:after,
button.mfp-arrow:before {
    content: none
}

button.mfp-arrow.mfp-arrow-right {
    background-image: url("../img2/icon_arrow_triangle_right_white.svg")
}

button.mfp-arrow.mfp-arrow-left {
    background-image: url("../img2/icon_arrow_triangle_left_white.svg")
}

.subtext {
    padding-top: 101px;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.6);
    margin: 0 auto;
    max-width: 770px;
    text-align: center;
    line-height: 1.34;
    margin-bottom: 101px
}

.main-about {
    margin-bottom: 63px
}

.main-about-title {
    color: #000;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 11px;
    padding-top: 39px;
    letter-spacing: -.2px
}

.main-about-text {
    line-height: 1.34;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.6)
}

.b-courses {
    padding-bottom: 75px;
    background: -webkit-linear-gradient(bottom, rgba(0, 41, 255, 0.04), rgba(0, 41, 255, 0.04)), rgba(0, 0, 0, 0.04);
    background: -o-linear-gradient(bottom, rgba(0, 41, 255, 0.04), rgba(0, 41, 255, 0.04)), rgba(0, 0, 0, 0.04);
    background: linear-gradient(to top, rgba(0, 41, 255, 0.04), rgba(0, 41, 255, 0.04)), rgba(0, 0, 0, 0.04)
}

.box {
    height: 100%;
    display: flex;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 12px;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.06)
}

.box--small {
    width: 100%;
    max-width: 250px
}

.box__time {
    flex: 0 0 auto
}

.box-price-old {
    font-weight: 500;
    font-size: 12px;
    text-decoration: line-through
}

.box-price {
    font-weight: bold;
    font-size: 24px;
    color: #00A3FF
}

.box__panel {
    flex: 0 0 auto;
    background: linear-gradient(0deg, rgba(0, 41, 255, 0.04), rgba(0, 41, 255, 0.04)), rgba(0, 0, 0, 0.04);
    border-radius: 8px
}

.box__panel-title {
    color: rgba(0, 0, 0, 0.4)
}

.box__panel-text {
    font-size: 18px;
    line-height: 1.3
}

.box-head {
    flex: 0 0 auto;
    line-height: 1.2;
    padding: 23px 20px 18px;
    font-weight: bold;
    font-size: 24px;
    color: #00A3FF
}

.box-head--small {
    font-size: 14px !important;
    padding: 11px 15px !important
}

.box__price {
    flex: 0 0 auto;
    color: #00A3FF;
    font-size: 12px;
    font-weight: 500;
    padding-top: 5px;
    text-align: center;
    padding-bottom: 10px;
    background-color: #f5f5f5
}

.box__price-old {
    text-decoration-line: line-through
}

.box__price-text {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6)
}

.box__price-actual {
    font-weight: 700;
    font-size: 24px
}

.box__price-actual--small {
    font-size: 18px
}

.box__body {
    flex: 1 0 auto;
    padding-left: 20px;
    padding-right: 20px
}

.box__body-status {
    color: rgba(0, 0, 0, 0.4);
    font-size: 18px;
    line-height: 1.24
}

.box__body-status img {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px)
}

.box__body-text {
    line-height: 1.36;
    padding-top: 17px;
    margin-bottom: 19px
}

.box__body-item {
    line-height: 1.3;
    padding-top: 4px;
    margin-bottom: 17px
}

.box__body-list {
    margin-bottom: 20px
}

.box__body-list-img {
    left: 10px;
    top: 9px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute
}

.box__body-list li {
    margin-bottom: 5px;
    padding-left: 25px;
    position: relative
}

.box__body-title {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 2px;
    color: rgba(0, 0, 0, 0.12)
}

.box__link {
    flex: 0 0 auto;
    display: block;
    min-height: 164px;
    padding: 14px 20px;
    position: relative;
    transition: all .3s;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-decoration: none !important
}

.box__link--small {
    min-height: 120px;
    padding: 10px 15px
}

.box__link-text {
    z-index: 1;
    color: #fff;
    font-size: 24px;
    line-height: 1.34;
    font-weight: 700;
    position: relative
}

.box__link-text--small {
    font-size: 18px
}

.box__link:before {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4)
}

.box__bottom {
    flex: 0 0 auto;
    padding: 18px 21px 10px
}

.box__bottom--border {
    padding-top: 7px !important;
    border-top: 1px solid #e0e0e0
}

.lh-small {
    line-height: 1.1
}

.text-gray {
    color: rgba(0, 0, 0, 0.3)
}

.nowrap {
    white-space: nowrap
}

.swiper-3 {
    margin-left: -17px;
    margin-right: -17px
}

.swiper-3 .swiper-wrapper {
    align-items: stretch
}

.swiper-3 .swiper-wrapper .swiper-slide {
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 25px;
    height: auto;
    background-color: transparent !important
}

.swiper-3-pagination {
    z-index: 1;
    bottom: auto !important;
    margin-top: -5px;
    position: relative !important
}

.swiper-carousel {
    margin-left: -15px;
    padding-left: calc(50% - 545px)
}

.swiper-carousel .swiper-wrapper {
    align-items: stretch
}

.swiper-carousel .swiper-wrapper .swiper-slide {
    width: 280px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 25px;
    height: auto;
    background-color: transparent !important
}

.swiper-arrow {
    width: 26px;
    height: 14px;
    display: inline-block;
    background-position: center;
    background-size: 26px auto;
    background-repeat: no-repeat
}

.swiper-arrow--prev {
    background-image: url("../img2/main/icon_arrow_right_blue.svg")
}

.swiper-arrow--next {
    background-image: url("../img2/main/icon_arrow_left_blue.svg")
}

.b-partner {
    background: url("../img2/main/partner_bg.jpg") no-repeat center;
    background-size: cover
}

.b-partner-title {
    margin-bottom: 71px
}

.b-partner-row {
    min-height: 115px
}

.partner-title {
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 3px
}

.partner-text {
    padding-top: 10px;
    line-height: 1.3
}

.partner-row {
    min-height: 80px
}

.link-photo {
    display: block;
    position: relative
}

.link-photo:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    content: '';
    transition: all .3s;
    background: rgba(0, 0, 0, 0.6) url("../img2/main/icon_zoom.svg") no-repeat center;
    background-size: 40px 40px;
    position: absolute
}

.link-photo:hover:after {
    opacity: 1
}

.useful {
    display: block
}

.useful-img {
    border-radius: 8px
}

.useful-text {
    display: block;
    font-size: 18px;
    line-height: 1.36;
    padding-top: 15px;
    color: rgba(0, 0, 0, 0.8)
}

.swiper-container-fade .swiper-slide {
    transition: all .3s
}

.swiper-container-fade .swiper-slide:not(.swiper-slide-active) {
    opacity: 0 !important
}

.swiper-pagination-bullet {
    margin-left: 5px;
    margin-right: 5px
}

.rouble {
    font-family: 'rouble'
}

.g-padding.padb-0 {
    padding-bottom: 0 !important
}

.link-all-course {
    width: 100px;
    height: 100px;
    font-weight: 700;
    line-height: 1.4;
    margin-left: 32px;
    padding-top: 20px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    color: #fff !important;
    background-color: #00a3ff;
    text-decoration: none !important
}

.link-all-course:hover {
    background-color: #0082cc
}

.link-all-course-img {
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    display: flex;
    justify-content: center
}

.teacher-head {
    font-size: 24px
}

.teacher-img {
    max-width: 160px;
    max-height: 160px
}

.teacher-title {
    line-height: 1.25;
    font-size: 24px
}

.teacher-post {
    color: rgba(0, 0, 0, 0.4)
}

.slider-link {
    width: 18px;
    height: 36px;
    display: block;
    background-position: center;
    background-size: 18px 36px
}

.slider-link--next {
    background-image: url("../img2/icon_chevron_right_gray.svg")
}

.slider-link--next:hover {
    background-image: url("../img2/icon_chevron_right_blue.svg")
}

.slider-link--prev {
    background-image: url("../img2/icon_chevron_left_gray.svg")
}

.slider-link--prev:hover {
    background-image: url("../img2/icon_chevron_left_blue.svg")
}

.slider-link.swiper-button-disabled {
    opacity: .3;
    cursor: default
}

.slider-link.swiper-button-disabled.slider-link--next {
    background-image: url("../img2/icon_chevron_right_gray.svg") !important
}

.slider-link.swiper-button-disabled.slider-link--prev {
    background-image: url("../img2/icon_chevron_left_gray.svg") !important
}

.blog__head {
    color: #fff;
    min-height: 320px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.blog__head--small {
    min-height: 280px
}

.blog__head-title {
    font-size: 42px;
    line-height: 1.3
}

.blog__head-title--medium {
    font-size: 38px
}

.blog__head-text {
    max-width: 450px;
    line-height: 1.4
}

.blog__link {
    font-size: 18px;
    color: #212529
}

.blog__link-img {
    border-radius: 8px
}

.blog__link-text {
    line-height: 1.4
}

.blog-back {
    right: 50%;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 464px
}

.blog-single-img {
    border: 1px solid rgba(0, 0, 0, 0.12)
}

.no-decore {
    text-decoration: none !important
}

.pagination-number .swiper-pagination-bullet {
    width: auto;
    height: auto;
    border: none;
    padding: 5px 10px;
    background-color: transparent;
    color: rgba(0, 0, 0, 0.4);
    font-size: 18px;
    font-weight: 500
}

.pagination-number .swiper-pagination-bullet:hover {
    color: #00A3FF
}

.pagination-number .swiper-pagination-bullet.swiper-pagination-bullet-active,
.pagination-number .swiper-pagination-bullet.active {
    color: #00A3FF;
    font-size: 22px
}

.link-back {
    color: #fff !important;
    font-size: 18px;
    font-weight: 500
}

.link-back:before {
    width: 16px;
    height: 28px;
    content: '';
    left: 0;
    position: absolute;
    background: url("../img2/icon_chevron_left_white.svg") no-repeat center;
    background-size: 16px 28px
}

.board {
    overflow: hidden
}

.board-link {
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.board-link-video {
    white-space: nowrap;
    z-index: 1;
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    height: 48px;
    top: 50%;
    left: 40px;
    margin-top: -24px;
    text-decoration: none !important;
    background: url(../img2/icon_play_hover.svg) no-repeat left center;
    background-size: 48px 48px;
    padding-left: 60px;
    padding-top: 10px;
    color: #fff !important
}

.board-link-video:hover {
    background-image: url(../img2/icon_play_hover_2.svg)
}

.board__right {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.board__right:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4)
}

.board__right:after {
    top: 12px;
    left: 12px;
    right: -12px;
    bottom: 12px;
    content: '';
    position: absolute;
    border: 2px solid #fff
}

.board__left {
    width: 374px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    font-weight: bold;
    font-size: 24px;
    color: #ffc700;
    background-color: #00a3ff;
    text-align: center;
    padding: 11px 31px 10px 10px;
    line-height: 1.45
}

.board__left:after {
    top: 0;
    width: 0;
    height: 0;
    right: 100%;
    content: '';
    border-style: solid;
    position: absolute;
    border-width: 60px 30px 60px 0;
    border-color: transparent #00a3ff transparent transparent
}

.contact-text {
    line-height: 1.4
}

.contact-subtitle {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 7px
}

.contact-phone {
    font-size: 18px;
    color: #000
}

.contact-mail {
    color: #00A3FF;
    font-size: 18px
}

.contact-list {
    line-height: 1.44
}

.contact-img {
    width: 100%
}

.biege-bg {
    background-color: #f5f3eb
}

.subtitle {
    font-size: 24px
}

.town-sup {
    color: #FFC700;
    font-weight: 500;
    font-size: 10px;
    transform: translateY(-9px);
    padding-left: 5px;
    display: inline-block
}

.img-slide {
    transition: all .3s;
    border: 1px solid transparent
}

.img-slide.active {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2)
}

.img-slide:not(.active) {
    border-color: rgba(0, 0, 0, 0.12)
}

.attention-box {
    font-style: italic;
    padding-left: 22px;
    color: rgba(0, 0, 0, 0.4);
    background: url("../img2/icon_attention.svg") no-repeat left 5px;
    background-size: 12px 12px
}

.awards {
    font-size: 18px;
    min-height: 80px;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.04);
    border-radius: 8px
}

.awards-row {
    height: 100%
}

.awards-title {
    color: #626262
}

.awards-text {
    font-weight: 900;
    color: #00a3ff
}

.awards-img {
    max-width: 100%;
    max-height: 100%
}

.title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.4
}

.franchise-head {
    width: 634px;
    padding-top: 202px
}

.franchise-head__text {
    font-weight: 600;
    font-size: 18px;
    color: #0006;
    line-height: 1.35
}

.franchise-head__text li {
    margin-bottom: 7px
}

.franchise-video {
    width: 100%;
    height: 708px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.franchise-video:after {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.5)
}

.franchise-video__link {
    top: 50% !important;
    left: 50% !important;
    z-index: 1;
    transform: translate(-50%, -50%) !important;
    position: absolute
}

.b-stage {
    padding-top: 98px;
    padding-bottom: 50px
}

.stage {
    margin-bottom: 90px
}

.stage-body {
    padding: 25px 40px;
    border: 12px solid transparent
}

.stage-body__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.35;
    padding-top: 9px;
    letter-spacing: .4px
}

.stage-body__nmb {
    width: 45px;
    height: 50px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    padding-top: 7px;
    text-align: center;
    background: url("../img2/franchise/stage_nmb_bg.svg") no-repeat center;
    background-size: 45px
}

.stage-body__text {
    width: 340px;
    font-weight: 600;
    font-size: 18px;
    padding-top: 40px;
    min-height: 295px;
    line-height: 1.4
}

.stage-body__bg {
    top: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.stage-body__bg--left {
    left: -78px;
    right: 25px;
    bottom: -77px
}

.stage-body__bg--right {
    right: -78px;
    left: 25px;
    bottom: -77px
}

.condition {
    height: 100%;
    padding: 18px 15px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.06)
}

.condition-carousel {
    margin-right: -18px;
    margin-left: -18px
}

.condition-carousel .swiper-slide {
    width: 376px;
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 27px
}

.condition-carousel .swiper-slide {
    height: auto
}

.condition__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3
}

.condition__icon {
    margin-bottom: 9px
}

.condition-text {
    font-size: 18px;
    max-width: 636px;
    margin: 0 auto 30px;
    line-height: 1.45
}

.condition__prise {
    font-weight: 500;
    font-size: 18px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.04)), linear-gradient(0deg, rgba(255, 199, 0, 0.04), rgba(255, 199, 0, 0.04)), #fff;
    border-radius: 8px
}

.condition__text {
    text-align: left;
    padding-top: 10px;
    line-height: 1.3
}

.package {
    max-width: 330px;
    width: 100%
}

.package-img {
    position: relative
}

.package-head__small-text {
    color: #999;
    font-weight: 600
}

.package-head__large-text {
    color: #00A3FF;
    font-size: 24px;
    font-weight: 700
}

.package-body {
    font-size: 18px;
    padding: 13px 10px;
    border: 1px solid #00A3FF;
    border-radius: 8px
}

.connect {
    overflow: hidden;
    position: relative
}

.connect-img {
    margin-top: 297px;
    margin-left: -24px
}

.connect:after {
    bottom: 0;
    left: 50%;
    top: 1px;
    width: 100%;
    content: '';
    position: absolute;
    margin-left: -65px;
    transform: translateX(-50%);
    background: url(../img2/franchise/map_bg.svg) no-repeat center top;
    background-size: 1154px
}

.connect .container {
    z-index: 1;
    position: relative
}

.connect-form {
    max-width: 450px;
    background: #00A3FF;
    border-radius: 20px;
    margin-top: 48px;
    margin-left: 18px
}

.connect-form__title {
    max-width: 290px;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    line-height: 1.35
}

.online {
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.06)
}

.online__left {
    height: 100%;
    padding: 30px;
    background-color: #fff
}

.online__left-list {
    padding-left: 0
}

.online__left-list li {
    margin-top: 14px;
    line-height: 1.35;
    list-style: none;
    position: relative;
    padding-left: 25px
}

.online__left-list li:before {
    left: 0;
    top: 10px;
    height: 1px;
    width: 15px;
    content: '';
    background-color: #00A3FF;
    position: absolute
}

.online__left-text {
    color: #0080C8;
    line-height: 1.3
}

.online__left-title {
    font-weight: bold;
    font-size: 24px
}

.online__left-subtitle {
    font-weight: 500;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4)
}

.online__form {
    height: 100%;
    width: 450px;
    padding: 32px 29px;
    background-color: #00A3FF
}

.online__form-subtitle {
    color: #ffc107;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 19px
}

.online__form-title {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2
}

.skype-wrapper:before {
    content: '';
    position: absolute
}

.skype-wrapper-img {
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25)
}

.ctable {
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.06)
}

.ctable-btn {
    padding-left: 22px;
    padding-right: 22px
}

.ctable-bottom {
    padding-top: 17px !important;
    line-height: 1.4
}

.ctable-title {
    font-size: 24px;
    line-height: 1.3;
    font-weight: bold
}

.ctable-price {
    font-weight: bold;
    font-size: 18px;
    color: #00A3FF
}

.ctable-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    overflow: hidden
}

.ctable-subtitle {
    font-size: 18px;
    line-height: 1.3;
    padding-top: 2px
}

.ctable-text {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4)
}

.ctable-left {
    color: #fff;
    width: 287px;
    height: calc(100% + 1px);
    position: relative;
    margin-right: 10px;
    background-color: #00A3FF
}

.ctable-left__icon {
    height: 14px;
    display: block
}

.ctable-left__text {
    color: #000;
    font-size: 18px;
    line-height: 1.4;
    padding-top: 49px;
    padding-left: 11px;
    padding-bottom: 48px
}

.ctable-left__head {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 40px;
    margin-bottom: 40px;
    white-space: nowrap;
    padding: 15px 40px 20px;
    background-color: #0080c8
}

.ctable-left_after:after {
    top: 50%;
    width: 0;
    height: 0;
    left: 100%;
    content: '';
    position: absolute;
    border-style: solid;
    transform: translateY(-50%);
    border-width: 15px 0 15px 8px;
    border-color: transparent transparent transparent #33B5FF
}

.ctable-left_before:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    position: absolute;
    background-color: rgba(255, 255, 255, 0.2)
}

.ctable-left:not(.ctable-left_before).ctable-left_after:after {
    border-color: transparent transparent transparent #00a3ff
}

.ctable-left-row {
    z-index: 1;
    min-height: 44px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
    position: relative
}

.font-weight-600 {
    font-weight: 600
}

.bgc-gray {
    background: rgba(0, 0, 0, 0.04)
}

.btn-green {
    color: #fff !important;
    background-color: #72B951;
    border-radius: 4px
}

.btn-green:hover,
.btn-green:focus {
    background-color: #66ac45
}

.btn-wrap {
    white-space: unset
}

@media (max-width: 1799px) {
    .header-robot {
        right: 0;
        left: auto;
        margin-left: 0
    }
}

@media (max-width: 1599px) {
    .img-kids {
        width: 600px
    }
    .header-storage {
        max-width: 580px
    }
}

@media (max-width: 1459px) {
    .b-header--main {
        background-size: 520px;
        background-position: right 208px
    }
    .header-title {
        font-size: 36px
    }
    .header-title>* {
        font-size: 36px
    }
}

@media (min-width: 1260px) {
    .footer-collapse--xl {
        display: block !important
    }
    .footer-collapse-link--xl {
        pointer-events: none
    }
    .header {
        padding-left: 115px !important
    }
}

@media (max-height: 799px) {
    .b-header--main {
        background-size: auto 444px !important
    }
}

@media (max-height: 699px) {
    .header-subtitle {
        margin-bottom: 65px
    }
    .b-header--main {
        background-position: right center !important;
        background-size: auto 344px !important
    }
}

@media (max-width: 1359px) {
    .slider-one-button-next {
        left: calc(50% + 400px);
        background-position: 13px center
    }
    .slider-one-button-prev {
        right: calc(50% + 400px)
    }
    .slider-one-button-prev:after {
        right: 15px
    }
    .slider-one-slide {
        width: 800px
    }
    .img-kids {
        width: 500px
    }
    .header-subtitle {
        max-width: 480px
    }
    .header-storage {
        width: 600px
    }
    .header-robot {
        max-width: 580px
    }
}

@media (min-width: 1200px) {
    .main {
        margin-top: 80px !important;
        margin-bottom: 80px !important
    }
}

@media (max-width: 1259px) {
    .connect:after {
        margin-left: 0;
        background: url(../img2/franchise/map_bg.svg) no-repeat center top;
        background-size: 1020px
    }
    .package-img {
        transform: translateX(-40px)
    }
    .franchise-video {
        height: 450px
    }
    .b-franchise {
        background-color: #f5f5f5
    }
    .franchise-head {
        width: 648px;
        max-width: calc(100% - 40px);
        margin-top: -60px;
        background-color: #fff;
        box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.06)
    }
    .blog-back {
        margin-right: 380px
    }
    .link-all-course {
        margin-left: 0
    }
    .tizer-carousel .swiper-slide {
        width: 250px !important
    }
    .tizer__box {
        width: 140px
    }
    .tizer-carousel {
        width: calc(100% - 110px)
    }
    .swiper-carousel {
        margin-left: -15px;
        padding-left: calc(50% - 464px)
    }
    .footer-collapse-link--xl:after {
        content: '';
        width: 10px;
        height: 3px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
        background: url(../img2/icon_arrow_up_blue.svg) no-repeat center;
        background-size: 10px 3px
    }
    .footer-collapse-link--xl.collapsed:after {
        background-image: url(../img2/icon_arrow_down_blue.svg)
    }
    .footer-list {
        margin-bottom: 25px
    }
    .img-kids {
        display: none
    }
    .training__right {
        max-width: 396px;
        padding-right: 15px !important
    }
    .header-storage {
        width: 386px
    }
    .about-text {
        max-width: 528px
    }
    .resume-img {
        width: calc(50% - 35px)
    }
}

@media (max-width: 1199px) {
    .ctable-left__head {
        margin-bottom: 20px
    }
    .ctable-left__text {
        padding: 0 0 50px
    }
    .connect:after {
        background-size: 1000px
    }
    .header-scroll {
        display: none !important
    }
    .b-header {
        height: auto !important
    }
    .header-subtitle {
        margin-bottom: 65px !important
    }
    .header-robot {
        margin-left: 0;
        width: 494px
    }
    .training__left {
        min-width: 50%
    }
    .about-text {
        max-width: 530px
    }
    .resume-img {
        width: 50%
    }
}

@media (min-width: 992px) {
    .top-collapse {
        display: block !important
    }
    .top--error .logo-img-open {
        display: inline-block !important
    }
    .top--error .logo-img {
        display: none !important
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .b-sertificate {
        max-width: 768px;
        margin-left: auto;
        margin-right: auto
    }
    .sertificatе-text {
        padding: 25px 26px 8px
    }
    .sertificate-col {
        max-width: 354px
    }
}

@media (max-width: 991px) {
    .ctable-left {
        width: 196px;
        margin-right: 0
    }
    .online__left {
        padding-left: 20px;
        padding-right: 20px
    }
    .online__form {
        width: 346px;
        padding-left: 20px;
        padding-right: 20px
    }
    .connect:after {
        top: 435px;
        background-size: 96%
    }
    .connect-img {
        margin: 160px auto 0;
        display: block;
        width: 500px
    }
    .connect-form {
        margin-left: auto;
        margin-right: auto;
        margin-top: 0
    }
    .package-img {
        right: 0;
        transform: translateX(0);
        position: absolute
    }
    .package__wrap {
        width: 370px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto
    }
    .container-pavel {
        max-width: 768px !important
    }
    .stage {
        margin-bottom: 30px
    }
    .stage-body {
        padding-left: 30px;
        padding-right: 30px
    }
    .stage-body__text {
        width: 260px;
        font-weight: 400;
        font-size: 18px;
        padding-bottom: 15px;
        padding-top: 25px;
        min-height: 170px;
        line-height: 1.4
    }
    .stage-body__bg {
        bottom: auto;
        height: 216px
    }
    .stage-body__bg--left {
        left: -60px;
        right: 10px
    }
    .stage-body__bg--right {
        right: -60px;
        left: -10px
    }
    .blog__head-title--medium {
        font-size: 30px
    }
    .blog-single-img {
        width: 340px
    }
    .blog-back {
        right: auto;
        left: 15px;
        margin-right: 0
    }
    .b-partner-row {
        min-height: 0;
        margin-bottom: 30px
    }
    .g-title.b-reviews-title {
        margin-bottom: 40px !important
    }
    .row.useful-row {
        margin-right: -10px;
        margin-left: -10px
    }
    .row.useful-row>.col,
    .row.useful-row>[class*="col-"] {
        padding-right: 10px;
        padding-left: 10px
    }
    .useful-text {
        padding-top: 10px
    }
    .swiper-carousel .swiper-wrapper .swiper-slide {
        padding-left: 7px !important;
        padding-right: 7px !important
    }
    .swiper-carousel {
        margin-left: -7px !important;
        margin-right: -7px !important
    }
    .resume-list--medium li {
        margin-bottom: 10px;
        line-height: 1.3
    }
    .b-courses {
        padding-top: 60px;
        padding-bottom: 35px !important
    }
    .swiper-3 {
        margin-left: -24px;
        margin-right: -24px
    }
    .swiper-3 .swiper-wrapper .swiper-slide {
        padding-left: 24px;
        padding-right: 24px
    }
    .swiper-carousel {
        padding-right: 15px;
        padding-left: calc(50% - 364px)
    }
    .main-about-wrapper {
        margin-left: auto;
        margin-right: auto;
        max-width: 650px
    }
    .main-about {
        margin-bottom: 43px
    }
    .main-about-title br {
        display: none
    }
    .subtext {
        padding-top: 0;
        margin-bottom: 60px
    }
    .review-carousel-slide {
        width: 176px
    }
    .review-carousel {
        margin-left: 0;
        margin-right: 0
    }
    .learn-nmb:before {
        left: 15px
    }
    .header-description {
        font-size: 26px
    }
    .check-block:before {
        left: 25px
    }
    .check-block {
        font-size: 17px
    }
    .tinkoff {
        padding: 25px
    }
    .top--error:not(.top--scroll) .logo-img {
        display: inline-block
    }
    .top--error:not(.top--scroll) .logo-img-open {
        display: none
    }
    .feedback__top {
        padding-top: 60px
    }
    .b-location {
        padding-bottom: 60px
    }
    .trainer--md-marb {
        margin-bottom: 60px
    }
    .location-map {
        width: 100%
    }
    .benefit__col {
        text-align: center !important
    }
    .b-free-form {
        padding-top: 60px;
        padding-bottom: 45px
    }
    .tizer {
        padding-bottom: 23px
    }
    .card {
        height: 200px;
        padding-top: 20px;
        padding-bottom: 20px
    }
    .header-title {
        margin-bottom: 10px
    }
    .resume__right {
        padding-top: 25px;
        padding-bottom: 30px
    }
    .b-slider {
        padding-top: 60px
    }
    .b-slider .swiper-container {
        background: none !important
    }
    .b-resume {
        padding-top: 50px;
        padding-bottom: 60px
    }
    .slider-one-button-next {
        left: calc(50% + 289px)
    }
    .slider-one-button-prev {
        right: calc(50% + 289px)
    }
    .slider-one-slide {
        width: 578px
    }
    .card-img {
        top: 95px;
        max-width: 160px
    }
    .card-name {
        font-size: 18px;
        max-width: 100%;
        height: 100px;
        display: flex;
        min-height: 110px;
        align-items: center;
        justify-content: flex-start
    }
    .card-btn {
        margin: 0 auto;
        display: flex;
        justify-content: center
    }
    .b-advange {
        padding-top: 60px;
        padding-bottom: 100px
    }
    .b-trainer-title {
        margin-top: 60px
    }
    .resume__right-list {
        columns: 1
    }
    .resume__left.row {
        width: 260px;
        padding: 30px;
        margin-left: 0;
        margin-right: 0
    }
    .advange-wrap.row {
        max-width: 740px
    }
    .advange-title {
        font-size: 22px;
        padding-right: 3px;
        font-weight: 700;
        line-height: 1.2
    }
    .advange {
        width: 414px;
        height: 238px;
        min-height: 238px
    }
    .advange--right {
        padding: 10px 30px 10px 48px
    }
    .advange--left {
        padding: 10px 48px 10px 30px
    }
    .advange--right {
        margin-top: 60px
    }
    .advange-img {
        top: 30px;
        width: 314px
    }
    .advange-img--left {
        left: 30px;
        box-shadow: -30px -30px 0 0 #F5F3EB
    }
    .advange-img--right {
        right: 30px;
        box-shadow: 30px 30px 0 0 #F5F3EB
    }
    .trainer__left {
        width: 284px
    }
    .trainer__right_body {
        padding-left: 25px;
        padding-right: 15px
    }
    .programm {
        padding-bottom: 15px
    }
    .b-about {
        padding-bottom: 0 !important
    }
    .box-wrapper .btn-transparent+.dropdown-menu {
        margin-left: -5px
    }
    .btn-transparent+.dropdown-menu {
        max-width: 100%
    }
    .about-text {
        display: block;
        max-width: 470px;
        margin-left: auto;
        margin-right: auto;
        padding: 25px 20px
    }
    .about-img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        position: static
    }
    .about {
        padding-top: 60px;
        padding-bottom: 60px
    }
    div.header {
        padding-left: 65px !important
    }
    .b-trainer.g-padding {
        padding-top: 83px !important
    }
    .b-programm {
        padding-bottom: 60px
    }
    .b-buns {
        padding-bottom: 30px
    }
    .b-about {
        margin-top: 0 !important
    }
    .b-slider-bottom {
        position: relative;
        height: 0
    }
    .b-slider.bg-gray,
    .b-slider.review,
    .b-slider.question,
    .b-slider.b-footer {
        padding-bottom: 0 !important
    }
    .modal-dialog--call {
        width: 480px;
        max-width: calc(100% - 40px)
    }
    .modal-dialog--call .modal-title br {
        display: none
    }
    .modal-body {
        max-width: 100%
    }
    .trainer__left_body-img {
        width: 100%
    }
    .about-img {
        left: 20px
    }
    .resume {
        max-width: 746px;
        margin-left: auto;
        margin-right: auto
    }
    .modal-open {
        padding-right: 0 !important
    }
    .about-text {
        padding-left: 20px !important;
        padding-right: 20px !important
    }
    .header {
        padding-left: 20px !important
    }
    .container {
        max-width: 100% !important;
        padding-left: 20px;
        padding-right: 20px
    }
    .about {
        margin-left: -20px !important;
        margin-right: -20px !important
    }
    .row {
        margin-left: -20px;
        margin-right: -20px
    }
    .row>.col,
    .row>[class*="col-"] {
        padding-right: 20px;
        padding-left: 20px
    }
    .logo {
        position: absolute !important;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
    .header-storage {
        display: none !important
    }
    .programm__right-param {
        width: 100%
    }
    .b-header {
        padding-bottom: 90px
    }
    .header-title--marb {
        margin-bottom: 100px
    }
    .header-robot {
        display: none
    }
    .logo {
        position: relative;
        z-index: 1
    }
    .top-collapse-open .hamburger-inner {
        background-color: #fff
    }
    .top-collapse-open .hamburger-inner:before,
    .top-collapse-open .hamburger-inner:after {
        background-color: #fff
    }
    .top-collapse-open .logo-img-open,
    .top-collapse-open .logo-img {
        display: none !important
    }
    .top-collapse-open .logo-white {
        display: inline-block
    }
    .top-collapse {
        left: 0;
        right: 0;
        position: absolute;
        top: 0;
        display: flex;
        align-items: center;
        flex-direction: column;
        background-color: #00A3FF
    }
    .top-collapse-link {
        display: block;
        font-size: 0;
        z-index: 1;
        position: relative;
        margin-top: -5px;
        background: url(../img2/icon_close.svg) no-repeat center;
        background-size: 20px 20px;
        width: 28px;
        height: 28px;
        transition: all 0s;
        vertical-align: middle
    }
    .top-collapse-link.collapsed {
        background-image: url(../img2/icon_phone_round.svg);
        background-size: 28px 28px
    }
    .top-btn {
        margin-left: 0;
        color: #fff !important;
        padding-bottom: 5px;
        border-bottom: 2px solid #fff
    }
    .top-btn:after {
        content: ''
    }
    .top-phone {
        color: #fff !important;
        margin-bottom: 10px;
        margin-left: 0
    }
    .top-phone:first-child {
        margin-top: 90px
    }
    .training__right {
        max-width: none
    }
    .b-header--main {
        background-size: 318px
    }
    .footer__right {
        width: 240px
    }
    .training__right-list {
        margin-top: 58px
    }
    .b-review {
        padding-top: 60px
    }
    .sertificatе-text {
        max-width: 470px;
        margin-left: auto;
        margin-right: auto
    }
    .b-attention {
        padding-bottom: 35px !important
    }
    .g-padding {
        padding-top: 60px !important;
        padding-bottom: 60px !important
    }
    .b-partner {
        padding-bottom: 45px !important
    }
    .b-benefit {
        padding-top: 60px;
        padding-bottom: 0
    }
    .hidden-lg {
        display: none !important
    }
    .resume {
        padding-left: 0
    }
    .buns {
        max-width: 315px
    }
    .training-title {
        font-size: 26px
    }
    .feedback-title,
    .resume-title,
    .g-title {
        font-size: 26px;
        margin-bottom: 60px
    }
    .feedback-title>*:not([class]),
    .resume-title>*:not([class]),
    .g-title>*:not([class]) {
        font-size: 26px
    }
    .programm__right-title {
        font-size: 16px
    }
    .header-subtitle {
        margin-bottom: 100px
    }
    .header-title {
        font-size: 44px
    }
    .header-title>* {
        font-size: 44px
    }
    .review-row {
        padding-bottom: 30px
    }
    .b-card {
        padding-bottom: 40px !important
    }
    .b-feedback-form {
        width: 100%
    }
    .b-card-title {
        margin-bottom: 40px
    }
    .b-reviews-title {
        margin-bottom: 30px
    }
    .b-reviews {
        padding-bottom: 40px !important
    }
}

@media (min-width: 768px) {
    .contact-img {
        max-width: 290px
    }
    .row.gutters-md-15 {
        margin-right: -10px;
        margin-left: -10px
    }
    .row.gutters-md-15>.col,
    .row.gutters-md-15>[class*="col-"] {
        padding-right: 10px;
        padding-left: 10px
    }
    .row.gutters-md-30 {
        margin-right: -15px;
        margin-left: -15px
    }
    .row.gutters-md-30>.col,
    .row.gutters-md-30>[class*="col-"] {
        padding-right: 15px;
        padding-left: 15px
    }
    .teacher-slider-wrapper {
        padding-right: 100px
    }
    .teacher-slider__nav {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%)
    }
    .map__contact {
        top: 0;
        right: 0;
        width: 320px;
        height: 100%;
        overflow-y: auto;
        position: absolute
    }
    .benefit-link {
        cursor: default
    }
    .swiper-wrapper-md-row {
        margin-left: -10px;
        margin-right: -10px;
        flex-wrap: wrap;
        width: auto
    }
    .swiper-wrapper-md-row>.col,
    .swiper-wrapper-md-row>[class*="col-"] {
        padding-right: 10px;
        padding-left: 10px
    }
    .about-img {
        max-width: 470px;
        height: auto
    }
    .footer-collapse--md {
        display: block !important
    }
    .footer-collapse-link--md {
        pointer-events: none
    }
    .training-container {
        padding-left: 0;
        padding-right: 0;
        max-width: 100%
    }
}

@media (max-width: 767px) {
    .ctable-left {
        width: 34px;
        min-width: 10vw
    }
    .ctable-left_after:after {
        content: none
    }
    .online {
        margin-left: -20px;
        margin-right: -20px
    }
    .online__form {
        width: 100%
    }
    .connect-img {
        margin: 160px auto 0;
        width: 354px;
        transform: translateX(50px)
    }
    .connect:after {
        top: 437px;
        background-size: 790px;
        background-position: 20px top
    }
    .b-package {
        overflow: hidden
    }
    .package-img {
        position: relative;
        left: 50%;
        width: 412px;
        transform: translateX(-50%)
    }
    .condition-carousel .swiper-slide {
        width: 270px !important;
        padding-left: 10px !important;
        padding-right: 10px !important
    }
    .stage-body {
        padding: 15px
    }
    .stage-body__text {
        width: 190px
    }
    .stage-body__bg--left {
        left: -25px;
        right: 0
    }
    .stage-body__bg--right {
        right: -25px;
        left: 0
    }
    .title {
        font-size: 36px
    }
    .board__left {
        width: 100%
    }
    .board__right {
        height: 150px
    }
    .board__right:after {
        right: 12px;
        bottom: -12px
    }
    .blog-back {
        top: 30px;
        left: 50%;
        transform: translateX(-50%)
    }
    .programm-title {
        font-size: 22px
    }
    .teacher-title,
    .teacher-head {
        font-size: 22px
    }
    .tizer__box {
        width: 100%
    }
    .link-all-course {
        width: 178px;
        height: 48px;
        line-height: 1;
        display: flex;
        margin-bottom: 15px;
        align-items: center;
        justify-content: center;
        padding-top: 0;
        border-radius: 30px
    }
    .link-all-course br {
        display: none
    }
    .link-all-course-img {
        margin-left: 15px;
        margin-top: 0;
        margin-right: 0
    }
    .tizer,
    .programm {
        padding-left: 20px;
        padding-right: 20px;
        margin-left: -20px !important;
        margin-right: -20px !important
    }
    .tizer-carousel {
        width: calc(100% + 30px)
    }
    .b-partner-row {
        margin-bottom: 10px
    }
    .swiper-3 {
        margin-left: -10px;
        margin-right: -10px
    }
    .swiper-3 .swiper-slide {
        padding-left: 10px !important;
        padding-right: 10px !important
    }
    .swiper-carousel {
        padding-left: 15px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-right: 15px !important
    }
    .header-caption {
        font-size: 50px
    }
    .header-text {
        font-size: 30px
    }
    button.mfp-arrow {
        width: 30px;
        height: 40px;
        margin-top: -20px
    }
    .mfp-container {
        padding-left: 30px;
        padding-right: 30px
    }
    img.mfp-img {
        padding: 0;
        max-height: calc(100vh - 40px) !important
    }
    .review-carousel-wrap {
        margin-left: -15px;
        margin-right: -15px
    }
    .review-carousel {
        padding-top: 20px;
        padding-bottom: 25px
    }
    .map__contact-title {
        font-size: 22px
    }
    .header-description {
        font-size: 22px
    }
    .benefit {
        width: 100%;
        max-width: 580px
    }
    .heading-subtitle {
        font-size: 19px;
        line-height: 1.4
    }
    .heading-title {
        font-size: 24px
    }
    .b-benefit {
        padding-bottom: 60px
    }
    .resume__left {
        width: 100%
    }
    .resume__left .img-fluid {
        width: 100%
    }
    .resume__left_body {
        padding-left: 20px;
        padding-right: 20px
    }
    .benefit__col {
        margin-top: -30px;
        order: 1;
        margin-top: -15px;
        order: 1
    }
    .benefit__col.active {
        order: 2;
        z-index: 1
    }
    .benefit__col:not(.active) .benefit__body {
        display: none
    }
    .free-form-title {
        font-size: 26px
    }
    .b-free-form-container {
        max-width: 590px
    }
    .b-advange {
        padding-bottom: 0
    }
    .resume__right {
        padding-bottom: 30px
    }
    .header-show-video {
        left: 60px
    }
    .b-header {
        padding-top: 80px;
        padding-bottom: 85px
    }
    .col-md-3 .video:after,
    .col-md-4 .video:after {
        width: 48px;
        height: 48px;
        background-size: 48px 48px
    }
    .b-video-container {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    .card-name {
        font-size: 22px
    }
    .card {
        width: 420px
    }
    .b-feedback-form {
        margin-left: auto;
        margin-right: auto;
        max-width: 480px
    }
    .form-radio {
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
        display: block
    }
    .dropify-wrapper .dropify-preview .dropify-render img {
        max-height: 100% !important
    }
    .resume .dropify-wrapper {
        height: 313px !important
    }
    .resume_form {
        margin-bottom: 15px
    }
    .trainer {
        margin-bottom: 60px
    }
    .programm-price {
        display: inline-block
    }
    .resume {
        width: calc(100% - 40px);
        max-width: 400px
    }
    .resume__left.row {
        width: 100%
    }
    .advange-wrap.row {
        width: calc(100% + 40px);
        max-width: 480px
    }
    .advange {
        width: 100%;
        max-width: 100%;
        margin-top: 0;
        height: auto
    }
    .advange--left {
        margin-bottom: -30px;
        padding: 20px 20px 50px 20px
    }
    .advange--left:after {
        line-height: 1;
        bottom: auto !important;
        top: 5px !important
    }
    .advange--right {
        padding: 50px 20px 30px 20px
    }
    .advange-img {
        top: auto;
        max-width: calc(100% - 30px);
        position: relative
    }
    .advange-img--left {
        left: auto;
        margin-left: 30px;
        margin-bottom: -30px
    }
    .advange-img--right {
        right: 0;
        margin-right: 30px;
        margin-bottom: 50px
    }
    .advange:after {
        bottom: 15px;
        left: 50%;
        top: auto;
        height: 94px;
        width: 94px;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
    .form-btn {
        width: 100%
    }
    .btn-on-tab {
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
        display: block
    }
    .about {
        padding-bottom: 0
    }
    .b-header {
        width: auto !important
    }
    .header {
        min-height: calc(100vh - 197px);
        display: flex;
        flex-direction: column;
        justify-content: center
    }
    .b-feedback__bottom {
        display: none
    }
    .programm__right-list {
        columns: 1
    }
    .header-row,
    .header-subtitle,
    .header-title {
        padding-left: 50px
    }
    div.header {
        padding-left: 15px !important
    }
    .form-group--main {
        max-width: 50%;
        margin-left: auto;
        margin-right: auto
    }
    .trainer {
        max-width: 400px;
        margin-right: auto !important;
        margin-left: auto !important
    }
    .programm__right:before {
        content: '';
        background-color: #E0E0E0;
        height: 1px;
        width: calc(100% - 15px);
        display: block;
        margin-bottom: 40px
    }
    .feedback-title {
        text-align: center
    }
    .form-group--main {
        width: 100% !important;
        padding-left: 5px;
        padding-right: 5px
    }
    .about {
        max-width: none !important;
        margin-left: -20px !important;
        margin-right: -20px !important
    }
    .about-img {
        width: 100%
    }
    .about-text {
        max-width: 100%
    }
    .main-title {
        font-size: 26px
    }
    .main-title>* {
        font-size: 26px
    }
    .top-collapse-line {
        font-size: 12px
    }
    .menu {
        width: 270px
    }
    .buns {
        margin-left: auto;
        margin-right: auto
    }
    .b-about {
        margin-top: 60px
    }
    .about-text {
        padding: 40px 30px
    }
    .about {
        padding-top: 0
    }
    .map {
        height: 400px
    }
    .footer-collapse-link--md:after {
        content: '';
        width: 10px;
        height: 3px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
        background: url(../img2/icon_arrow_up_blue.svg) no-repeat center;
        background-size: 10px 3px
    }
    .footer-collapse-link--md.collapsed:after {
        background-image: url(../img2/icon_arrow_down_blue.svg)
    }
    .programm__left {
        border-right: 0
    }
    .training-img {
        height: auto;
        overflow: hidden;
        margin-left: -15px;
        margin-right: -15px;
        position: relative
    }
    .training-img:after,
    .training-img:before {
        content: '';
        position: absolute
    }
    .training-img:after {
        right: 0;
        top: -1px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 767px 30px 0;
        border-color: transparent #404040 transparent transparent
    }
    .training-img:before {
        left: 0;
        bottom: -1px;
        width: 0;
        height: 0;
        z-index: 1;
        border-style: solid;
        border-width: 30px 0 0 767px;
        border-color: transparent transparent transparent #404040
    }
    .training-img img {
        height: auto;
        max-width: 100%;
        width: 767px
    }
    .training__right-list {
        margin-top: 60px
    }
    .hidden-md {
        display: none !important
    }
    .form-control {
        height: 50px
    }
    .training__right {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
    .trainer__left {
        width: 100%;
        padding: 11px 11px 0 11px;
        border-width: 12px 12px 0 12px
    }
    .trainer__right {
        border-width: 0 12px 12px 12px;
        padding: 0 11px 11px 11px
    }
    .header-title {
        font-size: 40px
    }
    .header-title>* {
        font-size: 40px
    }
    .training-title {
        font-size: 24px
    }
    .feedback-title,
    .resume-title,
    .g-title {
        font-size: 24px
    }
    .feedback-title>*:not([class]),
    .resume-title>*:not([class]),
    .g-title>*:not([class]) {
        font-size: 24px
    }
    .course {
        width: 100%
    }
    .b-header--main {
        background-image: none
    }
    .header-slogan {
        margin-left: 50px
    }
    .b-advange-title {
        margin-bottom: 90px
    }
    .b-card {
        padding-bottom: 60px !important
    }
    .board-link-video {
        top: 50px;
        left: 50%;
        transform: translateX(-50%)
    }
    .board__left:after {
        top: auto;
        transform: translateX(-50%);
        left: 50%;
        bottom: 100%;
        border-width: 0 360px 30px 360px;
        border-color: transparent transparent #00a3ff transparent
    }
    .board__left {
        padding: 0 10px 30px
    }
}

@media (max-width: 619px) {
    .programm-btn {
        width: 100%;
        margin-bottom: 12px;
        min-width: 50%;
        margin-left: auto;
        margin-right: auto
    }
    .programm {
        padding-bottom: 5px
    }
}

@media (max-width: 991px) and (min-width: 577px) {
    .about {
        margin-left: -20px !important;
        margin-right: -20px !important
    }
}

@media (max-width: 767px) and (min-width: 577px) {
    .course .btn-hover {
        max-width: 50%;
        margin-left: auto;
        margin-right: auto;
        display: block
    }
}

@media (min-width: 576px) {
    .swiper-container-horizontal>.swiper-scrollbar {
        opacity: 0 !important
    }
    .swiper-wrapper-mobile {
        width: auto !important;
        transform: none !important
    }
    .swiper-scrollbar {
        display: none !important
    }
    .buns-col {
        height: auto !important
    }
    .teacher-container {
        display: grid;
        grid-template-columns: auto 1fr;
        grid-template-rows: 1fr 1fr;
        grid-template-areas: "teacher-img ." "teacher-img ."
    }
    .teacher-img {
        grid-area: teacher-img
    }
}

@media (max-width: 575px) {
    .ctable-title {
        font-size: 22px
    }
    .stage-body__bg--left {
        margin-left: -45px
    }
    .stage-body__bg--right {
        margin-right: -45px
    }
    .stage-body__text {
        width: 100%;
        min-height: 0
    }
    .stage-body__bg {
        position: static
    }
    .stage--right {
        margin-left: -20px
    }
    .stage--left {
        margin-right: -20px
    }
    .title {
        font-size: 28px
    }
    .teacher-container {
        display: grid;
        grid-template-columns: 0.5fr 1.3fr;
        grid-template-rows: 1fr auto;
        grid-template-areas: ". ." "teacher-post teacher-post"
    }
    .teacher-post {
        grid-area: teacher-post
    }
    .blog__head-title--medium {
        font-size: 28px
    }
    .teacher-title,
    .teacher-head {
        font-size: 20px
    }
    .main-about-title {
        padding-top: 15px
    }
    .learn-icon {
        width: 50px
    }
    .learn-nmb:before {
        left: 0
    }
    .header-slogan {
        margin-left: 0
    }
    .b-feedback-form {
        padding-top: 0
    }
    .timer .countdown-section {
        width: 60px;
        height: 87px;
        font-size: 13px;
        margin-left: 4px;
        margin-right: 4px
    }
    .timer .countdown-amount {
        font-size: 32px;
        padding-top: 10px
    }
    .heading-btn {
        width: 100%
    }
    .free-form-title {
        font-size: 22px
    }
    .header-show-video {
        left: 15px
    }
    .card-swiper-container {
        margin-left: -15px;
        margin-right: -15px
    }
    .programm-btn {
        width: 100%;
        margin-bottom: 12px;
        min-width: 50%;
        margin-left: auto;
        margin-right: auto
    }
    .form-group--main {
        max-width: 100%
    }
    .btn,
    .btn-social {
        padding-left: 15px;
        padding-right: 15px
    }
    .header-row,
    .header-subtitle,
    .header-title {
        padding-left: 0
    }
    .b-buns {
        padding-bottom: 60px
    }
    .b-review {
        padding-bottom: 0
    }
    .swiper-container-horizontal>.swiper-scrollbar {
        width: 100%;
        left: 0;
        bottom: 0
    }
    .swiper-wrapper {
        margin-left: 0;
        margin-right: 0
    }
    .b-review .container,
    .b-buns .container {
        padding-left: 0;
        padding-right: 0
    }
    .swiper-slide {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    .card-swiper-container {
        background-color: transparent !important
    }
    .card-swiper-container .swiper-slide {
        background-color: transparent !important
    }
    .review-swiper-container--marb {
        margin-bottom: 60px
    }
    .review-row {
        padding-bottom: 0
    }
    .review {
        width: 100%
    }
    .review-img {
        width: 100%
    }
    .b-sertificate .container,
    .b-resume .container {
        overflow: hidden;
        padding-left: 0;
        padding-right: 0
    }
    .b-review .swiper-container {
        background-color: rgba(0, 0, 0, 0.04)
    }
    .buns-text,
    .buns-name {
        margin-bottom: 25px;
        padding-left: 20px;
        padding-right: 20px
    }
    .buns {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0
    }
    .buns-img {
        width: 100%
    }
    .buns {
        max-width: 100%;
        text-align: center
    }
}

@media (min-width: 480px) {
    .visible-480 {
        display: none !important
    }
    .dropify-wrap-img {
        display: none
    }
    .g-title--marb {
        margin-bottom: 60px
    }
}

@media (max-width: 519px) and (min-width: 480px) {
    .advange-wrap.row {
        max-width: 100%
    }
}

@media (max-width: 479px) {
    .ctable-left__text {
        padding-bottom: 40px
    }
    .ctable-btn {
        width: 100%;
        padding: 5px;
        font-size: 12px
    }
    .ctable-price {
        font-size: 14px
    }
    .ctable-subtitle {
        font-size: 16px
    }
    .ctable-left__text {
        font-size: 16px
    }
    .ctable-title {
        font-size: 18px
    }
    .ctable-left__head {
        font-size: 32px;
        margin-top: 40px;
        margin-bottom: 16px;
        padding: 10px 30px 10px 10px
    }
    .g-title--marb {
        margin-bottom: 40px
    }
    .subtitle {
        font-size: 22px
    }
    .board__left {
        font-weight: bold;
        font-size: 18px;
        min-height: 100px
    }
    .teacher-img {
        max-width: 100px;
        max-height: 100px
    }
    .programm-title {
        font-size: 20px
    }
    .tizer-head {
        margin-bottom: 20px
    }
    .link-all-course {
        margin-bottom: 25px
    }
    .g-title.b-reviews-title {
        margin-bottom: 20px !important
    }
    .b-courses {
        padding-bottom: 15px !important
    }
    .b-courses {
        padding-top: 40px
    }
    .b-reviews.g-padding {
        padding-bottom: 10px !important
    }
    .swiper-carousel .swiper-wrapper .swiper-slide {
        width: 264px
    }
    .box__body-status {
        margin-left: -10px;
        margin-right: -10px
    }
    .box__link {
        min-height: 136px
    }
    .header-btn {
        width: 100%
    }
    .header-caption {
        font-size: 32px
    }
    .header-text {
        font-size: 24px
    }
    .map__contact {
        padding: 20px
    }
    .map__contact-title {
        font-size: 18px
    }
    .learn {
        max-width: 280px
    }
    .header-description {
        font-size: 18px
    }
    .heading-subtitle {
        font-size: 16px
    }
    .heading-title {
        font-size: 18px
    }
    .feedback__top {
        padding-top: 40px
    }
    .b-free-form {
        padding-top: 40px;
        padding-bottom: 40px
    }
    .tizer {
        padding: 27px 15px 0;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px
    }
    .tizer .card {
        padding: 20px
    }
    .video-name {
        font-size: 15px
    }
    .video:after {
        width: 36px;
        height: 36px;
        background-size: 36px 36px
    }
    .b-slider {
        padding-top: 40px
    }
    .b-card {
        padding-bottom: 40px !important
    }
    .card-img {
        top: 77px;
        max-width: 110px
    }
    .card {
        padding: 15px 20px 15px;
        height: 190px
    }
    .card-name {
        font-size: 18px;
        min-height: 105px;
        height: auto
    }
    .b-review {
        padding-top: 40px
    }
    .form-radio-title {
        padding-bottom: 15px
    }
    .form-radio {
        padding-left: 24px;
        padding-right: 24px
    }
    .dropify-wrap {
        position: relative
    }
    .dropify-wrap .dropify-wrapper {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100% !important
    }
    .dropify-wrap-img {
        opacity: 0;
        max-width: 100%
    }
    .b-resume {
        padding-top: 40px;
        padding-bottom: 40px
    }
    .resume__left.row {
        padding-left: 20px;
        padding-right: 20px
    }
    .b-advange {
        padding-top: 40px
    }
    .b-trainer-title {
        margin-top: 40px
    }
    .advange-wrap.row {
        margin-left: -20px !important
    }
    .trainer {
        margin-bottom: 40px
    }
    .trainer__right_body {
        padding-left: 15px;
        padding-right: 15px
    }
    .resume-btn,
    .training__right-btn {
        width: 100%
    }
    .dropdown-item {
        white-space: normal;
        line-height: 1.2
    }
    .training-img {
        margin-top: 30px !important
    }
    .training__right-list {
        margin-top: 40px !important
    }
    .b-trainer.g-padding {
        padding-top: 63px !important
    }
    .b-programm {
        padding-bottom: 40px
    }
    .b-about {
        margin-top: 40px
    }
    .b-buns {
        padding-bottom: 40px !important
    }
    .b-card {
        padding-bottom: 40px !important
    }
    .g-padding.b-feedback,
    .g-padding.b-sertificate,
    .g-padding.b-card {
        padding-top: 40px !important
    }
    .sertificatе-text {
        max-width: 100%
    }
    .g-padding.b-sertificate {
        padding-bottom: 0 !important
    }
    .review-swiper-container--marb {
        margin-bottom: 40px
    }
    .training-container {
        padding-left: 5px !important;
        padding-right: 5px !important
    }
    .main {
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }
    .main-title {
        font-size: 20px
    }
    .main-title>* {
        font-size: 20px
    }
    .attention-name {
        font-size: 16px
    }
    .b-header {
        padding-bottom: 70px
    }
    .footer-copy {
        font-size: 12px;
        text-align: center
    }
    .map {
        height: 300px
    }
    .answer {
        padding: 15px 15px 5px 15px
    }
    .question {
        padding-left: 15px;
        padding-right: 30px;
        font-size: 16px
    }
    .question:after {
        right: 10px
    }
    .review-row {
        padding-bottom: 10px
    }
    .about-text {
        padding: 20px 15px
    }
    .hidden-480 {
        display: none !important
    }
    .hamburger {
        margin-right: 20px
    }
    .header-title {
        font-size: 32px
    }
    .header-title>* {
        font-size: 32px
    }
    .header-subtitle {
        margin-bottom: 60px
    }
    .training-title {
        font-size: 22px
    }
    .feedback-title,
    .resume-title,
    .g-title {
        font-size: 22px;
        margin-bottom: 40px
    }
    .feedback-title>*:not([class]),
    .resume-title>*:not([class]),
    .g-title>*:not([class]) {
        font-size: 22px
    }
    .b-attention {
        padding-bottom: 40px !important
    }
    .b-benefit,
    .g-padding {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }
    .b-partner {
        padding-bottom: 25px !important
    }
    .b-location {
        padding-bottom: 40px
    }
    .b-advange-title {
        margin-bottom: 70px
    }
    .b-card-title {
        margin-bottom: 20px
    }
}

@media (max-width: 399px) {
    .ctable-subtitle {
        font-size: 14px
    }
    .useful-col {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%
    }
    .ctable-text {
        font-size: 12px
    }
    .ctable-price {
        font-size: 13px
    }
}

@media (max-width: 340px) {
    .recaptcha-block,
    #recaptcha1 {
        transform: scale(0.92)
    }
    .recaptcha-block {
        margin-left: -12px;
        margin-right: -12px
    }
    .header-title>* {
        font-size: 30px
    }
}

font-weight: normal;
font-style: normal
}
@font-face {
    font-family: 'avenirnextcyr';
    src: url("../fonts/avenirnextcyr/avenirnextcyr-medium.ttf");
    src: url("../fonts/avenirnextcyr/avenirnextcyr-medium.woff"), url("../fonts/avenirnextcyr/avenirnextcyr-medium.eot?#iefix") format("embedded-opentype");
    font-weight: 500;
    font-style: normal
}
@font-face {
    font-family: 'avenirnextcyr';
    src: url("../fonts/avenirnextcyr/avenirnextcyr-demi.ttf");
    src: url("../fonts/avenirnextcyr/avenirnextcyr-demi.woff"), url("../fonts/avenirnextcyr/avenirnextcyr-demi.eot?#iefix") format("embedded-opentype");
    font-weight: 600;
    font-style: normal
}
@font-face {
    font-family: 'rouble';
    src: url("../fonts/rouble/rouble.eot");
    src: local("☺"), url("../fonts/rouble/rouble.woff") format("woff"), url("../fonts/rouble/rouble.ttf") format("truetype"), url("../fonts/rouble/rouble.svg") format("svg");
    font-weight: normal;
    font-style: normal
}
:root {
    --blue: #00A3FF;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #72B951;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #00A3FF;
    --secondary: #6c757d;
    --success: #72B951;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1260px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", avenirnextcyr, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}
*,
*::before,
*::after {
    box-sizing: border-box
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
@-ms-viewport {
    width: device-width
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}
body {
    margin: 0;
    font-family: avenirnextcyr, arial;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}
[tabindex="-1"]:focus {
    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;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}
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
}
dfn {
    font-style: italic
}
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: #00A3FF;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}
a:hover {
    color: #0072b3;
    text-decoration: underline
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none
}
a:not([href]):not([tabindex]):focus {
    outline: 0
}
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
}
label {
    display: inline-block;
    margin-bottom: .5rem
}
button {
    border-radius: 0
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}
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
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}
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
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox
}
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-cancel-button,
[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
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}
h1,
.h1 {
    font-size: 2.5rem
}
h2,
.h2 {
    font-size: 2rem
}
h3,
.h3 {
    font-size: 1.75rem
}
h4,
.h4 {
    font-size: 1.5rem
}
h5,
.h5 {
    font-size: 1.25rem
}
h6,
.h6 {
    font-size: 1rem
}
.lead {
    font-size: 1.25rem;
    font-weight: 300
}
.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}
.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}
.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}
.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}
small,
.small {
    font-size: 80%;
    font-weight: 400
}
mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3
}
.list-unstyled {
    padding-left: 0;
    list-style: none
}
.list-inline {
    padding-left: 0;
    list-style: none
}
.list-inline-item {
    display: inline-block
}
.list-inline-item:not(:last-child) {
    margin-right: .5rem
}
.initialism {
    font-size: 90%;
    text-transform: uppercase
}
.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}
.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}
.blockquote-footer::before {
    content: "\2014 \00A0"
}
.img-fluid {
    max-width: 100%;
    height: auto
}
.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}
.figure {
    display: inline-block
}
.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}
.figure-caption {
    font-size: 90%;
    color: #6c757d
}
code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}
a>code {
    color: inherit
}
kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}
pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}
@media (min-width: 1260px) {
    .container {
        max-width: 1200px
    }
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}
.no-gutters {
    margin-right: 0;
    margin-left: 0
}
.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
}
.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}
.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}
.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}
.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}
.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}
.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}
.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}
.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}
.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}
.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}
.order-first {
    order: -1
}
.order-last {
    order: 13
}
.order-0 {
    order: 0
}
.order-1 {
    order: 1
}
.order-2 {
    order: 2
}
.order-3 {
    order: 3
}
.order-4 {
    order: 4
}
.order-5 {
    order: 5
}
.order-6 {
    order: 6
}
.order-7 {
    order: 7
}
.order-8 {
    order: 8
}
.order-9 {
    order: 9
}
.order-10 {
    order: 10
}
.order-11 {
    order: 11
}
.order-12 {
    order: 12
}
.offset-1 {
    margin-left: 8.33333%
}
.offset-2 {
    margin-left: 16.66667%
}
.offset-3 {
    margin-left: 25%
}
.offset-4 {
    margin-left: 33.33333%
}
.offset-5 {
    margin-left: 41.66667%
}
.offset-6 {
    margin-left: 50%
}
.offset-7 {
    margin-left: 58.33333%
}
.offset-8 {
    margin-left: 66.66667%
}
.offset-9 {
    margin-left: 75%
}
.offset-10 {
    margin-left: 83.33333%
}
.offset-11 {
    margin-left: 91.66667%
}
@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    
    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    
    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    
    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    
    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    
    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    
    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    
    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    
    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    
    .order-sm-first {
        order: -1
    }
    
    .order-sm-last {
        order: 13
    }
    
    .order-sm-0 {
        order: 0
    }
    
    .order-sm-1 {
        order: 1
    }
    
    .order-sm-2 {
        order: 2
    }
    
    .order-sm-3 {
        order: 3
    }
    
    .order-sm-4 {
        order: 4
    }
    
    .order-sm-5 {
        order: 5
    }
    
    .order-sm-6 {
        order: 6
    }
    
    .order-sm-7 {
        order: 7
    }
    
    .order-sm-8 {
        order: 8
    }
    
    .order-sm-9 {
        order: 9
    }
    
    .order-sm-10 {
        order: 10
    }
    
    .order-sm-11 {
        order: 11
    }
    
    .order-sm-12 {
        order: 12
    }
    
    .offset-sm-0 {
        margin-left: 0
    }
    
    .offset-sm-1 {
        margin-left: 8.33333%
    }
    
    .offset-sm-2 {
        margin-left: 16.66667%
    }
    
    .offset-sm-3 {
        margin-left: 25%
    }
    
    .offset-sm-4 {
        margin-left: 33.33333%
    }
    
    .offset-sm-5 {
        margin-left: 41.66667%
    }
    
    .offset-sm-6 {
        margin-left: 50%
    }
    
    .offset-sm-7 {
        margin-left: 58.33333%
    }
    
    .offset-sm-8 {
        margin-left: 66.66667%
    }
    
    .offset-sm-9 {
        margin-left: 75%
    }
    
    .offset-sm-10 {
        margin-left: 83.33333%
    }
    
    .offset-sm-11 {
        margin-left: 91.66667%
    }
}
@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    
    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    
    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    
    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    
    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    
    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    
    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    
    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    
    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    
    .order-md-first {
        order: -1
    }
    
    .order-md-last {
        order: 13
    }
    
    .order-md-0 {
        order: 0
    }
    
    .order-md-1 {
        order: 1
    }
    
    .order-md-2 {
        order: 2
    }
    
    .order-md-3 {
        order: 3
    }
    
    .order-md-4 {
        order: 4
    }
    
    .order-md-5 {
        order: 5
    }
    
    .order-md-6 {
        order: 6
    }
    
    .order-md-7 {
        order: 7
    }
    
    .order-md-8 {
        order: 8
    }
    
    .order-md-9 {
        order: 9
    }
    
    .order-md-10 {
        order: 10
    }
    
    .order-md-11 {
        order: 11
    }
    
    .order-md-12 {
        order: 12
    }
    
    .offset-md-0 {
        margin-left: 0
    }
    
    .offset-md-1 {
        margin-left: 8.33333%
    }
    
    .offset-md-2 {
        margin-left: 16.66667%
    }
    
    .offset-md-3 {
        margin-left: 25%
    }
    
    .offset-md-4 {
        margin-left: 33.33333%
    }
    
    .offset-md-5 {
        margin-left: 41.66667%
    }
    
    .offset-md-6 {
        margin-left: 50%
    }
    
    .offset-md-7 {
        margin-left: 58.33333%
    }
    
    .offset-md-8 {
        margin-left: 66.66667%
    }
    
    .offset-md-9 {
        margin-left: 75%
    }
    
    .offset-md-10 {
        margin-left: 83.33333%
    }
    
    .offset-md-11 {
        margin-left: 91.66667%
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    
    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    
    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    
    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    
    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    
    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    
    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    
    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    
    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    
    .order-lg-first {
        order: -1
    }
    
    .order-lg-last {
        order: 13
    }
    
    .order-lg-0 {
        order: 0
    }
    
    .order-lg-1 {
        order: 1
    }
    
    .order-lg-2 {
        order: 2
    }
    
    .order-lg-3 {
        order: 3
    }
    
    .order-lg-4 {
        order: 4
    }
    
    .order-lg-5 {
        order: 5
    }
    
    .order-lg-6 {
        order: 6
    }
    
    .order-lg-7 {
        order: 7
    }
    
    .order-lg-8 {
        order: 8
    }
    
    .order-lg-9 {
        order: 9
    }
    
    .order-lg-10 {
        order: 10
    }
    
    .order-lg-11 {
        order: 11
    }
    
    .order-lg-12 {
        order: 12
    }
    
    .offset-lg-0 {
        margin-left: 0
    }
    
    .offset-lg-1 {
        margin-left: 8.33333%
    }
    
    .offset-lg-2 {
        margin-left: 16.66667%
    }
    
    .offset-lg-3 {
        margin-left: 25%
    }
    
    .offset-lg-4 {
        margin-left: 33.33333%
    }
    
    .offset-lg-5 {
        margin-left: 41.66667%
    }
    
    .offset-lg-6 {
        margin-left: 50%
    }
    
    .offset-lg-7 {
        margin-left: 58.33333%
    }
    
    .offset-lg-8 {
        margin-left: 66.66667%
    }
    
    .offset-lg-9 {
        margin-left: 75%
    }
    
    .offset-lg-10 {
        margin-left: 83.33333%
    }
    
    .offset-lg-11 {
        margin-left: 91.66667%
    }
}
@media (min-width: 1260px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    
    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    
    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    
    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    
    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    
    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    
    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    
    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    
    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    
    .order-xl-first {
        order: -1
    }
    
    .order-xl-last {
        order: 13
    }
    
    .order-xl-0 {
        order: 0
    }
    
    .order-xl-1 {
        order: 1
    }
    
    .order-xl-2 {
        order: 2
    }
    
    .order-xl-3 {
        order: 3
    }
    
    .order-xl-4 {
        order: 4
    }
    
    .order-xl-5 {
        order: 5
    }
    
    .order-xl-6 {
        order: 6
    }
    
    .order-xl-7 {
        order: 7
    }
    
    .order-xl-8 {
        order: 8
    }
    
    .order-xl-9 {
        order: 9
    }
    
    .order-xl-10 {
        order: 10
    }
    
    .order-xl-11 {
        order: 11
    }
    
    .order-xl-12 {
        order: 12
    }
    
    .offset-xl-0 {
        margin-left: 0
    }
    
    .offset-xl-1 {
        margin-left: 8.33333%
    }
    
    .offset-xl-2 {
        margin-left: 16.66667%
    }
    
    .offset-xl-3 {
        margin-left: 25%
    }
    
    .offset-xl-4 {
        margin-left: 33.33333%
    }
    
    .offset-xl-5 {
        margin-left: 41.66667%
    }
    
    .offset-xl-6 {
        margin-left: 50%
    }
    
    .offset-xl-7 {
        margin-left: 58.33333%
    }
    
    .offset-xl-8 {
        margin-left: 66.66667%
    }
    
    .offset-xl-9 {
        margin-left: 75%
    }
    
    .offset-xl-10 {
        margin-left: 83.33333%
    }
    
    .offset-xl-11 {
        margin-left: 91.66667%
    }
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: rgba(0, 0, 0, 0)
}
.table th,
.table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}
.table tbody+tbody {
    border-top: 2px solid #dee2e6
}
.table .table {
    background-color: #fff
}
.table-sm th,
.table-sm td {
    padding: .3rem
}
.table-bordered {
    border: 1px solid #dee2e6
}
.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6
}
.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
    border: 0
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05)
}
.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075)
}
.table-primary,
.table-primary>th,
.table-primary>td {
    background-color: #b8e5ff
}
.table-hover .table-primary:hover {
    background-color: #9fdcff
}
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #9fdcff
}
.table-secondary,
.table-secondary>th,
.table-secondary>td {
    background-color: #d6d8db
}
.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}
.table-success,
.table-success>th,
.table-success>td {
    background-color: #d8ebce
}
.table-hover .table-success:hover {
    background-color: #cae4bc
}
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #cae4bc
}
.table-info,
.table-info>th,
.table-info>td {
    background-color: #bee5eb
}
.table-hover .table-info:hover {
    background-color: #abdde5
}
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}
.table-warning,
.table-warning>th,
.table-warning>td {
    background-color: #ffeeba
}
.table-hover .table-warning:hover {
    background-color: #ffe8a1
}
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}
.table-danger,
.table-danger>th,
.table-danger>td {
    background-color: #f5c6cb
}
.table-hover .table-danger:hover {
    background-color: #f1b0b7
}
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}
.table-light,
.table-light>th,
.table-light>td {
    background-color: #fdfdfe
}
.table-hover .table-light:hover {
    background-color: #ececf6
}
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}
.table-dark,
.table-dark>th,
.table-dark>td {
    background-color: #c6c8ca
}
.table-hover .table-dark:hover {
    background-color: #b9bbbe
}
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}
.table-active,
.table-active>th,
.table-active>td {
    background-color: rgba(0, 0, 0, 0.075)
}
.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075)
}
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, 0.075)
}
.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}
.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}
.table-dark {
    color: #fff;
    background-color: #212529
}
.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #32383e
}
.table-dark.table-bordered {
    border: 0
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05)
}
.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075)
}
@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    
    .table-responsive-sm>.table-bordered {
        border: 0
    }
}
@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    
    .table-responsive-md>.table-bordered {
        border: 0
    }
}
@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    
    .table-responsive-lg>.table-bordered {
        border: 0
    }
}
@media (max-width: 1259.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    
    .table-responsive-xl>.table-bordered {
        border: 0
    }
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}
.table-responsive>.table-bordered {
    border: 0
}
.form-control {
    display: block;
    width: 100%;
    height: 60px;
    padding: .375rem 16px;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    background-clip: padding-box;
    box-shadow: none !important;
    border: 1px solid #fff;
    border-radius: 8px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}
@media screen and (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none
    }
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}
.form-control:focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: #80d1ff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 163, 255, 0.25)
}
.form-control::placeholder {
    color: #fff;
    opacity: 1
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}
.form-control:focus::placeholder {
    opacity: 0;
    color: transparent
}
.form-control--gray {
    color: #000 !important;
    border-color: rgba(0, 0, 0, 0.12)
}
.form-control--gray::placeholder {
    color: rgba(0, 0, 0, 0.6)
}
.form-control--small {
    height: 48px
}
.form-control--gray-bottom {
    color: #000 !important;
    padding-left: 0;
    padding-right: 0;
    border-width: 0 0 1px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 0
}
.form-control--gray-bottom::placeholder {
    color: rgba(0, 0, 0, 0.4)
}
.form-control--rel {
    z-index: 1;
    position: relative
}
.form-control--white {
    color: #000 !important;
    background-color: #fff !important
}
.form-control--white::placeholder {
    color: rgba(0, 0, 0, 0.4)
}
.form-control--blue {
    color: #fff !important;
    background-color: #00A3FF !important
}
.form-control--gray-important {
    background-color: rgba(0, 0, 0, 0.12) !important
}
.form-control--border-white {
    height: 40px;
    color: #fff;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    border-width: 0 0 1px 0;
    border-bottom-color: #fff
}
.form-control--border-white::placeholder {
    color: #fff
}
select.form-control:focus::-ms-value {
    color: #fff;
    background-color: rgba(0, 0, 0, 0)
}
.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}
.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}
.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}
.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}
.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0
}
.form-control-sm {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}
.form-control-lg {
    height: calc(2.875rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}
select.form-control[size],
select.form-control[multiple] {
    height: auto
}
textarea.form-control {
    height: auto
}
.form-group {
    margin-bottom: 24px
}
.form-group--main {
    max-width: 100%;
    width: 270px
}
.form-group__inner {
    margin-top: -10px;
    padding: 20px 15px 10px;
    background-color: #f5f5f5;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px
}
.form-group__inner-text {
    font-size: 14px;
    line-height: 19px
}
.form-group__inner-text--blue {
    color: #00A3FF;
    background-color: #fff
}
.form-group__inner--white {
    color: #00A3FF;
    background-color: #fff
}
.form-group--relative {
    z-index: 1;
    position: relative
}
.form-text {
    display: block;
    margin-top: .25rem
}
.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}
.form-row>.col,
.form-row>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}
.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}
.form-check-input:disabled~.form-check-label {
    color: #6c757d
}
.form-check-label {
    margin-bottom: 0
}
.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}
.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #72B951
}
.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #212529;
    background-color: rgba(114, 185, 81, 0.9);
    border-radius: .25rem
}
.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #72B951
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #72B951;
    box-shadow: 0 0 0 .2rem rgba(114, 185, 81, 0.25)
}
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip {
    display: block
}
.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip,
.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip {
    display: block
}
.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
    color: #72B951
}
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
    display: block
}
.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
    color: #72B951
}
.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
    background-color: #bcdeac
}
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip,
.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip {
    display: block
}
.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
    background-color: #8fc875
}
.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(114, 185, 81, 0.25)
}
.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
    border-color: #72B951
}
.was-validated .custom-file-input:valid~.custom-file-label::after,
.custom-file-input.is-valid~.custom-file-label::after {
    border-color: inherit
}
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip,
.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip {
    display: block
}
.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(114, 185, 81, 0.25)
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}
.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: .25rem
}
.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #dc3545
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip {
    display: block
}
.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip,
.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip {
    display: block
}
.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
    color: #dc3545
}
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip {
    display: block
}
.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
    color: #dc3545
}
.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
    background-color: #efa2a9
}
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip,
.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip {
    display: block
}
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
    background-color: #e4606d
}
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}
.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
    border-color: #dc3545
}
.was-validated .custom-file-input:invalid~.custom-file-label::after,
.custom-file-input.is-invalid~.custom-file-label::after {
    border-color: inherit
}
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip,
.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip {
    display: block
}
.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}
.form-radio {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    margin-bottom: 0;
    cursor: pointer;
    padding: 19px 30px 8px;
    user-select: none;
    transition: all .3s;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)), #00A3FF
}
.form-radio:hover {
    box-shadow: none
}
.form-radio-input {
    display: none
}
.form-radio-input:checked~.form-radio-title:before {
    background-position: center
}
.form-radio-title {
    margin-bottom: 11px;
    position: relative;
    padding-left: 30px;
    user-select: none;
    display: block;
    padding-bottom: 18px;
    border-bottom: 1px solid #2CA2E5
}
.form-radio-title:before {
    top: 2px;
    left: 0;
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 4px;
    background: #fff url("../img2/icon_check_black.svg") no-repeat -100px -100px;
    background-size: 12px 12px;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.1)
}
.form-radio-col {
    margin-bottom: 5px;
    padding-left: 40px !important;
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: 15px 6px
}
.form-radio-col--time {
    background-image: url("../img2/icon_clock_blue.svg")
}
.form-radio-col--date {
    background-image: url("../img2/icon_calendar.svg")
}
.form-radio-col--price {
    background-image: url("../img2/icon_price.svg")
}
.btn,
.btn-social {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    text-transform: uppercase;
    border: 1px solid transparent;
    padding: 9px 40px;
    font-size: 18px;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}
@media screen and (prefers-reduced-motion: reduce) {
    .btn,
    .btn-social {
        transition: none
    }
}
.btn:hover,
.btn-social:hover,
.btn:focus,
.btn-social:focus {
    text-decoration: none
}
.btn:focus,
.btn-social:focus,
.btn.focus,
.focus.btn-social {
    outline: 0;
    box-shadow: none !important
}
.btn.disabled,
.disabled.btn-social,
.btn:disabled,
.btn-social:disabled {
    opacity: .65
}
.btn:not(:disabled):not(.disabled),
.btn-social:not(:disabled):not(.disabled) {
    cursor: pointer
}
.btn--radius,
.btn-social {
    border-radius: 24px
}
.btn--blue-brown {
    color: #404040 !important;
    background-color: #00A3FF
}
.btn--blue-brown:hover {
    background-color: #0080C8
}
.btn--tinkoff {
    border: 1px solid #FFE600;
    background: url("../img2/logo_tinkoff.svg") no-repeat 15px center;
    background-size: 36px 32px;
    padding-left: 100px !important
}
.btn--tinkoff:hover {
    background-color: #FFE600
}
.btn-border {
    background-color: transparent
}
.btn-border--green {
    border-color: #72B951;
    color: #72B951
}
.btn-border--green:hover {
    color: #fff;
    background-color: #72B951
}
.btn-border-green {
    border-color: #72B951 !important;
    color: #72B951 !important
}
.btn-border--blue {
    border-color: #00A3FF;
    color: #00A3FF
}
.btn-border--blue:hover {
    color: #fff;
    background-color: #00A3FF
}
.btn-border-blue {
    border-color: #00A3FF !important;
    color: #00A3FF !important
}
.btn-white,
.btn-social {
    border-color: #fff;
    color: #00A3FF !important;
    background-color: #fff
}
.btn-white:hover,
.btn-social:hover {
    background-color: #F5F5F5
}
.btn-bdrs {
    border-radius: 8px
}
.btn-social {
    padding-left: 37px;
    padding-right: 37px;
    margin-right: 27px;
    min-width: 100px
}
.btn-arrow {
    padding-left: 25px;
    padding-right: 25px;
    align-items: center;
    justify-content: space-between;
    display: flex
}
.btn-arrow:after {
    content: '';
    width: 24px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    background: url(../img2/icon_arrow_long_right_blue.svg) no-repeat center;
    background-size: 24px 10px
}
.btn-arrow--green:after {
    background-image: url(../img2/icon_arrow_long_right_green.svg)
}
.btn-small {
    padding: 5px 10px
}
.btn-smaller {
    font-size: 14px;
    padding: 8px 22px !important
}
.btn-yellow {
    color: #fff;
    background-color: #FFC700
}
.btn-yellow:hover,
.btn-yellow:focus {
    background-color: #e6b300
}
a.btn.disabled,
a.disabled.btn-social,
fieldset:disabled a.btn,
fieldset:disabled a.btn-social {
    pointer-events: none
}
.btn-primary {
    color: #fff;
    background-color: #00A3FF;
    border-color: #00A3FF
}
.btn-primary:hover {
    color: #fff;
    background-color: #008bd9;
    border-color: #0082cc
}
.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(0, 163, 255, 0.5)
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #00A3FF;
    border-color: #00A3FF
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0082cc;
    border-color: #007abf
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 163, 255, 0.5)
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}
.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}
.btn-secondary:focus,
.btn-secondary.focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5)
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5)
}
.btn-success {
    color: #212529;
    background-color: #72B951;
    border-color: #72B951
}
.btn-success:hover {
    color: #fff;
    background-color: #60a241;
    border-color: #5b993e
}
.btn-success:focus,
.btn-success.focus {
    box-shadow: 0 0 0 .2rem rgba(114, 185, 81, 0.5)
}
.btn-success.disabled,
.btn-success:disabled {
    color: #212529;
    background-color: #72B951;
    border-color: #72B951
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #5b993e;
    border-color: #55903a
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(114, 185, 81, 0.5)
}
.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}
.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}
.btn-info:focus,
.btn-info.focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}
.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}
.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}
.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}
.btn-warning:focus,
.btn-warning.focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5)
}
.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5)
}
.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}
.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}
.btn-danger:focus,
.btn-danger.focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5)
}
.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5)
}
.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}
.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}
.btn-light:focus,
.btn-light.focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5)
}
.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5)
}
.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}
.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}
.btn-dark:focus,
.btn-dark.focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5)
}
.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5)
}
.btn-outline-primary {
    color: #00A3FF;
    background-color: transparent;
    background-image: none;
    border-color: #00A3FF
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #00A3FF;
    border-color: #00A3FF
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(0, 163, 255, 0.5)
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #00A3FF;
    background-color: transparent
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #00A3FF;
    border-color: #00A3FF
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 163, 255, 0.5)
}
.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5)
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5)
}
.btn-outline-success {
    color: #72B951;
    background-color: transparent;
    background-image: none;
    border-color: #72B951
}
.btn-outline-success:hover {
    color: #212529;
    background-color: #72B951;
    border-color: #72B951
}
.btn-outline-success:focus,
.btn-outline-success.focus {
    box-shadow: 0 0 0 .2rem rgba(114, 185, 81, 0.5)
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #72B951;
    background-color: transparent
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
    color: #212529;
    background-color: #72B951;
    border-color: #72B951
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(114, 185, 81, 0.5)
}
.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8
}
.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}
.btn-outline-info:focus,
.btn-outline-info.focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}
.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107
}
.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5)
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5)
}
.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5)
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5)
}
.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}
.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}
.btn-outline-light:focus,
.btn-outline-light.focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5)
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5)
}
.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5)
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5)
}
.btn-link {
    font-weight: 400;
    color: #00A3FF;
    background-color: transparent
}
.btn-link:hover {
    color: #0072b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent
}
.btn-link:focus,
.btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none
}
.btn-link:disabled,
.btn-link.disabled {
    color: #6c757d;
    pointer-events: none
}
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}
.btn-block {
    display: block;
    width: 100%
}
.btn-block+.btn-block {
    margin-top: .5rem
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}
.fade {
    transition: opacity 0.15s linear
}
@media screen and (prefers-reduced-motion: reduce) {
    .fade {
        transition: none
    }
}
.fade:not(.show) {
    opacity: 0
}
.collapse:not(.show) {
    display: none
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease
}
@media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}
.dropdown-toggle:empty::after {
    margin-left: 0
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: .25rem
}
.dropdown-menu-right {
    right: 0;
    left: auto
}
.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}
.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}
.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}
.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}
.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}
.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}
.dropright .dropdown-toggle::after {
    vertical-align: 0
}
.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}
.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}
.dropleft .dropdown-toggle::after {
    display: none
}
.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}
.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}
.dropleft .dropdown-toggle::before {
    vertical-align: 0
}
.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto
}
.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}
.dropdown-item:hover,
.dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #00A3FF
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent
}
.dropdown-menu.show {
    display: block
}
.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}
.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}
.nav-link {
    display: block;
    padding: .5rem 1rem
}
.nav-link:hover,
.nav-link:focus {
    text-decoration: none
}
.nav-link.disabled {
    color: #6c757d
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6
}
.nav-tabs .nav-item {
    margin-bottom: -1px
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6
}
.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.nav-pills .nav-link {
    border-radius: .25rem
}
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #00A3FF
}
.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}
.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}
.tab-content>.tab-pane {
    display: none
}
.tab-content>.active {
    display: block
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem
}
.navbar>.container,
.navbar>.container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}
.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}
.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none
}
.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}
.navbar-toggler:hover,
.navbar-toggler:focus {
    text-decoration: none
}
.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}
@media (max-width: 575.98px) {
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}
@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    
    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }
    
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }
    
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        flex-wrap: nowrap
    }
    
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    
    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}
@media (max-width: 767.98px) {
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}
@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    
    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }
    
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }
    
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        flex-wrap: nowrap
    }
    
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    
    .navbar-expand-md .navbar-toggler {
        display: none
    }
}
@media (max-width: 991.98px) {
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    
    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }
    
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }
    
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        flex-wrap: nowrap
    }
    
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    
    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}
@media (max-width: 1259.98px) {
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}
@media (min-width: 1260px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    
    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }
    
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }
    
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        flex-wrap: nowrap
    }
    
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    
    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}
.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}
.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}
.navbar-expand .navbar-nav {
    flex-direction: row
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}
.navbar-expand>.container,
.navbar-expand>.container-fluid {
    flex-wrap: nowrap
}
.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}
.navbar-expand .navbar-toggler {
    display: none
}
.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9)
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9)
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5)
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7)
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3)
}
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9)
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1)
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}
.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5)
}
.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9)
}
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9)
}
.navbar-dark .navbar-brand {
    color: #fff
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #fff
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5)
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75)
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25)
}
.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff
}
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1)
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}
.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5)
}
.navbar-dark .navbar-text a {
    color: #fff
}
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #fff
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}
.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}
.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}
.breadcrumb-item.active {
    color: #6c757d
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #00A3FF;
    background-color: #fff;
    border: 1px solid #dee2e6
}
.page-link:hover {
    z-index: 2;
    color: #0072b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}
.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 163, 255, 0.25)
}
.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}
.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #00A3FF;
    border-color: #00A3FF
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}
.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}
.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}
.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}
.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}
.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}
.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}
.alert-heading {
    color: inherit
}
.alert-link {
    font-weight: 700
}
.alert-dismissible {
    padding-right: 4rem
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}
.alert-primary {
    color: #005585;
    background-color: #ccedff;
    border-color: #b8e5ff
}
.alert-primary hr {
    border-top-color: #9fdcff
}
.alert-primary .alert-link {
    color: #003452
}
.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}
.alert-secondary hr {
    border-top-color: #c8cbcf
}
.alert-secondary .alert-link {
    color: #202326
}
.alert-success {
    color: #3b602a;
    background-color: #e3f1dc;
    border-color: #d8ebce
}
.alert-success hr {
    border-top-color: #cae4bc
}
.alert-success .alert-link {
    color: #253d1a
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}
.alert-info hr {
    border-top-color: #abdde5
}
.alert-info .alert-link {
    color: #062c33
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}
.alert-warning hr {
    border-top-color: #ffe8a1
}
.alert-warning .alert-link {
    color: #533f03
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}
.alert-danger hr {
    border-top-color: #f1b0b7
}
.alert-danger .alert-link {
    color: #491217
}
.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}
.alert-light hr {
    border-top-color: #ececf6
}
.alert-light .alert-link {
    color: #686868
}
.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}
.alert-dark hr {
    border-top-color: #b9bbbe
}
.alert-dark .alert-link {
    color: #040505
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}
.close:not(:disabled):not(.disabled) {
    cursor: pointer
}
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
    color: #000;
    text-decoration: none;
    opacity: .75
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}
.modal-open {
    overflow: hidden
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%)
}
@media screen and (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}
.modal.show .modal-dialog {
    transform: translate(0, 0)
}
.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}
.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (.5rem * 2));
    content: ""
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .3rem;
    outline: 0
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}
.modal-backdrop.fade {
    opacity: 0
}
.modal-backdrop.show {
    opacity: .5
}
.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}
.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}
.modal-footer>:not(:first-child) {
    margin-left: .25rem
}
.modal-footer>:not(:last-child) {
    margin-right: .25rem
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }
    
    .modal-dialog-centered::before {
        height: calc(100vh - (1.75rem * 2))
    }
    
    .modal-sm {
        max-width: 300px
    }
}
@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px
    }
}
.align-baseline {
    vertical-align: baseline !important
}
.align-top {
    vertical-align: top !important
}
.align-middle {
    vertical-align: middle !important
}
.align-bottom {
    vertical-align: bottom !important
}
.align-text-bottom {
    vertical-align: text-bottom !important
}
.align-text-top {
    vertical-align: text-top !important
}
.bg-primary {
    background-color: #00A3FF !important
}
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #0082cc !important
}
.bg-secondary {
    background-color: #6c757d !important
}
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #545b62 !important
}
.bg-success {
    background-color: #72B951 !important
}
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #5b993e !important
}
.bg-info {
    background-color: #17a2b8 !important
}
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b !important
}
.bg-warning {
    background-color: #ffc107 !important
}
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00 !important
}
.bg-danger {
    background-color: #dc3545 !important
}
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #bd2130 !important
}
.bg-light {
    background-color: #f8f9fa !important
}
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important
}
.bg-dark {
    background-color: #343a40 !important
}
a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1d2124 !important
}
.bg-white {
    background-color: #fff !important
}
.bg-transparent {
    background-color: transparent !important
}
.border {
    border: 1px solid #dee2e6 !important
}
.border-top {
    border-top: 1px solid #dee2e6 !important
}
.border-right {
    border-right: 1px solid #dee2e6 !important
}
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}
.border-left {
    border-left: 1px solid #dee2e6 !important
}
.border-0 {
    border: 0 !important
}
.border-top-0 {
    border-top: 0 !important
}
.border-right-0 {
    border-right: 0 !important
}
.border-bottom-0 {
    border-bottom: 0 !important
}
.border-left-0 {
    border-left: 0 !important
}
.border-primary {
    border-color: #00A3FF !important
}
.border-secondary {
    border-color: #6c757d !important
}
.border-success {
    border-color: #72B951 !important
}
.border-info {
    border-color: #17a2b8 !important
}
.border-warning {
    border-color: #ffc107 !important
}
.border-danger {
    border-color: #dc3545 !important
}
.border-light {
    border-color: #f8f9fa !important
}
.border-dark {
    border-color: #343a40 !important
}
.border-white {
    border-color: #fff !important
}
.rounded {
    border-radius: .25rem !important
}
.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}
.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}
.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}
.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}
.rounded-circle {
    border-radius: 50% !important
}
.rounded-0 {
    border-radius: 0 !important
}
.clearfix::after {
    display: block;
    clear: both;
    content: ""
}
.d-none {
    display: none !important
}
.d-inline {
    display: inline !important
}
.d-inline-block {
    display: inline-block !important
}
.d-block {
    display: block !important
}
.d-table {
    display: table !important
}
.d-table-row {
    display: table-row !important
}
.d-table-cell {
    display: table-cell !important
}
.d-flex {
    display: flex !important
}
.d-inline-flex {
    display: inline-flex !important
}
@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }
    
    .d-sm-inline {
        display: inline !important
    }
    
    .d-sm-inline-block {
        display: inline-block !important
    }
    
    .d-sm-block {
        display: block !important
    }
    
    .d-sm-table {
        display: table !important
    }
    
    .d-sm-table-row {
        display: table-row !important
    }
    
    .d-sm-table-cell {
        display: table-cell !important
    }
    
    .d-sm-flex {
        display: flex !important
    }
    
    .d-sm-inline-flex {
        display: inline-flex !important
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }
    
    .d-md-inline {
        display: inline !important
    }
    
    .d-md-inline-block {
        display: inline-block !important
    }
    
    .d-md-block {
        display: block !important
    }
    
    .d-md-table {
        display: table !important
    }
    
    .d-md-table-row {
        display: table-row !important
    }
    
    .d-md-table-cell {
        display: table-cell !important
    }
    
    .d-md-flex {
        display: flex !important
    }
    
    .d-md-inline-flex {
        display: inline-flex !important
    }
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }
    
    .d-lg-inline {
        display: inline !important
    }
    
    .d-lg-inline-block {
        display: inline-block !important
    }
    
    .d-lg-block {
        display: block !important
    }
    
    .d-lg-table {
        display: table !important
    }
    
    .d-lg-table-row {
        display: table-row !important
    }
    
    .d-lg-table-cell {
        display: table-cell !important
    }
    
    .d-lg-flex {
        display: flex !important
    }
    
    .d-lg-inline-flex {
        display: inline-flex !important
    }
}
@media (min-width: 1260px) {
    .d-xl-none {
        display: none !important
    }
    
    .d-xl-inline {
        display: inline !important
    }
    
    .d-xl-inline-block {
        display: inline-block !important
    }
    
    .d-xl-block {
        display: block !important
    }
    
    .d-xl-table {
        display: table !important
    }
    
    .d-xl-table-row {
        display: table-row !important
    }
    
    .d-xl-table-cell {
        display: table-cell !important
    }
    
    .d-xl-flex {
        display: flex !important
    }
    
    .d-xl-inline-flex {
        display: inline-flex !important
    }
}
@media print {
    .d-print-none {
        display: none !important
    }
    
    .d-print-inline {
        display: inline !important
    }
    
    .d-print-inline-block {
        display: inline-block !important
    }
    
    .d-print-block {
        display: block !important
    }
    
    .d-print-table {
        display: table !important
    }
    
    .d-print-table-row {
        display: table-row !important
    }
    
    .d-print-table-cell {
        display: table-cell !important
    }
    
    .d-print-flex {
        display: flex !important
    }
    
    .d-print-inline-flex {
        display: inline-flex !important
    }
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}
.embed-responsive::before {
    display: block;
    content: ""
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}
.embed-responsive-21by9::before {
    padding-top: 42.85714%
}
.embed-responsive-16by9::before {
    padding-top: 56.25%
}
.embed-responsive-4by3::before {
    padding-top: 75%
}
.embed-responsive-1by1::before {
    padding-top: 100%
}
.flex-row {
    flex-direction: row !important
}
.flex-column {
    flex-direction: column !important
}
.flex-row-reverse {
    flex-direction: row-reverse !important
}
.flex-column-reverse {
    flex-direction: column-reverse !important
}
.flex-wrap {
    flex-wrap: wrap !important
}
.flex-nowrap {
    flex-wrap: nowrap !important
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}
.flex-fill {
    flex: 1 1 auto !important
}
.flex-grow-0 {
    flex-grow: 0 !important
}
.flex-grow-1 {
    flex-grow: 1 !important
}
.flex-shrink-0 {
    flex-shrink: 0 !important
}
.flex-shrink-1 {
    flex-shrink: 1 !important
}
.justify-content-start {
    justify-content: flex-start !important
}
.justify-content-end {
    justify-content: flex-end !important
}
.justify-content-center {
    justify-content: center !important
}
.justify-content-between {
    justify-content: space-between !important
}
.justify-content-around {
    justify-content: space-around !important
}
.align-items-start {
    align-items: flex-start !important
}
.align-items-end {
    align-items: flex-end !important
}
.align-items-center {
    align-items: center !important
}
.align-items-baseline {
    align-items: baseline !important
}
.align-items-stretch {
    align-items: stretch !important
}
.align-content-start {
    align-content: flex-start !important
}
.align-content-end {
    align-content: flex-end !important
}
.align-content-center {
    align-content: center !important
}
.align-content-between {
    align-content: space-between !important
}
.align-content-around {
    align-content: space-around !important
}
.align-content-stretch {
    align-content: stretch !important
}
.align-self-auto {
    align-self: auto !important
}
.align-self-start {
    align-self: flex-start !important
}
.align-self-end {
    align-self: flex-end !important
}
.align-self-center {
    align-self: center !important
}
.align-self-baseline {
    align-self: baseline !important
}
.align-self-stretch {
    align-self: stretch !important
}
@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important
    }
    
    .flex-sm-column {
        flex-direction: column !important
    }
    
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }
    
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }
    
    .flex-sm-wrap {
        flex-wrap: wrap !important
    }
    
    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }
    
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    
    .flex-sm-fill {
        flex: 1 1 auto !important
    }
    
    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }
    
    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }
    
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }
    
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }
    
    .justify-content-sm-start {
        justify-content: flex-start !important
    }
    
    .justify-content-sm-end {
        justify-content: flex-end !important
    }
    
    .justify-content-sm-center {
        justify-content: center !important
    }
    
    .justify-content-sm-between {
        justify-content: space-between !important
    }
    
    .justify-content-sm-around {
        justify-content: space-around !important
    }
    
    .align-items-sm-start {
        align-items: flex-start !important
    }
    
    .align-items-sm-end {
        align-items: flex-end !important
    }
    
    .align-items-sm-center {
        align-items: center !important
    }
    
    .align-items-sm-baseline {
        align-items: baseline !important
    }
    
    .align-items-sm-stretch {
        align-items: stretch !important
    }
    
    .align-content-sm-start {
        align-content: flex-start !important
    }
    
    .align-content-sm-end {
        align-content: flex-end !important
    }
    
    .align-content-sm-center {
        align-content: center !important
    }
    
    .align-content-sm-between {
        align-content: space-between !important
    }
    
    .align-content-sm-around {
        align-content: space-around !important
    }
    
    .align-content-sm-stretch {
        align-content: stretch !important
    }
    
    .align-self-sm-auto {
        align-self: auto !important
    }
    
    .align-self-sm-start {
        align-self: flex-start !important
    }
    
    .align-self-sm-end {
        align-self: flex-end !important
    }
    
    .align-self-sm-center {
        align-self: center !important
    }
    
    .align-self-sm-baseline {
        align-self: baseline !important
    }
    
    .align-self-sm-stretch {
        align-self: stretch !important
    }
}
@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important
    }
    
    .flex-md-column {
        flex-direction: column !important
    }
    
    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }
    
    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }
    
    .flex-md-wrap {
        flex-wrap: wrap !important
    }
    
    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }
    
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    
    .flex-md-fill {
        flex: 1 1 auto !important
    }
    
    .flex-md-grow-0 {
        flex-grow: 0 !important
    }
    
    .flex-md-grow-1 {
        flex-grow: 1 !important
    }
    
    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }
    
    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }
    
    .justify-content-md-start {
        justify-content: flex-start !important
    }
    
    .justify-content-md-end {
        justify-content: flex-end !important
    }
    
    .justify-content-md-center {
        justify-content: center !important
    }
    
    .justify-content-md-between {
        justify-content: space-between !important
    }
    
    .justify-content-md-around {
        justify-content: space-around !important
    }
    
    .align-items-md-start {
        align-items: flex-start !important
    }
    
    .align-items-md-end {
        align-items: flex-end !important
    }
    
    .align-items-md-center {
        align-items: center !important
    }
    
    .align-items-md-baseline {
        align-items: baseline !important
    }
    
    .align-items-md-stretch {
        align-items: stretch !important
    }
    
    .align-content-md-start {
        align-content: flex-start !important
    }
    
    .align-content-md-end {
        align-content: flex-end !important
    }
    
    .align-content-md-center {
        align-content: center !important
    }
    
    .align-content-md-between {
        align-content: space-between !important
    }
    
    .align-content-md-around {
        align-content: space-around !important
    }
    
    .align-content-md-stretch {
        align-content: stretch !important
    }
    
    .align-self-md-auto {
        align-self: auto !important
    }
    
    .align-self-md-start {
        align-self: flex-start !important
    }
    
    .align-self-md-end {
        align-self: flex-end !important
    }
    
    .align-self-md-center {
        align-self: center !important
    }
    
    .align-self-md-baseline {
        align-self: baseline !important
    }
    
    .align-self-md-stretch {
        align-self: stretch !important
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important
    }
    
    .flex-lg-column {
        flex-direction: column !important
    }
    
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }
    
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }
    
    .flex-lg-wrap {
        flex-wrap: wrap !important
    }
    
    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }
    
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    
    .flex-lg-fill {
        flex: 1 1 auto !important
    }
    
    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }
    
    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }
    
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }
    
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }
    
    .justify-content-lg-start {
        justify-content: flex-start !important
    }
    
    .justify-content-lg-end {
        justify-content: flex-end !important
    }
    
    .justify-content-lg-center {
        justify-content: center !important
    }
    
    .justify-content-lg-between {
        justify-content: space-between !important
    }
    
    .justify-content-lg-around {
        justify-content: space-around !important
    }
    
    .align-items-lg-start {
        align-items: flex-start !important
    }
    
    .align-items-lg-end {
        align-items: flex-end !important
    }
    
    .align-items-lg-center {
        align-items: center !important
    }
    
    .align-items-lg-baseline {
        align-items: baseline !important
    }
    
    .align-items-lg-stretch {
        align-items: stretch !important
    }
    
    .align-content-lg-start {
        align-content: flex-start !important
    }
    
    .align-content-lg-end {
        align-content: flex-end !important
    }
    
    .align-content-lg-center {
        align-content: center !important
    }
    
    .align-content-lg-between {
        align-content: space-between !important
    }
    
    .align-content-lg-around {
        align-content: space-around !important
    }
    
    .align-content-lg-stretch {
        align-content: stretch !important
    }
    
    .align-self-lg-auto {
        align-self: auto !important
    }
    
    .align-self-lg-start {
        align-self: flex-start !important
    }
    
    .align-self-lg-end {
        align-self: flex-end !important
    }
    
    .align-self-lg-center {
        align-self: center !important
    }
    
    .align-self-lg-baseline {
        align-self: baseline !important
    }
    
    .align-self-lg-stretch {
        align-self: stretch !important
    }
}
@media (min-width: 1260px) {
    .flex-xl-row {
        flex-direction: row !important
    }
    
    .flex-xl-column {
        flex-direction: column !important
    }
    
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }
    
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }
    
    .flex-xl-wrap {
        flex-wrap: wrap !important
    }
    
    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }
    
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    
    .flex-xl-fill {
        flex: 1 1 auto !important
    }
    
    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }
    
    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }
    
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }
    
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }
    
    .justify-content-xl-start {
        justify-content: flex-start !important
    }
    
    .justify-content-xl-end {
        justify-content: flex-end !important
    }
    
    .justify-content-xl-center {
        justify-content: center !important
    }
    
    .justify-content-xl-between {
        justify-content: space-between !important
    }
    
    .justify-content-xl-around {
        justify-content: space-around !important
    }
    
    .align-items-xl-start {
        align-items: flex-start !important
    }
    
    .align-items-xl-end {
        align-items: flex-end !important
    }
    
    .align-items-xl-center {
        align-items: center !important
    }
    
    .align-items-xl-baseline {
        align-items: baseline !important
    }
    
    .align-items-xl-stretch {
        align-items: stretch !important
    }
    
    .align-content-xl-start {
        align-content: flex-start !important
    }
    
    .align-content-xl-end {
        align-content: flex-end !important
    }
    
    .align-content-xl-center {
        align-content: center !important
    }
    
    .align-content-xl-between {
        align-content: space-between !important
    }
    
    .align-content-xl-around {
        align-content: space-around !important
    }
    
    .align-content-xl-stretch {
        align-content: stretch !important
    }
    
    .align-self-xl-auto {
        align-self: auto !important
    }
    
    .align-self-xl-start {
        align-self: flex-start !important
    }
    
    .align-self-xl-end {
        align-self: flex-end !important
    }
    
    .align-self-xl-center {
        align-self: center !important
    }
    
    .align-self-xl-baseline {
        align-self: baseline !important
    }
    
    .align-self-xl-stretch {
        align-self: stretch !important
    }
}
.float-left {
    float: left !important
}
.float-right {
    float: right !important
}
.float-none {
    float: none !important
}
@media (min-width: 576px) {
    .float-sm-left {
        float: left !important
    }
    
    .float-sm-right {
        float: right !important
    }
    
    .float-sm-none {
        float: none !important
    }
}
@media (min-width: 768px) {
    .float-md-left {
        float: left !important
    }
    
    .float-md-right {
        float: right !important
    }
    
    .float-md-none {
        float: none !important
    }
}
@media (min-width: 992px) {
    .float-lg-left {
        float: left !important
    }
    
    .float-lg-right {
        float: right !important
    }
    
    .float-lg-none {
        float: none !important
    }
}
@media (min-width: 1260px) {
    .float-xl-left {
        float: left !important
    }
    
    .float-xl-right {
        float: right !important
    }
    
    .float-xl-none {
        float: none !important
    }
}
.position-static {
    position: static !important
}
.position-relative {
    position: relative !important
}
.position-absolute {
    position: absolute !important
}
.position-fixed {
    position: fixed !important
}
.position-sticky {
    position: sticky !important
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}
@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}
.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important
}
.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important
}
.shadow-none {
    box-shadow: none !important
}
.w-25 {
    width: 25% !important
}
.w-50 {
    width: 50% !important
}
.w-75 {
    width: 75% !important
}
.w-100 {
    width: 100% !important
}
.w-auto {
    width: auto !important
}
.h-25 {
    height: 25% !important
}
.h-50 {
    height: 50% !important
}
.h-75 {
    height: 75% !important
}
.h-100 {
    height: 100% !important
}
.h-auto {
    height: auto !important
}
.mw-100 {
    max-width: 100% !important
}
.mh-100 {
    max-height: 100% !important
}
.m-0 {
    margin: 0 !important
}
.mt-0,
.my-0 {
    margin-top: 0 !important
}
.mr-0,
.mx-0 {
    margin-right: 0 !important
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important
}
.ml-0,
.mx-0 {
    margin-left: 0 !important
}
.m-1 {
    margin: .25rem !important
}
.mt-1,
.my-1 {
    margin-top: .25rem !important
}
.mr-1,
.mx-1 {
    margin-right: .25rem !important
}
.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}
.ml-1,
.mx-1 {
    margin-left: .25rem !important
}
.m-2 {
    margin: .5rem !important
}
.mt-2,
.my-2 {
    margin-top: .5rem !important
}
.mr-2,
.mx-2 {
    margin-right: .5rem !important
}
.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}
.ml-2,
.mx-2 {
    margin-left: .5rem !important
}
.m-3 {
    margin: 1rem !important
}
.mt-3,
.my-3 {
    margin-top: 1rem !important
}
.mr-3,
.mx-3 {
    margin-right: 1rem !important
}
.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}
.ml-3,
.mx-3 {
    margin-left: 1rem !important
}
.m-4 {
    margin: 1.5rem !important
}
.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}
.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}
.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}
.m-5 {
    margin: 3rem !important
}
.mt-5,
.my-5 {
    margin-top: 3rem !important
}
.mr-5,
.mx-5 {
    margin-right: 3rem !important
}
.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}
.ml-5,
.mx-5 {
    margin-left: 3rem !important
}
.p-0 {
    padding: 0 !important
}
.pt-0,
.py-0 {
    padding-top: 0 !important
}
.pr-0,
.px-0 {
    padding-right: 0 !important
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important
}
.pl-0,
.px-0 {
    padding-left: 0 !important
}
.p-1 {
    padding: .25rem !important
}
.pt-1,
.py-1 {
    padding-top: .25rem !important
}
.pr-1,
.px-1 {
    padding-right: .25rem !important
}
.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}
.pl-1,
.px-1 {
    padding-left: .25rem !important
}
.p-2 {
    padding: .5rem !important
}
.pt-2,
.py-2 {
    padding-top: .5rem !important
}
.pr-2,
.px-2 {
    padding-right: .5rem !important
}
.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}
.pl-2,
.px-2 {
    padding-left: .5rem !important
}
.p-3 {
    padding: 1rem !important
}
.pt-3,
.py-3 {
    padding-top: 1rem !important
}
.pr-3,
.px-3 {
    padding-right: 1rem !important
}
.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}
.pl-3,
.px-3 {
    padding-left: 1rem !important
}
.p-4 {
    padding: 1.5rem !important
}
.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}
.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}
.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}
.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}
.p-5 {
    padding: 3rem !important
}
.pt-5,
.py-5 {
    padding-top: 3rem !important
}
.pr-5,
.px-5 {
    padding-right: 3rem !important
}
.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}
.pl-5,
.px-5 {
    padding-left: 3rem !important
}
.m-auto {
    margin: auto !important
}
.mt-auto,
.my-auto {
    margin-top: auto !important
}
.mr-auto,
.mx-auto {
    margin-right: auto !important
}
.mb-auto,
.my-auto {
    margin-bottom: auto !important
}
.ml-auto,
.mx-auto {
    margin-left: auto !important
}
@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }
    
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }
    
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }
    
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }
    
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }
    
    .m-sm-1 {
        margin: .25rem !important
    }
    
    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }
    
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }
    
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }
    
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }
    
    .m-sm-2 {
        margin: .5rem !important
    }
    
    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }
    
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }
    
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }
    
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }
    
    .m-sm-3 {
        margin: 1rem !important
    }
    
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }
    
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }
    
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }
    
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }
    
    .m-sm-4 {
        margin: 1.5rem !important
    }
    
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }
    
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }
    
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }
    
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }
    
    .m-sm-5 {
        margin: 3rem !important
    }
    
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }
    
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }
    
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }
    
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }
    
    .p-sm-0 {
        padding: 0 !important
    }
    
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }
    
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }
    
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }
    
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }
    
    .p-sm-1 {
        padding: .25rem !important
    }
    
    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }
    
    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }
    
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }
    
    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }
    
    .p-sm-2 {
        padding: .5rem !important
    }
    
    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }
    
    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }
    
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }
    
    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }
    
    .p-sm-3 {
        padding: 1rem !important
    }
    
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }
    
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }
    
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }
    
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }
    
    .p-sm-4 {
        padding: 1.5rem !important
    }
    
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }
    
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }
    
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }
    
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }
    
    .p-sm-5 {
        padding: 3rem !important
    }
    
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }
    
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }
    
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }
    
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }
    
    .m-sm-auto {
        margin: auto !important
    }
    
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }
    
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }
    
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }
    
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}
@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }
    
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }
    
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }
    
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }
    
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }
    
    .m-md-1 {
        margin: .25rem !important
    }
    
    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }
    
    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }
    
    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }
    
    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }
    
    .m-md-2 {
        margin: .5rem !important
    }
    
    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }
    
    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }
    
    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }
    
    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }
    
    .m-md-3 {
        margin: 1rem !important
    }
    
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }
    
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }
    
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }
    
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }
    
    .m-md-4 {
        margin: 1.5rem !important
    }
    
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }
    
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }
    
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }
    
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }
    
    .m-md-5 {
        margin: 3rem !important
    }
    
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }
    
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }
    
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }
    
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }
    
    .p-md-0 {
        padding: 0 !important
    }
    
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }
    
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }
    
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }
    
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }
    
    .p-md-1 {
        padding: .25rem !important
    }
    
    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }
    
    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }
    
    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }
    
    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }
    
    .p-md-2 {
        padding: .5rem !important
    }
    
    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }
    
    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }
    
    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }
    
    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }
    
    .p-md-3 {
        padding: 1rem !important
    }
    
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }
    
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }
    
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }
    
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }
    
    .p-md-4 {
        padding: 1.5rem !important
    }
    
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }
    
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }
    
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }
    
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }
    
    .p-md-5 {
        padding: 3rem !important
    }
    
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }
    
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }
    
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }
    
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }
    
    .m-md-auto {
        margin: auto !important
    }
    
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }
    
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }
    
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }
    
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}
@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }
    
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }
    
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }
    
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }
    
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }
    
    .m-lg-1 {
        margin: .25rem !important
    }
    
    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }
    
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }
    
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }
    
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }
    
    .m-lg-2 {
        margin: .5rem !important
    }
    
    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }
    
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }
    
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }
    
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }
    
    .m-lg-3 {
        margin: 1rem !important
    }
    
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }
    
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }
    
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }
    
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }
    
    .m-lg-4 {
        margin: 1.5rem !important
    }
    
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }
    
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }
    
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }
    
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }
    
    .m-lg-5 {
        margin: 3rem !important
    }
    
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }
    
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }
    
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }
    
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }
    
    .p-lg-0 {
        padding: 0 !important
    }
    
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }
    
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }
    
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }
    
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }
    
    .p-lg-1 {
        padding: .25rem !important
    }
    
    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }
    
    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }
    
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }
    
    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }
    
    .p-lg-2 {
        padding: .5rem !important
    }
    
    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }
    
    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }
    
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }
    
    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }
    
    .p-lg-3 {
        padding: 1rem !important
    }
    
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }
    
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }
    
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }
    
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }
    
    .p-lg-4 {
        padding: 1.5rem !important
    }
    
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }
    
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }
    
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }
    
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }
    
    .p-lg-5 {
        padding: 3rem !important
    }
    
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }
    
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }
    
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }
    
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }
    
    .m-lg-auto {
        margin: auto !important
    }
    
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }
    
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }
    
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }
    
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}
@media (min-width: 1260px) {
    .m-xl-0 {
        margin: 0 !important
    }
    
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }
    
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }
    
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }
    
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }
    
    .m-xl-1 {
        margin: .25rem !important
    }
    
    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }
    
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }
    
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }
    
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }
    
    .m-xl-2 {
        margin: .5rem !important
    }
    
    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }
    
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }
    
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }
    
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }
    
    .m-xl-3 {
        margin: 1rem !important
    }
    
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }
    
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }
    
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }
    
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }
    
    .m-xl-4 {
        margin: 1.5rem !important
    }
    
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }
    
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }
    
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }
    
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }
    
    .m-xl-5 {
        margin: 3rem !important
    }
    
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }
    
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }
    
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }
    
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }
    
    .p-xl-0 {
        padding: 0 !important
    }
    
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }
    
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }
    
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }
    
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }
    
    .p-xl-1 {
        padding: .25rem !important
    }
    
    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }
    
    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }
    
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }
    
    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }
    
    .p-xl-2 {
        padding: .5rem !important
    }
    
    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }
    
    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }
    
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }
    
    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }
    
    .p-xl-3 {
        padding: 1rem !important
    }
    
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }
    
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }
    
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }
    
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }
    
    .p-xl-4 {
        padding: 1.5rem !important
    }
    
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }
    
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }
    
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }
    
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }
    
    .p-xl-5 {
        padding: 3rem !important
    }
    
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }
    
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }
    
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }
    
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }
    
    .m-xl-auto {
        margin: auto !important
    }
    
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }
    
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }
    
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }
    
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}
.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}
.text-justify {
    text-align: justify !important
}
.text-nowrap {
    white-space: nowrap !important
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.text-left {
    text-align: left !important
}
.text-right {
    text-align: right !important
}
.text-center {
    text-align: center !important
}
@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }
    
    .text-sm-right {
        text-align: right !important
    }
    
    .text-sm-center {
        text-align: center !important
    }
}
@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }
    
    .text-md-right {
        text-align: right !important
    }
    
    .text-md-center {
        text-align: center !important
    }
}
@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }
    
    .text-lg-right {
        text-align: right !important
    }
    
    .text-lg-center {
        text-align: center !important
    }
}
@media (min-width: 1260px) {
    .text-xl-left {
        text-align: left !important
    }
    
    .text-xl-right {
        text-align: right !important
    }
    
    .text-xl-center {
        text-align: center !important
    }
}
.text-lowercase {
    text-transform: lowercase !important
}
.text-uppercase {
    text-transform: uppercase !important
}
.text-capitalize {
    text-transform: capitalize !important
}
.font-weight-light {
    font-weight: 300 !important
}
.font-weight-normal {
    font-weight: 400 !important
}
.font-weight-bold {
    font-weight: 700 !important
}
.font-italic {
    font-style: italic !important
}
.text-white {
    color: #fff !important
}
.text-primary {
    color: #00A3FF !important
}
a.text-primary:hover,
a.text-primary:focus {
    color: #0082cc !important
}
.text-secondary {
    color: #6c757d !important
}
a.text-secondary:hover,
a.text-secondary:focus {
    color: #545b62 !important
}
.text-success {
    color: #72B951 !important
}
a.text-success:hover,
a.text-success:focus {
    color: #5b993e !important
}
.text-info {
    color: #17a2b8 !important
}
a.text-info:hover,
a.text-info:focus {
    color: #117a8b !important
}
.text-warning {
    color: #ffc107 !important
}
a.text-warning:hover,
a.text-warning:focus {
    color: #d39e00 !important
}
.text-danger {
    color: #dc3545 !important
}
a.text-danger:hover,
a.text-danger:focus {
    color: #bd2130 !important
}
.text-light {
    color: #f8f9fa !important
}
a.text-light:hover,
a.text-light:focus {
    color: #dae0e5 !important
}
.text-dark {
    color: #343a40 !important
}
a.text-dark:hover,
a.text-dark:focus {
    color: #1d2124 !important
}
.text-body {
    color: #212529 !important
}
.text-muted {
    color: #6c757d !important
}
.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important
}
.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}
.visible {
    visibility: visible !important
}
.invisible {
    visibility: hidden !important
}
@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important
    }
    
    a:not(.btn):not(.btn-social) {
        text-decoration: underline
    }
    
    abbr[title]::after {
        content: " (" attr(title) ")"
    }
    
    pre {
        white-space: pre-wrap !important
    }
    
    pre,
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }
    
    thead {
        display: table-header-group
    }
    
    tr,
    img {
        page-break-inside: avoid
    }
    
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    
    h2,
    h3 {
        page-break-after: avoid
    }
    
    @page {
        size: a3
    }
    
    body {
        min-width: 992px !important
    }
    
    .container {
        min-width: 992px !important
    }
    
    .navbar {
        display: none
    }
    
    .badge {
        border: 1px solid #000
    }
    
    .table {
        border-collapse: collapse !important
    }
    
    .table td,
    .table th {
        background-color: #fff !important
    }
    
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6 !important
    }
    
    .table-dark {
        color: inherit
    }
    
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody+tbody {
        border-color: #dee2e6
    }
    
    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}
.swiper-container-no-flexbox .swiper-slide {
    float: left
}
.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0)
}
.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}
.swiper-slide-invisible-blank {
    visibility: hidden
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}
.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}
.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-lock {
    display: none
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33)
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}
.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms top, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform
}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms right, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}
.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}
.swiper-container-vertical>.swiper-pagination-progressbar,
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #ffffff
}
.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25)
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #ffffff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000000
}
.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25)
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000000
}
.swiper-pagination-lock {
    display: none
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1)
}
.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}
.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0
}
.swiper-scrollbar-cursor-drag {
    cursor: move
}
.swiper-scrollbar-lock {
    display: none
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}
.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
.swiper-slide-zoomed {
    cursor: move
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}
.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}
.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}
@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-container-cube {
    overflow: visible
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}
.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}
.swiper-container-flip {
    overflow: visible
}
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

/*!
 * Bootstrap-select v1.13.0 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2018 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */
.bootstrap-select>select.bs-select-hidden,
select.bs-select-hidden,
select.selectpicker {
    display: none !important
}
.bootstrap-select {
    width: 220px\9
}
.bootstrap-select>.dropdown-toggle {
    position: relative;
    width: 100%;
    z-index: 1;
    text-align: right;
    white-space: nowrap
}
.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #999
}
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover {
    color: rgba(255, 255, 255, 0.5)
}
.bootstrap-select>select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none
}
.bootstrap-select>select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2
}
.bootstrap-select.is-invalid .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:invalid+.dropdown-toggle {
    border-color: #b94a48
}
.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:valid+.dropdown-toggle {
    border-color: #28a745
}
.bootstrap-select.fit-width {
    width: auto !important
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 220px
}
.bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px
}
.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none
}
:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]) {
    width: 100%
}
.bootstrap-select.form-control.input-group-btn {
    z-index: auto
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn,
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn-social {
    border-radius: 0
}
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*=col-] {
    float: none;
    display: inline-block;
    margin-left: 0
}
.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*=col-].dropdown-menu-right,
.row .bootstrap-select[class*=col-].dropdown-menu-right {
    float: right
}
.form-group .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-inline .bootstrap-select {
    margin-bottom: 0
}
.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
    padding: 0
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit
}
.bootstrap-select.form-control-lg .dropdown-toggle,
.bootstrap-select.form-control-sm .dropdown-toggle {
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit
}
.bootstrap-select.form-control-sm .dropdown-toggle {
    padding: .25rem .5rem
}
.bootstrap-select.form-control-lg .dropdown-toggle {
    padding: .5rem 1rem
}
.form-inline .bootstrap-select .form-control {
    width: 100%
}
.bootstrap-select.disabled,
.bootstrap-select>.disabled {
    cursor: not-allowed
}
.bootstrap-select.disabled:focus,
.bootstrap-select>.disabled:focus {
    outline: 0 !important
}
.bootstrap-select.bs-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 0 !important;
    padding: 0 !important
}
.bootstrap-select.bs-container .dropdown-menu {
    z-index: 1060
}
.bootstrap-select .dropdown-toggle:before {
    content: '';
    display: inline-block
}
.bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: inherit;
    padding-right: inherit;
    padding-bottom: inherit;
    padding-left: inherit;
    height: 100%;
    width: 100%;
    text-align: left
}
.bootstrap-select .dropdown-toggle .filter-option-inner {
    padding-right: inherit
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden
}
.bootstrap-select .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
    border-radius: inherit
}
.bootstrap-select[class*=col-] .dropdown-toggle {
    width: 100%
}
.bootstrap-select .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.bootstrap-select .dropdown-menu>.inner:focus {
    outline: 0 !important
}
.bootstrap-select .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}
.bootstrap-select .dropdown-menu li {
    position: relative
}
.bootstrap-select .dropdown-menu li.active small {
    color: #fff
}
.bootstrap-select .dropdown-menu li.disabled a {
    cursor: not-allowed
}
.bootstrap-select .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.bootstrap-select .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em
}
.bootstrap-select .dropdown-menu li a span.check-mark {
    display: none
}
.bootstrap-select .dropdown-menu li a span.text {
    display: inline-block
}
.bootstrap-select .dropdown-menu li small {
    padding-left: .5em
}
.bootstrap-select .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: .9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.bootstrap-select .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
    position: static;
    display: inline;
    padding: 0
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
    display: inline
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 5px
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 34px
}
.bootstrap-select .bs-ok-default:after {
    content: '';
    display: block;
    width: .5em;
    height: 1em;
    border-style: solid;
    border-width: 0 .26em .26em 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle {
    z-index: 1061
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
    bottom: auto;
    top: -4px;
    border-top: 7px solid rgba(204, 204, 204, 0.2);
    border-bottom: 0
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
    bottom: auto;
    top: -4px;
    border-top: 6px solid #fff;
    border-bottom: 0
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
    right: 12px;
    left: auto
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
    right: 13px;
    left: auto
}
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before {
    display: block
}
.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
    padding: 4px 8px
}
.bs-actionsbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.bs-actionsbox .btn-group button {
    width: 50%
}
.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.bs-donebutton .btn-group button {
    width: 100%
}
.bs-searchbox+.bs-actionsbox {
    padding: 0 8px 4px
}
.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none
}

/*!
 * =============================================================
 * dropify v0.2.1 - Override your input files with style.
 * https://github.com/JeremyFagis/dropify
 *
 * (c) 2016 - Jeremy FAGIS <jeremy@fagis.fr> (http://fagis.fr)
 * =============================================================
 */
@font-face {
    font-family: dropify;
    src: url(../fonts/dropify.eot);
    src: url(../fonts/dropify.eot#iefix) format("embedded-opentype"), url(../fonts/dropify.woff) format("woff"), url(../fonts/dropify.ttf) format("truetype"), url(../fonts/dropify.svg#dropify) format("svg");
    font-weight: 400;
    font-style: normal
}
.dropify-font:before,
.dropify-wrapper .dropify-message span.file-icon:before,
.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-filename span.file-icon:before,
[class*=" dropify-font-"]:before,
[class^=dropify-font-]:before {
    font-family: dropify;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-left: .2em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em
}
.dropify-wrapper,
.dropify-wrapper .dropify-clear {
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial
}
.dropify-wrapper.has-error .dropify-message .dropify-error,
.dropify-wrapper.has-preview .dropify-clear {
    display: block
}
.dropify-font-upload:before,
.dropify-wrapper .dropify-message span.file-icon:before {
    content: '\e800'
}
.dropify-font-file:before {
    content: '\e801'
}
.dropify-wrapper {
    display: block;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    height: 200px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 22px;
    color: #777;
    background-color: #FFF;
    background-image: none;
    text-align: center;
    border: 2px solid #E5E5E5;
    -webkit-transition: border-color .15s linear;
    transition: border-color .15s linear
}
.dropify-wrapper:hover {
    background-size: 30px 30px;
    background-image: -webkit-linear-gradient(135deg, #F6F6F6 25%, transparent 25%, transparent 50%, #F6F6F6 50%, #F6F6F6 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, #F6F6F6 25%, transparent 25%, transparent 50%, #F6F6F6 50%, #F6F6F6 75%, transparent 75%, transparent);
    -webkit-animation: stripes 2s linear infinite;
    animation: stripes 2s linear infinite
}
.dropify-wrapper.has-error {
    border-color: #F34141
}
.dropify-wrapper.has-error:hover .dropify-errors-container {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}
.dropify-wrapper.disabled input {
    cursor: not-allowed
}
.dropify-wrapper.disabled:hover {
    background-image: none;
    -webkit-animation: none;
    animation: none
}
.dropify-wrapper.disabled .dropify-message {
    opacity: .5;
    text-decoration: line-through
}
.dropify-wrapper.disabled .dropify-infos-message {
    display: none
}
.dropify-wrapper input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 5
}
.dropify-wrapper .dropify-message {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
.dropify-wrapper .dropify-message span.file-icon {
    font-size: 50px;
    color: #CCC
}
.dropify-wrapper .dropify-message p {
    margin: 5px 0 0
}
.dropify-wrapper .dropify-message p.dropify-error {
    color: #F34141;
    font-weight: 700;
    display: none
}
.dropify-wrapper .dropify-clear {
    display: none;
    position: absolute;
    opacity: 0;
    z-index: 7;
    top: 10px;
    right: 10px;
    background: 0 0;
    border: 2px solid #FFF;
    text-transform: uppercase;
    font-size: 11px;
    padding: 4px 8px;
    font-weight: 700;
    color: #FFF;
    -webkit-transition: all .15s linear;
    transition: all .15s linear
}
.dropify-wrapper .dropify-clear:hover {
    background: rgba(255, 255, 255, 0.2)
}
.dropify-wrapper .dropify-preview {
    display: none;
    position: absolute;
    z-index: 1;
    background-color: #FFF;
    padding: 5px;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    text-align: center
}
.dropify-wrapper .dropify-preview .dropify-render img {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: relative;
    max-width: 100%;
    max-height: 100%;
    background-color: #FFF;
    -webkit-transition: border-color .15s linear;
    transition: border-color .15s linear
}
.dropify-wrapper .dropify-preview .dropify-render i {
    font-size: 70px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    color: #777
}
.dropify-wrapper .dropify-preview .dropify-render .dropify-extension {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: -.03em;
    font-size: 13px;
    width: 42px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
.dropify-wrapper .dropify-preview .dropify-infos {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}
.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -40%);
    transform: translate(0, -40%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    padding: 0 20px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}
.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p {
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #FFF;
    text-align: center;
    line-height: 25px;
    font-weight: 700
}
.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-filename span.file-icon {
    margin-right: 2px
}
.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message {
    margin-top: 15px;
    padding-top: 15px;
    font-size: 12px;
    position: relative;
    opacity: .5
}
.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: #FFF;
    width: 30px;
    height: 2px
}
.dropify-wrapper:hover .dropify-clear,
.dropify-wrapper:hover .dropify-preview .dropify-infos {
    opacity: 1
}
.dropify-wrapper:hover .dropify-preview .dropify-infos .dropify-infos-inner {
    margin-top: -5px
}
.dropify-wrapper.touch-fallback {
    height: auto !important
}
.dropify-wrapper.touch-fallback:hover {
    background-image: none;
    -webkit-animation: none;
    animation: none
}
.dropify-wrapper.touch-fallback .dropify-preview {
    position: relative;
    padding: 0
}
.dropify-wrapper.touch-fallback .dropify-preview .dropify-render {
    display: block;
    position: relative
}
.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message::before,
.dropify-wrapper.touch-fallback.has-preview .dropify-message {
    display: none
}
.dropify-wrapper.touch-fallback .dropify-preview .dropify-render .dropify-font-file {
    position: relative;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 0;
    left: 0
}
.dropify-wrapper.touch-fallback .dropify-preview .dropify-render .dropify-font-file::before {
    margin-top: 30px;
    margin-bottom: 30px
}
.dropify-wrapper.touch-fallback .dropify-preview .dropify-render img {
    position: relative;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}
.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos {
    position: relative;
    opacity: 1;
    background: 0 0
}
.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner {
    position: relative;
    top: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 5px 90px 5px 0
}
.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner p {
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #777;
    text-align: left;
    line-height: 25px
}
.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-filename {
    font-weight: 700
}
.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message {
    margin-top: 0;
    padding-top: 0;
    font-size: 11px;
    position: relative;
    opacity: 1
}
.dropify-wrapper.touch-fallback .dropify-message {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 40px 0
}
.dropify-wrapper.touch-fallback .dropify-clear {
    top: auto;
    bottom: 23px;
    opacity: 1;
    border-color: rgba(119, 119, 119, 0.7);
    color: #777
}
.dropify-wrapper.touch-fallback:hover .dropify-preview .dropify-infos .dropify-infos-inner {
    margin-top: 0
}
.dropify-wrapper .dropify-loader {
    position: absolute;
    top: 15px;
    right: 15px;
    display: none;
    z-index: 9
}
.dropify-wrapper .dropify-loader::after {
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    -webkit-animation: rotate .6s linear infinite;
    animation: rotate .6s linear infinite;
    border-radius: 100%;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #777;
    border-left: 1px solid #CCC;
    border-right: 1px solid #777;
    content: ''
}
.dropify-wrapper .dropify-errors-container {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background: rgba(243, 65, 65, 0.8);
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s linear .15s, opacity .15s linear;
    transition: visibility 0s linear .15s, opacity .15s linear
}
.dropify-wrapper .dropify-errors-container ul {
    padding: 10px 20px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
.dropify-wrapper .dropify-errors-container ul li {
    margin-left: 20px;
    color: #FFF;
    font-weight: 700
}
.dropify-wrapper .dropify-errors-container.visible {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}
.dropify-wrapper~.dropify-errors-container ul {
    padding: 0;
    margin: 15px 0
}
.dropify-wrapper~.dropify-errors-container ul li {
    margin-left: 20px;
    color: #F34141;
    font-weight: 700
}
@-webkit-keyframes stripes {
    from {
        background-position: 0 0
    }
    
    to {
        background-position: 60px 30px
    }
}
@keyframes stripes {
    from {
        background-position: 0 0
    }
    
    to {
        background-position: 60px 30px
    }
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotateZ(-360deg);
        transform: rotateZ(-360deg)
    }
    
    100% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0)
    }
}
@keyframes rotate {
    0% {
        -webkit-transform: rotateZ(-360deg);
        transform: rotateZ(-360deg)
    }
    
    100% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0)
    }
}

/*!
  indents styles
 */
.pad-0 {
    padding: 0 !important
}
.pad-5 {
    padding: 5px !important
}
.pad-10 {
    padding: 10px !important
}
.pad-15 {
    padding: 15px !important
}
.pad-20 {
    padding: 20px !important
}
.pad-25 {
    padding: 25px !important
}
.pad-30 {
    padding: 30px !important
}
.pad-35 {
    padding: 35px !important
}
.pad-40 {
    padding: 40px !important
}
.pad-45 {
    padding: 45px !important
}
.pad-50 {
    padding: 50px !important
}
.pad-55 {
    padding: 55px !important
}
.pad-60 {
    padding: 60px !important
}
.padx-0,
.padl-0 {
    padding-left: 0 !important
}
.padx-5,
.padl-5 {
    padding-left: 5px !important
}
.padx-10,
.padl-10 {
    padding-left: 10px !important
}
.padx-15,
.padl-15 {
    padding-left: 15px !important
}
.padx-20,
.padl-20 {
    padding-left: 20px !important
}
.padx-25,
.padl-25 {
    padding-left: 25px !important
}
.padx-30,
.padl-30 {
    padding-left: 30px !important
}
.padx-35,
.padl-35 {
    padding-left: 35px !important
}
.padx-40,
.padl-40 {
    padding-left: 40px !important
}
.padx-45,
.padl-45 {
    padding-left: 45px !important
}
.padx-50,
.padl-50 {
    padding-left: 50px !important
}
.padx-55,
.padl-55 {
    padding-left: 55px !important
}
.padx-60,
.padl-60 {
    padding-left: 60px !important
}
.padx-0,
.padr-0 {
    padding-right: 0 !important
}
.padx-5,
.padr-5 {
    padding-right: 5px !important
}
.padx-10,
.padr-10 {
    padding-right: 10px !important
}
.padx-15,
.padr-15 {
    padding-right: 15px !important
}
.padx-20,
.padr-20 {
    padding-right: 20px !important
}
.padx-25,
.padr-25 {
    padding-right: 25px !important
}
.padx-30,
.padr-30 {
    padding-right: 30px !important
}
.padx-35,
.padr-35 {
    padding-right: 35px !important
}
.padx-40,
.padr-40 {
    padding-right: 40px !important
}
.padx-45,
.padr-45 {
    padding-right: 45px !important
}
.padx-50,
.padr-50 {
    padding-right: 50px !important
}
.padx-55,
.padr-55 {
    padding-right: 55px !important
}
.padx-60,
.padr-60 {
    padding-right: 60px !important
}
.pady-0,
.padt-0 {
    padding-top: 0 !important
}
.pady-5,
.padt-5 {
    padding-top: 5px !important
}
.pady-10,
.padt-10 {
    padding-top: 10px !important
}
.pady-15,
.padt-15 {
    padding-top: 15px !important
}
.pady-20,
.padt-20 {
    padding-top: 20px !important
}
.pady-25,
.padt-25 {
    padding-top: 25px !important
}
.pady-30,
.padt-30 {
    padding-top: 30px !important
}
.pady-35,
.padt-35 {
    padding-top: 35px !important
}
.pady-40,
.padt-40 {
    padding-top: 40px !important
}
.pady-45,
.padt-45 {
    padding-top: 45px !important
}
.pady-50,
.padt-50 {
    padding-top: 50px !important
}
.pady-55,
.padt-55 {
    padding-top: 55px !important
}
.pady-60,
.padt-60 {
    padding-top: 60px !important
}
.pady-0,
.padb-0 {
    padding-bottom: 0 !important
}
.pady-5,
.padb-5 {
    padding-bottom: 5px !important
}
.pady-10,
.padb-10 {
    padding-bottom: 10px !important
}
.pady-15,
.padb-15 {
    padding-bottom: 15px !important
}
.pady-20,
.padb-20 {
    padding-bottom: 20px !important
}
.pady-25,
.padb-25 {
    padding-bottom: 25px !important
}
.pady-30,
.padb-30 {
    padding-bottom: 30px !important
}
.pady-35,
.padb-35 {
    padding-bottom: 35px !important
}
.pady-40,
.padb-40 {
    padding-bottom: 40px !important
}
.pady-45,
.padb-45 {
    padding-bottom: 45px !important
}
.pady-50,
.padb-50 {
    padding-bottom: 50px !important
}
.pady-55,
.padb-55 {
    padding-bottom: 55px !important
}
.pady-60,
.padb-60 {
    padding-bottom: 60px !important
}
.mar-0 {
    margin: 0 !important
}
.mar-5 {
    margin: 5px !important
}
.mar-10 {
    margin: 10px !important
}
.mar-15 {
    margin: 15px !important
}
.mar-20 {
    margin: 20px !important
}
.mar-25 {
    margin: 25px !important
}
.mar-30 {
    margin: 30px !important
}
.mar-35 {
    margin: 35px !important
}
.mar-40 {
    margin: 40px !important
}
.mar-45 {
    margin: 45px !important
}
.mar-50 {
    margin: 50px !important
}
.mar-55 {
    margin: 55px !important
}
.mar-60 {
    margin: 60px !important
}
.mary-0,
.marb-0 {
    margin-bottom: 0 !important
}
.marb-3 {
    margin-bottom: 3px !important
}
.mary-5,
.marb-5 {
    margin-bottom: 5px !important
}
.marb-7 {
    margin-bottom: 7px !important
}
.mary-10,
.marb-10 {
    margin-bottom: 10px !important
}
.marb-12 {
    margin-bottom: 12px !important
}
.marb-13 {
    margin-bottom: 13px !important
}
.mary-15,
.marb-15 {
    margin-bottom: 15px !important
}
.marb-17 {
    margin-bottom: 17px !important
}
.mary-20,
.marb-20 {
    margin-bottom: 20px !important
}
.mary-25,
.marb-25 {
    margin-bottom: 25px !important
}
.mary-30,
.marb-30 {
    margin-bottom: 30px !important
}
.mary-35,
.marb-35 {
    margin-bottom: 35px !important
}
.mary-40,
.marb-40 {
    margin-bottom: 40px !important
}
.mary-45,
.marb-45 {
    margin-bottom: 45px !important
}
.mary-50,
.marb-50 {
    margin-bottom: 50px !important
}
.mary-55,
.marb-55 {
    margin-bottom: 55px !important
}
.mary-60,
.marb-60 {
    margin-bottom: 60px !important
}
.mary-0,
.mart-0 {
    margin-top: 0 !important
}
.mary-5,
.mart-5 {
    margin-top: 5px !important
}
.mary-10,
.mart-10 {
    margin-top: 10px !important
}
.mary-15,
.mart-15 {
    margin-top: 15px !important
}
.mary-20,
.mart-20 {
    margin-top: 20px !important
}
.mart-22 {
    margin-top: 22px !important
}
.mary-25,
.mart-25 {
    margin-top: 25px !important
}
.mary-30,
.mart-30 {
    margin-top: 30px !important
}
.mary-35,
.mart-35 {
    margin-top: 35px !important
}
.mary-40,
.mart-40 {
    margin-top: 40px !important
}
.mary-45,
.mart-45 {
    margin-top: 45px !important
}
.mary-50,
.mart-50 {
    margin-top: 50px !important
}
.mary-55,
.mart-55 {
    margin-top: 55px !important
}
.mary-60,
.mart-60 {
    margin-top: 60px !important
}
.marx-auto,
.marl-auto {
    margin-left: auto !important
}
.marx-0,
.marl-0 {
    margin-left: 0 !important
}
.marl-2 {
    margin-left: 2px !important
}
.marx-5,
.marl-5 {
    margin-left: 5px !important
}
.marx-10,
.marl-10 {
    margin-left: 10px !important
}
.marx-15,
.marl-15 {
    margin-left: 15px !important
}
.marx-20,
.marl-20 {
    margin-left: 20px !important
}
.marx-25,
.marl-25 {
    margin-left: 25px !important
}
.marx-30,
.marl-30 {
    margin-left: 30px !important
}
.marx-35,
.marl-35 {
    margin-left: 35px !important
}
.marx-45,
.marl-45 {
    margin-left: 45px !important
}
.marx-50,
.marl-50 {
    margin-left: 50px !important
}
.marx-55,
.marl-55 {
    margin-left: 55px !important
}
.marx-60,
.marl-60 {
    margin-left: 60px !important
}
.marx-auto,
.marr-auto {
    margin-right: auto !important
}
.marx-0,
.marr-0 {
    margin-right: 0 !important
}
.marx-5,
.marr-5 {
    margin-right: 5px !important
}
.marr-7 {
    margin-right: 7px !important
}
.marx-10,
.marr-10 {
    margin-right: 10px !important
}
.marx-15,
.marr-15 {
    margin-right: 15px !important
}
.marx-20,
.marr-20 {
    margin-right: 20px !important
}
.marx-25,
.marr-25 {
    margin-right: 25px !important
}
.marx-30,
.marr-30 {
    margin-right: 30px !important
}
.marx-35,
.marr-35 {
    margin-right: 35px !important
}
.marx-40,
.marr-40 {
    margin-right: 40px !important
}
.marx-45,
.marr-45 {
    margin-right: 45px !important
}
.marx-50,
.marr-50 {
    margin-right: 50px !important
}
.marx-55,
.marr-55 {
    margin-right: 55px !important
}
.marx-60,
.marr-60 {
    margin-right: 60px !important
}
@media (min-width: 576px) {
    .pad-sm-0 {
        padding: 0 !important
    }
    
    .pad-sm-5 {
        padding: 5px !important
    }
    
    .pad-sm-10 {
        padding: 10px !important
    }
    
    .pad-sm-15 {
        padding: 15px !important
    }
    
    .pad-sm-20 {
        padding: 20px !important
    }
    
    .pad-sm-25 {
        padding: 25px !important
    }
    
    .pad-sm-30 {
        padding: 30px !important
    }
    
    .pad-sm-35 {
        padding: 35px !important
    }
    
    .pad-sm-40 {
        padding: 40px !important
    }
    
    .pad-sm-45 {
        padding: 45px !important
    }
    
    .pad-sm-50 {
        padding: 50px !important
    }
    
    .pad-sm-55 {
        padding: 55px !important
    }
    
    .pad-sm-60 {
        padding: 60px !important
    }
    
    .padx-sm-0,
    .padl-sm-0 {
        padding-left: 0 !important
    }
    
    .padx-sm-5,
    .padl-sm-5 {
        padding-left: 5px !important
    }
    
    .padx-sm-10,
    .padl-sm-10 {
        padding-left: 10px !important
    }
    
    .padx-sm-15,
    .padl-sm-15 {
        padding-left: 15px !important
    }
    
    .padx-sm-20,
    .padl-sm-20 {
        padding-left: 20px !important
    }
    
    .padx-sm-25,
    .padl-sm-25 {
        padding-left: 25px !important
    }
    
    .padx-sm-30,
    .padl-sm-30 {
        padding-left: 30px !important
    }
    
    .padx-sm-35,
    .padl-sm-35 {
        padding-left: 35px !important
    }
    
    .padx-sm-40,
    .padl-sm-40 {
        padding-left: 40px !important
    }
    
    .padx-sm-45,
    .padl-sm-45 {
        padding-left: 45px !important
    }
    
    .padx-sm-50,
    .padl-sm-50 {
        padding-left: 50px !important
    }
    
    .padx-sm-55,
    .padl-sm-55 {
        padding-left: 55px !important
    }
    
    .padx-sm-60,
    .padl-sm-60 {
        padding-left: 60px !important
    }
    
    .padx-sm-0,
    .padr-sm-0 {
        padding-right: 0 !important
    }
    
    .padx-sm-5,
    .padr-sm-5 {
        padding-right: 5px !important
    }
    
    .padx-sm-10,
    .padr-sm-10 {
        padding-right: 10px !important
    }
    
    .padx-sm-15,
    .padr-sm-15 {
        padding-right: 15px !important
    }
    
    .padx-sm-20,
    .padr-sm-20 {
        padding-right: 20px !important
    }
    
    .padx-sm-25,
    .padr-sm-25 {
        padding-right: 25px !important
    }
    
    .padx-sm-30,
    .padr-sm-30 {
        padding-right: 30px !important
    }
    
    .padx-sm-35,
    .padr-sm-35 {
        padding-right: 35px !important
    }
    
    .padx-sm-40,
    .padr-sm-40 {
        padding-right: 40px !important
    }
    
    .padx-sm-45,
    .padr-sm-45 {
        padding-right: 45px !important
    }
    
    .padx-sm-50,
    .padr-sm-50 {
        padding-right: 50px !important
    }
    
    .padx-sm-55,
    .padr-sm-55 {
        padding-right: 55px !important
    }
    
    .padx-sm-60,
    .padr-sm-60 {
        padding-right: 60px !important
    }
    
    .pady-sm-0,
    .padt-sm-0 {
        padding-top: 0 !important
    }
    
    .pady-sm-5,
    .padt-sm-5 {
        padding-top: 5px !important
    }
    
    .pady-sm-10,
    .padt-sm-10 {
        padding-top: 10px !important
    }
    
    .pady-sm-15,
    .padt-sm-15 {
        padding-top: 15px !important
    }
    
    .pady-sm-20,
    .padt-sm-20 {
        padding-top: 20px !important
    }
    
    .pady-sm-25,
    .padt-sm-25 {
        padding-top: 25px !important
    }
    
    .pady-sm-30,
    .padt-sm-30 {
        padding-top: 30px !important
    }
    
    .pady-sm-35,
    .padt-sm-35 {
        padding-top: 35px !important
    }
    
    .pady-sm-40,
    .padt-sm-40 {
        padding-top: 40px !important
    }
    
    .pady-sm-45,
    .padt-sm-45 {
        padding-top: 45px !important
    }
    
    .pady-sm-50,
    .padt-sm-50 {
        padding-top: 50px !important
    }
    
    .pady-sm-55,
    .padt-sm-55 {
        padding-top: 55px !important
    }
    
    .pady-sm-60,
    .padt-sm-60 {
        padding-top: 60px !important
    }
    
    .pady-sm-0,
    .padb-sm-0 {
        padding-bottom: 0 !important
    }
    
    .pad-sm-5,
    .padb-sm-5 {
        padding-bottom: 5px !important
    }
    
    .pady-sm-10,
    .padb-sm-10 {
        padding-bottom: 10px !important
    }
    
    .pady-sm-15,
    .padb-sm-15 {
        padding-bottom: 15px !important
    }
    
    .pady-sm-20,
    .padb-sm-20 {
        padding-bottom: 20px !important
    }
    
    .pady-sm-25,
    .padb-sm-25 {
        padding-bottom: 25px !important
    }
    
    .pady-sm-30,
    .padb-sm-30 {
        padding-bottom: 30px !important
    }
    
    .pady-sm-35,
    .padb-sm-35 {
        padding-bottom: 35px !important
    }
    
    .pady-sm-40,
    .padb-sm-40 {
        padding-bottom: 40px !important
    }
    
    .pady-sm-45,
    .padb-sm-45 {
        padding-bottom: 45px !important
    }
    
    .pady-sm-50,
    .padb-sm-50 {
        padding-bottom: 50px !important
    }
    
    .pady-sm-55,
    .padb-sm-55 {
        padding-bottom: 55px !important
    }
    
    .pady-sm-60,
    .padb-sm-60 {
        padding-bottom: 60px !important
    }
    
    .mar-sm-0 {
        margin: 0 !important
    }
    
    .mar-sm-5 {
        margin: 5px !important
    }
    
    .mar-sm-10 {
        margin: 10px !important
    }
    
    .mar-sm-15 {
        margin: 15px !important
    }
    
    .mar-sm-20 {
        margin: 20px !important
    }
    
    .mar-sm-25 {
        margin: 25px !important
    }
    
    .mar-sm-30 {
        margin: 30px !important
    }
    
    .mar-sm-35 {
        margin: 35px !important
    }
    
    .mar-sm-40 {
        margin: 40px !important
    }
    
    .mar-sm-45 {
        margin: 45px !important
    }
    
    .mar-sm-50 {
        margin: 50px !important
    }
    
    .mar-sm-55 {
        margin: 55px !important
    }
    
    .mar-sm-60 {
        margin: 60px !important
    }
    
    .mary-sm-0,
    .marb-sm-0 {
        margin-bottom: 0 !important
    }
    
    .mary-sm-5,
    .marb-sm-5 {
        margin-bottom: 5px !important
    }
    
    .mary-sm-10,
    .marb-sm-10 {
        margin-bottom: 10px !important
    }
    
    .mary-sm-15,
    .marb-sm-15 {
        margin-bottom: 15px !important
    }
    
    .marb-sm-18 {
        margin-bottom: 18px !important
    }
    
    .mary-sm-20,
    .marb-sm-20 {
        margin-bottom: 20px !important
    }
    
    .mary-sm-25,
    .marb-sm-25 {
        margin-bottom: 25px !important
    }
    
    .mary-sm-30,
    .marb-sm-30 {
        margin-bottom: 30px !important
    }
    
    .mary-sm-35,
    .marb-sm-35 {
        margin-bottom: 35px !important
    }
    
    .mary-sm-40,
    .marb-sm-40 {
        margin-bottom: 40px !important
    }
    
    .mary-sm-45,
    .marb-sm-45 {
        margin-bottom: 45px !important
    }
    
    .mary-sm-50,
    .marb-sm-50 {
        margin-bottom: 50px !important
    }
    
    .mary-sm-55,
    .marb-sm-55 {
        margin-bottom: 55px !important
    }
    
    .mary-sm-60,
    .marb-sm-60 {
        margin-bottom: 60px !important
    }
    
    .mary-sm-0,
    .mart-sm-0 {
        margin-top: 0 !important
    }
    
    .mary-sm-5,
    .mart-sm-5 {
        margin-top: 5px !important
    }
    
    .mary-sm-10,
    .mart-sm-10 {
        margin-top: 10px !important
    }
    
    .mary-sm-15,
    .mart-sm-15 {
        margin-top: 15px !important
    }
    
    .mary-sm-20,
    .mart-sm-20 {
        margin-top: 20px !important
    }
    
    .mary-sm-25,
    .mart-sm-25 {
        margin-top: 25px !important
    }
    
    .mary-sm-30,
    .mart-sm-30 {
        margin-top: 30px !important
    }
    
    .mary-sm-35,
    .mart-sm-35 {
        margin-top: 35px !important
    }
    
    .mary-sm-40,
    .mart-sm-40 {
        margin-top: 40px !important
    }
    
    .mary-sm-45,
    .mart-sm-45 {
        margin-top: 45px !important
    }
    
    .mary-sm-50,
    .mart-sm-50 {
        margin-top: 50px !important
    }
    
    .mary-sm-55,
    .mart-sm-55 {
        margin-top: 55px !important
    }
    
    .mary-sm-60,
    .mart-sm-60 {
        margin-top: 60px !important
    }
    
    .marx-sm-auto,
    .marl-sm-auto {
        margin-left: auto !important
    }
    
    .marx-sm-0,
    .marl-sm-0 {
        margin-left: 0 !important
    }
    
    .marx-sm-5,
    .marl-sm-5 {
        margin-left: 5px !important
    }
    
    .marx-sm-10,
    .marl-sm-10 {
        margin-left: 10px !important
    }
    
    .marx-sm-15,
    .marl-sm-15 {
        margin-left: 15px !important
    }
    
    .marx-sm-20,
    .marl-sm-20 {
        margin-left: 20px !important
    }
    
    .marx-sm-25,
    .marl-sm-25 {
        margin-left: 25px !important
    }
    
    .marx-sm-30,
    .marl-sm-30 {
        margin-left: 30px !important
    }
    
    .marx-sm-35,
    .marl-sm-35 {
        margin-left: 35px !important
    }
    
    .marx-sm-45,
    .marl-sm-45 {
        margin-left: 45px !important
    }
    
    .marx-sm-50,
    .marl-sm-50 {
        margin-left: 50px !important
    }
    
    .marx-sm-55,
    .marl-sm-55 {
        margin-left: 55px !important
    }
    
    .marx-sm-60,
    .marl-sm-60 {
        margin-left: 60px !important
    }
    
    .marx-sm-auto,
    .marr-sm-auto {
        margin-right: auto !important
    }
    
    .marx-sm-0,
    .marr-sm-0 {
        margin-right: 0 !important
    }
    
    .marx-sm-5,
    .marr-sm-5 {
        margin-right: 5px !important
    }
    
    .marx-sm-10,
    .marr-sm-10 {
        margin-right: 10px !important
    }
    
    .marx-sm-15,
    .marr-sm-15 {
        margin-right: 15px !important
    }
    
    .marx-sm-20,
    .marr-sm-20 {
        margin-right: 20px !important
    }
    
    .marx-sm-25,
    .marr-sm-25 {
        margin-right: 25px !important
    }
    
    .marx-sm-30,
    .marr-sm-30 {
        margin-right: 30px !important
    }
    
    .marx-sm-35,
    .marr-sm-35 {
        margin-right: 35px !important
    }
    
    .marx-sm-40,
    .marr-sm-40 {
        margin-right: 40px !important
    }
    
    .marx-sm-45,
    .marr-sm-45 {
        margin-right: 45px !important
    }
    
    .marx-sm-50,
    .marr-sm-50 {
        margin-right: 50px !important
    }
    
    .marx-sm-55,
    .marr-sm-55 {
        margin-right: 55px !important
    }
    
    .marx-sm-60,
    .marr-sm-60 {
        margin-right: 60px !important
    }
}
@media (min-width: 768px) {
    .pad-md-0 {
        padding: 0 !important
    }
    
    .pad-md-5 {
        padding: 5px !important
    }
    
    .pad-md-10 {
        padding: 10px !important
    }
    
    .pad-md-15 {
        padding: 15px !important
    }
    
    .pad-md-20 {
        padding: 20px !important
    }
    
    .pad-md-25 {
        padding: 25px !important
    }
    
    .pad-md-30 {
        padding: 30px !important
    }
    
    .pad-md-35 {
        padding: 35px !important
    }
    
    .pad-md-40 {
        padding: 40px !important
    }
    
    .pad-md-45 {
        padding: 45px !important
    }
    
    .pad-md-50 {
        padding: 50px !important
    }
    
    .pad-md-55 {
        padding: 55px !important
    }
    
    .pad-md-60 {
        padding: 60px !important
    }
    
    .padx-md-0,
    .padl-md-0 {
        padding-left: 0 !important
    }
    
    .padx-md-5,
    .padl-md-5 {
        padding-left: 5px !important
    }
    
    .padx-md-10,
    .padl-md-10 {
        padding-left: 10px !important
    }
    
    .padx-md-15,
    .padl-md-15 {
        padding-left: 15px !important
    }
    
    .padx-md-20,
    .padl-md-20 {
        padding-left: 20px !important
    }
    
    .padx-md-25,
    .padl-md-25 {
        padding-left: 25px !important
    }
    
    .padx-md-30,
    .padl-md-30 {
        padding-left: 30px !important
    }
    
    .padx-md-35,
    .padl-md-35 {
        padding-left: 35px !important
    }
    
    .padx-md-40,
    .padl-md-40 {
        padding-left: 40px !important
    }
    
    .padx-md-45,
    .padl-md-45 {
        padding-left: 45px !important
    }
    
    .padx-md-50,
    .padl-md-50 {
        padding-left: 50px !important
    }
    
    .padx-md-55,
    .padl-md-55 {
        padding-left: 55px !important
    }
    
    .padx-md-60,
    .padl-md-60 {
        padding-left: 60px !important
    }
    
    .padx-md-0,
    .padr-md-0 {
        padding-right: 0 !important
    }
    
    .padx-md-5,
    .padr-md-5 {
        padding-right: 5px !important
    }
    
    .padx-md-10,
    .padr-md-10 {
        padding-right: 10px !important
    }
    
    .padx-md-15,
    .padr-md-15 {
        padding-right: 15px !important
    }
    
    .padx-md-20,
    .padr-md-20 {
        padding-right: 20px !important
    }
    
    .padx-md-25,
    .padr-md-25 {
        padding-right: 25px !important
    }
    
    .padx-md-30,
    .padr-md-30 {
        padding-right: 30px !important
    }
    
    .padx-md-35,
    .padr-md-35 {
        padding-right: 35px !important
    }
    
    .padx-md-40,
    .padr-md-40 {
        padding-right: 40px !important
    }
    
    .padx-md-45,
    .padr-md-45 {
        padding-right: 45px !important
    }
    
    .padx-md-50,
    .padr-md-50 {
        padding-right: 50px !important
    }
    
    .padx-md-55,
    .padr-md-55 {
        padding-right: 55px !important
    }
    
    .padx-md-60,
    .padr-md-60 {
        padding-right: 60px !important
    }
    
    .pady-md-0,
    .padt-md-0 {
        padding-top: 0 !important
    }
    
    .pady-md-5,
    .padt-md-5 {
        padding-top: 5px !important
    }
    
    .pady-md-10,
    .padt-md-10 {
        padding-top: 10px !important
    }
    
    .pady-md-15,
    .padt-md-15 {
        padding-top: 15px !important
    }
    
    .pady-md-20,
    .padt-md-20 {
        padding-top: 20px !important
    }
    
    .pady-md-25,
    .padt-md-25 {
        padding-top: 25px !important
    }
    
    .pady-md-30,
    .padt-md-30 {
        padding-top: 30px !important
    }
    
    .pady-md-35,
    .padt-md-35 {
        padding-top: 35px !important
    }
    
    .pady-md-40,
    .padt-md-40 {
        padding-top: 40px !important
    }
    
    .pady-md-45,
    .padt-md-45 {
        padding-top: 45px !important
    }
    
    .pady-md-50,
    .padt-md-50 {
        padding-top: 50px !important
    }
    
    .pady-md-55,
    .padt-md-55 {
        padding-top: 55px !important
    }
    
    .pady-md-60,
    .padt-md-60 {
        padding-top: 60px !important
    }
    
    .pady-md-0,
    .padb-md-0 {
        padding-bottom: 0 !important
    }
    
    .pad-md-5,
    .padb-md-5 {
        padding-bottom: 5px !important
    }
    
    .pady-md-10,
    .padb-md-10 {
        padding-bottom: 10px !important
    }
    
    .pady-md-15,
    .padb-md-15 {
        padding-bottom: 15px !important
    }
    
    .pady-md-20,
    .padb-md-20 {
        padding-bottom: 20px !important
    }
    
    .pady-md-25,
    .padb-md-25 {
        padding-bottom: 25px !important
    }
    
    .pady-md-30,
    .padb-md-30 {
        padding-bottom: 30px !important
    }
    
    .pady-md-35,
    .padb-md-35 {
        padding-bottom: 35px !important
    }
    
    .pady-md-40,
    .padb-md-40 {
        padding-bottom: 40px !important
    }
    
    .pady-md-45,
    .padb-md-45 {
        padding-bottom: 45px !important
    }
    
    .pady-md-50,
    .padb-md-50 {
        padding-bottom: 50px !important
    }
    
    .pady-md-55,
    .padb-md-55 {
        padding-bottom: 55px !important
    }
    
    .pady-md-60,
    .padb-md-60 {
        padding-bottom: 60px !important
    }
    
    .mar-md-0 {
        margin: 0 !important
    }
    
    .mar-md-5 {
        margin: 5px !important
    }
    
    .mar-md-10 {
        margin: 10px !important
    }
    
    .mar-md-15 {
        margin: 15px !important
    }
    
    .mar-md-20 {
        margin: 20px !important
    }
    
    .mar-md-25 {
        margin: 25px !important
    }
    
    .mar-md-30 {
        margin: 30px !important
    }
    
    .mar-md-35 {
        margin: 35px !important
    }
    
    .mar-md-40 {
        margin: 40px !important
    }
    
    .mar-md-45 {
        margin: 45px !important
    }
    
    .mar-md-50 {
        margin: 50px !important
    }
    
    .mar-md-55 {
        margin: 55px !important
    }
    
    .mar-md-60 {
        margin: 60px !important
    }
    
    .mary-md-0,
    .marb-md-0 {
        margin-bottom: 0 !important
    }
    
    .mary-5,
    .marb-5 {
        margin-bottom: 5px !important
    }
    
    .marb-md-7 {
        margin-bottom: 7px !important
    }
    
    .mary-md-10,
    .marb-md-10 {
        margin-bottom: 10px !important
    }
    
    .mary-md-15,
    .marb-md-15 {
        margin-bottom: 15px !important
    }
    
    .mary-md-20,
    .marb-md-20 {
        margin-bottom: 20px !important
    }
    
    .mary-md-25,
    .marb-md-25 {
        margin-bottom: 25px !important
    }
    
    .mary-md-30,
    .marb-md-30 {
        margin-bottom: 30px !important
    }
    
    .mary-md-35,
    .marb-md-35 {
        margin-bottom: 35px !important
    }
    
    .mary-md-40,
    .marb-md-40 {
        margin-bottom: 40px !important
    }
    
    .mary-md-45,
    .marb-md-45 {
        margin-bottom: 45px !important
    }
    
    .mary-md-50,
    .marb-md-50 {
        margin-bottom: 50px !important
    }
    
    .mary-md-55,
    .marb-md-55 {
        margin-bottom: 55px !important
    }
    
    .mary-md-60,
    .marb-md-60 {
        margin-bottom: 60px !important
    }
    
    .mary-md-0,
    .mart-md-0 {
        margin-top: 0 !important
    }
    
    .mary-md-5,
    .mart-md-5 {
        margin-top: 5px !important
    }
    
    .mart-md-6 {
        margin-top: 6px !important
    }
    
    .mary-md-10,
    .mart-md-10 {
        margin-top: 10px !important
    }
    
    .mary-md-15,
    .mart-md-15 {
        margin-top: 15px !important
    }
    
    .mary-md-20,
    .mart-md-20 {
        margin-top: 20px !important
    }
    
    .mary-md-25,
    .mart-md-25 {
        margin-top: 25px !important
    }
    
    .mary-md-30,
    .mart-md-30 {
        margin-top: 30px !important
    }
    
    .mary-md-35,
    .mart-md-35 {
        margin-top: 35px !important
    }
    
    .mary-md-40,
    .mart-md-40 {
        margin-top: 40px !important
    }
    
    .mary-md-45,
    .mart-md-45 {
        margin-top: 45px !important
    }
    
    .mary-md-50,
    .mart-md-50 {
        margin-top: 50px !important
    }
    
    .mary-md-55,
    .mart-md-55 {
        margin-top: 55px !important
    }
    
    .mary-md-60,
    .mart-md-60 {
        margin-top: 60px !important
    }
    
    .marx-md-auto,
    .marr-md-auto {
        margin-right: auto !important
    }
    
    .marx-md-0,
    .marl-md-0 {
        margin-left: 0 !important
    }
    
    .marx-md-5,
    .marl-md-5 {
        margin-left: 5px !important
    }
    
    .marx-md-10,
    .marl-md-10 {
        margin-left: 10px !important
    }
    
    .marx-md-15,
    .marl-md-15 {
        margin-left: 15px !important
    }
    
    .marx-md-20,
    .marl-md-20 {
        margin-left: 20px !important
    }
    
    .marx-md-25,
    .marl-md-25 {
        margin-left: 25px !important
    }
    
    .marx-md-30,
    .marl-md-30 {
        margin-left: 30px !important
    }
    
    .marx-md-35,
    .marl-md-35 {
        margin-left: 35px !important
    }
    
    .marx-md-45,
    .marl-md-45 {
        margin-left: 45px !important
    }
    
    .marx-md-50,
    .marl-md-50 {
        margin-left: 50px !important
    }
    
    .marx-md-55,
    .marl-md-55 {
        margin-left: 55px !important
    }
    
    .marx-md-60,
    .marl-md-60 {
        margin-left: 60px !important
    }
    
    .marx-md-auto,
    .marr-md-auto {
        margin-right: auto !important
    }
    
    .marx-md-0,
    .marr-md-0 {
        margin-right: 0 !important
    }
    
    .marx-md-5,
    .marr-md-5 {
        margin-right: 5px !important
    }
    
    .marx-md-10,
    .marr-md-10 {
        margin-right: 10px !important
    }
    
    .marx-md-15,
    .marr-md-15 {
        margin-right: 15px !important
    }
    
    .marx-md-20,
    .marr-md-20 {
        margin-right: 20px !important
    }
    
    .marx-md-25,
    .marr-md-25 {
        margin-right: 25px !important
    }
    
    .marx-md-30,
    .marr-md-30 {
        margin-right: 30px !important
    }
    
    .marx-md-35,
    .marr-md-35 {
        margin-right: 35px !important
    }
    
    .marx-md-40,
    .marr-md-40 {
        margin-right: 40px !important
    }
    
    .marx-md-45,
    .marr-md-45 {
        margin-right: 45px !important
    }
    
    .marx-md-50,
    .marr-md-50 {
        margin-right: 50px !important
    }
    
    .marx-md-55,
    .marr-md-55 {
        margin-right: 55px !important
    }
    
    .marx-md-60,
    .marr-md -60 {
        margin-right: 60px !important
    }
}
@media (min-width: 992px) {
    .pad-lg-0 {
        padding: 0 !important
    }
    
    .pad-lg-5 {
        padding: 5px !important
    }
    
    .pad-lg-10 {
        padding: 10px !important
    }
    
    .pad-lg-15 {
        padding: 15px !important
    }
    
    .pad-lg-20 {
        padding: 20px !important
    }
    
    .pad-lg-25 {
        padding: 25px !important
    }
    
    .pad-lg-30 {
        padding: 30px !important
    }
    
    .pad-lg-35 {
        padding: 35px !important
    }
    
    .pad-lg-40 {
        padding: 40px !important
    }
    
    .pad-lg-45 {
        padding: 45px !important
    }
    
    .pad-lg-50 {
        padding: 50px !important
    }
    
    .pad-lg-55 {
        padding: 55px !important
    }
    
    .pad-lg-60 {
        padding: 60px !important
    }
    
    .padx-lg-0,
    .padl-lg-0 {
        padding-left: 0 !important
    }
    
    .padx-lg-5,
    .padl-lg-5 {
        padding-left: 5px !important
    }
    
    .padx-lg-10,
    .padl-lg-10 {
        padding-left: 10px !important
    }
    
    .padx-lg-15,
    .padl-lg-15 {
        padding-left: 15px !important
    }
    
    .padx-lg-20,
    .padl-lg-20 {
        padding-left: 20px !important
    }
    
    .padx-lg-25,
    .padl-lg-25 {
        padding-left: 25px !important
    }
    
    .padx-lg-30,
    .padl-lg-30 {
        padding-left: 30px !important
    }
    
    .padx-lg-35,
    .padl-lg-35 {
        padding-left: 35px !important
    }
    
    .padx-lg-40,
    .padl-lg-40 {
        padding-left: 40px !important
    }
    
    .padx-lg-45,
    .padl-lg-45 {
        padding-left: 45px !important
    }
    
    .padx-lg-50,
    .padl-lg-50 {
        padding-left: 50px !important
    }
    
    .padx-lg-55,
    .padl-lg-55 {
        padding-left: 55px !important
    }
    
    .padx-lg-60,
    .padl-lg-60 {
        padding-left: 60px !important
    }
    
    .padx-lg-0,
    .padr-lg-0 {
        padding-right: 0 !important
    }
    
    .padx-lg-5,
    .padr-lg-5 {
        padding-right: 5px !important
    }
    
    .padx-lg-10,
    .padr-lg-10 {
        padding-right: 10px !important
    }
    
    .padx-lg-15,
    .padr-lg-15 {
        padding-right: 15px !important
    }
    
    .padx-lg-20,
    .padr-lg-20 {
        padding-right: 20px !important
    }
    
    .padx-lg-25,
    .padr-lg-25 {
        padding-right: 25px !important
    }
    
    .padx-lg-30,
    .padr-lg-30 {
        padding-right: 30px !important
    }
    
    .padx-lg-35,
    .padr-lg-35 {
        padding-right: 35px !important
    }
    
    .padx-lg-40,
    .padr-lg-40 {
        padding-right: 40px !important
    }
    
    .padx-lg-45,
    .padr-lg-45 {
        padding-right: 45px !important
    }
    
    .padx-lg-50,
    .padr-lg-50 {
        padding-right: 50px !important
    }
    
    .padx-lg-55,
    .padr-lg-55 {
        padding-right: 55px !important
    }
    
    .padx-lg-60,
    .padr-lg-60 {
        padding-right: 60px !important
    }
    
    .pady-lg-0,
    .padt-lg-0 {
        padding-top: 0 !important
    }
    
    .pady-lg-5,
    .padt-lg-5 {
        padding-top: 5px !important
    }
    
    .pady-lg-10,
    .padt-lg-10 {
        padding-top: 10px !important
    }
    
    .pady-lg-15,
    .padt-lg-15 {
        padding-top: 15px !important
    }
    
    .pady-lg-20,
    .padt-lg-20 {
        padding-top: 20px !important
    }
    
    .pady-lg-25,
    .padt-lg-25 {
        padding-top: 25px !important
    }
    
    .pady-lg-30,
    .padt-lg-30 {
        padding-top: 30px !important
    }
    
    .pady-lg-35,
    .padt-lg-35 {
        padding-top: 35px !important
    }
    
    .pady-lg-40,
    .padt-lg-40 {
        padding-top: 40px !important
    }
    
    .pady-lg-45,
    .padt-lg-45 {
        padding-top: 45px !important
    }
    
    .pady-lg-50,
    .padt-lg-50 {
        padding-top: 50px !important
    }
    
    .pady-lg-55,
    .padt-lg-55 {
        padding-top: 55px !important
    }
    
    .pady-lg-60,
    .padt-lg-60 {
        padding-top: 60px !important
    }
    
    .pady-lg-0,
    .padb-lg-0 {
        padding-bottom: 0 !important
    }
    
    .pad-lg-5,
    .padb-lg-5 {
        padding-bottom: 5px !important
    }
    
    .pady-lg-10,
    .padb-lg-10 {
        padding-bottom: 10px !important
    }
    
    .pady-lg-15,
    .padb-lg-15 {
        padding-bottom: 15px !important
    }
    
    .pady-lg-20,
    .padb-lg-20 {
        padding-bottom: 20px !important
    }
    
    .pady-lg-25,
    .padb-lg-25 {
        padding-bottom: 25px !important
    }
    
    .pady-lg-30,
    .padb-lg-30 {
        padding-bottom: 30px !important
    }
    
    .pady-lg-35,
    .padb-lg-35 {
        padding-bottom: 35px !important
    }
    
    .pady-lg-40,
    .padb-lg-40 {
        padding-bottom: 40px !important
    }
    
    .pady-lg-45,
    .padb-lg-45 {
        padding-bottom: 45px !important
    }
    
    .pady-lg-50,
    .padb-lg-50 {
        padding-bottom: 50px !important
    }
    
    .pady-lg-55,
    .padb-lg-55 {
        padding-bottom: 55px !important
    }
    
    .pady-lg-60,
    .padb-lg-60 {
        padding-bottom: 60px !important
    }
    
    .mar-lg-0 {
        margin: 0 !important
    }
    
    .mar-lg-5 {
        margin: 5px !important
    }
    
    .mar-lg-10 {
        margin: 10px !important
    }
    
    .mar-lg-15 {
        margin: 15px !important
    }
    
    .mar-lg-20 {
        margin: 20px !important
    }
    
    .mar-lg-25 {
        margin: 25px !important
    }
    
    .mar-lg-30 {
        margin: 30px !important
    }
    
    .mar-lg-35 {
        margin: 35px !important
    }
    
    .mar-lg-40 {
        margin: 40px !important
    }
    
    .mar-lg-45 {
        margin: 45px !important
    }
    
    .mar-lg-50 {
        margin: 50px !important
    }
    
    .mar-lg-55 {
        margin: 55px !important
    }
    
    .mar-lg-60 {
        margin: 60px !important
    }
    
    .mary-lg-0,
    .marb-lg-0 {
        margin-bottom: 0 !important
    }
    
    .mary-lg-5,
    .marb-lg-5 {
        margin-bottom: 5px !important
    }
    
    .marb-lg-7 {
        margin-bottom: 7px !important
    }
    
    .mary-lg-10,
    .marb-lg-10 {
        margin-bottom: 10px !important
    }
    
    .marb-lg-12 {
        margin-bottom: 12px !important
    }
    
    .mary-lg-15,
    .marb-lg-15 {
        margin-bottom: 15px !important
    }
    
    .marb-lg-18 {
        margin-bottom: 18px !important
    }
    
    .mary-lg-20,
    .marb-lg-20 {
        margin-bottom: 20px !important
    }
    
    .mary-lg-25,
    .marb-lg-25 {
        margin-bottom: 25px !important
    }
    
    .mary-lg-30,
    .marb-lg-30 {
        margin-bottom: 30px !important
    }
    
    .mary-lg-35,
    .marb-lg-35 {
        margin-bottom: 35px !important
    }
    
    .mary-lg-40,
    .marb-lg-40 {
        margin-bottom: 40px !important
    }
    
    .mary-lg-45,
    .marb-lg-45 {
        margin-bottom: 45px !important
    }
    
    .mary-lg-50,
    .marb-lg-50 {
        margin-bottom: 50px !important
    }
    
    .mary-lg-55,
    .marb-lg-55 {
        margin-bottom: 55px !important
    }
    
    .mary-lg-60,
    .marb-lg-60 {
        margin-bottom: 60px !important
    }
    
    .mary-lg-0,
    .mart-lg-0 {
        margin-top: 0 !important
    }
    
    .mary-lg-5,
    .mart-lg-5 {
        margin-top: 5px !important
    }
    
    .mary-lg-10,
    .mart-lg-10 {
        margin-top: 10px !important
    }
    
    .mary-lg-15,
    .mart-lg-15 {
        margin-top: 15px !important
    }
    
    .mary-lg-20,
    .mart-lg-20 {
        margin-top: 20px !important
    }
    
    .mary-lg-25,
    .mart-lg-25 {
        margin-top: 25px !important
    }
    
    .mary-lg-30,
    .mart-lg-30 {
        margin-top: 30px !important
    }
    
    .mary-lg-35,
    .mart-lg-35 {
        margin-top: 35px !important
    }
    
    .mary-lg-40,
    .mart-lg-40 {
        margin-top: 40px !important
    }
    
    .mary-45,
    .mart-45 {
        margin-top: 45px !important
    }
    
    .mary-lg-50,
    .mart-lg-50 {
        margin-top: 50px !important
    }
    
    .mary-lg-55,
    .mart-lg-55 {
        margin-top: 55px !important
    }
    
    .mary-lg-60,
    .mart-lg-60 {
        margin-top: 60px !important
    }
    
    .marx-lg-auto,
    .marl-lg-auto {
        margin-left: auto !important
    }
    
    .marx-lg-0,
    .marl-lg-0 {
        margin-left: 0 !important
    }
    
    .marx-lg-5,
    .marl-lg-5 {
        margin-left: 5px !important
    }
    
    .marx-10,
    .marl-10 {
        margin-left: 10px !important
    }
    
    .marx-lg-15,
    .marl-lg-15 {
        margin-left: 15px !important
    }
    
    .marx-lg-20,
    .marl-lg-20 {
        margin-left: 20px !important
    }
    
    .marx-lg-25,
    .marl-lg-25 {
        margin-left: 25px !important
    }
    
    .marx-lg-30,
    .marl-lg-30 {
        margin-left: 30px !important
    }
    
    .marx-lg-35,
    .marl-lg-35 {
        margin-left: 35px !important
    }
    
    .marx-lg-45,
    .marl-lg-45 {
        margin-left: 45px !important
    }
    
    .marx-lg-50,
    .marl-lg-50 {
        margin-left: 50px !important
    }
    
    .marx-lg-55,
    .marl-lg-55 {
        margin-left: 55px !important
    }
    
    .marx-lg-60,
    .marl-lg-60 {
        margin-left: 60px !important
    }
    
    .marx-lg-auto,
    .marr-lg-auto {
        margin-right: auto !important
    }
    
    .marx-lg-0,
    .marr-lg-0 {
        margin-right: 0 !important
    }
    
    .marx-lg-5,
    .marr-lg-5 {
        margin-right: 5px !important
    }
    
    .marx-lg-10,
    .marr-lg-10 {
        margin-right: 10px !important
    }
    
    .marx-lg-15,
    .marr-lg-15 {
        margin-right: 15px !important
    }
    
    .marx-lg-20,
    .marr-lg-20 {
        margin-right: 20px !important
    }
    
    .marx-lg-25,
    .marr-lg-25 {
        margin-right: 25px !important
    }
    
    .marx-lg-30,
    .marr-lg-30 {
        margin-right: 30px !important
    }
    
    .marx-lg-35,
    .marr-lg-35 {
        margin-right: 35px !important
    }
    
    .marx-lg-40,
    .marr-lg-40 {
        margin-right: 40px !important
    }
    
    .marx-lg-45,
    .marr-lg-45 {
        margin-right: 45px !important
    }
    
    .marx-lg-50,
    .marr-lg-50 {
        margin-right: 50px !important
    }
    
    .marx-lg-55,
    .marr-lg-55 {
        margin-right: 55px !important
    }
    
    .marx-lg-60,
    .marr-lg-60 {
        margin-right: 60px !important
    }
}
@media (min-width: 1260px) {
    .pad-xl-0 {
        padding: 0 !important
    }
    
    .pad-xl-5 {
        padding: 5px !important
    }
    
    .pad-xl-10 {
        padding: 10px !important
    }
    
    .pad-xl-15 {
        padding: 15px !important
    }
    
    .pad-xl-20 {
        padding: 20px !important
    }
    
    .pad-xl-25 {
        padding: 25px !important
    }
    
    .pad-xl-30 {
        padding: 30px !important
    }
    
    .pad-xl-35 {
        padding: 35px !important
    }
    
    .pad-xl-40 {
        padding: 40px !important
    }
    
    .pad-xl-45 {
        padding: 45px !important
    }
    
    .pad-xl-50 {
        padding: 50px !important
    }
    
    .pad-xl-55 {
        padding: 55px !important
    }
    
    .pad-xl-60 {
        padding: 60px !important
    }
    
    .padx-xl-0,
    .padl-xl-0 {
        padding-left: 0 !important
    }
    
    .padx-xl-5,
    .padl-xl-5 {
        padding-left: 5px !important
    }
    
    .padx-xl-10,
    .padl-xl-10 {
        padding-left: 10px !important
    }
    
    .padx-xl-15,
    .padl-xl-15 {
        padding-left: 15px !important
    }
    
    .padx-xl-20,
    .padl-xl-20 {
        padding-left: 20px !important
    }
    
    .padx-xl-25,
    .padl-xl-25 {
        padding-left: 25px !important
    }
    
    .padx-xl-30,
    .padl-xl-30 {
        padding-left: 30px !important
    }
    
    .padx-xl-35,
    .padl-xl-35 {
        padding-left: 35px !important
    }
    
    .padx-xl-40,
    .padl-xl-40 {
        padding-left: 40px !important
    }
    
    .padx-xl-45,
    .padl-xl-45 {
        padding-left: 45px !important
    }
    
    .padx-xl-50,
    .padl-xl-50 {
        padding-left: 50px !important
    }
    
    .padx-xl-55,
    .padl-xl-55 {
        padding-left: 55px !important
    }
    
    .padx-xl-60,
    .padl-xl-60 {
        padding-left: 60px !important
    }
    
    .padx-xl-0,
    .padr-xl-0 {
        padding-right: 0 !important
    }
    
    .padx-xl-5,
    .padr-xl-5 {
        padding-right: 5px !important
    }
    
    .padx-xl-10,
    .padr-xl-10 {
        padding-right: 10px !important
    }
    
    .padx-xl-15,
    .padr-xl-15 {
        padding-right: 15px !important
    }
    
    .padx-xl-20,
    .padr-xl-20 {
        padding-right: 20px !important
    }
    
    .padx-xl-25,
    .padr-xl-25 {
        padding-right: 25px !important
    }
    
    .padx-xl-30,
    .padr-xl-30 {
        padding-right: 30px !important
    }
    
    .padx-xl-35,
    .padr-xl-35 {
        padding-right: 35px !important
    }
    
    .padx-xl-40,
    .padr-xl-40 {
        padding-right: 40px !important
    }
    
    .padx-xl-45,
    .padr-xl-45 {
        padding-right: 45px !important
    }
    
    .padx-xl-50,
    .padr-xl-50 {
        padding-right: 50px !important
    }
    
    .padx-xl-55,
    .padr-xl-55 {
        padding-right: 55px !important
    }
    
    .padx-xl-60,
    .padr-xl-60 {
        padding-right: 60px !important
    }
    
    .pady-xl-0,
    .padt-xl-0 {
        padding-top: 0 !important
    }
    
    .pady-xl-5,
    .padt-xl-5 {
        padding-top: 5px !important
    }
    
    .pady-xl-10,
    .padt-xl-10 {
        padding-top: 10px !important
    }
    
    .pady-xl-15,
    .padt-xl-15 {
        padding-top: 15px !important
    }
    
    .pady-xl-20,
    .padt-xl-20 {
        padding-top: 20px !important
    }
    
    .pady-xl-25,
    .padt-xl-25 {
        padding-top: 25px !important
    }
    
    .pady-xl-30,
    .padt-xl-30 {
        padding-top: 30px !important
    }
    
    .pady-xl-35,
    .padt-xl-35 {
        padding-top: 35px !important
    }
    
    .pady-xl-40,
    .padt-xl-40 {
        padding-top: 40px !important
    }
    
    .pady-xl-45,
    .padt-xl-45 {
        padding-top: 45px !important
    }
    
    .pady-xl-50,
    .padt-xl-50 {
        padding-top: 50px !important
    }
    
    .pady-xl-55,
    .padt-xl-55 {
        padding-top: 55px !important
    }
    
    .pady-xl-60,
    .padt-xl-60 {
        padding-top: 60px !important
    }
    
    .pady-xl-0,
    .padb-xl-0 {
        padding-bottom: 0 !important
    }
    
    .pad-xl-5,
    .padb-xl-5 {
        padding-bottom: 5px !important
    }
    
    .pady-xl-10,
    .padb-xl-10 {
        padding-bottom: 10px !important
    }
    
    .pady-xl-15,
    .padb-xl-15 {
        padding-bottom: 15px !important
    }
    
    .pady-xl-20,
    .padb-xl-20 {
        padding-bottom: 20px !important
    }
    
    .pady-xl-25,
    .padb-xl-25 {
        padding-bottom: 25px !important
    }
    
    .pady-xl-30,
    .padb-xl-30 {
        padding-bottom: 30px !important
    }
    
    .pady-xl-35,
    .padb-xl-35 {
        padding-bottom: 35px !important
    }
    
    .pady-xl-40,
    .padb-xl-40 {
        padding-bottom: 40px !important
    }
    
    .pady-xl-45,
    .padb-xl-45 {
        padding-bottom: 45px !important
    }
    
    .pady-xl-50,
    .padb-xl-50 {
        padding-bottom: 50px !important
    }
    
    .pady-xl-55,
    .padb-xl-55 {
        padding-bottom: 55px !important
    }
    
    .pady-xl-60,
    .padb-xl-60 {
        padding-bottom: 60px !important
    }
    
    .mar-xl-0 {
        margin: 0 !important
    }
    
    .mar-xl-5 {
        margin: 5px !important
    }
    
    .mar-xl-10 {
        margin: 10px !important
    }
    
    .mar-xl-15 {
        margin: 15px !important
    }
    
    .mar-xl-20 {
        margin: 20px !important
    }
    
    .mar-xl-25 {
        margin: 25px !important
    }
    
    .mar-xl-30 {
        margin: 30px !important
    }
    
    .mar-xl-35 {
        margin: 35px !important
    }
    
    .mar-xl-40 {
        margin: 40px !important
    }
    
    .mar-xl-45 {
        margin: 45px !important
    }
    
    .mar-xl-50 {
        margin: 50px !important
    }
    
    .mar-xl-55 {
        margin: 55px !important
    }
    
    .mar-xl-60 {
        margin: 60px !important
    }
    
    .mary-xl-0,
    .marb-xl-0 {
        margin-bottom: 0 !important
    }
    
    .mary-xl-5,
    .marb-xl-5 {
        margin-bottom: 5px !important
    }
    
    .marb-xl-7 {
        margin-bottom: 7px !important
    }
    
    .mary-xl-10,
    .marb-xl-10 {
        margin-bottom: 10px !important
    }
    
    .marb-xl-12 {
        margin-bottom: 12px !important
    }
    
    .mary-xl-15,
    .marb-xl-15 {
        margin-bottom: 15px !important
    }
    
    .marb-xl-18 {
        margin-bottom: 18px !important
    }
    
    .mary-xl-20,
    .marb-xl-20 {
        margin-bottom: 20px !important
    }
    
    .mary-xl-25,
    .marb-xl-25 {
        margin-bottom: 25px !important
    }
    
    .mary-xl-30,
    .marb-xl-30 {
        margin-bottom: 30px !important
    }
    
    .mary-xl-35,
    .marb-xl-35 {
        margin-bottom: 35px !important
    }
    
    .mary-xl-40,
    .marb-xl-40 {
        margin-bottom: 40px !important
    }
    
    .mary-xl-45,
    .marb-xl-45 {
        margin-bottom: 45px !important
    }
    
    .mary-xl-50,
    .marb-xl-50 {
        margin-bottom: 50px !important
    }
    
    .mary-xl-55,
    .marb-xl-55 {
        margin-bottom: 55px !important
    }
    
    .mary-xl-60,
    .marb-xl-60 {
        margin-bottom: 60px !important
    }
    
    .mary-xl-0,
    .mart-xl-0 {
        margin-top: 0 !important
    }
    
    .mary-xl-5,
    .mart-xl-5 {
        margin-top: 5px !important
    }
    
    .mary-xl-10,
    .mart-xl-10 {
        margin-top: 10px !important
    }
    
    .mary-xl-15,
    .mart-xl-15 {
        margin-top: 15px !important
    }
    
    .mary-xl-20,
    .mart-xl-20 {
        margin-top: 20px !important
    }
    
    .mart-xl-22 {
        margin-top: 22px !important
    }
    
    .mary-xl-25,
    .mart-xl-25 {
        margin-top: 25px !important
    }
    
    .mary-xl-30,
    .mart-xl-30 {
        margin-top: 30px !important
    }
    
    .mary-xl-35,
    .mart-xl-35 {
        margin-top: 35px !important
    }
    
    .mary-xl-40,
    .mart-xl-40 {
        margin-top: 40px !important
    }
    
    .mary-45,
    .mart-45 {
        margin-top: 45px !important
    }
    
    .mary-xl-50,
    .mart-xl-50 {
        margin-top: 50px !important
    }
    
    .mary-xl-55,
    .mart-xl-55 {
        margin-top: 55px !important
    }
    
    .mary-xl-60,
    .mart-xl-60 {
        margin-top: 60px !important
    }
    
    .marx-xl-auto,
    .marl-xl-auto {
        margin-left: auto !important
    }
    
    .marx-xl-0,
    .marl-xl-0 {
        margin-left: 0 !important
    }
    
    .marx-xl-5,
    .marl-xl-5 {
        margin-left: 5px !important
    }
    
    .marx-10,
    .marl-10 {
        margin-left: 10px !important
    }
    
    .marx-xl-15,
    .marl-xl-15 {
        margin-left: 15px !important
    }
    
    .marx-xl-20,
    .marl-xl-20 {
        margin-left: 20px !important
    }
    
    .marx-xl-25,
    .marl-xl-25 {
        margin-left: 25px !important
    }
    
    .marx-xl-30,
    .marl-xl-30 {
        margin-left: 30px !important
    }
    
    .marx-xl-35,
    .marl-xl-35 {
        margin-left: 35px !important
    }
    
    .marx-xl-40,
    .marl-xl-40 {
        margin-left: 40px !important
    }
    
    .marx-xl-45,
    .marl-xl-45 {
        margin-left: 45px !important
    }
    
    .marx-xl-50,
    .marl-xl-50 {
        margin-left: 50px !important
    }
    
    .marx-xl-55,
    .marl-xl-55 {
        margin-left: 55px !important
    }
    
    .marx-xl-60,
    .marl-xl-60 {
        margin-left: 60px !important
    }
    
    .marx-xl-auto,
    .marr-xl-auto {
        margin-right: auto !important
    }
    
    .marx-xl-0,
    .marr-xl-0 {
        margin-right: 0 !important
    }
    
    .marx-xl-5,
    .marr-xl-5 {
        margin-right: 5px !important
    }
    
    .marx-xl-10,
    .marr-xl-10 {
        margin-right: 10px !important
    }
    
    .marx-xl-15,
    .marr-xl-15 {
        margin-right: 15px !important
    }
    
    .marx-xl-20,
    .marr-xl-20 {
        margin-right: 20px !important
    }
    
    .marx-xl-25,
    .marr-xl-25 {
        margin-right: 25px !important
    }
    
    .marx-xl-30,
    .marr-xl-30 {
        margin-right: 30px !important
    }
    
    .marx-xl-35,
    .marr-xl-35 {
        margin-right: 35px !important
    }
    
    .marx-xl-40,
    .marr-xl-40 {
        margin-right: 40px !important
    }
    
    .marx-xl-45,
    .marr-xl-45 {
        margin-right: 45px !important
    }
    
    .marx-xl-50,
    .marr-xl-50 {
        margin-right: 50px !important
    }
    
    .marx-xl-55,
    .marr-xl-55 {
        margin-right: 55px !important
    }
    
    .marx-xl-60,
    .marr-xl-60 {
        margin-right: 60px !important
    }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0
}
a,
.btn,
.btn-social,
.form-control {
    transition: all .3s
}
body {
    font-size: 14px;
    display: flex;
    min-height: 100vh;
    justify-content: space-between;
    flex-direction: column
}
*:focus {
    outline: 0 !important
}
html {
    font-size: 16px
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: rgba(0, 0, 0, 0.04);
    border-radius: 0px
}
body::-webkit-scrollbar {
    width: 7px;
    background-color: rgba(0, 0, 0, 0.04)
}
body::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #00A3FF
}
.container-970 {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto
}
.modal-open {
    padding-right: 7px !important
}
.logo-img-open {
    display: none
}
.row.no-gutters {
    margin-right: 0;
    margin-left: 0
}
.row.no-gutters>.col,
.row.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0
}
.row.gutters-4 {
    margin-right: -4px;
    margin-left: -4px
}
.row.gutters-4>.col,
.row.gutters-4>[class*="col-"] {
    padding-right: 4px;
    padding-left: 4px
}
.row.gutters-24 {
    margin-right: -24px;
    margin-left: -24px
}
.row.gutters-24>.col,
.row.gutters-24>[class*="col-"] {
    padding-right: 24px;
    padding-left: 24px
}
.row.gutters-5 {
    margin-right: -5px;
    margin-left: -5px
}
.row.gutters-5>.col,
.row.gutters-5>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px
}
.row.gutters-10 {
    margin-right: -10px;
    margin-left: -10px
}
.row.gutters-10>.col,
.row.gutters-10>[class*="col-"] {
    padding-right: 10px;
    padding-left: 10px
}
.row.gutters-14 {
    margin-right: -7px;
    margin-left: -7px
}
.row.gutters-14>.col,
.row.gutters-14>[class*="col-"] {
    padding-right: 7px;
    padding-left: 7px
}
.content img {
    max-width: 100%;
    height: auto
}
.content ul:not([class]) {
    list-style: none;
    padding-left: 0;
    margin-bottom: 2rem
}
.content ul:not([class])>li {
    padding-left: 2rem;
    margin-left: 0;
    margin-bottom: .8rem;
    position: relative
}
.content ul:not([class])>li:before {
    content: '';
    width: 0.313rem;
    height: 0.313rem;
    background-color: #00A3FF;
    border-radius: 50%;
    position: absolute;
    top: .75rem;
    left: 0px;
    z-index: 1
}
.content ol:not([class]) {
    counter-reset: li;
    padding-left: 0;
    margin-bottom: 2rem
}
.content ol:not([class])>li {
    list-style: none;
    padding-left: 3rem;
    margin-bottom: .8rem;
    position: relative
}
.content ol:not([class])>li:before {
    content: counter(li);
    counter-increment: li;
    width: 2rem;
    height: 2rem;
    background-color: #00A3FF;
    border-radius: 50%;
    color: #fefefe;
    font-size: 1rem;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -.125rem;
    left: 0px;
    z-index: 1
}
.content a {
    border-bottom: 1px solid #00A3FF
}
.content a:hover {
    border-bottom-color: transparent;
    text-decoration: none
}
.content p:last-child {
    margin-bottom: 0
}
blockquote {
    background-color: #f7f7f7;
    border-color: #00A3FF;
    border-width: 0 0 0 3px;
    border-style: solid;
    font-style: italic;
    padding: 1.5rem 1.125rem;
    margin-bottom: 2rem
}
.form-control.error {
    border-color: #dc3545
}
.form-error {
    font-size: .75rem
}
.slick-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5) !important;
    color: #555;
    width: calc((100% - 1170px) / 2);
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    transition: all .3s;
    font-size: 0;
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
    transform: translateY(0) !important;
    margin: 0 !important
}
.slick-arrow:hover {
    background-color: #00A3FF;
    color: #fff
}
.slick-arrow.slick-prev {
    left: 0;
    right: calc(50% + 585px);
    background: url(../img2/icon_arrow_left_white.svg) no-repeat center;
    background-size: 12px 60px
}
.slick-arrow.slick-prev:hover {
    background-size: 14px 72px
}
.slick-arrow.slick-next {
    right: 0;
    left: calc(50% + 585px);
    background: url(../img2/icon_arrow_right_white.svg) no-repeat center;
    background-size: 12px 60px
}
.slick-arrow.slick-next:hover {
    background-size: 14px 72px
}
.slick-arrow:before {
    content: none
}
.slick-dots {
    bottom: .625rem
}
.slick-dots li {
    width: .625rem;
    height: .625rem;
    margin: 0 .25rem
}
.slick-dots li button {
    width: .625rem;
    height: .625rem;
    background-color: #777;
    border-radius: 50%;
    padding: 0;
    transition: all .3s
}
.slick-dots li button:hover {
    background-color: #00A3FF
}
.slick-dots li.slick-active button {
    background-color: #dc3545
}
.hamburger {
    width: 27px;
    height: 18px;
    padding: 0;
    z-index: 4;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    margin-right: 43px;
    overflow: visible
}
.hamburger-box {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative
}
.hamburger-inner {
    width: 100%;
    height: 2px;
    left: 0;
    top: 9px;
    background-color: #000;
    border-radius: 2px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease
}
.hamburger-inner:before,
.hamburger-inner:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
    border-radius: 2px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
    transition-property: none
}
.hamburger-inner:after {
    top: -8px
}
.hamburger-inner:before {
    bottom: -8px
}
.hamburger--white .hamburger-inner {
    background-color: #fff
}
.hamburger--white .hamburger-inner:before,
.hamburger--white .hamburger-inner:after {
    background-color: #fff
}
.menu {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 330px;
    bottom: 0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    transition: all .3s;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    background-color: #00A3FF
}
.menu-block {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden
}
.menu-collapse-link {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    color: #fff !important
}
.menu-collapse-link:after {
    content: '';
    width: 10px;
    height: 3px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    background: url(../img2/arrow_up_white.svg) no-repeat center;
    background-size: 10px 3px
}
.menu-collapse-link.collapsed:after {
    background-image: url(../img2/arrow_down_white.svg)
}
.menu-list {
    list-style: none;
    padding-left: 0
}
.menu-list li {
    margin-bottom: 4px
}
.menu-list li a {
    color: #fff !important
}
body.menu-open {
    overflow: hidden
}
body.menu-open .menu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}
body.menu-open .menu:after {
    content: '';
    opacity: .5
}
body.menu-open .hamburger-inner {
    transform: rotate(45deg)
}
body.menu-open .hamburger-inner:after {
    opacity: 0
}
body.menu-open .hamburger-inner:before {
    bottom: 0;
    transform: rotate(-90deg)
}
.relative {
    position: relative
}
.img-kids {
    position: absolute;
    right: 0;
    bottom: 100%
}
.b-header {
    padding-top: 200px;
    padding-bottom: 100px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.04);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}
.b-header--gray {
    background-color: #F5F5F5
}
.b-header--100 {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}
.b-header:not(.b-header--white):before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3)
}
.b-header--white {
    background-color: #fff
}
.header {
    flex: 1 0;
    z-index: 1;
    color: #fff;
    position: relative;
    padding-bottom: 70px
}
.header-video {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black;
    background-position: center center;
    background-size: contain;
    object-fit: cover
}
.header-slogan {
    color: #fff;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 500;
    padding: 5px 10px;
    letter-spacing: .1px;
    display: inline-block;
    background-color: #00A3FF;
    text-transform: uppercase
}
.header-advange {
    font-size: 18px;
    color: #00A3FF;
    width: 360px;
    max-width: 100%
}
.header-robot {
    left: 50%;
    margin-left: 210px;
    bottom: 0;
    position: absolute
}
.header-title {
    font-size: 42px;
    font-weight: 600;
    padding-top: 12px;
    line-height: 1.38;
    margin-bottom: 5px;
    text-transform: uppercase
}
.header-title>* {
    font-size: 42px;
    font-weight: 600;
    line-height: 1.38;
    text-transform: uppercase
}
.header-title--marb {
    margin-bottom: 148px
}
.header-subtitle {
    font-size: 18px;
    margin-bottom: 167px
}
.header-description {
    font-size: 24px;
    max-width: 660px;
    line-height: 1.4;
    padding-top: 8px
}
.header-show-video {
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    height: 48px;
    text-decoration: none !important;
    background: url(../img2/icon_play_hover.svg) no-repeat left center;
    background-size: 48px 48px;
    padding-left: 60px;
    padding-top: 10px;
    color: #fff !important;
    position: absolute;
    bottom: 0
}
.header-show-video:hover {
    background-image: url("../img2/icon_play_hover_2.svg")
}
.header-storage {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-42%);
    -moz-transform: translateY(-42%);
    -ms-transform: translateY(-42%);
    -o-transform: translateY(-42%);
    transform: translateY(-42%)
}
.header-caption {
    font-weight: 700;
    font-size: 60px;
    line-height: 1.2;
    margin-bottom: 9px
}
.header-text {
    font-size: 36px;
    line-height: 1.2
}
.header-scroll {
    left: 50%;
    z-index: 1;
    width: 32px;
    height: 20px;
    bottom: 30px;
    position: absolute;
    background: url("../img2/icon_arrows_bottom.svg") no-repeat center;
    background-size: 32px 20px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    animation: tyda-syda 1s ease-in-out infinite
}
div.header-padl-15 {
    padding-left: 15px !important
}
.heading {
    z-index: 1;
    color: #fff;
    max-width: 920px;
    position: relative
}
.heading-title {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 2.6px
}
.heading-subtitle {
    font-size: 24px;
    max-width: 716px;
    letter-spacing: 1.3px;
    line-height: 1.6;
    margin-bottom: 66px
}
@keyframes tyda-syda {
    0 {
        margin-bottom: 0
    }
    
    50% {
        margin-bottom: -10px
    }
    
    100% {
        margin-bottom: 0
    }
}
.g-hover:hover .g-hover-hide {
    display: none
}
.g-hover:not(:hover) .g-hover-show {
    display: none
}
b {
    font-weight: 700
}
.top {
    padding-top: 25px;
    padding-bottom: 28px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 2;
    transition: padding .3s
}
.top--scroll {
    background: #fff;
    padding-top: 16px;
    padding-bottom: 18px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1)
}
.top:not(.top--scroll) .logo-img-open {
    display: inline-block
}
.top:not(.top--scroll) .logo-img {
    display: none
}
.top:not(.top--scroll) .top-phone {
    color: #fff
}
.top:not(.top--scroll) .top-phone:hover {
    color: #00A3FF
}
.top:not(.top--scroll) .hamburger-inner {
    background-color: #fff
}
.top:not(.top--scroll) .hamburger-inner:before,
.top:not(.top--scroll) .hamburger-inner:after {
    background-color: #fff
}
.top--error .top-phone {
    color: #000 !important
}
.top--error .top-phone:hover {
    color: #00A3FF !important
}
.top--error .hamburger-inner {
    background-color: #000 !important
}
.top--error .hamburger-inner:before,
.top--error .hamburger-inner:after {
    background-color: #000 !important
}
.top-phone {
    color: #000;
    font-size: 18px;
    margin-left: 33px;
    text-decoration: none !important
}
.top-phone:hover {
    color: #00A3FF
}
.top__left {
    position: static !important
}
.top-btn {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    text-decoration: none !important;
    color: #00A3FF !important;
    position: relative;
    margin-left: 33px;
    letter-spacing: -.2px
}
.top-btn:after {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    transition: all .3s;
    height: 3px;
    top: 100%;
    margin-top: 3px;
    background-color: #00A3FF
}
.top-btn:hover:after {
    width: 100%
}
.top-collapse-line {
    color: transparent
}
.top-collapse-line:after {
    content: 'Нашел только такое решение чтобы меню не прыгало, надеюсь это временно, а может и навсегда'
}
.b-about {
    margin-top: 95px;
    padding-bottom: 96px
}
.about {
    max-width: 968px;
    position: relative;
    padding-top: 47px
}
.about-img {
    left: 0;
    top: 0;
    position: absolute
}
.about-text {
    font-size: 14px;
    text-align: left;
    max-width: 570px;
    display: inline-block;
    background: rgba(0, 0, 0, 0.04);
    padding: 61px 29px 56px 100px;
    line-height: 1.37
}
.about-text p {
    margin-bottom: 6px
}
.g-title {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    padding-left: 20px;
    padding-right: 20px
}
.g-title>*:not([class]) {
    font-size: 30px;
    font-weight: 700
}
.g-title-text {
    font-size: 14px;
    font-weight: 400;
    margin-top: 11px;
    margin-bottom: -1px;
    color: rgba(0, 0, 0, 0.6)
}
.g-title:after {
    content: '';
    width: 80px;
    height: 1px;
    display: block;
    margin-top: 14px;
    margin-left: auto;
    margin-right: auto;
    background-color: #00A3FF
}
.g-title--white {
    color: #fff
}
.g-title--white>* {
    color: #fff
}
.g-title--white:after {
    background-color: #fff
}
.g-subtitle {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.34;
    color: rgba(0, 0, 0, 0.6);
    text-transform: uppercase
}
.b-programm {
    overflow: hidden;
    padding-top: 95px;
    padding-bottom: 71px;
    background-color: #F5F3EB
}
.b-programm-title {
    margin-bottom: 95px
}
.programm {
    padding: 32px 32px 6px;
    max-width: 1090px;
    background-color: #fff;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1)
}
.programm__box {
    margin-top: 13px;
    padding: 9px 12px;
    background-color: #ebf8ff
}
.programm-divider {
    border-bottom: 1px solid #F7F7F7 !important
}
.programm__left {
    border-right: 1px solid #E4E4E4
}
.programm__right {
    padding-left: 23px
}
.programm__right-title {
    line-height: 1.3;
    font-weight: 700;
    font-size: 18px;
    color: #00A3FF;
    margin-bottom: 13px;
    padding-left: 28px
}
.programm__right-list--border {
    padding-bottom: 21px;
    margin-bottom: 8px !important;
    border-bottom: 1px solid #F7F7F7 !important
}
.programm__right-list li {
    padding-right: 10px;
    line-height: 1.4;
    font-size: 18px;
    margin-bottom: 10px !important
}
.programm__right-param {
    width: 130px;
    color: #00A3FF;
    font-weight: 700
}
.programm-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1px
}
.programm-subtitle {
    margin-bottom: 30px
}
.programm-price {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px
}
.programm-btn {
    height: 48px;
    width: 240px
}
.g-list {
    list-style: none;
    padding-left: 0
}
.g-list li {
    margin-bottom: 4px;
    position: relative;
    padding-left: 30px
}
.g-list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 10px;
    height: 8px;
    background: url(../img2/icon_check_blue.svg) no-repeat center
}
.g-list--green li:before {
    background-image: url(../img2/icon_check_green.svg)
}
.g-list--white-text li {
    color: #fff
}
.course {
    width: 289px;
    padding-left: 23px;
    padding-right: 23px;
    padding-bottom: 22px
}
.course:not(:last-child) {
    border-bottom: 1px solid #E8E8E8
}
.course__body {
    margin-top: 22px;
    font-size: 14px;
    padding-top: 11px;
    padding-bottom: 24px;
    border-top: 1px solid rgba(0, 0, 0, 0.12)
}
.course__body-caption {
    font-weight: 700
}
.course-title {
    line-height: 1.3;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}
.course-type {
    color: #00A3FF;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}
.text-green {
    color: #72B951 !important
}
.bg-gray,
.review,
.question,
.b-footer {
    background-color: rgba(0, 0, 0, 0.04)
}
.bg-light-gray {
    background-color: #ebedf5
}
.bg-blue {
    background-color: #00A3FF
}
.b-slider {
    padding-top: 96px
}
.b-slider-title {
    margin-bottom: 97px
}
.b-trainer {
    padding-top: 95px;
    padding-bottom: 95px
}
.b-trainer-title {
    margin-top: 102px;
    margin-bottom: 100px
}
.slider-one-slide {
    width: 1090px
}
.slider-one-button-prev,
.slider-one-button-next {
    position: absolute;
    top: 0;
    z-index: 2;
    cursor: pointer;
    background-size: 24px auto;
    background-repeat: no-repeat;
    height: calc(100% - 46px);
    background-color: rgba(255, 255, 255, 0.5)
}
.slider-one-button-next {
    left: calc(50% + 545px);
    right: 0;
    background-image: url("../img2/icon_arrow_right-slider_blue.svg");
    background-position: 23px center
}
.slider-one-button-prev {
    left: 0;
    right: calc(50% + 545px)
}
.slider-one-button-prev:after {
    right: 23px;
    position: absolute;
    content: '';
    top: 50%;
    margin-top: -20px;
    width: 24px;
    height: 40px;
    background-image: url("../img2/icon_arrow_left-slider_blue.svg");
    background-size: 24px auto;
    background-position: center;
    background-repeat: no-repeat
}
.trainer {
    max-width: 1090px;
    margin-bottom: 87px
}
.trainer__left {
    height: 100%;
    width: 344px;
    padding: 12px 0 13px 13px;
    border-width: 4px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.12);
    border-width: 12px 0 12px 12px
}
.trainer__left_body {
    height: 100%;
    min-height: 100%;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.04)
}
.trainer__right {
    height: 100%;
    padding: 12px 13px 13px 0;
    border-width: 4px;
    border-style: solid;
    border-color: rgba(0, 163, 255, 0.12);
    border-width: 12px 12px 12px 0
}
.trainer__right_body {
    color: #fff;
    height: 100%;
    padding: 20px 30px;
    background-color: #00A3FF
}
.trainer-name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 3px;
    text-transform: uppercase
}
.trainer-post {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase
}
.trainer-list {
    padding-left: 0;
    list-style: none
}
.trainer-list li {
    padding-left: 11px;
    position: relative;
    margin-bottom: 4px
}
.trainer-list li:before {
    color: #fff;
    content: '•';
    position: absolute;
    left: 0;
    top: 1px
}
.trainer-list--blue li:before {
    color: #00A3FF
}
.b-buns {
    padding-bottom: 66px
}
.b-buns-title {
    margin-bottom: 97px
}
.buns {
    width: 100%;
    padding: 16px;
    max-width: 410px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(0, 0, 0, 0.04)
}
.buns-name {
    color: #00A3FF;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 7px
}
.buns-text {
    font-size: 14px;
    line-height: 1.34
}
.buns-img {
    margin-bottom: 23px
}
.container-small {
    width: auto;
    max-width: 940px;
    margin: 0 auto
}
.container-medium {
    max-width: 970px;
    margin: 0 auto
}
.container-large {
    max-width: 1070px;
    margin: 0 auto
}
.container-xlarge {
    max-width: 1090px;
    margin: 0 auto
}
.container-xxlarge {
    max-width: 1110px;
    margin: 0 auto
}
.container-pavel {
    max-width: 1120px;
    margin: 0 auto
}
.b-resume {
    padding-top: 98px;
    padding-bottom: 100px;
    background-color: #ebedf5
}
.b-resume-title {
    margin-bottom: 97px
}
.resume {
    width: 100%;
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1)
}
.resume__right {
    display: flex;
    flex-direction: column;
    padding: 44px 41px
}
.resume__right-title {
    flex: 0 0;
    color: #00A3FF;
    font-weight: 700;
    letter-spacing: .3px
}
.resume__right-list {
    columns: 2;
    flex: 1 0 auto
}
.resume__right-list li {
    margin-bottom: 3px
}
.resume__right-btn {
    flex: 0 0;
    width: 240px;
    height: 48px
}
.resume__left {
    width: 280px;
    background-color: #F5F3EB
}
.resume__left_body {
    padding: 29px 40px
}
.resume__left-top {
    flex: 1 0 auto
}
.resume__left-title {
    font-weight: 700;
    margin-bottom: 5px;
    color: rgba(0, 0, 0, 0.4)
}
.resume__left-text {
    line-height: 1.4;
    margin-bottom: 12px
}
.resume_form {
    margin-top: 20px;
    position: relative;
    margin-bottom: 9px
}
.resume_form-control {
    width: 100%;
    height: 40px;
    border-radius: 0;
    border-width: 0 0 1px 0;
    border-color: rgba(0, 0, 0, 0.12);
    background-color: transparent !important
}
.resume_form-control.disabled {
    font-size: 18px;
    font-weight: 700;
    color: #00A3FF;
    border-color: transparent
}
.resume_form-control::placeholder {
    color: rgba(0, 0, 0, 0.7)
}
.resume_form-control:focus {
    color: #212529;
    border-color: rgba(0, 0, 0, 0.12) !important
}
.resume_form-control:focus::placeholder {
    color: transparent
}
.resume_form-control:focus+.resume_form-btn {
    display: block
}
.resume_form-btn {
    cursor: pointer;
    border: none;
    box-shadow: none !important;
    width: 30px;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    background: url("../img2/icon_check_blue.svg") no-repeat center;
    background-size: 15px 15px;
    position: absolute
}
.resume .dropify-wrapper {
    padding: 0 !important;
    height: 150px !important;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background-color: transparent
}
.resume .dropify-wrapper .dropify-preview {
    padding: 0;
    text-align: left
}
.resume .dropify-wrapper.has-preview {
    border: none !important
}
.resume .dropify-message {
    height: 89px;
    font-size: 0;
    background: url("../img2/upload-bg.png") no-repeat center;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important
}
.resume .dropify-message .file-icon {
    display: none
}
.resume .dropify-wrapper:hover .dropify-message {
    display: none !important
}
.resume .dropify-infos-inner {
    opacity: 0
}
.resume .dropify-wrapper .dropify-preview {
    background-color: #F5F3EB !important
}
.resume .dropify-clear {
    top: 5px !important;
    padding: 0;
    width: 12px;
    height: 12px;
    font-size: 0;
    opacity: 1 !important;
    cursor: pointer;
    border: none !important;
    box-shadow: none !important;
    background: url("../img2/icon_close_opacity.svg") no-repeat center !important;
    background-size: 12px 12px !important
}
.resume .dropify-wrapper .dropify-preview .dropify-infos {
    background-color: transparent
}
.resume-list {
    list-style: none;
    padding-left: 0
}
.resume-list--white {
    color: #fff
}
.resume-list li {
    font-size: 14px;
    padding-left: 46px;
    margin-bottom: 4px;
    position: relative
}
.resume-list li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 16px;
    height: 2px;
    background-color: #00A3FF
}
.resume-list--medium li {
    font-size: 18px;
    margin-bottom: 3px
}
.resume-list--medium li:after {
    top: 11px
}
.b-sertificate {
    padding-top: 98px;
    padding-bottom: 96px
}
.b-sertificate-title {
    margin-bottom: 66px
}
.sertificatе-img {
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25)
}
.sertificatе-text {
    padding: 46px 26px 30px
}
.btn-transparent {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: none;
    outline: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent
}
.btn-transparent+.dropdown-menu {
    margin-top: 5px;
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: #F5F5F5;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.04)), #fff
}
.btn-transparent+.dropdown-menu li.selected a {
    background-color: #EBEBEB !important
}
.btn-transparent+.dropdown-menu li a {
    font-weight: 700;
    padding: 8px 20px;
    background-color: #F5F5F5;
    color: rgba(0, 0, 0, 0.4) !important
}
.btn-transparent+.dropdown-menu li a:hover {
    background-color: #EBEBEB !important
}
.b-feedback {
    padding-top: 93px;
    padding-bottom: 96px
}
.b-feedback-title {
    margin-bottom: 60px
}
.b-feedback-form {
    padding-top: 8px
}
.b-feedback-form .form-group {
    margin-bottom: 16px
}
.b-feedback__bottom {
    padding-top: 33px
}
.b-feedback__bottom-title {
    color: #fff;
    font-weight: 700;
    font-size: 18px
}
.dropdown-toggle::after {
    width: 14px !important;
    height: 4px !important;
    border: 0 !important;
    background: url(../img2/arrow_down_white.svg) no-repeat center;
    background-size: 14px 6px
}
.bootstrap-select>.dropdown-toggle {
    padding-left: 30px;
    padding-right: 30px
}
.feedback-title {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 67px
}
.feedback-title--mart {
    margin-top: 44px
}
.feedback-list li {
    margin-bottom: 7px
}
.feedback-form {
    max-width: 410px
}
.feedback-form .btn-white,
.feedback-form .btn-social {
    border-radius: 8px
}
.feedback__top {
    position: relative;
    padding-top: 93px;
    background: url(../img2/masterclass-electronic/mc-electronic-timer-bg.jpg) no-repeat center top;
    background-size: cover
}
.feedback__top:after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    position: absolute;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, #00A3FF 100%);
    background: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, #00A3FF 100%);
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, #00A3FF 100%)
}
.feedback__top .container {
    position: relative;
    z-index: 1
}
.bootstrap-select .dropdown-toggle:focus {
    outline: 0 !important
}
.g-radio {
    margin-bottom: 0;
    cursor: pointer;
    user-select: none
}
.g-radio-input {
    display: none
}
.g-radio-input:checked~.g-radio-text:before {
    background-position: center
}
.g-radio-text {
    color: #fff;
    font-size: 14px;
    position: relative;
    padding-left: 25px;
    user-select: none;
    display: block
}
.g-radio-text:before {
    top: 5px;
    left: 0;
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    background: #fff url(../img2/icon_check_round.svg) no-repeat -100px -100px;
    background-size: 4px 4px;
    border-radius: 50%;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.1)
}
.marb-22 {
    margin-bottom: 22px
}
.g-list-white {
    list-style: none;
    padding-left: 0
}
.g-list-white li {
    color: #fff;
    position: relative;
    padding-left: 28px;
    margin-bottom: 9px
}
.g-list-white li:after {
    width: 16px;
    min-height: 16px !important;
    height: 16px !important;
    content: url(../img2/icon_check_transparent.svg);
    position: absolute;
    left: 0;
    display: block;
    top: 3px
}
.b-review {
    padding-top: 98px;
    padding-bottom: 48px
}
.b-review-title {
    margin-bottom: 96px
}
.review {
    width: 290px;
    max-width: 100%;
    height: 100%;
    display: inline-block;
    text-decoration: none !important
}
.review-row {
    padding-bottom: 68px
}
.review-img-wrap {
    width: 100%;
    overflow: hidden;
    display: block;
    text-align: center
}
.review-img-wrap .review-img {
    max-width: 100%;
    transition: all .3s
}
.review-img-wrap .review-img:hover {
    transform: scale(1.1)
}
.review__top {
    line-height: 1;
    padding: 12px 16px 10px
}
.review__top_link {
    font-weight: 700;
    color: #00A3FF !important;
    text-decoration: none !important
}
.review__top_link-img {
    margin-right: 12px
}
.review__body {
    line-height: 1.3;
    padding: 24px 24px 27px
}
.review__body-name {
    color: #00A3FF;
    font-size: 18px;
    font-weight: 700;
    padding-top: 3px;
    min-height: 32px;
    margin-bottom: 10px
}
.review__body-btn {
    width: 32px;
    height: 32px;
    display: block;
    background: url(../img2/icon_play_round_blue.svg) no-repeat center;
    background-size: 32px 32px
}
.review__body-title {
    font-size: 14px;
    color: #00A3FF;
    font-weight: 700
}
.review__body-text {
    font-size: 14px;
    line-height: 1.3
}
.review__body-text--marb {
    margin-bottom: 8px
}
.review__body--inst {
    padding: 12px 16px 20px
}
.training {
    background-color: #404040
}
.training__left {
    min-width: calc(50% + 83px);
    position: relative
}
.training__left-img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%
}
.training__right {
    max-width: 500px;
    padding: 98px 33px !important
}
.training__right-list {
    margin-top: 62px
}
.training__right-btn {
    width: 242px
}
.training-title {
    color: #fff;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 700
}
.training-title--small {
    font-size: 18px !important
}
.text-blue {
    color: #00A3FF
}
.b-card {
    padding-top: 102px;
    padding-bottom: 96px
}
.b-card-title {
    margin-bottom: 80px
}
.card {
    width: 490px;
    height: 238px;
    max-width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
    padding: 40px 29px 30px;
    background: #FFFFFF;
    border-radius: 12px;
    transition: all .3s;
    position: relative;
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center
}
.card:hover {
    box-shadow: 0px 0 0 rgba(0, 0, 0, 0.1)
}
.card-name {
    font-size: 24px;
    line-height: 1.4;
    max-width: 370px;
    min-height: 122px;
    overflow: hidden;
    text-align: left
}
.card-btn {
    width: 200px;
    height: 48px;
    position: relative;
    z-index: 1;
    border-radius: 24px
}
.card-img {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}
.question {
    color: #000 !important;
    font-size: 18px;
    position: relative;
    text-decoration: none !important
}
.question:after {
    width: 12px;
    height: 12px;
    content: '';
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -6px;
    background: url(../img2/icon_plus.svg) no-repeat center;
    background-size: 12px 12px
}
.question:not(.collapsed):after {
    background: url(../img2/icon_minus.svg) no-repeat center;
    background-size: 12px 4px
}
.faq:not(:last-child) {
    margin-bottom: 8px
}
.faq-wrapper {
    max-width: 770px
}
.b-faq {
    padding-top: 98px;
    padding-bottom: 87px
}
.b-faq-title {
    margin-bottom: 96px
}
.answer {
    line-height: 1.39;
    padding: 19px 20px 1px 35px
}
.question {
    display: flex;
    min-height: 60px;
    align-items: center;
    line-height: 1.3;
    padding: 5px 43px 5px 23px
}
.map {
    height: 600px
}
.map-wrap {
    position: relative
}
.map__contact {
    color: #fff;
    padding: 28px 20px 25px 29px;
    background-color: rgba(0, 163, 255, 0.9)
}
.map__contact-title {
    font-size: 24px;
    font-weight: 700
}
.map__contact-list {
    list-style: none;
    padding-left: 0;
    line-height: 1.4
}
.map__contact-list li {
    margin-bottom: 13px
}
.map__contact-nav li {
    margin-bottom: 8px
}
.map__contact-nav li a {
    color: #fff;
    opacity: .7;
    font-size: 18px;
    font-weight: 700
}
.map__contact-nav li a.active {
    opacity: 1
}
.b-footer {
    padding-top: 46px
}
.b-footer.g-padding {
    padding-bottom: 0 !important
}
.footer {
    font-size: 14px
}
.footer-collapse-link {
    max-width: 206px;
    color: #00A3FF !important;
    text-decoration: none !important;
    display: inline-block;
    font-weight: 600;
    user-select: none;
    line-height: 1.43;
    margin-bottom: 22px !important
}
.footer-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0px
}
.footer-list li {
    max-width: 234px;
    margin-bottom: 9px;
    line-height: 1.2
}
.footer-list li a {
    color: #000 !important
}
.footer__right {
    width: 300px
}
.footer__right-link {
    font-weight: 600;
    margin-bottom: 9px
}
.footer__right-text {
    line-height: 1.3
}
.footer__right_social {
    padding-top: 3px;
    margin-bottom: 37px
}
.footer-copy {
    line-height: 1.1;
    text-align: center;
    background-color: #EBEBEB
}
.social {
    display: inline-block
}
.social-img {
    transition: all .3s
}
.social:hover .social-img {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px)
}
.social-blue {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    flex-wrap: wrap;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    background-color: #00A3FF
}
.social-blue:hover {
    background-color: #0093e6
}
.phone-link {
    color: #000;
    text-decoration: none !important
}
.phone-link:hover {
    color: #00A3FF
}
.b-attention {
    padding-bottom: 64px
}
.b-attention-title {
    margin-bottom: 91px
}
.attention {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto
}
.attention__top {
    height: 100px;
    display: flex;
    margin-bottom: 18px;
    align-items: center;
    justify-content: space-around
}
.attention__top-img {
    max-height: 100%;
    max-width: 100%
}
.attention-name {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}
.attention-name {
    line-height: 1.4
}
.main {
    flex-grow: 1
}
.main-title {
    font-size: 30px;
    font-weight: 700
}
.main-title>* {
    font-size: 30px;
    font-weight: 700
}
.main-subtitle {
    max-width: 516px;
    margin-top: 10px;
    line-height: 1.72;
    padding-bottom: 10px;
    border-bottom: 2px solid #EFEFEF
}
.main-img {
    margin-top: 47px;
    margin-bottom: 47px
}
.error-text {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase
}
.error-block {
    height: 414px;
    text-align: center;
    margin-left: -15px !important;
    margin-right: -15px !important;
    background: url(../img2/error-bg.svg) no-repeat center top;
    background-size: 414px 414px
}
.btn-hover {
    overflow: hidden;
    position: relative
}
.btn-hover-text {
    transition: 300ms top;
    position: relative;
    top: 0
}
.btn-hover-show {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
    transition: 300ms top
}
.btn-hover:hover .btn-hover-show {
    top: 10px
}
.btn-hover:hover .btn-hover-text {
    position: relative;
    top: -50px;
    transition: 300ms top
}
.text-success-show {
    font-weight: 500
}
.swiper-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: static !important
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: block;
    opacity: 1 !important;
    background-color: transparent;
    border: 2px solid #CECECE
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: #00A3FF;
    background: #00A3FF
}
.swiper-pagination-bullet:hover {
    border-color: #00A3FF
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin-left: 8px;
    margin-right: 8px
}
.modal {
    text-align: center
}
.modal-title {
    font-size: 18px;
    text-align: center;
    font-weight: 700
}
.modal-content {
    border-radius: 20px;
    overflow: hidden
}
.modal-close {
    width: 12px;
    height: 12px;
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 1;
    border: none;
    background-color: transparent;
    background: url(../img2/icon_close_gray.svg) no-repeat center;
    background-size: 12px 12px
}
.modal-img {
    background: url(../img2/modal-img.png) no-repeat center;
    background-size: cover
}
@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%
    }
}
.modal-dialog {
    max-width: 98%;
    margin: 40px auto;
    display: inline-block;
    text-align: left;
    vertical-align: middle
}
.modal-dialog--call {
    width: 1030px
}
body {
    min-width: 320px
}
.slick-dots {
    bottom: -12px
}
.slick-dots li {
    margin-left: 8px;
    margin-right: 8px
}
.slick-dots li button {
    width: 12px;
    height: 12px;
    background-color: transparent;
    border: 2px solid rgba(0, 0, 0, 0.16)
}
.slick-dots li button:before {
    content: none
}
.slick-dots li.slick-active button {
    background-color: #00A3FF;
    border-color: #00A3FF
}
.swiper-scrollbar-drag {
    background-color: #00A3FF
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-overflow: ellipsis
}
.modal-close {
    cursor: pointer
}
.b-advange {
    padding-top: 97px;
    padding-bottom: 140px
}
.b-advange-title {
    margin-bottom: 91px
}
.advange {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 294px;
    max-width: 580px;
    min-height: 294px;
    position: relative
}
.advange:after {
    content: attr(data-nmb);
    font-size: 80px;
    position: absolute;
    top: 50%;
    font-weight: 700;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}
.advange--right {
    margin-top: 80px;
    padding: 10px 58px 10px 109px;
    border: 12px solid rgba(0, 163, 255, 0.12)
}
.advange--right:after {
    right: 27px;
    color: rgba(0, 163, 255, 0.12)
}
.advange--left {
    color: #fff;
    background-color: #00A3FF;
    margin-top: 80px;
    padding: 10px 109px 10px 70px;
    border: 12px solid #00A3FF
}
.advange--left:after {
    left: 27px;
    color: rgba(255, 255, 255, 0.12)
}
.advange--left .advange-title {
    color: #fff
}
.advange-wrap {
    width: 100%;
    max-width: 970px;
    position: relative
}
.advange-img {
    top: 40px;
    z-index: 1;
    position: absolute
}
.advange-img--left {
    left: 40px;
    box-shadow: -40px -40px 0 0 #F5F3EB
}
.advange-img--right {
    right: 40px;
    box-shadow: 40px 40px 0 0 #F5F3EB
}
.advange-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    color: #00A3FF
}
.advange-text {
    padding-top: 12px;
    line-height: 1.42
}
.b-video {
    padding-top: 102px;
    padding-bottom: 80px
}
.video {
    position: relative
}
.video:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 48px;
    height: 48px;
    z-index: 1;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff url(../img2/icon_play_round_bluebg.svg) no-repeat center;
    background-size: 48px 48px
}
.video:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%)
}
.video:hover:after {
    background-color: transparent
}
.video-name {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    top: 0;
    font-weight: 700;
    text-align: left;
    padding: 12px 15px
}
.col-md-3 .video:after,
.col-md-4 .video:after {
    width: 24px;
    height: 24px;
    background-size: 28px 28px
}
.tizer {
    margin: 0 auto;
    max-width: 1090px;
    padding: 33px 32px 13px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.04)), #fff;
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.04)), #fff;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.04)), #fff
}
.tizer--dark {
    background: -webkit-linear-gradient(bottom, rgba(0, 41, 255, 0.04), rgba(0, 41, 255, 0.04)), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.04)), #fff;
    background: -o-linear-gradient(bottom, rgba(0, 41, 255, 0.04), rgba(0, 41, 255, 0.04)), -o-linear-gradient(bottom, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.04)), #fff;
    background: linear-gradient(to top, rgba(0, 41, 255, 0.04), rgba(0, 41, 255, 0.04)), linear-gradient(to top, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.04)), #fff;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.06)
}
.tizer-title {
    color: #00A3FF;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 7px
}
.tizer__box {
    width: 200px;
    height: 100%;
    display: flex;
    align-items: center
}
.tizer-head {
    margin-bottom: 33px
}
.tizer-carousel {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
    width: calc(100% - 170px)
}
.maxw-100 {
    max-width: 100%
}
.b-free-form {
    padding-top: 100px;
    padding-bottom: 100px
}
.free-form-title {
    color: #00A3FF;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3
}
.free-form-subtitle {
    line-height: 1.45;
    color: rgba(0, 0, 0, 0.4)
}
.free-form-submit {
    border-radius: 8px
}
.text-black {
    color: #000
}
.free-text {
    padding-top: 23px;
    line-height: 1.37
}
.font-weight-medium {
    font-weight: 500
}
.fz-14 {
    font-size: 14px
}
.fz-18 {
    font-size: 18px
}
.article-content p {
    margin-bottom: 0
}
.article-content p:not(:last-child) {
    margin-bottom: 10px
}
.list_nmb {
    padding-left: 0;
    list-style: none;
    counter-reset: list;
    margin-bottom: 0
}
.list_nmb-title {
    color: #00A3FF;
    font-size: 18px;
    font-weight: 700;
    padding-top: 1px;
    margin-bottom: 4px
}
.list_nmb-text {
    line-height: 1.4
}
.list_nmb li {
    padding-left: 49px;
    position: relative
}
.list_nmb li:after {
    top: 0;
    left: 0;
    color: #fff;
    width: 33px;
    height: 33px;
    font-size: 18px;
    font-weight: 700;
    padding-top: 4px;
    text-align: center;
    position: absolute;
    border-radius: 50%;
    counter-increment: list;
    content: counter(list);
    background: linear-gradient(0deg, rgba(0, 163, 255, 0.2), rgba(0, 163, 255, 0.2)), #fff
}
.list_nmb li:not(:last-child) {
    padding-bottom: 33px
}
.list_nmb li:not(:last-child):before {
    width: 1px;
    content: '';
    top: 0;
    bottom: 0;
    left: 16px;
    position: absolute;
    background-color: #e0e0e0
}
.logo-white {
    display: none
}
.block {
    padding-top: 93px;
    padding-bottom: 102px
}
.block-title {
    margin-bottom: 101px
}
.b-benefit {
    padding-bottom: 42px
}
.benefit {
    width: 100%;
    text-align: left;
    max-width: 290px;
    display: inline-block
}
.benefit-link {
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    min-height: 86px;
    text-align: center;
    color: #fff !important;
    padding: 10px 10px 20px;
    text-decoration: none !important;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%), #00A3FF;
    background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%), #00A3FF;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%), #00A3FF;
    border-radius: 12px 12px 0px 0px
}
.benefit__body {
    margin-top: -10px
}
.benefit__body-text {
    padding-top: 24px;
    line-height: 1.42
}
.benefit__body-img {
    border-radius: 12px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1)
}
.benefit__col:nth-child(2n+2) {
    text-align: center
}
.benefit__col:nth-child(3n+3) {
    text-align: right
}
.b-location {
    padding-bottom: 95px
}
.location-map {
    width: 490px;
    height: 360px
}
.location-text {
    line-height: 1.35;
    margin-bottom: 8px
}
.location_list {
    color: #000;
    list-style: none;
    padding-left: 0
}
.location_list li {
    position: relative;
    padding: 1px 30px 11px 50px !important
}
.location_list-icon {
    left: 25px;
    top: 11px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute
}
.location_list-phone {
    color: #000;
    text-decoration: none !important
}
.timer .countdown-row {
    text-align: center;
    font-size: 0
}
.timer .countdown-section {
    font-size: 14px;
    color: #00A3FF;
    width: 101px;
    height: 110px;
    margin-left: 6px;
    margin-right: 6px;
    display: inline-block;
    vertical-align: top;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
    background-color: #fff
}
.timer .countdown-amount {
    font-size: 48px;
    display: block;
    font-weight: 700;
    padding-top: 6px
}
.tinkoff {
    margin-top: 17px;
    padding: 25px 30px 27px;
    background-color: #f5f3eb
}
.tinkoff-slogan {
    font-weight: 700;
    font-size: 18px
}
.tinkoff-text {
    line-height: 1.4
}
.tinkoff-text p {
    margin-bottom: 8px
}
.tinkoff-wrap {
    max-width: 480px
}
.check {
    display: block;
    cursor: pointer;
    user-select: none
}
.check-input:checked~.check-block:before {
    background-position: center
}
.check-block {
    display: block;
    font-size: 18px;
    font-weight: 700;
    user-select: none;
    padding: 17px 63px;
    position: relative;
    background: rgba(255, 255, 255, 0.5);
    background-color: #ffe600
}
.check-block:before {
    left: 30px;
    margin-top: 2px;
    content: '';
    width: 20px;
    height: 20px;
    background: #fff url("../img2/icon_check_round.svg") no-repeat -1000px -1000px;
    background-size: 10px auto;
    position: absolute;
    border-radius: 4px
}
.learn {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto
}
.learn-nmb {
    text-align: right;
    position: relative
}
.learn-nmb-text {
    font-weight: 700;
    font-size: 30px;
    display: inline-block;
    color: rgba(0, 163, 255, 0.12)
}
.learn-nmb:before {
    top: 50%;
    left: 30px;
    content: '';
    right: 50px;
    height: 1px;
    position: absolute;
    background-color: #e0e0e0
}
.learn-text {
    font-size: 18px;
    line-height: 1.44
}
.review-carousel {
    margin-left: 80px;
    margin-right: 80px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px
}
.review-carousel-slide {
    width: 208px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1)
}
.review-carousel__item {
    display: block
}
.review-carousel-wrap {
    position: relative
}
.b-reviews {
    padding-bottom: 56px;
    padding-top: 100px
}
.b-reviews-title {
    margin-bottom: 65px
}
.slider-arrow {
    top: 50%;
    display: block;
    width: 12px;
    height: 24px;
    position: absolute
}
.slider-arrow.swiper-button-disabled {
    opacity: .3;
    cursor: default
}
.slider-arrow--next {
    right: 27px;
    background: url("../img2/icon_arrow_right-slider_blue.svg") no-repeat center;
    background-size: 12px 24px
}
.slider-arrow--prev {
    left: 27px;
    background: url("../img2/icon_arrow_left-slider_blue.svg") no-repeat center;
    background-size: 12px 24px
}
.slider-arrow-medium {
    z-index: 1;
    width: 16px;
    height: 30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: 16px auto
}
.slider-arrow-medium.slider-arrow--prev {
    left: -48px
}
.slider-arrow-medium.slider-arrow--next {
    right: -48px
}
.mfp-bg {
    background: #000;
    opacity: .7
}
.mfp-open {
    overflow: hidden
}
button.mfp-arrow {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 24px
}
button.mfp-arrow:after,
button.mfp-arrow:before {
    content: none
}
button.mfp-arrow.mfp-arrow-right {
    background-image: url("../img2/icon_arrow_triangle_right_white.svg")
}
button.mfp-arrow.mfp-arrow-left {
    background-image: url("../img2/icon_arrow_triangle_left_white.svg")
}
.subtext {
    padding-top: 101px;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.6);
    margin: 0 auto;
    max-width: 770px;
    text-align: center;
    line-height: 1.34;
    margin-bottom: 101px
}
.main-about {
    margin-bottom: 63px
}
.main-about-title {
    color: #000;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 11px;
    padding-top: 39px;
    letter-spacing: -.2px
}
.main-about-text {
    line-height: 1.34;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.6)
}
.b-courses {
    padding-bottom: 75px;
    background: -webkit-linear-gradient(bottom, rgba(0, 41, 255, 0.04), rgba(0, 41, 255, 0.04)), rgba(0, 0, 0, 0.04);
    background: -o-linear-gradient(bottom, rgba(0, 41, 255, 0.04), rgba(0, 41, 255, 0.04)), rgba(0, 0, 0, 0.04);
    background: linear-gradient(to top, rgba(0, 41, 255, 0.04), rgba(0, 41, 255, 0.04)), rgba(0, 0, 0, 0.04)
}
.box {
    height: 100%;
    display: flex;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 12px;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.06)
}
.box--small {
    width: 100%;
    max-width: 250px
}
.box__time {
    flex: 0 0 auto
}
.box-price-old {
    font-weight: 500;
    font-size: 12px;
    text-decoration: line-through
}
.box-price {
    font-weight: bold;
    font-size: 24px;
    color: #00A3FF
}
.box__panel {
    flex: 0 0 auto;
    background: linear-gradient(0deg, rgba(0, 41, 255, 0.04), rgba(0, 41, 255, 0.04)), rgba(0, 0, 0, 0.04);
    border-radius: 8px
}
.box__panel-title {
    color: rgba(0, 0, 0, 0.4)
}
.box__panel-text {
    font-size: 18px;
    line-height: 1.3
}
.box-head {
    flex: 0 0 auto;
    line-height: 1.2;
    padding: 23px 20px 18px;
    font-weight: bold;
    font-size: 24px;
    color: #00A3FF
}
.box-head--small {
    font-size: 14px !important;
    padding: 11px 15px !important
}
.box__price {
    flex: 0 0 auto;
    color: #00A3FF;
    font-size: 12px;
    font-weight: 500;
    padding-top: 5px;
    text-align: center;
    padding-bottom: 10px;
    background-color: #f5f5f5
}
.box__price-old {
    text-decoration-line: line-through
}
.box__price-text {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6)
}
.box__price-actual {
    font-weight: 700;
    font-size: 24px
}
.box__price-actual--small {
    font-size: 18px
}
.box__body {
    flex: 1 0 auto;
    padding-left: 20px;
    padding-right: 20px
}
.box__body-status {
    color: rgba(0, 0, 0, 0.4);
    font-size: 18px;
    line-height: 1.24
}
.box__body-status img {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px)
}
.box__body-text {
    line-height: 1.36;
    padding-top: 17px;
    margin-bottom: 19px
}
.box__body-item {
    line-height: 1.3;
    padding-top: 4px;
    margin-bottom: 17px
}
.box__body-list {
    margin-bottom: 20px
}
.box__body-list-img {
    left: 10px;
    top: 9px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute
}
.box__body-list li {
    margin-bottom: 5px;
    padding-left: 25px;
    position: relative
}
.box__body-title {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 2px;
    color: rgba(0, 0, 0, 0.12)
}
.box__link {
    flex: 0 0 auto;
    display: block;
    min-height: 164px;
    padding: 14px 20px;
    position: relative;
    transition: all .3s;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-decoration: none !important
}
.box__link--small {
    min-height: 120px;
    padding: 10px 15px
}
.box__link-text {
    z-index: 1;
    color: #fff;
    font-size: 24px;
    line-height: 1.34;
    font-weight: 700;
    position: relative
}
.box__link-text--small {
    font-size: 18px
}
.box__link:before {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4)
}
.box__bottom {
    flex: 0 0 auto;
    padding: 18px 21px 10px
}
.box__bottom--border {
    padding-top: 7px !important;
    border-top: 1px solid #e0e0e0
}
.lh-small {
    line-height: 1.1
}
.text-gray {
    color: rgba(0, 0, 0, 0.3)
}
.nowrap {
    white-space: nowrap
}
.swiper-3 {
    margin-left: -17px;
    margin-right: -17px
}
.swiper-3 .swiper-wrapper {
    align-items: stretch
}
.swiper-3 .swiper-wrapper .swiper-slide {
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 25px;
    height: auto;
    background-color: transparent !important
}
.swiper-3-pagination {
    z-index: 1;
    bottom: auto !important;
    margin-top: -5px;
    position: relative !important
}
.swiper-carousel {
    margin-left: -15px;
    padding-left: calc(50% - 545px)
}
.swiper-carousel .swiper-wrapper {
    align-items: stretch
}
.swiper-carousel .swiper-wrapper .swiper-slide {
    width: 280px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 25px;
    height: auto;
    background-color: transparent !important
}
.swiper-arrow {
    width: 26px;
    height: 14px;
    display: inline-block;
    background-position: center;
    background-size: 26px auto;
    background-repeat: no-repeat
}
.swiper-arrow--prev {
    background-image: url("../img2/main/icon_arrow_right_blue.svg")
}
.swiper-arrow--next {
    background-image: url("../img2/main/icon_arrow_left_blue.svg")
}
.b-partner {
    background: url("../img2/main/partner_bg.jpg") no-repeat center;
    background-size: cover
}
.b-partner-title {
    margin-bottom: 71px
}
.b-partner-row {
    min-height: 115px
}
.partner-title {
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 3px
}
.partner-text {
    padding-top: 10px;
    line-height: 1.3
}
.partner-row {
    min-height: 80px
}
.link-photo {
    display: block;
    position: relative
}
.link-photo:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    content: '';
    transition: all .3s;
    background: rgba(0, 0, 0, 0.6) url("../img2/main/icon_zoom.svg") no-repeat center;
    background-size: 40px 40px;
    position: absolute
}
.link-photo:hover:after {
    opacity: 1
}
.useful {
    display: block
}
.useful-img {
    border-radius: 8px
}
.useful-text {
    display: block;
    font-size: 18px;
    line-height: 1.36;
    padding-top: 15px;
    color: rgba(0, 0, 0, 0.8)
}
.swiper-container-fade .swiper-slide {
    transition: all .3s
}
.swiper-container-fade .swiper-slide:not(.swiper-slide-active) {
    opacity: 0 !important
}
.swiper-pagination-bullet {
    margin-left: 5px;
    margin-right: 5px
}
.rouble {
    font-family: 'rouble'
}
.g-padding.padb-0 {
    padding-bottom: 0 !important
}
.link-all-course {
    width: 100px;
    height: 100px;
    font-weight: 700;
    line-height: 1.4;
    margin-left: 32px;
    padding-top: 20px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    color: #fff !important;
    background-color: #00a3ff;
    text-decoration: none !important
}
.link-all-course:hover {
    background-color: #0082cc
}
.link-all-course-img {
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto
}
.swiper-container-horizontal>.swiper-pagination-bullets {
    display: flex;
    justify-content: center
}
.teacher-head {
    font-size: 24px
}
.teacher-img {
    max-width: 160px;
    max-height: 160px
}
.teacher-title {
    line-height: 1.25;
    font-size: 24px
}
.teacher-post {
    color: rgba(0, 0, 0, 0.4)
}
.slider-link {
    width: 18px;
    height: 36px;
    display: block;
    background-position: center;
    background-size: 18px 36px
}
.slider-link--next {
    background-image: url("../img2/icon_chevron_right_gray.svg")
}
.slider-link--next:hover {
    background-image: url("../img2/icon_chevron_right_blue.svg")
}
.slider-link--prev {
    background-image: url("../img2/icon_chevron_left_gray.svg")
}
.slider-link--prev:hover {
    background-image: url("../img2/icon_chevron_left_blue.svg")
}
.slider-link.swiper-button-disabled {
    opacity: .3;
    cursor: default
}
.slider-link.swiper-button-disabled.slider-link--next {
    background-image: url("../img2/icon_chevron_right_gray.svg") !important
}
.slider-link.swiper-button-disabled.slider-link--prev {
    background-image: url("../img2/icon_chevron_left_gray.svg") !important
}
.blog__head {
    color: #fff;
    min-height: 320px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}
.blog__head--small {
    min-height: 280px
}
.blog__head-title {
    font-size: 42px;
    line-height: 1.3
}
.blog__head-title--medium {
    font-size: 38px
}
.blog__head-text {
    max-width: 450px;
    line-height: 1.4
}
.blog__link {
    font-size: 18px;
    color: #212529
}
.blog__link-img {
    border-radius: 8px
}
.blog__link-text {
    line-height: 1.4
}
.blog-back {
    right: 50%;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 464px
}
.blog-single-img {
    border: 1px solid rgba(0, 0, 0, 0.12)
}
.no-decore {
    text-decoration: none !important
}
.pagination-number .swiper-pagination-bullet {
    width: auto;
    height: auto;
    border: none;
    padding: 5px 10px;
    background-color: transparent;
    color: rgba(0, 0, 0, 0.4);
    font-size: 18px;
    font-weight: 500
}
.pagination-number .swiper-pagination-bullet:hover {
    color: #00A3FF
}
.pagination-number .swiper-pagination-bullet.swiper-pagination-bullet-active,
.pagination-number .swiper-pagination-bullet.active {
    color: #00A3FF;
    font-size: 22px
}
.link-back {
    color: #fff !important;
    font-size: 18px;
    font-weight: 500
}
.link-back:before {
    width: 16px;
    height: 28px;
    content: '';
    left: 0;
    position: absolute;
    background: url("../img2/icon_chevron_left_white.svg") no-repeat center;
    background-size: 16px 28px
}
.board {
    overflow: hidden
}
.board-link {
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}
.board-link-video {
    white-space: nowrap;
    z-index: 1;
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    height: 48px;
    top: 50%;
    left: 40px;
    margin-top: -24px;
    text-decoration: none !important;
    background: url(../img2/icon_play_hover.svg) no-repeat left center;
    background-size: 48px 48px;
    padding-left: 60px;
    padding-top: 10px;
    color: #fff !important
}
.board-link-video:hover {
    background-image: url(../img2/icon_play_hover_2.svg)
}
.board__right {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}
.board__right:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4)
}
.board__right:after {
    top: 12px;
    left: 12px;
    right: -12px;
    bottom: 12px;
    content: '';
    position: absolute;
    border: 2px solid #fff
}
.board__left {
    width: 374px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    font-weight: bold;
    font-size: 24px;
    color: #ffc700;
    background-color: #00a3ff;
    text-align: center;
    padding: 11px 31px 10px 10px;
    line-height: 1.45
}
.board__left:after {
    top: 0;
    width: 0;
    height: 0;
    right: 100%;
    content: '';
    border-style: solid;
    position: absolute;
    border-width: 60px 30px 60px 0;
    border-color: transparent #00a3ff transparent transparent
}
.contact-text {
    line-height: 1.4
}
.contact-subtitle {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 7px
}
.contact-phone {
    font-size: 18px;
    color: #000
}
.contact-mail {
    color: #00A3FF;
    font-size: 18px
}
.contact-list {
    line-height: 1.44
}
.contact-img {
    width: 100%
}
.biege-bg {
    background-color: #f5f3eb
}
.subtitle {
    font-size: 24px
}
.town-sup {
    color: #FFC700;
    font-weight: 500;
    font-size: 10px;
    transform: translateY(-9px);
    padding-left: 5px;
    display: inline-block
}
.img-slide {
    transition: all .3s;
    border: 1px solid transparent
}
.img-slide.active {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2)
}
.img-slide:not(.active) {
    border-color: rgba(0, 0, 0, 0.12)
}
.attention-box {
    font-style: italic;
    padding-left: 22px;
    color: rgba(0, 0, 0, 0.4);
    background: url("../img2/icon_attention.svg") no-repeat left 5px;
    background-size: 12px 12px
}
.awards {
    font-size: 18px;
    min-height: 80px;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.04);
    border-radius: 8px
}
.awards-row {
    height: 100%
}
.awards-title {
    color: #626262
}
.awards-text {
    font-weight: 900;
    color: #00a3ff
}
.awards-img {
    max-width: 100%;
    max-height: 100%
}
.title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.4
}
.franchise-head {
    width: 634px;
    padding-top: 202px
}
.franchise-head__text {
    font-weight: 600;
    font-size: 18px;
    color: #0006;
    line-height: 1.35
}
.franchise-head__text li {
    margin-bottom: 7px
}
.franchise-video {
    width: 100%;
    height: 708px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}
.franchise-video:after {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.5)
}
.franchise-video__link {
    top: 50% !important;
    left: 50% !important;
    z-index: 1;
    transform: translate(-50%, -50%) !important;
    position: absolute
}
.b-stage {
    padding-top: 98px;
    padding-bottom: 50px
}
.stage {
    margin-bottom: 90px
}
.stage-body {
    padding: 25px 40px;
    border: 12px solid transparent
}
.stage-body__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.35;
    padding-top: 9px;
    letter-spacing: .4px
}
.stage-body__nmb {
    width: 45px;
    height: 50px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    padding-top: 7px;
    text-align: center;
    background: url("../img2/franchise/stage_nmb_bg.svg") no-repeat center;
    background-size: 45px
}
.stage-body__text {
    width: 340px;
    font-weight: 600;
    font-size: 18px;
    padding-top: 40px;
    min-height: 295px;
    line-height: 1.4
}
.stage-body__bg {
    top: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}
.stage-body__bg--left {
    left: -78px;
    right: 25px;
    bottom: -77px
}
.stage-body__bg--right {
    right: -78px;
    left: 25px;
    bottom: -77px
}
.condition {
    height: 100%;
    padding: 18px 15px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.06)
}
.condition-carousel {
    margin-right: -18px;
    margin-left: -18px
}
.condition-carousel .swiper-slide {
    width: 376px;
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 27px
}
.condition-carousel .swiper-slide {
    height: auto
}
.condition__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3
}
.condition__icon {
    margin-bottom: 9px
}
.condition-text {
    font-size: 18px;
    max-width: 636px;
    margin: 0 auto 30px;
    line-height: 1.45
}
.condition__prise {
    font-weight: 500;
    font-size: 18px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.04)), linear-gradient(0deg, rgba(255, 199, 0, 0.04), rgba(255, 199, 0, 0.04)), #fff;
    border-radius: 8px
}
.condition__text {
    text-align: left;
    padding-top: 10px;
    line-height: 1.3
}
.package {
    max-width: 330px;
    width: 100%
}
.package-img {
    position: relative
}
.package-head__small-text {
    color: #999;
    font-weight: 600
}
.package-head__large-text {
    color: #00A3FF;
    font-size: 24px;
    font-weight: 700
}
.package-body {
    font-size: 18px;
    padding: 13px 10px;
    border: 1px solid #00A3FF;
    border-radius: 8px
}
.connect {
    overflow: hidden;
    position: relative
}
.connect-img {
    margin-top: 297px;
    margin-left: -24px
}
.connect:after {
    bottom: 0;
    left: 50%;
    top: 1px;
    width: 100%;
    content: '';
    position: absolute;
    margin-left: -65px;
    transform: translateX(-50%);
    background: url(../img2/franchise/map_bg.svg) no-repeat center top;
    background-size: 1154px
}
.connect .container {
    z-index: 1;
    position: relative
}
.connect-form {
    max-width: 450px;
    background: #00A3FF;
    border-radius: 20px;
    margin-top: 48px;
    margin-left: 18px
}
.connect-form__title {
    max-width: 290px;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    line-height: 1.35
}
.online {
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.06)
}
.online__left {
    height: 100%;
    padding: 30px;
    background-color: #fff
}
.online__left-list {
    padding-left: 0
}
.online__left-list li {
    margin-top: 14px;
    line-height: 1.35;
    list-style: none;
    position: relative;
    padding-left: 25px
}
.online__left-list li:before {
    left: 0;
    top: 10px;
    height: 1px;
    width: 15px;
    content: '';
    background-color: #00A3FF;
    position: absolute
}
.online__left-text {
    color: #0080C8;
    line-height: 1.3
}
.online__left-title {
    font-weight: bold;
    font-size: 24px
}
.online__left-subtitle {
    font-weight: 500;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4)
}
.online__form {
    height: 100%;
    width: 450px;
    padding: 32px 29px;
    background-color: #00A3FF
}
.online__form-subtitle {
    color: #ffc107;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 19px
}
.online__form-title {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2
}
.skype-wrapper:before {
    content: '';
    position: absolute
}
.skype-wrapper-img {
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25)
}
.ctable {
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.06)
}
.ctable-btn {
    padding-left: 22px;
    padding-right: 22px
}
.ctable-bottom {
    padding-top: 17px !important;
    line-height: 1.4
}
.ctable-title {
    font-size: 24px;
    line-height: 1.3;
    font-weight: bold
}
.ctable-price {
    font-weight: bold;
    font-size: 18px;
    color: #00A3FF
}
.ctable-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    overflow: hidden
}
.ctable-subtitle {
    font-size: 18px;
    line-height: 1.3;
    padding-top: 2px
}
.ctable-text {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4)
}
.ctable-left {
    color: #fff;
    width: 287px;
    height: calc(100% + 1px);
    position: relative;
    margin-right: 10px;
    background-color: #00A3FF
}
.ctable-left__icon {
    height: 14px;
    display: block
}
.ctable-left__text {
    color: #000;
    font-size: 18px;
    line-height: 1.4;
    padding-top: 49px;
    padding-left: 11px;
    padding-bottom: 48px
}
.ctable-left__head {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 40px;
    margin-bottom: 40px;
    white-space: nowrap;
    padding: 15px 40px 20px;
    background-color: #0080c8
}
.ctable-left_after:after {
    top: 50%;
    width: 0;
    height: 0;
    left: 100%;
    content: '';
    position: absolute;
    border-style: solid;
    transform: translateY(-50%);
    border-width: 15px 0 15px 8px;
    border-color: transparent transparent transparent #33B5FF
}
.ctable-left_before:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    position: absolute;
    background-color: rgba(255, 255, 255, 0.2)
}
.ctable-left:not(.ctable-left_before).ctable-left_after:after {
    border-color: transparent transparent transparent #00a3ff
}
.ctable-left-row {
    z-index: 1;
    min-height: 44px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
    position: relative
}
.font-weight-600 {
    font-weight: 600
}
.bgc-gray {
    background: rgba(0, 0, 0, 0.04)
}
.btn-green {
    color: #fff !important;
    background-color: #72B951;
    border-radius: 4px
}
.btn-green:hover,
.btn-green:focus {
    background-color: #66ac45
}
.btn-wrap {
    white-space: unset
}
.widget-shop {
    background-color: #fff;
    padding: 20px;
    margin: 2px 3px 4px;
    min-width: 166px;
    width: 98%;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 10%), 0 3px 4px -3px rgb(0 0 0 / 30%);
}
.widget-shop-control {
    height: 28px;
    border-color: #cccccc;
    border-radius: 0;
}
.label2_color_light-secondary {
    color: #999;
    margin-bottom: 8px;
    padding-top: 6px;
    font-size: 13px;
}
@media (max-width: 1799px) {
    .header-robot {
        right: 0;
        left: auto;
        margin-left: 0
    }
}
@media (max-width: 1599px) {
    .img-kids {
        width: 600px
    }
    
    .header-storage {
        max-width: 580px
    }
}
@media (max-width: 1459px) {
    .b-header--main {
        background-size: 520px;
        background-position: right 208px
    }
    
    .header-title {
        font-size: 36px
    }
    
    .header-title>* {
        font-size: 36px
    }
}
@media (min-width: 1260px) {
    .footer-collapse--xl {
        display: block !important
    }
    
    .footer-collapse-link--xl {
        pointer-events: none
    }
    
    .header {
        padding-left: 115px !important
    }
}
@media (max-height: 799px) {
    .b-header--main {
        background-size: auto 444px !important
    }
}
@media (max-height: 699px) {
    .header-subtitle {
        margin-bottom: 65px
    }
    
    .b-header--main {
        background-position: right center !important;
        background-size: auto 344px !important
    }
}
@media (max-width: 1359px) {
    .slider-one-button-next {
        left: calc(50% + 400px);
        background-position: 13px center
    }
    
    .slider-one-button-prev {
        right: calc(50% + 400px)
    }
    
    .slider-one-button-prev:after {
        right: 15px
    }
    
    .slider-one-slide {
        width: 800px
    }
    
    .img-kids {
        width: 500px
    }
    
    .header-subtitle {
        max-width: 480px
    }
    
    .header-storage {
        width: 600px
    }
    
    .header-robot {
        max-width: 580px
    }
}
@media (min-width: 1200px) {
    .main {
        margin-top: 80px !important;
        margin-bottom: 80px !important
    }
}
@media (max-width: 1259px) {
    .connect:after {
        margin-left: 0;
        background: url(../img2/franchise/map_bg.svg) no-repeat center top;
        background-size: 1020px
    }
    
    .package-img {
        transform: translateX(-40px)
    }
    
    .franchise-video {
        height: 450px
    }
    
    .b-franchise {
        background-color: #f5f5f5
    }
    
    .franchise-head {
        width: 648px;
        max-width: calc(100% - 40px);
        margin-top: -60px;
        background-color: #fff;
        box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.06)
    }
    
    .blog-back {
        margin-right: 380px
    }
    
    .link-all-course {
        margin-left: 0
    }
    
    .tizer-carousel .swiper-slide {
        width: 250px !important
    }
    
    .tizer__box {
        width: 140px
    }
    
    .tizer-carousel {
        width: calc(100% - 110px)
    }
    
    .swiper-carousel {
        margin-left: -15px;
        padding-left: calc(50% - 464px)
    }
    
    .footer-collapse-link--xl:after {
        content: '';
        width: 10px;
        height: 3px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
        background: url(../img2/icon_arrow_up_blue.svg) no-repeat center;
        background-size: 10px 3px
    }
    
    .footer-collapse-link--xl.collapsed:after {
        background-image: url(../img2/icon_arrow_down_blue.svg)
    }
    
    .footer-list {
        margin-bottom: 25px
    }
    
    .img-kids {
        display: none
    }
    
    .training__right {
        max-width: 396px;
        padding-right: 15px !important
    }
    
    .header-storage {
        width: 386px
    }
    
    .about-text {
        max-width: 528px
    }
    
    .resume-img {
        width: calc(50% - 35px)
    }
}
@media (max-width: 1199px) {
    .ctable-left__head {
        margin-bottom: 20px
    }
    
    .ctable-left__text {
        padding: 0 0 50px
    }
    
    .connect:after {
        background-size: 1000px
    }
    
    .header-scroll {
        display: none !important
    }
    
    .b-header {
        height: auto !important
    }
    
    .header-subtitle {
        margin-bottom: 65px !important
    }
    
    .header-robot {
        margin-left: 0;
        width: 494px
    }
    
    .training__left {
        min-width: 50%
    }
    
    .about-text {
        max-width: 530px
    }
    
    .resume-img {
        width: 50%
    }
}
@media (min-width: 992px) {
    .top-collapse {
        display: block !important
    }
    
    .top--error .logo-img-open {
        display: inline-block !important
    }
    
    .top--error .logo-img {
        display: none !important
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .b-sertificate {
        max-width: 768px;
        margin-left: auto;
        margin-right: auto
    }
    
    .sertificatе-text {
        padding: 25px 26px 8px
    }
    
    .sertificate-col {
        max-width: 354px
    }
}
@media (max-width: 991px) {
    .ctable-left {
        width: 196px;
        margin-right: 0
    }
    
    .online__left {
        padding-left: 20px;
        padding-right: 20px
    }
    
    .online__form {
        width: 346px;
        padding-left: 20px;
        padding-right: 20px
    }
    
    .connect:after {
        top: 435px;
        background-size: 96%
    }
    
    .connect-img {
        margin: 160px auto 0;
        display: block;
        width: 500px
    }
    
    .connect-form {
        margin-left: auto;
        margin-right: auto;
        margin-top: 0
    }
    
    .package-img {
        right: 0;
        transform: translateX(0);
        position: absolute
    }
    
    .package__wrap {
        width: 370px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto
    }
    
    .container-pavel {
        max-width: 768px !important
    }
    
    .stage {
        margin-bottom: 30px
    }
    
    .stage-body {
        padding-left: 30px;
        padding-right: 30px
    }
    
    .stage-body__text {
        width: 260px;
        font-weight: 400;
        font-size: 18px;
        padding-bottom: 15px;
        padding-top: 25px;
        min-height: 170px;
        line-height: 1.4
    }
    
    .stage-body__bg {
        bottom: auto;
        height: 216px
    }
    
    .stage-body__bg--left {
        left: -60px;
        right: 10px
    }
    
    .stage-body__bg--right {
        right: -60px;
        left: -10px
    }
    
    .blog__head-title--medium {
        font-size: 30px
    }
    
    .blog-single-img {
        width: 340px
    }
    
    .blog-back {
        right: auto;
        left: 15px;
        margin-right: 0
    }
    
    .b-partner-row {
        min-height: 0;
        margin-bottom: 30px
    }
    
    .g-title.b-reviews-title {
        margin-bottom: 40px !important
    }
    
    .row.useful-row {
        margin-right: -10px;
        margin-left: -10px
    }
    
    .row.useful-row>.col,
    .row.useful-row>[class*="col-"] {
        padding-right: 10px;
        padding-left: 10px
    }
    
    .useful-text {
        padding-top: 10px
    }
    
    .swiper-carousel .swiper-wrapper .swiper-slide {
        padding-left: 7px !important;
        padding-right: 7px !important
    }
    
    .swiper-carousel {
        margin-left: -7px !important;
        margin-right: -7px !important
    }
    
    .resume-list--medium li {
        margin-bottom: 10px;
        line-height: 1.3
    }
    
    .b-courses {
        padding-top: 60px;
        padding-bottom: 35px !important
    }
    
    .swiper-3 {
        margin-left: -24px;
        margin-right: -24px
    }
    
    .swiper-3 .swiper-wrapper .swiper-slide {
        padding-left: 24px;
        padding-right: 24px
    }
    
    .swiper-carousel {
        padding-right: 15px;
        padding-left: calc(50% - 364px)
    }
    
    .main-about-wrapper {
        margin-left: auto;
        margin-right: auto;
        max-width: 650px
    }
    
    .main-about {
        margin-bottom: 43px
    }
    
    .main-about-title br {
        display: none
    }
    
    .subtext {
        padding-top: 0;
        margin-bottom: 60px
    }
    
    .review-carousel-slide {
        width: 176px
    }
    
    .review-carousel {
        margin-left: 0;
        margin-right: 0
    }
    
    .learn-nmb:before {
        left: 15px
    }
    
    .header-description {
        font-size: 26px
    }
    
    .check-block:before {
        left: 25px
    }
    
    .check-block {
        font-size: 17px
    }
    
    .tinkoff {
        padding: 25px
    }
    
    .top--error:not(.top--scroll) .logo-img {
        display: inline-block
    }
    
    .top--error:not(.top--scroll) .logo-img-open {
        display: none
    }
    
    .feedback__top {
        padding-top: 60px
    }
    
    .b-location {
        padding-bottom: 60px
    }
    
    .trainer--md-marb {
        margin-bottom: 60px
    }
    
    .location-map {
        width: 100%
    }
    
    .benefit__col {
        text-align: center !important
    }
    
    .b-free-form {
        padding-top: 60px;
        padding-bottom: 45px
    }
    
    .tizer {
        padding-bottom: 23px
    }
    
    .card {
        height: 200px;
        padding-top: 20px;
        padding-bottom: 20px
    }
    
    .header-title {
        margin-bottom: 10px
    }
    
    .resume__right {
        padding-top: 25px;
        padding-bottom: 30px
    }
    
    .b-slider {
        padding-top: 60px
    }
    
    .b-slider .swiper-container {
        background: none !important
    }
    
    .b-resume {
        padding-top: 50px;
        padding-bottom: 60px
    }
    
    .slider-one-button-next {
        left: calc(50% + 289px)
    }
    
    .slider-one-button-prev {
        right: calc(50% + 289px)
    }
    
    .slider-one-slide {
        width: 578px
    }
    
    .card-img {
        top: 95px;
        max-width: 160px
    }
    
    .card-name {
        font-size: 18px;
        max-width: 100%;
        height: 100px;
        display: flex;
        min-height: 110px;
        align-items: center;
        justify-content: flex-start
    }
    
    .card-btn {
        margin: 0 auto;
        display: flex;
        justify-content: center
    }
    
    .b-advange {
        padding-top: 60px;
        padding-bottom: 100px
    }
    
    .b-trainer-title {
        margin-top: 60px
    }
    
    .resume__right-list {
        columns: 1
    }
    
    .resume__left.row {
        width: 260px;
        padding: 30px;
        margin-left: 0;
        margin-right: 0
    }
    
    .advange-wrap.row {
        max-width: 740px
    }
    
    .advange-title {
        font-size: 22px;
        padding-right: 3px;
        font-weight: 700;
        line-height: 1.2
    }
    
    .advange {
        width: 414px;
        height: 238px;
        min-height: 238px
    }
    
    .advange--right {
        padding: 10px 30px 10px 48px
    }
    
    .advange--left {
        padding: 10px 48px 10px 30px
    }
    
    .advange--right {
        margin-top: 60px
    }
    
    .advange-img {
        top: 30px;
        width: 314px
    }
    
    .advange-img--left {
        left: 30px;
        box-shadow: -30px -30px 0 0 #F5F3EB
    }
    
    .advange-img--right {
        right: 30px;
        box-shadow: 30px 30px 0 0 #F5F3EB
    }
    
    .trainer__left {
        width: 284px
    }
    
    .trainer__right_body {
        padding-left: 25px;
        padding-right: 15px
    }
    
    .programm {
        padding-bottom: 15px
    }
    
    .b-about {
        padding-bottom: 0 !important
    }
    
    .box-wrapper .btn-transparent+.dropdown-menu {
        margin-left: -5px
    }
    
    .btn-transparent+.dropdown-menu {
        max-width: 100%
    }
    
    .about-text {
        display: block;
        max-width: 470px;
        margin-left: auto;
        margin-right: auto;
        padding: 25px 20px
    }
    
    .about-img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        position: static
    }
    
    .about {
        padding-top: 60px;
        padding-bottom: 60px
    }
    
    div.header {
        padding-left: 65px !important
    }
    
    .b-trainer.g-padding {
        padding-top: 83px !important
    }
    
    .b-programm {
        padding-bottom: 60px
    }
    
    .b-buns {
        padding-bottom: 30px
    }
    
    .b-about {
        margin-top: 0 !important
    }
    
    .b-slider-bottom {
        position: relative;
        height: 0
    }
    
    .b-slider.bg-gray,
    .b-slider.review,
    .b-slider.question,
    .b-slider.b-footer {
        padding-bottom: 0 !important
    }
    
    .modal-dialog--call {
        width: 480px;
        max-width: calc(100% - 40px)
    }
    
    .modal-dialog--call .modal-title br {
        display: none
    }
    
    .modal-body {
        max-width: 100%
    }
    
    .trainer__left_body-img {
        width: 100%
    }
    
    .about-img {
        left: 20px
    }
    
    .resume {
        max-width: 746px;
        margin-left: auto;
        margin-right: auto
    }
    
    .modal-open {
        padding-right: 0 !important
    }
    
    .about-text {
        padding-left: 20px !important;
        padding-right: 20px !important
    }
    
    .header {
        padding-left: 20px !important
    }
    
    .container {
        max-width: 100% !important;
        padding-left: 20px;
        padding-right: 20px
    }
    
    .about {
        margin-left: -20px !important;
        margin-right: -20px !important
    }
    
    .row {
        margin-left: -20px;
        margin-right: -20px
    }
    
    .row>.col,
    .row>[class*="col-"] {
        padding-right: 20px;
        padding-left: 20px
    }
    
    .logo {
        position: absolute !important;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
    
    .header-storage {
        display: none !important
    }
    
    .programm__right-param {
        width: 100%
    }
    
    .b-header {
        padding-bottom: 90px
    }
    
    .header-title--marb {
        margin-bottom: 100px
    }
    
    .header-robot {
        display: none
    }
    
    .logo {
        position: relative;
        z-index: 1
    }
    
    .top-collapse-open .hamburger-inner {
        background-color: #fff
    }
    
    .top-collapse-open .hamburger-inner:before,
    .top-collapse-open .hamburger-inner:after {
        background-color: #fff
    }
    
    .top-collapse-open .logo-img-open,
    .top-collapse-open .logo-img {
        display: none !important
    }
    
    .top-collapse-open .logo-white {
        display: inline-block
    }
    
    .top-collapse {
        left: 0;
        right: 0;
        position: absolute;
        top: 0;
        display: flex;
        align-items: center;
        flex-direction: column;
        background-color: #00A3FF
    }
    
    .top-collapse-link {
        display: block;
        font-size: 0;
        z-index: 1;
        position: relative;
        margin-top: -5px;
        background: url(../img2/icon_close.svg) no-repeat center;
        background-size: 20px 20px;
        width: 28px;
        height: 28px;
        transition: all 0s;
        vertical-align: middle
    }
    
    .top-collapse-link.collapsed {
        background-image: url(../img2/icon_phone_round.svg);
        background-size: 28px 28px
    }
    
    .top-btn {
        margin-left: 0;
        color: #fff !important;
        padding-bottom: 5px;
        border-bottom: 2px solid #fff
    }
    
    .top-btn:after {
        content: ''
    }
    
    .top-phone {
        color: #fff !important;
        margin-bottom: 10px;
        margin-left: 0
    }
    
    .top-phone:first-child {
        margin-top: 90px
    }
    
    .training__right {
        max-width: none
    }
    
    .b-header--main {
        background-size: 318px
    }
    
    .footer__right {
        width: 240px
    }
    
    .training__right-list {
        margin-top: 58px
    }
    
    .b-review {
        padding-top: 60px
    }
    
    .sertificatе-text {
        max-width: 470px;
        margin-left: auto;
        margin-right: auto
    }
    
    .b-attention {
        padding-bottom: 35px !important
    }
    
    .g-padding {
        padding-top: 60px !important;
        padding-bottom: 60px !important
    }
    
    .b-partner {
        padding-bottom: 45px !important
    }
    
    .b-benefit {
        padding-top: 60px;
        padding-bottom: 0
    }
    
    .hidden-lg {
        display: none !important
    }
    
    .resume {
        padding-left: 0
    }
    
    .buns {
        max-width: 315px
    }
    
    .training-title {
        font-size: 26px
    }
    
    .feedback-title,
    .resume-title,
    .g-title {
        font-size: 26px;
        margin-bottom: 60px
    }
    
    .feedback-title>*:not([class]),
    .resume-title>*:not([class]),
    .g-title>*:not([class]) {
        font-size: 26px
    }
    
    .programm__right-title {
        font-size: 16px
    }
    
    .header-subtitle {
        margin-bottom: 100px
    }
    
    .header-title {
        font-size: 44px
    }
    
    .header-title>* {
        font-size: 44px
    }
    
    .review-row {
        padding-bottom: 30px
    }
    
    .b-card {
        padding-bottom: 40px !important
    }
    
    .b-feedback-form {
        width: 100%
    }
    
    .b-card-title {
        margin-bottom: 40px
    }
    
    .b-reviews-title {
        margin-bottom: 30px
    }
    
    .b-reviews {
        padding-bottom: 40px !important
    }
}
@media (min-width: 768px) {
    .contact-img {
        max-width: 290px
    }
    
    .row.gutters-md-15 {
        margin-right: -10px;
        margin-left: -10px
    }
    
    .row.gutters-md-15>.col,
    .row.gutters-md-15>[class*="col-"] {
        padding-right: 10px;
        padding-left: 10px
    }
    
    .row.gutters-md-30 {
        margin-right: -15px;
        margin-left: -15px
    }
    
    .row.gutters-md-30>.col,
    .row.gutters-md-30>[class*="col-"] {
        padding-right: 15px;
        padding-left: 15px
    }
    
    .teacher-slider-wrapper {
        padding-right: 100px
    }
    
    .teacher-slider__nav {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%)
    }
    
    .map__contact {
        top: 0;
        right: 0;
        width: 320px;
        height: 100%;
        overflow-y: auto;
        position: absolute
    }
    
    .benefit-link {
        cursor: default
    }
    
    .swiper-wrapper-md-row {
        margin-left: -10px;
        margin-right: -10px;
        flex-wrap: wrap;
        width: auto
    }
    
    .swiper-wrapper-md-row>.col,
    .swiper-wrapper-md-row>[class*="col-"] {
        padding-right: 10px;
        padding-left: 10px
    }
    
    .about-img {
        max-width: 470px;
        height: auto
    }
    
    .footer-collapse--md {
        display: block !important
    }
    
    .footer-collapse-link--md {
        pointer-events: none
    }
    
    .training-container {
        padding-left: 0;
        padding-right: 0;
        max-width: 100%
    }
}
@media (max-width: 767px) {
    .ctable-left {
        width: 34px;
        min-width: 10vw
    }
    
    .ctable-left_after:after {
        content: none
    }
    
    .online {
        margin-left: -20px;
        margin-right: -20px
    }
    
    .online__form {
        width: 100%
    }
    
    .connect-img {
        margin: 160px auto 0;
        width: 354px;
        transform: translateX(50px)
    }
    
    .connect:after {
        top: 437px;
        background-size: 790px;
        background-position: 20px top
    }
    
    .b-package {
        overflow: hidden
    }
    
    .package-img {
        position: relative;
        left: 50%;
        width: 412px;
        transform: translateX(-50%)
    }
    
    .condition-carousel .swiper-slide {
        width: 270px !important;
        padding-left: 10px !important;
        padding-right: 10px !important
    }
    
    .stage-body {
        padding: 15px
    }
    
    .stage-body__text {
        width: 190px
    }
    
    .stage-body__bg--left {
        left: -25px;
        right: 0
    }
    
    .stage-body__bg--right {
        right: -25px;
        left: 0
    }
    
    .title {
        font-size: 36px
    }
    
    .board__left {
        width: 100%
    }
    
    .board__right {
        height: 150px
    }
    
    .board__right:after {
        right: 12px;
        bottom: -12px
    }
    
    .blog-back {
        top: 30px;
        left: 50%;
        transform: translateX(-50%)
    }
    
    .programm-title {
        font-size: 22px
    }
    
    .teacher-title,
    .teacher-head {
        font-size: 22px
    }
    
    .tizer__box {
        width: 100%
    }
    
    .link-all-course {
        width: 178px;
        height: 48px;
        line-height: 1;
        display: flex;
        margin-bottom: 15px;
        align-items: center;
        justify-content: center;
        padding-top: 0;
        border-radius: 30px
    }
    
    .link-all-course br {
        display: none
    }
    
    .link-all-course-img {
        margin-left: 15px;
        margin-top: 0;
        margin-right: 0
    }
    
    .tizer,
    .programm {
        padding-left: 20px;
        padding-right: 20px;
        margin-left: -20px !important;
        margin-right: -20px !important
    }
    
    .tizer-carousel {
        width: calc(100% + 30px)
    }
    
    .b-partner-row {
        margin-bottom: 10px
    }
    
    .swiper-3 {
        margin-left: -10px;
        margin-right: -10px
    }
    
    .swiper-3 .swiper-slide {
        padding-left: 10px !important;
        padding-right: 10px !important
    }
    
    .swiper-carousel {
        padding-left: 15px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-right: 15px !important
    }
    
    .header-caption {
        font-size: 50px
    }
    
    .header-text {
        font-size: 30px
    }
    
    button.mfp-arrow {
        width: 30px;
        height: 40px;
        margin-top: -20px
    }
    
    .mfp-container {
        padding-left: 30px;
        padding-right: 30px
    }
    
    img.mfp-img {
        padding: 0;
        max-height: calc(100vh - 40px) !important
    }
    
    .review-carousel-wrap {
        margin-left: -15px;
        margin-right: -15px
    }
    
    .review-carousel {
        padding-top: 20px;
        padding-bottom: 25px
    }
    
    .map__contact-title {
        font-size: 22px
    }
    
    .header-description {
        font-size: 22px
    }
    
    .benefit {
        width: 100%;
        max-width: 580px
    }
    
    .heading-subtitle {
        font-size: 19px;
        line-height: 1.4
    }
    
    .heading-title {
        font-size: 24px
    }
    
    .b-benefit {
        padding-bottom: 60px
    }
    
    .resume__left {
        width: 100%
    }
    
    .resume__left .img-fluid {
        width: 100%
    }
    
    .resume__left_body {
        padding-left: 20px;
        padding-right: 20px
    }
    
    .benefit__col {
        margin-top: -30px;
        order: 1;
        margin-top: -15px;
        order: 1
    }
    
    .benefit__col.active {
        order: 2;
        z-index: 1
    }
    
    .benefit__col:not(.active) .benefit__body {
        display: none
    }
    
    .free-form-title {
        font-size: 26px
    }
    
    .b-free-form-container {
        max-width: 590px
    }
    
    .b-advange {
        padding-bottom: 0
    }
    
    .resume__right {
        padding-bottom: 30px
    }
    
    .header-show-video {
        left: 60px
    }
    
    .b-header {
        padding-top: 80px;
        padding-bottom: 85px
    }
    
    .col-md-3 .video:after,
    .col-md-4 .video:after {
        width: 48px;
        height: 48px;
        background-size: 48px 48px
    }
    
    .b-video-container {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    
    .card-name {
        font-size: 22px
    }
    
    .card {
        width: 420px
    }
    
    .b-feedback-form {
        margin-left: auto;
        margin-right: auto;
        max-width: 480px
    }
    
    .form-radio {
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
        display: block
    }
    
    .dropify-wrapper .dropify-preview .dropify-render img {
        max-height: 100% !important
    }
    
    .resume .dropify-wrapper {
        height: 313px !important
    }
    
    .resume_form {
        margin-bottom: 15px
    }
    
    .trainer {
        margin-bottom: 60px
    }
    
    .programm-price {
        display: inline-block
    }
    
    .resume {
        width: calc(100% - 40px);
        max-width: 400px
    }
    
    .resume__left.row {
        width: 100%
    }
    
    .advange-wrap.row {
        width: calc(100% + 40px);
        max-width: 480px
    }
    
    .advange {
        width: 100%;
        max-width: 100%;
        margin-top: 0;
        height: auto
    }
    
    .advange--left {
        margin-bottom: -30px;
        padding: 20px 20px 50px 20px
    }
    
    .advange--left:after {
        line-height: 1;
        bottom: auto !important;
        top: 5px !important
    }
    
    .advange--right {
        padding: 50px 20px 30px 20px
    }
    
    .advange-img {
        top: auto;
        max-width: calc(100% - 30px);
        position: relative
    }
    
    .advange-img--left {
        left: auto;
        margin-left: 30px;
        margin-bottom: -30px
    }
    
    .advange-img--right {
        right: 0;
        margin-right: 30px;
        margin-bottom: 50px
    }
    
    .advange:after {
        bottom: 15px;
        left: 50%;
        top: auto;
        height: 94px;
        width: 94px;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
    
    .form-btn {
        width: 100%
    }
    
    .btn-on-tab {
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
        display: block
    }
    
    .about {
        padding-bottom: 0
    }
    
    .b-header {
        width: auto !important
    }
    
    .header {
        min-height: calc(100vh - 197px);
        display: flex;
        flex-direction: column;
        justify-content: center
    }
    
    .b-feedback__bottom {
        display: none
    }
    
    .programm__right-list {
        columns: 1
    }
    
    .header-row,
    .header-subtitle,
    .header-title {
        padding-left: 50px
    }
    
    div.header {
        padding-left: 15px !important
    }
    
    .form-group--main {
        max-width: 50%;
        margin-left: auto;
        margin-right: auto
    }
    
    .trainer {
        max-width: 400px;
        margin-right: auto !important;
        margin-left: auto !important
    }
    
    .programm__right:before {
        content: '';
        background-color: #E0E0E0;
        height: 1px;
        width: calc(100% - 15px);
        display: block;
        margin-bottom: 40px
    }
    
    .feedback-title {
        text-align: center
    }
    
    .form-group--main {
        width: 100% !important;
        padding-left: 5px;
        padding-right: 5px
    }
    
    .about {
        max-width: none !important;
        margin-left: -20px !important;
        margin-right: -20px !important
    }
    
    .about-img {
        width: 100%
    }
    
    .about-text {
        max-width: 100%
    }
    
    .main-title {
        font-size: 26px
    }
    
    .main-title>* {
        font-size: 26px
    }
    
    .top-collapse-line {
        font-size: 12px
    }
    
    .menu {
        width: 270px
    }
    
    .buns {
        margin-left: auto;
        margin-right: auto
    }
    
    .b-about {
        margin-top: 60px
    }
    
    .about-text {
        padding: 40px 30px
    }
    
    .about {
        padding-top: 0
    }
    
    .map {
        height: 400px
    }
    
    .footer-collapse-link--md:after {
        content: '';
        width: 10px;
        height: 3px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
        background: url(../img2/icon_arrow_up_blue.svg) no-repeat center;
        background-size: 10px 3px
    }
    
    .footer-collapse-link--md.collapsed:after {
        background-image: url(../img2/icon_arrow_down_blue.svg)
    }
    
    .programm__left {
        border-right: 0
    }
    
    .training-img {
        height: auto;
        overflow: hidden;
        margin-left: -15px;
        margin-right: -15px;
        position: relative
    }
    
    .training-img:after,
    .training-img:before {
        content: '';
        position: absolute
    }
    
    .training-img:after {
        right: 0;
        top: -1px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 767px 30px 0;
        border-color: transparent #404040 transparent transparent
    }
    
    .training-img:before {
        left: 0;
        bottom: -1px;
        width: 0;
        height: 0;
        z-index: 1;
        border-style: solid;
        border-width: 30px 0 0 767px;
        border-color: transparent transparent transparent #404040
    }
    
    .training-img img {
        height: auto;
        max-width: 100%;
        width: 767px
    }
    
    .training__right-list {
        margin-top: 60px
    }
    
    .hidden-md {
        display: none !important
    }
    
    .form-control {
        height: 50px
    }
    
    .training__right {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
    
    .trainer__left {
        width: 100%;
        padding: 11px 11px 0 11px;
        border-width: 12px 12px 0 12px
    }
    
    .trainer__right {
        border-width: 0 12px 12px 12px;
        padding: 0 11px 11px 11px
    }
    
    .header-title {
        font-size: 40px
    }
    
    .header-title>* {
        font-size: 40px
    }
    
    .training-title {
        font-size: 24px
    }
    
    .feedback-title,
    .resume-title,
    .g-title {
        font-size: 24px
    }
    
    .feedback-title>*:not([class]),
    .resume-title>*:not([class]),
    .g-title>*:not([class]) {
        font-size: 24px
    }
    
    .course {
        width: 100%
    }
    
    .b-header--main {
        background-image: none
    }
    
    .header-slogan {
        margin-left: 50px
    }
    
    .b-advange-title {
        margin-bottom: 90px
    }
    
    .b-card {
        padding-bottom: 60px !important
    }
    
    .board-link-video {
        top: 50px;
        left: 50%;
        transform: translateX(-50%)
    }
    
    .board__left:after {
        top: auto;
        transform: translateX(-50%);
        left: 50%;
        bottom: 100%;
        border-width: 0 360px 30px 360px;
        border-color: transparent transparent #00a3ff transparent
    }
    
    .board__left {
        padding: 0 10px 30px
    }
}
@media (max-width: 619px) {
    .programm-btn {
        width: 100%;
        margin-bottom: 12px;
        min-width: 50%;
        margin-left: auto;
        margin-right: auto
    }
    
    .programm {
        padding-bottom: 5px
    }
}
@media (max-width: 991px) and (min-width: 577px) {
    .about {
        margin-left: -20px !important;
        margin-right: -20px !important
    }
}
@media (max-width: 767px) and (min-width: 577px) {
    .course .btn-hover {
        max-width: 50%;
        margin-left: auto;
        margin-right: auto;
        display: block
    }
}
@media (min-width: 576px) {
    .swiper-container-horizontal>.swiper-scrollbar {
        opacity: 0 !important
    }
    
    .swiper-wrapper-mobile {
        width: auto !important;
        transform: none !important
    }
    
    .swiper-scrollbar {
        display: none !important
    }
    
    .buns-col {
        height: auto !important
    }
    
    .teacher-container {
        display: grid;
        grid-template-columns: auto 1fr;
        grid-template-rows: 1fr 1fr;
        grid-template-areas: "teacher-img ." "teacher-img ."
    }
    
    .teacher-img {
        grid-area: teacher-img
    }
}
@media (max-width: 575px) {
    .ctable-title {
        font-size: 22px
    }
    
    .stage-body__bg--left {
        margin-left: -45px
    }
    
    .stage-body__bg--right {
        margin-right: -45px
    }
    
    .stage-body__text {
        width: 100%;
        min-height: 0
    }
    
    .stage-body__bg {
        position: static
    }
    
    .stage--right {
        margin-left: -20px
    }
    
    .stage--left {
        margin-right: -20px
    }
    
    .title {
        font-size: 28px
    }
    
    .teacher-container {
        display: grid;
        grid-template-columns: 0.5fr 1.3fr;
        grid-template-rows: 1fr auto;
        grid-template-areas: ". ." "teacher-post teacher-post"
    }
    
    .teacher-post {
        grid-area: teacher-post
    }
    
    .blog__head-title--medium {
        font-size: 28px
    }
    
    .teacher-title,
    .teacher-head {
        font-size: 20px
    }
    
    .main-about-title {
        padding-top: 15px
    }
    
    .learn-icon {
        width: 50px
    }
    
    .learn-nmb:before {
        left: 0
    }
    
    .header-slogan {
        margin-left: 0
    }
    
    .b-feedback-form {
        padding-top: 0
    }
    
    .timer .countdown-section {
        width: 60px;
        height: 87px;
        font-size: 13px;
        margin-left: 4px;
        margin-right: 4px
    }
    
    .timer .countdown-amount {
        font-size: 32px;
        padding-top: 10px
    }
    
    .heading-btn {
        width: 100%
    }
    
    .free-form-title {
        font-size: 22px
    }
    
    .header-show-video {
        left: 15px
    }
    
    .card-swiper-container {
        margin-left: -15px;
        margin-right: -15px
    }
    
    .programm-btn {
        width: 100%;
        margin-bottom: 12px;
        min-width: 50%;
        margin-left: auto;
        margin-right: auto
    }
    
    .form-group--main {
        max-width: 100%
    }
    
    .btn,
    .btn-social {
        padding-left: 15px;
        padding-right: 15px
    }
    
    .header-row,
    .header-subtitle,
    .header-title {
        padding-left: 0
    }
    
    .b-buns {
        padding-bottom: 60px
    }
    
    .b-review {
        padding-bottom: 0
    }
    
    .swiper-container-horizontal>.swiper-scrollbar {
        width: 100%;
        left: 0;
        bottom: 0
    }
    
    .swiper-wrapper {
        margin-left: 0;
        margin-right: 0
    }
    
    .b-review .container,
    .b-buns .container {
        padding-left: 0;
        padding-right: 0
    }
    
    .swiper-slide {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    
    .card-swiper-container {
        background-color: transparent !important
    }
    
    .card-swiper-container .swiper-slide {
        background-color: transparent !important
    }
    
    .review-swiper-container--marb {
        margin-bottom: 60px
    }
    
    .review-row {
        padding-bottom: 0
    }
    
    .review {
        width: 100%
    }
    
    .review-img {
        width: 100%
    }
    
    .b-sertificate .container,
    .b-resume .container {
        overflow: hidden;
        padding-left: 0;
        padding-right: 0
    }
    
    .b-review .swiper-container {
        background-color: rgba(0, 0, 0, 0.04)
    }
    
    .buns-text,
    .buns-name {
        margin-bottom: 25px;
        padding-left: 20px;
        padding-right: 20px
    }
    
    .buns {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0
    }
    
    .buns-img {
        width: 100%
    }
    
    .buns {
        max-width: 100%;
        text-align: center
    }
}
@media (min-width: 480px) {
    .visible-480 {
        display: none !important
    }
    
    .dropify-wrap-img {
        display: none
    }
    
    .g-title--marb {
        margin-bottom: 60px
    }
}
@media (max-width: 519px) and (min-width: 480px) {
    .advange-wrap.row {
        max-width: 100%
    }
}
@media (max-width: 479px) {
    .ctable-left__text {
        padding-bottom: 40px
    }
    
    .ctable-btn {
        width: 100%;
        padding: 5px;
        font-size: 12px
    }
    
    .ctable-price {
        font-size: 14px
    }
    
    .ctable-subtitle {
        font-size: 16px
    }
    
    .ctable-left__text {
        font-size: 16px
    }
    
    .ctable-title {
        font-size: 18px
    }
    
    .ctable-left__head {
        font-size: 32px;
        margin-top: 40px;
        margin-bottom: 16px;
        padding: 10px 30px 10px 10px
    }
    
    .g-title--marb {
        margin-bottom: 40px
    }
    
    .subtitle {
        font-size: 22px
    }
    
    .board__left {
        font-weight: bold;
        font-size: 18px;
        min-height: 100px
    }
    
    .teacher-img {
        max-width: 100px;
        max-height: 100px
    }
    
    .programm-title {
        font-size: 20px
    }
    
    .tizer-head {
        margin-bottom: 20px
    }
    
    .link-all-course {
        margin-bottom: 25px
    }
    
    .g-title.b-reviews-title {
        margin-bottom: 20px !important
    }
    
    .b-courses {
        padding-bottom: 15px !important
    }
    
    .b-courses {
        padding-top: 40px
    }
    
    .b-reviews.g-padding {
        padding-bottom: 10px !important
    }
    
    .swiper-carousel .swiper-wrapper .swiper-slide {
        width: 264px
    }
    
    .box__body-status {
        margin-left: -10px;
        margin-right: -10px
    }
    
    .box__link {
        min-height: 136px
    }
    
    .header-btn {
        width: 100%
    }
    
    .header-caption {
        font-size: 32px
    }
    
    .header-text {
        font-size: 24px
    }
    
    .map__contact {
        padding: 20px
    }
    
    .map__contact-title {
        font-size: 18px
    }
    
    .learn {
        max-width: 280px
    }
    
    .header-description {
        font-size: 18px
    }
    
    .heading-subtitle {
        font-size: 16px
    }
    
    .heading-title {
        font-size: 18px
    }
    
    .feedback__top {
        padding-top: 40px
    }
    
    .b-free-form {
        padding-top: 40px;
        padding-bottom: 40px
    }
    
    .tizer {
        padding: 27px 15px 0;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px
    }
    
    .tizer .card {
        padding: 20px
    }
    
    .video-name {
        font-size: 15px
    }
    
    .video:after {
        width: 36px;
        height: 36px;
        background-size: 36px 36px
    }
    
    .b-slider {
        padding-top: 40px
    }
    
    .b-card {
        padding-bottom: 40px !important
    }
    
    .card-img {
        top: 77px;
        max-width: 110px
    }
    
    .card {
        padding: 15px 20px 15px;
        height: 190px
    }
    
    .card-name {
        font-size: 18px;
        min-height: 105px;
        height: auto
    }
    
    .b-review {
        padding-top: 40px
    }
    
    .form-radio-title {
        padding-bottom: 15px
    }
    
    .form-radio {
        padding-left: 24px;
        padding-right: 24px
    }
    
    .dropify-wrap {
        position: relative
    }
    
    .dropify-wrap .dropify-wrapper {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100% !important
    }
    
    .dropify-wrap-img {
        opacity: 0;
        max-width: 100%
    }
    
    .b-resume {
        padding-top: 40px;
        padding-bottom: 40px
    }
    
    .resume__left.row {
        padding-left: 20px;
        padding-right: 20px
    }
    
    .b-advange {
        padding-top: 40px
    }
    
    .b-trainer-title {
        margin-top: 40px
    }
    
    .advange-wrap.row {
        margin-left: -20px !important
    }
    
    .trainer {
        margin-bottom: 40px
    }
    
    .trainer__right_body {
        padding-left: 15px;
        padding-right: 15px
    }
    
    .resume-btn,
    .training__right-btn {
        width: 100%
    }
    
    .dropdown-item {
        white-space: normal;
        line-height: 1.2
    }
    
    .training-img {
        margin-top: 30px !important
    }
    
    .training__right-list {
        margin-top: 40px !important
    }
    
    .b-trainer.g-padding {
        padding-top: 63px !important
    }
    
    .b-programm {
        padding-bottom: 40px
    }
    
    .b-about {
        margin-top: 40px
    }
    
    .b-buns {
        padding-bottom: 40px !important
    }
    
    .b-card {
        padding-bottom: 40px !important
    }
    
    .g-padding.b-feedback,
    .g-padding.b-sertificate,
    .g-padding.b-card {
        padding-top: 40px !important
    }
    
    .sertificatе-text {
        max-width: 100%
    }
    
    .g-padding.b-sertificate {
        padding-bottom: 0 !important
    }
    
    .review-swiper-container--marb {
        margin-bottom: 40px
    }
    
    .training-container {
        padding-left: 5px !important;
        padding-right: 5px !important
    }
    
    .main {
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }
    
    .main-title {
        font-size: 20px
    }
    
    .main-title>* {
        font-size: 20px
    }
    
    .attention-name {
        font-size: 16px
    }
    
    .b-header {
        padding-bottom: 70px
    }
    
    .footer-copy {
        font-size: 12px;
        text-align: center
    }
    
    .map {
        height: 300px
    }
    
    .answer {
        padding: 15px 15px 5px 15px
    }
    
    .question {
        padding-left: 15px;
        padding-right: 30px;
        font-size: 16px
    }
    
    .question:after {
        right: 10px
    }
    
    .review-row {
        padding-bottom: 10px
    }
    
    .about-text {
        padding: 20px 15px
    }
    
    .hidden-480 {
        display: none !important
    }
    
    .hamburger {
        margin-right: 20px
    }
    
    .header-title {
        font-size: 32px
    }
    
    .header-title>* {
        font-size: 32px
    }
    
    .header-subtitle {
        margin-bottom: 60px
    }
    
    .training-title {
        font-size: 22px
    }
    
    .feedback-title,
    .resume-title,
    .g-title {
        font-size: 22px;
        margin-bottom: 40px
    }
    
    .feedback-title>*:not([class]),
    .resume-title>*:not([class]),
    .g-title>*:not([class]) {
        font-size: 22px
    }
    
    .b-attention {
        padding-bottom: 40px !important
    }
    
    .b-benefit,
    .g-padding {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }
    
    .b-partner {
        padding-bottom: 25px !important
    }
    
    .b-location {
        padding-bottom: 40px
    }
    
    .b-advange-title {
        margin-bottom: 70px
    }
    
    .b-card-title {
        margin-bottom: 20px
    }
}
@media (max-width: 399px) {
    .ctable-subtitle {
        font-size: 14px
    }
    
    .useful-col {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%
    }
    
    .ctable-text {
        font-size: 12px
    }
    
    .ctable-price {
        font-size: 13px
    }
}
@media (max-width: 340px) {
    .recaptcha-block,
    #recaptcha1 {
        transform: scale(0.92)
    }
    
    .recaptcha-block {
        margin-left: -12px;
        margin-right: -12px
    }
    
    .header-title>* {
        font-size: 30px
    }
}
.vertical-slider .swiper-slide {
    height: auto !important
}