﻿@charset 'UTF-8';

html {
    font-family: sans-serif;
    font-size: 14px;
    line-height: 1.15;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

@media (min-width: 576px) {
    html {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    html {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    html {
        font-size: 14px;
    }
}

@media (min-width: 1160px) {
    html {
        font-size: 14px;
    }
}

body {
    font-family: Ubuntu, -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.4;
    position: relative;
    overflow-x: hidden;
    flex-direction: column;
    width: 100%;
    min-height: 100vh;
    margin: 0;
    color: #333;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

#header,
#footer {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main {
    display: block;
}

figure,
p {
    margin: 0;
}

hr {
    overflow: visible;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    -webkit-transition: .25s;
    transition: .25s;
    text-decoration: none;
    color: #333;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

    a:hover {
        text-decoration: none;
        color: #0d0d0d;
    }

    a:active,
    a:focus,
    a:hover {
        outline: 0;
    }

abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    border-bottom: none;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1rem;
}

dfn {
    font-style: italic;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

audio,
video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

img {
    max-width: 100%;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
}

    button::-moz-focus-inner,
    html [type='button']::-moz-focus-inner,
    [type='reset']::-moz-focus-inner,
    [type='submit']::-moz-focus-inner {
        padding: 0;
        border-style: none;
    }

    button:-moz-focusring,
    [type='button']:-moz-focusring,
    [type='reset']:-moz-focusring,
    [type='submit']:-moz-focusring {
        outline: 0;
    }

fieldset {
    margin: 0 2px;
    padding: .35em .625em .75em;
    border: 1px solid #c0c0c0;
}

legend {
    display: table;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    padding: 0;
    white-space: normal;
    color: inherit;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type='checkbox'],
[type='radio'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}

[type='search'] {
    outline-offset: 0;
    -webkit-appearance: textfield;
}

    [type='search']::-webkit-search-cancel-button,
    [type='search']::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

@-ms-viewport {
    width: device-width;
}

[tabindex='-1']:focus {
    outline: 0;
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
}

address {
    font-style: normal;
    line-height: inherit;
    margin: 0;
}

blockquote,
ol,
ul,
dl {
    margin: 0;
    padding: 0;
}

[role='button'] {
    cursor: pointer;
}

a,
area,
button,
[role='button'],
input,
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

table {
    border-collapse: collapse;
}

th {
    text-align: left;
}

label {
    display: inline-block;
}

button:focus {
    outline: 0;
}

input,
button,
select,
textarea {
    line-height: inherit;
}

    input[type='date'],
    input[type='time'],
    input[type='datetime-local'],
    input[type='month'] {
        -webkit-appearance: listbox;
    }

textarea {
    resize: vertical;
}

::-webkit-input-placeholder {
    color: #949494;
}

::-moz-placeholder {
    color: #949494;
}

/* Firefox 19+ */
:-moz-placeholder {
    color: #949494;
}

/* Firefox 18- */
:-ms-input-placeholder {
    color: #949494;
}

.fw-500 {
    font-weight: 500;
}

.fw-700 {
    font-weight: 700 !important;
}

.fs-16 {
    font-size: 1.143rem;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-20 {
    font-size: 1.429rem;
}

.fs-22 {
    font-size: 1.571rem;
}

.green-text {
    color: #7ab700;
}

.blue {
    color: #264796;
}

.white {
    color: white !important;
}

.step-number {
    font-size: 16px;
    font-weight: 700;
    line-height: 35px;
    margin-right: 5px;
    color: #7ab700;
}

.step-container li {
    line-height: 22px;
    margin-bottom: 2px;
}

    .step-container li:before {
        content: none !important;
    }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    margin: 0 0 1rem;
    color: inherit;
}

h1,
.h1 {
    font-size: 2.5rem;
}

h2,
.h2 {
    font-size: 2rem;
}

h3,
.h3 {
    font-size: 1.75rem;
}

h4,
.h4 {
    font-size: 1.5rem;
}

h5,
.h5 {
    font-size: 1.25rem;
}

h6,
.h6 {
    font-size: 1rem;
}

hr {
    margin: 0;
    border: 0;
}

small,
.small {
    font-size: 80%;
    font-weight: normal;
}

.list-unstyled,
.navbar-nav {
    padding-left: 0;
    list-style: none;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.content p {
    margin-bottom: 1rem;
}

.content ol,
.content ul {
    margin-bottom: 1rem;
    margin-left: 2rem;
}

.container {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
}

@media (min-width: 576px) {
    .container {
        width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 960px;
    }
}

@media (min-width: 1160px) {
    .container {
        width: 1130px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -10px;
    margin-left: -10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutters > .col,
    .no-gutters > [class*='col-'] {
        padding-right: 0;
        padding-left: 0;
    }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-13,
.col-14,
.col-15,
.col-16,
.col-17,
.col-18,
.col-19,
.col-20,
.col-21,
.col-22,
.col-23,
.col-24,
.col,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-13,
.col-sm-14,
.col-sm-15,
.col-sm-16,
.col-sm-17,
.col-sm-18,
.col-sm-19,
.col-sm-20,
.col-sm-21,
.col-sm-22,
.col-sm-23,
.col-sm-24,
.col-sm,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-13,
.col-md-14,
.col-md-15,
.col-md-16,
.col-md-17,
.col-md-18,
.col-md-19,
.col-md-20,
.col-md-21,
.col-md-22,
.col-md-23,
.col-md-24,
.col-md,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-13,
.col-lg-14,
.col-lg-15,
.col-lg-16,
.col-lg-17,
.col-lg-18,
.col-lg-19,
.col-lg-20,
.col-lg-21,
.col-lg-22,
.col-lg-23,
.col-lg-24,
.col-lg,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-13,
.col-xl-14,
.col-xl-15,
.col-xl-16,
.col-xl-17,
.col-xl-18,
.col-xl-19,
.col-xl-20,
.col-xl-21,
.col-xl-22,
.col-xl-23,
.col-xl-24,
.col-xl {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col {
    max-width: 100%;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.col-auto {
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.col-1 {
    max-width: 4.16667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 4.16667%;
    -ms-flex: 0 0 4.16667%;
    flex: 0 0 4.16667%;
}

.col-2 {
    max-width: 8.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
}

.col-3 {
    max-width: 12.5%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
}

.col-4 {
    max-width: 16.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
}

.col-5 {
    max-width: 20.83333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20.83333%;
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
}

.col-6 {
    max-width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}

.col-7 {
    max-width: 29.16667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 29.16667%;
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
}

.col-8 {
    max-width: 33.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
}

.col-9 {
    max-width: 37.5%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 37.5%;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
}

.col-10 {
    max-width: 41.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
}

.col-11 {
    max-width: 45.83333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45.83333%;
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
}

.col-12 {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.col-13 {
    max-width: 54.16667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 54.16667%;
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
}

.col-14 {
    max-width: 58.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
}

.col-15 {
    max-width: 62.5%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 62.5%;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
}

.col-16 {
    max-width: 66.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
}

.col-17 {
    max-width: 70.83333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70.83333%;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
}

.col-18 {
    max-width: 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
}

.col-19 {
    max-width: 79.16667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 79.16667%;
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
}

.col-20 {
    max-width: 83.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
}

.col-21 {
    max-width: 87.5%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 87.5%;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
}

.col-22 {
    max-width: 91.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
}

.col-23 {
    max-width: 95.83333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 95.83333%;
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
}

.col-24 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.pull-0 {
    right: auto;
}

.pull-1 {
    right: 4.16667%;
}

.pull-2 {
    right: 8.33333%;
}

.pull-3 {
    right: 12.5%;
}

.pull-4 {
    right: 16.66667%;
}

.pull-5 {
    right: 20.83333%;
}

.pull-6 {
    right: 25%;
}

.pull-7 {
    right: 29.16667%;
}

.pull-8 {
    right: 33.33333%;
}

.pull-9 {
    right: 37.5%;
}

.pull-10 {
    right: 41.66667%;
}

.pull-11 {
    right: 45.83333%;
}

.pull-12 {
    right: 50%;
}

.pull-13 {
    right: 54.16667%;
}

.pull-14 {
    right: 58.33333%;
}

.pull-15 {
    right: 62.5%;
}

.pull-16 {
    right: 66.66667%;
}

.pull-17 {
    right: 70.83333%;
}

.pull-18 {
    right: 75%;
}

.pull-19 {
    right: 79.16667%;
}

.pull-20 {
    right: 83.33333%;
}

.pull-21 {
    right: 87.5%;
}

.pull-22 {
    right: 91.66667%;
}

.pull-23 {
    right: 95.83333%;
}

.pull-24 {
    right: 100%;
}

.push-0 {
    left: auto;
}

.push-1 {
    left: 4.16667%;
}

.push-2 {
    left: 8.33333%;
}

.push-3 {
    left: 12.5%;
}

.push-4 {
    left: 16.66667%;
}

.push-5 {
    left: 20.83333%;
}

.push-6 {
    left: 25%;
}

.push-7 {
    left: 29.16667%;
}

.push-8 {
    left: 33.33333%;
}

.push-9 {
    left: 37.5%;
}

.push-10 {
    left: 41.66667%;
}

.push-11 {
    left: 45.83333%;
}

.push-12 {
    left: 50%;
}

.push-13 {
    left: 54.16667%;
}

.push-14 {
    left: 58.33333%;
}

.push-15 {
    left: 62.5%;
}

.push-16 {
    left: 66.66667%;
}

.push-17 {
    left: 70.83333%;
}

.push-18 {
    left: 75%;
}

.push-19 {
    left: 79.16667%;
}

.push-20 {
    left: 83.33333%;
}

.push-21 {
    left: 87.5%;
}

.push-22 {
    left: 91.66667%;
}

.push-23 {
    left: 95.83333%;
}

.push-24 {
    left: 100%;
}

.offset-1 {
    margin-left: 4.16667%;
}

.offset-2 {
    margin-left: 8.33333%;
}

.offset-3 {
    margin-left: 12.5%;
}

.offset-4 {
    margin-left: 16.66667%;
}

.offset-5 {
    margin-left: 20.83333%;
}

.offset-6 {
    margin-left: 25%;
}

.offset-7 {
    margin-left: 29.16667%;
}

.offset-8 {
    margin-left: 33.33333%;
}

.offset-9 {
    margin-left: 37.5%;
}

.offset-10 {
    margin-left: 41.66667%;
}

.offset-11 {
    margin-left: 45.83333%;
}

.offset-12 {
    margin-left: 50%;
}

.offset-13 {
    margin-left: 54.16667%;
}

.offset-14 {
    margin-left: 58.33333%;
}

.offset-15 {
    margin-left: 62.5%;
}

.offset-16 {
    margin-left: 66.66667%;
}

.offset-17 {
    margin-left: 70.83333%;
}

.offset-18 {
    margin-left: 75%;
}

.offset-19 {
    margin-left: 79.16667%;
}

.offset-20 {
    margin-left: 83.33333%;
}

.offset-21 {
    margin-left: 87.5%;
}

.offset-22 {
    margin-left: 91.66667%;
}

.offset-23 {
    margin-left: 95.83333%;
}

@media (min-width: 576px) {
    .col-sm {
        max-width: 100%;
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .col-sm-auto {
        width: auto;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-sm-1 {
        max-width: 4.16667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 4.16667%;
        -ms-flex: 0 0 4.16667%;
        flex: 0 0 4.16667%;
    }

    .col-sm-2 {
        max-width: 8.33333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    }

    .col-sm-3 {
        max-width: 12.5%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 12.5%;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
    }

    .col-sm-4 {
        max-width: 16.66667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    }

    .col-sm-5 {
        max-width: 20.83333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20.83333%;
        -ms-flex: 0 0 20.83333%;
        flex: 0 0 20.83333%;
    }

    .col-sm-6 {
        max-width: 25%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }

    .col-sm-7 {
        max-width: 29.16667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 29.16667%;
        -ms-flex: 0 0 29.16667%;
        flex: 0 0 29.16667%;
    }

    .col-sm-8 {
        max-width: 33.33333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    }

    .col-sm-9 {
        max-width: 37.5%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 37.5%;
        -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
    }

    .col-sm-10 {
        max-width: 41.66667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    }

    .col-sm-11 {
        max-width: 45.83333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 45.83333%;
        -ms-flex: 0 0 45.83333%;
        flex: 0 0 45.83333%;
    }

    .col-sm-12 {
        max-width: 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .col-sm-13 {
        max-width: 54.16667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 54.16667%;
        -ms-flex: 0 0 54.16667%;
        flex: 0 0 54.16667%;
    }

    .col-sm-14 {
        max-width: 58.33333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    }

    .col-sm-15 {
        max-width: 62.5%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 62.5%;
        -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
    }

    .col-sm-16 {
        max-width: 66.66667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    }

    .col-sm-17 {
        max-width: 70.83333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 70.83333%;
        -ms-flex: 0 0 70.83333%;
        flex: 0 0 70.83333%;
    }

    .col-sm-18 {
        max-width: 75%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    }

    .col-sm-19 {
        max-width: 79.16667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 79.16667%;
        -ms-flex: 0 0 79.16667%;
        flex: 0 0 79.16667%;
    }

    .col-sm-20 {
        max-width: 83.33333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    }

    .col-sm-21 {
        max-width: 87.5%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 87.5%;
        -ms-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
    }

    .col-sm-22 {
        max-width: 91.66667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    }

    .col-sm-23 {
        max-width: 95.83333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 95.83333%;
        -ms-flex: 0 0 95.83333%;
        flex: 0 0 95.83333%;
    }

    .col-sm-24 {
        max-width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .pull-sm-0 {
        right: auto;
    }

    .pull-sm-1 {
        right: 4.16667%;
    }

    .pull-sm-2 {
        right: 8.33333%;
    }

    .pull-sm-3 {
        right: 12.5%;
    }

    .pull-sm-4 {
        right: 16.66667%;
    }

    .pull-sm-5 {
        right: 20.83333%;
    }

    .pull-sm-6 {
        right: 25%;
    }

    .pull-sm-7 {
        right: 29.16667%;
    }

    .pull-sm-8 {
        right: 33.33333%;
    }

    .pull-sm-9 {
        right: 37.5%;
    }

    .pull-sm-10 {
        right: 41.66667%;
    }

    .pull-sm-11 {
        right: 45.83333%;
    }

    .pull-sm-12 {
        right: 50%;
    }

    .pull-sm-13 {
        right: 54.16667%;
    }

    .pull-sm-14 {
        right: 58.33333%;
    }

    .pull-sm-15 {
        right: 62.5%;
    }

    .pull-sm-16 {
        right: 66.66667%;
    }

    .pull-sm-17 {
        right: 70.83333%;
    }

    .pull-sm-18 {
        right: 75%;
    }

    .pull-sm-19 {
        right: 79.16667%;
    }

    .pull-sm-20 {
        right: 83.33333%;
    }

    .pull-sm-21 {
        right: 87.5%;
    }

    .pull-sm-22 {
        right: 91.66667%;
    }

    .pull-sm-23 {
        right: 95.83333%;
    }

    .pull-sm-24 {
        right: 100%;
    }

    .push-sm-0 {
        left: auto;
    }

    .push-sm-1 {
        left: 4.16667%;
    }

    .push-sm-2 {
        left: 8.33333%;
    }

    .push-sm-3 {
        left: 12.5%;
    }

    .push-sm-4 {
        left: 16.66667%;
    }

    .push-sm-5 {
        left: 20.83333%;
    }

    .push-sm-6 {
        left: 25%;
    }

    .push-sm-7 {
        left: 29.16667%;
    }

    .push-sm-8 {
        left: 33.33333%;
    }

    .push-sm-9 {
        left: 37.5%;
    }

    .push-sm-10 {
        left: 41.66667%;
    }

    .push-sm-11 {
        left: 45.83333%;
    }

    .push-sm-12 {
        left: 50%;
    }

    .push-sm-13 {
        left: 54.16667%;
    }

    .push-sm-14 {
        left: 58.33333%;
    }

    .push-sm-15 {
        left: 62.5%;
    }

    .push-sm-16 {
        left: 66.66667%;
    }

    .push-sm-17 {
        left: 70.83333%;
    }

    .push-sm-18 {
        left: 75%;
    }

    .push-sm-19 {
        left: 79.16667%;
    }

    .push-sm-20 {
        left: 83.33333%;
    }

    .push-sm-21 {
        left: 87.5%;
    }

    .push-sm-22 {
        left: 91.66667%;
    }

    .push-sm-23 {
        left: 95.83333%;
    }

    .push-sm-24 {
        left: 100%;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 4.16667%;
    }

    .offset-sm-2 {
        margin-left: 8.33333%;
    }

    .offset-sm-3 {
        margin-left: 12.5%;
    }

    .offset-sm-4 {
        margin-left: 16.66667%;
    }

    .offset-sm-5 {
        margin-left: 20.83333%;
    }

    .offset-sm-6 {
        margin-left: 25%;
    }

    .offset-sm-7 {
        margin-left: 29.16667%;
    }

    .offset-sm-8 {
        margin-left: 33.33333%;
    }

    .offset-sm-9 {
        margin-left: 37.5%;
    }

    .offset-sm-10 {
        margin-left: 41.66667%;
    }

    .offset-sm-11 {
        margin-left: 45.83333%;
    }

    .offset-sm-12 {
        margin-left: 50%;
    }

    .offset-sm-13 {
        margin-left: 54.16667%;
    }

    .offset-sm-14 {
        margin-left: 58.33333%;
    }

    .offset-sm-15 {
        margin-left: 62.5%;
    }

    .offset-sm-16 {
        margin-left: 66.66667%;
    }

    .offset-sm-17 {
        margin-left: 70.83333%;
    }

    .offset-sm-18 {
        margin-left: 75%;
    }

    .offset-sm-19 {
        margin-left: 79.16667%;
    }

    .offset-sm-20 {
        margin-left: 83.33333%;
    }

    .offset-sm-21 {
        margin-left: 87.5%;
    }

    .offset-sm-22 {
        margin-left: 91.66667%;
    }

    .offset-sm-23 {
        margin-left: 95.83333%;
    }
}

@media (min-width: 768px) {
    .col-md {
        max-width: 100%;
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .col-md-auto {
        width: auto;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-md-1 {
        max-width: 4.16667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 4.16667%;
        -ms-flex: 0 0 4.16667%;
        flex: 0 0 4.16667%;
    }

    .col-md-2 {
        max-width: 8.33333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    }

    .col-md-3 {
        max-width: 12.5%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 12.5%;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
    }

    .col-md-4 {
        max-width: 16.66667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    }

    .col-md-5 {
        max-width: 20.83333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20.83333%;
        -ms-flex: 0 0 20.83333%;
        flex: 0 0 20.83333%;
    }

    .col-md-6 {
        max-width: 25%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }

    .col-md-7 {
        max-width: 29.16667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 29.16667%;
        -ms-flex: 0 0 29.16667%;
        flex: 0 0 29.16667%;
    }

    .col-md-8 {
        max-width: 33.33333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    }

    .col-md-9 {
        max-width: 37.5%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 37.5%;
        -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
    }

    .col-md-10 {
        max-width: 41.66667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    }

    .col-md-11 {
        max-width: 45.83333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 45.83333%;
        -ms-flex: 0 0 45.83333%;
        flex: 0 0 45.83333%;
    }

    .col-md-12 {
        max-width: 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .col-md-13 {
        max-width: 54.16667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 54.16667%;
        -ms-flex: 0 0 54.16667%;
        flex: 0 0 54.16667%;
    }

    .col-md-14 {
        max-width: 58.33333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    }

    .col-md-15 {
        max-width: 62.5%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 62.5%;
        -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
    }

    .col-md-16 {
        max-width: 66.66667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    }

    .col-md-17 {
        max-width: 70.83333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 70.83333%;
        -ms-flex: 0 0 70.83333%;
        flex: 0 0 70.83333%;
    }

    .col-md-18 {
        max-width: 75%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    }

    .col-md-19 {
        max-width: 79.16667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 79.16667%;
        -ms-flex: 0 0 79.16667%;
        flex: 0 0 79.16667%;
    }

    .col-md-20 {
        max-width: 83.33333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    }

    .col-md-21 {
        max-width: 87.5%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 87.5%;
        -ms-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
    }

    .col-md-22 {
        max-width: 91.66667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    }

    .col-md-23 {
        max-width: 95.83333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 95.83333%;
        -ms-flex: 0 0 95.83333%;
        flex: 0 0 95.83333%;
    }

    .col-md-24 {
        max-width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .pull-md-0 {
        right: auto;
    }

    .pull-md-1 {
        right: 4.16667%;
    }

    .pull-md-2 {
        right: 8.33333%;
    }

    .pull-md-3 {
        right: 12.5%;
    }

    .pull-md-4 {
        right: 16.66667%;
    }

    .pull-md-5 {
        right: 20.83333%;
    }

    .pull-md-6 {
        right: 25%;
    }

    .pull-md-7 {
        right: 29.16667%;
    }

    .pull-md-8 {
        right: 33.33333%;
    }

    .pull-md-9 {
        right: 37.5%;
    }

    .pull-md-10 {
        right: 41.66667%;
    }

    .pull-md-11 {
        right: 45.83333%;
    }

    .pull-md-12 {
        right: 50%;
    }

    .pull-md-13 {
        right: 54.16667%;
    }

    .pull-md-14 {
        right: 58.33333%;
    }

    .pull-md-15 {
        right: 62.5%;
    }

    .pull-md-16 {
        right: 66.66667%;
    }

    .pull-md-17 {
        right: 70.83333%;
    }

    .pull-md-18 {
        right: 75%;
    }

    .pull-md-19 {
        right: 79.16667%;
    }

    .pull-md-20 {
        right: 83.33333%;
    }

    .pull-md-21 {
        right: 87.5%;
    }

    .pull-md-22 {
        right: 91.66667%;
    }

    .pull-md-23 {
        right: 95.83333%;
    }

    .pull-md-24 {
        right: 100%;
    }

    .push-md-0 {
        left: auto;
    }

    .push-md-1 {
        left: 4.16667%;
    }

    .push-md-2 {
        left: 8.33333%;
    }

    .push-md-3 {
        left: 12.5%;
    }

    .push-md-4 {
        left: 16.66667%;
    }

    .push-md-5 {
        left: 20.83333%;
    }

    .push-md-6 {
        left: 25%;
    }

    .push-md-7 {
        left: 29.16667%;
    }

    .push-md-8 {
        left: 33.33333%;
    }

    .push-md-9 {
        left: 37.5%;
    }

    .push-md-10 {
        left: 41.66667%;
    }

    .push-md-11 {
        left: 45.83333%;
    }

    .push-md-12 {
        left: 50%;
    }

    .push-md-13 {
        left: 54.16667%;
    }

    .push-md-14 {
        left: 58.33333%;
    }

    .push-md-15 {
        left: 62.5%;
    }

    .push-md-16 {
        left: 66.66667%;
    }

    .push-md-17 {
        left: 70.83333%;
    }

    .push-md-18 {
        left: 75%;
    }

    .push-md-19 {
        left: 79.16667%;
    }

    .push-md-20 {
        left: 83.33333%;
    }

    .push-md-21 {
        left: 87.5%;
    }

    .push-md-22 {
        left: 91.66667%;
    }

    .push-md-23 {
        left: 95.83333%;
    }

    .push-md-24 {
        left: 100%;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 4.16667%;
    }

    .offset-md-2 {
        margin-left: 8.33333%;
    }

    .offset-md-3 {
        margin-left: 12.5%;
    }

    .offset-md-4 {
        margin-left: 16.66667%;
    }

    .offset-md-5 {
        margin-left: 20.83333%;
    }

    .offset-md-6 {
        margin-left: 25%;
    }

    .offset-md-7 {
        margin-left: 29.16667%;
    }

    .offset-md-8 {
        margin-left: 33.33333%;
    }

    .offset-md-9 {
        margin-left: 37.5%;
    }

    .offset-md-10 {
        margin-left: 41.66667%;
    }

    .offset-md-11 {
        margin-left: 45.83333%;
    }

    .offset-md-12 {
        margin-left: 50%;
    }

    .offset-md-13 {
        margin-left: 54.16667%;
    }

    .offset-md-14 {
        margin-left: 58.33333%;
    }

    .offset-md-15 {
        margin-left: 62.5%;
    }

    .offset-md-16 {
        margin-left: 66.66667%;
    }

    .offset-md-17 {
        margin-left: 70.83333%;
    }

    .offset-md-18 {
        margin-left: 75%;
    }

    .offset-md-19 {
        margin-left: 79.16667%;
    }

    .offset-md-20 {
        margin-left: 83.33333%;
    }

    .offset-md-21 {
        margin-left: 87.5%;
    }

    .offset-md-22 {
        margin-left: 91.66667%;
    }

    .offset-md-23 {
        margin-left: 95.83333%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        max-width: 100%;
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .col-lg-auto {
        width: auto;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-lg-1 {
        max-width: 4.16667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 4.16667%;
        -ms-flex: 0 0 4.16667%;
        flex: 0 0 4.16667%;
    }

    .col-lg-2 {
        max-width: 8.33333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    }

    .col-lg-3 {
        max-width: 12.5%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 12.5%;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
    }

    .col-lg-4 {
        max-width: 16.66667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    }

    .col-lg-5 {
        max-width: 20.83333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20.83333%;
        -ms-flex: 0 0 20.83333%;
        flex: 0 0 20.83333%;
    }

    .col-lg-6 {
        max-width: 25%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }

    .col-lg-7 {
        max-width: 29.16667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 29.16667%;
        -ms-flex: 0 0 29.16667%;
        flex: 0 0 29.16667%;
    }

    .col-lg-8 {
        max-width: 33.33333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    }

    .col-lg-9 {
        max-width: 37.5%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 37.5%;
        -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
    }

    .col-lg-10 {
        max-width: 41.66667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    }

    .col-lg-11 {
        max-width: 45.83333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 45.83333%;
        -ms-flex: 0 0 45.83333%;
        flex: 0 0 45.83333%;
    }

    .col-lg-12 {
        max-width: 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .col-lg-13 {
        max-width: 54.16667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 54.16667%;
        -ms-flex: 0 0 54.16667%;
        flex: 0 0 54.16667%;
    }

    .col-lg-14 {
        max-width: 58.33333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    }

    .col-lg-15 {
        max-width: 62.5%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 62.5%;
        -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
    }

    .col-lg-16 {
        max-width: 66.66667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    }

    .col-lg-17 {
        max-width: 70.83333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 70.83333%;
        -ms-flex: 0 0 70.83333%;
        flex: 0 0 70.83333%;
    }

    .col-lg-18 {
        max-width: 75%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    }

    .col-lg-19 {
        max-width: 79.16667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 79.16667%;
        -ms-flex: 0 0 79.16667%;
        flex: 0 0 79.16667%;
    }

    .col-lg-20 {
        max-width: 83.33333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    }

    .col-lg-21 {
        max-width: 87.5%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 87.5%;
        -ms-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
    }

    .col-lg-22 {
        max-width: 91.66667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    }

    .col-lg-23 {
        max-width: 95.83333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 95.83333%;
        -ms-flex: 0 0 95.83333%;
        flex: 0 0 95.83333%;
    }

    .col-lg-24 {
        max-width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .pull-lg-0 {
        right: auto;
    }

    .pull-lg-1 {
        right: 4.16667%;
    }

    .pull-lg-2 {
        right: 8.33333%;
    }

    .pull-lg-3 {
        right: 12.5%;
    }

    .pull-lg-4 {
        right: 16.66667%;
    }

    .pull-lg-5 {
        right: 20.83333%;
    }

    .pull-lg-6 {
        right: 25%;
    }

    .pull-lg-7 {
        right: 29.16667%;
    }

    .pull-lg-8 {
        right: 33.33333%;
    }

    .pull-lg-9 {
        right: 37.5%;
    }

    .pull-lg-10 {
        right: 41.66667%;
    }

    .pull-lg-11 {
        right: 45.83333%;
    }

    .pull-lg-12 {
        right: 50%;
    }

    .pull-lg-13 {
        right: 54.16667%;
    }

    .pull-lg-14 {
        right: 58.33333%;
    }

    .pull-lg-15 {
        right: 62.5%;
    }

    .pull-lg-16 {
        right: 66.66667%;
    }

    .pull-lg-17 {
        right: 70.83333%;
    }

    .pull-lg-18 {
        right: 75%;
    }

    .pull-lg-19 {
        right: 79.16667%;
    }

    .pull-lg-20 {
        right: 83.33333%;
    }

    .pull-lg-21 {
        right: 87.5%;
    }

    .pull-lg-22 {
        right: 91.66667%;
    }

    .pull-lg-23 {
        right: 95.83333%;
    }

    .pull-lg-24 {
        right: 100%;
    }

    .push-lg-0 {
        left: auto;
    }

    .push-lg-1 {
        left: 4.16667%;
    }

    .push-lg-2 {
        left: 8.33333%;
    }

    .push-lg-3 {
        left: 12.5%;
    }

    .push-lg-4 {
        left: 16.66667%;
    }

    .push-lg-5 {
        left: 20.83333%;
    }

    .push-lg-6 {
        left: 25%;
    }

    .push-lg-7 {
        left: 29.16667%;
    }

    .push-lg-8 {
        left: 33.33333%;
    }

    .push-lg-9 {
        left: 37.5%;
    }

    .push-lg-10 {
        left: 41.66667%;
    }

    .push-lg-11 {
        left: 45.83333%;
    }

    .push-lg-12 {
        left: 50%;
    }

    .push-lg-13 {
        left: 54.16667%;
    }

    .push-lg-14 {
        left: 58.33333%;
    }

    .push-lg-15 {
        left: 62.5%;
    }

    .push-lg-16 {
        left: 66.66667%;
    }

    .push-lg-17 {
        left: 70.83333%;
    }

    .push-lg-18 {
        left: 75%;
    }

    .push-lg-19 {
        left: 79.16667%;
    }

    .push-lg-20 {
        left: 83.33333%;
    }

    .push-lg-21 {
        left: 87.5%;
    }

    .push-lg-22 {
        left: 91.66667%;
    }

    .push-lg-23 {
        left: 95.83333%;
    }

    .push-lg-24 {
        left: 100%;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 4.16667%;
    }

    .offset-lg-2 {
        margin-left: 8.33333%;
    }

    .offset-lg-3 {
        margin-left: 12.5%;
    }

    .offset-lg-4 {
        margin-left: 16.66667%;
    }

    .offset-lg-5 {
        margin-left: 20.83333%;
    }

    .offset-lg-6 {
        margin-left: 25%;
    }

    .offset-lg-7 {
        margin-left: 29.16667%;
    }

    .offset-lg-8 {
        margin-left: 33.33333%;
    }

    .offset-lg-9 {
        margin-left: 37.5%;
    }

    .offset-lg-10 {
        margin-left: 41.66667%;
    }

    .offset-lg-11 {
        margin-left: 45.83333%;
    }

    .offset-lg-12 {
        margin-left: 50%;
    }

    .offset-lg-13 {
        margin-left: 54.16667%;
    }

    .offset-lg-14 {
        margin-left: 58.33333%;
    }

    .offset-lg-15 {
        margin-left: 62.5%;
    }

    .offset-lg-16 {
        margin-left: 66.66667%;
    }

    .offset-lg-17 {
        margin-left: 70.83333%;
    }

    .offset-lg-18 {
        margin-left: 75%;
    }

    .offset-lg-19 {
        margin-left: 79.16667%;
    }

    .offset-lg-20 {
        margin-left: 83.33333%;
    }

    .offset-lg-21 {
        margin-left: 87.5%;
    }

    .offset-lg-22 {
        margin-left: 91.66667%;
    }

    .offset-lg-23 {
        margin-left: 95.83333%;
    }
}

@media (min-width: 1160px) {
    .col-xl {
        max-width: 100%;
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .col-xl-auto {
        width: auto;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-xl-1 {
        max-width: 4.16667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 4.16667%;
        -ms-flex: 0 0 4.16667%;
        flex: 0 0 4.16667%;
    }

    .col-xl-2 {
        max-width: 8.33333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    }

    .col-xl-3 {
        max-width: 12.5%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 12.5%;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
    }

    .col-xl-4 {
        max-width: 16.66667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    }

    .col-xl-5 {
        max-width: 20.83333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20.83333%;
        -ms-flex: 0 0 20.83333%;
        flex: 0 0 20.83333%;
    }

    .col-xl-6 {
        max-width: 25%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }

    .col-xl-7 {
        max-width: 29.16667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 29.16667%;
        -ms-flex: 0 0 29.16667%;
        flex: 0 0 29.16667%;
    }

    .col-xl-8 {
        max-width: 33.33333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    }

    .col-xl-9 {
        max-width: 37.5%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 37.5%;
        -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
    }

    .col-xl-10 {
        max-width: 41.66667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    }

    .col-xl-11 {
        max-width: 45.83333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 45.83333%;
        -ms-flex: 0 0 45.83333%;
        flex: 0 0 45.83333%;
    }

    .col-xl-12 {
        max-width: 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .col-xl-13 {
        max-width: 54.16667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 54.16667%;
        -ms-flex: 0 0 54.16667%;
        flex: 0 0 54.16667%;
    }

    .col-xl-14 {
        max-width: 58.33333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    }

    .col-xl-15 {
        max-width: 62.5%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 62.5%;
        -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
    }

    .col-xl-16 {
        max-width: 66.66667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    }

    .col-xl-17 {
        max-width: 70.83333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 70.83333%;
        -ms-flex: 0 0 70.83333%;
        flex: 0 0 70.83333%;
    }

    .col-xl-18 {
        max-width: 75%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    }

    .col-xl-19 {
        max-width: 79.16667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 79.16667%;
        -ms-flex: 0 0 79.16667%;
        flex: 0 0 79.16667%;
    }

    .col-xl-20 {
        max-width: 83.33333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    }

    .col-xl-21 {
        max-width: 87.5%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 87.5%;
        -ms-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
    }

    .col-xl-22 {
        max-width: 91.66667%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    }

    .col-xl-23 {
        max-width: 95.83333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 95.83333%;
        -ms-flex: 0 0 95.83333%;
        flex: 0 0 95.83333%;
    }

    .col-xl-24 {
        max-width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .pull-xl-0 {
        right: auto;
    }

    .pull-xl-1 {
        right: 4.16667%;
    }

    .pull-xl-2 {
        right: 8.33333%;
    }

    .pull-xl-3 {
        right: 12.5%;
    }

    .pull-xl-4 {
        right: 16.66667%;
    }

    .pull-xl-5 {
        right: 20.83333%;
    }

    .pull-xl-6 {
        right: 25%;
    }

    .pull-xl-7 {
        right: 29.16667%;
    }

    .pull-xl-8 {
        right: 33.33333%;
    }

    .pull-xl-9 {
        right: 37.5%;
    }

    .pull-xl-10 {
        right: 41.66667%;
    }

    .pull-xl-11 {
        right: 45.83333%;
    }

    .pull-xl-12 {
        right: 50%;
    }

    .pull-xl-13 {
        right: 54.16667%;
    }

    .pull-xl-14 {
        right: 58.33333%;
    }

    .pull-xl-15 {
        right: 62.5%;
    }

    .pull-xl-16 {
        right: 66.66667%;
    }

    .pull-xl-17 {
        right: 70.83333%;
    }

    .pull-xl-18 {
        right: 75%;
    }

    .pull-xl-19 {
        right: 79.16667%;
    }

    .pull-xl-20 {
        right: 83.33333%;
    }

    .pull-xl-21 {
        right: 87.5%;
    }

    .pull-xl-22 {
        right: 91.66667%;
    }

    .pull-xl-23 {
        right: 95.83333%;
    }

    .pull-xl-24 {
        right: 100%;
    }

    .push-xl-0 {
        left: auto;
    }

    .push-xl-1 {
        left: 4.16667%;
    }

    .push-xl-2 {
        left: 8.33333%;
    }

    .push-xl-3 {
        left: 12.5%;
    }

    .push-xl-4 {
        left: 16.66667%;
    }

    .push-xl-5 {
        left: 20.83333%;
    }

    .push-xl-6 {
        left: 25%;
    }

    .push-xl-7 {
        left: 29.16667%;
    }

    .push-xl-8 {
        left: 33.33333%;
    }

    .push-xl-9 {
        left: 37.5%;
    }

    .push-xl-10 {
        left: 41.66667%;
    }

    .push-xl-11 {
        left: 45.83333%;
    }

    .push-xl-12 {
        left: 50%;
    }

    .push-xl-13 {
        left: 54.16667%;
    }

    .push-xl-14 {
        left: 58.33333%;
    }

    .push-xl-15 {
        left: 62.5%;
    }

    .push-xl-16 {
        left: 66.66667%;
    }

    .push-xl-17 {
        left: 70.83333%;
    }

    .push-xl-18 {
        left: 75%;
    }

    .push-xl-19 {
        left: 79.16667%;
    }

    .push-xl-20 {
        left: 83.33333%;
    }

    .push-xl-21 {
        left: 87.5%;
    }

    .push-xl-22 {
        left: 91.66667%;
    }

    .push-xl-23 {
        left: 95.83333%;
    }

    .push-xl-24 {
        left: 100%;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 4.16667%;
    }

    .offset-xl-2 {
        margin-left: 8.33333%;
    }

    .offset-xl-3 {
        margin-left: 12.5%;
    }

    .offset-xl-4 {
        margin-left: 16.66667%;
    }

    .offset-xl-5 {
        margin-left: 20.83333%;
    }

    .offset-xl-6 {
        margin-left: 25%;
    }

    .offset-xl-7 {
        margin-left: 29.16667%;
    }

    .offset-xl-8 {
        margin-left: 33.33333%;
    }

    .offset-xl-9 {
        margin-left: 37.5%;
    }

    .offset-xl-10 {
        margin-left: 41.66667%;
    }

    .offset-xl-11 {
        margin-left: 45.83333%;
    }

    .offset-xl-12 {
        margin-left: 50%;
    }

    .offset-xl-13 {
        margin-left: 54.16667%;
    }

    .offset-xl-14 {
        margin-left: 58.33333%;
    }

    .offset-xl-15 {
        margin-left: 62.5%;
    }

    .offset-xl-16 {
        margin-left: 66.66667%;
    }

    .offset-xl-17 {
        margin-left: 70.83333%;
    }

    .offset-xl-18 {
        margin-left: 75%;
    }

    .offset-xl-19 {
        margin-left: 79.16667%;
    }

    .offset-xl-20 {
        margin-left: 83.33333%;
    }

    .offset-xl-21 {
        margin-left: 87.5%;
    }

    .offset-xl-22 {
        margin-left: 91.66667%;
    }

    .offset-xl-23 {
        margin-left: 95.83333%;
    }
}

.btn {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 12px 28px;
    cursor: pointer;
    -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;
}

.btn-transparent {
    -webkit-transition: .25s;
    transition: .25s;
    color: black;
    border: 2px solid #7ab700;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: transparent;
    background-image: none;
}

    .btn-transparent:hover {
        color: white;
        border: 2px solid #7ab700;
        background-image: -webkit-gradient(linear, left bottom, left top, from(#7ab700), to(#89ce00));
        background-image: linear-gradient(to top, #7ab700 0%, #89ce00 100%);
        -webkit-box-shadow: 0 10px 30px rgba(122, 183, 0, .5);
        box-shadow: 0 10px 30px rgba(122, 183, 0, .5);
    }

.btn-green {
    -webkit-transition: .25s;
    transition: .25s;
    color: white;
    border: 2px solid transparent;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#7ab700), to(#89ce00));
    background-image: linear-gradient(to top, #7ab700 0%, #89ce00 100%);
    -webkit-box-shadow: 0 10px 30px rgba(122, 183, 0, .5);
    box-shadow: 0 10px 30px rgba(122, 183, 0, .5);
}

    .btn-green:hover {
        color: white;
        border: 2px solid #7ab700;
        -webkit-box-shadow: 0 10px 30px rgba(79, 133, 0, .5);
        box-shadow: 0 10px 30px rgba(79, 133, 0, .5);
    }

/* Flex variation */
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.flex-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}

.flex-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.flex-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}

.flex-row {
    flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
}

.flex-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .flex-sm-last {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .flex-sm-unordered {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .flex-sm-row {
        flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
    }

    .flex-sm-column {
        flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .flex-md-last {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .flex-md-unordered {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .flex-md-row {
        flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
    }

    .flex-md-column {
        flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .flex-lg-last {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .flex-lg-unordered {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .flex-lg-row {
        flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
    }

    .flex-lg-column {
        flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1160px) {
    .flex-xl-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .flex-xl-last {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .flex-xl-unordered {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .flex-xl-row {
        flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
    }

    .flex-xl-column {
        flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle::before {
    display: inline-block;
    padding-right: 1rem;
    content: url('../images/img/icon-menu.png');
    vertical-align: middle;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropup .dropdown-toggle::after {
    border-top: 0;
    border-bottom: .3em solid;
}

.dropdown-menu {
    font-size: 1rem;
    position: absolute;
    z-index: 1000;
    top: 100%;
    left: 0;
    display: none;
    float: left;
    width: 100%;
    min-width: 10rem;
    list-style: none;
    text-align: left;
    color: #292b2c;
    background-color: #fff;
    background-clip: padding-box;
}

.dropdown-item {
    font-weight: normal;
    font-weight: 500;
    line-height: 45px;
    display: block;
    clear: both;
    width: 100%;
    padding: 0;
    -webkit-transition: .5s;
    transition: .5s;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
    color: #292b2c;
    border: 0;
    background: none;
    background-color: #eee;
    /*@include hover-focus {
    color: $dropdown-link-hover-color;
    text-decoration: none;
    background-color: $dropdown-link-hover-bg;
  }*/
}

    .dropdown-item:hover {
        text-decoration: none;
        background-color: white;
    }

    .dropdown-item.active,
    .dropdown-item:active {
        text-decoration: none;
        color: #fff;
        background-color: #333;
    }

    .dropdown-item.disabled,
    .dropdown-item:disabled {
        cursor: not-allowed;
        color: #636c72;
        background-color: transparent;
    }

.show > .dropdown-menu {
    display: block;
}

.show > a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-header {
    font-size: .875rem;
    display: block;
    margin-bottom: 0;
    padding: .5rem 1.5rem;
    white-space: nowrap;
    color: #636c72;
}

.dropdown-backdrop {
    position: fixed;
    z-index: 990;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: .125rem;
}

.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: .5em 1em;
}

    .nav-link.disabled {
        cursor: not-allowed;
        color: #636c72;
    }

#main-menu {
    height: 50px;
}

    #main-menu .navbar-nav {
        height: 100%;
    }

        #main-menu .navbar-nav > .nav-item {
            height: 100%;
            margin: 0 .5rem;
        }

            #main-menu .navbar-nav > .nav-item:first-child {
                width: 222px;
                -webkit-transition: .5s;
                transition: .5s;
                background-color: #264796;
            }

                #main-menu .navbar-nav > .nav-item:first-child:hover {
                    background-color: #3561ca;
                }

                #main-menu .navbar-nav > .nav-item:first-child > .nav-link {
                    color: white;
                    -webkit-box-pack: center;
                    -webkit-justify-content: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                }

                    #main-menu .navbar-nav > .nav-item:first-child > .nav-link:after {
                        content: none;
                    }

            #main-menu .navbar-nav > .nav-item > .nav-link {
                position: relative;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                height: 100%;
                margin: 0 1.5rem;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
            }

                #main-menu .navbar-nav > .nav-item > .nav-link:after {
                    position: absolute;
                    bottom: 1px;
                    left: 50%;
                    width: 0;
                    height: 2px;
                    content: '';
                    -webkit-transition: .5s;
                    transition: .5s;
                    background-color: #264796;
                }

                #main-menu .navbar-nav > .nav-item > .nav-link:hover {
                    color: white;
                }

                    #main-menu .navbar-nav > .nav-item > .nav-link:hover:after {
                        left: 0;
                        width: 100%;
                    }

    #main-menu .nav-link {
        padding: 0;
        color: #949494;
    }

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs .nav-item {
        margin-bottom: -1px;
    }

    .nav-tabs .nav-link {
        border: 1px solid transparent;
    }

        .nav-tabs .nav-link.disabled {
            color: #636c72;
            border-color: transparent;
            background-color: transparent;
        }

        .nav-tabs .nav-link.active,
        .nav-tabs .nav-item.show .nav-link {
            color: #949494;
            border-color: #ddd #ddd #fff;
            background-color: #fff;
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
    }

.nav-pills .nav-link.active,
.nav-pills .nav-item.show .nav-link {
    cursor: default;
    color: #fff;
    background-color: #333;
}

.nav-fill .nav-item {
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.nav-justified .nav-item {
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar {
    position: relative;
}

@media (min-width: 991px) {
    .navbar .navbar-collapse {
        display: block;
    }

    .navbar .navbar-nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar .nav-item {
        position: relative;
        display: inline-block;
    }

    .navbar .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }

    .navbar .navbar-toggler {
        display: none;
    }
}

.navbar-toggler {
    font-size: 1.25rem;
    line-height: 1.5;
    width: 2.5em;
    height: 2em;
    padding: .25rem .75rem;
    border: 1px solid rgba(51, 51, 51, .1);
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg viewBox=\'0 0 32 32\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath stroke=\'%23333\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 8h24M4 16h24M4 24h24\'/%3E%3C/svg%3E') no-repeat center center;
    background-size: 24px 24px;
}

.navbar-nav {
    display: block;
}

.nav-item {
    display: block;
}

.nav-link {
    display: block;
    padding-top: .425rem;
    padding-bottom: .425rem;
    -webkit-transition: .5s;
    transition: .5s;
    color: #333;
}

    .nav-link:hover {
        text-decoration: none;
        color: #264796;
    }

    .show > .nav-link,
    .active > .nav-link,
    .nav-link.show,
    .nav-link.active {
        color: rgba(51, 51, 51, .9);
    }

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    z-index: 1050;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: hidden;
    outline: 0;
}

    .modal .modal-dialog {
        -webkit-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        transform: translate(0, -25%);
    }

    .modal.show .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    padding: 30px;
    background-color: white;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
}

.modal-open header {
    margin-left: -8.5px;
}

.modal-backdrop {
    position: fixed;
    z-index: 1040;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #333;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.show {
        opacity: .7 !important;
    }

.modal.fade {
    background-color: rgba(51, 51, 51, .8);
}

.modal-header {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
}

    .modal-header button {
        opacity: 1;
    }

    .modal-header .icon-ico_X {
        font-size: 1rem;
        position: absolute;
        top: 10px;
        right: 10px;
        color: black;
    }

.modal-form__item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

    .modal-form__item .error-message {
        display: none;
    }

    .modal-form__item.error .error-message {
        display: block;
    }

    .modal-form__item.error .modal-form__input {
        border: 2px solid red;
    }

input {
    outline: none;
}

.error-message {
    font-size: 13px;
    margin-top: 5px;
    padding: 0 24px;
    color: red;
}

.modal-form__input,
.modal-form__textarea {
    font-family: Ubuntu, -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 46px;
    padding: 0 24px;
    border: 2px solid #d8d8d8;
    outline: none;
    background-color: white;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal-form__textarea {
    height: 150px;
    padding: 13px 24px;
    resize: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .modal-form__textarea + .placeholder-input {
        top: 13px;
    }

.modal-open header {
    margin-left: 0 !important;
}

.modal-btn__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 14px;
    padding: 0 18px;
    -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;
}

    .modal-btn__container .btn {
        font-size: 14px;
        padding: 8px 12px;
    }

    .modal-btn__container .modal-btn__green {
        font-size: 14px;
        font-weight: 500;
        margin-left: 20px;
        text-transform: uppercase;
        color: #7ab700;
        border-bottom: 1px dashed;
    }

.modal.fade.show {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -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;
}

.registration {
    margin-top: 20px;
}

.placeholder-input {
    position: absolute;
    top: 14px;
    right: 10px;
    left: 24px;
    cursor: auto;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    overflow: scroll;
    width: 50px;
    height: 50px;
}

.modal-body li {
    margin-bottom: 12px;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 320px;
        margin: 30px auto;
    }

    #check_in .modal-dialog {
        width: 420px;
        max-width: 100%;
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}

.close {
    font-size: 1.25rem;
    font-weight: normal;
    line-height: 1;
    float: right;
    opacity: .5;
    color: #949494;
}

    .close:hover {
        cursor: pointer;
        text-decoration: none;
        opacity: .75;
    }

button.close {
    padding: 0;
    cursor: pointer;
    border: 0;
    background: transparent;
    -webkit-appearance: none;
}

.form-control {
    font-size: 1rem;
    line-height: 1.25;
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    color: #949494;
    border: 1px solid rgba(51, 51, 51, .15);
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
}

    .form-control::-ms-expand {
        border: 0;
        background-color: transparent;
    }

    .form-control:disabled,
    .form-control[readonly] {
        opacity: 1;
        background-color: #eceeef;
    }

    .form-control:disabled {
        cursor: default;
    }

input[placeholder] {
    text-overflow: ellipsis;
}

input::-webkit-input-placeholder {
    color: #636c72 !important;
}

input::-moz-placeholder {
    opacity: 1;
    color: #636c72 !important;
}

input:-ms-input-placeholder {
    color: #636c72 !important;
}

textarea::-webkit-input-placeholder {
    color: #636c72 !important;
}

textarea::-moz-placeholder {
    opacity: 1;
    color: #636c72 !important;
}

textarea:-ms-input-placeholder {
    color: #636c72 !important;
}

input:focus::-webkit-input-placeholder {
    color: transparent !important;
}

input:focus::-moz-placeholder {
    color: transparent !important;
}

input:focus:-ms-input-placeholder {
    color: transparent !important;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent !important;
}

textarea:focus::-moz-placeholder {
    color: transparent !important;
}

textarea:focus:-ms-input-placeholder {
    color: transparent !important;
}

select.form-control:not([size]):not([multiple]) {
    height: -webkit-calc(2.25rem + 2px);
    height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
    color: #949494;
    background-color: #fff;
}

.form-control-file,
.form-control-range {
    display: block;
}

.col-form-label {
    margin-bottom: 0;
    padding-top: -webkit-calc(.5rem - 1px * 2);
    padding-top: calc(.5rem - 1px * 2);
    padding-bottom: -webkit-calc(.5rem - 1px * 2);
    padding-bottom: calc(.5rem - 1px * 2);
}

.col-form-label-lg {
    font-size: 1.25rem;
    padding-top: -webkit-calc(.75rem - 1px * 2);
    padding-top: calc(.75rem - 1px * 2);
    padding-bottom: -webkit-calc(.75rem - 1px * 2);
    padding-bottom: calc(.75rem - 1px * 2);
}

.col-form-label-sm {
    font-size: .875rem;
    padding-top: -webkit-calc(.25rem - 1px * 2);
    padding-top: calc(.25rem - 1px * 2);
    padding-bottom: -webkit-calc(.25rem - 1px * 2);
    padding-bottom: calc(.25rem - 1px * 2);
}

.col-form-legend {
    font-size: 1rem;
    margin-bottom: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.form-control-static {
    line-height: 1.25;
    margin-bottom: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
    border: solid transparent;
    border-width: 1px 0;
}

    .form-control-static.form-control-sm,
    .form-control-static.form-control-lg {
        padding-right: 0;
        padding-left: 0;
    }

.form-control-sm {
    font-size: .875rem;
    padding: .25rem .5rem;
    -webkit-border-radius: .2rem;
    border-radius: .2rem;
}

select.form-control-sm:not([size]):not([multiple]) {
    height: 1.8125rem;
}

.form-control-lg {
    font-size: 1.25rem;
    padding: .75rem 1.5rem;
    -webkit-border-radius: .3rem;
    border-radius: .3rem;
}

select.form-control-lg:not([size]):not([multiple]) {
    height: 3.16667rem;
}

.form-group {
    margin-bottom: 1rem;
}

.form-check {
    position: relative;
    display: block;
}

    .form-check.disabled .form-check-label {
        cursor: default;
        color: #636c72;
    }

.form-check-label {
    margin-bottom: 0;
    padding-left: 10px;
    cursor: pointer;
}

.form-check-input {
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
}

    .form-check-input:only-child {
        position: static;
    }

.form-check-inline {
    display: inline-block;
}

    .form-check-inline .form-check-label {
        vertical-align: middle;
    }

    .form-check-inline + .form-check-inline {
        margin-left: 10px;
    }

.form-control-feedback {
    margin-top: 10px;
}

.form-control-success,
.form-control-warning,
.form-control-danger {
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right .5625rem;
    background-size: 1.125rem 1.125rem;
}

.form-inline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .form-inline .form-check {
        width: 100%;
    }

@media (min-width: 576px) {
    .form-inline label {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0;
        -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;
    }

    .form-inline .form-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        width: auto;
    }

    .form-inline .form-control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-check {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: auto;
        margin-top: 0;
        margin-bottom: 0;
        -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;
    }

    .form-inline .form-check-label {
        padding-left: 0;
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: 10px;
        margin-left: 0;
    }

    .form-inline .custom-control {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-left: 0;
        -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;
    }

    .form-inline .custom-control-indicator {
        position: static;
        display: inline-block;
        margin-right: 10px;
        vertical-align: text-bottom;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.transition {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.fade {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
    opacity: 0;
}

    .fade.show {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.show {
        display: block;
    }

.collapsing {
    position: relative;
    overflow: hidden;
    height: 0;
    -webkit-transition: height .35s ease;
    transition: height .35s ease;
}

/* Contextual backgrounds */
.bg-primary {
    background-color: #333;
}

.bg-success {
    background-color: #5cb85c;
}

.bg-info {
    background-color: #5bc0de;
}

.bg-warning {
    background-color: #f0ad4e;
}

.bg-danger {
    background-color: #e31e24;
}

.bg-inverse {
    background-color: #292b2c;
}

/* float variation */
.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1160px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

/* Margin and Padding */
.m-0 {
    margin: 0 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.m-1 {
    margin: .25rem .25rem !important;
}

.mt-1 {
    margin-top: .25rem !important;
}

.mr-1 {
    margin-right: .25rem !important;
}

.mb-1 {
    margin-bottom: .25rem !important;
}

.ml-1 {
    margin-left: .25rem !important;
}

.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
}

.m-2 {
    margin: .5rem .5rem !important;
}

.mt-2 {
    margin-top: .5rem !important;
}

.mr-2 {
    margin-right: .5rem !important;
}

.mb-2 {
    margin-bottom: .5rem !important;
}

.ml-2 {
    margin-left: .5rem !important;
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
}

.m-3 {
    margin: 1rem 1rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.m-4 {
    margin: 1.5rem 1.5rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mr-4 {
    margin-right: 1.5rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4 {
    margin-left: 1.5rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.m-5 {
    margin: 3rem 3rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mr-5 {
    margin-right: 3rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.ml-5 {
    margin-left: 3rem !important;
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.p-0 {
    padding: 0 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.p-1 {
    padding: .25rem .25rem !important;
}

.pt-1 {
    padding-top: .25rem !important;
}

.pr-1 {
    padding-right: .25rem !important;
}

.pb-1 {
    padding-bottom: .25rem !important;
}

.pl-1 {
    padding-left: .25rem !important;
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
}

.p-2 {
    padding: .5rem .5rem !important;
}

.pt-2 {
    padding-top: .5rem !important;
}

.pr-2 {
    padding-right: .5rem !important;
}

.pb-2 {
    padding-bottom: .5rem !important;
}

.pl-2 {
    padding-left: .5rem !important;
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}

.p-3 {
    padding: 1rem 1rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pr-3 {
    padding-right: 1rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pl-3 {
    padding-left: 1rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.p-4 {
    padding: 1.5rem 1.5rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pr-4 {
    padding-right: 1.5rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4 {
    padding-left: 1.5rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.p-5 {
    padding: 3rem 3rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pr-5 {
    padding-right: 3rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.pl-5 {
    padding-left: 3rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto {
    margin-top: auto !important;
}

.mr-auto {
    margin-right: auto !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ml-auto {
    margin-left: auto !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 0 !important;
    }

    .mt-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0 {
        margin-left: 0 !important;
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .m-sm-1 {
        margin: .25rem .25rem !important;
    }

    .mt-sm-1 {
        margin-top: .25rem !important;
    }

    .mr-sm-1 {
        margin-right: .25rem !important;
    }

    .mb-sm-1 {
        margin-bottom: .25rem !important;
    }

    .ml-sm-1 {
        margin-left: .25rem !important;
    }

    .mx-sm-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important;
    }

    .my-sm-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important;
    }

    .m-sm-2 {
        margin: .5rem .5rem !important;
    }

    .mt-sm-2 {
        margin-top: .5rem !important;
    }

    .mr-sm-2 {
        margin-right: .5rem !important;
    }

    .mb-sm-2 {
        margin-bottom: .5rem !important;
    }

    .ml-sm-2 {
        margin-left: .5rem !important;
    }

    .mx-sm-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important;
    }

    .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important;
    }

    .m-sm-3 {
        margin: 1rem 1rem !important;
    }

    .mt-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3 {
        margin-left: 1rem !important;
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem 1.5rem !important;
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4 {
        margin-left: 1.5rem !important;
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem 3rem !important;
    }

    .mt-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5 {
        margin-left: 3rem !important;
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 0 !important;
    }

    .pt-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0 {
        padding-left: 0 !important;
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .p-sm-1 {
        padding: .25rem .25rem !important;
    }

    .pt-sm-1 {
        padding-top: .25rem !important;
    }

    .pr-sm-1 {
        padding-right: .25rem !important;
    }

    .pb-sm-1 {
        padding-bottom: .25rem !important;
    }

    .pl-sm-1 {
        padding-left: .25rem !important;
    }

    .px-sm-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important;
    }

    .py-sm-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important;
    }

    .p-sm-2 {
        padding: .5rem .5rem !important;
    }

    .pt-sm-2 {
        padding-top: .5rem !important;
    }

    .pr-sm-2 {
        padding-right: .5rem !important;
    }

    .pb-sm-2 {
        padding-bottom: .5rem !important;
    }

    .pl-sm-2 {
        padding-left: .5rem !important;
    }

    .px-sm-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important;
    }

    .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }

    .p-sm-3 {
        padding: 1rem 1rem !important;
    }

    .pt-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3 {
        padding-left: 1rem !important;
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem 1.5rem !important;
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4 {
        padding-left: 1.5rem !important;
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem 3rem !important;
    }

    .pt-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5 {
        padding-left: 3rem !important;
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto {
        margin-left: auto !important;
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 0 !important;
    }

    .mt-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0 {
        margin-left: 0 !important;
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .m-md-1 {
        margin: .25rem .25rem !important;
    }

    .mt-md-1 {
        margin-top: .25rem !important;
    }

    .mr-md-1 {
        margin-right: .25rem !important;
    }

    .mb-md-1 {
        margin-bottom: .25rem !important;
    }

    .ml-md-1 {
        margin-left: .25rem !important;
    }

    .mx-md-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important;
    }

    .my-md-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important;
    }

    .m-md-2 {
        margin: .5rem .5rem !important;
    }

    .mt-md-2 {
        margin-top: .5rem !important;
    }

    .mr-md-2 {
        margin-right: .5rem !important;
    }

    .mb-md-2 {
        margin-bottom: .5rem !important;
    }

    .ml-md-2 {
        margin-left: .5rem !important;
    }

    .mx-md-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important;
    }

    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important;
    }

    .m-md-3 {
        margin: 1rem 1rem !important;
    }

    .mt-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3 {
        margin-left: 1rem !important;
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem 1.5rem !important;
    }

    .mt-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4 {
        margin-left: 1.5rem !important;
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem 3rem !important;
    }

    .mt-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5 {
        margin-left: 3rem !important;
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .p-md-0 {
        padding: 0 0 !important;
    }

    .pt-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0 {
        padding-left: 0 !important;
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .p-md-1 {
        padding: .25rem .25rem !important;
    }

    .pt-md-1 {
        padding-top: .25rem !important;
    }

    .pr-md-1 {
        padding-right: .25rem !important;
    }

    .pb-md-1 {
        padding-bottom: .25rem !important;
    }

    .pl-md-1 {
        padding-left: .25rem !important;
    }

    .px-md-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important;
    }

    .py-md-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important;
    }

    .p-md-2 {
        padding: .5rem .5rem !important;
    }

    .pt-md-2 {
        padding-top: .5rem !important;
    }

    .pr-md-2 {
        padding-right: .5rem !important;
    }

    .pb-md-2 {
        padding-bottom: .5rem !important;
    }

    .pl-md-2 {
        padding-left: .5rem !important;
    }

    .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important;
    }

    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }

    .p-md-3 {
        padding: 1rem 1rem !important;
    }

    .pt-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3 {
        padding-left: 1rem !important;
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem 1.5rem !important;
    }

    .pt-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4 {
        padding-left: 1.5rem !important;
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem 3rem !important;
    }

    .pt-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5 {
        padding-left: 3rem !important;
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto {
        margin-left: auto !important;
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 0 !important;
    }

    .mt-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0 {
        margin-left: 0 !important;
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .m-lg-1 {
        margin: .25rem .25rem !important;
    }

    .mt-lg-1 {
        margin-top: .25rem !important;
    }

    .mr-lg-1 {
        margin-right: .25rem !important;
    }

    .mb-lg-1 {
        margin-bottom: .25rem !important;
    }

    .ml-lg-1 {
        margin-left: .25rem !important;
    }

    .mx-lg-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important;
    }

    .my-lg-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important;
    }

    .m-lg-2 {
        margin: .5rem .5rem !important;
    }

    .mt-lg-2 {
        margin-top: .5rem !important;
    }

    .mr-lg-2 {
        margin-right: .5rem !important;
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important;
    }

    .ml-lg-2 {
        margin-left: .5rem !important;
    }

    .mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important;
    }

    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important;
    }

    .m-lg-3 {
        margin: 1rem 1rem !important;
    }

    .mt-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3 {
        margin-left: 1rem !important;
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem 1.5rem !important;
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4 {
        margin-left: 1.5rem !important;
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem 3rem !important;
    }

    .mt-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5 {
        margin-left: 3rem !important;
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 0 !important;
    }

    .pt-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0 {
        padding-left: 0 !important;
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .p-lg-1 {
        padding: .25rem .25rem !important;
    }

    .pt-lg-1 {
        padding-top: .25rem !important;
    }

    .pr-lg-1 {
        padding-right: .25rem !important;
    }

    .pb-lg-1 {
        padding-bottom: .25rem !important;
    }

    .pl-lg-1 {
        padding-left: .25rem !important;
    }

    .px-lg-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important;
    }

    .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important;
    }

    .p-lg-2 {
        padding: .5rem .5rem !important;
    }

    .pt-lg-2 {
        padding-top: .5rem !important;
    }

    .pr-lg-2 {
        padding-right: .5rem !important;
    }

    .pb-lg-2 {
        padding-bottom: .5rem !important;
    }

    .pl-lg-2 {
        padding-left: .5rem !important;
    }

    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important;
    }

    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }

    .p-lg-3 {
        padding: 1rem 1rem !important;
    }

    .pt-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3 {
        padding-left: 1rem !important;
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem 1.5rem !important;
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4 {
        padding-left: 1.5rem !important;
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem 3rem !important;
    }

    .pt-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5 {
        padding-left: 3rem !important;
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto {
        margin-left: auto !important;
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
}

@media (min-width: 1160px) {
    .m-xl-0 {
        margin: 0 0 !important;
    }

    .mt-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0 {
        margin-left: 0 !important;
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .m-xl-1 {
        margin: .25rem .25rem !important;
    }

    .mt-xl-1 {
        margin-top: .25rem !important;
    }

    .mr-xl-1 {
        margin-right: .25rem !important;
    }

    .mb-xl-1 {
        margin-bottom: .25rem !important;
    }

    .ml-xl-1 {
        margin-left: .25rem !important;
    }

    .mx-xl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important;
    }

    .my-xl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important;
    }

    .m-xl-2 {
        margin: .5rem .5rem !important;
    }

    .mt-xl-2 {
        margin-top: .5rem !important;
    }

    .mr-xl-2 {
        margin-right: .5rem !important;
    }

    .mb-xl-2 {
        margin-bottom: .5rem !important;
    }

    .ml-xl-2 {
        margin-left: .5rem !important;
    }

    .mx-xl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important;
    }

    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important;
    }

    .m-xl-3 {
        margin: 1rem 1rem !important;
    }

    .mt-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3 {
        margin-left: 1rem !important;
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem 1.5rem !important;
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4 {
        margin-left: 1.5rem !important;
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem 3rem !important;
    }

    .mt-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5 {
        margin-left: 3rem !important;
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 0 !important;
    }

    .pt-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0 {
        padding-left: 0 !important;
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .p-xl-1 {
        padding: .25rem .25rem !important;
    }

    .pt-xl-1 {
        padding-top: .25rem !important;
    }

    .pr-xl-1 {
        padding-right: .25rem !important;
    }

    .pb-xl-1 {
        padding-bottom: .25rem !important;
    }

    .pl-xl-1 {
        padding-left: .25rem !important;
    }

    .px-xl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important;
    }

    .py-xl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important;
    }

    .p-xl-2 {
        padding: .5rem .5rem !important;
    }

    .pt-xl-2 {
        padding-top: .5rem !important;
    }

    .pr-xl-2 {
        padding-right: .5rem !important;
    }

    .pb-xl-2 {
        padding-bottom: .5rem !important;
    }

    .pl-xl-2 {
        padding-left: .5rem !important;
    }

    .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important;
    }

    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }

    .p-xl-3 {
        padding: 1rem 1rem !important;
    }

    .pt-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3 {
        padding-left: 1rem !important;
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem 1.5rem !important;
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4 {
        padding-left: 1.5rem !important;
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem 3rem !important;
    }

    .pt-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5 {
        padding-left: 3rem !important;
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto {
        margin-left: auto !important;
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
}

/* Text utilities */
.text-justify {
    text-align: justify !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1160px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.text-gray {
    color: #636c72;
}

.text-primary {
    color: #333;
}

.text-success {
    color: #5cb85c;
}

.text-info {
    color: #5bc0de;
}

.text-warning {
    color: #f0ad4e;
}

.text-danger {
    color: #e31e24;
}

.text-white {
    color: #fff;
}

.text-black {
    color: #333;
}

.text-red {
    color: #e31e24;
}

.hidden-xs-up {
    display: none !important;
}

@media (max-width: 575px) {
    .hidden-xs-down {
        display: none !important;
    }
}

@media (min-width: 576px) {
    .hidden-sm-up {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .hidden-md-down {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important;
    }
}

@media (max-width: 1159px) {
    .hidden-lg-down {
        display: none !important;
    }
}

@media (min-width: 1160px) {
    .hidden-xl-up {
        display: none !important;
    }
}

.hidden-xl-down {
    display: none !important;
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

@font-face {
    font-family: 'Ubuntu';
    font-weight: 500;
    font-style: normal;
    src: url('../fonts/Ubuntu/Ubuntu-Medium/Ubuntu-Medium.eot');
    src: url('../fonts/Ubuntu/Ubuntu-Medium/Ubuntu-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Ubuntu/Ubuntu-Medium/Ubuntu-Medium.woff') format('woff'), url('../fonts/Ubuntu/Ubuntu-Medium/Ubuntu-Medium.woff2') format('woff2'), url('../fonts/Ubuntu/Ubuntu-Medium/Ubuntu-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Ubuntu';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/Ubuntu/Ubuntu-Regular/Ubuntu-Regular.eot');
    src: url('../fonts/Ubuntu/Ubuntu-Regular/Ubuntu-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Ubuntu/Ubuntu-Regular/Ubuntu-Regular.woff') format('woff'), url('../fonts/Ubuntu/Ubuntu-Regular/Ubuntu-Regular.woff2') format('woff2'), url('../fonts/Ubuntu/Ubuntu-Regular/Ubuntu-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Ubuntu';
    font-weight: 700;
    font-style: normal;
    src: url('../fonts/Ubuntu/Ubuntu-Bold/Ubuntu-Bold.eot');
    src: url('../fonts/Ubuntu/Ubuntu-Bold/Ubuntu-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Ubuntu/Ubuntu-Bold/Ubuntu-Bold.woff') format('woff'), url('../fonts/Ubuntu/Ubuntu-Bold/Ubuntu-Bold.woff2') format('woff2'), url('../fonts/Ubuntu/Ubuntu-Bold/Ubuntu-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'icomoon';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/icomoon/icomoon.eot');
    src: url('../fonts/icomoon/icomoon.eot#iefix') format('embedded-opentype'), url('../fonts/icomoon/icomoon.ttf') format('truetype'), url('../fonts/icomoon/icomoon.woff') format('woff'), url('../fonts/icomoon/icomoon.svg#icomoon') format('svg');
}

[class^='icon-'],
[class*=' icon-'] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    speak: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-ico_1:before {
    content: '\e90c';
}

.icon-ico_2:before {
    content: '\e90d';
}

.icon-ico_3:before {
    content: '\e90e';
}

.icon-ico_arrow:before {
    content: '\e90f';
}

.icon-ico_arrow_list:before {
    content: '\e910';
}

.icon-ico_facebook:before {
    content: '\e911';
}

.icon-ico_question:before {
    content: '\e912';
}

.icon-ico_search:before {
    content: '\e913';
}

.icon-ico_twitter:before {
    content: '\e914';
}

.icon-ico_vk:before {
    content: '\e915';
}

.icon-ico_X:before {
    content: '\e916';
}

.icon-clock:before {
    content: '\e900';
}

.icon-close-envelope:before {
    content: '\e901';
}

.icon-down-arrow:before {
    content: '\e902';
}

.icon-facebook:before {
    content: '\e903';
}

.icon-magnifying-glass:before {
    content: '\e904';
}

.icon-man-user:before {
    content: '\e905';
}

.icon-phone-receiver:before {
    content: '\e906';
}

.icon-right-arrow .path1:before {
    content: '\e907';
    color: #2196f3;
}

.icon-right-arrow .path2:before {
    margin-left: -1em;
    content: '\e908';
    color: black;
}

.icon-right-arrow .path3:before {
    margin-left: -1em;
    content: '\e909';
    color: black;
}

.icon-twitter:before {
    content: '\e90a';
}

.icon-vk:before {
    content: '\e90b';
}

header {
    position: fixed;
    z-index: 10;
    top: 25px;
    left: 0;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    -webkit-transition: .25s;
    transition: .25s;
    background-color: transparent;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0);
}

    header.active {
        top: 0;
        background-color: white;
        -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
        box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    }

.header-submenu__column {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.header-submenu__column-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-submenu__container-left {
    -webkit-flex-basis: 66.6%;
    -ms-flex-preferred-size: 66.6%;
    flex-basis: 66.6%;
}

.header-submenu__container-right {
    -webkit-flex-basis: 33.3%;
    -ms-flex-preferred-size: 33.3%;
    flex-basis: 33.3%;
}

.header-menu__item-submenu:hover .header-menu__link {
    color: #7ab700;
}

.header-menu__item-submenu:hover .header-submenu__container {
    z-index: 1;
    height: auto;
    padding: 20px;
    opacity: 1;
}

.header-submenu__link {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #333;
}

    .header-submenu__link:hover {
        color: #7ab700;
    }

.header-submenu__container {
    position: absolute;
    z-index: -1;
    top: 88%;
    left: 320px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    min-width: 900px;
    height: 0;
    padding: 0;
    -webkit-transition: .25s;
    transition: .25s;
    opacity: 0;
    border-top: 2px solid #7ab700;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: white;
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
}

.header-submenu__title {
    font-size: 14px;
    font-weight: 700;
    color: #7ab700;
}

.header-submenu__subTitle {
    font-size: 14px;
    font-weight: 700;
    margin: 10px 0 6px;
    color: #333;
}

.header-right__item-city {
    font-size: 14px;
    font-weight: 400;
    color: #333;
}

.header-navigation__container-active .header-logo {
    display: block;
    width: 75px;
}

.main {
    overflow-x: hidden;
    width: 100%;
}

.card-body-header {
    display: block;
    padding-bottom: 10px;
    text-align: center;
}

.header-info__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 38px;
    padding: 10px 0;
    background-color: #f1f1f1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.hamburger .line {
    display: none;
}

.header-working_hours {
    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;
}

    .header-working_hours span {
        padding-right: .4rem;
        color: #7ab700;
    }

.header-phone__link span {
    padding-right: .4rem;
    color: #7ab700;
}

.header-callback {
    margin-left: 10px;
    color: #7ab700;
    border-bottom: 1px dashed #7ab700;
}

    .header-callback:hover {
        border-bottom: 1px dashed #333;
    }

.header-user__panel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 257px;
    height: 50px;
    padding: 5px;
    border: 1px solid #7ab700;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-user__link {
    font-size: 14px;
    font-weight: 700;
    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;
}

.header-user__link-registration {
    width: 177px;
    height: 40px;
    color: white;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-image: linear-gradient(5deg, #7ab700 0%, #89ce00 100%);
}

    .header-user__link-registration:hover {
        color: white;
    }

.header-user__link-entry {
    width: 70px;
}

.user-delimiter {
    margin: 0 3px;
}

.header-menu_nav {
    width: 100%;
    max-width: 560px;
    margin-left: 67px;
}

.header-menu__item {
    margin-right: 20px;
}

.header-navigation__container {
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 120px;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 1;
    background-color: white;
    -webkit-box-shadow: 0 5px 50px rgba(0, 0, 0, .07);
    box-shadow: 0 5px 50px rgba(0, 0, 0, .07);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.search-active .header-navigation__container {
    z-index: -1;
    opacity: 0;
}

.search-active .header-navigation__container-active {
    z-index: 1;
    opacity: 1;
}

.header-navigation__container-active {
    position: absolute;
    z-index: -1;
    top: 41px;
    left: 0;
    width: 100%;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
}

.header-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-menu__link {
    font-size: 16px;
    position: relative;
    display: block;
    padding: 0 10px 15px;
}

    .header-menu__link:after {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 2px;
        content: '';
        -webkit-transition: .25s;
        transition: .25s;
        background-color: #7ab700;
        -webkit-box-shadow: 0 7px 20px rgba(122, 183, 0, .6);
        box-shadow: 0 7px 20px rgba(122, 183, 0, .6);
    }

    .header-menu__link:hover {
        color: #7ab700;
    }

        .header-menu__link:hover:after {
            left: 0;
            width: 100%;
        }

.search-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    cursor: pointer;
    -webkit-transition: .25s;
    transition: .25s;
    border: 2px solid #7ab700;
    -webkit-box-shadow: 0 5px 30px rgba(122, 183, 0, 0);
    box-shadow: 0 5px 30px rgba(122, 183, 0, 0);
    -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;
}

    .search-link span {
        font-size: 1.5rem;
        -webkit-transition: .25s;
        transition: .25s;
    }

    .search-link:hover {
        -webkit-box-shadow: 0 5px 30px rgba(122, 183, 0, .5);
        box-shadow: 0 5px 30px rgba(122, 183, 0, .5);
    }

        .search-link:hover span {
            color: #7ab700;
        }

.header-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1760px;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.header-container__left {
    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;
}

.header-container__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.header-right__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin-right: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.header-right__item-small {
    font-size: 12px;
    font-weight: 400;
    color: #333;
}

.header-right__item-big {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #333;
}

.header-right__item-link {
    font-size: 14px;
    font-weight: 400;
    margin-left: 0;
    color: black;
    border-color: black;
}

    .header-right__item-link:hover {
        color: #7ab700;
        border-color: #7ab700;
    }

.header-logo__img {
    max-width: 260px;
}

.hamburger {
    display: none;
}

.mobile-menu {
    display: none;
}

header.active {
    top: 0;
    background-color: white;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}

section {
    padding: 70px 0;
}

.price-container {
    padding: 190px 0 0px;
}

.party-exit__container {
    padding: 190px 0 80px;
}

.bg-container {
    background: url(../images/bg-big.jpg) repeat top;
    background-size: auto;
    -webkit-box-shadow: inset 0 0 30px rgba(0, 0, 0, .15);
    box-shadow: inset 0 0 30px rgba(0, 0, 0, .15);
}

.bg-container__p {
    padding: 42px 0;
}

.breadcrumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    list-style: none;
    text-align: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.breadcrumb-item a:after {
    margin: 0 8px;
    content: url(../images/arrow-black.png);
}

.breadcrumb-item span {
    color: #7ab700;
}

.party_exit__title {
    font-size: 35px;
    font-weight: 700;
    line-height: 48px;
}

.party_exit__title_green {
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    margin-top: 10px;
    color: #7ab700;
}

.helps-title {
    font-size: 1.286rem;
    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-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

    .helps-title img {
        max-width: 205px;
        margin-right: 10px;
    }

.helps-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.helps-item:before {
    position: absolute;
    top: 62px;
    right: -10px;
    content: url(../images/arrow-green.png);
}

.no-arrow:before {
    content: none;
}

.helps-item__pic {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 145px;
    height: 125px;
    border: 2px solid #f1f1f1;
    background-color: white;
    -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;
}

.helps-item__title {
    font-weight: 700;
    margin-top: 8px;
    text-align: center;
}

.helps-item__number {
    display: none;
}

.text-center {
    text-align: center !important;
}

.green-text {
    color: #7ab700;
}

.title-bold {
    font-size: 28px;
    font-weight: 700;
    line-height: 48px;
    position: relative;
    text-align: center;
}

.title-black {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.download-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 90%;
    margin: 50px auto 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.download-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -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;
}

.download-title {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: underline;
    color: #333;
}

.content li:before {
    padding-right: 10px;
    content: url(../images/li.png);
}

.content ul {
    margin: 0;
    list-style-type: none;
}

.licension-container {
    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;
}

    .licension-container.error .licension-container__check-item {
        border: 1px solid red;
    }

    .licension-container.error .licension-container__text {
        color: red;
    }

.licension-container__check {
    position: relative;
    margin-right: 8px;
}

    .licension-container__check input {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        cursor: pointer;
        opacity: 0;
    }

.licension-container__check-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 15px;
    height: 15px;
    -webkit-transition: .25s;
    transition: .25s;
    border: 1px solid #f1f1f1;
    background-color: white;
    -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;
}

label {
    display: inline-block;
}

.licension-container__text {
    -webkit-transition: .25s;
    transition: .25s;
}

    .licension-container__text a {
        color: #7ab700;
        border-bottom: 1px dashed #7ab700;
    }

.licension-container__check input:checked + .licension-container__check-item:before {
    display: block;
    margin-top: -1.5px;
    content: url(../images/check.png);
}

.document-write-title {
    font-size: 1.714rem;
    font-weight: 700;
    line-height: 48px;
}

    .document-write-title img {
        max-width: 205px;
        margin-left: 8px;
    }

.preparation-documents__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 12px 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.preparation-documents__form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.preparation-documents__form-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

.preparation-documents__form-label {
    margin-bottom: 5px;
}

.preparation-documents__form-input {
    font-size: 16px;
    width: 265px;
    height: 51px;
    margin-right: 15px;
    padding: 0 15px;
    border: 2px solid #f1f1f1;
    outline: none;
    background-color: white;
}

.preparation-documents__form-submit {
    font-family: Ubuntu;
    font-weight: 500;
    height: 51px;
    padding: 0 15px;
    cursor: pointer;
    text-transform: uppercase;
    color: white;
    border: 2px solid #7ab700;
    outline: none;
    background-color: #7ab700;
}

.preparation-documents__container-slogan {
    display: inline-block;
    margin: 10px auto 0;
    padding: 2px 10px;
    background-color: #f1f1f1;
}

.choose_us__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.choose_us__item-pic {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 145px;
    height: 125px;
    border: 2px solid #f1f1f1;
    background-color: white;
    -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;
}

.choose_us__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
}

.choose_us__item-value {
    font-size: 24px;
    font-weight: 500;
    position: absolute;
    bottom: -18px;
    padding: 0 5px;
    background-color: white;
}

.choose_us__item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    max-width: 182px;
    margin-top: 19px;
    text-align: center;
}

.step-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .step-text .fa-caret-down {
        font-size: .7rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 12px;
        height: 12px;
        margin-left: 5px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        color: white;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        background-color: #7ab700;
        -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;
    }

    .step-text.collapsed .fa-caret-down {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        background-color: #333;
    }

    .step-text.collapsed .step-text__border {
        line-height: 26px;
        color: #7ab700;
    }

.step-text__border {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #7ab700;
    border-bottom: 1px dashed;
}

ol {
    display: block;
    margin: 20px 0 20px 4px;
    padding: 12px 0 12px 21px;
    counter-reset: myCounter;
    border-left: 2px solid #7ab700;
}

    ol li {
        font-size: 16px;
        position: relative;
        margin-bottom: 14px;
        padding-left: 25px;
        list-style: none;
    }

.step-container li {
    padding-left: 0;
}

.step-container a {
    position: relative;
    padding-left: 14px;
    text-decoration: underline;
}

    .step-container a:after {
        position: absolute;
        left: 0;
        content: '–';
    }

.card {
    margin-bottom: 6px;
}

.card-body {
    padding-top: 10px;
}

.bg-container__green {
    padding: 45px 0;
    background: url(../images/bg-green.jpg) repeat center;
}

.title-step {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 12px;
    color: #333;
}

.instruction-items {
    position: relative;
    margin-top: 70px;
}

    .instruction-items:before {
        position: absolute;
        z-index: 2;
        top: -50px;
        left: 0;
        width: 250px;
        height: 130%;
        content: '';
        background: -webkit-gradient(linear, left top, right top, from(white), to(transparent));
        background: linear-gradient(to right, white, transparent);
    }

    .instruction-items:after {
        position: absolute;
        z-index: 2;
        top: -50px;
        right: 0;
        width: 250px;
        height: 130%;
        content: '';
        background: -webkit-gradient(linear, right top, left top, from(white), to(transparent));
        background: linear-gradient(to left, white, transparent);
    }

    .instruction-items .slick-arrow {
        font-size: 7rem;
        position: absolute;
        z-index: 3;
        top: 80%;
        cursor: pointer;
        color: #7ab700;
    }

        .instruction-items .slick-arrow.fa-angle-left {
            left: 20px;
        }

        .instruction-items .slick-arrow.fa-angle-right {
            right: 20px;
        }

.hidden-container__mobile ol {
    margin: 0;
    padding: 0;
    border-left: none;
}

.instruction-item {
    position: relative;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 600px !important;
    outline: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .instruction-item:before {
        position: absolute;
        top: 31px;
        left: 0;
        width: 100%;
        height: 1px;
        content: '';
        background-color: #333;
    }

.fs-14 li {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 6px;
}

.number-container {
    margin: 20px 0 !important;
    padding: 0 !important;
    border-left: none;
}

    .number-container li {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 9.5px;
        padding-left: 0;
    }

        .number-container li:before {
            content: none;
        }

    .number-container .step-number {
        font-size: 14px;
        line-height: 18px;
    }

    .number-container ol {
        margin: 0;
        padding: 0;
        border-left: 0;
    }

.margin-minus__left {
    margin-left: -1.5rem;
}

.table-license {
    padding: 10px;
    background-color: #f8f8f8;
}

.table-license__tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 2px solid white;
    border-bottom: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .table-license__tr:last-child {
        border-bottom: 2px solid white;
    }

.table-license__th,
.table-license__td {
    padding: 12px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

    .table-license__th:first-child,
    .table-license__td:first-child {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    .table-license__th:nth-child(2n),
    .table-license__td:nth-child(2n) {
        -webkit-flex-basis: 17%;
        -ms-flex-preferred-size: 17%;
        flex-basis: 17%;
    }

    .table-license__th:nth-child(3n),
    .table-license__td:nth-child(3n) {
        -webkit-flex-basis: 33%;
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    }

.table-license__td {
    font-size: 14px;
    text-align: center;
}

    .table-license__td:first-child {
        text-align: left;
    }

    .table-license__td:nth-child(2n) {
        font-weight: 700;
        border-right: 2px solid white;
        border-left: 2px solid white;
    }

    .table-license__td span {
        font-weight: 700;
        color: #7ab700;
    }

.table-mobile__link {
    display: none;
}

.table-license__th {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    border-right: 2px solid #f8f8f8;
    background-color: white;
}

    .table-license__th:last-child {
        border-right: 0;
    }

.hidden-mobile__link {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    display: none;
    color: #7ab700;
    border-bottom: 1px dotted;
}

.slick-list {
    padding: 0 600px 0 0 !important;
}

.step-item {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 65px;
    height: 65px;
    margin-left: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: white;
    -webkit-box-shadow: 0 0 30px rgba(51, 51, 51, .1);
    box-shadow: 0 0 30px rgba(51, 51, 51, .1);
    -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-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-basis: 65px;
    -ms-flex-preferred-size: 65px;
    flex-basis: 65px;
}

.step-item__number {
    font-size: 26px;
    font-weight: 700;
    line-height: 20px;
    color: #7ab700;
}

.step-item__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #333;
}

.instruction-item__container {
    padding-left: 20px;
    -webkit-flex-basis: 90%;
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
}

.instruction-item__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin: -5px 0 30px;
    color: #333;
}

.instruction-item__title_green {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    margin: 6px 0;
    color: #7ab700;
}

.instruction-item__description {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #333;
}

.icon-arrow {
    position: absolute;
    top: 40px;
    content: url(../images/arrow-green.png);
}

.icon-arrow__left {
    left: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.icon-arrow__right {
    right: 0;
}

.party_exit__description {
    font-size: 14px;
    line-height: 20px;
    margin: 5px 0 10px;
}

.step-container__number {
    counter-reset: myCounter;
}

    .step-container__number li {
        position: relative;
        padding-left: 25px;
    }

        .step-container__number li:before {
            font-size: 16px;
            font-weight: 700;
            line-height: 22px;
            position: absolute;
            left: 0;
            content: counter(myCounter) '. ';
            counter-increment: myCounter;
            color: #7ab700;
        }

.partner-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 73px;
    margin: 0 15px;
    padding: 5px 15px;
    -webkit-transition: .25s;
    transition: .25s;
    border: 1px solid #e4e4e4;
    background-color: white;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .08);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .08);
    -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;
}

.reviews-item__p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.reviews-item__text {
    position: relative;
}

    .reviews-item__text:before {
        position: absolute;
        top: 17px;
        left: 15px;
        width: 50px;
        height: 37px;
        content: '';
        background: url(../images/apostr.png);
    }

    .reviews-item__text p {
        position: relative;
        z-index: 1;
    }

.reviews-item__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #f1f1f1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.reviews-item__pic {
    -webkit-flex-basis: 40px;
    -ms-flex-preferred-size: 40px;
    flex-basis: 40px;
}

    .reviews-item__pic img {
        width: auto !important;
    }

.reviews-item__name {
    font-weight: 700;
    -webkit-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
}

.owl-next {
    position: absolute;
    top: 20%;
    right: 0;
}

.owl-prev {
    position: absolute;
    top: 20%;
    left: 0;
}

.owl-nav {
    font-size: 2rem;
    color: #7ab700;
}

.step-link {
    padding-left: 0 !important;
    text-decoration: none !important;
    border-bottom: 1px dotted;
}

    .step-link:after {
        content: none !important;
    }

    .step-link:hover {
        color: #7ab700;
    }

.step-title__big {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    color: #333;
}

.step-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 5px;
    color: #333;
}

.border-dotted {
    padding-left: 0 !important;
    text-decoration: none !important;
    border-bottom: 1px dotted;
}

    .border-dotted:after {
        content: none !important;
    }

.document {
    padding: 193px 0 20px;
}

    .document h1 {
        margin-top: 22px;
    }

    .document p {
        font-size: 16px;
        display: block;
        margin: 18px 0 31px;
    }

.document-item__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
    color: #333;
}

.document-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding-top: 0;
    list-style: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

    .document-items li:before {
        margin-right: 5px;
        content: '—';
    }

    .document-items li:hover {
        color: #7ab700;
    }

        .document-items li:hover a {
            color: #7ab700;
        }

    .document-items a {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 11px;
        text-decoration: underline;
        color: #333;
    }

    .document-items > a {
        font-size: 16px;
    }

.document-item__title-mobile {
    display: none;
}

.exit-container.bg-container__green b {
    font-size: 16px;
}

.exit-container p {
    font-size: 16px;
}

.document-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
}

    .document-item .step-text {
        width: 90%;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        .document-item .step-text .step-text__container {
            width: -webkit-max-content;
            width: -moz-max-content;
            width: max-content;
        }

    .document-item .fa-caret-down {
        margin-top: 12px;
    }

    .document-item .card {
        margin-bottom: 4px;
    }

    .document-item .card-body.document-items {
        padding: 0 10px 0;
    }

.document-item__pic {
    margin-right: 20px;
}

    .document-item__pic img {
        max-width: inherit;
    }

.document-item__content {
    padding-top: 10px;
}

.price-free {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 87%;
    margin-top: 49px;
    padding: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: white;
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, .07);
    box-shadow: 0 20px 30px rgba(0, 0, 0, .07);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.price-free__left {
    text-align: left;
}

.price-free__left-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
}

    .price-free__left-title .green-text {
        font-size: 20px;
    }

.price-free .btn {
    font-size: 14px;
    flex-direction: column;
    padding: 0 22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

    .price-free .btn span {
        font-size: 20px;
        text-transform: uppercase;
    }

.price-item {
    margin-top: 48px;
    padding: 20px 30px 29px;
    -webkit-transition: .25s;
    transition: .25s;
    border: 1px solid #e4e4e4;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .price-item:hover {
        -webkit-box-shadow: 0 15px 30px rgba(51, 51, 51, .1);
        box-shadow: 0 15px 30px rgba(51, 51, 51, .1);
    }

    .price-item:first-child {
        margin-top: 13px;
    }

.price-title__info {
    margin-top: 8px;
}

.price-item__recommended {
    border: 1px solid #7ab700;
}

.price-item__content {
    padding: 18px 11px 12px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #f7f7f7;
}

.price-item__line {
    margin-bottom: 3px;
}

    .price-item__line:before {
        margin-right: 4px;
        content: '—';
    }

    .price-item__line:last-child {
        margin-bottom: 0;
    }

.price-item__collapse {
    line-height: 14px;
    display: inline;
    color: #7ab700;
    border-bottom: 1px dashed;
}

.price-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.price-flex__left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin-right: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.price-flex__left-number {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
}

.price-flex__left-data {
    line-height: 18px;
    color: #7ab700;
}

.price-item__body {
    font-size: 16px;
    margin: 20px -20px 0;
    padding: 20px 20px 0;
    border-top: 1px solid #e4e4e4;
}

    .price-item__body a,
    .price-item__body .card {
        font-size: 16px;
        margin-top: 6px;
        margin-bottom: 0;
    }

    .price-item__body .step-text__border {
        border-bottom: 1px solid !important;
    }

.link-black {
    display: block;
    margin-top: 6px;
}

.price-title {
    font-size: 22px;
    font-weight: 700;
}

.price-item__collapse__mobile {
    display: none;
}

.party_exit__title_green-instruction {
    font-size: 26px;
    margin: 0 0 15px;
}

.party_exit__description-text {
    font-size: 18px;
    line-height: 24px;
    margin: 5px 0 0;
}

.error-page {
    padding: 260px 0 70px;
}

.error-page__green {
    font-size: 24px;
    line-height: 48px;
    margin: 50px 0 14px;
    text-align: center;
    color: #7ab700;
}

.error-page__block {
    font-size: 16px;
    line-height: 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding: 14px 24px 24px;
    text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: white;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .07);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .07);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.error-page__pic {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 95px;
    height: 88px;
    border: 2px solid #7ab700;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: white;
    -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;
}

.error-page__content {
    margin-top: 1.5rem;
}

.link-black__underline {
    font-weight: 700;
    text-decoration: underline;
}

.text-dashed {
    border-bottom: 1px dashed;
}

.error-page__title {
    padding: 0 30px;
}

.blog-item {
    margin-bottom: 40px;
    padding: 26px 30px;
    border: 1px solid #e4e4e4;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: white;
}

    .blog-item:last-child {
        margin-bottom: 0;
    }

.blog-item__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    display: block;
    margin-bottom: 12px;
    color: #333;
}

.blog-item__date {
    margin-bottom: 12px;
    color: #7ab700;
}

.blog-item__description {
    font-size: 16px;
    margin-bottom: 22px;
}

.blog-item__link {
    font-size: 14px;
    padding: 6px 16px;
    text-transform: unset;
}

.sitemap-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}

.sitemap ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .sitemap ul ul {
        padding: 5px 21px;
    }

.sitemap a {
    display: block;
    margin-bottom: 9px;
    text-decoration: underline;
}

.sitemap .parent a {
    font-size: 16px;
    display: block;
    margin: 12px 0;
    text-decoration: underline;
}

p + p {
    padding-top: 10px;
}

.about-project {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
}

.about-project__column {
    margin-right: 60px;
}

    .about-project__column:last-child {
        margin-right: 0;
    }

.about-project__period {
    font-size: 45px;
    font-weight: 700;
    color: #7ab700;
}

.about-project__date {
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    margin-top: 13px;
    color: #7ab700;
}

.lh-3 {
    line-height: 1.3;
}

.about-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -32px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-info__left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding: 32px 25px;
    text-align: center;
    background-color: white;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-info__base {
    font-size: 45px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 12px;
    color: #7ab700;
}

.about-info__base-text {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 12px;
    color: #7ab700;
}

.about-info__data {
    font-size: 16px;
}

    .about-info__data span {
        font-weight: 700;
    }

.about-info__content {
    font-size: 15px;
    margin-top: 20px;
}

.about-numbers {
    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;
}

.about-numbers__left {
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 350px;
    height: 350px;
    text-align: center;
    -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-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

    .about-numbers__left:before {
        position: absolute;
        top: 0;
        left: -15px;
        content: url('../images/diagramma.png');
    }

    .about-numbers__left:after {
        position: absolute;
        top: 35px;
        left: 40px;
        width: 290px;
        height: 290px;
        content: '';
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-color: white;
    }

.about-numbers__left-content {
    position: relative;
    z-index: 1;
}

.about-numbers__left-title {
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    color: #333;
}

.about-numbers__left-description {
    font-size: 16px;
    font-weight: 700;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

    .about-numbers__left-description span {
        font-size: 14px;
        font-weight: 400;
    }

.about-numbers__right {
    width: 100%;
    margin-left: -80px;
    padding: 51px 44px 10px 111px;
    background-color: white;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
}

.title-24 {
    font-size: 24px;
    font-weight: 700;
}

.about-numbers__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.about-numbers__flex-left .about-numbers__item:nth-child(1) .about-numbers__item-square {
    background-color: #7ab700;
}

.about-numbers__flex-left .about-numbers__item:nth-child(1) span {
    color: #7ab700;
}

.about-numbers__flex-left .about-numbers__item:nth-child(2) .about-numbers__item-square {
    background-color: #ffa200;
}

.about-numbers__flex-left .about-numbers__item:nth-child(2) span {
    color: #ffa200;
}

.about-numbers__flex-left .about-numbers__item:nth-child(3) .about-numbers__item-square {
    background-color: #ff6c00;
}

.about-numbers__flex-left .about-numbers__item:nth-child(3) span {
    color: #ff6c00;
}

.about-numbers__flex-right {
    margin-left: 30px;
}

    .about-numbers__flex-right .about-numbers__item:nth-child(1) .about-numbers__item-square {
        background-color: #007eff;
    }

    .about-numbers__flex-right .about-numbers__item:nth-child(1) span {
        color: #007eff;
    }

    .about-numbers__flex-right .about-numbers__item:nth-child(2) .about-numbers__item-square {
        background-color: #29abe1;
    }

    .about-numbers__flex-right .about-numbers__item:nth-child(2) span {
        color: #29abe1;
    }

.about-numbers__item {
    font-size: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .about-numbers__item span {
        font-size: 20px;
        font-weight: 700;
        padding: 0 5px 0 12px;
    }

.about-numbers__item-square {
    width: 65px;
    height: 30px;
}

.about-registration {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 84px;
}

.about-registration__left {
    font-size: 24px;
    font-weight: 700;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 235px;
    height: 148px;
    text-align: center;
    background-color: white;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -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;
}

.about-registration__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 20px 20px 20px 60px;
    background: url(../images/bg-big.jpg) repeat top;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-registration__right-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 30px;
    -webkit-flex-basis: 52%;
    -ms-flex-preferred-size: 52%;
    flex-basis: 52%;
}

    .about-registration__right-column:last-child {
        margin-right: 0;
        -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    }

.about-registration__pic {
    width: 95px;
    margin-right: 20px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.about-registration__title {
    font-size: 24px;
    font-weight: 700;
    padding-top: 5px;
}

.about-registration__description {
    font-size: 16px;
    line-height: 20px;
}

.about-region__title {
    font-size: 24px;
    font-weight: 700;
    margin-top: 72px;
    text-align: center;
}

.fs-30 {
    font-size: 30px;
}

.about-region__title-target {
    font-size: 18px;
    margin-bottom: 27px;
    text-align: center;
}

    .about-region__title-target span {
        font-size: 20px;
        font-weight: 700;
    }

.about-map__pic__mobile {
    display: none;
}

.title-about__20 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.content-about__description {
    font-size: 16px;
    margin-bottom: 10px;
}

.graf-img {
    display: block;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
}

.partner-bg__title {
    font-size: 45px;
    font-weight: 700;
    line-height: 45px;
    margin-top: 20px;
    color: #7ab700;
}

.partner-bg__description {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #7ab700;
}

.partner-block__white {
    width: 80%;
    padding: 20px 40px;
    background-color: white;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
}

.partner-block__white-title {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 10px;
}

.partner-block__white-description {
    margin-bottom: 10px;
}

.fs-14 {
    font-size: 14px;
}

.btn-partner {
    font-size: 13px;
    height: 40px;
    padding: 8px 12px;
}

.width-logo {
    width: auto;
    max-width: 256px;
}

.list-square {
    list-style: none;
}

    .list-square li {
        font-size: 16px;
        position: relative;
        margin-bottom: 9px;
        padding-left: 30px;
    }

        .list-square li:before {
            position: absolute;
            top: 10px;
            left: 12px;
            width: 6px;
            height: 6px;
            content: '';
            background-color: #7ab700;
        }

.form-page-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 25px 20px;
    background-color: white;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-page__item {
    width: 100%;
}

.form-page__item-input {
    font-family: 'Ubuntu';
    width: 100%;
    height: 53px;
    margin-bottom: 15px;
    padding: 5px 16px;
    border: 1px solid #e4e4e4;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: white;
}

    .form-page__item-input::-webkit-input-placeholder {
        color: #b1b1b1 !important;
    }

    .form-page__item-input::-moz-placeholder {
        color: #b1b1b1 !important;
    }

    .form-page__item-input:-ms-input-placeholder {
        color: #b1b1b1 !important;
    }

    .form-page__item-input::placeholder {
        color: #b1b1b1 !important;
    }

.error .form-page__item-input {
    margin-bottom: 0;
    border: 1px solid red;
}

footer {
    overflow-x: hidden;
}

.footer-menu__container {
    background-color: #f7f7f7;
}

.footer-menu__title {
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-bottom: 12px;
}

.footer-menu__items {
    list-style-type: none;
}

    .footer-menu__items + .footer-menu__title {
        margin: 12px 0 6px;
    }

.footer-menu__link {
    line-height: 14px;
    display: inline-block;
    color: #909090;
    border-bottom: 1px solid;
}

    .footer-menu__link:hover {
        color: #7ab700;
    }

.footer-menu__link {
    font-size: 13px;
}

.footer-info__container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 36px;
    padding-left: 25px;
    background-color: #e4e4e4;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .footer-info__container:before {
        position: absolute;
        top: 0;
        left: 100%;
        width: 5000px;
        height: 100%;
        content: '';
        background-color: #e4e4e4;
    }

.footer-info__small {
    font-size: 12px;
    font-weight: 400;
    height: 10px;
    margin: 12px 0 6px;
    color: #333;
}

.footer-info__link,
.footer-info__time {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #333;
}

.footer-info__small {
    font-size: 12px;
    font-weight: 400;
    height: 10px;
    margin: 12px 0 6px;
    color: #333;
}

.footer-copy__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 32px;
    padding: 5px 0;
    text-align: center;
    color: white;
    background-color: #333;
    -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;
}

.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.soc-items__link {
    margin-top: 5px;
}

.soc-item__link {
    font-size: 1.5rem;
    margin-left: 2px;
}

    .soc-item__link span {
        -webkit-transition: .25s;
        transition: .25s;
        color: #adadad;
    }

    .soc-item__link:hover span {
        background-color: #7ab700;
        -webkit-box-shadow: 0 10px 20px rgba(122, 183, 0, .3);
        box-shadow: 0 10px 20px rgba(122, 183, 0, .3);
    }

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
.soc-top__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    max-width: 790px;
    margin-top: 30px;
    padding: 30px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: white;
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, .07);
    box-shadow: 0 20px 30px rgba(0, 0, 0, .07);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#reviews .modal-dialog {
    width: 100%;
    max-width: 540px;
}

.soc-top__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    color: #333;
}

.soc-top__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.soc-top__link {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 30px;
    color: #333;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .soc-top__link img {
        margin-right: 8px;
    }

.reviews-item {
    width: 100%;
    height: 100%;
    padding: 25px;
    border: 1px solid #e4e4e4;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: white;
}

.reviews-pic {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -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;
}

.reviews-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 84.7%;
    margin-left: 15px;
    padding: 8px 16px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #f7f7f7;
    -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;
}

.reviews-info__name {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    color: #333;
}

.reviews-info__date {
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    color: #7ab700;
}

.reviews-content {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 20px;
    color: #333;
}

.reviews-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.party_exit__title {
    font-size: 35px;
    font-weight: 700;
    line-height: 48px;
}

.party_exit__description {
    font-size: 18px;
    line-height: 24px;
    margin: 38px 0 56px;
}

.choose_us__title {
    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-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.choose_us__title {
    font-size: 16px;
    font-weight: 400;
}

    .choose_us__title img {
        max-width: 234px;
        margin: 0 15px 0 0;
    }

    .choose_us__title .green-text {
        line-height: 22px;
        margin: 0 5px;
        border-bottom: 1px dashed #7ab700;
    }

.title-bold {
    font-size: 30px;
    font-weight: 700;
    line-height: 48px;
    position: relative;
    text-align: center;
}

.choose_us__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.choose_us__item-pic {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 145px;
    height: 125px;
    border: 2px solid #f1f1f1;
    background-color: white;
    -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;
}

.choose_us__item-value {
    font-size: 24px;
    font-weight: 500;
    position: absolute;
    bottom: -18px;
    padding: 0 5px;
    background-color: white;
}

.choose_us__item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    max-width: 182px;
    margin-top: 19px;
    text-align: center;
}

.choose_us__title-bold {
    margin: 28px 0 20px;
}

.form-documents_online {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 26px 0;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.caption-input {
    margin-bottom: 5px;
}

.form-item {
    margin-right: 15px;
    -webkit-flex-basis: 21.4%;
    -ms-flex-preferred-size: 21.4%;
    flex-basis: 21.4%;
}

.compulsory {
    color: #7ab700;
}

.documents_online__input {
    font-size: 16px;
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 51px;
    padding: 4px 20px 0;
    border: 2px solid #f1f1f1;
    outline: none;
    background-color: white;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .documents_online__input::-webkit-input-placeholder {
        color: #adadad;
    }

    .documents_online__input::-moz-placeholder {
        color: #adadad;
    }

    .documents_online__input:-ms-input-placeholder {
        color: #adadad;
    }

    .documents_online__input::placeholder {
        color: #adadad;
    }

.error-input .documents_online__input {
    border: 2px solid red;
}

.error-text {
    font-size: 12px;
    position: absolute;
    color: red;
}

.procedure_obtaining__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-height: 30px;
    margin: 0 auto;
    padding: 5px 10px;
    background-color: #f1f1f1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .procedure_obtaining__container > span {
        margin: 0 10px;
    }

    .procedure_obtaining__container span {
        font-size: 10px;
    }

        .procedure_obtaining__container span:before {
            color: #7ab700 !important;
        }

.border-absolute {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 26px;
    -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;
}

    .border-absolute:after {
        position: absolute;
        bottom: -6px;
        width: 58%;
        height: 2px;
        content: '';
        background-color: #7ab700;
    }

.card-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 2px;
}

.card {
    margin-bottom: 20px;
}

.step-item {
    font-size: 18px;
    font-weight: 700;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 95px;
    padding: 5px 15px;
    border: 2px solid #7ab700;
    background-color: white;
    -webkit-box-shadow: 0 5px 30px rgba(122, 183, 0, .5);
    box-shadow: 0 5px 30px rgba(122, 183, 0, .5);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.reviews-items .owl-height {
    padding-bottom: 5px;
}

.partner-item img {
    width: auto !important;
}

.step-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0 15px;
    cursor: pointer;
    color: #7ab700;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .step-text .icon-down-arrow {
        font-size: 1.5rem;
        -webkit-transition: .25s;
        transition: .25s;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .step-text:hover .icon-down-arrow {
        color: #7ab700;
    }

    .step-text.collapsed {
        color: #333;
    }

        .step-text.collapsed .icon-down-arrow {
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
            color: #333;
        }

.step-text__border {
    font-size: 16px;
    line-height: 20px;
    border-bottom: 1px dashed;
}

.card-body {
    line-height: 20px;
    padding: 20px;
}

.document-items .step-text {
    padding: 0;
}

.document-items .card-body {
    padding: 0;
}

.consultation-green__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 119px;
    margin-top: 80px;
    margin-bottom: -70px;
    text-align: center;
    background-color: rgba(122, 183, 0, .6);
    -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;
}

.consultation-green__text {
    font-size: 24px;
    font-weight: 700;
    line-height: 48px;
    margin-left: 20px;
    color: white;
}

    .consultation-green__text a {
        color: white;
    }

        .consultation-green__text a:hover {
            color: white;
        }

.flex-img img {
    max-width: 204px;
    margin-left: 10px;
}

.index-top__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 782px;
    background: url('../images/document.png');
    background-repeat: no-repeat;
    background-position: 6% bottom;
    -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;
}

.sk-circle-bounce {
    position: relative;
    width: 8em;
    height: 8em;
    margin: auto;
}

    .sk-circle-bounce .sk-child {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

        .sk-circle-bounce .sk-child:before {
            display: block;
            width: 15%;
            height: 15%;
            margin: 0 auto;
            content: '';
            -webkit-animation: sk-circle-bounce-delay 1.2s infinite ease-in-out both;
            animation: sk-circle-bounce-delay 1.2s infinite ease-in-out both;
            -webkit-border-radius: 100%;
            border-radius: 100%;
            background-color: #e5e5e5;
        }

    .sk-circle-bounce .sk-circle-2 {
        -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    .sk-circle-bounce .sk-circle-3 {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
    }

    .sk-circle-bounce .sk-circle-4 {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .sk-circle-bounce .sk-circle-5 {
        -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
        transform: rotate(120deg);
    }

    .sk-circle-bounce .sk-circle-6 {
        -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
        transform: rotate(150deg);
    }

    .sk-circle-bounce .sk-circle-7 {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sk-circle-bounce .sk-circle-8 {
        -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
        transform: rotate(210deg);
    }

    .sk-circle-bounce .sk-circle-9 {
        -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
        transform: rotate(240deg);
    }

    .sk-circle-bounce .sk-circle-10 {
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .sk-circle-bounce .sk-circle-11 {
        -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
        transform: rotate(300deg);
    }

    .sk-circle-bounce .sk-circle-12 {
        -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
        transform: rotate(330deg);
    }

    .sk-circle-bounce .sk-circle-2:before {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .sk-circle-bounce .sk-circle-3:before {
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
    }

    .sk-circle-bounce .sk-circle-4:before {
        -webkit-animation-delay: -.9s;
        animation-delay: -.9s;
    }

    .sk-circle-bounce .sk-circle-5:before {
        -webkit-animation-delay: -.8s;
        animation-delay: -.8s;
    }

    .sk-circle-bounce .sk-circle-6:before {
        -webkit-animation-delay: -.7s;
        animation-delay: -.7s;
    }

    .sk-circle-bounce .sk-circle-7:before {
        -webkit-animation-delay: -.6s;
        animation-delay: -.6s;
    }

    .sk-circle-bounce .sk-circle-8:before {
        -webkit-animation-delay: -.5s;
        animation-delay: -.5s;
    }

    .sk-circle-bounce .sk-circle-9:before {
        -webkit-animation-delay: -.4s;
        animation-delay: -.4s;
    }

    .sk-circle-bounce .sk-circle-10:before {
        -webkit-animation-delay: -.3s;
        animation-delay: -.3s;
    }

    .sk-circle-bounce .sk-circle-11:before {
        -webkit-animation-delay: -.2s;
        animation-delay: -.2s;
    }

    .sk-circle-bounce .sk-circle-12:before {
        -webkit-animation-delay: -.1s;
        animation-delay: -.1s;
    }

@-webkit-keyframes sk-circle-bounce-delay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circle-bounce-delay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.top-info__title {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}

.top-info__description {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    margin: 20px 0 100px;
    text-align: center;
    color: #333;
}

.top-info__form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 132px;
    padding: 0 42px;
    border: 1px solid #f8f8f8;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: white;
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, .07);
    box-shadow: 0 20px 30px rgba(0, 0, 0, .07);
    -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;
}

    .top-info__form.active {
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background-color: white;
        -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, .1);
        box-shadow: 0 15px 40px rgba(0, 0, 0, .1);
    }

        .top-info__form.active .search-result {
            display: block;
        }

        .top-info__form.active .top-info__input {
            border: 1px solid #7ab700;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            background-color: white;
        }

.search-result {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    width: 100%;
    border: 1px solid #eee;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: white;
    -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, .08);
    box-shadow: 0 5px 30px rgba(0, 0, 0, .08);
}

.search-result__item {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    display: block;
    width: 100%;
    padding: 10px 20px;
    -webkit-transition: .25s;
    transition: .25s;
    color: #333;
    background-color: white;
}

    .search-result__item span {
        color: #7ab700;
    }

    .search-result__item:hover {
        background-color: #f6faed;
    }

.top-info__input-container {
    position: relative;
    height: 51px;
    margin-right: 5%;
    border-bottom: 1px solid #e4e4e4;
    outline: none;
    -webkit-flex-basis: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
}

    .top-info__input-container span.icon-magnifying-glass {
        font-size: 1.4rem;
        position: absolute;
        top: 15px;
        left: 15px;
    }

.top-info__input {
    width: 100%;
    height: 100%;
    padding: 20px 10px 20px 54px;
    border: none;
    outline: none;
}

    .top-info__input::-webkit-input-placeholder {
        font-family: 'Ubuntu';
        font-size: 15px;
        font-weight: 400;
        line-height: 16px;
        color: #b1b1b1;
    }

    .top-info__input::-moz-placeholder {
        font-family: 'Ubuntu';
        font-size: 15px;
        font-weight: 400;
        line-height: 16px;
        color: #b1b1b1;
    }

    .top-info__input:-ms-input-placeholder {
        font-family: 'Ubuntu';
        font-size: 15px;
        font-weight: 400;
        line-height: 16px;
        color: #b1b1b1;
    }

    .top-info__input:-moz-placeholder {
        font-family: 'Ubuntu';
        font-size: 15px;
        font-weight: 400;
        line-height: 16px;
        color: #b1b1b1;
    }

.top-info__submit-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 51px;
    text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#7ab700), to(#89ce00));
    background-image: linear-gradient(to top, #7ab700 0%, #89ce00 100%);
    -webkit-box-shadow: 0 10px 30px rgba(122, 183, 0, .5);
    box-shadow: 0 10px 30px rgba(122, 183, 0, .5);
    -webkit-flex-basis: 215px;
    -ms-flex-preferred-size: 215px;
    flex-basis: 215px;
    -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;
}

.top-info__submit {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.top-info__submit-text_big {
    font-size: 20px;
    font-weight: 700;
    line-height: 16px;
    color: white;
}

.top-info__submit-text_small {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: white;
}

.top-info__link-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 24px;
    -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;
}

.top-info__link-item {
    padding: 6px 23px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, .7);
}

.top-info__container {
    margin-top: 164px;
}

.top-info__link {
    font-size: 16px;
    line-height: 0;
    padding: 0;
    -webkit-transition: .25s;
    transition: .25s;
    color: black;
    border-bottom: 1px dashed;
}

    .top-info__link:hover {
        color: #7ab700;
    }

.bg-service {
    width: 100%;
    background: url('../images/bg-service.jpg') repeat-x;
    background-size: cover;
}

.service-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 64px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.service-item {
    position: relative;
    padding: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: white;
    -webkit-flex-basis: 27.5%;
    -ms-flex-preferred-size: 27.5%;
    flex-basis: 27.5%;
}

    .service-item:last-child {
        margin-right: 44px;
    }

.service-item__title {
    font-size: 19px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 14px;
    color: #333;
}

.service-item__description {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #333;
}

.service-item__img {
    position: absolute;
    top: -35px;
    right: -46px;
}

.surprise-element {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 730px;
    height: 211px;
    margin: 46px auto 0;
    padding: 20px;
    border: 1px solid #f8f8f8;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: white;
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, .07);
    box-shadow: 0 20px 30px rgba(0, 0, 0, .07);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.surprise-element__left {
    font-weight: 700;
    line-height: 28px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #333;
    border-right: 1px solid #e4e4e4;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -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-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

.surprise-element__right {
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    padding-left: 30px;
    color: #333;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.surprise-element__title {
    font-size: 22px;
    margin-top: 10px;
}

.surprise-element__subTitle {
    font-size: 18px;
}

.green-link {
    color: black;
    border-bottom: 1px dashed;
}

    .green-link:hover {
        color: #7ab700;
    }

.service-item__element {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.service-item__element-left {
    -webkit-flex-basis: 95px;
    -ms-flex-preferred-size: 95px;
    flex-basis: 95px;
}

.service-item__element-right {
    margin-left: 22px;
    -webkit-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
}

.service-item__element-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 10px;
    color: #333;
}

.service-item__element-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #333;
}

.flex-column .service-item__element-title {
    font-size: 20px;
    margin-top: 18px;
}

.flex-column .service-item__element-description {
    margin-bottom: 33px;
}

.service-item__content {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #333;
}

.hr-service {
    width: 50%;
    height: 1px;
    margin: 10px 0;
    background-color: #7ab700;
}

body.active {
    overflow: hidden;
}

.back-link {
    display: none;
}

.partner-itemss {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 80px;
    -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;
}

.partner-item {
    margin: 0 15px;
    padding: 5px 15px;
    -webkit-transition: .25s;
    transition: .25s;
    border: 1px solid #e4e4e4;
    background-color: white;
    -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0) !important;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0) !important;
}

    .partner-item:hover {
        -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, .1) !important;
        box-shadow: 0 15px 20px rgba(0, 0, 0, .1) !important;
    }

.section-header {
    min-height: 326px;
    padding: 144px 0 70px;
}

.contact-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-description {
    font-size: 1.143rem;
    line-height: 1.571rem;
}

.contact-item__pic {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 6.786rem;
    height: 6.286rem;
    margin-bottom: 1.429rem;
    border: 2px solid #7ab700;
    -webkit-border-radius: .3571rem;
    border-radius: .3571rem;
    background-color: white;
    -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;
}

.text-underline {
    text-decoration: underline;
}

.contact-project {
    position: relative;
    z-index: 1;
    padding: 1rem 1.429rem 1.429rem;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
}

.contact-project__title {
    font-size: 1.714rem;
    font-weight: 700;
    margin-bottom: .5rem;
    text-align: center;
}

.contact-project__description {
    font-size: 1.071rem;
    line-height: 1.429rem;
}

.bg-contact__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1.429rem 3.214rem;
    background: url(../images/bg-big.jpg) repeat top;
    background-size: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.bg-contact__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .bg-contact__item:last-child {
        -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    }

.bg-contact__description {
    font-size: 1.143rem;
    line-height: 1.429rem;
    margin-left: 1.429rem;
}

.bg-contact__title {
    font-weight: 700;
    line-height: 1.429rem;
    margin-bottom: .4rem;
}

.collapse-card {
    margin-bottom: 40px;
    border: 1px solid #e4e4e4;
}

    .collapse-card .card-body {
        padding: 30px;
        border-top: 1px solid #e4e4e4;
        background-color: white;
    }

.collapse-arrow__container {
    padding: 30px;
}

    .collapse-arrow__container.collapsed .collapse-arrow:before {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

.collapse-arrow__top {
    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;
}

    .collapse-arrow__top span {
        font-size: 1.143rem;
        font-weight: 700;
        line-height: 1.571rem;
    }

.collapse-arrow {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    margin-left: 20px;
    -webkit-transition: .25s;
    transition: .25s;
    text-align: center;
    border: 1px solid #7ab700;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: white;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -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;
}

    .collapse-arrow:before {
        content: url('../images/arrow-bottom.png');
        -webkit-transition: .25s;
        transition: .25s;
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .collapse-arrow:hover {
        cursor: pointer;
        background-color: #7ab700;
    }

        .collapse-arrow:hover:before {
            content: url('../images/arrow-bottom-white.png');
        }

.collapse-arrow__content {
    line-height: 1.571rem;
    margin-top: 5px;
}

@media (max-width: 1540px) {
    .header-container__left {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .header-container {
        padding: 0 60px;
    }

    .header-menu_nav {
        margin: 12px 0 0 0;
    }

    .header-submenu__container {
        top: 108%;
        left: 0;
    }

    .index-top__container {
        background-position: 0 bottom;
    }
}

@media (max-width: 1330px) {
    .index-top__container {
        background-position: -94px bottom;
    }

    .header-submenu__container {
        display: none;
    }

    .header-menu__item-submenu.active .header-submenu__container {
        display: block;
    }

    .section-header {
        z-index: 1;
        padding: 180px 0 40px;
    }

    .header-menu_nav {
        position: absolute;
        width: 560px;
        margin: 92px 0 0 0;
    }

    header.active {
        height: 137px;
    }

    .container {
        width: 100% !important;
        padding: 0 20px;
    }

    .header-container {
        padding: 0 20px;
    }

    .header-menu__item:first-child .header-menu__link {
        padding-left: 0;
    }
}

@media (max-width: 1160px) {
    .index-top__container {
        background-position: -194px bottom;
    }
}

@media (max-width: 1040px) {
    .download-items {
        max-width: 100%;
    }

    .about-numbers {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .about-numbers__flex {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }

    .about-numbers__flex-right {
        margin-left: 0;
    }

    .index-top__container {
        background-position: -244px bottom;
    }

    .slick-list {
        padding: 0 0 0 0 !important;
    }

    .table-license__th:first-child,
    .table-license__td:first-child {
        -webkit-flex-basis: 45%;
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    }

    .table-license__th:nth-child(2),
    .table-license__td:nth-child(2) {
        -webkit-flex-basis: 22%;
        -ms-flex-preferred-size: 22%;
        flex-basis: 22%;
    }
}

@media (max-width: 991px) {
    .section-header {
        padding: 120px 0 40px;
    }

    .form-page-section {
        margin-top: 20px;
    }

    header.active {
        max-height: 81px;
    }

    .preparation-documents__form-submit {
        margin-top: 10px;
    }

    .download-items {
        margin-top: 0;
    }

    .download-item {
        margin-top: 40px;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    .about-registration {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }

    .about-registration__left {
        width: 100%;
        height: auto;
        padding: 20px;
    }

    .about-registration__right {
        padding: 20px;
    }

        .about-registration__right br {
            display: none;
        }

    .about-numbers__right {
        padding: 51px 24px 10px 111px;
    }

    .about-info {
        margin-top: -15px;
    }

    .about-numbers__item-square {
        width: 48px;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .table-mobile__link {
        font-size: 14px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-top: 10px;
        border-top: 2px solid white;
        -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;
    }

        .table-mobile__link span {
            color: #7ab700;
            border-bottom: 1px dotted;
        }

    .table-license__hidden {
        display: none;
    }

    .number-container ol .hidden-mobile__link {
        margin-left: -1rem;
    }

    .hidden-mobile__link {
        display: inline-block;
        cursor: pointer;
    }

    .hidden-container__mobile {
        display: none;
    }

    .header-submenu__container {
        display: block;
    }

    .table-license__th:first-child,
    .table-license__td:first-child {
        -webkit-flex-basis: 42%;
        -ms-flex-preferred-size: 42%;
        flex-basis: 42%;
    }

    .table-license__th:nth-child(2),
    .table-license__td:nth-child(2) {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }

    .index-top__container {
        min-height: 500px;
        background-position: 0 bottom;
        background-size: 325px;
    }

    .bg-contact__container {
        padding: 1rem;
    }

    .document {
        padding: 100px 0 20px;
    }

    .top-info__container {
        margin-top: 0;
    }

        .top-info__container .top-info__title {
            margin-left: 40%;
            text-align: right;
        }

        .top-info__container .top-info__description {
            margin: 20px 0 40px 40%;
            text-align: right;
        }

        .top-info__container .top-info__link-items {
            display: none;
        }

    .service-item__img {
        right: -10px;
    }

    .choose_us__title {
        text-align: center;
    }

    .service-item__description br {
        display: none;
    }

    .partner-itemss .slick-list {
        margin: 0 30px;
    }

    .partner-itemss .icon-arrow {
        top: 35px;
    }

    .partner-item {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        min-height: 80px !important;
    }

    .service-item {
        margin-bottom: 48px;
        padding: 20px 80px 20px 20px;
    }

        .service-item:last-child {
            margin-right: 0;
        }

    .surprise-element {
        margin-top: 0;
    }

    .service-items {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }

    .reviews-items .owl-prev {
        position: absolute;
        top: 0;
        left: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .reviews-items .owl-next {
        top: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header-logo {
        width: 210px;
    }

    .back-link {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -10px;
        padding: 10px;
        background: url(../images/bg-big.jpg) repeat top;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .back-link i {
            font-size: 1.3rem;
            margin-right: 10px;
            color: #7ab700;
        }

    .header-menu__item-submenu.active .header-submenu__container {
        left: 0;
        height: -webkit-calc(100% - 80px);
        height: calc(100% - 80px);
    }

    .header-submenu__container {
        position: fixed;
        z-index: 2;
        top: 80px;
        left: 100%;
        overflow: auto;
        flex-direction: column;
        width: 100%;
        min-width: 100%;
        height: -webkit-calc(100% - 80px);
        height: calc(100% - 80px);
        padding: 0 10px 20px;
        -webkit-transition: .25s;
        transition: .25s;
        opacity: 1;
        border-top: none;
        background-color: white;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }

    .header-submenu__column-container {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }

    .header-submenu__title {
        margin-top: 15px;
    }

    .mobile-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin-top: 20px;
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    .header-menu {
        width: 100%;
    }

    .header-menu_nav {
        display: none;
    }

    .header-menu {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .header-user__panel {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .header-menu__link {
        padding: 5px 0;
    }

    .header-right__item {
        margin-top: 20px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .header-menu__item {
        width: 100%;
        border-top: 1px solid #e4e4e4;
    }

    .header-container__right {
        position: fixed;
        top: -200%;
        left: 0;
        overflow: auto;
        flex-direction: column;
        width: 100%;
        min-height: -webkit-calc(100% - 80px);
        min-height: calc(100% - 80px);
        padding: 20px 10px 0;
        -webkit-transition: .25s;
        transition: .25s;
        border-top: 1px solid #e4e4e4;
        background-color: white;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }

        .header-container__right.active {
            top: 76px;
        }

    .hamburger {
        display: block;
    }

    .header-menu__link:after {
        content: none;
    }

    .hamburger .line {
        display: block;
        width: 20px;
        height: 3px;
        margin: 4px auto;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        background-color: #333;
    }

    .hamburger:hover {
        cursor: pointer;
    }

    .header-container__left {
        flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .hamburger.active .line:nth-child(2) {
        opacity: 0;
    }

    .header-container__left {
        width: 100%;
    }

    .hamburger.active .line:nth-child(1) {
        -webkit-transform: translateY(7px) rotate(45deg);
        -ms-transform: translateY(7px) rotate(45deg);
        transform: translateY(7px) rotate(45deg);
    }

    .hamburger.active .line:nth-child(3) {
        -webkit-transform: translateY(-7px) rotate(-45deg);
        -ms-transform: translateY(-7px) rotate(-45deg);
        transform: translateY(-7px) rotate(-45deg);
    }

    header {
        top: 0;
        padding: 20px 0;
        background-color: white;
    }

    .header-logo__img {
        width: 100%;
    }

    .party-exit__container,
    .price-container {
        padding: 100px 0 20px;
    }

    .download-item {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .choose_us__items {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .choose_us__item {
        margin-bottom: 20px;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    .preparation-documents__form {
        flex-direction: column;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }

    .preparation-documents__form-input {
        width: 100%;
        margin: 0;
    }

    .preparation-documents__form-item,
    .preparation-documents__form-submit {
        width: 100%;
    }

    .footer-info__container {
        margin: 0 -20px;
    }

    .document-write-title {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }

    .instruction-items:before,
    .instruction-items:after {
        content: none;
    }
}

@media (max-width: 767px) {
    .index-top__container {
        padding-bottom: 50px;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .surprise-element {
        width: auto;
    }

    .helps-item {
        margin-bottom: 36px;
    }

        .helps-item:before {
            top: auto;
            right: auto;
            bottom: 10px;
            left: -webkit-calc(50% - 10px);
            left: calc(50% - 10px);
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        }

    .partner-block__white {
        width: 100%;
        padding: 20px;
    }

    .partner-block__white-title {
        font-size: 18px;
    }

    .partner-block__white-description {
        font-size: 13px;
    }

    .title-about__20 {
        font-size: 18px;
        line-height: 22px;
    }

    .content-about__description {
        font-size: 14px;
        line-height: 18px;
    }

    .about-map__pic {
        display: none;
    }

    .about-map__pic__mobile {
        display: block;
        margin: 0 auto;
    }

    .about-region__title {
        font-size: 18px;
        margin-top: 30px;
    }

    .fs-30 {
        font-size: 22px;
    }

    .about-region__title-target {
        font-size: 14px;
    }

        .about-region__title-target span {
            font-size: 16px;
        }

    .about-registration {
        margin: 30px -20px 0;
    }

    .about-registration__left {
        font-size: 16px;
    }

    .about-registration__pic {
        width: 60px;
        margin-right: 8px;
    }

    .about-registration__title {
        font-size: 16px;
    }

    .about-registration__description {
        font-size: 14px;
    }

    .about-registration__right-column {
        margin-right: 0;
        margin-bottom: 14px;
    }

        .about-registration__right-column:last-child {
            margin-bottom: 0;
        }

    .about-registration__right {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .about-numbers {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .about-numbers__left {
        width: 300px;
        height: 300px;
    }

        .about-numbers__left:before {
            left: 50%;
            width: 300px;
            height: 300px;
            margin-left: -164px;
            content: url('../images/diagramma-m.png');
        }

        .about-numbers__left:after {
            left: 50%;
            width: 240px;
            height: 240px;
            margin-left: -125px;
        }

    .about-numbers__right {
        width: 100%;
        margin-top: -80px;
        margin-left: 0;
        padding: 100px 20px 20px 20px;
    }

        .about-numbers__right .title-24 {
            font-size: 16px !important;
            text-align: center !important;
        }

    .about-numbers__item-square {
        width: 50px;
        height: 22px;
    }

    .about-numbers__item {
        font-size: 14px;
        line-height: 15px;
        margin-bottom: 10px;
    }

        .about-numbers__item span {
            font-size: 16px;
        }

    .about-project {
        margin-top: 22px;
    }

    .about-project__column {
        margin-right: 50px;
    }

    .about-info__left {
        padding: 0;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .about-info {
        padding: 25px 8px;
        background-color: white;
        -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
        box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    }

    .about-info__base {
        font-size: 35px;
        margin-bottom: 2px;
    }

    .about-info__base-text {
        font-size: 16px;
        margin-bottom: 9px;
    }

    .about-info__data {
        font-size: 14px;
    }

    .about-info__content {
        font-size: 12px;
        margin-top: 6px;
    }

    .about-info__right {
        margin-left: 10px;
        -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .about-info {
        margin-top: 13px;
    }

    ol {
        padding: 2px 0 2px 21px;
    }

        ol li {
            font-size: 14px;
        }

    .sitemap ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .sitemap ul ul {
            padding: 3px 0 3px 11px;
        }

    .sitemap a {
        font-size: 13px;
        display: block;
        margin-bottom: 5px;
        text-decoration: underline;
    }

    .sitemap .parent a {
        font-size: 15px;
        display: block;
        margin: 8px 0;
        text-decoration: underline;
    }

    h1 + p.fs-18 {
        font-size: 16px !important;
        margin-top: 16px;
        text-align: left !important;
    }

    .blog-item {
        margin-bottom: 20px;
        padding: 4px 8px 8px;
    }

    .blog-item__title {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 6px;
    }

    .blog-item__date {
        margin-bottom: 6px;
    }

    .blog-item__description {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .error-page {
        padding: 131px 0 70px;
    }

    .error-page__green {
        font-size: 20px;
        line-height: 28px;
        margin: 24px 0 4px;
    }

        .error-page__green + p {
            font-size: 14px;
            max-width: 80%;
        }

    .table-license__tr {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        .table-license__tr:first-child {
            display: none;
        }

    .table-license__td {
        padding: 4px 10px;
        text-align: left;
    }

        .table-license__td:nth-child(2) {
            padding: 2px 10px;
            border: none;
        }

    .step-title__big {
        font-size: 18px;
    }

    .contact-project,
    .bg-contact__container {
        margin: 0 -20px;
    }

    .service-item__element-title,
    .service-item__title {
        font-size: 16px;
        line-height: 22px;
    }

    .service-item__img {
        width: 70px;
    }

    .service-item__element-description,
    .service-item__description,
    .choose_us__title,
    .service-item__content {
        font-size: 14px;
        line-height: 18px;
    }

    .price-flex {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .price-item__collapse {
        display: none;
    }

    .price-item__collapse__mobile {
        display: block;
        margin-bottom: 10px;
    }

    .price-item__content {
        margin: 12px 0;
    }

    .price-flex__left {
        min-width: 80px;
        text-align: left;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media (max-width: 670px) {
    .index-top__container {
        padding-bottom: 50px;
    }

        .index-top__container .top-info__title {
            font-size: 30px;
        }

        .index-top__container .top-info__description br {
            display: none;
        }
}

@media (max-width: 650px) {
    .owl-prev,
    .owl-next {
        top: 35%;
    }

    .download-item {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .description-none br {
        display: none;
    }

    .about-region__title {
        line-height: 24px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        margin-bottom: 8px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }

    .about-registration {
        margin: 30px -10px 0;
    }

    .header-container,
    .container {
        padding: 0 10px;
    }

    .collapse-arrow__container,
    .collapse-card .card-body {
        padding: 10px;
    }

    .section-header {
        height: auto;
        min-height: 200px;
        padding: 93px 0 25px;
    }

        .section-header h1 {
            font-size: 24px;
            margin-bottom: 0;
            text-align: left !important;
        }

    .collapse-arrow {
        width: 30px;
        height: 30px;
    }

        .collapse-arrow:before {
            width: 15px;
            height: 8px;
            content: '';
            background: url('../images/arrow-bottom.png');
            background-size: cover;
        }

        .collapse-arrow:hover:before {
            width: 15px;
            height: 8px;
            content: '';
            background: url('../images/arrow-bottom-white.png');
            background-size: cover;
        }

    .bg-contact__container {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }

    .contact-project {
        padding: 1rem 3rem 1.429rem;
    }

    .bg-contact__item:first-child {
        margin-bottom: 1.429rem;
    }

    .bg-contact__item .contact-item__pic {
        width: 60px;
        height: 56px;
    }

        .bg-contact__item .contact-item__pic img {
            width: 50%;
        }

    .bg-contact__item .bg-contact__description {
        font-size: 1rem;
        line-height: 16px;
        margin-left: 10px;
    }

    .bg-contact__item .bg-contact__title {
        line-height: 16px;
        margin-bottom: 2px;
    }

    .surprise-element {
        flex-direction: column;
        width: 100%;
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }

    .surprise-element__left {
        margin-bottom: 14px;
        padding-bottom: 14px;
        border-right: 0;
        border-bottom: 1px solid #e4e4e4;
    }

    .surprise-element__right {
        padding-left: 0;
        text-align: center;
    }

    .index-top__container {
        min-height: 450px;
        padding-bottom: 30px;
        background-position: -20% bottom;
        background-size: 300px;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

        .index-top__container .top-info__title {
            font-size: 18px;
            line-height: 24px;
            margin-left: 30%;
        }

        .index-top__container .top-info__description {
            font-size: 14px;
            line-height: 18px;
            margin: 20px 0 40px 35%;
        }

    .top-info__form {
        flex-direction: column;
        padding: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }

    .bg-container__green {
        padding: 15px 0;
    }

    .top-info__input-container {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .top-info__submit-container {
        width: 210px;
        height: 51px;
    }

    .top-info__submit-text {
        width: 100%;
    }

    .bg-container__p {
        padding: 15px 0;
    }

    .document h1 {
        font-size: 20px;
    }

    .step-text.collapsed .step-text__border {
        line-height: 20px;
    }

    .price-item {
        padding: 10px;
    }

    .price-item__body {
        margin: 20px -10px 0;
        padding: 20px 10px 0;
    }

        .price-item__body a,
        .price-item__body .card,
        .price-item__body .link-black {
            font-size: 14px;
        }

        .price-item__body .btn {
            margin-top: 10px;
            padding: 5px 26px;
        }

    .price-title {
        font-size: 18px;
    }

    .price-flex {
        width: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .price-free__left-title {
        font-size: 16px;
        line-height: 20px;
    }

        .price-free__left-title .green-text {
            font-size: 16px;
        }

    .price-free {
        flex-direction: column;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }

        .price-free .btn {
            margin-top: 12px;
        }

    .step-title__big {
        font-size: 20px;
    }

    .helps-title {
        font-size: 1.1rem;
        line-height: 1.3rem;
    }

        .helps-title img {
            max-width: 222px;
            margin: 0 0 6px 6px !important;
        }

    .document-item {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }

    .document-item__title {
        display: none;
    }

    .document-item__title-mobile {
        display: block;
    }

    .document-item__pic {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .document-item__pic img {
            width: 60px;
            margin-right: 10px;
        }

    .document-item .step-text {
        width: 100%;
    }

    .document-item__title {
        font-size: 20px;
    }

    .step-title {
        font-size: 18px;
        line-height: 24px;
    }

    .soc-top__container {
        margin-top: 10px;
    }

    .reviews-item {
        padding: 10px;
    }

    .reviews-container .col-md-12 {
        padding: 0;
    }

    .soc-top__title {
        font-size: 16px;
    }

    .choose_us__item-pic {
        width: 120px;
    }

    .bg-container__green .white br {
        display: none;
    }

    .preparation-documents__form-submit {
        font-size: 12px;
        margin-top: 10px;
    }

    .preparation-documents__container-slogan {
        margin-top: 0;
    }

    .choose_us__item-value {
        font-size: 21px;
        bottom: -16px;
    }

    .document-write-title .btn {
        margin-top: 20px;
    }

    .instruction-items {
        margin-top: 30px;
    }

    .helps-item__title {
        text-align: left;
        -webkit-flex-basis: 55%;
        -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
    }

    .party_exit__title,
    .title-bold {
        font-size: 20px;
        line-height: 30px;
    }

    .party_exit__title_green,
    .green-text {
        font-size: 16px;
        line-height: 21px;
    }

    .btn-transparent {
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .breadcrumb {
        margin-bottom: 20px;
    }

    section {
        padding: 20px 0;
    }

    .helps-item {
        flex-direction: row;
        margin-bottom: 15px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
    }

    .helps-item__pic {
        margin-right: 10px;
    }

    .helps-item__pic {
        width: 120px;
        height: 120px;
    }

    .helps-item:before {
        right: 10px;
        left: auto;
    }

    .step-text__border {
        font-size: 14px;
        line-height: 20px;
    }

    .document-write-title {
        font-size: 20px;
        line-height: 30px;
        text-align: center;
    }

    .step-item {
        margin-left: 10px;
    }

    .instruction-item__container {
        padding-left: 10px;
    }

    .footer-info__logo {
        width: 200px;
    }

    .step-text__container {
        -webkit-flex-basis: 95%;
        -ms-flex-preferred-size: 95%;
        flex-basis: 95%;
    }

    .instruction-item {
        width: 300px !important;
    }

        .instruction-item:before {
            content: none;
        }

    .section-document__page .document-item__title {
        font-size: 20px;
        line-height: 20px;
        display: block;
    }
}

@media (max-width: 530px) {
    .index-top__container {
        background-position: -50% bottom;
    }
}

@media (max-width: 460px) {
    .index-top__container {
        background-position: -90% bottom;
    }
}

@media (max-width: 410px) {
    .form-page-section {
        padding: 20px 10px;
    }

    .index-top__container {
        background-position: -90% bottom;
        background-size: 70%;
    }
}

@media (max-width: 350px) {
    .index-top__container {
        background-position: -150% bottom;
        background-size: 80%;
    }
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

    .slick-prev:hover,
    .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        color: transparent;
        outline: none;
        background: transparent;
    }

        .slick-prev:hover:before,
        .slick-prev:focus:before,
        .slick-next:hover:before,
        .slick-next:focus:before {
            opacity: 1;
        }

    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
        opacity: .25;
    }

    .slick-prev:before,
    .slick-next:before {
        font-family: 'slick';
        font-size: 20px;
        line-height: 1;
        opacity: .75;
        color: white;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 20px;
            height: 20px;
            padding: 5px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: transparent;
        }

            .slick-dots li button:hover,
            .slick-dots li button:focus {
                outline: none;
            }

                .slick-dots li button:hover:before,
                .slick-dots li button:focus:before {
                    opacity: 1;
                }

            .slick-dots li button:before {
                font-family: 'slick';
                font-size: 6px;
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 0;
                width: 20px;
                height: 20px;
                content: '•';
                text-align: center;
                opacity: .25;
                color: black;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-dots li.slick-active button:before {
            opacity: .75;
            color: black;
        }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0#iefix') format('embedded-opentype'), url('../fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571em;
    text-align: center;
}

.fa-ul {
    margin-left: 2.14286em;
    padding-left: 0;
    list-style-type: none;
}

    .fa-ul > li {
        position: relative;
    }

.fa-li {
    position: absolute;
    top: .14286em;
    left: -2.14286em;
    width: 2.14286em;
    text-align: center;
}

    .fa-li.fa-lg {
        left: -1.85714em;
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    -webkit-border-radius: .1em;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)';
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)';
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)';
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)';
}

.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)';
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none;
}

.fa-stack {
    line-height: 2em;
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
    content: '';
}

.fa-music:before {
    content: '';
}

.fa-search:before {
    content: '';
}

.fa-envelope-o:before {
    content: '';
}

.fa-heart:before {
    content: '';
}

.fa-star:before {
    content: '';
}

.fa-star-o:before {
    content: '';
}

.fa-user:before {
    content: '';
}

.fa-film:before {
    content: '';
}

.fa-th-large:before {
    content: '';
}

.fa-th:before {
    content: '';
}

.fa-th-list:before {
    content: '';
}

.fa-check:before {
    content: '';
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: '';
}

.fa-search-plus:before {
    content: '';
}

.fa-search-minus:before {
    content: '';
}

.fa-power-off:before {
    content: '';
}

.fa-signal:before {
    content: '';
}

.fa-gear:before,
.fa-cog:before {
    content: '';
}

.fa-trash-o:before {
    content: '';
}

.fa-home:before {
    content: '';
}

.fa-file-o:before {
    content: '';
}

.fa-clock-o:before {
    content: '';
}

.fa-road:before {
    content: '';
}

.fa-download:before {
    content: '';
}

.fa-arrow-circle-o-down:before {
    content: '';
}

.fa-arrow-circle-o-up:before {
    content: '';
}

.fa-inbox:before {
    content: '';
}

.fa-play-circle-o:before {
    content: '';
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: '';
}

.fa-refresh:before {
    content: '';
}

.fa-list-alt:before {
    content: '';
}

.fa-lock:before {
    content: '';
}

.fa-flag:before {
    content: '';
}

.fa-headphones:before {
    content: '';
}

.fa-volume-off:before {
    content: '';
}

.fa-volume-down:before {
    content: '';
}

.fa-volume-up:before {
    content: '';
}

.fa-qrcode:before {
    content: '';
}

.fa-barcode:before {
    content: '';
}

.fa-tag:before {
    content: '';
}

.fa-tags:before {
    content: '';
}

.fa-book:before {
    content: '';
}

.fa-bookmark:before {
    content: '';
}

.fa-print:before {
    content: '';
}

.fa-camera:before {
    content: '';
}

.fa-font:before {
    content: '';
}

.fa-bold:before {
    content: '';
}

.fa-italic:before {
    content: '';
}

.fa-text-height:before {
    content: '';
}

.fa-text-width:before {
    content: '';
}

.fa-align-left:before {
    content: '';
}

.fa-align-center:before {
    content: '';
}

.fa-align-right:before {
    content: '';
}

.fa-align-justify:before {
    content: '';
}

.fa-list:before {
    content: '';
}

.fa-dedent:before,
.fa-outdent:before {
    content: '';
}

.fa-indent:before {
    content: '';
}

.fa-video-camera:before {
    content: '';
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: '';
}

.fa-pencil:before {
    content: '';
}

.fa-map-marker:before {
    content: '';
}

.fa-adjust:before {
    content: '';
}

.fa-tint:before {
    content: '';
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: '';
}

.fa-share-square-o:before {
    content: '';
}

.fa-check-square-o:before {
    content: '';
}

.fa-arrows:before {
    content: '';
}

.fa-step-backward:before {
    content: '';
}

.fa-fast-backward:before {
    content: '';
}

.fa-backward:before {
    content: '';
}

.fa-play:before {
    content: '';
}

.fa-pause:before {
    content: '';
}

.fa-stop:before {
    content: '';
}

.fa-forward:before {
    content: '';
}

.fa-fast-forward:before {
    content: '';
}

.fa-step-forward:before {
    content: '';
}

.fa-eject:before {
    content: '';
}

.fa-chevron-left:before {
    content: '';
}

.fa-chevron-right:before {
    content: '';
}

.fa-plus-circle:before {
    content: '';
}

.fa-minus-circle:before {
    content: '';
}

.fa-times-circle:before {
    content: '';
}

.fa-check-circle:before {
    content: '';
}

.fa-question-circle:before {
    content: '';
}

.fa-info-circle:before {
    content: '';
}

.fa-crosshairs:before {
    content: '';
}

.fa-times-circle-o:before {
    content: '';
}

.fa-check-circle-o:before {
    content: '';
}

.fa-ban:before {
    content: '';
}

.fa-arrow-left:before {
    content: '';
}

.fa-arrow-right:before {
    content: '';
}

.fa-arrow-up:before {
    content: '';
}

.fa-arrow-down:before {
    content: '';
}

.fa-mail-forward:before,
.fa-share:before {
    content: '';
}

.fa-expand:before {
    content: '';
}

.fa-compress:before {
    content: '';
}

.fa-plus:before {
    content: '';
}

.fa-minus:before {
    content: '';
}

.fa-asterisk:before {
    content: '';
}

.fa-exclamation-circle:before {
    content: '';
}

.fa-gift:before {
    content: '';
}

.fa-leaf:before {
    content: '';
}

.fa-fire:before {
    content: '';
}

.fa-eye:before {
    content: '';
}

.fa-eye-slash:before {
    content: '';
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: '';
}

.fa-plane:before {
    content: '';
}

.fa-calendar:before {
    content: '';
}

.fa-random:before {
    content: '';
}

.fa-comment:before {
    content: '';
}

.fa-magnet:before {
    content: '';
}

.fa-chevron-up:before {
    content: '';
}

.fa-chevron-down:before {
    content: '';
}

.fa-retweet:before {
    content: '';
}

.fa-shopping-cart:before {
    content: '';
}

.fa-folder:before {
    content: '';
}

.fa-folder-open:before {
    content: '';
}

.fa-arrows-v:before {
    content: '';
}

.fa-arrows-h:before {
    content: '';
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: '';
}

.fa-twitter-square:before {
    content: '';
}

.fa-facebook-square:before {
    content: '';
}

.fa-camera-retro:before {
    content: '';
}

.fa-key:before {
    content: '';
}

.fa-gears:before,
.fa-cogs:before {
    content: '';
}

.fa-comments:before {
    content: '';
}

.fa-thumbs-o-up:before {
    content: '';
}

.fa-thumbs-o-down:before {
    content: '';
}

.fa-star-half:before {
    content: '';
}

.fa-heart-o:before {
    content: '';
}

.fa-sign-out:before {
    content: '';
}

.fa-linkedin-square:before {
    content: '';
}

.fa-thumb-tack:before {
    content: '';
}

.fa-external-link:before {
    content: '';
}

.fa-sign-in:before {
    content: '';
}

.fa-trophy:before {
    content: '';
}

.fa-github-square:before {
    content: '';
}

.fa-upload:before {
    content: '';
}

.fa-lemon-o:before {
    content: '';
}

.fa-phone:before {
    content: '';
}

.fa-square-o:before {
    content: '';
}

.fa-bookmark-o:before {
    content: '';
}

.fa-phone-square:before {
    content: '';
}

.fa-twitter:before {
    content: '';
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: '';
}

.fa-github:before {
    content: '';
}

.fa-unlock:before {
    content: '';
}

.fa-credit-card:before {
    content: '';
}

.fa-feed:before,
.fa-rss:before {
    content: '';
}

.fa-hdd-o:before {
    content: '';
}

.fa-bullhorn:before {
    content: '';
}

.fa-bell:before {
    content: '';
}

.fa-certificate:before {
    content: '';
}

.fa-hand-o-right:before {
    content: '';
}

.fa-hand-o-left:before {
    content: '';
}

.fa-hand-o-up:before {
    content: '';
}

.fa-hand-o-down:before {
    content: '';
}

.fa-arrow-circle-left:before {
    content: '';
}

.fa-arrow-circle-right:before {
    content: '';
}

.fa-arrow-circle-up:before {
    content: '';
}

.fa-arrow-circle-down:before {
    content: '';
}

.fa-globe:before {
    content: '';
}

.fa-wrench:before {
    content: '';
}

.fa-tasks:before {
    content: '';
}

.fa-filter:before {
    content: '';
}

.fa-briefcase:before {
    content: '';
}

.fa-arrows-alt:before {
    content: '';
}

.fa-group:before,
.fa-users:before {
    content: '';
}

.fa-chain:before,
.fa-link:before {
    content: '';
}

.fa-cloud:before {
    content: '';
}

.fa-flask:before {
    content: '';
}

.fa-cut:before,
.fa-scissors:before {
    content: '';
}

.fa-copy:before,
.fa-files-o:before {
    content: '';
}

.fa-paperclip:before {
    content: '';
}

.fa-save:before,
.fa-floppy-o:before {
    content: '';
}

.fa-square:before {
    content: '';
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: '';
}

.fa-list-ul:before {
    content: '';
}

.fa-list-ol:before {
    content: '';
}

.fa-strikethrough:before {
    content: '';
}

.fa-underline:before {
    content: '';
}

.fa-table:before {
    content: '';
}

.fa-magic:before {
    content: '';
}

.fa-truck:before {
    content: '';
}

.fa-pinterest:before {
    content: '';
}

.fa-pinterest-square:before {
    content: '';
}

.fa-google-plus-square:before {
    content: '';
}

.fa-google-plus:before {
    content: '';
}

.fa-money:before {
    content: '';
}

.fa-caret-down:before {
    content: '';
}

.fa-caret-up:before {
    content: '';
}

.fa-caret-left:before {
    content: '';
}

.fa-caret-right:before {
    content: '';
}

.fa-columns:before {
    content: '';
}

.fa-unsorted:before,
.fa-sort:before {
    content: '';
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: '';
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: '';
}

.fa-envelope:before {
    content: '';
}

.fa-linkedin:before {
    content: '';
}

.fa-rotate-left:before,
.fa-undo:before {
    content: '';
}

.fa-legal:before,
.fa-gavel:before {
    content: '';
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: '';
}

.fa-comment-o:before {
    content: '';
}

.fa-comments-o:before {
    content: '';
}

.fa-flash:before,
.fa-bolt:before {
    content: '';
}

.fa-sitemap:before {
    content: '';
}

.fa-umbrella:before {
    content: '';
}

.fa-paste:before,
.fa-clipboard:before {
    content: '';
}

.fa-lightbulb-o:before {
    content: '';
}

.fa-exchange:before {
    content: '';
}

.fa-cloud-download:before {
    content: '';
}

.fa-cloud-upload:before {
    content: '';
}

.fa-user-md:before {
    content: '';
}

.fa-stethoscope:before {
    content: '';
}

.fa-suitcase:before {
    content: '';
}

.fa-bell-o:before {
    content: '';
}

.fa-coffee:before {
    content: '';
}

.fa-cutlery:before {
    content: '';
}

.fa-file-text-o:before {
    content: '';
}

.fa-building-o:before {
    content: '';
}

.fa-hospital-o:before {
    content: '';
}

.fa-ambulance:before {
    content: '';
}

.fa-medkit:before {
    content: '';
}

.fa-fighter-jet:before {
    content: '';
}

.fa-beer:before {
    content: '';
}

.fa-h-square:before {
    content: '';
}

.fa-plus-square:before {
    content: '';
}

.fa-angle-double-left:before {
    content: '';
}

.fa-angle-double-right:before {
    content: '';
}

.fa-angle-double-up:before {
    content: '';
}

.fa-angle-double-down:before {
    content: '';
}

.fa-angle-left:before {
    content: '';
}

.fa-angle-right:before {
    content: '';
}

.fa-angle-up:before {
    content: '';
}

.fa-angle-down:before {
    content: '';
}

.fa-desktop:before {
    content: '';
}

.fa-laptop:before {
    content: '';
}

.fa-tablet:before {
    content: '';
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: '';
}

.fa-circle-o:before {
    content: '';
}

.fa-quote-left:before {
    content: '';
}

.fa-quote-right:before {
    content: '';
}

.fa-spinner:before {
    content: '';
}

.fa-circle:before {
    content: '';
}

.fa-mail-reply:before,
.fa-reply:before {
    content: '';
}

.fa-github-alt:before {
    content: '';
}

.fa-folder-o:before {
    content: '';
}

.fa-folder-open-o:before {
    content: '';
}

.fa-smile-o:before {
    content: '';
}

.fa-frown-o:before {
    content: '';
}

.fa-meh-o:before {
    content: '';
}

.fa-gamepad:before {
    content: '';
}

.fa-keyboard-o:before {
    content: '';
}

.fa-flag-o:before {
    content: '';
}

.fa-flag-checkered:before {
    content: '';
}

.fa-terminal:before {
    content: '';
}

.fa-code:before {
    content: '';
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: '';
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: '';
}

.fa-location-arrow:before {
    content: '';
}

.fa-crop:before {
    content: '';
}

.fa-code-fork:before {
    content: '';
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: '';
}

.fa-question:before {
    content: '';
}

.fa-info:before {
    content: '';
}

.fa-exclamation:before {
    content: '';
}

.fa-superscript:before {
    content: '';
}

.fa-subscript:before {
    content: '';
}

.fa-eraser:before {
    content: '';
}

.fa-puzzle-piece:before {
    content: '';
}

.fa-microphone:before {
    content: '';
}

.fa-microphone-slash:before {
    content: '';
}

.fa-shield:before {
    content: '';
}

.fa-calendar-o:before {
    content: '';
}

.fa-fire-extinguisher:before {
    content: '';
}

.fa-rocket:before {
    content: '';
}

.fa-maxcdn:before {
    content: '';
}

.fa-chevron-circle-left:before {
    content: '';
}

.fa-chevron-circle-right:before {
    content: '';
}

.fa-chevron-circle-up:before {
    content: '';
}

.fa-chevron-circle-down:before {
    content: '';
}

.fa-html5:before {
    content: '';
}

.fa-css3:before {
    content: '';
}

.fa-anchor:before {
    content: '';
}

.fa-unlock-alt:before {
    content: '';
}

.fa-bullseye:before {
    content: '';
}

.fa-ellipsis-h:before {
    content: '';
}

.fa-ellipsis-v:before {
    content: '';
}

.fa-rss-square:before {
    content: '';
}

.fa-play-circle:before {
    content: '';
}

.fa-ticket:before {
    content: '';
}

.fa-minus-square:before {
    content: '';
}

.fa-minus-square-o:before {
    content: '';
}

.fa-level-up:before {
    content: '';
}

.fa-level-down:before {
    content: '';
}

.fa-check-square:before {
    content: '';
}

.fa-pencil-square:before {
    content: '';
}

.fa-external-link-square:before {
    content: '';
}

.fa-share-square:before {
    content: '';
}

.fa-compass:before {
    content: '';
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: '';
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: '';
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: '';
}

.fa-euro:before,
.fa-eur:before {
    content: '';
}

.fa-gbp:before {
    content: '';
}

.fa-dollar:before,
.fa-usd:before {
    content: '';
}

.fa-rupee:before,
.fa-inr:before {
    content: '';
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: '';
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: '';
}

.fa-won:before,
.fa-krw:before {
    content: '';
}

.fa-bitcoin:before,
.fa-btc:before {
    content: '';
}

.fa-file:before {
    content: '';
}

.fa-file-text:before {
    content: '';
}

.fa-sort-alpha-asc:before {
    content: '';
}

.fa-sort-alpha-desc:before {
    content: '';
}

.fa-sort-amount-asc:before {
    content: '';
}

.fa-sort-amount-desc:before {
    content: '';
}

.fa-sort-numeric-asc:before {
    content: '';
}

.fa-sort-numeric-desc:before {
    content: '';
}

.fa-thumbs-up:before {
    content: '';
}

.fa-thumbs-down:before {
    content: '';
}

.fa-youtube-square:before {
    content: '';
}

.fa-youtube:before {
    content: '';
}

.fa-xing:before {
    content: '';
}

.fa-xing-square:before {
    content: '';
}

.fa-youtube-play:before {
    content: '';
}

.fa-dropbox:before {
    content: '';
}

.fa-stack-overflow:before {
    content: '';
}

.fa-instagram:before {
    content: '';
}

.fa-flickr:before {
    content: '';
}

.fa-adn:before {
    content: '';
}

.fa-bitbucket:before {
    content: '';
}

.fa-bitbucket-square:before {
    content: '';
}

.fa-tumblr:before {
    content: '';
}

.fa-tumblr-square:before {
    content: '';
}

.fa-long-arrow-down:before {
    content: '';
}

.fa-long-arrow-up:before {
    content: '';
}

.fa-long-arrow-left:before {
    content: '';
}

.fa-long-arrow-right:before {
    content: '';
}

.fa-apple:before {
    content: '';
}

.fa-windows:before {
    content: '';
}

.fa-android:before {
    content: '';
}

.fa-linux:before {
    content: '';
}

.fa-dribbble:before {
    content: '';
}

.fa-skype:before {
    content: '';
}

.fa-foursquare:before {
    content: '';
}

.fa-trello:before {
    content: '';
}

.fa-female:before {
    content: '';
}

.fa-male:before {
    content: '';
}

.fa-gittip:before,
.fa-gratipay:before {
    content: '';
}

.fa-sun-o:before {
    content: '';
}

.fa-moon-o:before {
    content: '';
}

.fa-archive:before {
    content: '';
}

.fa-bug:before {
    content: '';
}

.fa-vk:before {
    content: '';
}

.fa-weibo:before {
    content: '';
}

.fa-renren:before {
    content: '';
}

.fa-pagelines:before {
    content: '';
}

.fa-stack-exchange:before {
    content: '';
}

.fa-arrow-circle-o-right:before {
    content: '';
}

.fa-arrow-circle-o-left:before {
    content: '';
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: '';
}

.fa-dot-circle-o:before {
    content: '';
}

.fa-wheelchair:before {
    content: '';
}

.fa-vimeo-square:before {
    content: '';
}

.fa-turkish-lira:before,
.fa-try:before {
    content: '';
}

.fa-plus-square-o:before {
    content: '';
}

.fa-space-shuttle:before {
    content: '';
}

.fa-slack:before {
    content: '';
}

.fa-envelope-square:before {
    content: '';
}

.fa-wordpress:before {
    content: '';
}

.fa-openid:before {
    content: '';
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: '';
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: '';
}

.fa-yahoo:before {
    content: '';
}

.fa-google:before {
    content: '';
}

.fa-reddit:before {
    content: '';
}

.fa-reddit-square:before {
    content: '';
}

.fa-stumbleupon-circle:before {
    content: '';
}

.fa-stumbleupon:before {
    content: '';
}

.fa-delicious:before {
    content: '';
}

.fa-digg:before {
    content: '';
}

.fa-pied-piper-pp:before {
    content: '';
}

.fa-pied-piper-alt:before {
    content: '';
}

.fa-drupal:before {
    content: '';
}

.fa-joomla:before {
    content: '';
}

.fa-language:before {
    content: '';
}

.fa-fax:before {
    content: '';
}

.fa-building:before {
    content: '';
}

.fa-child:before {
    content: '';
}

.fa-paw:before {
    content: '';
}

.fa-spoon:before {
    content: '';
}

.fa-cube:before {
    content: '';
}

.fa-cubes:before {
    content: '';
}

.fa-behance:before {
    content: '';
}

.fa-behance-square:before {
    content: '';
}

.fa-steam:before {
    content: '';
}

.fa-steam-square:before {
    content: '';
}

.fa-recycle:before {
    content: '';
}

.fa-automobile:before,
.fa-car:before {
    content: '';
}

.fa-cab:before,
.fa-taxi:before {
    content: '';
}

.fa-tree:before {
    content: '';
}

.fa-spotify:before {
    content: '';
}

.fa-deviantart:before {
    content: '';
}

.fa-soundcloud:before {
    content: '';
}

.fa-database:before {
    content: '';
}

.fa-file-pdf-o:before {
    content: '';
}

.fa-file-word-o:before {
    content: '';
}

.fa-file-excel-o:before {
    content: '';
}

.fa-file-powerpoint-o:before {
    content: '';
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: '';
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: '';
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: '';
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: '';
}

.fa-file-code-o:before {
    content: '';
}

.fa-vine:before {
    content: '';
}

.fa-codepen:before {
    content: '';
}

.fa-jsfiddle:before {
    content: '';
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: '';
}

.fa-circle-o-notch:before {
    content: '';
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: '';
}

.fa-ge:before,
.fa-empire:before {
    content: '';
}

.fa-git-square:before {
    content: '';
}

.fa-git:before {
    content: '';
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: '';
}

.fa-tencent-weibo:before {
    content: '';
}

.fa-qq:before {
    content: '';
}

.fa-wechat:before,
.fa-weixin:before {
    content: '';
}

.fa-send:before,
.fa-paper-plane:before {
    content: '';
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: '';
}

.fa-history:before {
    content: '';
}

.fa-circle-thin:before {
    content: '';
}

.fa-header:before {
    content: '';
}

.fa-paragraph:before {
    content: '';
}

.fa-sliders:before {
    content: '';
}

.fa-share-alt:before {
    content: '';
}

.fa-share-alt-square:before {
    content: '';
}

.fa-bomb:before {
    content: '';
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: '';
}

.fa-tty:before {
    content: '';
}

.fa-binoculars:before {
    content: '';
}

.fa-plug:before {
    content: '';
}

.fa-slideshare:before {
    content: '';
}

.fa-twitch:before {
    content: '';
}

.fa-yelp:before {
    content: '';
}

.fa-newspaper-o:before {
    content: '';
}

.fa-wifi:before {
    content: '';
}

.fa-calculator:before {
    content: '';
}

.fa-paypal:before {
    content: '';
}

.fa-google-wallet:before {
    content: '';
}

.fa-cc-visa:before {
    content: '';
}

.fa-cc-mastercard:before {
    content: '';
}

.fa-cc-discover:before {
    content: '';
}

.fa-cc-amex:before {
    content: '';
}

.fa-cc-paypal:before {
    content: '';
}

.fa-cc-stripe:before {
    content: '';
}

.fa-bell-slash:before {
    content: '';
}

.fa-bell-slash-o:before {
    content: '';
}

.fa-trash:before {
    content: '';
}

.fa-copyright:before {
    content: '';
}

.fa-at:before {
    content: '';
}

.fa-eyedropper:before {
    content: '';
}

.fa-paint-brush:before {
    content: '';
}

.fa-birthday-cake:before {
    content: '';
}

.fa-area-chart:before {
    content: '';
}

.fa-pie-chart:before {
    content: '';
}

.fa-line-chart:before {
    content: '';
}

.fa-lastfm:before {
    content: '';
}

.fa-lastfm-square:before {
    content: '';
}

.fa-toggle-off:before {
    content: '';
}

.fa-toggle-on:before {
    content: '';
}

.fa-bicycle:before {
    content: '';
}

.fa-bus:before {
    content: '';
}

.fa-ioxhost:before {
    content: '';
}

.fa-angellist:before {
    content: '';
}

.fa-cc:before {
    content: '';
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: '';
}

.fa-meanpath:before {
    content: '';
}

.fa-buysellads:before {
    content: '';
}

.fa-connectdevelop:before {
    content: '';
}

.fa-dashcube:before {
    content: '';
}

.fa-forumbee:before {
    content: '';
}

.fa-leanpub:before {
    content: '';
}

.fa-sellsy:before {
    content: '';
}

.fa-shirtsinbulk:before {
    content: '';
}

.fa-simplybuilt:before {
    content: '';
}

.fa-skyatlas:before {
    content: '';
}

.fa-cart-plus:before {
    content: '';
}

.fa-cart-arrow-down:before {
    content: '';
}

.fa-diamond:before {
    content: '';
}

.fa-ship:before {
    content: '';
}

.fa-user-secret:before {
    content: '';
}

.fa-motorcycle:before {
    content: '';
}

.fa-street-view:before {
    content: '';
}

.fa-heartbeat:before {
    content: '';
}

.fa-venus:before {
    content: '';
}

.fa-mars:before {
    content: '';
}

.fa-mercury:before {
    content: '';
}

.fa-intersex:before,
.fa-transgender:before {
    content: '';
}

.fa-transgender-alt:before {
    content: '';
}

.fa-venus-double:before {
    content: '';
}

.fa-mars-double:before {
    content: '';
}

.fa-venus-mars:before {
    content: '';
}

.fa-mars-stroke:before {
    content: '';
}

.fa-mars-stroke-v:before {
    content: '';
}

.fa-mars-stroke-h:before {
    content: '';
}

.fa-neuter:before {
    content: '';
}

.fa-genderless:before {
    content: '';
}

.fa-facebook-official:before {
    content: '';
}

.fa-pinterest-p:before {
    content: '';
}

.fa-whatsapp:before {
    content: '';
}

.fa-server:before {
    content: '';
}

.fa-user-plus:before {
    content: '';
}

.fa-user-times:before {
    content: '';
}

.fa-hotel:before,
.fa-bed:before {
    content: '';
}

.fa-viacoin:before {
    content: '';
}

.fa-train:before {
    content: '';
}

.fa-subway:before {
    content: '';
}

.fa-medium:before {
    content: '';
}

.fa-yc:before,
.fa-y-combinator:before {
    content: '';
}

.fa-optin-monster:before {
    content: '';
}

.fa-opencart:before {
    content: '';
}

.fa-expeditedssl:before {
    content: '';
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: '';
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: '';
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: '';
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: '';
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: '';
}

.fa-mouse-pointer:before {
    content: '';
}

.fa-i-cursor:before {
    content: '';
}

.fa-object-group:before {
    content: '';
}

.fa-object-ungroup:before {
    content: '';
}

.fa-sticky-note:before {
    content: '';
}

.fa-sticky-note-o:before {
    content: '';
}

.fa-cc-jcb:before {
    content: '';
}

.fa-cc-diners-club:before {
    content: '';
}

.fa-clone:before {
    content: '';
}

.fa-balance-scale:before {
    content: '';
}

.fa-hourglass-o:before {
    content: '';
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: '';
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: '';
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: '';
}

.fa-hourglass:before {
    content: '';
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: '';
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: '';
}

.fa-hand-scissors-o:before {
    content: '';
}

.fa-hand-lizard-o:before {
    content: '';
}

.fa-hand-spock-o:before {
    content: '';
}

.fa-hand-pointer-o:before {
    content: '';
}

.fa-hand-peace-o:before {
    content: '';
}

.fa-trademark:before {
    content: '';
}

.fa-registered:before {
    content: '';
}

.fa-creative-commons:before {
    content: '';
}

.fa-gg:before {
    content: '';
}

.fa-gg-circle:before {
    content: '';
}

.fa-tripadvisor:before {
    content: '';
}

.fa-odnoklassniki:before {
    content: '';
}

.fa-odnoklassniki-square:before {
    content: '';
}

.fa-get-pocket:before {
    content: '';
}

.fa-wikipedia-w:before {
    content: '';
}

.fa-safari:before {
    content: '';
}

.fa-chrome:before {
    content: '';
}

.fa-firefox:before {
    content: '';
}

.fa-opera:before {
    content: '';
}

.fa-internet-explorer:before {
    content: '';
}

.fa-tv:before,
.fa-television:before {
    content: '';
}

.fa-contao:before {
    content: '';
}

.fa-500px:before {
    content: '';
}

.fa-amazon:before {
    content: '';
}

.fa-calendar-plus-o:before {
    content: '';
}

.fa-calendar-minus-o:before {
    content: '';
}

.fa-calendar-times-o:before {
    content: '';
}

.fa-calendar-check-o:before {
    content: '';
}

.fa-industry:before {
    content: '';
}

.fa-map-pin:before {
    content: '';
}

.fa-map-signs:before {
    content: '';
}

.fa-map-o:before {
    content: '';
}

.fa-map:before {
    content: '';
}

.fa-commenting:before {
    content: '';
}

.fa-commenting-o:before {
    content: '';
}

.fa-houzz:before {
    content: '';
}

.fa-vimeo:before {
    content: '';
}

.fa-black-tie:before {
    content: '';
}

.fa-fonticons:before {
    content: '';
}

.fa-reddit-alien:before {
    content: '';
}

.fa-edge:before {
    content: '';
}

.fa-credit-card-alt:before {
    content: '';
}

.fa-codiepie:before {
    content: '';
}

.fa-modx:before {
    content: '';
}

.fa-fort-awesome:before {
    content: '';
}

.fa-usb:before {
    content: '';
}

.fa-product-hunt:before {
    content: '';
}

.fa-mixcloud:before {
    content: '';
}

.fa-scribd:before {
    content: '';
}

.fa-pause-circle:before {
    content: '';
}

.fa-pause-circle-o:before {
    content: '';
}

.fa-stop-circle:before {
    content: '';
}

.fa-stop-circle-o:before {
    content: '';
}

.fa-shopping-bag:before {
    content: '';
}

.fa-shopping-basket:before {
    content: '';
}

.fa-hashtag:before {
    content: '';
}

.fa-bluetooth:before {
    content: '';
}

.fa-bluetooth-b:before {
    content: '';
}

.fa-percent:before {
    content: '';
}

.fa-gitlab:before {
    content: '';
}

.fa-wpbeginner:before {
    content: '';
}

.fa-wpforms:before {
    content: '';
}

.fa-envira:before {
    content: '';
}

.fa-universal-access:before {
    content: '';
}

.fa-wheelchair-alt:before {
    content: '';
}

.fa-question-circle-o:before {
    content: '';
}

.fa-blind:before {
    content: '';
}

.fa-audio-description:before {
    content: '';
}

.fa-volume-control-phone:before {
    content: '';
}

.fa-braille:before {
    content: '';
}

.fa-assistive-listening-systems:before {
    content: '';
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: '';
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: '';
}

.fa-glide:before {
    content: '';
}

.fa-glide-g:before {
    content: '';
}

.fa-signing:before,
.fa-sign-language:before {
    content: '';
}

.fa-low-vision:before {
    content: '';
}

.fa-viadeo:before {
    content: '';
}

.fa-viadeo-square:before {
    content: '';
}

.fa-snapchat:before {
    content: '';
}

.fa-snapchat-ghost:before {
    content: '';
}

.fa-snapchat-square:before {
    content: '';
}

.fa-pied-piper:before {
    content: '';
}

.fa-first-order:before {
    content: '';
}

.fa-yoast:before {
    content: '';
}

.fa-themeisle:before {
    content: '';
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: '';
}

.fa-fa:before,
.fa-font-awesome:before {
    content: '';
}

.fa-handshake-o:before {
    content: '';
}

.fa-envelope-open:before {
    content: '';
}

.fa-envelope-open-o:before {
    content: '';
}

.fa-linode:before {
    content: '';
}

.fa-address-book:before {
    content: '';
}

.fa-address-book-o:before {
    content: '';
}

.fa-vcard:before,
.fa-address-card:before {
    content: '';
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: '';
}

.fa-user-circle:before {
    content: '';
}

.fa-user-circle-o:before {
    content: '';
}

.fa-user-o:before {
    content: '';
}

.fa-id-badge:before {
    content: '';
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: '';
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: '';
}

.fa-quora:before {
    content: '';
}

.fa-free-code-camp:before {
    content: '';
}

.fa-telegram:before {
    content: '';
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: '';
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: '';
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: '';
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: '';
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: '';
}

.fa-shower:before {
    content: '';
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: '';
}

.fa-podcast:before {
    content: '';
}

.fa-window-maximize:before {
    content: '';
}

.fa-window-minimize:before {
    content: '';
}

.fa-window-restore:before {
    content: '';
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: '';
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: '';
}

.fa-bandcamp:before {
    content: '';
}

.fa-grav:before {
    content: '';
}

.fa-etsy:before {
    content: '';
}

.fa-imdb:before {
    content: '';
}

.fa-ravelry:before {
    content: '';
}

.fa-eercast:before {
    content: '';
}

.fa-microchip:before {
    content: '';
}

.fa-snowflake-o:before {
    content: '';
}

.fa-superpowers:before {
    content: '';
}

.fa-wpexplorer:before {
    content: '';
}

.fa-meetup:before {
    content: '';
}

.sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
}

    .owl-carousel .owl-stage {
        margin: 0 auto;
        position: relative;
        -ms-touch-action: pan-Y;
        -moz-backface-visibility: hidden;
        /* fix firefox animation glitch */
    }

        .owl-carousel .owl-stage:after {
            line-height: 0;
            display: block;
            visibility: hidden;
            clear: both;
            height: 0;
            content: '.';
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        /* fix for flashing background */
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-wrapper,
    .owl-carousel .owl-item {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
    }

    .owl-carousel .owl-item {
        position: relative;
        float: left;
        min-height: 1px;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%;
        }

    .owl-carousel .owl-nav.disabled,
    .owl-carousel .owl-dots.disabled {
        display: none;
    }

    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next,
    .owl-carousel .owl-dot {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel.owl-loaded {
        display: block;
    }

    .owl-carousel.owl-loading {
        display: block;
        opacity: 0;
    }

    .owl-carousel.owl-hidden {
        opacity: 0;
    }

    .owl-carousel.owl-refresh .owl-item {
        visibility: hidden;
    }

    .owl-carousel.owl-drag .owl-item {
        -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;
        }

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -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 Carousel - Auto Height Plugin
 */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
    opacity: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
    cursor: pointer;
    -webkit-transition: -webkit-transform 100ms ease;
    transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease;
    transition: transform 100ms ease, -webkit-transform 100ms ease;
    background: url('owl.video.play.png') no-repeat;
    -webkit-backface-visibility: hidden;
}

    .owl-carousel .owl-video-play-icon:hover {
        -webkit-transform: scale(1.3, 1.3);
        -ms-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3);
    }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    height: 100%;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.page-layout {
    border: 5px solid red;
    padding: 10px;
}

.page-layout-header {
    color: red;
}
