@charset "UTF-8";
*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

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

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

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

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

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

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

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

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

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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

a:hover {
    color: #0056b3;
    text-decoration: underline
}

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

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: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

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

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

table {
    border-collapse: collapse
}

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

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

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

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

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

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

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

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

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

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

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

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

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

output {
    display: inline-block
}

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

template {
    display: none
}

[hidden] {
    display: none !important
}

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

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

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

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

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

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

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

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

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

.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

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

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

.col, .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 {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

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

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

.d-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

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

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

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

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

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

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

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

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

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

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

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

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

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

    .d-md-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

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

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

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

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

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

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

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

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

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

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

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

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

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

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: inline-flex !important
    }
}

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

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

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

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

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

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

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

    .d-print-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: inline-flex !important
    }
}

.flex-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    -webkit-flex-shrink: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    -webkit-flex-shrink: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        -webkit-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        -webkit-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        -webkit-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        -webkit-flex-shrink: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        -webkit-flex-shrink: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        -webkit-justify-content: space-around !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        -webkit-align-content: flex-start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        -webkit-align-content: flex-end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        -webkit-align-content: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        -webkit-align-content: space-between !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        -webkit-align-content: space-around !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        -webkit-align-content: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -webkit-align-self: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        -webkit-align-self: flex-start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        -webkit-align-self: flex-end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -webkit-align-self: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        -webkit-align-self: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -webkit-align-self: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        -webkit-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        -webkit-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        -webkit-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        -webkit-flex-shrink: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        -webkit-flex-shrink: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        -webkit-justify-content: space-around !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        -webkit-align-content: flex-start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        -webkit-align-content: flex-end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        -webkit-align-content: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        -webkit-align-content: space-between !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        -webkit-align-content: space-around !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        -webkit-align-content: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -webkit-align-self: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        -webkit-align-self: flex-start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        -webkit-align-self: flex-end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -webkit-align-self: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        -webkit-align-self: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -webkit-align-self: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        -webkit-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        -webkit-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        -webkit-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        -webkit-flex-shrink: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        -webkit-flex-shrink: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        -webkit-justify-content: space-around !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        -webkit-align-content: flex-start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        -webkit-align-content: flex-end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        -webkit-align-content: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        -webkit-align-content: space-between !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        -webkit-align-content: space-around !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        -webkit-align-content: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -webkit-align-self: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        -webkit-align-self: flex-start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        -webkit-align-self: flex-end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -webkit-align-self: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        -webkit-align-self: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -webkit-align-self: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        -webkit-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        -webkit-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        -webkit-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        -webkit-flex-shrink: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        -webkit-flex-shrink: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        -webkit-justify-content: space-around !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        -webkit-align-content: flex-start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        -webkit-align-content: flex-end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        -webkit-align-content: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        -webkit-align-content: space-between !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        -webkit-align-content: space-around !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        -webkit-align-content: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -webkit-align-self: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        -webkit-align-self: flex-start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        -webkit-align-self: flex-end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -webkit-align-self: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        -webkit-align-self: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -webkit-align-self: stretch !important;
        align-self: stretch !important
    }
}

@font-face {
    font-family: fontello;
    src: url(https://profistyle.site/font/fontello.eot?67430414);
    src: url(https://profistyle.site/font/fontello.eot?67430414) format("embedded-opentype"), url(https://profistyle.site/font/fontello.svg?67430414) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: fontello;
    src: url(data:application/octet-stream;base64,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) format("woff"), url(data:application/octet-stream;base64,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YGawAmIgsABQWLBAYFlmsAFjIyAgPIo4LbA7LCMgLkawAiVGUlggPFkusSsBFCstsDwsIyAuRrACJUZQWCA8WS6xKwEUKy2wPSwjIC5GsAIlRlJYIDxZIyAuRrACJUZQWCA8WS6xKwEUKy2wPiywNSsjIC5GsAIlRlJYIDxZLrErARQrLbA/LLA2K4ogIDywBCNCijgjIC5GsAIlRlJYIDxZLrErARQrsARDLrArKy2wQCywABawBCWwBCYgLkcjRyNhsAlDKyMgPCAuIzixKwEUKy2wQSyxCAQlQrAAFrAEJbAEJSAuRyNHI2EgsAQjQrAJQysgsGBQWCCwQFFYswIgAyAbswImAxpZQkIjIEewBEOwAmIgsABQWLBAYFlmsAFjYCCwASsgiophILACQ2BkI7ADQ2FkUFiwAkNhG7ADQ2BZsAMlsAJiILAAUFiwQGBZZrABY2GwAiVGYTgjIDwjOBshICBGI0ewASsjYTghWbErARQrLbBCLLA1Ky6xKwEUKy2wQyywNishIyAgPLAEI0IjOLErARQrsARDLrArKy2wRCywABUgR7AAI0KyAAEBFRQTLrAxKi2wRSywABUgR7AAI0KyAAEBFRQTLrAxKi2wRiyxAAEUE7AyKi2wRyywNCotsEgssAAWRSMgLiBGiiNhOLErARQrLbBJLLAII0KwSCstsEossgAAQSstsEsssgABQSstsEwssgEAQSstsE0ssgEBQSstsE4ssgAAQistsE8ssgABQistsFAssgEAQistsFEssgEBQistsFIssgAAPistsFMssgABPistsFQssgEAPistsFUssgEBPistsFYssgAAQCstsFcssgABQCstsFgssgEAQCstsFkssgEBQCstsFossgAAQystsFsssgABQystsFwssgEAQystsF0ssgEBQystsF4ssgAAPystsF8ssgABPystsGAssgEAPystsGEssgEBPystsGIssDcrLrErARQrLbBjLLA3K7A7Ky2wZCywNyuwPCstsGUssAAWsDcrsD0rLbBmLLA4Ky6xKwEUKy2wZyywOCuwOystsGgssDgrsDwrLbBpLLA4K7A9Ky2waiywOSsusSsBFCstsGsssDkrsDsrLbBsLLA5K7A8Ky2wbSywOSuwPSstsG4ssDorLrErARQrLbBvLLA6K7A7Ky2wcCywOiuwPCstsHEssDorsD0rLbByLLMJBAIDRVghGyMhWUIrsAhlsAMkUHiwARUwLQBLuADIUlixAQGOWbABuQgACABjcLEABUKyAAEAKrEABUKzCgIBCCqxAAVCsw4AAQgqsQAGQroCwAABAAkqsQAHQroAQAABAAkqsQMARLEkAYhRWLBAiFixA2REsSYBiFFYugiAAAEEQIhjVFixAwBEWVlZWbMMAgEMKrgB/4WwBI2xAgBEAAA=) format("truetype")
}

[class*=" icon-"]:before, [class^=icon-]:before {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em
}

.icon-mail:before {
    content: '\e800'
}

.icon-location:before {
    content: '\e802'
}

.icon-zoom-in:before {
    content: '\e803'
}

.icon-up-open:before {
    content: '\e804'
}

.icon-phone:before {
    content: '\e805'
}

.icon-chat:before {
    content: '\e806'
}

.icon-clock-1:before {
    content: '\e808'
}

.icon-paper-plane:before {
    content: '\e809'
}

.icon-users:before {
    content: '\e80b'
}

.icon-home:before {
    content: '\e80c'
}

.icon-qrcode:before {
    content: '\e80d'
}

.icon-cog-alt:before {
    content: '\e80e'
}

.icon-quote-right:before {
    content: '\f10e'
}

.icon-instagram:before {
    content: '\f16d'
}

.icon-newspaper:before {
    content: '\f1ea'
}

.icon-calc:before {
    content: '\f1ec'
}

.icon-whatsapp:before {
    content: '\f232'
}

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    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 {
    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;
    -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: -webkit-grab;
    cursor: grab
}

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

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

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

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

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

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

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

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

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    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 {
    -webkit-transform-style: preserve-3d;
    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://profistyle.site/css/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    -o-transition: transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    -webkit-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;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

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

.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

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

.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;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    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
}

.fotorama__arr:focus:after, .fotorama__fullscreen-icon:focus:after, .fotorama__html, .fotorama__img, .fotorama__nav__frame:focus .fotorama__dot:after, .fotorama__nav__frame:focus .fotorama__thumb:after, .fotorama__stage__frame, .fotorama__stage__shaft, .fotorama__video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

.fotorama--fullscreen, .fotorama__img {
    max-width: 99999px !important;
    max-height: 99999px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0 !important
}

.fotorama__wrap .fotorama__grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.fotorama__grabbing * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.fotorama__spinner {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important
}

.fotorama__wrap--css3 .fotorama__arr, .fotorama__wrap--css3 .fotorama__fullscreen-icon, .fotorama__wrap--css3 .fotorama__nav__shaft, .fotorama__wrap--css3 .fotorama__stage__shaft, .fotorama__wrap--css3 .fotorama__thumb-border, .fotorama__wrap--css3 .fotorama__video-close, .fotorama__wrap--css3 .fotorama__video-play {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fotorama__caption, .fotorama__nav:after, .fotorama__nav:before, .fotorama__stage:after, .fotorama__stage:before, .fotorama__wrap--css3 .fotorama__html, .fotorama__wrap--css3 .fotorama__nav, .fotorama__wrap--css3 .fotorama__spinner, .fotorama__wrap--css3 .fotorama__stage, .fotorama__wrap--css3 .fotorama__stage .fotorama__img, .fotorama__wrap--css3 .fotorama__stage__frame {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fotorama__arr:focus, .fotorama__fullscreen-icon:focus, .fotorama__nav__frame {
    outline: 0
}

.fotorama__arr:focus:after, .fotorama__fullscreen-icon:focus:after, .fotorama__nav__frame:focus .fotorama__dot:after, .fotorama__nav__frame:focus .fotorama__thumb:after {
    content: '';
    border-radius: inherit;
    background-color: rgba(0, 175, 234, .5)
}

.fotorama__wrap--video .fotorama__stage, .fotorama__wrap--video .fotorama__stage__frame--video, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img, .fotorama__wrap--video .fotorama__stage__shaft {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important
}

.fotorama__wrap--css3 .fotorama__nav__shaft, .fotorama__wrap--css3 .fotorama__stage__shaft, .fotorama__wrap--css3 .fotorama__thumb-border {
    transition-property: -webkit-transform, width;
    -webkit-transition-property: width, -webkit-transform;
    transition-property: width, -webkit-transform;
    -o-transition-property: transform, width;
    transition-property: transform, width;
    transition-property: transform, width, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(.1, 0, .25, 1);
    -o-transition-timing-function: cubic-bezier(.1, 0, .25, 1);
    transition-timing-function: cubic-bezier(.1, 0, .25, 1);
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s
}

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__no-select, .fotorama__video-close, .fotorama__video-play, .fotorama__wrap {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fotorama__select {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

.fotorama__nav, .fotorama__nav__frame {
    margin: auto;
    padding: 0
}

.fotorama__caption__wrap, .fotorama__nav__frame, .fotorama__nav__shaft {
    display: inline-block;
    vertical-align: middle
}

.fotorama__nav__frame, .fotorama__thumb-border {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.fotorama__caption__wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.fotorama--hidden, .fotorama__load {
    position: absolute;
    left: -99999px;
    top: -99999px;
    z-index: -1
}

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__nav, .fotorama__nav__frame, .fotorama__nav__shaft, .fotorama__stage__frame, .fotorama__stage__shaft, .fotorama__video-close, .fotorama__video-play {
    -webkit-tap-highlight-color: transparent
}

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
    background: url(../img/fotorama.png) no-repeat
}

@media (-webkit-min-device-pixel-ratio: 1.5),(-webkit-min-device-pixel-ratio: 2),(-o-min-device-pixel-ratio: 2/1),(min-resolution: 2dppx) {
    .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
        background: url(../img/fotorama@2x.png) 0 0/96px 160px no-repeat
    }
}

.fotorama__thumb {
    background-color: #7f7f7f;
    background-color: rgba(127, 127, 127, .2)
}

@media print {
    .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__thumb-border, .fotorama__video-close, .fotorama__video-play {
        background: 0 0 !important
    }
}

.fotorama {
    min-width: 1px;
    overflow: hidden
}

.fotorama:not(.fotorama--unobtrusive) > :not(:first-child) {
    display: none
}

.fullscreen {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #000
}

.fotorama--fullscreen {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    float: none !important;
    z-index: 2147483647 !important;
    background: #000;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important
}

.fotorama--fullscreen .fotorama__nav, .fotorama--fullscreen .fotorama__stage {
    background: #000
}

.fotorama__wrap {
    -webkit-text-size-adjust: 100%;
    position: relative;
    direction: ltr;
    z-index: 0
}

.fotorama__wrap--rtl .fotorama__stage__frame {
    direction: rtl
}

.fotorama__nav, .fotorama__stage {
    overflow: hidden;
    position: relative;
    max-width: 100%
}

.fotorama__wrap--pan-y {
    -ms-touch-action: pan-y
}

.fotorama__wrap .fotorama__pointer {
    cursor: pointer
}

.fotorama__wrap--slide .fotorama__stage__frame {
    opacity: 1 !important
}

.fotorama__stage__frame {
    overflow: hidden
}

.fotorama__stage__frame.fotorama__active {
    z-index: 8
}

.fotorama__wrap--fade .fotorama__stage__frame {
    display: none
}

.fotorama__wrap--fade .fotorama__fade-front, .fotorama__wrap--fade .fotorama__fade-rear, .fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
    display: block;
    left: 0;
    top: 0
}

.fotorama__wrap--fade .fotorama__fade-front {
    z-index: 8
}

.fotorama__wrap--fade .fotorama__fade-rear {
    z-index: 7
}

.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
    z-index: 9
}

.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
    display: none
}

.fotorama__img {
    -ms-filter: "alpha(Opacity=0)";
    opacity: 0;
    border: none !important
}

.fotorama__error .fotorama__img, .fotorama__loaded .fotorama__img {
    -ms-filter: "alpha(Opacity=100)";
    opacity: 1
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img, .fotorama__img--full {
    display: none
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
    display: block
}

.fotorama__wrap--only-active .fotorama__nav, .fotorama__wrap--only-active .fotorama__stage {
    max-width: 99999px !important
}

.fotorama__wrap--only-active .fotorama__stage__frame {
    visibility: hidden
}

.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
    visibility: visible
}

.fotorama__nav {
    font-size: 0;
    line-height: 0;
    text-align: center;
    display: none;
    white-space: nowrap;
    z-index: 5
}

.fotorama__nav__shaft {
    position: relative;
    left: 0;
    top: 0;
    text-align: left
}

.fotorama__nav__frame {
    position: relative;
    cursor: pointer
}

.fotorama__nav--dots {
    display: block
}

.fotorama__nav--dots .fotorama__nav__frame {
    width: 18px;
    height: 30px
}

.fotorama__nav--dots .fotorama__nav__frame--thumb, .fotorama__nav--dots .fotorama__thumb-border {
    display: none
}

.fotorama__nav--thumbs {
    display: block
}

.fotorama__nav--thumbs .fotorama__nav__frame {
    padding-left: 0 !important
}

.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
    padding-right: 0 !important
}

.fotorama__nav--thumbs .fotorama__nav__frame--dot {
    display: none
}

.fotorama__dot {
    display: block;
    width: 4px;
    height: 4px;
    position: relative;
    top: 12px;
    left: 6px;
    border-radius: 6px;
    border: 1px solid #7f7f7f
}

.fotorama__nav__frame:focus .fotorama__dot:after {
    padding: 1px;
    top: -1px;
    left: -1px
}

.fotorama__nav__frame.fotorama__active .fotorama__dot {
    width: 0;
    height: 0;
    border-width: 3px
}

.fotorama__nav__frame.fotorama__active .fotorama__dot:after {
    padding: 3px;
    top: -3px;
    left: -3px
}

.fotorama__thumb {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%
}

.fotorama__nav__frame:focus .fotorama__thumb {
    z-index: 2
}

.fotorama__thumb-border {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    border-style: solid;
    border-color: #00afea;
    background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 255, 255, .25)), to(rgba(64, 64, 64, .1)));
    background-image: -o-linear-gradient(top left, rgba(255, 255, 255, .25), rgba(64, 64, 64, .1));
    background-image: linear-gradient(to bottom right, rgba(255, 255, 255, .25), rgba(64, 64, 64, .1))
}

.fotorama__caption {
    position: absolute;
    z-index: 12;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #000
}

.fotorama__caption a {
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid;
    border-color: rgba(0, 0, 0, .5)
}

.fotorama__caption a:hover {
    color: #333;
    border-color: rgba(51, 51, 51, .5)
}

.fotorama__wrap--rtl .fotorama__caption {
    left: auto;
    right: 0
}

.fotorama__wrap--no-captions .fotorama__caption, .fotorama__wrap--video .fotorama__caption {
    display: none
}

.fotorama__caption__wrap {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9);
    padding: 5px 10px
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.fotorama__wrap--css3 .fotorama__spinner {
    -webkit-animation: spinner 24s infinite linear;
    animation: spinner 24s infinite linear
}

.fotorama__wrap--css3 .fotorama__html, .fotorama__wrap--css3 .fotorama__stage .fotorama__img {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
    -ms-filter: "alpha(Opacity=0)";
    opacity: 0
}

.fotorama__select {
    cursor: auto
}

.fotorama__video {
    top: 32px;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 10
}

@-moz-document url-prefix() {
    .fotorama__active {
        box-shadow: 0 0 0 transparent
    }
}

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
    position: absolute;
    z-index: 11;
    cursor: pointer
}

.fotorama__arr {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    margin-top: -16px
}

.fotorama__arr--prev {
    left: 2px;
    background-position: 0 0
}

.fotorama__arr--next {
    right: 2px;
    background-position: -32px 0
}

.fotorama__arr--disabled {
    pointer-events: none;
    cursor: default;
    opacity: .1
}

.fotorama__fullscreen-icon {
    width: 32px;
    height: 32px;
    top: 2px;
    right: 2px;
    background-position: 0 -32px;
    z-index: 20
}

.fotorama__arr:focus, .fotorama__fullscreen-icon:focus {
    border-radius: 50%
}

.fotorama--fullscreen .fotorama__fullscreen-icon {
    background-position: -32px -32px
}

.fotorama__video-play {
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    margin-left: -48px;
    margin-top: -48px;
    background-position: 0 -64px;
    opacity: 0
}

.fotorama__wrap--css2 .fotorama__video-play, .fotorama__wrap--video .fotorama__stage .fotorama__video-play {
    display: none
}

.fotorama__error .fotorama__video-play, .fotorama__loaded .fotorama__video-play, .fotorama__nav__frame .fotorama__video-play {
    opacity: 1;
    display: block
}

.fotorama__nav__frame .fotorama__video-play {
    width: 32px;
    height: 32px;
    margin-left: -16px;
    margin-top: -16px;
    background-position: -64px -32px
}

.fotorama__video-close {
    width: 32px;
    height: 32px;
    top: 0;
    right: 0;
    background-position: -64px 0;
    z-index: 20;
    opacity: 0
}

.fotorama__wrap--css2 .fotorama__video-close {
    display: none
}

.fotorama__wrap--css3 .fotorama__video-close {
    -webkit-transform: translate3d(32px, -32px, 0);
    transform: translate3d(32px, -32px, 0)
}

.fotorama__wrap--video .fotorama__video-close {
    display: block;
    opacity: 1
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr, .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
    opacity: 0
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus, .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
    opacity: 1
}

.fotorama__wrap--video .fotorama__arr, .fotorama__wrap--video .fotorama__fullscreen-icon {
    opacity: 0 !important
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr, .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
    display: none
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus, .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
    display: block
}

.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr, .fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
    display: none !important
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
    -webkit-transform: translate3d(32px, -32px, 0);
    transform: translate3d(32px, -32px, 0)
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
    -webkit-transform: translate3d(-48px, 0, 0);
    transform: translate3d(-48px, 0, 0)
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
    -webkit-transform: translate3d(48px, 0, 0);
    transform: translate3d(48px, 0, 0)
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
    -webkit-transform: translate3d(32px, -32px, 0) !important;
    transform: translate3d(32px, -32px, 0) !important
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
    -webkit-transform: translate3d(-48px, 0, 0) !important;
    transform: translate3d(-48px, 0, 0) !important
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
    -webkit-transform: translate3d(48px, 0, 0) !important;
    transform: translate3d(48px, 0, 0) !important
}

.fotorama__wrap--css3 .fotorama__arr:not(:focus), .fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus), .fotorama__wrap--css3 .fotorama__video-close:not(:focus), .fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
    transition-property: -webkit-transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.fotorama__nav:after, .fotorama__nav:before, .fotorama__stage:after, .fotorama__stage:before {
    content: "";
    display: block;
    position: absolute;
    text-decoration: none;
    top: 0;
    bottom: 0;
    width: 10px;
    height: auto;
    z-index: 10;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: 1px 100%, 5px 100%
}

.fotorama__nav:before, .fotorama__stage:before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, rgba(0, 0, 0, .2)), color-stop(75%, rgba(0, 0, 0, .3)), to(transparent)), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, .4), transparent);
    background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, .2) 25%, rgba(0, 0, 0, .3) 75%, transparent), -o-radial-gradient(0 50%, farthest-side, rgba(0, 0, 0, .4), transparent);
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .2) 25%, rgba(0, 0, 0, .3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, .4), transparent);
    background-position: 0 0, 0 0;
    left: -10px
}

.fotorama__nav.fotorama__shadows--left:before, .fotorama__stage.fotorama__shadows--left:before {
    left: 0
}

.fotorama__nav:after, .fotorama__stage:after {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, rgba(0, 0, 0, .2)), color-stop(75%, rgba(0, 0, 0, .3)), to(transparent)), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, .4), transparent);
    background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, .2) 25%, rgba(0, 0, 0, .3) 75%, transparent), -o-radial-gradient(100% 50%, farthest-side, rgba(0, 0, 0, .4), transparent);
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .2) 25%, rgba(0, 0, 0, .3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, .4), transparent);
    background-position: 100% 0, 100% 0;
    right: -10px
}

.fotorama__nav.fotorama__shadows--right:after, .fotorama__stage.fotorama__shadows--right:after {
    right: 0
}

.fotorama--fullscreen .fotorama__nav:after, .fotorama--fullscreen .fotorama__nav:before, .fotorama--fullscreen .fotorama__stage:after, .fotorama--fullscreen .fotorama__stage:before, .fotorama__wrap--fade .fotorama__stage:after, .fotorama__wrap--fade .fotorama__stage:before, .fotorama__wrap--no-shadows .fotorama__nav:after, .fotorama__wrap--no-shadows .fotorama__nav:before, .fotorama__wrap--no-shadows .fotorama__stage:after, .fotorama__wrap--no-shadows .fotorama__stage:before {
    display: none
}

@font-face {
    font-family: mullerBold-example;
    font-style: bold;
    font-weight: 700;
    src: url(../fonts/muller.woff2) format("woff2")
}

@font-face {
    font-family: oldstandardttbold-example;
    font-style: bold;
    font-weight: 700;
    src: url(../fonts/oldstandardttbold.woff2) format("woff2")
}

@font-face {
    font-family: mullerLight-example;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/mullerLight.woff2) format("woff2")
}

@font-face {
    font-family: oldstandardttitalic-example;
    font-style: normal;
    font-weight: 100;
    src: url(../fonts/oldstandardttitalic.woff2) format("woff2")
}

::-webkit-input-placeholder {
    color: #666
}

::-moz-placeholder {
    color: #666
}

:-ms-input-placeholder {
    color: #666
}

::-ms-input-placeholder {
    color: #666
}

::placeholder {
    color: #666
}

::-moz-selection {
    background-color: orange;
    color: #fff
}

::selection {
    background-color: orange;
    color: #fff
}

input, textarea {
    outline: 0
}

input:focus:required:invalid, textarea:focus:required:invalid {
    border-color: red
}

input:required:valid, textarea:required:valid {
    border-color: green
}

body {
    font-size: 16px;
    position: relative;
    line-height: 1.65;
    font-family: mullerLight-example, sans-serif;
    overflow-x: hidden;
    color: #333;
    margin: 0
}

b, strong {
    font-weight: 700
}

span.oldBold {
    font-family: oldstandardttbold-example, sans-serif
}

span.accent {
    color: orange
}

span.accent2 {
    color: #fad15f
}

span.accent3 {
    color: #feeebb
}

span.bold {
    font-family: mullerBold-example, sans-serif;
    display: inline
}

.container-wrap {
    max-width: 1000px
}

.progress-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    z-index: 99999
}

.progress-bar {
    width: 0%;
    height: 3px;
    background: orange
}

::-webkit-scrollbar-button {
    background-image: url("main.min.css");
    background-repeat: no-repeat;
    width: 12px;
    height: 0
}

::-webkit-scrollbar-track {
    background-color: #333
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #feeebb;
    -webkit-transition: .3s all ease;
    transition: .3s all ease
}

::-webkit-scrollbar-thumb:hover {
    background-color: #999;
    -webkit-transition: .3s all ease;
    transition: .3s all ease
}

::-webkit-resizer {
    background-image: url("main.min.css");
    background-repeat: no-repeat;
    width: 12px;
    height: 0
}

::-webkit-scrollbar {
    width: 12px
}

section {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 70px 0 50px;
    z-index: 1
}

section h2.s_title {
    width: 100%;
    font-size: 2.2em;
    line-height: 1.2;
    margin-bottom: 50px
}

section h2.s_title.fade_in {
    opacity: 1;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slide-up-in;
    animation-name: slide-up-in
}

@-webkit-keyframes slide-up-in {
    0% {
        -webkit-transform: translate(0, 100%) rotate(1deg);
        transform: translate(0, 100%) rotate(1deg);
        opacity: 0;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
}

@keyframes slide-up-in {
    0% {
        -webkit-transform: translate(0, 100%) rotate(1deg);
        transform: translate(0, 100%) rotate(1deg);
        opacity: 0;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
}

a.blick, button.blick {
    position: relative;
    width: 280px;
    margin: 0 auto;
    display: block;
    color: #000;
    text-align: center;
    font-size: 18px;
    font-family: mullerBold-example, sans-serif;
    text-decoration: none;
    padding: 12px 5px;
    border-radius: 5px;
    border: none;
    outline: 0;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, .15);
    background-color: #ffc600
}

a.blick::before, button.blick::before {
    content: '';
    width: 30px;
    height: 140px;
    background-color: rgba(255, 255, 255, .8);
    position: absolute;
    top: -40px;
    -webkit-transform: translateX(-80px) skew(-45deg);
    -ms-transform: translateX(-80px) skew(-45deg);
    transform: translateX(-80px) skew(-45deg);
    -webkit-animation: blink 1s infinite;
    animation: blink 1s infinite;
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

@-webkit-keyframes blink {
    from {
        -webkit-transform: translateX(-20em) skew(-45deg);
        transform: translateX(-20em) skew(-45deg)
    }
    to {
        -webkit-transform: translateX(20em) skew(-45deg);
        transform: translateX(20em) skew(-45deg)
    }
}

@keyframes blink {
    from {
        -webkit-transform: translateX(-20em) skew(-45deg);
        transform: translateX(-20em) skew(-45deg)
    }
    to {
        -webkit-transform: translateX(20em) skew(-45deg);
        transform: translateX(20em) skew(-45deg)
    }
}

.dws {
    position: fixed;
    bottom: 100px;
    right: -80px;
    z-index: 999;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.dws.active {
    right: 20px
}

.pulse {
    width: 60px;
    height: 60px;
    color: #fff;
    text-align: center;
    background: -webkit-gradient(linear, left bottom, left top, from(#6fb246), to(#b8ee68));
    background: -o-linear-gradient(bottom, #6fb246 0, #b8ee68 100%);
    background: linear-gradient(to top, #6fb246 0, #b8ee68 100%);
    border-radius: 50%
}

.pulse a {
    text-decoration: none;
    color: #fff
}

.pulse:hover .phone-text {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 1
}

.pulse:hover .phone-icon {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0
}

.pulse::after, .pulse::before {
    content: '';
    position: absolute;
    border: 1px solid #c1d82f;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    -webkit-animation: pulse 1.8s linear infinite;
    animation: pulse 1.8s linear infinite;
    opacity: 0
}

.pulse .phone-icon {
    position: absolute;
    font-size: 35px;
    text-align: center;
    width: 80px;
    height: 80px;
    line-height: 70px;
    margin-left: -8px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-animation: phone 1s ease-in-out infinite;
    animation: phone 1s ease-in-out infinite
}

.pulse .phone-icon:hover {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0
}

.pulse .phone-text {
    opacity: 0;
    position: absolute;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 600;
    top: 22px;
    line-height: 1.2;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

@-webkit-keyframes phone {
    0%, 100% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg)
    }
    50% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg)
    }
}

@keyframes phone {
    0%, 100% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg)
    }
    50% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg)
    }
}

@-webkit-keyframes pulse {
    0%, 100% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes pulse {
    0%, 100% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.info-head-menu {
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    width: 100%;
    height: 100px;
    padding: 20px 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.info-head-menu-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px
}

.info-head-menu-logo {
    -webkit-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.info-head-menu-logo a {
    text-decoration: none;
    color: #999
}

.info-head-menu-logo a span.logo {
    font-size: 26px;
    font-family: mullerBold-example, sans-serif;
    display: block;
    background: -o-linear-gradient(315deg, #fff 0, orange 100%);
    background: linear-gradient(135deg, #fff 0, orange 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    margin-right: 10px
}

.info-head-menu-logo span.digital {
    display: block;
    width: 152px;
    font-size: 8px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #eee;
    padding-top: 2px
}

.info-head-menu-logo .logo-descr {
    width: 215px;
    border-left: 1px solid #777;
    padding-left: 10px;
    padding-top: 3px
}

.info-head-menu-logo .logo-descr span.logo-title {
    font-size: 13px;
    color: #ccc;
    line-height: 1.2;
    display: block
}

.info-head-menu .head-menu-right-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-basis: 85%;
    -ms-flex-preferred-size: 85%;
    flex-basis: 85%
}

.info-head-menu .head-menu-adress, .info-head-menu .head-menu-time {
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 28%;
    margin-top: -5px
}

.info-head-menu .head-menu-adress i, .info-head-menu .head-menu-time i {
    display: block;
    font-size: 30px;
    background: -o-linear-gradient(315deg, #fff 0, orange 100%);
    background: linear-gradient(135deg, #fff 0, orange 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.info-head-menu .head-menu-adress .contacts-title, .info-head-menu .head-menu-time .contacts-title {
    text-transform: uppercase;
    font-size: 13px;
    font-family: mullerBold-example, sans-serif
}

.info-head-menu .head-menu-adress .contacts-text, .info-head-menu .head-menu-time .contacts-text {
    font-size: 13px;
    color: #fff;
    line-height: 1.3;
    display: block
}

.info-head-menu .head-menu-adress a.map, .info-head-menu .head-menu-time a.map {
    color: #fff;
    text-decoration: underline;
    line-height: 1.3;
    font-size: 13px
}

.info-head-menu .head-menu-time {
    -webkit-flex-basis: 32%;
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%
}

.info-head-menu .head-menu-phone {
    text-align: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px
}

.info-head-menu .head-menu-phone i {
    margin: 0;
    font-size: 16px;
    color: #fff
}

.info-head-menu .head-menu-phone a {
    color: #ffc600;
    font-size: 20px;
    text-decoration: none;
    line-height: 0;
    margin-bottom: 10px;
    font-family: mullerBold-example, sans-serif;
    display: block
}

.info-head-menu .info-head-menu-btn a.header-call {
    color: #fff;
    display: block;
    width: auto;
    text-decoration: underline;
    text-align: center;
    font-size: 14px
}

.active-menu {
    background-color: #222;
    -webkit-box-shadow: 0 7px 20px -10px rgba(0, 0, 0, .7);
    box-shadow: 0 7px 20px -10px rgba(0, 0, 0, .7);
    z-index: 33;
    padding: 10px 0;
    height: 70px
}

.active-menu .head-menu-list li {
    margin: 0 25px
}

.head-menu {
    width: 100%;
    height: 100vh;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background-color: #222;
    z-index: 99999;
    overflow: hidden
}

.head-menu-wrap {
    display: block
}

.head-menu-logo {
    display: none
}

.head-menu-list {
    display: block;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-left: 0
}

.head-menu-list li {
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    display: block;
    position: relative
}

.head-menu-list li:last-child {
    border-bottom: none
}

.head-menu-list li:hover {
    background: rgba(0, 0, 0, .3)
}

.head-menu-list li:hover a {
    padding-left: 100px;
    color: #fad15f
}

.head-menu-list li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 1.4;
    padding: 20px 0 20px 80px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.head-menu-list li i {
    top: 21px;
    left: 35px;
    margin-right: 20px;
    position: absolute;
    color: #fff
}

.head-menu_active {
    height: 100%;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

a.mPS2id-highlight-first {
    background: #fad15f;
    color: #000 !important
}

.btn-mobile {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 20px;
    top: 15px;
    cursor: pointer;
    z-index: 999999;
    background: #222
}

.btn-mobile span {
    position: absolute;
    width: 30px;
    height: 2px;
    background: #fff;
    display: block;
    left: 5px;
    top: 20px
}

.btn-mobile span::before {
    content: '';
    top: -8px;
    position: absolute;
    width: 30px;
    height: 2px;
    background: #fff;
    display: block;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn-mobile span::after {
    content: '';
    top: 8px;
    position: absolute;
    width: 30px;
    height: 2px;
    background: #fff;
    display: block;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn-mobile_active span {
    background: 0 0
}

.btn-mobile_active span::before {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 0
}

.btn-mobile_active span::after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 0
}

.footer {
    background: #222;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: -1;
    text-align: center
}

.footer p {
    font-size: 14px;
    margin-bottom: 0;
    color: #999
}

.footer p a {
    color: #feeebb
}

.popup-form-call {
    border-radius: 7px
}

.popup-form-call .callback {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    background: url(../img/hero.jpg) center bottom/cover;
    padding: 30px 15px;
    max-width: 700px;
    position: fixed;
    z-index: 4000;
    top: 20%;
    left: 50%;
    margin-left: -350px;
    -webkit-animation: scale .5s ease-in-out;
    animation: scale .5s ease-in-out
}

.popup-form-call .callback .form-img {
    width: 500px
}

.popup-form-call .form {
    background: rgba(0, 0, 0, .47);
    padding: 15px;
    width: 310px;
    border-radius: 5px
}

.popup-form-call .form h3 {
    color: #fff;
    font-size: 1.3em;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
    word-break: break-word;
}

.popup-form-call .form p {
    color: #fff;
    font-size: 14px;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 20px;
    word-break: break-word;
}

.popup-form-call .form input {
    font-family: mullerLight-example, sans-serif;
    width: 100%;
    margin: 0 auto;
    padding: 10px 10px;
    outline: 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #999;
    font-size: 14px
}

.popup-form-call .form input:focus:required:invalid {
    border-color: red
}

.popup-form-call .form input:required:valid {
    border-color: green
}

.popup-form-call .form .success {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-transform: uppercase;
    font-weight: 400;
    z-index: 10
}

.popup-form-call .form .success span {
    display: block;
    color: #fff;
    margin: auto
}

.popup-form-call .form .success ~ * {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.popup-form-call .form .success.active ~ * {
    opacity: .5;
    -webkit-filter: blur(10px);
    filter: blur(10px)
}

.popup-form-call .form button.blick {
    position: relative;
    height: 50px;
    margin: 0 auto;
    font-size: 15px
}

.form-bg {
    z-index: 2001;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, .7)
}

.btn-close {
    position: absolute;
    top: 8px;
    right: 15px;
    z-index: 5001;
    cursor: pointer;
    color: #fff;
    font-size: 16px
}

.top {
    position: fixed;
    bottom: 25px;
    right: -100px;
    background-color: rgba(0, 0, 0, .5);
    z-index: 12;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: .5
}

.top span {
    font-size: 20px
}

.top:hover {
    color: #fff;
    background-color: orange;
    opacity: 1
}

.top.active {
    right: 20px
}

span.online {
    display: none;
    width: 70px;
    font-size: 11px;
    color: #fff;
    position: fixed;
    z-index: 999;
    top: 38%;
    right: 12px;
    background: rgba(0, 0, 0, .3);
    padding: 0 3px;
    border-radius: 5px;
    line-height: 1.2
}

span.online::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #b8ee68;
    border-radius: 100%;
    display: inline-block;
    margin-right: 5px;
    -webkit-box-shadow: 0 0 3px #000;
    box-shadow: 0 0 3px #000
}

.message-wrap {
    display: none;
    position: fixed;
    width: 40px;
    height: 40px;
    background: rgba(255, 165, 0, .3);
    border-radius: 100%;
    top: 47%;
    right: 25px;
    z-index: 999;
    -webkit-transform: translate(0, -75%);
    -ms-transform: translate(0, -75%);
    transform: translate(0, -75%)
}

.message-wrap .messi a {
    position: relative;
    display: block;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 100%
}

.message-wrap .messi a img {
    display: block;
    margin-bottom: 20px;
    height: 40px;
    width: 40px;
    position: relative
}

.message-wrap .messi a .ab-city_item-pulse2 {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: none;
    border-radius: 50%;
    background-color: transparent;
    height: 40px;
    width: 40px;
    top: 50%;
    left: 50%;
    z-index: -1
}

.message-wrap .messi a .ab-item__pulse2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
    border: 1px solid #ccc;
    border-radius: 50%;
    opacity: .3;
    -webkit-animation: animPulse 6s linear infinite;
    animation: animPulse 6s linear infinite
}

.message-wrap .messi a .ab-city_item-pulse_5 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.message-wrap .messi a .ab-city_item-pulse_6 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.message-wrap .messi a .ab-city_item-pulse_7 {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.message-wrap .messi a .ab-city_item-pulse_8 {
    -webkit-animation-delay: 6s;
    animation-delay: 6s
}

@-webkit-keyframes animPulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    10% {
        opacity: .9
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.7);
        transform: scale(1.7)
    }
}

@keyframes animPulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    10% {
        opacity: .9
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.7);
        transform: scale(1.7)
    }
}

@-webkit-keyframes scale {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes scale {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.popup-form {
    width: 800px;
    height: 100%;
    margin: 0 auto;
    position: fixed;
    z-index: 3000;
    top: 12%;
    left: 50%;
    margin-left: -400px;
    -webkit-animation: scale .5s ease-in-out;
    animation: scale .5s ease-in-out
}

.container-center {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto
}

.main-head {
    height: 100vh;
    z-index: 1;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.main-head::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -o-linear-gradient(335deg, #000 20%, transparent 100%);
    background: linear-gradient(115deg, #000 20%, transparent 100%);
    z-index: -1;
    opacity: .9
}

.main-head video {
    position: absolute;
    z-index: -1;
    min-width: 100%;
    min-height: 100%;
    overflow: hidden
}

.main-head-flex {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.main-head-text {
    max-width: 770px;
    text-align: center;
    padding-top: 10%
}

.main-head-title {
    margin-bottom: 5%
}

.main-head-title h1 {
    color: #fff;
    font-size: 2.8em;
    text-shadow: 2px 2px 3px #555;
    line-height: 1;
    margin-bottom: 3%;
    font-weight: 100
}

.main-head-title h1 span.accent2 {
    display: inline;
    font-size: 1em;
    font-weight: 600
}

.main-head-title span {
    font-size: 1.8em;
    display: block;
    line-height: 1;
    color: #fad15f
}

.main-head-bullet {
    max-width: 660px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 7%
}

.main-head-bullet-item {
    width: 180px;
    padding: 5px 0 5px 10px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: relative;
    height: 85px;
    margin-right: 15px;
}

.main-head-bullet-item::before {
    content: '';
    background: #fff;
    height: 2px;
    width: 10px;
    position: absolute;
    top: 0;
    left: 0
}

.main-head-bullet-item::after {
    content: '';
    background: #fff;
    height: 10px;
    width: 2px;
    position: absolute;
    bottom: 0;
    right: 0
}

.main-head-bullet-item span {
    text-transform: uppercase;
    color: orange;
    font-family: mullerBold-example, sans-serif;
    text-align: left;
    font-size: 14px;
    line-height: 1.2;
    display: block;
    background: -o-linear-gradient(315deg, #fff 1%, orange 100%);
    background: linear-gradient(135deg, #fff 1%, orange 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.main-head-link {
    max-width: 300px;
    position: relative;
    z-index: 1;
    margin: 0 auto
}

.main-head-link img {
    width: 100px;
    display: block;
    position: absolute;
    top: -10px;
    right: -35px;
    -webkit-animation: transform-shiver 4s linear 0s infinite normal both;
    animation: transform-shiver 4s linear 0s infinite normal both;
    z-index: 3
}

.main-head-link a {
    border-radius: 50px;
    height: 60px;
    -webkit-box-shadow: 0 5px 30px rgba(255, 198, 0, .3), inset 0 -4px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 5px 30px rgba(255, 198, 0, .3), inset 0 -4px 0 rgba(0, 0, 0, .15);
    z-index: 1;
    margin: 0 auto;
    line-height: 2
}

.s_features {
    padding: 40px 0
}

.s_features-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.s_features-item-img {
    width: 130px;
    height: 130px;
    margin: 0 auto;
    background: url(../img/feat-bg.png) center/cover;
    position: relative;
    margin-right: 20px
}

.s_features-item-img img {
    width: 60px;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.s_features-item span {
    display: block;
    line-height: 1.2;
    font-size: 18px;
    width: 180px
}

.quiz {
    background: #fff url(../img/quiz-bg.jpg) center/cover;
    height: 100vh;
    width: 100%;
    padding-top: 75px;
    overflow: hidden
}

.quiz span.accent-quiz {
    color: #6fb246;
    color: #000;
    font-family: mullerBold-example, sans-serif
}

.quiz-title {
    position: relative;
    max-width: 700px
}

.quiz-title h2 {
    padding-top: 0;
    padding-left: 3%;
    font-size: 2.2em;
    color: #333;
    line-height: 1.2;
    max-width: 700px;
    margin-bottom: 10%;
    font-weight: 100
}

.quiz-title img {
    -webkit-animation: transform-shiver 4s linear 0s infinite normal both;
    animation: transform-shiver 4s linear 0s infinite normal both
}

.quiz-title span.smeta {
    font-size: 16px;
    padding: 5px 10px;
    position: relative;
    top: 12px;
    right: -12px;
    font-weight: 800;
}

.quiz-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    position: absolute;
    top: 56%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 3
}

.quiz-content {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.quiz-steps span {
    color: #272727;
    display: block;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    margin: 0 auto 10px
}

.quiz-steps ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding-left: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.quiz-steps ul li {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-radius: 100%;
    color: rgba(39, 39, 39, .7);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.4rem;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    width: 34px;
    height: 34px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 2.5rem;
    margin-right: 20px;
    border: 2px solid #eee
}

.quiz-steps ul li.current {
    border: 2px solid #6fb246
}

.quiz-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background: rgba(255, 255, 255, .7);
}

.quiz-box-left {
    width: 100%;
    padding: 5px 10px 0px 15px
}

.quiz-pane {
    border-radius: 10px
}

.quiz-pane .el-radio-group, .quiz-pane .el-radio-button__inner {
    width: 100%;
}

.quiz-pane .manager {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2.5rem
}

.quiz-pane .text {
    color: #272727;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2
}

.quiz-pane .caption p {
    color: #444;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 5px;
    font-family: mullerBold-example, sans-serif
}

.quiz-pane .answer-inputs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px
}

.quiz-pane .answer-inputs p {
    font-size: 16px
}

.quiz-pane .answer-inputs p.tomato {
    color: tomato;
    line-height: 1.2
}

.quiz-pane .answer-inputs span {
    color: rgba(39, 39, 39, .8);
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    width: 100%
}

.quiz-pane .answer-inputs label {
    background-color: #fff;
    border-radius: 10px;
    color: #272727;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 10px 0 10px 44px;
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 164px;
    border: 1px solid #eee;
}

.quiz-pane .answer-inputs label::after {
    background: -webkit-gradient(linear, left top, left bottom, from(#6fb246), to(#b8ee68));
    background: -o-linear-gradient(top, #6fb246 0, #b8ee68 100%);
    background: linear-gradient(to bottom, #6fb246 0, #b8ee68 100%);
    border-radius: 100%;
    content: '';
    width: 24px;
    height: 24px;
    left: 12.9px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s
}

.quiz-pane .answer-inputs label::before {
    background-color: #f8f8f8;
    border-radius: 100%;
    border: 1px solid #ccc;
    content: '';
    width: 30px;
    height: 30px;
    left: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin-right: 10px
}

.quiz-pane .answer-inputs label.finale {
    display: block
}

.quiz-pane .answer-inputs label:hover {
    -webkit-box-shadow: 0 0 15px #ccc;
    box-shadow: 0 0 15px #ccc
}

.quiz-pane .answer-inputs label input {
    display: none
}

.quiz-pane .answer-inputs label.active {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.quiz-pane .answer-inputs label.active::after {
    opacity: 1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.quiz-pane .answer-inputs label img {
    position: absolute;
    top: -5px;
    right: -5px;
    width: auto
}

.quiz-pane .answer-inputs .input span {
    display: block
}

.quiz-pane .answer-inputs .input span.input-tel {
    margin-bottom: 10px
}

.quiz-pane .answer-inputs .input input {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 30px;
    color: #272727;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    height: 52px;
    line-height: 1.6;
    padding-left: 18px;
    width: 250px;
    margin-right: 10px;
    display: block;
    margin-bottom: 20px
}

.quiz-pane .answer-inputs .input input::-webkit-input-placeholder {
    color: #999
}

.quiz-pane .answer-inputs .input input::-moz-placeholder {
    color: #999
}

.quiz-pane .answer-inputs .input input:-ms-input-placeholder {
    color: #999
}

.quiz-pane .answer-inputs .input input::-ms-input-placeholder {
    color: #999
}

.quiz-pane .answer-inputs .input input::placeholder {
    color: #999
}

.quiz-pane .answer-inputs input.inputs {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    color: #272727;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    height: 50px;
    line-height: 1.4;
    padding: 5px 5px 5px 15px;
    width: 240px;
    margin: 10px 10px 20px 0
}

.quiz-pane .answer-inputs input.inputs::-webkit-input-placeholder {
    color: #999
}

.quiz-pane .answer-inputs input.inputs::-moz-placeholder {
    color: #999
}

.quiz-pane .answer-inputs input.inputs:-ms-input-placeholder {
    color: #999
}

.quiz-pane .answer-inputs input.inputs::-ms-input-placeholder {
    color: #999
}

.quiz-pane .answer-inputs input.inputs::placeholder {
    color: #999
}

.quiz-pane .answers .select-block {
    display: inline-block;
    padding: 10px;
    width: 250px
}

.quiz-pane .answers .select-block p {
    font-size: 18px
}

.quiz-pane .answers .select-block .chosen-container {
    background-color: #fff
}

.quiz-pane .answers .select-block .chosen-container .chosen-drop {
    background-color: #fff
}

.s_work {
    overflow: hidden;
    padding-bottom: 0;
    z-index: 0
}

.s_work-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.s_work-item {
    position: relative;
    height: 175px;
}

.s_work-item span.text {
    position: absolute;
    display: block;
    line-height: 1.2;
    margin-top: 25px;
}

.s_work-item.topp {
    position: relative
}

.s_work-item.topp::after {
    content: '';
    background: #ccc;
    width: 100px;
    height: 1px;
    position: absolute;
    -webkit-transform: rotate(44deg);
    -ms-transform: rotate(44deg);
    transform: rotate(44deg);
    top: 130px;
    right: -88px
}

.s_work-item.topp span.num {
    position: absolute;
    top: 35px;
    left: 50%;
    font-size: 18px;
    display: block;
    font-family: mullerBold-example, sans-serif
}

.s_work-item .percent {
    background: #fad15f;
    border-radius: 40%;
    width: 60px;
    position: absolute;
    top: -15px;
    right: 15px;
    text-align: center;
    font-weight: 1000;
    height: 22px;
}

.s_work-item.bottom {
    position: relative;
    margin-top: 170px
}

.s_work-item.bottom::after {
    content: '';
    background: #ccc;
    width: 100px;
    height: 1px;
    position: absolute;
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
    bottom: 130px;
    right: -88px
}

.s_work-item.bottom span.num {
    position: absolute;
    bottom: 70px;
    left: 43%;
    font-size: 18px;
    display: block;
    font-family: mullerBold-example, sans-serif
}

.s_work-item.bottom:last-child::after {
    display: none
}

.s_work-img {
    width: 90px;
    height: 90px;
    position: relative;
    background: #fad15f;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 10px;
    left: 15px;
}

.s_work-img img {
    width: 45px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.contacts-form {
    max-width: 640px;
    margin: 50px auto 50px;
    padding: 20px 0;
    background: #333;
    position: relative
}

.contacts-form::before {
    content: '';
    background: #fad15f;
    position: absolute;
    bottom: -10px;
    left: -10px;
    width: 200px;
    height: 110px;
    z-index: -1
}

.contacts-form::after {
    top: -10px;
    right: -10px;
    content: '';
    background: #fad15f;
    position: absolute;
    width: 200px;
    height: 110px;
    z-index: -1
}

.contacts-form p {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
    color: #fff
}

.contacts-form .callback {
    position: relative;
    margin: 0 auto;
    width: 100%
}

.contacts-form .callback input {
    width: 220px;
    margin: 10px;
    padding: 10px 15px;
    outline: 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #777;
    font-size: 18px
}

.contacts-form .callback input:focus:required:invalid {
    border-color: red
}

.contacts-form .callback input:required:valid {
    border-color: green
}

.contacts-form .success {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-transform: uppercase;
    font-weight: 400;
    z-index: 10
}

.contacts-form .success span {
    display: block;
    color: #fff;
    margin: auto
}

.contacts-form .success ~ * {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.contacts-form .success.active ~ * {
    opacity: .5;
    -webkit-filter: blur(10px);
    filter: blur(10px)
}

.contacts-form button.blick {
    font-size: 16px;
    height: 50px;
    width: 220px;
    display: inline-block;
    border-radius: 50px;
    background: #fad15f
}

.s_services {
    padding-bottom: 40px;
    background: #fff url(../img/contacts.jpg) no-repeat center/cover;
    height: 100%;
    z-index: 1;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #eee
}

.s_services::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -o-linear-gradient(335deg, #fff 50%, transparent 100%);
    background: linear-gradient(115deg, #fff 50%, transparent 100%);
    background: rgba(34, 34, 34, .93);
    z-index: -1
}

.s_services-item {
    width: 100%;
    padding: 20px 10px 30px;
    -webkit-box-shadow: 0 0 15px #333;
    box-shadow: 0 0 15px #333;
    margin-bottom: 30px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: #262626;
    color: #ccc
}

.s_services-item:hover {
    -webkit-box-shadow: 0 0 40px #222;
    box-shadow: 0 0 40px #222
}

.s_services-item h4 {
    font-size: 24px;
    background: #fad15f;
    color: #000;
    text-align: center;
}

.s_services-item img {
    padding: 20px 0;
    display: block;
    margin: 0 auto;
    width: 100%
}

.s_services-item span.price {
    font-size: 18px;
    display: block;
    margin: 0 auto;
    color: #ccc;
    width: auto;
    text-align: center
}

.s_services-item span.price span.big {
    display: inline-block;
    font-size: 28px;
    color: #fff
}

.s_services-item span.title {
    font-size: 20px;
    display: block;
    margin: 0 auto;
    width: auto;
    text-align: center
}

.s_services-item ul {
    min-height: 85px;
    padding-left: 15px;
}

.s_services-item ul li {
    font-size: 16px
}

.s_services-item button.blick {
    width: 200px;
    font-size: 14px;
    border-radius: 50px;
    background: #fad15f
}

.s_services p {
    font-size: 20px;
    font-family: mullerBold-example, sans-serif;
    line-height: 1.2
}

.s_services ul.works {
    margin-bottom: 0;
    padding-bottom: 0
}

.s_services img.mockup {
    width: 300px;
    display: block;
    position: absolute;
    bottom: -160px;
    right: -40px;
    z-index: 999;
    -webkit-animation: transform-shiver 4s linear 0s infinite normal both;
    animation: transform-shiver 4s linear 0s infinite normal both
}

.s_portfolio {
    background: #fff url(../img/contacts.jpg) no-repeat center/cover;
    height: 100%;
    z-index: 1;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

.s_portfolio::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(34, 34, 34, .95);
    z-index: -1
}

.s_portfolio-item {
    position: relative;
    max-width: 330px;
    border-radius: 5px;
    margin: 0 auto 30px
}

.s_portfolio-item h3 {
    line-height: 1.2;
    color: #feeebb
}

.s_portfolio-item img {
    position: relative;
    border-radius: 5px;
    left: 0;
    max-width: 240px
}

.s_portfolio p {
    font-size: 28px;
    color: #fff;
    line-height: 1.2
}

.s_portfolio span.right {
    font-style: italic
}

.s_portfolio-descr {
    display: block;
    position: absolute;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 1
}

.s_portfolio-descr p {
    color: #fff;
    margin-bottom: 0
}

.s_portfolio a.blick {
    border-radius: 50px;
    background: #fad15f;
    margin-left: 0;
    font-size: 16px;
    margin-top: 30px;
    height: 60px;
    line-height: 2.3;
    margin-bottom: 30px;
    width: 300px;
    -webkit-box-shadow: 0 5px 30px rgba(255, 198, 0, .3), inset 0 -4px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 5px 30px rgba(255, 198, 0, .3), inset 0 -4px 0 rgba(0, 0, 0, .15)
}

.s_portfolio img.mockup {
    width: 160px;
    display: block;
    position: absolute;
    top: -100px;
    left: -60px;
    z-index: 999;
    -webkit-animation: transform-shiver 4s linear 0s infinite normal both;
    animation: transform-shiver 4s linear 0s infinite normal both
}

.s_partners {
    height: 300px
}

.s_partners-flex {
    max-width: 1200px;
    margin: 0 auto
}

.s_partners .owl-brends .owl-stage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.s_partners-item {
    width: 180px;
    margin: 0 auto
}

.s_partners-item img {
    width: 100%;
    display: block;
    margin: 0 auto
}

.s_partners-item img.min {
    width: 120px
}

.s_team {
    background: #222;
    padding-bottom: 20px
}

.s_team h2 {
    color: #fff;
    padding-bottom: 30px
}

.s_team span.alviteks {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 16em;
    color: rgba(153, 153, 153, .1);
    text-transform: uppercase
}

.s_team-item {
    margin-bottom: 40px;
    color: #999
}

.s_team-item img {
    width: 160px;
    height: 160px;
    border-radius: 100%;
    display: block;
    -webkit-box-shadow: 0 5px 15px #111;
    box-shadow: 0 5px 15px #111;
    margin: 0 auto 20px
}

.s_team-item span {
    display: block;
    width: auto;
    margin: 0 auto;
    text-align: center;
    line-height: 1.2
}

.s_team-item span.surname {
    text-transform: uppercase;
    font-family: mullerBold-example, sans-serif;
    color: #fff
}

.s_team-item span.prof {
    font-size: 13px;
    color: #999;
    margin-top: 10px
}

.s_feedback {
    padding-bottom: 30px
}

.s_feedback-element {
    -webkit-box-shadow: 0 5px 15px #ccc;
    box-shadow: 0 5px 15px #ccc;
    padding: 15px 10px 0;
    max-width: 340px;
    margin: 0 auto;
    background: #fff url(../img/contacts.jpg) no-repeat center/cover;
    z-index: 1;
    overflow: hidden;
    position: relative
}

.s_feedback-element::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .45);
    z-index: -2
}

.s_feedback-element-1 {
    background: #fff url(../img/contacts.jpg) no-repeat center/cover
}

.s_feedback-element-2 {
    background: #fff url(../img/22.jpg) no-repeat center/cover
}

.s_feedback-element-3 {
    background: #fff url(../img/portfolio/4/8.jpg) no-repeat center/cover
}

.s_feedback-element-4 {
    background: #fff url(../img/444.png) no-repeat center/cover
}

.s_feedback-element-5 {
    background: #fff url(../img/portfolio/3/1.jpg) no-repeat center/cover
}

.s_feedback-element-6 {
    background: #fff url(../img/portfolio/7/1.jpg) no-repeat center/cover
}

.s_feedback-descr {
    text-align: center;
    position: relative
}

.s_feedback-descr img {
    width: 100px;
    height: 100px;
    display: block;
    border-radius: 100%;
    margin: 0 auto 10px;
    -webkit-box-shadow: 0 5px 15px #999;
    box-shadow: 0 5px 15px #999
}

.s_feedback-descr span.name {
    font-family: mullerBold-example, sans-serif;
    font-size: 16px;
    display: block;
    line-height: 1.2;
    margin-bottom: 5px
}

.s_feedback-descr span.descr {
    font-size: 13px;
    display: block;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 600
}

.s_feedback-descr i {
    font-size: 7em;
    position: absolute;
    right: -25px;
    top: -30px;
    color: rgba(0, 0, 0, .2);
    z-index: -1
}

.s_feedback-descr p {
    font-size: 16px;
    color: #000;
    background: rgba(255, 255, 255, .77);
    padding: 10px 5px;
    border-radius: 5px;
    line-height: 1.5
}

.s_feedback .owl-carousel .owl-item img {
    width: 100px
}

.s_feedback .owl-dots {
    width: 100%;
    text-align: center;
    margin-top: 10px
}

.s_feedback .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background-color: #c3c3c3;
    border-radius: 10em;
    display: inline-block;
    margin: 5px;
    -webkit-transition: background-color .5s ease, -webkit-transform .5s ease;
    transition: background-color .5s ease, -webkit-transform .5s ease;
    -o-transition: background-color .5s ease, transform .5s ease;
    transition: background-color .5s ease, transform .5s ease;
    transition: background-color .5s ease, transform .5s ease, -webkit-transform .5s ease
}

.s_feedback .owl-dots .owl-dot.active {
    background-color: orange;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5)
}

.s_contacts {
    background: #fff url(../img/contacts.jpg) no-repeat center/cover;
    min-height: 500px;
    z-index: 1;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 0;
    padding-top: 50px;
    color: #fff
}

.s_contacts::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(34, 34, 34, .93);
    z-index: -1
}

.s_contacts h2.s_title {
    margin-bottom: 20px
}

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

.s_contacts h4 {
    margin-bottom: 20px;
    color: #feeebb;
    line-height: 1.3
}

.s_contacts p {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #fff
}

.s_contacts p a {
    text-decoration: none;
    color: #fff
}

.s_contacts-descr {
    width: 100%
}

.s_contacts-text {
    margin-left: 5px
}

.s_contacts span.boxic {
    margin-right: 15px
}

.s_contacts i {
    color: #feeebb
}

.s_contacts img {
    width: 22px
}

.s_contacts p.p-top {
    margin-top: 40px
}

.s_contacts .info-head-menu-socials {
    margin: 20px 0 30px
}

.s_contacts .info-head-menu-socials .socials-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.s_contacts .info-head-menu-socials .socials-items a {
    text-decoration: none
}

.s_contacts .info-head-menu-socials .socials-items .socials-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    padding: 3px 20px;
    margin-right: 10px;
    border-radius: 5px;
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
}

.s_contacts .info-head-menu-socials .socials-items .socials-item i {
    font-size: 20px;
    margin-right: 5px
}

.s_contacts .info-head-menu-socials .socials-items .socials-item span {
    font-size: 11px;
    color: #333;
    line-height: 1;
    display: block;
    font-family: mullerBold-example, sans-serif
}

.s_contacts .info-head-menu-socials .socials-items .socials-item-insta {
    border: 1px solid purple
}

.s_contacts .info-head-menu-socials .socials-items .socials-item-insta i {
    color: purple
}

.s_contacts .info-head-menu-socials .socials-items .socials-item-insta:hover {
    background: purple
}

.s_contacts .info-head-menu-socials .socials-items .socials-item-insta:hover i, .s_contacts .info-head-menu-socials .socials-items .socials-item-insta:hover span {
    color: #fff
}

.s_contacts .info-head-menu-socials .socials-items .socials-item-tg {
    border: 1px solid #50b1e9
}

.s_contacts .info-head-menu-socials .socials-items .socials-item-tg i {
    color: #50b1e9
}

.s_contacts .info-head-menu-socials .socials-items .socials-item-tg:hover {
    background: #50b1e9
}

.s_contacts .info-head-menu-socials .socials-items .socials-item-tg:hover i, .s_contacts .info-head-menu-socials .socials-items .socials-item-tg:hover span {
    color: #fff
}

.s_contacts .info-head-menu-socials .socials-items .socials-item-whatsapp {
    border: 1px solid green
}

.s_contacts .info-head-menu-socials .socials-items .socials-item-whatsapp i {
    color: green
}

.s_contacts .info-head-menu-socials .socials-items .socials-item-whatsapp:hover {
    background: green
}

.s_contacts .info-head-menu-socials .socials-items .socials-item-whatsapp:hover i, .s_contacts .info-head-menu-socials .socials-items .socials-item-whatsapp:hover span {
    color: #fff
}

.s_contacts #map {
    width: 100%;
    height: 300px
}

.s_gallery {
    background: #222 url(../img/portfolio-bg.jpg) no-repeat center/cover;
    height: 100%;
    width: 100%;
    padding: 75px 0 50px;
    color: #fff;
    overflow: hidden
}

.s_gallery span.toppp {
    color: #999;
    display: block;
    margin-left: 20px;
    margin-bottom: 20px
}

.s_gallery h2 {
    color: #fff;
    line-height: 1.2
}

.s_gallery-item {
    margin: 0 auto
}

.s_gallery-text h3 {
    line-height: 1.2;
    font-size: 22px;
    color: #feeebb;
    margin-bottom: 40px
}

.s_gallery-text-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

.s_gallery-text-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 32px
}

.s_gallery-text-img img {
    width: 30px;
}

.s_gallery-text span {
    display: block;
    margin-left: 10px;
    line-height: 1.2
}

.s_gallery-text button.blick {
    border-radius: 50px;
    background: #fad15f;
    font-size: 14px;
    width: 250px;
    margin-left: 0
}

.s_gallery img.mockup {
    width: 240px;
    display: block;
    position: absolute;
    bottom: 100px;
    right: -40px;
    z-index: 999;
    -webkit-animation: transform-shiver 4s linear 0s infinite normal both;
    animation: transform-shiver 4s linear 0s infinite normal both
}

.s_gallery .fotorama__nav-wrap {
    position: absolute;
    bottom: 5px;
    padding: 10px;
    width: 100%
}

.fotorama__thumb {
    border: 2px solid #fff;
    -webkit-transition: border-color .5s ease;
    -o-transition: border-color .5s ease;
    transition: border-color .5s ease
}

.fotorama__thumb-border {
    border-color: #3d3c3c
}

.fotorama__nav:after, .fotorama__nav:before, .fotorama__stage:after, .fotorama__stage:before {
    display: none
}

.fotorama__active .fotorama__thumb {
    border-color: #3d3c3c
}

.fotorama--fullscreen .fotorama__nav, .fotorama__stage {
    background: rgba(0, 0, 0, .3)
}

.owl-gallery .owl-nav button.owl-next, .owl-gallery .owl-nav button.owl-prev {
    position: absolute;
    bottom: -66px;
    font-size: 80px;
    border: none;
    outline: 0;
    color: #fff;
    line-height: 1
}

.owl-gallery .owl-nav button.owl-next span:hover, .owl-gallery .owl-nav button.owl-prev span:hover {
    background-color: transparent
}

.owl-gallery .owl-nav button.owl-prev {
    left: 43%
}

.owl-gallery .owl-nav button.owl-next {
    right: 43%
}

.owl-gallery .owl-dots {
    display: none
}

.slider-counter {
    text-align: center;
    font-size: 36px;
    color: #feeebb
}

.faded {
    opacity: 0;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s
}

.in {
    opacity: 1;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s
}

.quiz .button, .quiz-pane .button {
    display: block;
    width: 300px;
    height: 60px;
    font-size: 15px;
    padding-top: 0;
    letter-spacing: 1px;
    text-align: center;
    background: -webkit-gradient(linear, left bottom, left top, from(#6fb246), to(#b8ee68));
    background: -o-linear-gradient(bottom, #6fb246 0, #b8ee68 100%);
    background: linear-gradient(to top, #6fb246 0, #b8ee68 100%);
    border: none;
    outline: 0;
    border-radius: 50px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    -webkit-box-shadow: 0 5px 0 #618f3f;
    box-shadow: 0 5px 0 #618f3f;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin-top: 0;
    color: #fff;
    font-family: mullerBold-example, sans-serif;
    margin: 0 auto;
}

.quiz .button::before, .quiz-pane .button::before {
    content: '';
    width: 18px;
    height: 140px;
    background-color: rgba(255, 255, 255, .8);
    position: absolute;
    top: -40px;
    -webkit-transform: translateX(-80px) skew(-45deg);
    -ms-transform: translateX(-80px) skew(-45deg);
    transform: translateX(-80px) skew(-45deg);
    -webkit-animation: blink 1s infinite;
    animation: blink 1s infinite;
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

.quiz .button span, .quiz-pane .button span {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    position: relative;
    text-transform: uppercase
}

@keyframes blink {
    from {
        -webkit-transform: translateX(-20em) skew(-45deg);
        transform: translateX(-20em) skew(-45deg)
    }
    to {
        -webkit-transform: translateX(30em) skew(-45deg);
        transform: translateX(30em) skew(-45deg)
    }
}

@-webkit-keyframes transform-shiver {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    25% {
        -webkit-transform: translate(-10px, 0) rotate(0);
        transform: translate(-10px, 0) rotate(0)
    }
    75% {
        -webkit-transform: translate(10px, 0) rotate(0);
        transform: translate(10px, 0) rotate(0)
    }
    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }
}

@keyframes transform-shiver {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    25% {
        -webkit-transform: translate(-10px, 0) rotate(0);
        transform: translate(-10px, 0) rotate(0)
    }
    75% {
        -webkit-transform: translate(10px, 0) rotate(0);
        transform: translate(10px, 0) rotate(0)
    }
    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }
}

.hidden {
    display: none
}

.act, .active {
    display: block
}

#lang-switch-label {
  position: fixed;
  top: 15px;
  right: 70px;
  overflow: hidden;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
  line-height: 40px;
  font-weight: 700;
  font-size: 14px;
}

@media only screen and (min-width: 1500px) {
    .contacts-form {
        max-width: 820px;
    }
    section h2.s_title {
        font-size: 3em
    }

    .main-head-text {
        max-width: 1100px;
        padding-top: 10%
    }

    .main-head-title {
        margin-bottom: 5%
    }

    .main-head-title h1 {
        font-size: 3.8em
    }

    .main-head-title span {
        font-size: 2.4em
    }

    .main-head-bullet {
        max-width: 725px;
        margin: 0 auto 7%
    }

    .main-head-bullet-item::before {
        width: 15px
    }

    .main-head-bullet-item::after {
        height: 15px
    }

    .main-head-bullet-item span {
        font-size: 16px
    }

    .main-head-link {
        max-width: 320px
    }

    .main-head-link img {
        width: 120px;
        top: -20px;
        right: -85px
    }

    .main-head-link a {
        height: 70px;
        width: 340px;
        line-height: 2.4;
        font-size: 20px
    }

    .info-head-menu {
        padding: 15px 70px 10px
    }

    .info-head-menu-wrap {
        max-width: 1420px
    }

    .info-head-menu-logo {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .info-head-menu-logo a span.logo {
        font-size: 34px
    }

    .info-head-menu-logo span.digital {
        width: 210px;
        font-size: 10px;
        letter-spacing: 3.5px
    }

    .info-head-menu-logo .logo-descr {
        width: 230px;
        padding-top: 3px
    }

    .info-head-menu-logo .logo-descr span.logo-title {
        font-size: 15px
    }

    .info-head-menu .head-menu-list li a {
        font-size: 24px
    }

    .info-head-menu .head-menu-adress i, .info-head-menu .head-menu-time i {
        font-size: 35px;
        margin-top: -5px
    }

    .info-head-menu .head-menu-adress .contacts-title, .info-head-menu .head-menu-time .contacts-title {
        font-size: 16px
    }

    .info-head-menu .head-menu-adress .contacts-text, .info-head-menu .head-menu-time .contacts-text {
        font-size: 16px;
        line-height: 1.2
    }

    .info-head-menu .head-menu-adress a.map, .info-head-menu .head-menu-time a.map {
        line-height: 1.2;
        font-size: 16px
    }

    .info-head-menu .head-menu-time {
        -webkit-flex-basis: 35%;
        -ms-flex-preferred-size: 35%;
        flex-basis: 35%
    }

    .info-head-menu .head-menu-adress {
        -webkit-flex-basis: 45%;
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%
    }

    .info-head-menu .head-menu-phone {
        margin-top: 10px
    }

    .info-head-menu .head-menu-phone a {
        font-size: 25px;
        line-height: .3;
        margin-bottom: 5px;
        font-family: mullerBold-example, sans-serif;
        display: block
    }

    .info-head-menu .head-menu-right-box .phone {
        -webkit-flex-basis: 32%;
        -ms-flex-preferred-size: 32%;
        flex-basis: 32%
    }

    .info-head-menu .info-head-menu-btn a.header-call {
        margin-left: 60px;
        font-size: 18px
    }

    .active-menu {
        padding: 10px 0;
        height: 76px
    }

    .s_features {
        padding: 50px 0
    }

    .s_features span {
        font-size: 20px
    }

    .s_work-item span.text {
        font-size: 20px
    }

    .s_portfolio a.blick {
        height: 70px;
        line-height: 2.3;
        width: 320px;
        font-size: 20px
    }

    .quiz-title {
        max-width: 800px
    }

    .quiz-title h2 {
        padding-left: 40px;
        font-size: 2.8em;
        line-height: 1.1;
        max-width: 800px
    }

    .quiz-wrapper {
        max-width: 680px;
        left: 16%;
        top: 49%
    }

    .quiz-pane .answer-inputs .input {
        margin: auto;
        width: 300px
    }

    .quiz-pane .answer-inputs .input input {
        width: 300px
    }

    .quiz .button, .quiz-pane .button {
        width: 280px;
        height: 60px;
        line-height: 2.8;
        font-size: 18px;
        margin: 0 auto
    }

    span.online {
        width: 90px;
        font-size: 13px;
        top: 40%;
        right: 7px;
        background: rgba(0, 0, 0, .5);
        padding: 2px 5px
    }

    span.online::before {
        width: 10px;
        height: 10px
    }

    .head-menu-list li a {
        font-size: 26px
    }

    .head-menu-list li i {
        top: 27px
    }

    .s_contacts h4 {
        font-size: 22px
    }

    .s_contacts p {
        font-size: 18px
    }

    .s_contacts .info-head-menu-socials {
        margin: 20px 0 30px
    }

    .s_contacts .info-head-menu-socials .socials-items .socials-item {
        padding: 5px 20px;
        margin-right: 10px;
        border-radius: 5px;
        -webkit-transition: all .15s ease;
        -o-transition: all .15s ease;
        transition: all .15s ease
    }

    .s_contacts .info-head-menu-socials .socials-items .socials-item i {
        font-size: 20px;
        margin-right: 5px
    }

    .s_contacts .info-head-menu-socials .socials-items .socials-item span {
        font-size: 18px
    }

    .s_team h2 {
        color: #fff;
        padding-bottom: 30px
    }

    .s_team span.alviteks {
        font-size: 20em
    }

    .s_team-item {
        margin-bottom: 40px;
        color: #999
    }

    .s_team-item img {
        width: 180px;
        height: 180px;
        margin: 0 auto 30px
    }

    .s_team-item span {
        font-size: 20px
    }

    .s_team-item span.surname {
        text-transform: uppercase;
        font-family: mullerBold-example, sans-serif;
        color: #fff
    }

    .s_team-item span.prof {
        font-size: 18px
    }

    .footer {
        height: 80px
    }

    .footer p {
        font-size: 18px
    }

    .popup-form-call .callback {
        max-width: 900px;
        margin-left: -450px
    }

    .popup-form-call .callback .form-img {
        width: 500px
    }

    .popup-form-call .form {
        background: rgba(0, 0, 0, .47);
        padding: 20px;
        width: 450px
    }

    .popup-form-call .form h3 {
        font-size: 1.8em
    }

    .popup-form-call .form p {
        font-size: 18px
    }

    .popup-form-call .form input {
        font-size: 22px
    }

    .popup-form-call .form button.blick {
        font-size: 22px;
        height: 56px
    }

    .popup-form {
        top: 22%
    }
}

@media only screen and (max-width: 1366px) {
    .quiz-wrapper {
        top: 56%;
    }

    .quiz {
        height: 120vh;
    }
}

@media only screen and (max-width: 1200px) {
    .info-head-menu-logo {
        -webkit-flex-basis: 34%;
        -ms-flex-preferred-size: 34%;
        flex-basis: 34%
    }

    .info-head-menu .head-menu-right-box {
        -webkit-flex-basis: 56%;
        -ms-flex-preferred-size: 56%;
        flex-basis: 56%
    }

    .info-head-menu .head-menu-adress {
        -webkit-flex-basis: 58%;
        -ms-flex-preferred-size: 58%;
        flex-basis: 58%
    }

    .info-head-menu .head-menu-time {
        display: none
    }

    .s_team span.alviteks {
        font-size: 13em
    }

    .s_work .container-wrap {
        max-width: 950px
    }
}

@media only screen and (max-width: 1100px) {
    .quiz-wrapper {
        top: 56%;
    }

    .quiz {
        height: 60vh;
    }

    .s_work .container-wrap {
        max-width: 750px
    }

    .s_work-item {
        position: relative;
        z-index: 1
    }

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

    .s_work-item.topp::after {
        width: 140px;
        -webkit-transform: rotate(44deg);
        -ms-transform: rotate(44deg);
        transform: rotate(44deg);
        top: 117px;
        right: -93px;
        z-index: -1
    }

    .s_work-item.topp span.num {
        top: 35px;
        left: 50%;
        font-size: 18px;
        display: block;
        font-family: mullerBold-example, sans-serif
    }

    .s_work-item.bottom {
        position: relative;
        margin-top: 130px
    }

    .s_work-item.bottom::after {
        width: 140px;
        -webkit-transform: rotate(315deg);
        -ms-transform: rotate(315deg);
        transform: rotate(315deg);
        bottom: 111px;
        right: -88px;
        z-index: -1
    }
}

@media only screen and (max-width: 992px) {
    .main-head-text {
        max-width: 520px
    }

    .main-head-title h1 {
        font-size: 2.9em
    }

    .main-head-title span {
        font-size: 2.2em
    }

    .info-head-menu {
        position: -webkit-sticky;
        position: sticky;
        background: #222;
        -webkit-box-shadow: 0 7px 20px -10px rgba(0, 0, 0, .7);
        box-shadow: 0 7px 20px -10px rgba(0, 0, 0, .7)
    }

    .info-head-menu .head-menu-right-box {
        -webkit-flex-basis: 33%;
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%
    }

    .info-head-menu .head-menu-adress {
        display: none
    }

    .info-head-menu .phone {
        margin-top: 8px
    }

    .s_team span.alviteks {
        font-size: 10em
    }

    .s_features-item-img {
        width: 100px;
        height: 100px;
        margin-right: 15px;
        margin-left: 0
    }

    .s_features-item-img img {
        width: 45px
    }

    .s_features-item span {
        font-size: 15px;
        width: 120px
    }

    .quiz h2 {
        font-size: 2em;
        line-height: 1.1;
        margin-bottom: 20px;
        padding: 0 20px
    }

    .quiz .success span {
        font-size: 14px
    }

    .s_work .container-wrap {
        max-width: 750px
    }

    .s_work-img {
        width: 80px;
        height: 80px
    }

    .s_work-item {
        position: relative;
        z-index: 1;
        margin-bottom: 50px
    }

    .s_work-item span.text {
        font-size: 14px;
        right: 0;
        left: 0;
        text-align: center
    }

    .s_work-item.topp::after {
        display: none
    }

    .s_work-item.topp span.num {
        top: 69px;
        left: 40%;
        font-size: 18px;
        display: block;
        font-family: mullerBold-example, sans-serif
    }

    .s_work-item.bottom {
        position: relative;
        margin-top: 0
    }

    .s_work-item.bottom::after {
        display: none
    }

    .s_work-item.bottom span.num {
        top: 68px;
        left: 40%
    }

    .s_services img.mockup {
        width: 400px;
        bottom: -210px;
        right: -130px
    }

    .s_portfolio span.right {
        display: none
    }
}

@media only screen and (max-width: 768px) {
    .info-head-menu {
        padding-bottom: 0;
        height: 60px;
        padding: 10px 0;
        z-index: 999999
    }

    .info-head-menu-logo {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .info-head-menu-logo a span.logo {
        font-size: 27px
    }

    .info-head-menu-logo span.digital {
        width: 132px;
        font-size: 8px;
        letter-spacing: 1px;
        padding-top: 2px
    }

    .info-head-menu-logo .logo-descr {
        width: 160px;
        padding-left: 7px;
        padding-top: 3px
    }

    .info-head-menu-logo .logo-descr span.logo-title {
        font-size: 10px
    }

    .info-head-menu-btn {
        display: none
    }

    .info-head-menu .head-menu {
        z-index: 2
    }

    .info-head-menu .head-menu_active {
        z-index: 2
    }

    .info-head-menu .head-menu-right-box {
        -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%
    }

    .head-menu {
        margin-top: 59px
    }

    .head-menu_active {
        z-index: 2
    }

    .s_team span.alviteks {
        display: none
    }

    .s_features-item span {
        width: 180px
    }

    .s_contacts .s_title h2 {
        margin-bottom: 40px
    }

    .s_contacts p {
        font-size: 16px
    }

    .s_contacts-form::before {
        bottom: -10px;
        left: -10px;
        width: 100px;
        height: 50px;
        z-index: -1
    }

    .s_contacts-form::after {
        top: -10px;
        right: -10px;
        width: 100px;
        height: 50px;
        z-index: -1
    }

    .s_contacts-form p {
        font-size: 18px;
        font-weight: 600;
        line-height: 1.3
    }

    .s_contacts-form .callback input {
        width: 240px;
        padding: 8px 15px;
        font-size: 16px
    }

    .s_contacts-form .callback button.blick {
        font-size: 14px;
        height: 50px;
        width: 240px
    }

    .s_contacts-form button.blick {
        font-size: 14px;
        height: 50px;
        width: 240px
    }

    .quiz-wrapper {
        width: 95%;
        top: 44%;
    }

    .btn-mobile {
        top: 10px
    }

    .owl-gallery .owl-nav button.owl-prev {
        left: 40%
    }

    .owl-gallery .owl-nav button.owl-next {
        right: 40%
    }

    .s_gallery img.mockup, .s_portfolio img.mockup, .s_services img.mockup {
        display: none
    }

    .s_portfolio a.blick {
        display: none
    }

    .s_portfolio .min {
        display: block;
        margin: 0 auto
    }

    .s_portfolio .min a.blick {
        display: block;
        margin: 10px 0
    }
}

@media only screen and (max-width: 767px) {
    .main-head {
        height: 100%;
        padding: 100px 0 40px
    }

    .main-head-title h1 {
        font-size: 2.4em
    }

    .s_feedback-item {
        width: 70px;
        height: 70px
    }

    .s_feedback-item img {
        width: 70px;
        height: 70px
    }

    .s_feedback-item .ab-city_item-pulse {
        height: 70px;
        width: 70px
    }

    .s_feedback-item .ab-item__pulse {
        height: 70px;
        width: 70px
    }

    .quiz h2 {
        font-size: 1.6em
    }

    .quiz-pane .caption p {
        font-size: 18px
    }

    .contacts-form {
        max-width: 320px;
        margin: 40px auto 40px;
        padding: 20px 10px
    }

    .contacts-form p {
        font-size: 18px
    }

    .contacts-form .callback {
        position: relative;
        margin: 0 auto;
        width: 100%
    }

    .contacts-form .callback input {
        width: 280px
    }

    .contacts-form button.blick {
        width: 280px;
        display: block;
        margin-top: 10px
    }

    .s_gallery-item h3 {
        margin-top: 20px;
        font-size: 18px
    }

    .popup-form-call .form {
        padding: 30px 10px;
    }

    .popup-form-call .callback {
        padding: 35px 10px 10px;
        max-width: 310px;
        margin-left: -155px
    }

    .popup-form-call .callback h3 {
        font-size: 1.2em
    }

    .popup-form-call .callback p {
        margin-bottom: 30px
    }

    .popup-form-call .callback input {
        width: 100%;
        margin-bottom: 15px;
        font-size: 16px
    }

    .popup-form-call .callback button.blick {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .s_partners-item img {
        max-width: 100px
    }

    .s_portfolio p {
        font-size: 20px
    }
}

@media only screen and (max-width: 580px) {
    section {
        padding: 50px 0 30px
    }

    section h2.s_title {
        font-size: 1.8em;
        margin-bottom: 20px
    }

    .info-head-menu-wrap {
        padding: 0 10px
    }

    .info-head-menu-logo {
        -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%
    }

    .info-head-menu-logo a span.logo {
        font-size: 19px
    }

    .info-head-menu-logo span.digital {
        width: 115px;
        font-size: 8px;
        letter-spacing: .5px;
        padding-top: 2px
    }

    .info-head-menu-logo .logo-descr {
        width: 130px;
        padding-left: 7px;
        padding-top: 3px
    }

    .info-head-menu-logo .logo-descr span.logo-title {
        font-size: 9px
    }

    .info-head-menu-phone {
        display: none
    }

    .info-head-menu .head-menu-right-box, .logo-descr {
        display: none
    }

    #lang-switch-label {
      width: 30px;
      height: 30px;;
      line-height: 30px;
      font-size: 11px;
    }

    .head-menu-list li a {
        font-size: 16px
    }

    .head-menu-list li i {
        top: 18px
    }

    .main-head {
        height: 100vh;
        padding-top: 0
    }

    .main-head-text {
        padding-top: 0
    }

    .main-head-title {
        margin-bottom: 10%
    }

    .main-head-bullet {
        margin-bottom: 15%
    }

    .main-head-bullet-item {
        width: 135px;
        height: 60px;
        padding: 0 0 3px 10px
    }

    .main-head-bullet-item span {
        font-size: 11px
    }

    .s_features {
        padding-top: 30px
    }

    .s_features-item {
        margin-bottom: -25px
    }

    .s_features-item span {
        display: inline
    }

    .fotorama__nav-wrap {
        position: relative;
        bottom: 0
    }

    .s_gallery {
        padding-top: 50px
    }

    .s_gallery-text h3 {
        margin-bottom: 25px
    }

    .s_gallery-text-item {
        margin-bottom: 10px
    }

    .s_gallery-text-img {
        width: 26px
    }

    .s_gallery-text span {
        font-size: 14px
    }

    .s_gallery .fotorama__nav-wrap {
        position: relative;
        bottom: 10px;
        padding: 10px;
        width: 100%
    }

    .owl-gallery .owl-nav button.owl-next, .owl-gallery .owl-nav button.owl-prev {
        position: absolute;
        bottom: -66px;
        font-size: 80px;
        border: none;
        outline: 0;
        color: #fff;
        line-height: 1
    }

    .owl-gallery .owl-nav button.owl-next span:hover, .owl-gallery .owl-nav button.owl-prev span:hover {
        background-color: transparent
    }

    .owl-gallery .owl-nav button.owl-prev {
        left: 27%
    }

    .owl-gallery .owl-nav button.owl-next {
        right: 27%
    }

    span.online {
        width: 66px;
        font-size: 10px;
        top: 39%;
        right: 10px;
        padding: 0 3px;
        border-radius: 5px;
        display: block
    }

    .message-wrap {
        display: block
    }

    .s_partners {
        height: 220px
    }

    .s_partners-item {
        width: 150px
    }

    .footer-p {
        display: none
    }

    .quiz span.smeta {
        display: none
    }
}

@media only screen and (max-width: 480px) {
    .quiz-book img {
        width: 90px !important;
    }

    .main-head-text {
        max-width: 320px
    }

    .main-head-title h1 {
        font-size: 1.8em;
        margin-bottom: 7%
    }

    .main-head-title span {
        font-size: 1.4em
    }

    .main-head-subtitle {
        margin-bottom: 15%
    }

    .main-head-subtitle p {
        font-size: 16px
    }

    .main-head-link {
        max-width: 240px
    }

    .main-head-link a {
        width: 240px;
        font-size: 14px;
        line-height: 2.4
    }

    .s_features-item span {
        width: auto
    }

    .s_feedback {
        padding-bottom: 10px
    }

    .s_feedback-element {
        max-width: 310px
    }

    .s_feedback-element p {
        font-size: 14px
    }

    .quiz {
        height: auto
    }

    .quiz-wrapper {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        height: 100%;
        margin-top: 70px;
    }

    .quiz-pane .el-radio-group, .quiz-pane .el-radio-button__inner {
        width: 100%;
        padding: 2px 8px !important;
        white-space: break-spaces !important;
        height: 40px;
        display: inline-flex;
        align-items: center;
        text-align: center;
    }

    .quiz-box-left {
        width: 100%
    }

    .quiz .answers .select-block {
        display: block
    }

    .quiz .answers .select-block span {
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 20px
    }

    .quiz .answers .select-block p {
        font-size: 16px;
        margin-bottom: 10px
    }

    .quiz-pane .caption p {
        font-size: 16px;
        margin-bottom: 20px
    }

    .quiz-pane .answer-inputs p {
        font-size: 16px
    }

    .quiz-pane .answer-inputs span {
        font-size: 14px
    }

    .quiz-pane .answer-inputs label {
        font-size: 16px;
        margin-bottom: 15px;
        padding: 8px 0 8px 50px
    }

    .quiz .button, .quiz-pane .button {
        height: 55px;
        width: 100%;
        margin-left: 0;
        margin: 0 auto;
    }

    .s_services {
        padding-bottom: 30px
    }

    .s_services-item {
        padding-bottom: 25px
    }

    .s_services-item span.title {
        font-size: 20px
    }

    .s_services-item ul {
        min-height: auto
    }

    .s_services-item ul li {
        font-size: 14px
    }

    .s_services-item button.blick {
        font-size: 14px
    }

    .s_services p {
        font-size: 18px
    }

    .s_services ul li {
        font-size: 14px
    }

    .s_contacts .info-head-menu-socials .socials-items .socials-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background: #fff;
        padding: 2px 5px 2px 2px
    }
}
