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

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

footer,
header,
main,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, ;
    font-family: Georgia, Times, "Times New Roman", serif !important;
    /* font-size: 1rem; */
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

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

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

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

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

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

dt {
    font-weight: 700
}

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

strong {
    font-weight: bolder
}

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

sub {
    bottom: -.25em
}

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

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

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

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

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

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

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

button {
    border-radius: 0
}

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

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

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

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

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

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

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

[hidden] {
    display: none !important
}

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

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

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

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

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

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

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

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

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

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

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-13,
.col-14,
.col-15,
.col-16,
.col-17,
.col-18,
.col-19,
.col-2,
.col-20,
.col-21,
.col-22,
.col-23,
.col-24,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-13,
.col-lg-14,
.col-lg-15,
.col-lg-16,
.col-lg-17,
.col-lg-18,
.col-lg-19,
.col-lg-2,
.col-lg-20,
.col-lg-21,
.col-lg-22,
.col-lg-23,
.col-lg-24,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-13,
.col-md-14,
.col-md-15,
.col-md-16,
.col-md-17,
.col-md-18,
.col-md-19,
.col-md-2,
.col-md-20,
.col-md-21,
.col-md-22,
.col-md-23,
.col-md-24,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-13,
.col-sm-14,
.col-sm-15,
.col-sm-16,
.col-sm-17,
.col-sm-18,
.col-sm-19,
.col-sm-2,
.col-sm-20,
.col-sm-21,
.col-sm-22,
.col-sm-23,
.col-sm-24,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-13,
.col-xl-14,
.col-xl-15,
.col-xl-16,
.col-xl-17,
.col-xl-18,
.col-xl-19,
.col-xl-2,
.col-xl-20,
.col-xl-21,
.col-xl-22,
.col-xl-23,
.col-xl-24,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

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

.col-1 {
    flex: 0 0 4.16667%;
    max-width: 4.16667%
}

.col-2 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%
}

.col-4 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-5 {
    flex: 0 0 20.83333%;
    max-width: 20.83333%
}

.col-6 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-7 {
    flex: 0 0 29.16667%;
    max-width: 29.16667%
}

.col-8 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%
}

.col-10 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-11 {
    flex: 0 0 45.83333%;
    max-width: 45.83333%
}

.col-12 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-13 {
    flex: 0 0 54.16667%;
    max-width: 54.16667%
}

.col-14 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%
}

.col-16 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-17 {
    flex: 0 0 70.83333%;
    max-width: 70.83333%
}

.col-18 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-19 {
    flex: 0 0 79.16667%;
    max-width: 79.16667%
}

.col-20 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%
}

.col-22 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-23 {
    flex: 0 0 95.83333%;
    max-width: 95.83333%
}

.col-24 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.order-13 {
    order: 13
}

.order-14 {
    order: 14
}

.order-15 {
    order: 15
}

.order-16 {
    order: 16
}

.order-17 {
    order: 17
}

.order-18 {
    order: 18
}

.order-19 {
    order: 19
}

.order-20 {
    order: 20
}

.order-21 {
    order: 21
}

.order-22 {
    order: 22
}

.order-23 {
    order: 23
}

.order-24 {
    order: 24
}

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

.contact-form {
    margin-bottom: 3rem
}

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

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

    .col-sm-1 {
        flex: 0 0 4.16667%;
        max-width: 4.16667%
    }

    .col-sm-2 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-3 {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .col-sm-4 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-5 {
        flex: 0 0 20.83333%;
        max-width: 20.83333%
    }

    .col-sm-6 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-7 {
        flex: 0 0 29.16667%;
        max-width: 29.16667%
    }

    .col-sm-8 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-9 {
        flex: 0 0 37.5%;
        max-width: 37.5%
    }

    .col-sm-10 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-11 {
        flex: 0 0 45.83333%;
        max-width: 45.83333%
    }

    .col-sm-12 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-13 {
        flex: 0 0 54.16667%;
        max-width: 54.16667%
    }

    .col-sm-14 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-15 {
        flex: 0 0 62.5%;
        max-width: 62.5%
    }

    .col-sm-16 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-17 {
        flex: 0 0 70.83333%;
        max-width: 70.83333%
    }

    .col-sm-18 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-19 {
        flex: 0 0 79.16667%;
        max-width: 79.16667%
    }

    .col-sm-20 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-21 {
        flex: 0 0 87.5%;
        max-width: 87.5%
    }

    .col-sm-22 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-23 {
        flex: 0 0 95.83333%;
        max-width: 95.83333%
    }

    .col-sm-24 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .order-sm-13 {
        order: 13
    }

    .order-sm-14 {
        order: 14
    }

    .order-sm-15 {
        order: 15
    }

    .order-sm-16 {
        order: 16
    }

    .order-sm-17 {
        order: 17
    }

    .order-sm-18 {
        order: 18
    }

    .order-sm-19 {
        order: 19
    }

    .order-sm-20 {
        order: 20
    }

    .order-sm-21 {
        order: 21
    }

    .order-sm-22 {
        order: 22
    }

    .order-sm-23 {
        order: 23
    }

    .order-sm-24 {
        order: 24
    }

    .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 {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    .col-md-1 {
        flex: 0 0 4.16667%;
        max-width: 4.16667%
    }

    .col-md-2 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-3 {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .col-md-4 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-5 {
        flex: 0 0 20.83333%;
        max-width: 20.83333%
    }

    .col-md-6 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-7 {
        flex: 0 0 29.16667%;
        max-width: 29.16667%
    }

    .col-md-8 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-9 {
        flex: 0 0 37.5%;
        max-width: 37.5%
    }

    .col-md-10 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-11 {
        flex: 0 0 45.83333%;
        max-width: 45.83333%
    }

    .col-md-12 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-13 {
        flex: 0 0 54.16667%;
        max-width: 54.16667%
    }

    .col-md-14 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-15 {
        flex: 0 0 62.5%;
        max-width: 62.5%
    }

    .col-md-16 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-17 {
        flex: 0 0 70.83333%;
        max-width: 70.83333%
    }

    .col-md-18 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-19 {
        flex: 0 0 79.16667%;
        max-width: 79.16667%
    }

    .col-md-20 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-21 {
        flex: 0 0 87.5%;
        max-width: 87.5%
    }

    .col-md-22 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-23 {
        flex: 0 0 95.83333%;
        max-width: 95.83333%
    }

    .col-md-24 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .order-md-13 {
        order: 13
    }

    .order-md-14 {
        order: 14
    }

    .order-md-15 {
        order: 15
    }

    .order-md-16 {
        order: 16
    }

    .order-md-17 {
        order: 17
    }

    .order-md-18 {
        order: 18
    }

    .order-md-19 {
        order: 19
    }

    .order-md-20 {
        order: 20
    }

    .order-md-21 {
        order: 21
    }

    .order-md-22 {
        order: 22
    }

    .order-md-23 {
        order: 23
    }

    .order-md-24 {
        order: 24
    }

    .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 {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    .col-lg-1 {
        flex: 0 0 4.16667%;
        max-width: 4.16667%
    }

    .col-lg-2 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-3 {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .col-lg-4 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-5 {
        flex: 0 0 20.83333%;
        max-width: 20.83333%
    }

    .col-lg-6 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-7 {
        flex: 0 0 29.16667%;
        max-width: 29.16667%
    }

    .col-lg-8 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-9 {
        flex: 0 0 37.5%;
        max-width: 37.5%
    }

    .col-lg-10 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-11 {
        flex: 0 0 45.83333%;
        max-width: 45.83333%
    }

    .col-lg-12 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-13 {
        flex: 0 0 54.16667%;
        max-width: 54.16667%
    }

    .col-lg-14 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-15 {
        flex: 0 0 62.5%;
        max-width: 62.5%
    }

    .col-lg-16 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-17 {
        flex: 0 0 70.83333%;
        max-width: 70.83333%
    }

    .col-lg-18 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-19 {
        flex: 0 0 79.16667%;
        max-width: 79.16667%
    }

    .col-lg-20 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-21 {
        flex: 0 0 87.5%;
        max-width: 87.5%
    }

    .col-lg-22 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-23 {
        flex: 0 0 95.83333%;
        max-width: 95.83333%
    }

    .col-lg-24 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .order-lg-13 {
        order: 13
    }

    .order-lg-14 {
        order: 14
    }

    .order-lg-15 {
        order: 15
    }

    .order-lg-16 {
        order: 16
    }

    .order-lg-17 {
        order: 17
    }

    .order-lg-18 {
        order: 18
    }

    .order-lg-19 {
        order: 19
    }

    .order-lg-20 {
        order: 20
    }

    .order-lg-21 {
        order: 21
    }

    .order-lg-22 {
        order: 22
    }

    .order-lg-23 {
        order: 23
    }

    .order-lg-24 {
        order: 24
    }

    .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:1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    .col-xl-1 {
        flex: 0 0 4.16667%;
        max-width: 4.16667%
    }

    .col-xl-2 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-3 {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .col-xl-4 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-5 {
        flex: 0 0 20.83333%;
        max-width: 20.83333%
    }

    .col-xl-6 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-7 {
        flex: 0 0 29.16667%;
        max-width: 29.16667%
    }

    .col-xl-8 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-9 {
        flex: 0 0 37.5%;
        max-width: 37.5%
    }

    .col-xl-10 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-11 {
        flex: 0 0 45.83333%;
        max-width: 45.83333%
    }

    .col-xl-12 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-13 {
        flex: 0 0 54.16667%;
        max-width: 54.16667%
    }

    .col-xl-14 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-15 {
        flex: 0 0 62.5%;
        max-width: 62.5%
    }

    .col-xl-16 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-17 {
        flex: 0 0 70.83333%;
        max-width: 70.83333%
    }

    .col-xl-18 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-19 {
        flex: 0 0 79.16667%;
        max-width: 79.16667%
    }

    .col-xl-20 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-21 {
        flex: 0 0 87.5%;
        max-width: 87.5%
    }

    .col-xl-22 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-23 {
        flex: 0 0 95.83333%;
        max-width: 95.83333%
    }

    .col-xl-24 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .order-xl-13 {
        order: 13
    }

    .order-xl-14 {
        order: 14
    }

    .order-xl-15 {
        order: 15
    }

    .order-xl-16 {
        order: 16
    }

    .order-xl-17 {
        order: 17
    }

    .order-xl-18 {
        order: 18
    }

    .order-xl-19 {
        order: 19
    }

    .order-xl-20 {
        order: 20
    }

    .order-xl-21 {
        order: 21
    }

    .order-xl-22 {
        order: 22
    }

    .order-xl-23 {
        order: 23
    }

    .order-xl-24 {
        order: 24
    }

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

.d-none {
    display: none !important
}

.d-block {
    display: block !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:576px) {
    .justify-content-sm-end {
        justify-content: flex-end !important
    }

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

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

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

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

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

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

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

@media (min-width:768px) {
    .justify-content-md-end {
        justify-content: flex-end !important
    }

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

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

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

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

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

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

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

@media (min-width:992px) {
    .justify-content-lg-end {
        justify-content: flex-end !important
    }

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

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

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

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

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

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

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

@media (min-width:1200px) {
    .justify-content-xl-end {
        justify-content: flex-end !important
    }

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

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

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

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

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

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

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

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

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

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

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

::-webkit-input-placeholder {
    font-size: 14px;
    color: #645c5c;
    font-weight: 600;
    line-height: 1.33
}

::-moz-placeholder {
    font-size: 14px;
    color: #645c5c;
    font-weight: 600;
    line-height: 1.33
}

::-ms-input-placeholder {
    font-size: 14px;
    color: #645c5c;
    font-weight: 600;
    line-height: 1.33
}

:-ms-input-placeholder {
    font-size: 14px;
    color: #645c5c;
    font-weight: 600;
    line-height: 1.33
}

::placeholder {
    font-size: 14px;
    color: #645c5c;
    font-weight: 600;
    line-height: 1.33
}

::-moz-selection {
    background-color: #2b4a94;
    color: #fff
}

::selection {
    background-color: #2b4a94;
    color: #fff
}

html {
    height: 100%;
    font-size: 22px
}

body {
    min-width: 320px;
    position: relative;
    line-height: 1.33;
    font-family: Georgia, Times, "Times New Roman", serif !important;
    font-size: 22px;
    font-weight: 400;
    color: #565656;
}

body input {
    border: #666 1px solid;
    outline: 0
}

a,
button,
input {
    outline: 0
}

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

.text-center {
    text-align: center
}

section {
    padding: 4.2rem 0
}

.site-wrapper {
    overflow-x: hidden
}

.site-header {
    padding: 1.66rem 0;
    background: #fff
}

.header-img {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header-img-item {
    display: flex;
    align-items: center
}

.header-img-item img {
    margin-right: 1rem
}

.header-img-txt {
    font-size: 15px
}

.main-screen {
    background: url("../images/main-scr-bg.jpg") no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    background-position: 50%;
    padding: 0
}

.main-screen .container {
    background: url("../images/main-scr-img.png") no-repeat;
    background-position: 100% 100%
}

.girl-bg {
    padding-top: 3.5rem
}

.main-caption {
    color: #fff;
    font-size: 3.2rem;
    /* font-family: HelveticaNeueCyr, sans-serif; */
    font-weight: 500;
    letter-spacing: .58px;
    line-height: 1.285;
    margin-bottom: .53em
}

.main-scr-sub-title {
    font-size: 1.7rem;
    color: #fff;
    /* font-family: HelveticaNeueCyr; */
    font-weight: 300;
    margin-bottom: .7rem
}

.main-scr-list {
    margin: 0;
    padding: 0
}

.main-scr-list li {
    padding-left: 1.5rem;
    list-style-type: none;
    position: relative;
    color: #e1e3d9;
    font-size: 16px;
    margin-bottom: .4rem
}

.main-scr-list li:before {
    content: '\f113';
    position: absolute;
    left: 0;
    font-family: Flaticon;
    color: #f5f7ec
}

.price-block {
    max-width: 250px;
    display: flex;
    justify-content: space-between;
    margin-top: 2.1rem;
    margin-bottom: .8rem
}

.price-title {
    font-size: 13px;
    color: #929771;
    font-weight: 600
}

.old-price {
    color: #acba58;
    font-size: 1.66rem;
    font-weight: 300;
    text-decoration: line-through;
    margin-top: .5rem
}

.new-price {
    color: #fff;
    font-size: 2.1rem;
    font-weight: 400;
    margin-top: .2rem
}

.button {
    display: block;
    text-align: center;
    max-width: 262px;
    width: 100%;
    padding: 1rem .5rem;
    box-shadow: 1px 3px 8px rgba(41, 47, 0, .34);
    background-color: #2b4a94;
    background-image: linear-gradient(to top, #284792 0, #2d7dcf 100%);
    color: #fff;
    /* font-family: HelveticaNeueCyr; */
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .7px;
    cursor: pointer
}

.button:hover {
    color: #fff;
    transition: .8s;
    text-decoration: none;
    background-image: linear-gradient(to top, #1f3773 0, #2568ad 100%)
}

.button:active,
.button:focus,
.button:visited {
    color: #fff;
    text-decoration: none
}

.remainder {
    font-size: 16px;
    color: #929771;
    /* font-family: HelveticaNeueCyr; */
    margin-top: .7rem;
    margin-bottom: 4.4rem
}

.remainder span {
    color: #fff;
    text-shadow: 0 0 8px rgba(58, 72, 13, .39)
}

.what {
    padding-bottom: 1rem
}

.what-list {
    margin: 0;
    padding: 0;
    counter-reset: point;
    list-style: outside none none;
    margin-top: 2rem
}

.what-list li {
    position: relative;
    padding-left: 3rem;
    margin-bottom: 2rem
}

.what-list li:nth-child(1) {
    margin-bottom: 1.44rem
}

.what-list li:nth-child(2) {
    margin-bottom: 1.88rem
}

.what-list li:nth-child(3) {
    margin-bottom: 2.55rem
}

.what-list li:nth-child(4) {
    margin-bottom: 2.5rem
}

.what-list li:last-child {
    margin-bottom: 0
}

.what-list li:before {
    background-color: #21428f;
    border-radius: 50%;
    color: #fff;
    content: counter(point, decimal);
    counter-increment: point 1;
    font-size: 15px;
    font-weight: 700;
    top: 50%;
    left: 0;
    margin-top: -19px;
    padding: 4px 0;
    position: absolute;
    text-align: center;
    width: 38px;
    height: 38px;
    line-height: 1.9
}

.caption {
    color: #0c2e84;
    /* font-family: HelveticaNeueCyr; */
    font-weight: 300;
    font-size: 2.33rem;
    margin-bottom: 1.07em
}

.limitations {
    padding-top: 0
}

.limitations-item {
    display: flex;
    align-items: center;
    margin-bottom: 3rem
}

.limitations-img {
    align-self: center;
    margin-right: 1.22rem
}

.limitations-title {
    margin-bottom: .7rem;
    font-weight: 700
}

.limitations-desc {
    margin-bottom: 0;
    font-size: 20px !important;
}

.limitations-wrap .limitations-item:last-child {
    margin-bottom: 0
}

.limitations-wrap-2 {
    margin-top: .45rem
}

.result {
    background: #f1f5f6
}

.result .caption {
    text-align: center
}

.result .caption-desc {
    text-align: center
}

.plus-desc .caption {
    margin-bottom: 0
}

.caption-desc {
    margin-bottom: 2.6rem
}

.slider-sm {
    display: inline-block;
    width: 52px;
    height: 51px;
    background: url("../images/slider-sm.png") no-repeat;
    background-size: cover;
    position: relative;
    bottom: -1rem
}

.slider-comment {
    display: flex;
    justify-content: space-between;
    position: relative
}

.slider-comment-item {
    max-width: 200px;
    width: 100%;
    padding: .5rem;
    color: #fff;
    font-size: 16px;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    top: -78px
}

.slider-comment-before {
    background: #22438f;
    left: 0
}

.slider-comment-after {
    background: #4f8e0b;
    right: 0
}

.quote {
    padding: 2.3rem 2.7rem;
    background: #f1f5f6;
    position: relative;
    font-size: .94rem
}

.quote:before {
    content: '\f110';
    font-family: Flaticon;
    position: absolute;
    font-size: 29px;
    left: auto;
    top: -1rem;
    color: #22438f
}

.advice-list {
    margin-top: 1.77rem
}

.advice-list dt {
    font-weight: 700;
    color: #010101;
    margin-bottom: .2rem
}

.advice-list dd {
    margin-bottom: 1.77rem;
    font-size: 20px;
    line-height: 1.35
}

.advice-img-wrap {
    background-color: #f1f5f6
}

.advice-img-cnt {
    padding: 1.16rem
}

.advice-img-title {
    color: #000;
    font-size: 1.22rem;
    margin-bottom: .2rem
}

.advice-img-desc {
    font-size: 15px
}

.contacts {
    padding-top: 4.2rem
}

.contacts {
    background: url("../images/contacts-bg.jpg") no-repeat;
    background-size: cover
}

.contacts .contact-form {
    margin: 4rem 0
}

.contact-form {
    background: #fff;
    padding: 1.33rem 1.66rem 1.77rem
}

.input-form,
.submit-btn {
    display: block;
    max-width: 100%;
    width: 100%
}

.input-form {
    border: 1px solid #e9e9e9;
    background-color: #f5f5f5;
    margin-bottom: .88rem;
    padding: .7rem .72rem
}

.submit-btn {
    border: none;
    font-size: 14px;
    padding: .85rem .72rem
}

.contact-bottom-txt {
    font-size: 14px;
    font-weight: 600;
    color: #696969;
    margin-top: 1.5rem
}

.contact-bottom-txt span {
    /* font-family: HelveticaNeueCyr; */
    font-weight: 700;
    color: #2f4e95
}

.form-top-cnt {
    max-width: 95%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem
}

.form-top-cnt-action {
    background-color: #4f8e0b;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    width: 75px;
    height: 27px;
    text-align: center;
    line-height: 1.75;
    margin-bottom: .8rem
}

.form-top-cnt-old-price {
    color: #4b4b4b;
    /* font-family: HelveticaNeueCyr; */
    font-size: 1.44rem;
    font-weight: 400;
    line-height: 1.15rem;
    text-decoration: line-through
}

.form-top-cnt-title {
    font-size: 14px;
    color: #696969;
    font-weight: 600;
    margin-bottom: .8rem
}

.form-top-cnt-new-price {
    color: #000;
    /* font-family: HelveticaNeueCyr; */
    font-size: 2.33rem;
    font-weight: 500;
    line-height: 0.75;
}

.steps {
    background: url("../images/steps-bg-woman.png") no-repeat;
    background-color: #ededed;
    background-size: auto;
    background-position: 21% bottom
}

.history-tl-container {
    display: block;
    position: relative
}

.history-tl-container ul.tl {
    margin: 20px 0 0;
    padding: 0;
    display: inline-block
}

.history-tl-container ul.tl li {
    list-style: none;
    margin-left: 10px;
    min-height: 50px;
    border-left: 1px solid #d2d2d2;
    padding: 0 0 1.5rem 30px;
    position: relative
}

.history-tl-container ul.tl li:last-child {
    border-left: 0
}

.history-tl-container ul.tl li::before {
    position: absolute;
    left: -8px;
    top: -5px;
    content: " ";
    box-shadow: 0 0 0 1px #cecece;
    border: 4px solid #fff;
    border-radius: 500%;
    background: #22438f;
    height: 15px;
    width: 15px;
    transition: all .5s ease-in-out
}

.history-tl-container ul.tl li:hover:before {
    transition: all .5s ease-in-out;
    border-color: #22438f
}

ul.tl li .item-detail,
ul.tl li .item-title {
    position: relative;
    top: -10px
}

ul.tl li .item-title {
    color: #000;
    font-size: 17px;
    font-weight: 700
}

ul.tl li .item-detail {
    color: #565656;
    font-size: 15px
}

.attention {
    background-color: #22438f;
    padding: 26px 30px 26px 99px;
    color: #fff;
    font-size: 15px;
    letter-spacing: .07px;
    position: relative;
    max-width: 516px
}

.attention:before {
    content: '\f115';
    font-family: Flaticon;
    color: rgba(255, 255, 255, .4);
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -30px;
    font-size: 48px
}

.reasons .caption {
    margin-bottom: .42em
}

.reasons .plus-desc {
    text-align: center
}

.reasons-items {
    max-width: 850px;
    margin: auto
}

.reasons-item {
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f1f5f6;
    height: 280px;
    position: relative
}

.reasons-cnt {
    max-width: 222px
}

.reasons-title {
    /* font-family: HelveticaNeueCyr; */
    font-weight: 500;
    color: #000;
    margin-bottom: .6rem
}

.reasons-desc {
    font-size: 15px
}

.reasons-img-1 {
    background: url("../images/reasons-img-1.jpg") no-repeat;
    background-size: cover
}

.reasons-img-2 {
    background: url("../images/reasons-img-2.jpg") no-repeat;
    background-size: cover
}

.reasons-img-3 {
    background: url("../images/reasons-img-3.jpg") no-repeat;
    background-size: cover
}

.before-bottom,
.before-top {
    position: relative
}

.before-bottom:before,
.before-top:before {
    content: '\f11a';
    font-family: Flaticon;
    color: #f1f5f6;
    font-size: 24px;
    position: absolute;
    z-index: 1
}

.history {
    padding-top: 0
}

.history .caption {
    text-align: center
}

.slider-item {
    padding-top: 12px
}

.owl-carousel {
    position: relative
}

.slider-data {
    margin-top: 1.8rem
}

.owl-carousel .quote {
    padding: 1.6rem;
    font-size: 20px
}

.owl-carousel .quote:after {
    content: '\f11a';
    font-family: Flaticon;
    color: #f1f5f6;
    font-size: 23px;
    position: absolute;
    left: 34px;
    bottom: -23px;
    transform: rotate(180deg)
}

.owl-carousel .limitations-item {
    margin-bottom: 1rem
}

.owl-carousel .limitations-img img {
    width: auto
}

.owl-carousel .limitations-title {
    font-size: 16px;
    margin-bottom: 0
}

.how-work {
    padding-top: 0
}

.how-work .caption {
    text-align: center
}

.how-work ul.tl .tl-item:before {
    background-color: #4f8e0b
}

.how-work ul.tl .tl-item:hover:before {
    border-color: #4f8e0b
}

.history-tl-container.tl-container-horyzontal {
    width: 100%
}

.history-tl-container.tl-container-horyzontal ul.tl {
    display: flex;
    justify-content: space-around;
    position: relative;
    margin: 0
}

.history-tl-container.tl-container-horyzontal ul.tl:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 75%;
    left: 11%;
    display: block;
    background: #d2d2d2;
    top: 85px
}

.history-tl-container.tl-container-horyzontal .tl-item {
    text-align: center;
    border: none;
    margin: 0;
    padding: 0
}

.history-tl-container.tl-container-horyzontal .tl-item .item-title {
    font-size: 16px;
    font-weight: 400;
    color: #565656
}

.history-tl-container.tl-container-horyzontal .tl-item:before {
    left: 50%;
    top: 50%;
    margin-left: -8px
}

.history-tl-container.tl-container-horyzontal .tl-item:after {
    display: none
}

.history-tl-container.tl-container-horyzontal .tl-item .tl-item-img {
    width: 75px;
    height: 66px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2.6rem
}

.site-footer {
    background: url("../images/main-scr-bg.jpg") no-repeat;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden
}

.site-footer .button,
.site-footer .input-form {
    position: relative;
    z-index: 2
}

.site-footer .container {
    position: relative
}

.site-footer .container:before {
    content: url("../images/main-scr-img.png");
    position: absolute;
    right: -2%;
    bottom: -5px;
    z-index: 1
}

.site-footer .container .row {
    padding: 6rem 0
}

.site-footer .caption {
    color: #fff;
    font-weight: 500
}

.footer-desc {
    color: #fff;
    text-shadow: 0 0 8px rgba(58, 72, 13, .39);
    letter-spacing: .16px;
    font-size: 1.77rem;
    /* font-family: HelveticaNeueCyr; */
    font-weight: 300
}

.modal-window {
    background: #fff;
    margin: auto;
    position: relative;
    max-width: 400px;
    width: 100%;
    -webkit-border-radius: 5px;
    padding-top: 1.5rem;
    border-radius: 0
}

.modal-title {
    text-align: center;
    /* font-family: HelveticaNeueCyr; */
    font-weight: 500;
    font-size: 1.2rem
}

#politconf-modal {
    padding: 1.5rem;
    max-width: 700px
}

#politconf-modal .modal-title {
    margin-bottom: 1.5rem
}

#politconf-modal p:last-child {
    margin-bottom: 0
}

.button {
    position: relative;
    overflow: hidden
}

.button:after {
    -webkit-animation-name: shine;
    animation-name: shine;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: 5s;
    animation-timing-function: 5s;
    transition-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    content: "";
    position: absolute;
    top: -300px;
    left: -200px;
    width: 50px;
    height: 500px;
    opacity: 0;
    transform: rotate(45deg);
    background: rgba(255, 255, 255, .2)
}

.button:active:after {
    opacity: 0
}

@-webkit-keyframes shine {
    100% {
        opacity: 1;
        top: 0;
        left: 80%
    }
}

@keyframes shine {
    100% {
        opacity: 1;
        top: 0;
        left: 80%
    }
}

.polit-conf {
    color: #e9e9e9;
    border-bottom: 1px dashed #e9e9e9;
    margin-top: 1.5rem;
    display: inline-block;
    cursor: pointer
}

.polit-conf:hover {
    color: #fff;
    text-decoration: none;
    border-color: transparent;
    transition: all .4s
}

@media only screen and (max-width:1300px) {
    .steps {
        background: url("../images/steps-bg-woman.png") no-repeat;
        background-color: #ededed;
        background-size: 47%;
        background-position: left bottom
    }
}

@media only screen and (max-width:1200px) {
    .main-caption br {
        display: none
    }

    .main-scr-sub-title {
        font-size: 1.4rem
    }

    .limitations {
        padding-top: 4.2rem
    }

    .limitations-desc br {
        display: none
    }

    .limitations-title {
        font-size: .9rem
    }

    .site-footer .container:before {
        display: none
    }

    .steps {
        background: url("../images/steps-bg-woman.png") no-repeat;
        background-color: #ededed;
        background-size: 47%;
        background-position: left bottom
    }
}

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

    body,
    html {
        font-size: 22px
    }

    .logo-wrap {
        text-align: center;
        margin-bottom: 1.5rem
    }

    .main-screen {
        position: relative
    }

    .main-screen:before {
        content: '';
        position: absolute;
        background: rgba(0, 0, 0, .1);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
    }

    .main-screen .container {
        background-position: 111% right;
        background-size: 51%
    }

    .main-caption {
        font-size: 2.5rem
    }

    .caption {
        font-size: 2rem
    }

    .advice h2 {
        text-align: center
    }

    .what-list {
        margin-top: 0
    }

    .caption br {
        display: none
    }

    .limitations-wrap .limitations-item:last-child {
        margin-bottom: 3rem
    }

    .limitations {
        padding-bottom: 2rem
    }

    .advice-img-wrap {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto
    }

    .contact-bg .justify-content-end {
        margin: 0
    }

    .contacts .contact-form {
        background: rgba(255, 255, 255, .8)
    }

    .steps {
        position: relative
    }

    .steps:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .before-1:before {
        bottom: auto;
        right: -12px;
        transform: rotate(-45deg)
    }

    .before-bottom:before,
    .before-top:before {
        display: none
    }

    .how-work .tl-item-img {
        position: relative;
        top: -15px
    }

    .how-work .item-title br {
        display: none
    }

    .how-work .history-tl-container ul.tl li {
        padding-bottom: 3rem
    }

    .how-work .history-tl-container .tl-item .item-title {
        font-size: 16px;
        font-weight: 400;
        color: #565656
    }

    .footer-desc {
        margin-bottom: 1.5rem;
        font-size: 1.3rem
    }

    .footer-desc br {
        display: none
    }

    .advice-img-wrap {
        margin-bottom: 2rem
    }

    .advice-img-wrap {
        margin-bottom: 2rem
    }

    .contacts .contact-form {
        margin-top: 22rem
    }
}

@media only screen and (max-width:768px) {
    .header-img-txt {
        font-size: 11px
    }

    .header-img-txt br {
        display: none
    }

    .main-screen .container {
        background: 0 0
    }

    .girl-bg {
        background: url("../images/main-scr-img.png") no-repeat;
        background-position: 100% 100%
    }

    .slider-sm {
        width: 30px;
        height: 30px;
        bottom: -.5rem
    }

    .steps {
        background: 0 0
    }

    .contact-form {
        margin-bottom: 20rem
    }

    .girl-bg {
        background-size: 61%
    }
}

@media only screen and (max-width:576px) {
    .header-img {
        display: none;
        max-width: 377px;
        margin-left: auto;
        margin-right: auto
    }

    .header-img-item {
        margin-bottom: 1.5rem
    }

    .header-img-txt {
        font-size: 1rem
    }

    .girl-bg {
        background-position: 111% 100%;
        background-size: 61%
    }

    .main-screen::before {
        background: rgba(0, 0, 0, .3)
    }

    .contact-form {
        max-width: 280px
    }

    .main-caption {
        font-size: 2rem
    }

    .caption {
        font-size: 2rem;
        text-align: center
    }

    .contacts {
        background-position: 20%
    }

    .steps::before {
        background: 0 0
    }

    .contacts .contact-form {
        margin: 4rem 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: 68%;
        margin-bottom: 173px
    }

    .limitations .limitations-item {
        flex-wrap: wrap
    }

    .limitations .limitations-img {
        margin-bottom: 1.5rem;
        margin-left: auto;
        margin-right: auto
    }

    .limitations-desc br,
    .limitations-title br {
        display: none
    }

    .limitations-cnt {
        flex-basis: 100%
    }

    .slider-comment-item {
        max-width: 130px;
        height: 50px;
        top: -50px;
        padding: 0
    }

    .slider-comment-txt {
        font-size: 12px
    }

    .quote {
        padding: 1.3rem 1.7rem
    }

    .footer-desc {
        font-size: 1rem
    }

    .history-tl-container {
        margin-left: auto;
        margin-right: auto
    }

    .contact-form {
        margin-bottom: 14rem
    }

    #form2 {
        margin: auto
    }
}