* {
    margin: 0;
    padding: 0
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.footer-links li a.active, .footer-links li a:hover, .header-links li a.active, .header-links li a:hover, a, a:hover {
    text-decoration: none
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

img {
    vertical-align: top;
    max-width: 100%
}
.container img {
    display: block;
    max-width: 100%;
    border-radius: 9px;
    margin: 28px auto;
}

details, figcaption, figure, hgroup, menu {
    display: block
}

body, html {
    line-height: 1
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    font-weight: 400
}

ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

button {
    background: 0 0
}

@font-face {
    font-family: "icomoon";
    src: url(../fonts/icomoon.eot?cekg2c);
    src: url(../fonts/icomoon.eot?cekg2c#iefix) format("embedded-opentype"), url(../fonts/icomoon.ttf?cekg2c) format("truetype"), url(../fonts/icomoon.woff?cekg2c) format("woff"), url(../fonts/icomoon.svg?cekg2c#icomoon) format("svg");
    font-weight: 400;
    font-style: normal
}

body, html {
    overflow-x: hidden;
    min-width: 20rem
}

body {
    background: #252d40;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    color: #fff;
    line-height: 1.5625rem
}

.off-scroll, body.hidden_scroll-y {
    overflow-y: hidden
}

.off-scroll {
    height: 100%;
    position: relative
}

a {
    color: #2dd890;
    outline: 0 !important
}

a:active {
    color: #2dac69
}

.style, [class*=section-box], footer, header, section {
    width: 100%;
    float: left
}

[class*=section-box], footer, header, header .container > .row, section {
    position: relative
}

address, article, aside, footer, header, nav, section {
    display: block
}

.container {
    min-width: 296px
}

.bold {
    font-weight: 700
}

@media (max-width: 61.9375rem) {
    .off-scroll {
        position: fixed;
        width: 100%
    }
}

@media (max-width: 50rem) {
    body {
        background-image: none
    }
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: .75rem;
    padding-left: .75rem;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 36rem) {
    .container, .container-sm {
        max-width: 33.75rem
    }
}

@media (min-width: 48rem) {
    .container, .container-md, .container-sm {
        max-width: 45rem
    }
}

@media (min-width: 62rem) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 60rem
    }
}

@media (min-width: 75rem) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 71.25rem
    }
}

@media (min-width: 87.5rem) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 82.5rem
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    margin-right: -.75rem;
    margin-left: -.75rem
}

.row > * {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: .75rem;
    padding-left: .75rem;
    margin-top: 0
}

.col {
    flex: 1 0 0%
}

.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%
}

@media (min-width: 36rem) {
    .col-sm {
        flex: 1 0 0%
    }

    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

@media (min-width: 48rem) {
    .col-md {
        flex: 1 0 0%
    }

    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

@media (min-width: 62rem) {
    .col-lg {
        flex: 1 0 0%
    }

    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

@media (min-width: 75rem) {
    .col-xl {
        flex: 1 0 0%
    }

    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

@media (min-width: 87.5rem) {
    .col-xxl {
        flex: 1 0 0%
    }

    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1, .col-2 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    width: 16.66666667%
}

.col-3, .col-4 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    width: 33.33333333%
}

.col-5, .col-6 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    width: 50%
}

.col-7, .col-8 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    width: 66.66666667%
}

.col-10, .col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    width: 83.33333333%
}

.col-11, .col-12 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    width: 100%
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

@media (min-width: 36rem) {
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1, .col-sm-2 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-3, .col-sm-4 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-5, .col-sm-6 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7, .col-sm-8 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-10, .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-11, .col-sm-12 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width: 48rem) {
    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1, .col-md-2 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-3, .col-md-4 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-5, .col-md-6 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7, .col-md-8 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-10, .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-11, .col-md-12 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width: 62rem) {
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1, .col-lg-2 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-3, .col-lg-4 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-5, .col-lg-6 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7, .col-lg-8 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-10, .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-11, .col-lg-12 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width: 75rem) {
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1, .col-xl-2 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        width: 16.66666667%
    }

    .col-xl-3, .col-xl-4 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        width: 33.33333333%
    }

    .col-xl-5, .col-xl-6 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-6 {
        width: 50%
    }

    .col-xl-7, .col-xl-8 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        width: 66.66666667%
    }

    .col-xl-10, .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        width: 83.33333333%
    }

    .col-xl-11, .col-xl-12 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xl-12 {
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width: 87.5rem) {
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1, .col-xxl-2 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xxl-2 {
        width: 16.66666667%
    }

    .col-xxl-3, .col-xxl-4 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        width: 33.33333333%
    }

    .col-xxl-5, .col-xxl-6 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xxl-6 {
        width: 50%
    }

    .col-xxl-7, .col-xxl-8 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xxl-8 {
        width: 66.66666667%
    }

    .col-xxl-10, .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        width: 83.33333333%
    }

    .col-xxl-11, .col-xxl-12 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xxl-12 {
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%
    }
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-grid {
    display: grid !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
}

.d-none {
    display: none !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
}

.justify-content-evenly {
    justify-content: space-evenly !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
}

.order-first {
    order: -1 !important
}

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.order-4 {
    order: 4 !important
}

.order-5 {
    order: 5 !important
}

.order-last {
    order: 6 !important
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 36rem) {
    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-grid {
        display: grid !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
    }

    .d-sm-none {
        display: none !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
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !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
    }

    .order-sm-first {
        order: -1 !important
    }

    .order-sm-0 {
        order: 0 !important
    }

    .order-sm-1 {
        order: 1 !important
    }

    .order-sm-2 {
        order: 2 !important
    }

    .order-sm-3 {
        order: 3 !important
    }

    .order-sm-4 {
        order: 4 !important
    }

    .order-sm-5 {
        order: 5 !important
    }

    .order-sm-last {
        order: 6 !important
    }

    .text-sm-start {
        text-align: left !important
    }

    .text-sm-end {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 48rem) {
    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-grid {
        display: grid !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
    }

    .d-md-none {
        display: none !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
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !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
    }

    .order-md-first {
        order: -1 !important
    }

    .order-md-0 {
        order: 0 !important
    }

    .order-md-1 {
        order: 1 !important
    }

    .order-md-2 {
        order: 2 !important
    }

    .order-md-3 {
        order: 3 !important
    }

    .order-md-4 {
        order: 4 !important
    }

    .order-md-5 {
        order: 5 !important
    }

    .order-md-last {
        order: 6 !important
    }

    .text-md-start {
        text-align: left !important
    }

    .text-md-end {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 62rem) {
    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-grid {
        display: grid !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
    }

    .d-lg-none {
        display: none !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
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly !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
    }

    .order-lg-first {
        order: -1 !important
    }

    .order-lg-0 {
        order: 0 !important
    }

    .order-lg-1 {
        order: 1 !important
    }

    .order-lg-2 {
        order: 2 !important
    }

    .order-lg-3 {
        order: 3 !important
    }

    .order-lg-4 {
        order: 4 !important
    }

    .order-lg-5 {
        order: 5 !important
    }

    .order-lg-last {
        order: 6 !important
    }

    .text-lg-start {
        text-align: left !important
    }

    .text-lg-end {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 75rem) {
    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-grid {
        display: grid !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
    }

    .d-xl-none {
        display: none !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
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !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
    }

    .order-xl-first {
        order: -1 !important
    }

    .order-xl-0 {
        order: 0 !important
    }

    .order-xl-1 {
        order: 1 !important
    }

    .order-xl-2 {
        order: 2 !important
    }

    .order-xl-3 {
        order: 3 !important
    }

    .order-xl-4 {
        order: 4 !important
    }

    .order-xl-5 {
        order: 5 !important
    }

    .order-xl-last {
        order: 6 !important
    }

    .text-xl-start {
        text-align: left !important
    }

    .text-xl-end {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media (min-width: 87.5rem) {
    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-grid {
        display: grid !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: inline-flex !important
    }

    .d-xxl-none {
        display: none !important
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        justify-content: center !important
    }

    .justify-content-xxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        justify-content: space-around !important
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xxl-start {
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        align-items: center !important
    }

    .align-items-xxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxl-start {
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        align-content: center !important
    }

    .align-content-xxl-between {
        align-content: space-between !important
    }

    .align-content-xxl-around {
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        align-self: auto !important
    }

    .align-self-xxl-start {
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        align-self: center !important
    }

    .align-self-xxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        align-self: stretch !important
    }

    .order-xxl-first {
        order: -1 !important
    }

    .order-xxl-0 {
        order: 0 !important
    }

    .order-xxl-1 {
        order: 1 !important
    }

    .order-xxl-2 {
        order: 2 !important
    }

    .order-xxl-3 {
        order: 3 !important
    }

    .order-xxl-4 {
        order: 4 !important
    }

    .order-xxl-5 {
        order: 5 !important
    }

    .order-xxl-last {
        order: 6 !important
    }

    .text-xxl-start {
        text-align: left !important
    }

    .text-xxl-end {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

header {
    z-index: 2
}

header, header .container, header .container .row {
    min-height: 5rem
}

.logo, header nav {
    display: inline-block;
    vertical-align: top
}

header nav {
    width: 100%
}

.logo {
    position: relative;
    z-index: 3;
    height: 4.75rem;
    top: 1.25rem
}

.logo img {
    width: 13.75rem;
    transition: .25s;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s
}

.footer-links, .header-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.header-links li {
    padding: 0 .9375rem
}

.footer-links li, .header-links li {
    float: left;
    position: relative
}

.footer-links li:last-child:before, .header-links li:last-child:before {
    display: none
}

.header-links li a {
    color: #fff;
    font-size: .8125rem
}

.footer-links li a, .header-links li a {
    position: relative;
    overflow: hidden;
    line-height: 1.5625rem;
    display: block;
    text-transform: uppercase
}

.footer-links li a:before, .header-links li a:before {
    width: 100%;
    height: .125rem;
    background: #fff;
    content: "";
    position: absolute;
    bottom: 0;
    transition: .25s;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0)
}

.footer-links li a.active:before, .footer-links li a:hover:before, .header-links li a.active:before, .header-links li a:hover:before {
    bottom: .125rem;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.header-buttons {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.375rem
}

.header-buttons__link {
    width: 12.75rem;
    padding: 0 .375rem
}

.header-buttons__link:first-child {
    width: 6.5rem
}

.button-mobile-menu {
    width: 1.5rem;
    float: left;
    position: absolute;
    right: 1.5rem;
    top: 1.3125rem;
    height: 1rem;
    cursor: pointer;
    z-index: 3
}

.button-mobile-menu:before {
    border-radius: .25rem;
    position: absolute;
    content: "";
    left: -.75rem;
    right: -.75rem;
    top: -1rem;
    bottom: -1rem;
    transition: .25s;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
    border: .0625rem solid #4f5665
}

.button-mobile-menu div {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: .875rem;
    width: 100%;
    height: .125rem;
    background: #fff;
    transition: .22s;
    -webkit-transition: .22s;
    -moz-transition: .22s;
    -ms-transition: .22s;
    -o-transition: .22s
}

.button-mobile-menu div:first-child, .button-mobile-menu div:first-child:before {
    margin-top: 0
}

.button-mobile-menu div:before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    margin-top: -.4375rem;
    left: 0;
    background: #fff;
    transition: .22s;
    -webkit-transition: .22s;
    -moz-transition: .22s;
    -ms-transition: .22s;
    -o-transition: .22s
}

.button-mobile-menu div:last-child:before {
    width: 1.125rem;
    left: .1875rem
}

.button-mobile-menu.open:before {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0)
}

.button-mobile-menu.open div {
    transform: rotate(-45deg);
    margin-top: .375rem;
    background: #000
}

.button-mobile-menu.open div:first-child {
    transform: rotate(45deg);
    margin-top: .375rem
}

.button-mobile-menu.open div:before {
    margin-top: 0;
    background: #000
}

@media (min-width: 62rem) and (max-width: 74.9375rem) {
    header .footer-links, header .header-links {
        margin-right: -5.75rem;
        margin-left: -.75rem
    }

    header .footer-links li a, header .header-links li a {
        font-size: .875rem;
        line-height: 1.25rem
    }

    .logo {
        height: 3.4375rem;
        top: 2.0625rem
    }
}

@media (max-width: 61.9375rem) {
    .mobile-menu, .mobile-menu:after, .mobile-menu:before {
        position: fixed;
        width: 100%;
        right: 0;
        z-index: 2;
        margin-right: -110%;
        transition: .35s;
        -webkit-transition: .35s;
        -moz-transition: .35s;
        -ms-transition: .35s;
        -o-transition: .35s
    }

    .mobile-menu {
        top: 0;
        overflow-y: scroll;
        background: #fff;
        height: 100%;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        padding-bottom: 2.5rem;
        padding-top: 5.6875rem
    }

    .mobile-menu.open {
        margin-right: 0;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100)
    }

    .mobile-menu.open:after, .mobile-menu.open:before {
        margin-right: 0
    }

    .mobile-menu:after, .mobile-menu:before {
        content: ""
    }

    .mobile-menu:before {
        top: 0;
        height: 5.6875rem;
        background: #fff
    }

    .mobile-menu:after {
        top: 5.625rem;
        height: 1rem;
        background: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#00fcfcfc", GradientType=0)
    }

    .mobile-menu .header-buttons {
        margin-top: 1.75rem
    }

    header {
        height: auto;
        padding-top: .4375rem;
        padding-bottom: 1rem
    }

    header > .container {
        max-width: 100%
    }

    header, header .container, header .container .row {
        min-height: auto
    }

    header nav {
        display: inline-block;
        vertical-align: top;
        width: 100%
    }

    header .footer-links, header .header-links {
        margin: 0;
        display: block
    }

    header .footer-links li, header .header-links li {
        float: none;
        padding: 0
    }

    header .footer-links li a:after, header .footer-links li a:before, header .footer-links li:before, header .header-links li a:after, header .header-links li a:before, header .header-links li:before {
        display: none
    }

    header .footer-links li a, header .header-links li a {
        padding-top: .4375rem;
        padding-bottom: .4375rem;
        color: #1b1e1d;
        display: inline-block;
        vertical-align: top;
        font-size: 1rem
    }

    header .footer-links li a.active, header .footer-links li a:hover, header .header-links li a.active, header .header-links li a:hover {
        color: #2dd890 !important
    }

    .logo {
        height: auto;
        top: 0
    }

    .logo img {
        width: 8.875rem
    }

    .header-buttons {
        margin-top: 1rem
    }
}

.section-box-title {
    color: #4f5665;
    background: #1c212e;
    padding-top: 1.125rem;
    padding-bottom: .9375rem
}

.section-box-title__title {
    color: inherit;
    font-size: 1rem;
    line-height: 1.125rem;
    text-transform: uppercase
}

.section-banner {
    background: #0b0c0e;
    height: 6.75rem;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.section-banner:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../img/section-1/bg.jpg) 50% 100% no-repeat;
    z-index: -1;
    opacity: .2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20)
}

.section-banner .container, .section-banner .row {
    height: 100%
}

.section-banner__text {
    color: #2dd890;
    box-shadow: -2px 2px 10px 0 rgba(31, 28, 27, .75);
    display: inline-block;
    vertical-align: top;
    max-width: 100%
}

.section-banner__text i {
    font-size: 1.375rem;
    display: block;
    font-style: normal
}

.section-banner__text i b {
    font-weight: 700;
    font-size: 2.125rem;
    line-height: 2.4375rem
}

.section-banner__text span {
    font-size: 1.375rem;
    display: block;
    margin-top: .125rem;
    line-height: 1.625rem
}

.section-banner__button .buttons {
    margin-right: 0;
    margin-left: 1.1875rem
}

.slider, .slider__item {
    position: relative;
    overflow: hidden
}

.slider {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    color: #fff
}

.slider:after, .slider:before {
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    height: 3.75rem;
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 1;
    content: ""
}

.slider:before {
    bottom: 0;
    background: linear-gradient(to bottom, transparent 0, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#000000", GradientType=0)
}

.slider:after {
    top: 0;
    background: linear-gradient(to bottom, #000 0, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#00ffffff", GradientType=0)
}

.slider__item {
    text-align: center;
    background: #131716;
    background-repeat: no-repeat;
    background-position: 50% 0
}

.slider__item_info {
    height: 26.25rem;
    display: flex;
    flex-wrap: wrap;
    z-index: 2;
    position: relative;
    justify-content: flex-end;
    padding-right: 1.8125rem
}

.slider__item_info > div {
    width: 34rem
}

.slider__item_text {
    font-weight: 700;
    font-size: 3.75rem;
    line-height: 4.3125rem;
    padding: 3.375rem 0 0;
    position: relative;
    z-index: 1;
    color: #fff;
    text-shadow: 0 .1875rem 1rem rgba(19, 23, 22, .75)
}

.slider__item_button {
    width: 12rem;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 4.1875rem
}

.slider__item_img {
    position: absolute;
    left: 50%;
    bottom: 0;
    max-width: none
}

.slider__item.type-1 .slider__item_img {
    margin-left: -43.625rem;
    bottom: -20.125rem
}

.slider__item.type-2 .slider__item_img {
    margin-left: -41.5625rem;
    bottom: -18.6875rem
}

.slider__item.type-3 .slider__item_img {
    margin-left: -38.9375rem;
    bottom: -26.875rem
}

.section-box-3 {
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
    background: #1c212e
}

.section-box-3 .col:hover .advantages__item i, .section-box-3 .col:hover .advantages__item i:before {
    border-radius: .25rem
}

.section-box-3 .col:hover .advantages__item i, .section-box-3 .col:hover .advantages__item i img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transition: scale(1.2);
    -o-transform: scale(1.2)
}

.advantages__item, .advantages__item i {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.advantages__item {
    position: relative;
    padding-left: 4rem;
    cursor: default;
    height: 100%
}

.advantages__item i {
    font-style: normal;
    position: absolute;
    justify-content: center;
    top: 50%;
    margin-top: -1.5rem;
    width: 3rem;
    height: 3rem;
    left: 0;
    border-radius: 100%;
    background: #5cd895;
    background: -moz-linear-gradient(top, #5cd895 0, #3a9c84 100%);
    background: -webkit-linear-gradient(top, #5cd895 0, #3a9c84 100%);
    background: linear-gradient(to bottom, #5cd895 0, #3a9c84 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$from-color", endColorstr="$to-color", GradientType=1)
}

.advantages__item i, .advantages__item i img, .slot__link i {
    transition: .25s;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s
}

.advantages__item i img {
    max-width: 1.5rem;
    max-height: 1.5rem
}

.advantages__item span {
    display: block;
    font-size: 1.125rem;
    line-height: 1.3125rem;
    color: #627294;
    font-weight: 700
}

.sections-border {
    height: .0625rem;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 2.4375rem;
    background: #4f5665
}

.slot {
    margin-top: .625rem
}

.slot__link {
    margin-top: 1.4375rem;
    width: 100%;
    font-size: 1rem;
    line-height: 1.125rem;
    color: #fff;
    display: block
}

.slot__link span {
    display: block;
    height: 7.625rem;
    overflow: hidden
}

.slot__link img, .slot__link svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.slot__link i {
    font-style: normal;
    display: block;
    margin-top: .875rem
}

.slot__link:hover i {
    transform: translateY(-.375rem)
}

.editor-text, .page-title {
    margin-top: 2.75rem
}

.page-title {
    font-size: 1.5rem;
    line-height: 1.5625rem;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    position: relative;
    padding: 0 2.9375rem;
    z-index: 1
}

.section-box-4 {
    margin-bottom: 1.875rem
}

.section-box-6 {
    padding-bottom: 3.8125rem
}

@media (min-width: 48rem) and (max-width: 87.4375rem) {
    .slot__link i {
        font-size: .875rem
    }
}

@media (min-width: 62rem) and (max-width: 74.9375rem) {
    .advantages__item {
        padding-left: 2.1875rem;
        align-items: start
    }

    .advantages__item i {
        width: 1.625rem;
        height: 1.625rem;
        margin-top: -.8125rem;
        padding: .3125rem
    }

    .advantages__item i img {
        max-height: 100%
    }
}

@media (min-width: 48rem) and (max-width: 61.9375rem) {
    .section-box-3 .row {
        margin-left: -.375rem;
        margin-right: -.375rem
    }

    .section-box-3 .col {
        padding-left: .375rem;
        padding-right: .375rem
    }

    .advantages__item {
        align-items: start;
        padding-left: 1.125rem
    }

    .advantages__item:after, .advantages__item:before {
        right: -.375rem !important
    }

    .advantages__item i {
        width: 1.375rem;
        height: 1.375rem;
        margin-top: -.6875rem;
        padding: .25rem
    }

    .advantages__item i img {
        max-height: 100%
    }
}

@media (max-width: 87.4375rem) {
    .slot__link {
        width: 100%
    }

    .slot__link span {
        height: 6.4375rem
    }

    .advantages__item span {
        font-size: 1rem
    }

    .advantages__item {
        padding-left: 3.75rem
    }

    .advantages__item:after, .advantages__item:before {
        right: -.375rem
    }
}

@media (max-width: 74.9375rem) {
    .slider__item.type-2 .slider__item_img {
        margin-left: -45.875rem
    }

    .slider__item_info > div {
        margin-left: 0
    }

    .slider__item.type-3 .slider__item_img {
        margin-left: -39.0625rem
    }

    .slot__link span {
        height: 5.3125rem
    }

    .advantages__item {
        padding-left: 2.25rem
    }

    .advantages__item span {
        font-size: .75rem;
        line-height: 1rem
    }
}

@media (max-width: 61.9375rem) {
    .section-banner__text i b {
        font-size: 1.875rem
    }

    .slider__item_info {
        z-index: auto;
        padding-right: 0
    }

    .slider__item_info > div {
        position: relative;
        z-index: 2
    }

    .slider__item_button {
        margin-bottom: 3.25rem
    }

    .slider__item_text {
        font-size: 2.25rem;
        line-height: 2.5625rem;
        padding-top: 1.625rem
    }

    .slider__item.type-1 .slider__item_info {
        padding-right: 0
    }

    .slider__item.type-2 .slider__item_img {
        bottom: -22.9375rem
    }

    .slider__item.type-3 .slider__item_img {
        bottom: -25.625rem
    }

    .slot {
        margin-top: .5625rem
    }

    .slot__link {
        margin-top: 1.25rem
    }

    .slot__link span {
        height: 3.6875rem
    }

    .slot__link i {
        font-size: .8125rem
    }

    .editor-text, .page-title {
        margin-top: 2.25rem
    }

    .section-box-6 {
        padding-bottom: 1.375rem
    }

    .section-box-title {
        padding-top: 1.0625rem;
        padding-bottom: 1.0625rem
    }

    .advantages__item {
        padding-left: 1.75rem
    }

    .advantages__item span {
        font-size: .6875rem;
        line-height: 1rem
    }

    .section-banner .container:before {
        left: 18.125rem
    }
}

@media (max-width: 47.9375rem) {
    .section-banner {
        height: 10.6875rem
    }

    .section-banner .container:before {
        left: 0;
        background-position: 50% -2.5625rem
    }

    .section-banner__text {
        width: 100%;
        padding-top: 2rem
    }

    .section-banner__text i, .section-banner__text span {
        font-size: .875rem;
        line-height: 1.0625rem
    }

    .section-banner__text i b {
        font-size: 1.25rem;
        line-height: 1.0625rem
    }

    .section-banner__text span {
        margin-top: 0
    }

    .section-banner__button {
        padding-bottom: 2rem
    }

    .section-banner__button .buttons {
        margin-left: auto;
        margin-right: auto
    }

    .slider__item {
        position: relative
    }

    .slider__item:before {
        content: "";
        position: absolute;
        width: 65%;
        left: 0;
        top: 0;
        bottom: 0;
        background: linear-gradient(to right, #000 0, transparent 100%);
        opacity: .7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        filter: alpha(opacity=70)
    }

    .slider__item_info {
        width: 18.5rem;
        margin: 0 auto
    }

    .slider__item_info > div {
        width: 100% !important
    }

    .slider__item_info > div:last-child {
        position: absolute;
        left: 0;
        bottom: 4.1875rem
    }

    .slider__item_text {
        min-height: 13.375rem;
        font-size: 2.5rem;
        line-height: 2.8125rem;
        padding-top: 1.875rem;
        padding-left: .25rem;
        padding-right: .25rem
    }

    .slider__item_img {
        width: 25.1875rem
    }

    .slider__item_button {
        margin-bottom: 0;
        margin-top: 0
    }

    .slider__item.type-1 .slider__item_img {
        margin-left: -19.0625rem;
        bottom: -4.625rem
    }

    .slider__item.type-2 .slider__item_img {
        bottom: -6.3125rem;
        margin-left: -20.0625rem
    }

    .slider__item.type-3 .slider__item_img {
        bottom: -7.375rem;
        margin-left: -19rem
    }

    .section-box-3 {
        padding-top: .8125rem;
        padding-bottom: .6875rem
    }

    .advantages__item {
        padding-left: 4rem;
        width: 18.5rem;
        margin-left: auto;
        margin-right: auto;
        min-height: 4.4375rem;
        padding-top: .875rem;
        padding-bottom: 1rem
    }

    .advantages__item span {
        font-size: 1.125rem;
        line-height: 1.3125rem
    }

    .advantages__item:after, .advantages__item:before {
        height: .0625rem;
        width: 100%;
        right: 0;
        bottom: 0;
        top: auto;
        margin-top: 0
    }

    .advantages__item:after {
        margin-bottom: -.0625rem
    }

    .section-box-3 .col:last-child .advantages__item:after, .section-box-3 .col:last-child .advantages__item:before {
        display: none
    }

    .section-box-4 {
        margin-bottom: -.125rem
    }

    .sections-border {
        margin-top: 1.8125rem
    }

    .slot {
        margin-top: .75rem
    }

    .slot .col-12:nth-child(odd) .slot__link {
        justify-content: flex-end
    }

    .slot__link {
        display: flex;
        flex-wrap: wrap;
        margin-left: auto;
        margin-right: auto
    }

    .slot__link span {
        width: 12.25rem;
        height: 7.625rem
    }

    .slot__link i {
        width: 12.25rem;
        font-size: 1rem
    }

    .page-title {
        padding-left: 0;
        padding-right: 0;
        line-height: 1.6875rem
    }

    .page-title:after, .page-title:before {
        display: none
    }

    .editor-text, .page-title {
        margin-top: 2.1875rem
    }

    .section-box-6 {
        padding-bottom: 2.8125rem
    }

    .sections-border div {
        width: 84%;
        left: 8%;
        margin-left: 0
    }
}

@media (max-width: 35.9375rem) {
    .slot__link {
        width: 12.25rem
    }

    .advantages__item {
        width: 100%
    }

    .advantages__item span {
        display: block
    }
}

.buttons, .buttons:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$from-color", endColorstr="$to-color", GradientType=1)
}

.buttons {
    border-radius: .5rem;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    font-size: .875rem;
    width: 12rem;
    text-shadow: 0 0 1px rgba(17, 19, 19, .8);
    background: #4b9de7;
    background: -moz-linear-gradient(top, #4b9de7 0, #416fb4 100%);
    background: -webkit-linear-gradient(top, #4b9de7 0, #416fb4 100%);
    background: linear-gradient(to bottom, #4b9de7 0, #416fb4 100%)
}

.buttons, .buttons span {
    line-height: 3.0625rem;
    height: 3rem;
    display: block;
    text-align: center
}

.buttons:hover {
    text-shadow: none;
    background: #416fb4;
    background: -moz-linear-gradient(top, #416fb4 0, #4b9de7 100%);
    background: -webkit-linear-gradient(top, #416fb4 0, #4b9de7 100%);
    background: linear-gradient(to bottom, #416fb4 0, #4b9de7 100%)
}

.buttons, .buttons:active, .buttons:active span {
    color: #fff
}

.btn-login, .btn-login:active, .btn-login:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$from-color", endColorstr="$to-color", GradientType=1)
}

.btn-login {
    background: #5cd895;
    background: -moz-linear-gradient(top, #5cd895 0, #3a9c84 100%);
    background: -webkit-linear-gradient(top, #5cd895 0, #3a9c84 100%);
    background: linear-gradient(to bottom, #5cd895 0, #3a9c84 100%)
}

.btn-login:active, .btn-login:hover {
    background: #3a9c84;
    background: -moz-linear-gradient(top, #3a9c84 0, #5cd895 100%);
    background: -webkit-linear-gradient(top, #3a9c84 0, #5cd895 100%);
    background: linear-gradient(to bottom, #3a9c84 0, #5cd895 100%)
}

.btn-login, .btn-register {
    width: 100%;
    text-shadow: none;
    box-shadow: none
}

.btn-login:hover, .btn-register:hover {
    text-decoration: none
}

.owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    float: left
}

.owl-stage-outer {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    display: inline-block;
    vertical-align: top;
    width: 100%
}

.owl-item {
    float: left;
    -webkit-touch-callout: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-item > [class*=col] {
    width: 100% !important;
    padding-left: .75rem;
    padding-right: .75rem
}

.owl-controls, .owl-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.owl-controls {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1.5625rem;
    z-index: 1
}

.owl-dots {
    position: relative
}

.owl-dots.disabled {
    display: none
}

.owl-dots .owl-dot {
    width: .625rem;
    height: .625rem;
    border-radius: 100%;
    border: .1875rem solid #2dd890;
    cursor: pointer;
    margin-right: .375rem;
    margin-left: .375rem;
    position: relative;
    float: left;
    z-index: 3
}

.owl-dots .owl-dot.active {
    background: #2dd890
}

.owl-dots .owl-dot:hover {
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90)
}

.owl-nav.disabled {
    display: none
}

.section-box-page {
    padding-top: 3.6875rem
}

.section-breadcrumb {
    background: #283042;
    padding-top: .6875rem;
    padding-bottom: .8125rem;
    color: #fff;
    margin-top: 1.625rem;
    border-top: .0625rem solid #353f56
}

.section-breadcrumb .container {
    overflow: hidden;
    position: relative
}

.breadcrumb {
    margin: 0 -.75rem;
    display: flex;
    width: 100%;
    white-space: nowrap;
    position: relative
}

.breadcrumb:before {
    position: absolute;
    height: 1.5rem;
    right: -1.5rem;
    top: 50%;
    margin-top: -.75rem;
    content: "";
    width: 3.75rem;
    background: linear-gradient(to right, rgba(40, 48, 66, 0) 0, #283042 100%);
    z-index: 2
}

.breadcrumb li {
    padding: 0 .75rem
}

.breadcrumb li a, .breadcrumb li span {
    font-size: 1rem
}

.breadcrumb li a, .editor-text {
    position: relative;
    color: #2dd890
}

.breadcrumb li a:before {
    content: "";
    width: .0625rem;
    height: .875rem;
    background: #fff;
    position: absolute;
    right: -.75rem;
    top: 50%;
    margin-top: -.375rem;
    display: block
}

.editor-text {
    color: #fff;
    overflow: hidden;
    padding-top: .25rem;
    line-height: 1.5625rem
}

.editor-text * {
    font-size: inherit !important;
    line-height: inherit !important;
    font-family: inherit !important;
    color: inherit !important
}

.editor-text a {
    color: #2dd890 !important;
    font-weight: 500;
    text-decoration: underline
}

.editor-text a:hover {
    color: #2dc37e !important;
    text-decoration: none
}

.editor-text a:active {
    color: #2dac69 !important
}

.editor-text h1:first-child, .editor-text > h2:first-child {
    position: relative;
    z-index: 1;
    font-size: 1.5rem !important;
    line-height: 1.5625rem !important;
    padding-bottom: 0;
    margin-bottom: -.375rem
}

.editor-text h1, .editor-text h2, .editor-text h3, .editor-text h4, .editor-text h5, .editor-text h6 {
    font-weight: 700;
    margin-top: 3.125rem;
    padding-bottom: .25rem
}

.editor-text h1, .editor-text h2 {
    text-align: center
}

.editor-text h1 {
    font-size: 1.5rem !important;
    line-height: 1.6875rem !important
}

.editor-text h2 {
    font-size: 1.4375rem !important;
    line-height: 1.5625rem !important
}

.editor-text h3 {
    font-size: 1.375rem !important;
    line-height: 1.3125rem !important
}

.editor-text h4 {
    font-size: 1.25rem
}

.editor-text h5 {
    font-size: 1.125rem
}

.editor-text h6 {
    font-size: 1.0625rem
}

.editor-text ol, .editor-text ul, .editor-text > * {
    margin-top: 1.5625rem
}

.editor-text > :first-child {
    margin-top: 0
}

.editor-text > :first-child h1, .editor-text > :first-child h2, .editor-text > :first-child h3 {
    padding-bottom: 0
}

.editor-text ol li, .editor-text ul li {
    position: relative
}

.editor-text ol {
    list-style: none;
    list-style-position: inside;
    counter-reset: item
}

.editor-text ol li:before {
    content: counter(item) ". ";
    counter-increment: item;
    font-weight: 700
}

.editor-text ul li {
    padding-left: .9375rem
}

.editor-text ul li:before {
    content: "";
    width: .5rem;
    height: .5rem;
    left: 0;
    top: .5625rem;
    position: absolute;
    box-shadow: -2px 2px 16px 0 rgba(31, 28, 27, .75);
    background: #5cd895;
    background: -moz-linear-gradient(top, #5cd895 0, #3a9c84 100%);
    background: -webkit-linear-gradient(top, #5cd895 0, #3a9c84 100%);
    background: linear-gradient(to bottom, #5cd895 0, #3a9c84 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$from-color", endColorstr="$to-color", GradientType=1);
    border-radius: 100%
}

.editor-text hr {
    display: block !important;
    border: 0 !important;
    height: .0625rem;
    background: #e0e0e0;
    margin-top: 1.5rem
}

.editor-text .profile {
    color: #fff !important;
    font-weight: 700;
    font-size: 1.125rem !important;
    line-height: 1.4375rem !important;
    text-transform: uppercase;
    background: #252d40;
    padding: .5625rem 1.5625rem .5rem
}

.editor-text table {
    margin-top: 2.375rem;
    border-radius: .25rem;
    width: 100%;
    position: relative
}

.editor-text table tr:nth-child(odd) td {
    background: #1c212e
}

.editor-text table tr:nth-child(even) td {
    border-color: #283042
}

.editor-text table tr:last-child td {
    border-bottom: .0625rem solid #353f56
}

.editor-text table td, .editor-text table th {
    padding-left: 1.3125rem;
    padding-right: 2.5rem;
    vertical-align: middle;
    background: #353f56;
    border-right: .0625rem solid #353f56
}

.editor-text table td:last-child, .editor-text table th:last-child {
    padding-right: .75rem
}

.editor-text table td:first-child, .editor-text table th:first-child {
    border-left: .0625rem solid #353f56 !important
}

.editor-text table th {
    height: 3rem;
    white-space: nowrap;
    text-align: left;
    color: #627294 !important;
    font-size: .875rem !important;
    font-weight: 400;
    background: #1c212e;
    border-top: .0625rem solid #353f56
}

.editor-text table td {
    padding-top: .75rem;
    padding-bottom: .875rem
}

@media (max-width: 47.9375rem) {
    .editor-text h1:first-child, .editor-text > h2:first-child {
        line-height: 1.6875rem !important;
        margin-bottom: -.6875rem
    }

    .editor-text a {
        font-weight: 400
    }

    .editor-text hr {
        margin-top: 1.0625rem
    }

    .editor-text ul li {
        padding-left: 0
    }

    .editor-text ul li:before {
        position: relative;
        top: .625rem;
        display: inline-block;
        vertical-align: top;
        margin-right: .5rem
    }
}

.section-box-footer {
    padding-top: 2.6875rem;
    padding-bottom: 1.75rem;
    background: #1c212e
}

.section-box-footer .header-buttons {
    margin-top: 2.875rem
}

.footer-links {
    margin: 0 -.875rem
}

.footer-links li {
    padding: 0 .875rem
}

.footer-links li a {
    transition: .25s;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
    color: #fff;
    font-size: .8125rem;
    font-weight: 700
}

.footer-links li a:after, .footer-links li a:before {
    display: none
}

.footer-links li a.active, .footer-links li a:hover {
    color: #2dd890
}

.footer-img-links {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5rem;
    padding-top: 1.6875rem
}

.footer-img-links a {
    margin: 0 1.5rem
}

.footer-copyright {
    font-size: 1rem;
    margin-top: 1.5625rem;
    color: #4f5665
}

@media (min-width: 48rem) and (max-width: 74.9375rem) {
    .footer-links li a {
        font-size: .75rem
    }
}

@media (max-width: 61.9375rem) {
    .section-box-footer {
        padding-top: 1.4375rem
    }

    .footer-img-links {
        padding-top: 1.375rem
    }

    .footer-links {
        margin: 0 -.375rem
    }

    .footer-links li {
        margin: 0 .375rem;
        float: left;
        padding: 0 .125rem
    }

    .footer-links li:before {
        right: -.5625rem
    }

    .footer-links li a {
        font-size: .6875rem;
        padding-top: .0625rem;
        padding-bottom: .0625rem
    }
}

@media (max-width: 47.9375rem) {
    .section-box-footer {
        padding-top: 2.0625rem;
        padding-bottom: 1.25rem
    }

    .section-box-footer > .container {
        max-width: 100%
    }

    .section-box-footer .header-buttons {
        margin-top: 1.75rem
    }

    .footer-links {
        margin: 0
    }

    .footer-links li {
        margin: 0;
        float: none;
        width: 100%;
        text-align: center
    }

    .footer-links li:before {
        display: none
    }

    .footer-links li a {
        font-size: .8125rem;
        padding-top: .1875rem;
        padding-bottom: .1875rem;
        display: inline-block;
        vertical-align: top
    }

    .footer-img-links {
        margin: 0;
        padding-top: .375rem
    }

    .footer-img-links a {
        margin: .9375rem 0 0;
        width: 100%;
        text-align: center
    }

    .footer-copyright {
        margin-top: 1.0625rem
    }
}