dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
ul {
    margin-top: 0
}

address,
dl,
ol,
p,
pre,
ul {
    margin-bottom: 1rem
}

body,
caption {
    text-align: left
}

button,
hr,
input {
    overflow: visible
}

pre,
textarea {
    overflow: auto
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
legend,
main,
nav,
section {
    display: block
}

dd,
h1,
h2,
h3,
h4,
h5,
h6,
label,
legend {
    margin-bottom: .5rem
}

address,
legend {
    line-height: inherit
}

progress,
sub,
sup {
    vertical-align: baseline
}

label,
output {
    display: inline-block
}

.owl-carousel,
.owl-carousel .owl-item,
.owl-theme .owl-dots,
.owl-theme .owl-nav,
html {
    -webkit-tap-highlight-color: transparent
}

/* Light (300) */
@font-face {
    font-family: 'GothamPro';
    src:
        url('../fonts/GothamPro-Light.woff2') format('woff2'),
        url('../fonts/GothamPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Regular (400) */
@font-face {
    font-family: 'GothamPro';
    src:
        url('../fonts/GothamPro.woff2') format('woff2'),
        url('../fonts/GothamPro.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Medium (500) */
@font-face {
    font-family: 'GothamPro';
    src:
        url('../fonts/GothamPro-Medium.woff2') format('woff2'),
        url('../fonts/GothamPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Bold (700) */
@font-face {
    font-family: 'GothamPro';
    src:
        url('../fonts/GothamPro-Bold.woff2') format('woff2'),
        url('../fonts/GothamPro-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/*!
 * Bootstrap Reboot v4.0.0 (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)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

@-ms-viewport {
    width: device-width
}

body {
    margin: 0
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    font-style: normal
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

blockquote,
figure {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #3e8dff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0062f1;
    text-decoration: underline
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

pre {
    -ms-overflow-style: scrollbar
}

img {
    vertical-align: middle;
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    caption-side: bottom
}

th {
    text-align: inherit
}

.owl-theme .owl-dots,
.owl-theme .owl-nav,
.review-item,
.s-description,
.s-title,
.text-center {
    text-align: center
}

button {
    border-radius: 0
}

button:focus {
    outline: dotted 1px;
    outline: -webkit-focus-ring-color auto 5px
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
[type=button]::-moz-focus-inner,
button::-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 {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    width: 100%;
    max-width: 100%;
    padding: 0;
    font-size: 1.5rem;
    color: inherit;
    white-space: normal
}

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

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

.cardslider__dot-btn:focus,
.cardslider__nav-next:focus,
.cardslider__nav-prev:focus,
.slider .owl-dots button.owl-dot:focus,
.slider .owl-nav button:focus,
form .select:focus,
form input:focus {
    outline: 0
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

/*!
 * Bootstrap Grid v4.0.0 (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)
 */
@-ms-viewport {
    width: device-width
}

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

@media (min-width:800px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:900px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

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

#home .row {
    display: block;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

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

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    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%
}

.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:800px) {
    .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%
    }

    .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:900px) {
    .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%
    }

    .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) {
    .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%
    }

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

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

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

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

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

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

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

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

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

@media (min-width:1200px) {
    .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%
    }

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

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

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

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

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

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

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

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

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

@media print {
    .d-print-none {
        display: none !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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:800px) {
    .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
    }

    .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:900px) {
    .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
    }

    .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
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

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

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

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

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

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

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

    .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
    }
}

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

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

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

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

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

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

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

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

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

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

.owl-carousel {
    display: none;
    width: 100%;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(https://expertlab.online/assets/css/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.acordion-item .acordion-question:hover,
.base-btn:hover,
.cardslider__nav-next:hover,
.cardslider__nav-prev:hover,
.humburger,
.reviews-slider-link:hover,
form button:hover {
    cursor: pointer
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.container {
    max-width: 1225px
}

.base-title {
    font-size: 50px;
    font-weight: 700;
    color: #fff
}

.base-title span {
    color: #ff9008
}

.base-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    width: 100%;
    max-width: 204px;
    border-radius: 28px;
    background-color: #3e8dff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    border: none;
    color: #fff;
    transition: all .3s ease
}

.base-btn:hover {
    color: #fff;
    text-decoration: none;
    background: #295ba4
}

.base-btn.btn-large {
    max-width: 260px;
    height: 62px
}

.base-btn.btn-transparent {
    background-color: transparent;
    border: 2px solid #fff
}

.base-btn.btn-transparent:hover {
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    background: #295ba4;
    border: 2px solid #295ba4
}

.cardslider {
    width: 100%;
    height: 100%;
    position: relative
}

.cardslider__cards,
.cardslider__dots-nav {
    margin: 0;
    padding: 0;
    list-style: none
}

.cardslider__cards {
    height: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-style: preserve-3d
}

.cardslider__dots-nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.cardslider__dot {
    display: inline-block;
    margin-right: 8px
}

.cardslider__dot-btn {
    position: relative;
    border-radius: 50%;
    display: block;
    appearance: none;
    background: 0 0;
    padding: 0
}

.cardslider__dot-btn::before {
    content: ' ';
    position: absolute;
    background: #fff;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transition: all .5s;
    transform: translate(-50%, -50%) scale(0)
}

.burger::after,
.burger::before,
form .select::after {
    content: ''
}

.cardslider__dot--active .cardslider__dot-btn::before {
    transform: translate(-50%, -50%) scale(1.1)
}

.cardslider__card {
    background: #d7d7d7;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    will-change: transform, opacity, background;
    transition: background .5s ease-out, opacity .5s
}

.cardslider__card--transitions {
    transition: background .5s ease-out, transform .5s ease-out, opacity .5s
}

.cardslider__card--index-0 {
    background: #fff
}

.cardslider__card--index-1 {
    background: #f5f5f5
}

.cardslider__card--index-2 {
    background: #ebebeb
}

.cardslider__card--index-3 {
    background: #e1e1e1
}

.cardslider__card--invisible {
    opacity: 0
}

.cardslider--direction-up .cardslider__card {
    transform: scale(.8) translate3d(0, 17.25%, 0)
}

.cardslider--direction-up .cardslider__card--index-0 {
    transform: translate3d(0, 0, 6px)
}

.cardslider--direction-up .cardslider__card--index-1 {
    transform: scale(.95) translate3d(0, 8.31%, 4px);
    box-shadow: 0 10px 40px 0 rgba(192, 192, 192, .1)
}

.cardslider--direction-up .cardslider__card--index-2 {
    transform: scale(.9) translate3d(0, 17.61%, 2px)
}

.cardslider--direction-up .cardslider__card--index-3 {
    transform: scale(.85) translate3d(0, 5.91%, 1px)
}

.cardslider--direction-up .cardslider__card--out {
    transform: translate3d(0, 150%, 4px)
}

.cardslider--sortback-up {
    animation: sortback-up .67s
}

.cardslider--sortfront-up {
    animation: sortfront-up .67s
}

.cardslider--direction-down .cardslider__card {
    transform: scale(.8) translate3d(0, -17.25%, 0)
}

.cardslider--direction-down .cardslider__card--index-0 {
    transform: translate3d(0, 0, 4px)
}

.cardslider--direction-down .cardslider__card--index-1 {
    transform: scale(.95) translate3d(0, -4.31%, 3px)
}

.cardslider--direction-down .cardslider__card--index-2 {
    transform: scale(.9) translate3d(0, -8.61%, 2px)
}

.cardslider--direction-down .cardslider__card--index-3 {
    transform: scale(.85) translate3d(0, -12.91%, 1px)
}

.cardslider--direction-down .cardslider__card--out {
    transform: translate3d(0, 150%, 4px)
}

.cardslider--sortback-down {
    animation: sortback-down .67s
}

.cardslider--sortfront-down {
    animation: sortfront-down .67s
}

.cardslider--direction-right .cardslider__card {
    transform: scale(.8) translate3d(-17.25%, 0, 0)
}

.cardslider--direction-right .cardslider__card--index-0 {
    transform: translate3d(0, 0, 4px)
}

.cardslider--direction-right .cardslider__card--index-1 {
    transform: scale(.95) translate3d(-4.31%, 0, 3px)
}

.cardslider--direction-right .cardslider__card--index-2 {
    transform: scale(.9) translate3d(-8.61%, 0, 2px)
}

.cardslider--direction-right .cardslider__card--index-3 {
    transform: scale(.85) translate3d(-12.91%, 0, 1px)
}

.cardslider--direction-right .cardslider__card--out {
    transform: translate3d(150%, 0, 4px)
}

.cardslider--sortback-right {
    animation: sortback-right .67s
}

.cardslider--sortfront-right {
    animation: sortfront-right .67s
}

.cardslider--direction-left .cardslider__card {
    transform: scale(.8) translate3d(17.25%, 0, 0)
}

.cardslider--direction-left .cardslider__card--index-0 {
    transform: translate3d(0, 0, 4px)
}

.cardslider--direction-left .cardslider__card--index-1 {
    transform: scale(.95) translate3d(4.31%, 0, 3px)
}

.cardslider--direction-left .cardslider__card--index-2 {
    transform: scale(.9) translate3d(8.61%, 0, 2px)
}

.cardslider--direction-left .cardslider__card--index-3 {
    transform: scale(.85) translate3d(12.91%, 0, 1px)
}

.cardslider--direction-left .cardslider__card--out {
    transform: translate3d(150%, 0, 4px)
}

.cardslider--sortback-left {
    animation: sortback-left .67s
}

.cardslider--sortfront-left {
    animation: sortfront-left .67s
}

.cardslider__direction-nav {
    position: absolute;
    right: 20px;
    bottom: 20px
}

.cardslider__nav-next,
.cardslider__nav-prev {
    display: block;
    background: center center no-repeat;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    outline: 0;
    transition: all .3s;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 0
}

.cardslider__nav-next:active,
.cardslider__nav-prev:active {
    transform: scale(.8)
}

.cardslider__nav-next {
    margin-bottom: 10px
}

@keyframes sortback-down {
    0% {
        transform: translate3d(0, 0, 4px) scale(1)
    }

    50% {
        transform: translate3d(0, 150%, 4px) scale(1)
    }

    60% {
        transform: translate3d(0, 150%, 0) scale(.8)
    }

    100% {
        transform: translate3d(0, 0, 0) scale(.8)
    }
}

@keyframes sortfront-down {
    0% {
        transform: translate3d(0, 0, 0) scale(.8)
    }

    50% {
        transform: translate3d(0, 150%, 0) scale(.8)
    }

    60% {
        transform: translate3d(0, 150%, 4px) scale(1)
    }

    100% {
        transform: translate3d(0, 0, 4px) scale(1)
    }
}

@keyframes sortback-up {
    0% {
        transform: translate3d(0, 0, 4px) scale(1)
    }

    50% {
        transform: translate3d(0, -150%, 4px) scale(1)
    }

    60% {
        transform: translate3d(0, -150%, 0) scale(.7)
    }

    100% {
        transform: translate3d(0, 0, 0) scale(.7)
    }
}

@keyframes sortfront-up {
    0% {
        transform: translate3d(0, 0, 0) scale(.8)
    }

    50% {
        transform: translate3d(0, -150%, 0) scale(.8)
    }

    60% {
        transform: translate3d(0, -150%, 4px) scale(1)
    }

    100% {
        transform: translate3d(0, 0, 4px) scale(1)
    }
}

@keyframes sortback-left {
    0% {
        transform: translate3d(0, 0, 4px) scale(1)
    }

    50% {
        transform: translate3d(-150%, 0, 4px) scale(1)
    }

    60% {
        transform: translate3d(-150%, 0, 0) scale(.8)
    }

    100% {
        transform: translate3d(0, 0, 0) scale(.8)
    }
}

@keyframes sortfront-left {
    0% {
        transform: translate3d(0, 0, 0) scale(.8)
    }

    50% {
        transform: translate3d(-150%, 0, 0) scale(.8)
    }

    60% {
        transform: translate3d(-150%, 0, 4px) scale(1)
    }

    100% {
        transform: translate3d(0, 0, 4px) scale(1)
    }
}

@keyframes sortback-right {
    0% {
        transform: translate3d(0, 0, 4px) scale(1)
    }

    50% {
        transform: translate3d(150%, 0, 4px) scale(1)
    }

    60% {
        transform: translate3d(150%, 0, 0) scale(.8)
    }

    100% {
        transform: translate3d(0, 0, 0) scale(.8)
    }
}

@keyframes sortfront-right {
    0% {
        transform: translate3d(0, 0, 0) scale(.8)
    }

    50% {
        transform: translate3d(150%, 0, 0) scale(.8)
    }

    60% {
        transform: translate3d(150%, 0, 4px) scale(1)
    }

    100% {
        transform: translate3d(0, 0, 4px) scale(1)
    }
}

.humburger {
    position: absolute;
    z-index: 100;
    display: none;
    top: 58px;
    right: -10px;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px
}

.humburger.active .burger {
    background: rgba(0, 0, 0, 0);
    box-shadow: 0 2px 5px transparent
}

.burger,
.burger::after,
.burger::before {
    position: absolute;
    width: 30px;
    height: 3px;
    background: #37cfb1;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    transition: .5s
}

.humburger.active .burger::before {
    top: 0;
    transform: rotate(45deg)
}

.humburger.active .burger::after {
    top: 0;
    transform: rotate(135deg)
}

.burger {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

body,
header,
header .container {
    position: relative
}

form .select,
form button,
form input {
    box-shadow: 0 14px 40px 0 rgba(58, 137, 219, .1)
}

.header-top-line .button,
form button {
    transition: all .4s ease;
    text-transform: uppercase
}

.burger::before {
    top: -10px
}

.burger::after {
    top: 10px
}

body {
    font-size: 16px;
    min-width: 320px;
    line-height: 1.5;
    font-family: GothamPro, serif;
    font-weight: 300;
    overflow-x: hidden;
    color: #294859;
    max-width: 1920px;
    background-color: #fff
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-responsive.img-width {
    width: 100%
}

b,
strong {
    font-weight: 700
}

::-moz-placeholder {
    color: #979797;
    font-size: 16px
}

::-ms-input-placeholder {
    color: #979797;
    font-size: 16px
}

::-webkit-input-placeholder {
    color: #979797;
    font-size: 16px
}

header {
    overflow: hidden;
    background-image: url('../images/header-bg.jpg');
    background-size: cover;
    background-position: bottom center;
    color: #fff
}

header .container {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-bottom: 90px
}

header .header-bg {
    position: absolute;
    right: -50px;
    bottom: 0
}

.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 44px;
    margin-bottom: 90px
}

.header-top-line {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center
}

.header-top-line nav {
    margin-right: 40px
}

.header-top-line nav a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-right: 20px
}

.header-top-line nav a:last-child {
    margin-right: 0
}

.header-top-line nav a:hover {
    text-decoration: underline;
    color: #fff
}

.header-top-line .phone {
    margin-right: 25px;
    font-size: 16px;
    color: #fff
}

.header-top-line .phone .phone-mobile {
    display: none
}

.header-top-line .phone:hover {
    color: #fff
}

.header-top-line .button {
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 185px;
    height: 52px;
    border-radius: 26px;
    border: 2px solid #fff;
    color: #fff
}

.header-top-line .button:hover {
    text-decoration: none;
    color: #fff;
    background-color: #37cfb1
}

.logo-col {
    margin-top: 43px;
    margin-bottom: 38px
}

.logo {
/*     width: 243px;
    display: inline-block */
}

.logo img {
    width: 100%
}

.logo-mobile {
    display: none
}

.title-wrap {
    margin-bottom: 30px
}

.main-descr {
    font-size: 26px;
    line-height: 1.23;
    font-weight: 300;
    margin-bottom: 20px
}

.main-title {
    line-height: 1.2;
    font-size: 52px;
    font-weight: 700;
    padding-right: 10%
}

form {
    display: flex;
    margin-bottom: 32px
}

form>* {
    flex: 1 0 0;
    min-width: 0
}

form .select,
form input {
    width: 100%;
    max-width: 289px;
    height: 60px;
    display: flex;
    align-items: center;
    padding-left: 16px;
    border-radius: 5px;
    -webkit-appearance: none;
    margin-right: 24px;
    border: none
}

form .input__container {
    position: relative
}

form label.u-form__error {
    color: #e95454;
    font-size: 16px;
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    background-color: #f2f7fb;
    padding: 4px 8px;
    border-radius: 4px;
    border: 1px solid #e95454;
    z-index: 1
}

form .select {
    padding-left: 0;
    position: relative
}

form .select::after {
    position: absolute;
    top: 50%;
    right: 4px;
    font-size: 24px;
    color: #333;
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #294759;
    border-right: 2px solid #294759;
    transform: translate(-50%, -100%) rotate(45deg);
    transform-origin: 0 50%
}

form .select select {
    padding: 0 10px;
    -webkit-border-radius: 2px;
    border-radius: 5px;
    background-color: #fff;
    border: none;
    color: #999;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    width: 100%;
    height: 100%;
    font-weight: 400;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

form button {
    font-size: 14px;
    display: flex;
    font-weight: 700;
    letter-spacing: .9px;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 203px;
    height: 60px;
    border: none;
    border-radius: 5px;
    background-color: #ff9008;
    color: #fff
}

.advantag .adv-bg-mobile,
.bg1-mobile,
.mobile-promo {
    display: none
}

.acordion-item,
.best-section .advantag-item,
.choose-section .advantag-item {
    box-shadow: 0 10px 40px 0 rgba(58, 137, 219, .1)
}

form button:hover {
    background-color: #d47500;
    background-image: none
}

.form-descr {
    font-size: 18px;
    color: #fff;
    line-height: 1.39
}

.advantag {
    background-position: top;
    position: relative;
    padding-bottom: 30px;
    z-index: 2
}

.advantag .adv-bg {
    position: absolute;
    top: -100px;
    width: 100%
}

.s-title {
    margin: 0 0 10px;
    color: #294859;
    font-size: 46px;
    font-weight: 700;
    line-height: 1.13
}

section {
    padding: 60px 0
}

.s-title span {
    color: #37cfb1
}

.s-description {
    color: #294859;
    font-size: 26px
}

.advantag-grid {
    margin-top: 50px
}

.advantag-grid .advantag-item-wrap {
    margin-bottom: 30px
}

.advantag-grid .advantag-item {
    display: flex;
    background-color: #fff;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
    height: 100%
}

.advantag-grid .advantag-item .item-icon {
    margin-right: 25px
}

.advantag-grid .advantag-item .item-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px
}

.advantag-grid .advantag-item .item-title img {
    display: inline-block;
    margin-right: 15px
}

.choose-section .advantag-item {
    padding: 40px;
    border-radius: 5px
}

.best-section {
    padding-top: 0
}

.best-section .advantag-grid {
    margin-top: 80px
}

.best-section .advantag-item {
    padding: 40px;
    border-radius: 5px;
    flex-wrap: wrap;
    flex-direction: column
}

.best-section .advantag-item .item-content {
    padding-top: 20px
}

.best-section .advantag-item .item-icon {
    margin: -80px 0 0;
    width: 100%;
    display: flex;
    position: relative;
    max-height: 101px
}

.best-section .advantag-item .item-icon .name {
    font-size: 18px;
    font-weight: 700;
    color: #37cfb1;
    width: 100%;
    margin-left: 15px;
    padding-top: 45px
}

.best-section .advantag-item .item-icon .name span {
    color: #294859;
    font-size: 16px;
    font-weight: 500;
    display: block;
    width: 100%
}

.best-section .advantag-item .item-icon .rating {
    position: absolute;
    left: 65px;
    top: 10px;
    width: 45px;
    height: 23px;
    background-color: #ff9008;
    border-radius: 12.5px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    justify-content: center;
    display: flex
}

.best-section .advantag-item .item-icon .rating img {
    margin-right: 4px
}

.best-section .advantag-item .item-icon .avatar {
    min-width: 87px;
    width: 87px;
    height: 87px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #fff;
    box-shadow: 0 10px 40px 0 rgba(58, 137, 219, .1)
}

.best-section .advantag-item .item-icon .avatar img {
    max-width: 100%;
    height: 100%;
    width: 100%
}

.questions {
    position: relative;
    padding-bottom: 100px;
    padding-top: 100px
}

.questions .ask1,
.questions .ask2 {
    display: none
}

.questions .questions-icon1 {
    position: absolute;
    left: 50px;
    top: -50px
}

.questions .questions-icon2 {
    position: absolute;
    right: 0;
    top: -50px
}

.questions .questions-icon3 {
    position: absolute;
    left: 0;
    bottom: -50px
}

.questions .questions-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.acordion-item,
.questions .container {
    position: relative
}

.acordion-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 100px;
    margin-top: 40px
}

.acordion-item {
    max-width: 912px;
    width: 100%;
    background-color: #fff;
    margin-bottom: 25px
}

.acordion-item.active .acordion-arrow {
    transform: rotate(90deg)
}

.acordion-item .acordion-question {
    font-size: 18px;
    font-weight: 500;
    padding: 20px 30px
}

.acordion-item .acordion-answer {
    font-size: 16px;
    font-weight: 300;
    padding: 0 30px 20px;
    display: none
}

.acordion-item .acordion-arrow {
    position: absolute;
    right: 25px;
    top: 22px
}

.work,
.work .container {
    position: relative
}

.item-text {
    font-size: 16px
}

.work {
    padding-top: 140px;
    padding-bottom: 150px;
    margin-top: -50px
}

.work .s-title {
    color: #fff;
    padding-bottom: 50px
}

.work .work-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.work .work-bg-m1,
.work .work-bg-m2 {
    display: none
}

.work .work-content {
    display: flex;
    align-items: center
}

.work .work-content .work-number {
    font-size: 74px;
    font-weight: 700;
    color: #fff;
    opacity: .4;
    min-width: 46px;
    display: inline-block;
    margin-right: 10px
}

.work .work-content .work-text {
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    line-height: 1.2
}

.work-item {
    position: relative
}

.work-item .item-arrow,
.work-item .item-arrow2 {
    position: absolute;
    top: 30%;
    right: -10%
}

.work-icon1 {
    position: absolute;
    left: 50px;
    top: -150px
}

.work-icon2 {
    position: absolute;
    right: 0;
    bottom: -200px;
    width: 200px
}

#form2 {
    justify-content: center
}

#form2 .project {
    width: 100%;
    max-width: 450px
}

.project-form {
    background-color: #37cfb1;
    padding-bottom: 40px;
    position: relative
}

.project-form .project-bg1 {
    left: 0;
    bottom: 0;
    position: absolute
}

.project-form .project-bg2 {
    right: 0;
    top: 0;
    position: absolute
}

.project-form .s-title {
    color: #fff
}

.project-form .s-description {
    color: #fff;
    font-size: 21px;
    line-height: 1.8;
    margin-bottom: 30px
}

.press-section .advantag-item {
    text-align: center;
    align-items: center;
    justify-content: center
}

.press-section .advantag-item img {
    display: inline-block;
    max-width: 100%
}

.discount-form input {
    width: 100%;
    max-width: 364px;
    height: 72px
}

.discount-form button {
    height: 72px;
    width: 100%;
    max-width: 246px;
    background-image: linear-gradient(to top, #3a89db, #92c8ff);
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase
}

.email,
.phone {
    font-size: 18px;
    color: #294859;
    font-weight: 700
}

.discount-form button:hover {
    background-image: none;
    background-color: #3a89db
}

.section-bg {
    position: absolute;
    top: -550px;
    left: -50px
}

.footer-line {
    display: flex;
    padding-top: 55px;
    padding-bottom: 55px
}

.email {
    margin-right: 120px
}

.email img,
.phone img {
    top: -1px;
    margin-right: 5px;
    position: relative
}

.email:hover {
    color: #294859;
    text-decoration: none
}

.phone:hover {
    color: #294859;
    text-decoration: none
}

.pay {
    margin-left: auto;
    display: flex;
    align-items: center
}

.pay .pay-img img {
    display: inline-block;
    margin-right: 25px
}

.pay .pay-img img:last-child {
    margin-right: 0
}

.pay span {
    display: inline-block;
    margin-right: 10px
}

.pay .qiwi {
    margin-left: 25px;
    position: relative;
    bottom: -1px
}

.slider {
    position: relative
}

.slider .owl-dots {
    position: absolute;
    bottom: 31%;
    width: 100%;
    height: 75px;
    z-index: 2;
    display: flex;
    justify-content: center
}

.slider .owl-dots button.owl-dot {
    width: 189px;
    height: 100%;
    margin: 0 5px;
    position: relative
}

.slider .owl-dots button.owl-dot.active:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 150%;
    left: 0;
    top: -20px;
    z-index: -1;
    background: radial-gradient(circle closest-side at 93px 60px, #f5a623, rgba(0, 0, 0, 0))
}

.cardslider__dot-btn::before,
.slider .owl-nav button span {
    display: none
}

.slider .owl-dots button.owl-dot:nth-child(1),
.slider .owl-dots button.owl-dot:nth-child(2),
.slider .owl-dots button.owl-dot:nth-child(3) {
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat
}

.slider .owl-dots button.owl-dot:nth-child(1) {
    background-image: url('../images/dot1.png');
}

.slider .owl-dots button.owl-dot:nth-child(2) {
    background-image: url('../images/dot2.png');
}

.slider .owl-dots button.owl-dot:nth-child(3) {
    background-image: url('../images/ww.png');
}

.slider .owl-dots button.owl-dot:nth-child(4) {
    background-image: url('../images/dot4.png');
    background-size: 90%;
    background-position: center;
    background-repeat: no-repeat
}

.slider .owl-nav {
    position: absolute;
    top: 45%;
    width: 100%
}

.slider .owl-nav button {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: url(https://expertlab.online/assets/img/arrow.svg) rgba(255, 255, 255, .1) !important;
    background-repeat: no-repeat !important;
    background-size: 15px !important;
    background-position: 45% 50% !important
}

.slider .owl-nav button:hover {
    background: url(https://expertlab.online/assets/img/arrow.svg) rgba(255, 255, 255, .3) !important;
    background-repeat: no-repeat !important;
    background-size: 15px !important;
    background-position: 45% 50% !important
}

.cardslider__nav-next,
.cardslider__nav-prev {
    background-image: url('../images/slider-arrow-g.svg');
    background-position: 50% 50%;
    background-size: 10px
}

.slider .owl-nav .owl-prev {
    position: absolute;
    right: 10%;
    top: 0;
    z-index: 2;
    transform: rotate(180deg)
}

.slider .owl-nav .owl-next {
    position: absolute;
    left: 10%;
    top: 0;
    z-index: 2
}

.reviews-slider,
section.reviews,
section.reviews .container {
    position: relative
}

section.reviews {
    background-color: #fff;
    padding-bottom: 50px
}

.cardslider {
    overflow: inherit
}

.reviews-slider {
    height: 400px;
    margin: 45px auto 50px;
    max-width: 815px
}

.cardslider__dots-nav {
    bottom: -50px;
    z-index: 10
}

.cardslider__dot-btn {
    width: 12px;
    height: 12px;
    border: none;
    background-color: #37cfb1;
    opacity: .2
}

.cardslider__dot.cardslider__dot--active .cardslider__dot-btn {
    opacity: 1
}

.review-avatar,
.reviews-slider-link {
    overflow: hidden;
    display: inline-block
}

.review-avatar {
    width: 115px;
    height: 115px;
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 0 10px 40px 0 rgba(58, 137, 219, .2);
    margin-top: -30px;
    margin-bottom: 20px
}

.review-avatar img,
.reviews-slider-link img {
    max-width: 100%;
    height: 100%
}

.review-name {
    color: #37cfb1;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 12px
}

.review-name span {
    color: #294859;
    font-weight: 300
}

.review-text {
    color: #294859;
    font-size: 21px;
    font-weight: 400;
    padding: 0 20%
}

.reviews-slider-link {
    border-radius: 50%;
    position: absolute
}

.reviews-slider-link.s-77 {
    width: 77px;
    height: 77px
}

.reviews-slider-link.s-72 {
    width: 72px;
    height: 72px
}

.reviews-slider-link.s-65 {
    width: 65px;
    height: 65px
}

.reviews-slider-link.s-100 {
    width: 100px;
    height: 100px
}

div#l4 {
    rigt: 0;
    left: 30px;
    top: 50%
}

div#l8 {
    right: 0;
    top: 20%
}

div#l5 {
    right: -100px;
    top: 48%
}

div#l6 {
    right: 30px;
    top: 50%
}

div#l7 {
    right: 80px;
    bottom: 0;
    left: 80px
}

div#l1 {
    left: 0;
    top: 20%
}

div#l2 {
    right: 0;
    bottom: 0
}

div#l3 {
    left: -100px;
    top: 48%
}

.cardslider__cards {
    width: 100%
}

.cardslider__card {
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 10px 40px 0 rgba(192, 192, 192, .2)
}

.cardslider--direction-up .cardslider__card--index-0 {
    box-shadow: 0 10px 40px 0 rgba(192, 192, 192, .3)
}

.cardslider__direction-nav button {
    width: 48px;
    height: 48px;
    box-shadow: 0 10px 40px 0 rgba(58, 137, 219, .1)
}

.cardslider__nav-next {
    background-color: #fff;
    position: absolute;
    right: -23px
}

.cardslider__nav-prev {
    transform: rotate(180deg);
    background-color: #fff;
    position: absolute;
    left: -23px
}

.cardslider__nav-prev:active {
    transform: rotate(180deg) scale(.8)
}

.cardslider__direction-nav {
    width: 100%;
    top: 45%;
    left: 0
}

.no-center {
    display: block
}

@media screen and (min-width:1500px) {
    header .container .bg2 {
        top: 15%
    }
}

@media screen and (min-width:1700px) {
    .works-content {
        padding-top: 20%
    }

    .works .works-bg2 {
        top: -40%;
        left: -4%
    }

    .advantag .adv-bg {
        top: -130px
    }
}

@media screen and (max-width:1200px) {

    body,
    html {
        overflow-x: hidden
    }

    .advantag .adv-bg {
        top: -80px
    }

    .works-content {
        flex-wrap: wrap;
        margin-bottom: 230px
    }

    .works-title {
        width: 100%;
        text-align: center;
        margin-bottom: 50px
    }

    .discount2 {
        padding-left: 5%
    }

    .section-bg {
        top: -490px
    }

    .header-top-line .button {
        display: none
    }
}

@media screen and (max-width:960px) {

    .main-descr,
    .main-title {
        padding-right: 0
    }

    body,
    html {
        overflow-x: hidden
    }

    .header-content {
        width: 100%
    }

    body.active {
        height: 100vh;
        overflow-y: hidden
    }

    body.active .humburger {
        background-color: #37cfb1
    }

    .header-top-line,
    .humburger,
    body.active .burger,
    body.active .burger::after,
    body.active .burger::before {
        background-color: #fff
    }

    body.active .header-top-line {
        transform: translateY(0);
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: flex-start
    }

    body.active .header-top-line .phone {
        margin: 20px 0;
        font-size: 20px;
        color: #294859
    }

    body.active .header-top-line .button {
        display: flex;
        max-width: 220px
    }

    #form2 .project,
    .discount-form button,
    .discount-form input,
    .mobile-promo,
    form button {
        max-width: 100%
    }

    body.active .header-top-line nav {
        margin: 20% 0 0;
        width: 100%
    }

    body.active .header-top-line nav a {
        display: block;
        text-align: center;
        margin: 0 0 15px;
        font-size: 20px
    }

    body.active .header-top-line .logo-mobile {
        margin-top: 40px;
        width: 190px;
        margin-left: -100px
    }

    body.active .header-top-line .logo-mobile img {
        width: 100%
    }

    body.active .logo {
        opacity: 0
    }

    body.active .header-top-line .phone img {
        display: none
    }

    body.active .header-top-line .phone .phone-mobile {
        display: inline-block
    }

    .humburger,
    .logo-mobile {
        display: block
    }

    body.active .header-top-line img {
        width: auto
    }

    .humburger {
        border-radius: 50%;
        overflow: hidden;
        z-index: 1001
    }

    header {
        background-image: url('../images/mobile.jpg');
        background-position: center
    }

    header .container {
        padding-bottom: 0
    }

    .logo {
/*         width: 210px */
    }

    .header-top {
        margin-bottom: 50px
    }

    .header-top-line {
        width: 100%;
        color: #294859;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        z-index: 1000;
        transform: translateY(-120%);
        transition: all .4s ease;
        flex-wrap: wrap
    }

    .header-top-line img {
        width: 200px
    }

    .header-top-line nav a {
        color: #294859
    }

    .header-top-line .button {
        display: flex;
        background-color: #37cfb1
    }

    .header-bg {
        display: none
    }

    .advantag {
        background-image: url('../images/advg-mobile.svg');
        padding-top: 50px
    }

    .s-title {
        text-align: center;
        font-size: 26px;
        line-height: 1.17;
        margin-bottom: 20px
    }

    .item-title {
        display: flex
    }

    .s-description {
        font-size: 18px
    }

    .row.advantag-grid.owl-carousel.owl-loaded.owl-drag {
        margin: 0
    }

    .advantag-grid .advantag-item .item-icon {
        margin: -100px 0 15px;
        position: relative;
        z-index: 5
    }

    .owl-carousel .owl-stage {
        padding-top: 80px
    }

    section.advantag.can-help .owl-carousel .owl-stage {
        padding-top: 20px
    }

    .item-content {
        text-align: center
    }

    .advantag-grid .advantag-item {
        flex-wrap: wrap;
        justify-content: center;
        padding-top: 20px;
        padding-bottom: 45px;
        border-radius: 15px;
        box-shadow: 0 10px 40px 0 rgba(58, 137, 219, .1);
        min-height: 335px
    }

    .advantag-grid .advantag-item .item-title {
        font-size: 20px;
        text-align: center;
        display: flex;
        display-justify-content: center
    }

    .advantag .adv-bg,
    .owl-nav {
        display: none
    }

    .footer-line,
    form {
        flex-wrap: wrap
    }

    .advantag-grid .advantag-item .item-title span {
        text-align: left
    }

    .advantag-grid .advantag-item .item-title img {
        width: 50px;
        min-width: 50px
    }

    .advantag .owl-dots {
        text-align: center;
        padding-top: 0
    }

    .advantag .owl-dots .owl-dot {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #37cfb1;
        opacity: .2;
        margin: 0 4px
    }

    .advantag .owl-dots .owl-dot.active {
        opacity: 1
    }

    .advantag .adv-bg-mobile {
        display: block;
        position: absolute;
        width: 100%;
        top: -60px
    }

    .works .works-bg {
        left: -2px
    }

    header {
        padding-bottom: 0
    }

    header .b1,
    header .container .bg2 {
        display: none
    }

    header .bg1-mobile {
        display: block;
        position: absolute;
        top: 20%;
        left: -15%
    }

    header .bg1 {
        display: none
    }

    .logo-col {
        text-align: center;
        margin-bottom: 20px
    }

    .discount {
        text-align: center;
        font-size: 16px;
        margin-bottom: 25px
    }

    .discount img {
        width: 28px;
        margin-right: 5px;
        position: relative;
        top: -2px
    }

    .main-title {
        font-size: 26px;
        text-align: center
    }

    .form-descr,
    .main-descr {
        font-size: 16px;
        text-align: center
    }

    form .select,
    form input {
        max-width: 100%;
        margin: 0 0 15px;
        flex-basis: 100%
    }

    .mobile-promo {
        display: block;
        margin: 0 auto
    }

    .works-content {
        padding: 90px 0 0;
        margin-bottom: 100px
    }

    .works-title {
        font-size: 32px
    }

    .acordion-item {
        margin-bottom: 10px
    }

    .acordion-item .acordion-question {
        font-size: 14px
    }

    .acordion-item .acordion-arrow {
        right: 15px;
        top: 17px
    }

    .works-item .item-number:after,
    .works-item:nth-child(1) .item-number:before {
        display: block;
        width: 300px;
        height: 2px;
        z-index: -1;
        background-color: #fff;
        top: 49%;
        content: ''
    }

    .works-item:nth-child(1) .item-number:before {
        position: absolute;
        left: -100%
    }

    .works-item .item-number {
        position: relative
    }

    .works-item .item-number:after {
        position: absolute;
        left: 0
    }

    .works {
        z-index: 2
    }

    .works .works-bg2 {
        display: none
    }

    .works .works-bg2-mobile {
        display: block;
        top: 0
    }

    .works-grid {
        flex-wrap: nowrap;
        overflow-x: auto;
        position: relative;
        z-index: 10;
        padding-left: 50px
    }

    .section-bg {
        top: -130px;
        width: 50%;
        left: 50%;
        transform: translateX(-50%)
    }

    .works .container {
        padding: 0
    }

    .works-grid .works-item {
        margin-bottom: 0;
        min-width: 230px
    }

    .works-grid .works-item.hidden {
        display: none
    }

    .discount2 {
        padding: 0 15px
    }

    .row.discount2-wrap {
        padding-top: 300px
    }

    .dicsout-title {
        font-size: 32px;
        text-align: center;
        line-height: 1.2;
        margin-bottom: 10px
    }

    .dicsout-text {
        text-align: center;
        font-size: 16px;
        margin-bottom: 15px
    }

    .project-form .s-description,
    .work .work-content .work-text {
        font-size: 18px
    }

    .footer-line {
        justify-content: center
    }

    .footer-line .email {
        margin-right: 30px;
        margin-bottom: 10px
    }

    .footer-line .phone {
        margin-bottom: 20px
    }

    .pay {
        margin-left: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }

    .pay span {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 10px
    }

    .pay .qiwi {
        display: none
    }

    .slider-settings {
        display: none !important
    }

    .coaches-item {
        padding: 20px
    }

    .coaches-item .base-btn {
        left: 0
    }

    .slider .owl-dots {
        background: linear-gradient(to top, #000 19%, rgba(0, 0, 0, .3) 64%, rgba(255, 255, 255, 0) 100%)
    }

    .slider .owl-dots button.owl-dot.active:before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 2px;
        z-index: -1;
        background: radial-gradient(circle closest-side at 50% 50%, #f5a623, rgba(0, 0, 0, 0))
    }

    .work .work-bg,
    .work-icon1,
    .work-icon2 {
        display: none
    }

    .info-content {
        padding-top: 20px;
        margin-bottom: 50px
    }

    form input {
        box-shadow: 0 14px 40px 0 rgba(58, 137, 219, .2) !important;
        -webkit-appearance: none
    }

    .work {
        background-color: #37cfb1;
        margin-top: 30px;
        padding-top: 0;
        padding-bottom: 0
    }

    .work .work-bg-m1 {
        position: absolute;
        top: -50px;
        left: -3px;
        right: -2px;
        width: 105%;
        display: block
    }

    .work .work-bg-m2 {
        position: absolute;
        bottom: -59px;
        left: -4px;
        width: 110%;
        display: block
    }

    .questions .questions-bg,
    .questions .questions-icon1,
    .questions .questions-icon2,
    .questions .questions-icon3,
    .reviews-slider-link {
        display: none
    }

    .work .s-title {
        padding-top: 25px;
        padding-bottom: 20px
    }

    .work-item {
        text-align: center;
        margin-bottom: 30px
    }

    .work .work-content {
        justify-content: center
    }

    .work .work-content .work-number {
        font-size: 60px
    }

    .work-item .item-arrow {
        transform: rotate(90deg);
        top: 520px;
        left: 15%
    }

    .work-item .item-arrow2 {
        transform: rotate(90deg);
        top: -70px;
        right: 15%
    }

    section.advantag.choose-section {
        padding-top: 90px
    }

    section.advantag.choose-section .owl-carousel .owl-stage {
        padding-top: 20px
    }

    section.advantag.choose-section .advantag-grid .advantag-item .item-icon {
        margin-top: 0
    }

    .choose-section .advantag-item {
        padding: 10px
    }

    section.advantag.best-section .owl-carousel .owl-stage {
        padding-top: 40px
    }

    section.advantag.best-section .advantag-grid .advantag-item .item-icon {
        flex-wrap: wrap;
        margin-top: 0;
        justify-content: center
    }

    section.advantag.best-section .advantag-grid .advantag-item .item-icon .avatar {
        margin-top: -40px
    }

    section.advantag.best-section .advantag-grid .advantag-item .item-icon .rating img {
        width: 12px
    }

    .best-section .advantag-item .item-icon .rating {
        left: 55%;
        top: -10px
    }

    .best-section .advantag-item .item-icon .name {
        padding-top: 0;
        text-align: center
    }

    .best-section .advantag-item {
        padding: 20px
    }

    .review-text {
        font-size: 14px;
        padding: 0 10%
    }

    .cardslider__direction-nav button {
        width: 30px;
        height: 30px
    }

    .cardslider__nav-prev {
        background-size: 8px;
        left: -10px
    }

    .cardslider__nav-next {
        right: -10px;
        background-size: 8px
    }

    .review-avatar {
        width: 90px;
        height: 90px
    }

    .questions {
        background-color: #f2fcfb;
        padding-top: 40px;
        padding-bottom: 0
    }

    .questions .ask1,
    .questions .ask2 {
        display: block;
        position: absolute;
        width: 100%
    }

    .questions .ask1 {
        top: -20px
    }

    .questions .ask2 {
        bottom: -20px
    }

    .acordion-grid {
        margin-top: 20px;
        margin-bottom: 20px
    }

    section.advantag.press-section .owl-carousel .owl-stage {
        padding-top: 0
    }

    section.advantag.press-section .advantag-grid .advantag-item {
        min-height: 190px;
        padding: 0
    }

    .press-section .advantag-item img {
        width: auto
    }
}

@media screen and (max-width:600px) {
    .advantag-grid .advantag-item .item-title {
        justify-content: center
    }

    section.advantag.can-help .advantag-grid .advantag-item {
        min-height: 260px
    }

    .best-section .advantag-item .item-icon .rating {
        left: 58%
    }

    .work .work-bg-m1 {
        position: absolute;
        top: -28px;
        left: -3px;
        right: -1px;
        width: 105%;
        display: block
    }

    .work .work-bg-m2 {
        position: absolute;
        bottom: -29px;
        left: -4px;
        width: 110%;
        display: block
    }

    .section-bg {
        width: 80%
    }

    .footer-line .email {
        margin-right: 0
    }

    .info {
        padding-top: 250px
    }

    .form-descr {
        margin-bottom: 20px
    }

    .row.discount2-wrap {
        padding-top: 210px
    }

    .work-item .item-arrow {
        transform: rotate(90deg);
        top: 520px;
        left: -50px
    }

    .work-item .item-arrow2 {
        transform: rotate(90deg);
        top: -70px;
        right: -50px
    }

    form input {
        box-shadow: 0 14px 40px 0 rgba(58, 137, 219, .1) !important;
        -webkit-appearance: none
    }

    .pay .pay-img {
        text-align: center
    }

    .pay .pay-img img {
        width: 25%;
        margin-right: 20px
    }
}

@media screen and (min-width:1800px) {
    .slider .slider-item {
        height: 850px
    }

    .slider .owl-dots {
        bottom: 25%
    }

    .info {
        margin-top: -370px
    }

    .slider-settings {
        top: 75px
    }
}

@media screen and (orientation:landscape) and (max-width: 960px) {
    body.active .header-top-line {
        padding: 40px;
    }

    body.active .header-top-line .logo-mobile {
        margin: auto;
    }

    body.active .header-top-line nav {
        margin: auto;
    }

    body.active .header-top-line .button {
        margin: auto;
    }
}

@media screen and (orientation:landscape) and (max-width: 570px) {
    body.active .header-top-line {
        padding: 5px;
    }

    body.active .header-top-line nav a {
        margin-bottom: 7px;
    }
}

.footer-link.__mPS2id {
    padding-right: 10px;
}

.cookie-consent {
    position: fixed;
    z-index: 9999;
    left: 50%;
    bottom: 2rem;
    transform: translateX(-50%);
    max-width: 560px;
    width: calc(100% - 2rem);
    padding: 1.25rem 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    background: #fff;
    font-size: 15px;
    line-height: 1.4;
    display: flex;
    gap: .75rem;
    align-items: flex-start;
}

.cookie-consent.hidden {
    display: none;
}

.cookie-consent .cc-icon {
    font-size: 26px;
    margin-top: .1rem;
}

.cookie-consent .cc-text {
    margin: 0;
    flex: 1;
}

.cookie-consent .cc-accept,
.cookie-consent .cc-close {
    border: 0;
    background: none;
    cursor: pointer;
    font-weight: 600;
    color: #10b981;
    /* teal-400 */
}

.cookie-consent .cc-close {
    color: #777;
    margin-left: .5rem;
    line-height: 1;
}

.cookie-consent .cc-accept {
    padding: .25rem .75rem;
    border-radius: 4px;
    background: #10b981;
    color: #fff;
}

.cookie-consent {
    /* …остальные свойства остаются… */
    display: flex;
    gap: .75rem;
    align-items: flex-start;
    flex-wrap: wrap;
    /* ① разрешаем перенос */
}

/* кнопка «Accept» по центру */
.cookie-consent .cc-accept {
    display: block;
    /* переводим в блочный контекст */
    margin: .75rem auto 0;
    /* ② auto слева-справа → по центру */
    padding: .25rem .75rem;
    border-radius: 4px;
    background: #10b981;
    color: #fff;
    font-weight: 600;
}


/* footer */
.section-23 {
    background-color: #f4f6fb;
    padding: 32px 20px;
    overflow: hidden;
}

.div-block-548 {
    justify-content: space-between;
    align-items: flex-end;
    max-width: 1264px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.div-block-551 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1264px;
    display: flex;
}

.div-block-549 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
}

.text-block-154 {
    color: #000;
    font-weight: 700;
}

.link-19 {
    color: #40cfb1;
    cursor: default;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
}

.link-18 {
    color: #000;
    cursor: default;
    margin-top: 1rem;
    text-decoration: none;
}

.link-18.marg.cursor {
    cursor: pointer;
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: 1rem;
}

.text-block-155 {
    cursor: default;
    margin-top: 1rem;
}


dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
ul {
    margin-top: 0
}

address,
dl,
ol,
p,
pre,
ul {
    margin-bottom: 1rem
}

body,
caption {
    text-align: left
}

button,
hr,
input {
    overflow: visible
}

pre,
textarea {
    overflow: auto
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
legend,
main,
nav,
section {
    display: block
}

dd,
h1,
h2,
h3,
h4,
h5,
h6,
label,
legend {
    margin-bottom: .5rem
}

address,
legend {
    line-height: inherit
}

progress,
sub,
sup {
    vertical-align: baseline
}

label,
output {
    display: inline-block
}

.owl-carousel,
.owl-carousel .owl-item,
.owl-theme .owl-dots,
.owl-theme .owl-nav,
html {
    -webkit-tap-highlight-color: transparent
}

/* Light (300) */
@font-face {
    font-family: 'GothamPro';
    src:
        url('../fonts/GothamPro-Light.woff2') format('woff2'),
        url('../fonts/GothamPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Regular (400) */
@font-face {
    font-family: 'GothamPro';
    src:
        url('../fonts/GothamPro.woff2') format('woff2'),
        url('../fonts/GothamPro.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Medium (500) */
@font-face {
    font-family: 'GothamPro';
    src:
        url('../fonts/GothamPro-Medium.woff2') format('woff2'),
        url('../fonts/GothamPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Bold (700) */
@font-face {
    font-family: 'GothamPro';
    src:
        url('../fonts/GothamPro-Bold.woff2') format('woff2'),
        url('../fonts/GothamPro-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/*!
 * Bootstrap Reboot v4.0.0 (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)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

@-ms-viewport {
    width: device-width
}

body {
    margin: 0
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    font-style: normal
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

blockquote,
figure {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #3e8dff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0062f1;
    text-decoration: underline
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

pre {
    -ms-overflow-style: scrollbar
}

img {
    vertical-align: middle;
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    caption-side: bottom
}

th {
    text-align: inherit
}

.owl-theme .owl-dots,
.owl-theme .owl-nav,
.review-item,
.s-description,
.s-title,
.text-center {
    text-align: center
}

button {
    border-radius: 0
}

button:focus {
    outline: dotted 1px;
    outline: -webkit-focus-ring-color auto 5px
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
[type=button]::-moz-focus-inner,
button::-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 {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    width: 100%;
    max-width: 100%;
    padding: 0;
    font-size: 1.5rem;
    color: inherit;
    white-space: normal
}

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

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

.cardslider__dot-btn:focus,
.cardslider__nav-next:focus,
.cardslider__nav-prev:focus,
.slider .owl-dots button.owl-dot:focus,
.slider .owl-nav button:focus,
form .select:focus,
form input:focus {
    outline: 0
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

/*!
 * Bootstrap Grid v4.0.0 (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)
 */
@-ms-viewport {
    width: device-width
}

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

@media (min-width:800px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:900px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

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

#home .row {
    display: block;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

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

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    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%
}

.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:800px) {
    .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%
    }

    .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:900px) {
    .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%
    }

    .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) {
    .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%
    }

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

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

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

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

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

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

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

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

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

@media (min-width:1200px) {
    .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%
    }

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

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

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

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

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

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

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

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

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

@media print {
    .d-print-none {
        display: none !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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:800px) {
    .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
    }

    .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:900px) {
    .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
    }

    .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
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

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

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

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

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

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

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

    .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
    }
}

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

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

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

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

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

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

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

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

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

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

.owl-carousel {
    display: none;
    width: 100%;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(https://expertlab.online/assets/css/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.acordion-item .acordion-question:hover,
.base-btn:hover,
.cardslider__nav-next:hover,
.cardslider__nav-prev:hover,
.humburger,
.reviews-slider-link:hover,
form button:hover {
    cursor: pointer
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.container {
    max-width: 1225px
}

.base-title {
    font-size: 50px;
    font-weight: 700;
    color: #fff
}

.base-title span {
    color: #ff9008
}

.base-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    width: 100%;
    max-width: 204px;
    border-radius: 28px;
    background-color: #3e8dff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    border: none;
    color: #fff;
    transition: all .3s ease
}

.base-btn:hover {
    color: #fff;
    text-decoration: none;
    background: #295ba4
}

.base-btn.btn-large {
    max-width: 260px;
    height: 62px
}

.base-btn.btn-transparent {
    background-color: transparent;
    border: 2px solid #fff
}

.base-btn.btn-transparent:hover {
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    background: #295ba4;
    border: 2px solid #295ba4
}

.cardslider {
    width: 100%;
    height: 100%;
    position: relative
}

.cardslider__cards,
.cardslider__dots-nav {
    margin: 0;
    padding: 0;
    list-style: none
}

.cardslider__cards {
    height: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-style: preserve-3d
}

.cardslider__dots-nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.cardslider__dot {
    display: inline-block;
    margin-right: 8px
}

.cardslider__dot-btn {
    position: relative;
    border-radius: 50%;
    display: block;
    appearance: none;
    background: 0 0;
    padding: 0
}

.cardslider__dot-btn::before {
    content: ' ';
    position: absolute;
    background: #fff;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transition: all .5s;
    transform: translate(-50%, -50%) scale(0)
}

.burger::after,
.burger::before,
form .select::after {
    content: ''
}

.cardslider__dot--active .cardslider__dot-btn::before {
    transform: translate(-50%, -50%) scale(1.1)
}

.cardslider__card {
    background: #d7d7d7;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    will-change: transform, opacity, background;
    transition: background .5s ease-out, opacity .5s
}

.cardslider__card--transitions {
    transition: background .5s ease-out, transform .5s ease-out, opacity .5s
}

.cardslider__card--index-0 {
    background: #fff
}

.cardslider__card--index-1 {
    background: #f5f5f5
}

.cardslider__card--index-2 {
    background: #ebebeb
}

.cardslider__card--index-3 {
    background: #e1e1e1
}

.cardslider__card--invisible {
    opacity: 0
}

.cardslider--direction-up .cardslider__card {
    transform: scale(.8) translate3d(0, 17.25%, 0)
}

.cardslider--direction-up .cardslider__card--index-0 {
    transform: translate3d(0, 0, 6px)
}

.cardslider--direction-up .cardslider__card--index-1 {
    transform: scale(.95) translate3d(0, 8.31%, 4px);
    box-shadow: 0 10px 40px 0 rgba(192, 192, 192, .1)
}

.cardslider--direction-up .cardslider__card--index-2 {
    transform: scale(.9) translate3d(0, 17.61%, 2px)
}

.cardslider--direction-up .cardslider__card--index-3 {
    transform: scale(.85) translate3d(0, 5.91%, 1px)
}

.cardslider--direction-up .cardslider__card--out {
    transform: translate3d(0, 150%, 4px)
}

.cardslider--sortback-up {
    animation: sortback-up .67s
}

.cardslider--sortfront-up {
    animation: sortfront-up .67s
}

.cardslider--direction-down .cardslider__card {
    transform: scale(.8) translate3d(0, -17.25%, 0)
}

.cardslider--direction-down .cardslider__card--index-0 {
    transform: translate3d(0, 0, 4px)
}

.cardslider--direction-down .cardslider__card--index-1 {
    transform: scale(.95) translate3d(0, -4.31%, 3px)
}

.cardslider--direction-down .cardslider__card--index-2 {
    transform: scale(.9) translate3d(0, -8.61%, 2px)
}

.cardslider--direction-down .cardslider__card--index-3 {
    transform: scale(.85) translate3d(0, -12.91%, 1px)
}

.cardslider--direction-down .cardslider__card--out {
    transform: translate3d(0, 150%, 4px)
}

.cardslider--sortback-down {
    animation: sortback-down .67s
}

.cardslider--sortfront-down {
    animation: sortfront-down .67s
}

.cardslider--direction-right .cardslider__card {
    transform: scale(.8) translate3d(-17.25%, 0, 0)
}

.cardslider--direction-right .cardslider__card--index-0 {
    transform: translate3d(0, 0, 4px)
}

.cardslider--direction-right .cardslider__card--index-1 {
    transform: scale(.95) translate3d(-4.31%, 0, 3px)
}

.cardslider--direction-right .cardslider__card--index-2 {
    transform: scale(.9) translate3d(-8.61%, 0, 2px)
}

.cardslider--direction-right .cardslider__card--index-3 {
    transform: scale(.85) translate3d(-12.91%, 0, 1px)
}

.cardslider--direction-right .cardslider__card--out {
    transform: translate3d(150%, 0, 4px)
}

.cardslider--sortback-right {
    animation: sortback-right .67s
}

.cardslider--sortfront-right {
    animation: sortfront-right .67s
}

.cardslider--direction-left .cardslider__card {
    transform: scale(.8) translate3d(17.25%, 0, 0)
}

.cardslider--direction-left .cardslider__card--index-0 {
    transform: translate3d(0, 0, 4px)
}

.cardslider--direction-left .cardslider__card--index-1 {
    transform: scale(.95) translate3d(4.31%, 0, 3px)
}

.cardslider--direction-left .cardslider__card--index-2 {
    transform: scale(.9) translate3d(8.61%, 0, 2px)
}

.cardslider--direction-left .cardslider__card--index-3 {
    transform: scale(.85) translate3d(12.91%, 0, 1px)
}

.cardslider--direction-left .cardslider__card--out {
    transform: translate3d(150%, 0, 4px)
}

.cardslider--sortback-left {
    animation: sortback-left .67s
}

.cardslider--sortfront-left {
    animation: sortfront-left .67s
}

.cardslider__direction-nav {
    position: absolute;
    right: 20px;
    bottom: 20px
}

.cardslider__nav-next,
.cardslider__nav-prev {
    display: block;
    background: center center no-repeat;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    outline: 0;
    transition: all .3s;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 0
}

.cardslider__nav-next:active,
.cardslider__nav-prev:active {
    transform: scale(.8)
}

.cardslider__nav-next {
    margin-bottom: 10px
}

@keyframes sortback-down {
    0% {
        transform: translate3d(0, 0, 4px) scale(1)
    }

    50% {
        transform: translate3d(0, 150%, 4px) scale(1)
    }

    60% {
        transform: translate3d(0, 150%, 0) scale(.8)
    }

    100% {
        transform: translate3d(0, 0, 0) scale(.8)
    }
}

@keyframes sortfront-down {
    0% {
        transform: translate3d(0, 0, 0) scale(.8)
    }

    50% {
        transform: translate3d(0, 150%, 0) scale(.8)
    }

    60% {
        transform: translate3d(0, 150%, 4px) scale(1)
    }

    100% {
        transform: translate3d(0, 0, 4px) scale(1)
    }
}

@keyframes sortback-up {
    0% {
        transform: translate3d(0, 0, 4px) scale(1)
    }

    50% {
        transform: translate3d(0, -150%, 4px) scale(1)
    }

    60% {
        transform: translate3d(0, -150%, 0) scale(.7)
    }

    100% {
        transform: translate3d(0, 0, 0) scale(.7)
    }
}

@keyframes sortfront-up {
    0% {
        transform: translate3d(0, 0, 0) scale(.8)
    }

    50% {
        transform: translate3d(0, -150%, 0) scale(.8)
    }

    60% {
        transform: translate3d(0, -150%, 4px) scale(1)
    }

    100% {
        transform: translate3d(0, 0, 4px) scale(1)
    }
}

@keyframes sortback-left {
    0% {
        transform: translate3d(0, 0, 4px) scale(1)
    }

    50% {
        transform: translate3d(-150%, 0, 4px) scale(1)
    }

    60% {
        transform: translate3d(-150%, 0, 0) scale(.8)
    }

    100% {
        transform: translate3d(0, 0, 0) scale(.8)
    }
}

@keyframes sortfront-left {
    0% {
        transform: translate3d(0, 0, 0) scale(.8)
    }

    50% {
        transform: translate3d(-150%, 0, 0) scale(.8)
    }

    60% {
        transform: translate3d(-150%, 0, 4px) scale(1)
    }

    100% {
        transform: translate3d(0, 0, 4px) scale(1)
    }
}

@keyframes sortback-right {
    0% {
        transform: translate3d(0, 0, 4px) scale(1)
    }

    50% {
        transform: translate3d(150%, 0, 4px) scale(1)
    }

    60% {
        transform: translate3d(150%, 0, 0) scale(.8)
    }

    100% {
        transform: translate3d(0, 0, 0) scale(.8)
    }
}

@keyframes sortfront-right {
    0% {
        transform: translate3d(0, 0, 0) scale(.8)
    }

    50% {
        transform: translate3d(150%, 0, 0) scale(.8)
    }

    60% {
        transform: translate3d(150%, 0, 4px) scale(1)
    }

    100% {
        transform: translate3d(0, 0, 4px) scale(1)
    }
}

.humburger {
    position: absolute;
    z-index: 100;
    display: none;
    top: 58px;
    right: -10px;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px
}

.humburger.active .burger {
    background: rgba(0, 0, 0, 0);
    box-shadow: 0 2px 5px transparent
}

.burger,
.burger::after,
.burger::before {
    position: absolute;
    width: 30px;
    height: 3px;
    background: #37cfb1;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    transition: .5s
}

.humburger.active .burger::before {
    top: 0;
    transform: rotate(45deg)
}

.humburger.active .burger::after {
    top: 0;
    transform: rotate(135deg)
}

.burger {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

body,
header,
header .container {
    position: relative
}

form .select,
form button,
form input {
    box-shadow: 0 14px 40px 0 rgba(58, 137, 219, .1)
}

.header-top-line .button,
form button {
    transition: all .4s ease;
    text-transform: uppercase
}

.burger::before {
    top: -10px
}

.burger::after {
    top: 10px
}

body {
    font-size: 16px;
    min-width: 320px;
    line-height: 1.5;
    font-family: GothamPro, serif;
    font-weight: 300;
    overflow-x: hidden;
    color: #294859;
    max-width: 1920px;
    background-color: #fff
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-responsive.img-width {
    width: 100%
}

b,
strong {
    font-weight: 700
}

::-moz-placeholder {
    color: #979797;
    font-size: 16px
}

::-ms-input-placeholder {
    color: #979797;
    font-size: 16px
}

::-webkit-input-placeholder {
    color: #979797;
    font-size: 16px
}

header {
    overflow: hidden;
    background-image: url('../images/header-bg.jpg');
    background-size: cover;
    background-position: bottom center;
    color: #fff
}

header .container {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-bottom: 90px
}

header .header-bg {
    position: absolute;
    right: -50px;
    bottom: 0
}

.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 44px;
    margin-bottom: 90px
}

.header-top-line {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center
}

.header-top-line nav {
    margin-right: 40px
}

.header-top-line nav a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-right: 20px
}

.header-top-line nav a:last-child {
    margin-right: 0
}

.header-top-line nav a:hover {
    text-decoration: underline;
    color: #fff
}

.header-top-line .phone {
    margin-right: 25px;
    font-size: 16px;
    color: #fff
}

.header-top-line .phone .phone-mobile {
    display: none
}

.header-top-line .phone:hover {
    color: #fff
}

.header-top-line .button {
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 185px;
    height: 52px;
    border-radius: 26px;
    border: 2px solid #fff;
    color: #fff
}

.header-top-line .button:hover {
    text-decoration: none;
    color: #fff;
    background-color: #37cfb1
}

.logo-col {
    margin-top: 43px;
    margin-bottom: 38px
}

.logo {
/*     width: 243px;
    display: inline-block */
}

.logo img {
    width: 100%
}

.logo-mobile {
    display: none
}

.title-wrap {
    margin-bottom: 30px
}

.main-descr {
    font-size: 26px;
    line-height: 1.23;
    font-weight: 300;
    margin-bottom: 20px
}

.main-title {
    line-height: 1.2;
    font-size: 52px;
    font-weight: 700;
    padding-right: 10%
}

form {
    display: flex;
    margin-bottom: 32px
}

form>* {
    flex: 1 0 0;
    min-width: 0
}

form .select,
form input {
    width: 100%;
    max-width: 289px;
    height: 60px;
    display: flex;
    align-items: center;
    padding-left: 16px;
    border-radius: 5px;
    -webkit-appearance: none;
    margin-right: 24px;
    border: none
}

form .input__container {
    position: relative
}

form label.u-form__error {
    color: #e95454;
    font-size: 16px;
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    background-color: #f2f7fb;
    padding: 4px 8px;
    border-radius: 4px;
    border: 1px solid #e95454;
    z-index: 1
}

form .select {
    padding-left: 0;
    position: relative
}

form .select::after {
    position: absolute;
    top: 50%;
    right: 4px;
    font-size: 24px;
    color: #333;
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #294759;
    border-right: 2px solid #294759;
    transform: translate(-50%, -100%) rotate(45deg);
    transform-origin: 0 50%
}

form .select select {
    padding: 0 10px;
    -webkit-border-radius: 2px;
    border-radius: 5px;
    background-color: #fff;
    border: none;
    color: #999;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    width: 100%;
    height: 100%;
    font-weight: 400;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

form button {
    font-size: 14px;
    display: flex;
    font-weight: 700;
    letter-spacing: .9px;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 203px;
    height: 60px;
    border: none;
    border-radius: 5px;
    background-color: #ff9008;
    color: #fff
}

.advantag .adv-bg-mobile,
.bg1-mobile,
.mobile-promo {
    display: none
}

.acordion-item,
.best-section .advantag-item,
.choose-section .advantag-item {
    box-shadow: 0 10px 40px 0 rgba(58, 137, 219, .1)
}

form button:hover {
    background-color: #d47500;
    background-image: none
}

.form-descr {
    font-size: 18px;
    color: #fff;
    line-height: 1.39
}

.advantag {
    background-position: top;
    position: relative;
    padding-bottom: 30px;
    z-index: 2
}

.advantag .adv-bg {
    position: absolute;
    top: -100px;
    width: 100%
}

.s-title {
    margin: 0 0 10px;
    color: #294859;
    font-size: 46px;
    font-weight: 700;
    line-height: 1.13
}

section {
    padding: 60px 0
}

.s-title span {
    color: #37cfb1
}

.s-description {
    color: #294859;
    font-size: 26px
}

.advantag-grid {
    margin-top: 50px
}

.advantag-grid .advantag-item-wrap {
    margin-bottom: 30px
}

.advantag-grid .advantag-item {
    display: flex;
    background-color: #fff;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
    height: 100%
}

.advantag-grid .advantag-item .item-icon {
    margin-right: 25px
}

.advantag-grid .advantag-item .item-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px
}

.advantag-grid .advantag-item .item-title img {
    display: inline-block;
    margin-right: 15px
}

.choose-section .advantag-item {
    padding: 40px;
    border-radius: 5px
}

.best-section {
    padding-top: 0
}

.best-section .advantag-grid {
    margin-top: 80px
}

.best-section .advantag-item {
    padding: 40px;
    border-radius: 5px;
    flex-wrap: wrap;
    flex-direction: column
}

.best-section .advantag-item .item-content {
    padding-top: 20px
}

.best-section .advantag-item .item-icon {
    margin: -80px 0 0;
    width: 100%;
    display: flex;
    position: relative;
    max-height: 101px
}

.best-section .advantag-item .item-icon .name {
    font-size: 18px;
    font-weight: 700;
    color: #37cfb1;
    width: 100%;
    margin-left: 15px;
    padding-top: 45px
}

.best-section .advantag-item .item-icon .name span {
    color: #294859;
    font-size: 16px;
    font-weight: 500;
    display: block;
    width: 100%
}

.best-section .advantag-item .item-icon .rating {
    position: absolute;
    left: 65px;
    top: 10px;
    width: 45px;
    height: 23px;
    background-color: #ff9008;
    border-radius: 12.5px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    justify-content: center;
    display: flex
}

.best-section .advantag-item .item-icon .rating img {
    margin-right: 4px
}

.best-section .advantag-item .item-icon .avatar {
    min-width: 87px;
    width: 87px;
    height: 87px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #fff;
    box-shadow: 0 10px 40px 0 rgba(58, 137, 219, .1)
}

.best-section .advantag-item .item-icon .avatar img {
    max-width: 100%;
    height: 100%;
    width: 100%
}

.questions {
    position: relative;
    padding-bottom: 100px;
    padding-top: 100px
}

.questions .ask1,
.questions .ask2 {
    display: none
}

.questions .questions-icon1 {
    position: absolute;
    left: 50px;
    top: -50px
}

.questions .questions-icon2 {
    position: absolute;
    right: 0;
    top: -50px
}

.questions .questions-icon3 {
    position: absolute;
    left: 0;
    bottom: -50px
}

.questions .questions-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.acordion-item,
.questions .container {
    position: relative
}

.acordion-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 100px;
    margin-top: 40px
}

.acordion-item {
    max-width: 912px;
    width: 100%;
    background-color: #fff;
    margin-bottom: 25px
}

.acordion-item.active .acordion-arrow {
    transform: rotate(90deg)
}

.acordion-item .acordion-question {
    font-size: 18px;
    font-weight: 500;
    padding: 20px 30px
}

.acordion-item .acordion-answer {
    font-size: 16px;
    font-weight: 300;
    padding: 0 30px 20px;
    display: none
}

.acordion-item .acordion-arrow {
    position: absolute;
    right: 25px;
    top: 22px
}

.work,
.work .container {
    position: relative
}

.item-text {
    font-size: 16px
}

.work {
    padding-top: 140px;
    padding-bottom: 150px;
    margin-top: -50px
}

.work .s-title {
    color: #fff;
    padding-bottom: 50px
}

.work .work-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.work .work-bg-m1,
.work .work-bg-m2 {
    display: none
}

.work .work-content {
    display: flex;
    align-items: center
}

.work .work-content .work-number {
    font-size: 74px;
    font-weight: 700;
    color: #fff;
    opacity: .4;
    min-width: 46px;
    display: inline-block;
    margin-right: 10px
}

.work .work-content .work-text {
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    line-height: 1.2
}

.work-item {
    position: relative
}

.work-item .item-arrow,
.work-item .item-arrow2 {
    position: absolute;
    top: 30%;
    right: -10%
}

.work-icon1 {
    position: absolute;
    left: 50px;
    top: -150px
}

.work-icon2 {
    position: absolute;
    right: 0;
    bottom: -200px;
    width: 200px
}

#form2 {
    justify-content: center
}

#form2 .project {
    width: 100%;
    max-width: 450px
}

.project-form {
    background-color: #37cfb1;
    padding-bottom: 40px;
    position: relative
}

.project-form .project-bg1 {
    left: 0;
    bottom: 0;
    position: absolute
}

.project-form .project-bg2 {
    right: 0;
    top: 0;
    position: absolute
}

.project-form .s-title {
    color: #fff
}

.project-form .s-description {
    color: #fff;
    font-size: 21px;
    line-height: 1.8;
    margin-bottom: 30px
}

.press-section .advantag-item {
    text-align: center;
    align-items: center;
    justify-content: center
}

.press-section .advantag-item img {
    display: inline-block;
    max-width: 100%
}

.discount-form input {
    width: 100%;
    max-width: 364px;
    height: 72px
}

.discount-form button {
    height: 72px;
    width: 100%;
    max-width: 246px;
    background-image: linear-gradient(to top, #3a89db, #92c8ff);
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase
}

.email,
.phone {
    font-size: 18px;
    color: #294859;
    font-weight: 700
}

.discount-form button:hover {
    background-image: none;
    background-color: #3a89db
}

.section-bg {
    position: absolute;
    top: -550px;
    left: -50px
}

.footer-line {
    display: flex;
    padding-top: 55px;
    padding-bottom: 55px
}

.email {
    margin-right: 120px
}

.email img,
.phone img {
    top: -1px;
    margin-right: 5px;
    position: relative
}

.email:hover {
    color: #294859;
    text-decoration: none
}

.phone:hover {
    color: #294859;
    text-decoration: none
}

.pay {
    margin-left: auto;
    display: flex;
    align-items: center
}

.pay .pay-img img {
    display: inline-block;
    margin-right: 25px
}

.pay .pay-img img:last-child {
    margin-right: 0
}

.pay span {
    display: inline-block;
    margin-right: 10px
}

.pay .qiwi {
    margin-left: 25px;
    position: relative;
    bottom: -1px
}

.slider {
    position: relative
}

.slider .owl-dots {
    position: absolute;
    bottom: 31%;
    width: 100%;
    height: 75px;
    z-index: 2;
    display: flex;
    justify-content: center
}

.slider .owl-dots button.owl-dot {
    width: 189px;
    height: 100%;
    margin: 0 5px;
    position: relative
}

.slider .owl-dots button.owl-dot.active:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 150%;
    left: 0;
    top: -20px;
    z-index: -1;
    background: radial-gradient(circle closest-side at 93px 60px, #f5a623, rgba(0, 0, 0, 0))
}

.cardslider__dot-btn::before,
.slider .owl-nav button span {
    display: none
}

.slider .owl-dots button.owl-dot:nth-child(1),
.slider .owl-dots button.owl-dot:nth-child(2),
.slider .owl-dots button.owl-dot:nth-child(3) {
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat
}

.slider .owl-dots button.owl-dot:nth-child(1) {
    background-image: url('../images/dot1.png');
}

.slider .owl-dots button.owl-dot:nth-child(2) {
    background-image: url('../images/dot2.png');
}

.slider .owl-dots button.owl-dot:nth-child(3) {
    background-image: url('../images/ww.png');
}

.slider .owl-dots button.owl-dot:nth-child(4) {
    background-image: url('../images/dot4.png');
    background-size: 90%;
    background-position: center;
    background-repeat: no-repeat
}

.slider .owl-nav {
    position: absolute;
    top: 45%;
    width: 100%
}

.slider .owl-nav button {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: url(https://expertlab.online/assets/img/arrow.svg) rgba(255, 255, 255, .1) !important;
    background-repeat: no-repeat !important;
    background-size: 15px !important;
    background-position: 45% 50% !important
}

.slider .owl-nav button:hover {
    background: url(https://expertlab.online/assets/img/arrow.svg) rgba(255, 255, 255, .3) !important;
    background-repeat: no-repeat !important;
    background-size: 15px !important;
    background-position: 45% 50% !important
}

.cardslider__nav-next,
.cardslider__nav-prev {
    background-image: url('../images/slider-arrow-g.svg');
    background-position: 50% 50%;
    background-size: 10px
}

.slider .owl-nav .owl-prev {
    position: absolute;
    right: 10%;
    top: 0;
    z-index: 2;
    transform: rotate(180deg)
}

.slider .owl-nav .owl-next {
    position: absolute;
    left: 10%;
    top: 0;
    z-index: 2
}

.reviews-slider,
section.reviews,
section.reviews .container {
    position: relative
}

section.reviews {
    background-color: #fff;
    padding-bottom: 50px
}

.cardslider {
    overflow: inherit
}

.reviews-slider {
    height: 400px;
    margin: 45px auto 50px;
    max-width: 815px
}

.cardslider__dots-nav {
    bottom: -50px;
    z-index: 10
}

.cardslider__dot-btn {
    width: 12px;
    height: 12px;
    border: none;
    background-color: #37cfb1;
    opacity: .2
}

.cardslider__dot.cardslider__dot--active .cardslider__dot-btn {
    opacity: 1
}

.review-avatar,
.reviews-slider-link {
    overflow: hidden;
    display: inline-block
}

.review-avatar {
    width: 115px;
    height: 115px;
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 0 10px 40px 0 rgba(58, 137, 219, .2);
    margin-top: -30px;
    margin-bottom: 20px
}

.review-avatar img,
.reviews-slider-link img {
    max-width: 100%;
    height: 100%
}

.review-name {
    color: #37cfb1;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 12px
}

.review-name span {
    color: #294859;
    font-weight: 300
}

.review-text {
    color: #294859;
    font-size: 21px;
    font-weight: 400;
    padding: 0 20%
}

.reviews-slider-link {
    border-radius: 50%;
    position: absolute
}

.reviews-slider-link.s-77 {
    width: 77px;
    height: 77px
}

.reviews-slider-link.s-72 {
    width: 72px;
    height: 72px
}

.reviews-slider-link.s-65 {
    width: 65px;
    height: 65px
}

.reviews-slider-link.s-100 {
    width: 100px;
    height: 100px
}

div#l4 {
    rigt: 0;
    left: 30px;
    top: 50%
}

div#l8 {
    right: 0;
    top: 20%
}

div#l5 {
    right: -100px;
    top: 48%
}

div#l6 {
    right: 30px;
    top: 50%
}

div#l7 {
    right: 80px;
    bottom: 0;
    left: 80px
}

div#l1 {
    left: 0;
    top: 20%
}

div#l2 {
    right: 0;
    bottom: 0
}

div#l3 {
    left: -100px;
    top: 48%
}

.cardslider__cards {
    width: 100%
}

.cardslider__card {
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 10px 40px 0 rgba(192, 192, 192, .2)
}

.cardslider--direction-up .cardslider__card--index-0 {
    box-shadow: 0 10px 40px 0 rgba(192, 192, 192, .3)
}

.cardslider__direction-nav button {
    width: 48px;
    height: 48px;
    box-shadow: 0 10px 40px 0 rgba(58, 137, 219, .1)
}

.cardslider__nav-next {
    background-color: #fff;
    position: absolute;
    right: -23px
}

.cardslider__nav-prev {
    transform: rotate(180deg);
    background-color: #fff;
    position: absolute;
    left: -23px
}

.cardslider__nav-prev:active {
    transform: rotate(180deg) scale(.8)
}

.cardslider__direction-nav {
    width: 100%;
    top: 45%;
    left: 0
}

.no-center {
    display: block
}

@media screen and (min-width:1500px) {
    header .container .bg2 {
        top: 15%
    }
}

@media screen and (min-width:1700px) {
    .works-content {
        padding-top: 20%
    }

    .works .works-bg2 {
        top: -40%;
        left: -4%
    }

    .advantag .adv-bg {
        top: -130px
    }
}

@media screen and (max-width:1200px) {

    body,
    html {
        overflow-x: hidden
    }

    .advantag .adv-bg {
        top: -80px
    }

    .works-content {
        flex-wrap: wrap;
        margin-bottom: 230px
    }

    .works-title {
        width: 100%;
        text-align: center;
        margin-bottom: 50px
    }

    .discount2 {
        padding-left: 5%
    }

    .section-bg {
        top: -490px
    }

    .header-top-line .button {
        display: none
    }
}

@media screen and (max-width:960px) {

    .main-descr,
    .main-title {
        padding-right: 0
    }

    body,
    html {
        overflow-x: hidden
    }

    .header-content {
        width: 100%
    }

    body.active {
        height: 100vh;
        overflow-y: hidden
    }

    body.active .humburger {
        background-color: #37cfb1
    }

    .header-top-line,
    .humburger,
    body.active .burger,
    body.active .burger::after,
    body.active .burger::before {
        background-color: #fff
    }

    body.active .header-top-line {
        transform: translateY(0);
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: flex-start
    }

    body.active .header-top-line .phone {
        margin: 20px 0;
        font-size: 20px;
        color: #294859
    }

    body.active .header-top-line .button {
        display: flex;
        max-width: 220px
    }

    #form2 .project,
    .discount-form button,
    .discount-form input,
    .mobile-promo,
    form button {
        max-width: 100%
    }

    body.active .header-top-line nav {
        margin: 20% 0 0;
        width: 100%
    }

    body.active .header-top-line nav a {
        display: block;
        text-align: center;
        margin: 0 0 15px;
        font-size: 20px
    }

    body.active .header-top-line .logo-mobile {
        margin-top: 40px;
        width: 190px;
        margin-left: -100px
    }

    body.active .header-top-line .logo-mobile img {
        width: 100%
    }

    body.active .logo {
        opacity: 0
    }

    body.active .header-top-line .phone img {
        display: none
    }

    body.active .header-top-line .phone .phone-mobile {
        display: inline-block
    }

    .humburger,
    .logo-mobile {
        display: block
    }

    body.active .header-top-line img {
        width: auto
    }

    .humburger {
        border-radius: 50%;
        overflow: hidden;
        z-index: 1001
    }

    header {
        background-image: url('../images/mobile.jpg');
        background-position: center
    }

    header .container {
        padding-bottom: 0
    }

    .logo {
/*         width: 210px */
    }
	

    .header-top {
        margin-bottom: 50px;
		justify-content: flex-start;
    }

    .header-top-line {
        width: 100%;
        color: #294859;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        z-index: 1000;
        transform: translateY(-120%);
        transition: all .4s ease;
        flex-wrap: wrap
    }

    .header-top-line img {
        width: 200px
    }

    .header-top-line nav a {
        color: #294859
    }

    .header-top-line .button {
        display: flex;
        background-color: #37cfb1
    }

    .header-bg {
        display: none
    }

    .advantag {
        background-image: url('../images/advg-mobile.svg');
        padding-top: 50px
    }

    .s-title {
        text-align: center;
        font-size: 26px;
        line-height: 1.17;
        margin-bottom: 20px
    }

    .item-title {
        display: flex
    }

    .s-description {
        font-size: 18px
    }

    .row.advantag-grid.owl-carousel.owl-loaded.owl-drag {
        margin: 0
    }

    .advantag-grid .advantag-item .item-icon {
        margin: -100px 0 15px;
        position: relative;
        z-index: 5
    }

    .owl-carousel .owl-stage {
        padding-top: 80px
    }

    section.advantag.can-help .owl-carousel .owl-stage {
        padding-top: 20px
    }

    .item-content {
        text-align: center
    }

    .advantag-grid .advantag-item {
        flex-wrap: wrap;
        justify-content: center;
        padding-top: 20px;
        padding-bottom: 45px;
        border-radius: 15px;
        box-shadow: 0 10px 40px 0 rgba(58, 137, 219, .1);
        min-height: 335px
    }

    .advantag-grid .advantag-item .item-title {
        font-size: 20px;
        text-align: center;
        display: flex;
        display-justify-content: center
    }

    .advantag .adv-bg,
    .owl-nav {
        display: none
    }

    .footer-line,
    form {
        flex-wrap: wrap
    }

    .advantag-grid .advantag-item .item-title span {
        text-align: left
    }

    .advantag-grid .advantag-item .item-title img {
        width: 50px;
        min-width: 50px
    }

    .advantag .owl-dots {
        text-align: center;
        padding-top: 0
    }

    .advantag .owl-dots .owl-dot {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #37cfb1;
        opacity: .2;
        margin: 0 4px
    }

    .advantag .owl-dots .owl-dot.active {
        opacity: 1
    }

    .advantag .adv-bg-mobile {
        display: block;
        position: absolute;
        width: 100%;
        top: -60px
    }

    .works .works-bg {
        left: -2px
    }

    header {
        padding-bottom: 0
    }

    header .b1,
    header .container .bg2 {
        display: none
    }

    header .bg1-mobile {
        display: block;
        position: absolute;
        top: 20%;
        left: -15%
    }

    header .bg1 {
        display: none
    }

    .logo-col {
        text-align: center;
        margin-bottom: 20px
    }

    .discount {
        text-align: center;
        font-size: 16px;
        margin-bottom: 25px
    }

    .discount img {
        width: 28px;
        margin-right: 5px;
        position: relative;
        top: -2px
    }

    .main-title {
        font-size: 26px;
        text-align: center
    }

    .form-descr,
    .main-descr {
        font-size: 16px;
        text-align: center
    }

    form .select,
    form input {
        max-width: 100%;
        margin: 0 0 15px;
        flex-basis: 100%
    }

    .mobile-promo {
        display: block;
        margin: 0 auto
    }

    .works-content {
        padding: 90px 0 0;
        margin-bottom: 100px
    }

    .works-title {
        font-size: 32px
    }

    .acordion-item {
        margin-bottom: 10px
    }

    .acordion-item .acordion-question {
        font-size: 14px
    }

    .acordion-item .acordion-arrow {
        right: 15px;
        top: 17px
    }

    .works-item .item-number:after,
    .works-item:nth-child(1) .item-number:before {
        display: block;
        width: 300px;
        height: 2px;
        z-index: -1;
        background-color: #fff;
        top: 49%;
        content: ''
    }

    .works-item:nth-child(1) .item-number:before {
        position: absolute;
        left: -100%
    }

    .works-item .item-number {
        position: relative
    }

    .works-item .item-number:after {
        position: absolute;
        left: 0
    }

    .works {
        z-index: 2
    }

    .works .works-bg2 {
        display: none
    }

    .works .works-bg2-mobile {
        display: block;
        top: 0
    }

    .works-grid {
        flex-wrap: nowrap;
        overflow-x: auto;
        position: relative;
        z-index: 10;
        padding-left: 50px
    }

    .section-bg {
        top: -130px;
        width: 50%;
        left: 50%;
        transform: translateX(-50%)
    }

    .works .container {
        padding: 0
    }

    .works-grid .works-item {
        margin-bottom: 0;
        min-width: 230px
    }

    .works-grid .works-item.hidden {
        display: none
    }

    .discount2 {
        padding: 0 15px
    }

    .row.discount2-wrap {
        padding-top: 300px
    }

    .dicsout-title {
        font-size: 32px;
        text-align: center;
        line-height: 1.2;
        margin-bottom: 10px
    }

    .dicsout-text {
        text-align: center;
        font-size: 16px;
        margin-bottom: 15px
    }

    .project-form .s-description,
    .work .work-content .work-text {
        font-size: 18px
    }

    .footer-line {
        justify-content: center
    }

    .footer-line .email {
        margin-right: 30px;
        margin-bottom: 10px
    }

    .footer-line .phone {
        margin-bottom: 20px
    }

    .pay {
        margin-left: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }

    .pay span {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 10px
    }

    .pay .qiwi {
        display: none
    }

    .slider-settings {
        display: none !important
    }

    .coaches-item {
        padding: 20px
    }

    .coaches-item .base-btn {
        left: 0
    }

    .slider .owl-dots {
        background: linear-gradient(to top, #000 19%, rgba(0, 0, 0, .3) 64%, rgba(255, 255, 255, 0) 100%)
    }

    .slider .owl-dots button.owl-dot.active:before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 2px;
        z-index: -1;
        background: radial-gradient(circle closest-side at 50% 50%, #f5a623, rgba(0, 0, 0, 0))
    }

    .work .work-bg,
    .work-icon1,
    .work-icon2 {
        display: none
    }

    .info-content {
        padding-top: 20px;
        margin-bottom: 50px
    }

    form input {
        box-shadow: 0 14px 40px 0 rgba(58, 137, 219, .2) !important;
        -webkit-appearance: none
    }

    .work {
        background-color: #37cfb1;
        margin-top: 30px;
        padding-top: 0;
        padding-bottom: 0
    }

    .work .work-bg-m1 {
        position: absolute;
        top: -50px;
        left: -3px;
        right: -2px;
        width: 105%;
        display: block
    }

    .work .work-bg-m2 {
        position: absolute;
        bottom: -59px;
        left: -4px;
        width: 110%;
        display: block
    }

    .questions .questions-bg,
    .questions .questions-icon1,
    .questions .questions-icon2,
    .questions .questions-icon3,
    .reviews-slider-link {
        display: none
    }

    .work .s-title {
        padding-top: 25px;
        padding-bottom: 20px
    }

    .work-item {
        text-align: center;
        margin-bottom: 30px
    }

    .work .work-content {
        justify-content: center
    }

    .work .work-content .work-number {
        font-size: 60px
    }

    .work-item .item-arrow {
        transform: rotate(90deg);
        top: 520px;
        left: 15%
    }

    .work-item .item-arrow2 {
        transform: rotate(90deg);
        top: -70px;
        right: 15%
    }

    section.advantag.choose-section {
        padding-top: 90px
    }

    section.advantag.choose-section .owl-carousel .owl-stage {
        padding-top: 20px
    }

    section.advantag.choose-section .advantag-grid .advantag-item .item-icon {
        margin-top: 0
    }

    .choose-section .advantag-item {
        padding: 10px
    }

    section.advantag.best-section .owl-carousel .owl-stage {
        padding-top: 40px
    }

    section.advantag.best-section .advantag-grid .advantag-item .item-icon {
        flex-wrap: wrap;
        margin-top: 0;
        justify-content: center
    }

    section.advantag.best-section .advantag-grid .advantag-item .item-icon .avatar {
        margin-top: -40px
    }

    section.advantag.best-section .advantag-grid .advantag-item .item-icon .rating img {
        width: 12px
    }

    .best-section .advantag-item .item-icon .rating {
        left: 55%;
        top: -10px
    }

    .best-section .advantag-item .item-icon .name {
        padding-top: 0;
        text-align: center
    }

    .best-section .advantag-item {
        padding: 20px
    }

    .review-text {
        font-size: 14px;
        padding: 0 10%
    }

    .cardslider__direction-nav button {
        width: 30px;
        height: 30px
    }

    .cardslider__nav-prev {
        background-size: 8px;
        left: -10px
    }

    .cardslider__nav-next {
        right: -10px;
        background-size: 8px
    }

    .review-avatar {
        width: 90px;
        height: 90px
    }

    .questions {
        background-color: #f2fcfb;
        padding-top: 40px;
        padding-bottom: 0
    }

    .questions .ask1,
    .questions .ask2 {
        display: block;
        position: absolute;
        width: 100%
    }

    .questions .ask1 {
        top: -20px
    }

    .questions .ask2 {
        bottom: -20px
    }

    .acordion-grid {
        margin-top: 20px;
        margin-bottom: 20px
    }

    section.advantag.press-section .owl-carousel .owl-stage {
        padding-top: 0
    }

    section.advantag.press-section .advantag-grid .advantag-item {
        min-height: 190px;
        padding: 0
    }

    .press-section .advantag-item img {
        width: auto
    }
}

@media screen and (max-width:600px) {
    .advantag-grid .advantag-item .item-title {
        justify-content: center
    }

    section.advantag.can-help .advantag-grid .advantag-item {
        min-height: 260px
    }

    .best-section .advantag-item .item-icon .rating {
        left: 58%
    }

    .work .work-bg-m1 {
        position: absolute;
        top: -28px;
        left: -3px;
        right: -1px;
        width: 105%;
        display: block
    }

    .work .work-bg-m2 {
        position: absolute;
        bottom: -29px;
        left: -4px;
        width: 110%;
        display: block
    }

    .section-bg {
        width: 80%
    }

    .footer-line .email {
        margin-right: 0
    }

    .info {
        padding-top: 250px
    }

    .form-descr {
        margin-bottom: 20px
    }

    .row.discount2-wrap {
        padding-top: 210px
    }

    .work-item .item-arrow {
        transform: rotate(90deg);
        top: 520px;
        left: -50px
    }

    .work-item .item-arrow2 {
        transform: rotate(90deg);
        top: -70px;
        right: -50px
    }

    form input {
        box-shadow: 0 14px 40px 0 rgba(58, 137, 219, .1) !important;
        -webkit-appearance: none
    }

    .pay .pay-img {
        text-align: center
    }

    .pay .pay-img img {
        width: 25%;
        margin-right: 20px
    }
}

@media screen and (min-width:1800px) {
    .slider .slider-item {
        height: 850px
    }

    .slider .owl-dots {
        bottom: 25%
    }

    .info {
        margin-top: -370px
    }

    .slider-settings {
        top: 75px
    }
}

@media screen and (orientation:landscape) and (max-width: 960px) {
    body.active .header-top-line {
        padding: 40px;
    }

    body.active .header-top-line .logo-mobile {
        margin: auto;
    }

    body.active .header-top-line nav {
        margin: auto;
    }

    body.active .header-top-line .button {
        margin: auto;
    }
}

@media screen and (orientation:landscape) and (max-width: 570px) {
    body.active .header-top-line {
        padding: 5px;
    }

    body.active .header-top-line nav a {
        margin-bottom: 7px;
    }
}

.footer-link.__mPS2id {
    padding-right: 10px;
}

.cookie-consent {
    position: fixed;
    z-index: 9999;
    left: 50%;
    bottom: 2rem;
    transform: translateX(-50%);
    max-width: 560px;
    width: calc(100% - 2rem);
    padding: 1.25rem 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    background: #fff;
    font-size: 15px;
    line-height: 1.4;
    display: flex;
    gap: .75rem;
    align-items: flex-start;
}

.cookie-consent.hidden {
    display: none;
}

.cookie-consent .cc-icon {
    font-size: 26px;
    margin-top: .1rem;
}

.cookie-consent .cc-text {
    margin: 0;
    flex: 1;
}

.cookie-consent .cc-accept,
.cookie-consent .cc-close {
    border: 0;
    background: none;
    cursor: pointer;
    font-weight: 600;
    color: #10b981;
    /* teal-400 */
}

.cookie-consent .cc-close {
    color: #777;
    margin-left: .5rem;
    line-height: 1;
}

.cookie-consent .cc-accept {
    padding: .25rem .75rem;
    border-radius: 4px;
    background: #10b981;
    color: #fff;
}

.cookie-consent {
    /* …остальные свойства остаются… */
    display: flex;
    gap: .75rem;
    align-items: flex-start;
    flex-wrap: wrap;
    /* ① разрешаем перенос */
}

/* кнопка «Accept» по центру */
.cookie-consent .cc-accept {
    display: block;
    /* переводим в блочный контекст */
    margin: .75rem auto 0;
    /* ② auto слева-справа → по центру */
    padding: .25rem .75rem;
    border-radius: 4px;
    background: #10b981;
    color: #fff;
    font-weight: 600;
}


/* footer */
.section-23 {
    background-color: #f4f6fb;
    padding: 32px 20px;
    overflow: hidden;
}

.div-block-548 {
    justify-content: space-between;
    align-items: flex-end;
    max-width: 1264px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.div-block-551 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1264px;
    display: flex;
}

.div-block-549 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
}

.text-block-154 {
    color: #000;
    font-weight: 700;
}

.link-19 {
    color: #40cfb1;
    cursor: default;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
}

.link-18 {
    color: #000;
    cursor: default;
    margin-top: 1rem;
    text-decoration: none;
}

.link-18.marg.cursor {
    cursor: pointer;
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: 1rem;
}

.text-block-155 {
    cursor: default;
    margin-top: 1rem;
}


@media (max-width:960px) {
    .form,
    .main-form,
    .form2 {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .form .input__container,
    .form .select,
    .main-form .input__container,
    .main-form .select,
    .form2 .input__container,
    .form2 .select {
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 0 0 16px 0;
    }

    .form input,
    .form select,
    .main-form input,
    .main-form select,
    .form2 input,
    .form2 select {
        width: 100%;
    }

    .form button,
    .main-form button,
    .form2 button {
        width: 100%;
    }

    .form .input__container input,
    .form .select select,
    .form button,
    .main-form .input__container input,
    .main-form .select select,
    .main-form button,
    .form2 .input__container input,
    .form2 .select select,
    .form2 button {
        height: 60px;
        line-height: 60px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .form .select,
    .main-form .select,
    .form2 .select {
        height: auto;
    }
}

.review-text {
    padding: 0 21px;
}