html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

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

pre {
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-size: 1em
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

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

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

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

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] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

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

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

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after, .slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

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

@font-face {
    font-family: slick;
    src: url("fonts/slick.ced611daf770.eot");
    src: url("fonts/slick.ced611daf770.eot?#iefix") format("embedded-opentype"), url("fonts/slick.b7c9e1e479de.woff") format("woff"), url("fonts/slick.d41f55a78e6f.ttf") format("truetype"), url("fonts/slick.f97e3bbf7325.svg#slick") format("svg");
    font-weight: 400;
    font-style: normal
}

.slick-next, .slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: 0
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before, .slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:focus, .slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

/*!
 * Bootstrap Grid v4.1.2 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
    width: device-width
}

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

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

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

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

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

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

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto, .col-xxl, .col-xxl-1, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -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;
    max-width: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

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

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

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

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

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

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

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

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    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
}

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

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

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

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

.flex-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !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;
    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;
    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;
    align-self: stretch !important
}

/* latin */
@font-face {
    font-family: 'Public Sans';
    font-style: normal;
    font-weight: 300 800;
    font-stretch: 100%;
    font-display: block;
    src: url("/static/fonts/public_sans.015c126a3520.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
    font-size: 16px;
    font-weight: 400;
    font-family: Public Sans, sans-serif;
    color: #000;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-rendering: geometricPrecision;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    margin: 0
}

p {
    line-height: 1.6em;
    margin: 0;
    font-size: 16px
}

a {
    display: inline-block;
    text-decoration: none;
    color: inherit;
    font-size: 16px;
    line-height: 1.6em;
    margin: 0
}

a:visited {
    text-decoration: none
}

a:active, a:focus {
    outline: 0;
    text-decoration: none
}

ol, ul {
    list-style: none;
    padding-left: 0;
    margin: 0
}

img, picture {
    width: 100%;
    height: 100%;
    display: block
}

section {
    position: relative
}

tr {
    line-height: 1.5em
}

textarea {
    resize: none
}

.container {
    max-width: 1440px
}

.noscroll {
    overflow: hidden
}

.main-wrapper {
    min-width: 300px
}

@media (max-width: 991px) {
    .main-wrapper {
        padding-top: 60px;
    }
}

/*.main-wrapper_scroll {*/
/*    overflow-y: scroll*/
/*}*/

.section__heading {
    font-size: 44px;
    text-align: center;
    text-transform: uppercase;
    color: #1e2021;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0
}

.item__heading {
    font-size: 22px;
    color: #1e2021;
    margin: 0;
    font-weight: 500
}

.white {
    color: #fff
}

.blue {
    color: #28B5F7;
}

.black {
    color: #1e2021
}

.gray {
    color: #e1e8ed
}

.bg-gray {
    background-color: #f6f6f7
}

.bg-white {
    background-color: #fff
}

.bg-gray-lighter {
    background-color: #fbfbfc
}

.bg-facebook {
    background-color: #4267b1
}

.bg-twitter {
    background-color: #429cd6
}

.bg-pinterest {
    background-color: #cd2029
}

.bg-google {
    background-color: #df4b37
}

.bg-linkedin {
    background-color: #0d77b6
}

.button {
    display: inline-block;
    border: none;
    border-radius: 4px;
    border: 1px solid #13b5f7;
    min-width: 140px;
    font-size: 16px;
    line-height: 1.15;
    padding: 1.03em;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s
}
.button.button_sm {
    font-size: 12px;
    min-width: auto;
}

.button.button_blue {
    color: #fff;
    background-color: #13b5f7;
}

.button.button_white-blue {
    background-color: #fff;
    border: 1px solid #13b5f7;
    color: #13b5f7
}

.button.button_white-blue:hover {
    background-color: #13b5f7;
    color: #fff;
    -webkit-box-shadow: 0 2px 6px #a1cbdc;
    box-shadow: 0 2px 6px #a1cbdc
}

.button.button_white-gray {
    color: #13b5f7;
    background-color: #fff;
    border: 1px solid #e1e8ed;
    -webkit-box-shadow: none;
    box-shadow: none;
    letter-spacing: 1px;
    padding: 18px 40px;
    -webkit-transition: border .2s;
    -o-transition: border .2s;
    transition: border .2s;
    margin-left: 0
}

.button.button_white-gray:hover {
    border: 1px solid #00a4fd;
    background-color: #00a4fd;
    color: #fff
}

.button.button_green {
    color: #40d451;
    border: 1px solid #40d451
}

.button.button_green:hover {
    color: #40d451
}

.button.button_orange {
    color: #ff763a;
    border: 1px solid #ff763a
}

.button.button_orange:hover {
    color: #ff763a
}

.link-read {
    font-size: 16px;
    font-weight: 400;
    color: #13b5f7;
    bottom: 30px;
    right: 30px;
    padding: .2em .4em;
    border-radius: 5px;
    -webkit-transition: background-color .2s, color .2s;
    -o-transition: background-color .2s, color .2s;
    transition: background-color .2s, color .2s;
    position: relative;
    z-index: 10
}

.button-select {
    background-color: #13b5f7;
    height: 30px;
    position: absolute;
    padding-top: 10px;
    top: -1px;
    left: 19px;
    z-index: -1;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    width: -webkit-calc(100% + 2px);
    width: calc(100% + 2px);
    display: block;
    text-align: center;
    margin-left: -20px !important;
    padding-left: 0;
    border-top: 0
}

.hidden-link {
    display: none
}

.text-content h1 {
    font-size: 44px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.1em;
    margin-top: 0;
    letter-spacing: .5px;
    margin-bottom: .7em
}

.text-content h3,
.text-content ol {
    margin-bottom: 20px;
}
article.text-content ul{
    list-style: initial;
    padding: initial;
    margin-left: 1em;
}
.text-content ul li {
    line-height: 1.6em;
    font-size: 16px;
    position: relative;
    margin-bottom: 1em;
}

.text-content ul li span {
    padding-left: 20px;
    display: block
}

.text-content h4 {
    font-size: 24px;
    margin-bottom: 20px
}

.text-content p {
    margin-top: 20px
}

.text-content p:not(:last-child) {
    margin-bottom: 20px
}

.text-content p:last-child {
    margin-bottom: 30px
}

.text-content h5 {
    font-size: 20px;
    margin-bottom: 30px
}

.text-content a {
    color: #13b5f7
}

.text-content a:hover {
    text-decoration: underline
}

.text-content_center {
    text-align: center
}

.header-register,
.header-header {
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .08);
    box-shadow: 0 0 10px rgba(0, 0, 0, .08);
}

.header-top {
    padding: 15px 0
}

.header-logo {
    max-width: 250px;
    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 img {
    height: auto
}

.header-login {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header-login__link {
    color: #13b5f7;
    font-size: 14px
}

.header-header .button {
    margin-left: 40px;
    min-width: 160px;
}

.header-header .button:hover {
    background-color: #13b5f7
}

.header-nav {
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, .05);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .05)
}

.humburger {
    width: 32px;
    height: 16px;
    background-color: #fff;
    position: absolute;
    left: 15px;
    top: 30px;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
    cursor: pointer;
}

.close-sidebar {
    border: none;
    width: 32px;
    height: 32px;
    background-color: transparent;
    outline: none!important;
    position: relative;
    cursor: pointer;
    margin-left: 10px;
}
.close-sidebar i {
    display: block;
    border-radius: 5px;
    height: 2px;
    width: 100%;
    background-color: #aeb5ba;
    position: absolute;
    left: 0;
}

.close-sidebar i:first-child {
    top: 15px;
    transform: rotate(45deg);
}
.close-sidebar i:last-child {
    bottom: 15px;
    transform: rotate(-45deg);
}

.humburger span {
    width: 100%;
    height: 2px;
    background-color: #aeb5ba;
    border-radius: 2px;
    position: absolute;
    left: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.humburger span:first-child {
    top: 0
}

.humburger span:nth-child(2) {
    top: 50%;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.humburger span:last-child {
    bottom: 0;
    left: -1
}

.humburger_open span:first-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 4px;
    -ms-transform-origin: 4px;
    transform-origin: 4px
}

.humburger_open span:nth-child(2) {
    opacity: 0
}

.humburger_open span:last-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 8px;
    -ms-transform-origin: 8px;
    transform-origin: 8px
}

.nav {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden
}
.header-nav .nav.nav-desktop a {
    font-size: 14px;
    padding: 10px 0;
}
.header-nav .nav.nav-desktop li:not(:last-child) {
    border-bottom: 1px solid #f6f6f7;
}
.header-nav .nav.nav-desktop li:before { display: none }
.header-nav .nav.nav-desktop .nav-main > li {
    text-align: left;
}
/*.nav.px-0 {*/
/*    padding-left: 0;*/
/*    padding-right: 0;*/
/*}*/
/*.header-register__nav .nav.nav-desktop {*/
/*    display: block;*/
/*}*/
/*.header-register__nav .nav.nav-desktop .nav-main,*/
/*.nav.nav-desktop li {*/
/*    display: block;*/
/*}*/
/*.nav.nav-desktop li:not(:last-child) {*/
/*    border-bottom: 1px solid #f6f6f7;*/
/*}*/

/*.nav.nav-desktop li a {*/

/*}*/

.nav-item_mob {
    display: none
}

.nav-more > a {
    position: relative;
    padding-left: 15px
}

.nav-more > a:after {
    content: "";
    height: 8px;
    width: 8px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
    border-right: 1px solid #13b5f7;
    border-bottom: 1px solid #13b5f7;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
}

.nav-main {
    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
}

.nav-main > li {
    text-align: center;
    position: relative;
    cursor: pointer
}

.nav-main > li:before {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #13b5f7;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: width .4s;
    -o-transition: width .4s;
    transition: width .4s
}

.nav-main > li:last-child:before {
    left: 15px
}

.nav-main > li:last-child:hover:before {
    width: 75%
}

.nav-main > li > a {
    font-size: 14px;
    text-transform: uppercase;
    color: #1e2021;
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s
}

.nav-main > li:hover:before {
    width: 100%
}

.nav-main > li:hover > a {
    color: #13b5f7
}

.nav-main > li.no-border:before {
    display: none
}

.nav-browse {
    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;
    min-width: 1140px;
    position: relative
}

.nav-browse:after, .nav-browse:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fbfbfc;
    border-top: 1px solid #f6f6f7;
    top: -1px;
    display: none
}

.nav-browse:before {
    left: 100%
}

.nav-browse:after {
    right: 100%
}

.nav-browse > li {
    position: relative
}

.nav-browse > li:before {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #13b5f7;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: width .4s;
    -o-transition: width .4s;
    transition: width .4s
}

.nav-browse > li a {
    font-size: 14px;
    text-transform: uppercase;
    color: #1e2021;
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s;
    letter-spacing: 1px
}

.nav-browse img {
    display: inline-block;
    height: 2em;
    vertical-align: middle;
}

.nav-browse > li:hover:before {
    width: 100%
}

.nav-browse > li:hover > a {
    color: #13b5f7
}

.nav-sub {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 20px;
    right: 0;
    min-width: 150px;
    padding: 10px;
    -webkit-box-shadow: 2px 2px 6px #d0d0d06e;
    box-shadow: 2px 2px 6px #d0d0d06e;
    background-color: #fff;
    z-index: 1;
    visibility: hidden;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, -webkit-transform .2s;
    -o-transition: transform .2s, opacity .2s;
    transition: transform .2s, opacity .2s;
    transition: transform .2s, opacity .2s, -webkit-transform .2s
}

.nav-sub li {
    text-align: left;
    line-height: 2em;
    cursor: default
}

.nav-sub li:hover > a {
    color: #13b5f7
}

.nav-sub li:hover > a:before {
    width: 100%
}

.nav-sub li a {
    position: relative;
    text-transform: uppercase;
    font-size: 14px
}

.nav-sub li a:before {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #13b5f7;
    position: absolute;
    bottom: 2px;
    left: 0;
    -webkit-transition: width .4s;
    -o-transition: width .4s;
    transition: width .4s
}

.nav-sub_active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.header-register {
    background-color: #fff
}

.header-register-top {
    padding: 15px 0
}

.header-register-logo {
    max-width: 200px;
    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-register-logo img {
    height: auto
}

.header-register .header-login__link {
    margin-right: 20px
}

.header-register__user {
    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: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.header-register__user-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 20px
}

.header-register__user-img {
    width: 34px;
    height: 34px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 34px;
    -ms-flex: 0 0 34px;
    flex: 0 0 34px;
    border-radius: 50%;
    margin-right: 10px
}

.header-register__user-img img {
    border-radius: 50%
}

.header-register__user-name p {
    font-size: 14px;
    color: #1e2021
}

.header-register__user-name img {
    width: 8px;
    height: 8px
}

.header-register-nav {
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, .05);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .05);
    height: 100vh;
    height: auto
}

.header-register__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    /* position: fixed; */
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    /*height: 100vh;*/
    -webkit-box-shadow: 2px 2px 6px #d0d0d06e;
    box-shadow: 2px 2px 6px #d0d0d06e;
    padding: 15px;
}

.header-register__nav_active {
    right: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
}

.header-register__nav-user__container {
    padding-top: 20px;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
    text-align: center;
}

.header-register__nav-user__container ul {
    margin-bottom: 20px
}

.header-register__nav-user__container ul li {
    padding: 10px 10px 10px 0;
    border-bottom: 1px solid #f6f6f7
}

.header-register__nav-user__container ul li a {
    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;
    text-transform: uppercase;
    font-size: 14px;
}

.header-register__nav-user__container ul li a svg {
    margin-right: 10px;
    width: 1em;
    height: 1em
}
.header-register__nav-user__container ul li a i {
    margin: 0 22px 0 6px;
}

.header-register__nav-photo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto 30px;
}

.header-register__nav-photo img {
    border-radius: 50%
}

.header-register__nav-name {
    margin-bottom: 20px
}

.header-register__nav-name p {
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 1em
}

.header-register__nav-name span {
    font-size: 16px;
    color: #aeb5ba
}

.form-search {
    width: 100%;
    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
}

.form-search .custom-input {
    padding-left: 3.1em
}

.form-search .button {
    margin-left: 20px
}

.icon-box {
    position: relative;
    width: 100%
}

.city-form .custom-input {
    padding-left: 3.1em
}

input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
    display: none
}

.custom-input {
    width: 100%;
    border: 1px solid #e1e8ed;
    border-radius: 5px;
    padding: 1em;
    font-size: 16px;
    background-color: #fbfbfc;
    line-height: 1.15em
}

.custom-input::-webkit-input-placeholder {
    font-size: 16px;
    color: #1e2021
}

.custom-input::-moz-placeholder {
    font-size: 16px;
    color: #1e2021
}

.custom-input:-ms-input-placeholder {
    font-size: 16px;
    color: #1e2021
}

.custom-input::-webkit-input-placeholder {
    font-size: 16px;
    color: #1e2021
}

.custom-input::-moz-placeholder {
    font-size: 16px;
    color: #1e2021
}

.custom-input:-ms-input-placeholder {
    font-size: 16px;
    color: #1e2021
}

.custom-input::-ms-input-placeholder {
    font-size: 16px;
    color: #1e2021
}

.custom-input::placeholder {
    font-size: 16px;
    color: #1e2021
}

.custom-input:focus {
    outline: 0
}

.custom-input_sm {
    width: 80px !important
}

.custom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    position: relative
}

.custom-label {
    position: relative;
    display: block
}

.custom-label > label {
    display: block;
    margin-bottom: 10px;
}

.custom-label:not(:last-of-type) {
    margin-bottom: 15px
}

.custom-label i {
    opacity: 0;
}
.custom-label label.error,
.custom-label i {
    font-size: 10px;
    text-align: center;
    font-style: normal
}

.custom-label .error {
    opacity: 1;
    color: #fd1a1a;
    border-color: #fd1a1a;
}

.custom-label.custom-label__select:after {
    content: '';
    background: url("../img/angle-down.52304eb200d6.svg");
    width: 50px;
    height: 52px;
    position: absolute;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    right: 0;
    bottom: 0;
    pointer-events: none;
}


@media only screen and (max-width: 1199px) {
    .custom-label.custom-label__select:after {
        height: 43.19px;
    }
}

@media only screen and (max-width: 1100px) {
    .custom-label.custom-label__select:after {
        height: 36.59px;
        background-size: 13px;
    }
}


input[type=checkbox], input[type=radio] {
    width: 1px;
    height: 1px;
    border: none;
    opacity: 0
}

input[type=checkbox]:checked ~ .custom-radio:before, input[type=radio]:checked ~ .custom-radio:before {
    opacity: 1
}

input[type=checkbox]:checked ~ .custom-checkbox:before, input[type=radio]:checked ~ .custom-checkbox:before {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.custom-radio {
    width: 10px;
    height: 10px;
    position: relative;
    border: 1px solid #aeb5ba;
    border-radius: 50%;
    display: block;
    margin-right: 10px
}

.custom-radio:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #aeb5ba;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    opacity: 0;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.custom-checkbox {
    width: 12px;
    height: 12px;
    border: 1px solid #13b5f7;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    margin-right: 6px
}

.custom-checkbox:before {
    content: "";
    opacity: 0;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background-color: #13b5f7;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, -webkit-transform .2s;
    -o-transition: opacity .2s, transform .2s;
    transition: opacity .2s, transform .2s;
    transition: opacity .2s, transform .2s, -webkit-transform .2s
}

.registration-form {
    max-width: 550px;
    margin: 0 auto;
    text-align: center
}

.registration-form .button {
    margin-top: 40px;
    width: 100%;
}

.recruitment-form {
    max-width: 550px
}

.recruitment-form .button {
    margin-top: 50px;
    min-width: 100%
}

.invite-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.invite-form .button {
    margin-left: 20px
}

option {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px
}

.select-drop {
    background-color: #fbfbfc;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    line-height: 1.8em;
    font-size: 14px;
    border: 1px solid #e1e8ed
}

.select-drop * {
    margin-left: -13.2px;
    padding-left: 20px
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    position: relative;
    cursor: pointer;
}

.form-sorting {
    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;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.form-sorting .custom-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
}

.form-sorting .custom-label .icon-box {
    margin: 0 20px
}

.form-sorting .custom-label .icon-box .svg-arrow {
    right: 10px;
    width: 10px;
    height: 10px;
    fill: #aeb5ba
}

.form-sorting .custom-label .icon-box .svg-search {
    fill: #aeb5ba
}

.form-sorting .custom-label .custom-input {
    margin-bottom: 0;
    cursor: pointer;
    background-color: #fff
}

.form-sorting .custom-label [type=search] {
    padding-left: 40px
}

.pagination-wrapper {
    margin-top: 50px
}

.pagination {
    display: block;
    text-align: center
}

.pagination li {
    display: inline-block
}

.pagination li a {
    padding: 5px;
    font-weight: 500;
    font-size: 16px
}

.pagination li .pager_active {
    color: #13b5f7
}

.svg {
    display: inline-block;
    width: 3.2em;
    height: 3.2em;
    fill: #13b5f7
}

.svg-search {
    width: 1em;
    height: 1em;
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1
}

.svg-notepad {
    width: 3.2em;
    height: 3.2em
}

.svg-money {
    width: 3.6em;
    height: 3.6em
}

.svg-team {
    width: 4em;
    height: 4em
}

.svg-cities {
    width: 3.3em;
    height: 3.3em
}

.svg-sign {
    width: 4.2em;
    height: 4.2em
}

.svg-browser {
    width: 4.1em;
    height: 4.1em
}

.svg-apply {
    width: 3.3em;
    height: 3.3em
}

.svg-sand {
    width: 3.3em;
    height: 3.3em
}

.svg-paid {
    width: 4em;
    height: 4em
}

.svg-arrow_left {
    fill: #e1e8ed;
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1);
    width: 2em;
    height: 2em;
    position: relative;
    right: 0
}



.svg-arrow {
    width: 1em;
    height: 1em;
    fill: #aeb5ba;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: rotate(-90deg) translateX(50%);
    -ms-transform: rotate(-90deg) translateX(50%);
    transform: rotate(-90deg) translateX(50%);
    z-index: 1
}

.svg-invite {
    width: 1em;
    height: 1em;
    fill: #fff
}

.svg-invite {
    width: 1em;
    height: 1em;
    fill: #fff
}

.sidebar .pagination-wrapper {
    margin-top: 10px
}

.sidebar .button_white-blue {
    min-width: 100%
}

.widget {
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    border-radius: 4px;
}

.widget:not(:last-child) {
    margin-bottom: 30px
}

.widget:not(:first-child) {
    margin-top: 30px
}

.widget img {
    border-radius: 5px
}

.widget-header {
    padding: 0 0 60px
}

.widget-registration {
    padding: 50px 40px 30px 40px;
    background: white;
}

.widget-registration .item__heading {
    text-align: center;
    margin-bottom: 20px
}

.widget-registration .custom-label {
    margin-bottom: 15px
}

.custom-label.custom-label__password,
.widget-registration .custom-label.custom-label__password {
    margin-bottom: 8px;
}

.widget-registration .button {
    margin-top: 0;
    min-width: 100%
}

.widget-registration a {
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
    color: #aeb5ba;
    padding: 0 30px
}

.widget-table {
    padding: 30px;
    font-size: 14px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 6px #d0d0d06e;
    box-shadow: 2px 2px 6px #d0d0d06e;
    border: 1px solid #e1e8ed
}

.widget-table table {
    width: 100%;
    border-collapse: collapse;
}
.widget-table table th,
.widget-table table td {
    border-bottom: 1px solid #f6f6f7;
    border-right: 1px solid #f6f6f7;
}
.widget-table table tbody tr:last-child td {
    border-bottom: none;
}
.widget-table table th:last-child,
.widget-table table td:last-child {
    border-right: none;
}
.widget-table table tr th {
    text-align: center;
    padding-bottom: 20px;
}

.widget-table table tr td {
    text-align: center;
    padding: 10px 0
}

.widget-table .pagination li:last-child {
    display: none
}

.widget-download {
    padding-top: 60px
}

.widget-download-wrapper {
    -webkit-box-shadow: 2px 2px 6px #d0d0d06e;
    box-shadow: 2px 2px 6px #d0d0d06e
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(30, 32, 33, .3);
    z-index: -1;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.overlay_active {
    z-index: 100;
    display: block
}

.modal {
    padding: 30px 50px 50px 50px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 6px #d0d0d06e;
    box-shadow: 2px 2px 6px #d0d0d06e;
    opacity: 0;
    z-index: -1
}

.modal-problem {
    text-align: center;
    max-width: 450px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.modal .item-heading {
    margin-bottom: 20px
}

.modal textarea {
    margin-top: 20px
}

.modal .button {
    margin-top: 20px;
    min-width: 100%
}

.modal_active {
    opacity: 1;
    z-index: 101
}

.invite {
    margin-top: 70px;
    text-align: center;
    padding: 70px
}

.invite .item__heading {
    margin-bottom: 30px
}

.invite p {
    margin-bottom: 20px
}

.invite-list {
    margin-bottom: 20px;
    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
}

.invite-list li {
    width: 100%;
    height: 36px;
    max-height: 36px;
    max-width: 145px
}

.invite-list li:not(:last-child) {
    margin-right: 15px
}

.invite-list li a {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 5px
}

.invite-list li a svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.company__wrapper {
    padding-top: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.company-cart {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    padding-right: 80px;
    margin-bottom: 60px
}

.company-cart:last-child {
    margin-bottom: 0
}

.company-cart:nth-last-child(2) {
    margin-bottom: 0
}

.company-cart__img {
    max-width: 160px;
    margin-bottom: 25px
}

.company-cart__img img {
    width: auto;
    height: auto
}

.company-cart .item__heading {
    margin-bottom: 15px
}

.company-cart__list {
    line-height: 1.25em;
    font-size: 14px;
    margin-bottom: 40px
}

.section {
    position: relative
}

.section__partners-slider {
    padding: 10px 50px 70px 50px
}

.heading-description {
    margin-bottom: 35px;
    font-size: 18px
}

.partners-slider {
    position: relative
}

.partners-slider__box {
    position: relative;
    background-color: #fff;
    opacity: .4;
    height: 50px;
    -webkit-transition: opacity .8s;
    -o-transition: opacity .8s;
    transition: opacity .8s;
    outline: 0
}

.partners-slider__box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00a9ec;
    mix-blend-mode: screen;
    z-index: 1
}

.partners-slider__box img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.slick-current .partners-slider__box {
    opacity: 1
}

.statistics {
    padding: 65px 0;
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, .05);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .05)
}

.statistics-wrapper {
    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
}

.statistics-box {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /*
    opacity: 0;
    -webkit-transition: opacity, 1s;
    -o-transition: opacity, 1s;
    transition: opacity, 1s
    */
}

.statistics-box_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto
}

.statistics-box .svg {
    margin: 0 auto;
    height: 4em
}

.statistics-box p {
    font-size: 16px;
    text-transform: uppercase;
    color: #13b5f7
}

.statistics__numbers {
    font-size: 52px;
    color: #13b5f7;
    font-weight: 500;
    line-height: 52px;
}

.job {
    padding: 80px 0 90px 0
}

.job .section__heading {
    margin-bottom: 40px
}

.how-work {
    padding-top: 60px;
    padding-bottom: 80px;
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, .05);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .05)
}

.how-work .section__heading {
    margin-bottom: 80px
}

.how-work-wrapper {
    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
}

.how-work__item {
    position: relative;
    width: 25%;
    max-width: 200px;
    margin-bottom: 30px
}

.how-work__item:not(:last-child) {
    margin-right: 50px
}

.how-work__item .svg {
    height: 4.2em
}

.how-work__item .svg-arrow_left {
    position: absolute;
    right: 0;
    top: 0;
    fill: #aeb5ba
}

.how-work__item .item__heading {
    margin-top: 15px
}

.how-work__item p {
    margin-top: 10px;
    font-size: 14px
}

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

.how-work__text {
    font-size: 18px;
    color: #aeb5ba;
    margin-bottom: 40px
}

.offer {
    padding: 80px 0
}

.offer .section__heading {
    margin-bottom: 50px
}

.offer-box {
    -webkit-box-shadow: 2px 2px 6px #d0d0d06e;
    box-shadow: 2px 2px 6px #d0d0d06e;
    border: 1px solid #f6f6f7;
    padding: 35px;
    margin-bottom: 30px;
    background-color: #fff;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-transition: -webkit-box-shadow .2s;
    transition: -webkit-box-shadow .2s;
    -o-transition: box-shadow .2s;
    transition: box-shadow .2s;
    transition: box-shadow .2s, -webkit-box-shadow .2s
}

.offer-box.offer-box__gray {
    background-color: #f6f6f7;
}

.offer-box:hover {
    -webkit-box-shadow: 5px 5px 13px #cfcfcf;
    box-shadow: 5px 5px 13px #cfcfcf
}

.offer-box .svg {
    height: 4.2em
}

.offer-box .item__heading {
    margin-top: 15px
}

.offer-box .item__heading span {
    color: #aeb5ba;
    text-decoration: underline;
}

.offer-box p {
    font-size: 14px;
    padding: 20px 40px
}

.offer-box_link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.offer-box.location-primary {
    height: 260px;
    display: block;
}

.location-primary--image img { height: auto; max-height: 100%; }
.location-primary--image {
    height: 80%;
    display: flex;
    width: 100%;
    align-items: flex-end;
}
.location-primary .item__heading {
    height: 20%;
    margin-top: 20px;
    font-size: 18px;
    white-space: nowrap;
}
@media only screen and (max-width: 1499px) {
    .offer-box.location-primary {
        height: 210px;
    }
    .offer-box.location-primary .item__heading {
        font-size: 18px;
    }
}
@media only screen and (max-width: 1199px) {
    .offer-box.location-primary .item__heading {
        font-size: 14px;
    }
}
@media only screen and (max-width: 1100px) {
    .offer-box.location-primary .item__heading {
        margin-top: 15px;
    }
}
.offer .button {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: auto;
    position: relative;
    z-index: 10
}

.testimonials {
    padding: 80px 0 50px 0
}

.testimonials .section__heading {
    margin-bottom: 40px
}

.testimonials-wrapper {
    position: relative;
    margin-bottom: 30px
}

.testimonials-slider {
    position: relative;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.testimonials__item {
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 6px #d0d0d06e;
    box-shadow: 2px 2px 6px #d0d0d06e;
    padding: 10px;
    margin: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    max-width: 540px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s
}

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

.testimonials__header-content {
    margin-left: 10px
}

.testimonials__header-content h4 {
    font-size: 14px;
    margin: 0
}

.testimonials__header-content p {
    font-size: 13px;
    color: #aeb5ba
}

.testimonials-facebook {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 30px;
    height: 30px
}

.testimonials__content {
    padding: 10px 0
}

.testimonials__content p {
    font-size: 14px
}

.testimonials__footer {
    border-top: 1px solid #f6f6f7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding-top: 5px;
    margin-top: auto;
    margin-bottom: 0
}

.testimonials__footer-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.testimonials__footer-item:not(:last-child) {
    margin-right: 10px
}

.testimonials__footer-item p {
    font-size: 14px;
    margin: 0
}

.testimonials-icons {
    max-width: 20px;
    height: 20px;
    margin-right: 5px
}

.testimonials .slick-current .testimonials__item {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-box-shadow: 2px 0 15px #d0d0d0;
    box-shadow: 2px 0 15px #d0d0d0
}

.find {
    padding: 70px 0
}

.find .section__heading {
    margin-bottom: 40px
}

.partners-color {
    padding: 80px 0 120px 0
}

.partners-color .section__heading {
    margin-bottom: 60px
}

.partners-color__slider {
    max-width: 90%;
    margin: 0 auto
}

.partners-color__item {
    height: 50px;
    position: relative
}

.partners-color__item img {
    max-height: 100%;
    max-width: 80%;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.registration {
    padding-top: 110px;
    padding-bottom: 90px;
    text-align: center
}

.registration__content {
    margin-bottom: 20px
}

.registration-form a {
    color: #13b5f7;
}

.registration__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px
}

.registration__buttons .button {
    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;
    justify-content: center;
    font-size: 12px;
    margin-right: 20px;
    color: #13b5f7
}

.registration__buttons .button .svg {
    fill: #4267b1;
    width: 20px;
    height: 20px;
    margin-left: 10px
}

.section__heading {
    margin-bottom: 50px
}

.login {
    text-align: center;
    padding-top: 110px;
    padding-bottom: 260px
}

.login .section__heading {
    margin-bottom: 30px
}

.login-box {
    margin-bottom: 30px
}

.login-link {
    font-style: italic;
    text-decoration: underline
}

.login .button {
    margin-top: 30px
}

.login-forgot {
    color: #13b5f7;
    line-height: 1;
}

.recruitment-page {
    padding-bottom: 100px
}

.recruitment-page .g-recaptcha {
    margin-top: 30px
}

.map {
    margin-top: 70px
}

.map address {
    font-style: normal
}

.map address ul li {
    font-size: 14px;
    line-height: 1.8em
}

.map address ul li:first-child {
    font-weight: 700
}

.faq-page {
    padding-bottom: 80px
}

.accordion-list {
    position: relative
}

.accordion-list li:not(:last-child) {
    border-bottom: 1px solid #e1e8ed
}

.accordion-list li a {
    font-size: 22px;
    padding: 10px 30px 10px 0;
    position: relative;
    display: block
}

.accordion__content p {
    font-size: 16px;
    padding-bottom: 10px
}

.accordion__plus {
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    background-color: transparent;
    padding: 2px
}

.accordion__plus:after, .accordion__plus:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 2px;
    left: 0;
    background-color: #13b5f7;
    -webkit-transition: background-color .2s, -webkit-transform .2s;
    transition: background-color .2s, -webkit-transform .2s;
    -o-transition: transform .2s, background-color .2s;
    transition: transform .2s, background-color .2s;
    transition: transform .2s, background-color .2s, -webkit-transform .2s
}

.accordion__plus:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.accordion__plus_active:after, .accordion__plus_active:before {
    background-color: #1e2021
}

.accordion__plus_active:after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.company-page {
    padding-bottom: 80px
}

.company-page .job__item-content {
    padding: 10px
}

.company {
    margin-bottom: 30px
}

.company-name {
    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;
    margin-bottom: 30px
}

.company-name img {
    max-width: 20%;
    margin-right: 20px
}

.company-name .heading-text {
    padding-right: 40px
}

.company-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.company-content .button {
    width: 100%;
    margin-top: auto;
    margin-bottom: 0
}

.company__social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.company__social li:not(:last-child) {
    margin-right: 20px
}

.company-map {
    width: 100%;
    height: 100%;
    padding-bottom: 56.25%;
    margin-bottom: 40px;
    position: relative
}

.company-map__content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.company-table td:nth-child(2n) {
    color: #aeb5ba;
    padding-left: 40px
}

.company-table tr {
    line-height: 1.6em
}

.company-job {
    padding-top: 70px;
    padding-bottom: 60px
}

.company-job .item__heading {
    margin-bottom: 30px
}

.company-reviews > p {
    font-size: 22px;
    margin-bottom: 20px
}

.company-reviews__item {
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 6px #d0d0d06e;
    box-shadow: 2px 2px 6px #d0d0d06e;
    padding: 20px;
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.company-reviews__img {
    width: 33px;
    height: 33px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33px;
    -ms-flex: 0 0 33px;
    flex: 0 0 33px;
    margin-right: 15px
}

.company-reviews__content {
    position: relative
}

.company-reviews__content span {
    color: #aeb5ba;
    font-size: 14px
}

.company-reviews__content p {
    line-height: 1.5em;
    margin-bottom: 5px
}

.company-reviews__head {
    margin-bottom: 5px
}

.company-reviews .link-read {
    margin-top: 50px;
    display: block;
    text-align: center
}

.city-directory-page {
    padding-bottom: 110px
}

.city-directory__content {
    padding-right: 60px
}

.city-directory__content .heading-text {
    margin-bottom: 30px
}

.city-directory__content .item__heading {
    margin-bottom: 30px
}

.city-directory__content p {
    margin-bottom: 40px
}

.cities-page {
    padding-bottom: 110px
}

.cities-page .heading-text {
    margin-bottom: 30px
}

.cities-page .cities__content {
    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
}

.cities-page .cities__content > p {
    font-size: 14px
}

.cities-page .cities-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-bottom: 40px
}

.cities-page .cities-box .item__heading {
    margin-bottom: 20px
}

.cities__list li {
    position: relative
}

.cities__list li a {
    color: #13b5f7;
    line-height: 1.65em;
    position: relative
}

.cities__list li a:before {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #13b5f7;
    -webkit-transition: width .2s;
    -o-transition: width .2s;
    transition: width .2s
}

.cities__list li a:hover:before {
    width: 100%
}

.details-page {
    padding-bottom: 100px
}

.details-page .invite {
    margin-top: 30px
}

.details-header .button {
    min-width: 100%;
    margin-bottom: 10px
}

.details-banner {
    margin-top: 20px
}

.details-description {
    margin-top: 50px;
    margin-bottom: 16px;
}

.details-description .item__heading {
    margin-bottom: 30px
}

.details-description p {
    margin-bottom: 8px
}

.details-description .details-company {
    margin-top: 24px
}

.details-company__table table {
    width: 100%;
    font-size: 16px
}

.details-company__table table td:nth-child(2n) {
    color: #aeb5ba
}

.details-company__img {
    position: relative;
    display: block;
    height: 100%;
    margin-right: 80px
}

.details-company__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    min-width: 250px;
    max-width: 250px;
}

.sorting-jobs {
    margin-top: 80px
}

.listing-page {
    padding-bottom: 100px;
    /* padding-top: 120px */
}

.listing-page .sorting-jobs {
    margin-top: 0
}

.about-page {
    margin-top: 32px;
    margin-bottom: 32px;
}

.terms-page {
    margin-top: 32px;
    margin-bottom: 32px;
}

.privacy-policy {
    margin-top: 32px;
    margin-bottom: 32px;
}

.disclaimer-page {
    margin-top: 32px;
    margin-bottom: 32px;
}

.team-page {
    margin-top: 32px;
    margin-bottom: 32px;
}

.faq-page {
    margin-top: 32px;
    margin-bottom: 32px;
}

.terms ul li:before {
    display: none
}

.refer {
    padding: 90px 0
}

.refer .section__heading {
    margin-bottom: 50px
}

.refer .invite {
    padding: 0 60px;
    margin: 0;
    margin-bottom: 80px
}

.refer .invite-form {
    margin-bottom: 30px
}

.refer .text-content {
    margin-bottom: 80px
}

.refer .heading-text {
    text-align: center
}

.cash-out {
    padding: 90px 0
}

.cash-out .section__heading {
    margin-bottom: 50px
}

.cash-out .text-content {
    margin-bottom: 80px
}

.cash-out .heading-text {
    text-align: center
}

.cash-out__balance {
    padding: 0 80px;
    text-align: center;
    border-bottom: 1px solid #e1e8ed;
    padding-bottom: 40px;
    margin-bottom: 40px
}

.cash-out__balance .item__heading {
    margin-bottom: 20px
}

.cash-out__balance p {
    font-size: 14px;
    color: #aeb5ba;
    margin-bottom: 20px
}

.cash-out__balance .button {
    margin-bottom: 20px
}

.cash-out__deadline {
    padding: 70px 0;
    margin-bottom: 60px
}

.cash-out__deadline .item__heading {
    margin-bottom: 20px
}

.cash-line {
    border-radius: 5px;
    width: 100%;
    height: 50px;
    background-color: #e1e8ed;
    margin-bottom: 20px
}

.user-info__sidebar {
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-box-shadow: 16px 16px 16px #d0d0d06e;
    box-shadow: 16px 16px 16px #d0d0d06e;
    background-color: #fff
}

.user-info__avatar {
    padding-top: 35px;
    padding-bottom: 30px;
    padding-left: 50px;
    -webkit-box-shadow: 6px 6px 6px #d0d0d06e;
    box-shadow: 6px 6px 6px #d0d0d06e
}

.user-info__img {
    border-radius: 50%;
    margin-bottom: 30px;
    width: 170px;
    height: 170px
}

.user-info__img img {
    border-radius: 50%
}

.user-info .item__heading {
    margin-bottom: 10px
}

.user-info p {
    color: #aeb5ba
}

.user-info__list {
    padding-top: 30px;
    padding-left: 50px
}

.user-info__list li:not(:last-child) {
    margin-bottom: 20px
}

.user-info__list li a {
    font-size: 14px;
    text-transform: uppercase
}

.user-info__list_active {
    color: #13b5f7
}

.user-info__content {
    padding-top: 60px;
    padding-bottom: 80px;
    padding-left: 40px
}

.user-info__form .custom-label {
    color: #aeb5ba
}
/*
.user-info__form .custom-input {
    margin-top: 10px
} */

.settings {
    background-color: #13b5f7;
    height: 30px;
    position: fixed;
    top: 100px;
    left: -40px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    padding: 10px 20px;
    color: #fff;
    z-index: 100;
    display: none;
    cursor: pointer
}

.user-questions__content {
    padding-top: 60px;
    padding-bottom: 80px;
    padding-left: 40px
}

.user-questions__form .custom-label {
    color: #aeb5ba;
    margin-bottom: 15px
}

.user-questions__form .custom-input {
    margin-top: 10px
}

.user-questions__form .form-box {
    margin-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.user-questions__form .form-box > .custom-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    margin-right: 10px;
    color: #1e2021
}

.user-questions__form a {
    font-size: 14px;
    display: block
}

.user-questions__form a:not(:first-child) {
    margin-bottom: 25px
}

.reset-page {
    padding-top: 60px;
    padding-bottom: 200px
}

.form-reset {
    max-width: 100%;
    position: relative
}

.form-reset p {
    margin-bottom: 10px
}

.form-reset .button {
    margin-top: 20px;
    display: block;
    width: 100%;
    margin-bottom: 10px
}

.form-reset__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.form-reset__buttons a {
    color: #13b5f7
}

.form-reset__buttons a:first-child {
    position: relative;
    margin-right: 20px
}

.form-reset__buttons a:first-child:before {
    content: "";
    width: 1px;
    position: absolute;
    top: 3px;
    bottom: 3px;
    right: -10px;
    background-color: #1e2021
}

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

    .col-sm {
        -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;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        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
    }

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

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

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

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

    .flex-sm-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !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;
        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;
        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;
        align-self: stretch !important
    }
}

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

    .col-md {
        -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;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        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
    }

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

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

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

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

    .flex-md-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !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;
        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;
        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;
        align-self: stretch !important
    }
}

@media only screen and (min-width: 768px) {
    .nav {
        max-width: 100%;
        padding-right: 50px;
        padding-left: 50px
    }
}

@media only screen and (min-width: 991px) {
    .nav {
        max-width: 960px;
        padding-left: 15px;
        padding-right: 15px;
        overflow: visible
    }
}

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

    .col-lg {
        -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;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        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
    }

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

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

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

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

    .flex-lg-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !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;
        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;
        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;
        align-self: stretch !important
    }
}

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

    .col-xl {
        -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;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        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
    }

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

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

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

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

    .flex-xl-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !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;
        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;
        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;
        align-self: stretch !important
    }
}

@media only screen and (min-width: 1200px) {
    .nav {
        max-width: 1140px
    }
}

@media (min-width: 1500px) {
    .container {
        max-width: 1440px
    }

    .col-xxl {
        -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;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-xxl-1 {
        margin-left: 8.33333%
    }

    .offset-xxl-2 {
        margin-left: 16.66667%
    }

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

    .offset-xxl-4 {
        margin-left: 33.33333%
    }

    .offset-xxl-5 {
        margin-left: 41.66667%
    }

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

    .offset-xxl-7 {
        margin-left: 58.33333%
    }

    .offset-xxl-8 {
        margin-left: 66.66667%
    }

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

    .offset-xxl-10 {
        margin-left: 83.33333%
    }

    .offset-xxl-11 {
        margin-left: 91.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 1500px) {
    .nav {
        max-width: 1440px
    }
}

@media only screen and (max-width: 1500px) {
    .text-content h1 {
        font-size: 36px
    }

    .nav-browse {
        min-width: 960px
    }

    .job__item-image {
        flex: 0 0 200px
    }

    .job__item-content {
        padding: 20px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 -webkit-calc(100% - 170px);
        -ms-flex: 0 0 calc(100% - 170px);
        flex: 0 0 calc(100% - 170px)
    }

    .job__item-content .price {
        top: 20px;
        right: 20px
    }

    .job__item-content .link-read {
        bottom: 26px;
        right: 20px
    }

    .job__item .table-job {
        max-width: 410px
    }

    .widget-registration a {
        padding: 0
    }

    .heading-text {
        font-size: 36px
    }

    .statistics__numbers {
        font-size: 40px;
        margin-bottom: 5px;
        line-height: 40px;
    }

    .login {
        padding-top: 80px;
        padding-bottom: 160px
    }
}

@media only screen and (max-width: 1499px) {
    .form-sorting .custom-label .icon-box {
        margin: 0 10px
    }

    .form-sorting .custom-label .custom-input {
        font-size: 14px
    }

    .pagination li a {
        font-size: 14px
    }

    .invite {
        margin-top: 50px;
        padding: 50px
    }

    .invite .item__heading {
        margin-bottom: 20px
    }

    .heading-description {
        font-size: 16px
    }

    .map {
        margin-top: 50px
    }

    .accordion-list li a {
        font-size: 20px
    }

    .company-table td:nth-child(2n) {
        padding-left: 20px
    }

    .city-directory-page {
        padding-bottom: 80px
    }

    .cities-page {
        padding-bottom: 80px
    }

    .sorting-jobs {
        margin-top: 60px
    }

    .listing-page {
        padding-bottom: 80px;
        /* padding-top: 80px */
    }

    .about-page {
        padding-bottom: 80px
    }
}

@media only screen and (max-width: 1400px) {
    .section__heading {
        font-size: 36px
    }

    .item__heading {
        font-size: 18px
    }

    .button {
        min-width: 130px;
        font-size: 16px;
        padding: 1.03em
    }

    .button.button_white-gray {
        padding: 11px 20px
    }

    .nav-main > li > a {
        font-size: 12px
    }

    .nav-browse {
        min-width: 940px
    }

    .nav-browse > li a {
        font-size: 14px
    }

    .nav-sub li {
        line-height: 1.5em
    }

    .nav-sub li a {
        font-size: 12px
    }

    .testimonials__item {
        margin: 30px
    }

    .registration {
        padding-top: 80px;
        padding-bottom: 60px
    }
}

@media only screen and (max-width: 1399px) {
    .widget-table table tr th {
        padding-bottom: 10px
    }

    .widget-table table tr td {
        padding: 10px 0
    }
}

@media only screen and (max-width: 1300px) {
    .partners-slider__box {
        height: 40px
    }

    .testimonials__item {
        margin: 20px
    }
}

@media only screen and (max-width: 1199px) {
    p {
        font-size: 14px
    }

    a {
        font-size: 14px
    }

    .text-content ul li {
        font-size: 14px
    }

    .text-content h4 {
        font-size: 22px
    }

    .nav-browse {
        min-width: 830px
    }

    .custom-input {
        padding: 1.03em;
        font-size: 14px
    }

    .custom-input::-webkit-input-placeholder {
        font-size: 14px
    }

    .custom-input::-moz-placeholder {
        font-size: 14px
    }

    .custom-input:-ms-input-placeholder {
        font-size: 14px
    }

    .custom-input::-webkit-input-placeholder {
        font-size: 14px
    }

    .custom-input::-moz-placeholder {
        font-size: 14px
    }

    .custom-input:-ms-input-placeholder {
        font-size: 14px
    }

    .custom-input::-ms-input-placeholder {
        font-size: 14px
    }

    .custom-input::placeholder {
        font-size: 14px
    }

    .select-drop {
        font-size: 12px
    }

    .job__item-content h3 {
        margin-bottom: 15px;
        font-size: 12px;
        text-transform: uppercase;
    }

    .job__item-content .price {
        font-size: 14px
    }

    .job__item-content .link-read {
        font-size: 14px
    }

    .job__item .table-job {
        font-size: 14px
    }

    .widget-header {
        padding: 40px 0
    }

    .widget-registration {
        padding: 25px 20px 15px 20px
    }

    .widget-table {
        padding: 10px
    }

    .invite {
        padding: 30px;
        margin-top: 30px
    }

    .company-cart {
        margin-bottom: 40px
    }

    .how-work .section__heading {
        margin-bottom: 60px
    }

    .map {
        margin-top: 30px
    }

    .faq-page {
        padding-bottom: 60px
    }

    .accordion-list li a {
        font-size: 18px
    }

    .company-page {
        padding-bottom: 60px
    }

    .company-page .job__item-content .link-read {
        position: static;
        display: table;
        margin-right: 0;
        margin-left: auto;
        font-size: 12px;
        border: 1px solid #13b5f7;
        border-radius: 5px
    }

    .company-table {
        font-size: 14px
    }

    .city-directory-page {
        padding-bottom: 60px
    }

    .cities-page {
        padding-bottom: 60px
    }

    .details-page .main-content {
        padding-bottom: 60px
    }

    .details-company__table table {
        font-size: 14px
    }

    .listing-page {
        padding-bottom: 60px;
        /* padding-top: 60px*/
    }

    .listing-page .invite {
        margin-bottom: 40px
    }

    .about-page {
        padding-bottom: 60px
    }

    .refer {
        padding: 60px 0
    }

    .refer .section__heading {
        margin-bottom: 30px
    }

    .refer .invite {
        padding: 0 40px
    }

    .cash-out {
        padding: 60px 0
    }

    .cash-out .section__heading {
        margin-bottom: 30px
    }

    .cash-out__deadline {
        padding: 50px 0;
        margin-bottom: 40px
    }

    .user-info__avatar {
        padding-left: 20px
    }

    .user-info__img {
        width: 140px;
        height: 140px
    }

    .user-info__list {
        padding-left: 20px
    }

    .user-info__list li a {
        font-size: 12px
    }
}

@media only screen and (max-width: 1100px) {
    p {
        font-size: 12px
    }

    a {
        font-size: 12px
    }

    .custom-checkbox {
        height: 10px;
        width: 10px;
    }

    .registion-legal {
        font-size: 12px
    }

    .section__heading {
        font-size: 30px
    }

    .button {
        font-size: 12px
    }

    .text-content h1 {
        font-size: 30px
    }

    .text-content ul li {
        font-size: 12px
    }

    .header-logo {
        max-width: 140px
    }

    .header-login__link {
        font-size: 12px
    }

    .nav-more > a:after {
        left: -8px;
        width: 5px;
        height: 5px;
        margin-top: -1px
    }

    .nav-browse {
        min-width: 810px
    }

    .header-register-logo {
        max-width: 140px
    }

    .custom-input {
        font-size: 12px
    }

    .custom-input::-webkit-input-placeholder {
        font-size: 12px
    }

    .custom-input::-moz-placeholder {
        font-size: 12px
    }

    .custom-input:-ms-input-placeholder {
        font-size: 12px
    }

    .custom-input::-webkit-input-placeholder {
        font-size: 12px
    }

    .custom-input::-moz-placeholder {
        font-size: 12px
    }

    .custom-input:-ms-input-placeholder {
        font-size: 12px
    }

    .custom-input::-ms-input-placeholder {
        font-size: 12px
    }

    .custom-input::placeholder {
        font-size: 12px
    }
/*
    .custom-label:not(:last-of-type) {
        margin-bottom: 5px
    } */

    .registration-form .button {
        margin-top: 25px
    }

    .form-sorting .custom-label .custom-input {
        font-size: 12px
    }

    .pagination li a {
        font-size: 12px
    }

    .svg-apply {
        width: 2.6em
    }

    .svg-sand {
        width: 2.6em
    }

    .svg-paid {
        width: 3em
    }

    .section__partners-slider {
        padding: 10px 30px 50px 30px
    }

    .heading-text {
        font-size: 30px
    }

    .statistics__numbers {
        font-size: 34px;
        line-height: 34px;
    }

    .how-work__item .svg {
        height: 3.2em
    }

    .offer-box {
        padding: 20px
    }

    .offer-box .item__heading {
        margin-top: 5px
    }

    .offer-box p {
        padding: 10px
    }

    .testimonials__item {
        margin: 0 auto
    }

    .testimonials__content p {
        font-size: 12px
    }

    .testimonials .slick-current .testimonials__item {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .partners-color__item {
        height: 40px
    }

    .registration {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .section__heading {
        margin-bottom: 30px
    }

    .login {
        padding-top: 60px;
        padding-bottom: 100px
    }

    .login .section__heading {
        margin-bottom: 20px
    }

    .login-box {
        margin-bottom: 20px
    }

    .login .button {
        margin-top: 20px
    }

    .company-table {
        font-size: 12px
    }

    .company-reviews__content span {
        font-size: 12px
    }

    .details-company__table table {
        font-size: 12px
    }
}

@media only screen and (max-width: 991px) and (max-width: 580px) {
    .testimonials {
        padding: 40px 0 10px 0
    }
}

@media only screen and (max-width: 991px) {
    .main-content {
        padding-bottom: 40px;
        padding-top: 0
    }

    .section__heading {
        font-size: 24px
    }

    .button {
        min-width: 100px
    }

    .text-content h1 {
        font-size: 24px;
        margin-bottom: 5px
    }

    .text-content h4 {
        font-size: 20px
    }

    .header-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 20
    }

    .header-top {
        -webkit-box-shadow: 2px 2px 6px #d0d0d06e;
        box-shadow: 2px 2px 6px #d0d0d06e
    }

    .header-logo {
        display: block;
        max-width: 200px;
        margin: 0 auto
    }

    .header-nav {
        width: 50vw;
        background-color: #fff;
        -webkit-box-shadow: none;
        box-shadow: none;
        position: absolute;
        top: 50px;
        left: 0;
        overflow: hidden;
        opacity: 0;
        pointer-events: none;
        transition: .3s;
        z-index: -1
    }

    .header-nav_active {
        opacity: 1;
        z-index: 10;
        left: 0;
        overflow-y: auto;
        pointer-events: initial;
        height: calc(100vh - 50px)
    }

    .humburger {
        display: block;
        cursor: pointer
    }

    .nav-item_mob {
        display: block
    }

    .nav-more > a:after {
        display: none
    }

    .nav-more > a {
        display: none
    }

    .nav-main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        border-top: 1px solid #f6f6f7
    }

    .nav-main > li:not(:last-child) {
        border-bottom: 1px solid #f6f6f7
    }

    .nav-main > li:before {
        display: none
    }

    .nav-main > li > a {
        font-size: 14px;
        padding: 10px 0;
        text-align: left
    }

    .nav-main > li.no-border:before {
        display: block;
        content: "";
        width: 8px;
        height: 8px;
        background-color: #fff;
        border-left: 1px solid #aeb5ba;
        border-bottom: 1px solid #aeb5ba;
        top: 10px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        right: 0;
        left: auto
    }

    .nav-browse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 100%;
        background-color: #fbfbfc;
        border-top: 1px solid #f6f6f7
    }

    .nav-browse:after, .nav-browse:before {
        display: block
    }

    .nav-browse > li {
        text-align: left
    }

    .nav-browse > li:before {
        display: none
    }

    .nav-browse > li a {
        text-transform: capitalize;
        font-size: 14px;
        padding: 12px 5px 12px 0;
        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
    }

    .nav-browse > li svg {
        display: inline-block;
        height: 2em
    }

    .nav-sub {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        position: static;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-left: 0;
        padding-top: 0;
        padding-right: 0
    }

    .nav-sub li {
        border-bottom: 1px solid #f6f6f7;
        line-height: 1.15
    }

    .nav-sub li a {
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 1px;
        padding: 10px 0;
        text-align: left
    }

    .nav-sub li a:before {
        display: none
    }

    .nav-home {
        display: none
    }

    .header-register {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 20
    }

    .header-register-top {
        -webkit-box-shadow: 2px 2px 6px #d0d0d06e;
        box-shadow: 2px 2px 6px #d0d0d06e
    }

    .header-register-logo {
        display: block;
        max-width: 160px;
        margin: 0 auto
    }

    .header-register-nav {
        width: 50vw;
        background-color: #fff;
        -webkit-box-shadow: none;
        box-shadow: none;
        position: absolute;
        top: 50px;
        left: 0;
        z-index: 2;
        overflow: hidden;
        -webkit-transform: translateX(-20%);
        -ms-transform: translateX(-20%);
        transform: translateX(-20%);
        opacity: 0;
        -webkit-transition: opacity .6s, -webkit-transform .6s;
        transition: opacity .6s, -webkit-transform .6s;
        -o-transition: transform .6s, opacity .6s;
        transition: transform .6s, opacity .6s;
        transition: transform .6s, opacity .6s, -webkit-transform .6s;
        z-index: -1;
        height: auto
    }

    .header-register__nav {
        position: static;
        left: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        height: auto;
        visibility: visible;
        opacity: 1;
        pointer-events: initial;
    }

    .header-register__nav-user {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .header-register__nav-user__container {
        padding: 0
    }

    .header-register__nav-user__container ul {
        margin-bottom: 0;
        position: relative
    }

    .header-register__nav-user__container ul:before {
        position: absolute;
        content: "";
        top: 0;
        right: 100%;
        background-color: #fbfbfc;
        width: 50vw;
        height: 100%
    }

    .header-register__nav-user__container ul:after {
        position: absolute;
        content: "";
        top: 0;
        left: 100%;
        background-color: #fbfbfc;
        width: 50vw;
        height: 100%
    }

    .header-register__nav-user__container ul li a svg {
        width: 2em;
        height: 2em
    }

    .form-search .custom-input {
        padding-left: 3em
    }

    .city-form .custom-input {
        padding-left: 3em
    }

    .recruitment-form .button {
        margin-top: 20px
    }

    .job__item:not(:last-child) {
        margin-bottom: 20px
    }

    .job__item-image {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 130px;
        -ms-flex: 0 0 130px;
        flex: 0 0 130px
    }

    .job__item-content {
        padding: 10px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 -webkit-calc(100% - 130px);
        -ms-flex: 0 0 calc(100% - 130px);
        flex: 0 0 calc(100% - 130px)
    }

    .job__item-content .price {
        font-size: 14px;
        top: 10px;
        right: 10px
    }

    .job__item-content .link-read {
        bottom: 16px
    }

    .job__item .table-job {
        max-width: 360px
    }

    .svg-search {
        left: 10px
    }

    .widget:not(:last-child) {
        margin-bottom: 20px
    }

    .widget:not(:first-child) {
        margin-top: 20px
    }

    .widget-header {
        padding: 20px 0
    }

    .widget-table {
        font-size: 12px
    }

    .widget-download {
        padding-top: 20px
    }

    .modal {
        padding: 0px
    }

    .company-cart {
        padding-right: 20px
    }

    .company-cart__img {
        max-width: 120px
    }

    .heading-description {
        margin-bottom: 15px;
        font-size: 14px
    }

    .statistics {
        padding: 40px 0
    }

    .statistics-box .svg {
        height: 3em
    }

    .statistics__numbers {
        margin-top: 5px;
        font-size: 26px;
        line-height: 26px;
    }

    .job {
        padding: 40px 0
    }

    .job .section__heading {
        margin-bottom: 20px
    }

    .how-work {
        padding: 40px 0
    }

    .how-work .section__heading {
        margin-bottom: 30px
    }

    .how-work-wrapper {
        margin-top: 0
    }

    .how-work__item:not(:last-child) {
        margin-right: 20px;
        margin-bottom: 10px
    }

    .how-work__text {
        font-size: 16px
    }

    .offer {
        padding: 40px 0
    }

    .offer .section__heading {
        margin-bottom: 20px
    }

    .offer-box {
        padding: 15px
    }

    .offer-box p {
        padding: 10px 0
    }

    .offer .button {
        font-size: 12px
    }

    .testimonials {
        padding: 40px 0
    }

    .testimonials .section__heading {
        margin-bottom: 20px
    }

    .testimonials-wrapper {
        padding: 0 0 40px 0
    }

    .find {
        padding: 40px 0
    }

    .find .section__heading {
        margin-bottom: 20px
    }

    .partners-color {
        padding: 40px 0
    }

    .partners-color .section__heading {
        margin-bottom: 30px
    }

    .partners-color__item {
        height: 25px
    }

    .registration {
        padding-top: 80px
    }

    .login-page {
        padding-top: 60px
    }

    .login {
        padding-top: 20px;
        padding-bottom: 80px
    }

    .login .section__heading {
        margin-bottom: 10px
    }

    .recruitment-page {
        padding-bottom: 40px;
        padding-top: 60px
    }

    .faq-page {
        padding-top: 60px;
        padding-bottom: 40px
    }

    .accordion-list li a {
        font-size: 16px
    }

    .accordion__content p {
        font-size: 14px
    }

    .company-page {
        padding-top: 60px;
        padding-bottom: 40px
    }

    .company-content {
        height: auto;
        margin-bottom: 20px
    }

    .company-content .button {
        margin: 30px auto 0
    }

    .company-map {
        max-width: 100%
    }

    .company-job {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .city-directory-page {
        padding-top: 60px;
        padding-bottom: 40px
    }

    .city-directory__content .heading-text {
        margin-bottom: 20px
    }

    .city-directory__content .item__heading {
        margin-bottom: 20px
    }

    .city-directory__content p {
        margin-bottom: 20px
    }

    .cities-page {
        padding-top: 60px;
        padding-bottom: 40px
    }

    .details-page {
        padding-bottom: 60px
    }

    .details-page .main-content {
        padding-bottom: 40px
    }

    .sorting-jobs {
        margin-top: 40px
    }

    .listing-page {
        padding-bottom: 40px;
        /* padding-top: 100px */
    }

    .listing-page .invite {
        margin-bottom: 0
    }

    .about-page {
        padding-top: 60px;
        padding-bottom: 40px
    }

    .refer {
        padding-top: 80px
    }

    .refer .invite {
        padding: 0 20px
    }

    .cash-out {
        padding-top: 80px
    }

    .cash-out__deadline {
        padding: 30px 0;
        margin-bottom: 30px
    }

    .user-info {
        padding-top: 80px
    }

    .user-info__list li:not(:last-child) {
        margin-bottom: 10px
    }

    .user-info__content {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 30px
    }

    .user-info__form .custom-label {
        margin-bottom: 10px
    }

    /* .user-info__form .custom-input {
        margin-top: 5px
    } */

    .user-questions {
        padding-top: 80px
    }

    .user-questions__content {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 30px
    }

    .user-questions__form a {
        font-size: 12px
    }

    .reset-page {
        padding-top: 80px
    }
}

@media only screen and (max-width: 767px) {
    .item__heading {
        font-size: 16px
    }

    .form-sorting .custom-label {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .form-sorting .custom-label .icon-box {
        width: 90%;
        margin-top: 10px
    }

    .form-sorting .button {
        min-width: 70px;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
        margin-bottom: 10px
    }

    .pagination li a {
        font-size: 10px
    }

    .company-cart:nth-child(2n) {
        padding-right: 0
    }

    .statistics-box .svg {
        height: 2em
    }

    .statistics-box p {
        font-size: 12px
    }

    .statistics__numbers {
        font-size: 20px;
        line-height: 20px;
    }

    .how-work-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .how-work__item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 0
    }

    .how-work__item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        max-width: 100%;
        padding: 0 20%;
        text-align: center
    }

    .how-work__item .svg-arrow_left {
        position: static;
        width: 20px;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .how-work__text {
        font-size: 14px
    }

    .offer-box .svg {
        height: 3em
    }

    .testimonials-wrapper {
        padding: 0
    }

    .login-box {
        margin-bottom: 10px
    }

    .city-directory__content {
        padding-right: 0
    }

    .details-page {
        padding-bottom: 40px
    }

    .details-company__img {
        margin-right: 0
    }

    .details-company__img img {
        position: static;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .user-info__sidebar {
        position: fixed;
        padding-left: 60px;
        z-index: 10;
        left: -100%;
        top: 60px;
        width: 70%;
        -webkit-transition: left .4s;
        -o-transition: left .4s;
        transition: left .4s
    }

    .user-info__sidebar_active {
        left: 0
    }

    .user-info__avatar {
        padding-top: 25px;
        padding-bottom: 20px;
        padding-left: 10px
    }

    .user-info__img {
        width: 110px;
        height: 110px;
        margin-bottom: 10px
    }

    .user-info__list {
        padding-left: 10px;
        padding-top: 20px
    }

    .user-info__content {
        padding-left: 0;
        padding-top: 20px;
        padding-bottom: 20px
    }

    .user-info__form .custom-label {
        font-size: 12px
    }

    .settings {
        display: block
    }

    .user-questions__content {
        padding-left: 0;
        padding-top: 20px;
        padding-bottom: 20px
    }
}

@media only screen and (max-width: 600px) {
    .header-nav {
        width: 0
    }

    .header-nav_active {
        width: 100vw
    }

    .header-register-nav {
        width: 100vw
    }
}

@media only screen and (max-width: 580px) {
    .statistics-wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .statistics-box {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        margin-bottom: 20px
    }
}


@media only screen and (max-width: 575px) {
    .form-search .custom-input {
        padding-left: 2em
    }

    .city-form .custom-input {
        padding-left: 2em
    }

    .form-sorting {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: none
    }

    .modal {
        width: 80%
    }

    .how-work__item {
        padding: 0 10%
    }

    .sorting-jobs .section__heading {
        margin-bottom: 0
    }

    .listing-page .heading-text {
        padding-right: 0;
        margin-bottom: 0
    }

    .user-info__avatar {
        padding-left: 0
    }

    .user-info__img {
        width: 70px;
        height: 70px;
        margin-bottom: 10px
    }

    .user-info p {
        font-size: 10px
    }

    .user-info__list {
        padding-left: 0;
        padding-top: 10px
    }

    .user-info__list li a {
        font-size: 10px
    }
}

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

    .invite-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -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
    }

    .invite-list li:not(:last-child) {
        margin-right: 0
    }

    .invite-list li {
        margin-bottom: 10px
    }
}

@media only screen and (max-width: 480px) {
    .company-cart {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }
}

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

    .how-work-wrapper {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .partners-color__item {
        height: 20px
    }
}

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

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

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

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

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

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

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

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

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

i.angle-left {
    position: relative;
    border-left: 1px solid #13b5f7;
    border-bottom: 1px solid #13b5f7;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px 0 6px;
    transform: rotate(45deg);
}

.button-transparent {
    font-size: 14px;
    text-transform: uppercase;
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    outline: none;
    cursor: pointer;
}


.popup {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}
.popup.show {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
}
.popup-content {
    background-color: #fff;
    padding: 30px;
    border-radius: 7px;
    position: relative;
}
.popup-content a {
    color: #13b5f7;
}

.popup-content .close-popup {
    position: absolute;
    top: -30px;
    right: 0;
    background-color: transparent;
    border: none;
    color: #9c9c9c;
    font-size: 20px;
    padding: 0;
}

.company__item-content .link-more {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: .2em .4em;
    background-color: #13b5f7;
    border: 1px solid #13b5f7;
    border-radius: 5px;
    -webkit-transition: background-color .2s, color .2s;
    -o-transition: background-color .2s, color .2s;
    transition: background-color .2s, color .2s;
    margin: 20px 0;
}

.button-select {
    width: auto;
    position: static;
    padding: 10px;
    height: auto;
    margin: 0 !important;
    display: block;
}

.system-messages {
    position: fixed;
    top: 0;
    left: 0;
}

.system-messages [class*="alert-"] {
    padding: 5px;
    font-size: 12px;
}

.system-messages .alert-info {
    background-color: rgba(19, 181, 247, 0.3);
}

.system-messages .alert-success {
    background-color: rgba(29, 247, 123, 0.3);
}

.system-messages .alert-warning {
    background-color: rgba(216, 231, 29, 0.3);
}

.system-messages .alert-danger {
    background-color: rgba(231, 13, 13, 0.2);
}

meter.password-meter {
    width: 100%;
    height: 7px;
    display: block;
    margin-bottom: 5px;
}

meter::-webkit-meter-bar {
    background: none;
    background-color: rgba(0, 0, 0, 0.1);
}

meter[value="1"]::-webkit-meter-optimum-value {
    background: red;
}

meter[value="2"]::-webkit-meter-optimum-value {
    background: yellow;
}

meter[value="3"]::-webkit-meter-optimum-value {
    background: orange;
}

meter[value="4"]::-webkit-meter-optimum-value {
    background: green;
}

meter[value="1"]::-moz-meter-bar {
    background: red;
}

meter[value="2"]::-moz-meter-bar {
    background: yellow;
}

meter[value="3"]::-moz-meter-bar {
    background: orange;
}

meter[value="4"]::-moz-meter-bar {
    background: green;
}

.feedback {
    color: #9ab;
    font-size: 90%;
    padding: 0 .25em;
    margin-top: 1em;
}

#pwindicator {
    width: 100%
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.w-100 {
    width: 100%
}

.bar {
    height: 7px;
}

.pw-very-weak .bar,
.pw-weak .bar,
.pw-mediocre .bar,
.pw-strong .bar,
.pw-very-strong .bar {
    margin-bottom: 8px;
}

.pw-very-weak .bar {
    background: red;
    width: 20%;
}
.pw-weak .bar {
    background: orange;
    width: 40%;
}
.pw-mediocre .bar {
    background: #f3f01a;
    width: 60%;
}
.pw-strong .bar {
    background: #0d0;
    width: 80%;
}
.pw-very-strong .bar {
    background: green;
    width: 100%;
}

.select-error + * {
    border-color: red;
}

.header-register .header-top {
    padding: 23px 0;
}


/* TODO: check mobile version */
.header-logo + ul {
    margin-left: 20px;
}

.header-logo + ul li {
    margin-right: 10px;
}

.menu-svg-icon {
    width: 18px;
    margin-right: 5px;
}


.user-info__options {
    margin-top: 30px;
}


.user-info__options li {
    text-align: center;
    margin: 10px 0;
}


.user-info__options img {
    display: inline-block;
}

.adsense {
    max-width: 1200px;
    margin: 20px auto;
    height: 250px;
    /*
    display: flex;
    align-items: center;
    justify-content: center;
    */
}




.header-dropdown {
    position: relative;
    display: inline-block;
}

.header-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}

.header-dropdown:hover .header-dropdown-content {
  display: block;
}

@media only screen and (min-width: 991px) {
    .header-register__nav {
        max-width: 300px;
        width: 100%;
        height: 100vh;
    }
    .header-nav .nav.nav-desktop .nav-browse > li {
        display: inline-block;
    }
    .header-nav .nav.nav-desktop .nav-browse {
        min-width: 100%;
    }
    .header-register__nav_active .nav-main,
    .header-nav .nav.nav-desktop .nav-browse {
        flex-direction: column;
    }
    .header-register__nav_active .nav.nav-desktop {
        display: block;
    }
    .header-nav .nav {
        display:none;
    }
}

.item__heading a {
    font-size: inherit;
}

.sponsered {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 30px 0;
}

.sponsered h2 {
    text-align: center;
    margin: 10px 0;
}

/*

==== BEGIN ====
Because sponsored FG is not in angular app - have to duplicate css

*/
.item__heading {
    font-size: 22px;
    color: #1e2021;
    margin: 0;
    font-weight: 500;
}

.sponsered .job__item {
    display: block;
    width: 100%;
    max-width: 100%;
}

.sponsered .job__item-image {
    display: block;
    width: 100%;
    max-width: 100%;
}

.sponsered .job__item-content {
    display: block;
    width: 100%;
    max-width: 100%;
}

.sponsered .link-read {
    display:block;
    position: relative;
    bottom: 0;
    right: 0;
    text-align: center;
}

.social_share {
    text-align: center;
}

.social_links {
    margin: 20px 0;
    display:flex;
    flex-direction:row;
    justify-content: space-evenly;
}
.social_links a {
    color: #13B5F7;
    font-size: 30px;
}
.social_links a:hover { color: #0186C7 }

.grecaptcha-badge { visibility: hidden; }

.registion-legal {
    margin-top: 40px;
    color:#aeb5ba;
}

.registion-legal a {
    color: #13b5f7;
    margin: 0;
    display: initial;
    padding: 0;
}

.reqruit-form .registion-legal, .registion-legal {
    margin-top: 16px;
}

.recuit-contact {
    margin-top: 40px;
    color:#aeb5ba;
    text-align: center;
}

.recuit-contact a {
    color: #13b5f7;
    margin: 0;
    display: initial;
    padding: 0;
}

.registration_google_legal {
    font-size: 12px;
    margin-top: 20px;
    color:#aeb5ba;
}

.registration_google_legal a {
    font-size: 12px;
    color: #13b5f7;
    margin: 0;
    display: initial;
    padding: 0;
}


.search-form-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.search-form-group .search-input {
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.search-form-group .search-button {
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
	border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
	background-color: #fff;
    border: 1px solid #13b5f7;
    cursor: pointer;
	width: 60px;
}
.search-form-group .search-button img {
	height: 1em;
}

/* PROMOTE PAGE */
.promote-packages,
.promote-head {
    position: relative;
}
.small-container {
    max-width: 1050px;
    margin: 0 auto;
}
.promote-head {
    padding: 107px 0
}
.promote-head:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .05), transparent);
}
.promote-text h1 {
    font-size: 41px;
    letter-spacing: 2px;
    margin-bottom: 27px;
}
.promote-text h2 {
    font-size: 32px;
}
.promote-text p {
    font-size: 18px;
}
.promote-packages {
    padding: 0 0 32px;
}
.promote-packages-top {
    margin-bottom: 67px;
}

/* package */
.package {
    background-color: #fff;
    width: 100%;
    position: relative;
    height: 100%;
    border-radius: 6px;
    box-shadow: 0 0 16px rgba(0, 0, 0, .08);
    z-index: 0;
    padding-bottom: 110px;
    transition: 0.2s;
}
.package.active {
    -webkit-box-shadow: 0 1px 25px rgba(161, 203, 220, 0.73);
    box-shadow: 0 1px 25px rgba(161, 203, 220, 0.73);
}
.package-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.package-content {
    position: relative;
    padding: 32px 32px 17px;
}
.package-image {
    text-align: center;
    min-height: 120px;
}
.package-image img {
    max-width: 87px;
    display: inline-block;
}
.package-title {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.5px;
    min-height: 44px;
}

/* package price */
.package-price {
    min-height: 47px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.package-price:before {
    content: '';
    position: absolute;
    width: calc(100% - 53px);
    background-color: #dcdcdc;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    top: 11px;
    z-index: -1;
}
.package-price .package-price-inner {
    background-color: #fff;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    padding: 0px 17px;
}
.package-price .package-price-inner .package-price-coast {
    font-size: 22px;
    color: #13b5f7;
}
.package-price .package-price-inner .package-price-coast:before {
    content: attr(data-currency);
}

/* package description */
.package-description {
    font-size: 14px;
    font-weight: 500;
    padding: 0 26px;
}
.package-description p {
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.package-description ul {
    margin-left: 10px;
}
.package-description ul li {
    position: relative;
    padding-left: 17px;
    margin-bottom: 11px;
    line-height: 1.4;
}
.package-description ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    top: 7px;
    border-radius: 100%;
    left: 0;
    background-color: #13b5f7;
}

.package-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 110px;
    text-align: center;
    padding: 0 30px 10px;
}

.package-bottom .package-bottom-link {
    background-color: #13b5f7;
    display: inline-block;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 15px;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    -webkit-box-shadow: 0 2px 6px #a1cbdc;
    box-shadow: 0 2px 6px #a1cbdc;
    outline: none;
}

.package .legal {
    margin-top: 8px;
    font-size: 12px;
    color: #aeb5ba;
}


@media (max-width: 1200px) {
    .package-description {
        padding: 0;
    }
}

@media (max-width: 992px) {
    .promote-packages {
        padding: 60px 0;
    }
    .package {
        height: auto;
        z-index: 0;
        padding-bottom: 80px;
        max-width: 330px;
        margin: 0 auto 45px;
    }
    .package-bottom {
        height: 80px;
    }
}

.reqruit-form {
    margin-bottom: 60px;
}

.city-item {
    font-weight: 500;
    margin-bottom: 4px;
}
.city-item a {
    line-height: 1;
    font-size: 22px;
}
.city-list {
    margin-bottom: 30px;
}
.city-heading {
    margin-bottom: 0;
}
.region-title {
    margin-bottom: 22px;
}
.city-bottom-text { color: #3c3c3c }
.city-bottom-text,
.city-bottom-text a {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.3px;
}


.reqruit-form h2 {
    padding-bottom: 24px;
}

.errorlist {
    font-size: 10px;
    text-align: center;
    font-style: italic;
    color: #fd1a1a;
}

.errorlist li {
    padding: 6px 0;
}

.button_link {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 8px 16px;
    background-color: #13b5f7;
    border: 1px solid #13b5f7;
    border-radius: 5px;
    -webkit-transition: background-color .2s, color .2s;
    -o-transition: background-color .2s, color .2s;
    transition: background-color .2s, color .2s;
    text-transform: uppercase;
}

.promote-page {
    padding-bottom: 90px;
}

.company__item-content .link-more {
    background-color: #32CD32
}

.faq-page li{
    list-style: decimal;
    margin-left: 20px;
}

#second-register > a {
    width: 100%;
}

#registerModal label[for=id_gender] {
    display: none
}

#registerModal label[for=id_phone] {
    display: none
}

#registerModal label[for=id_birthyear] {
    display: none
}

#registerModal {
    background: none;
    z-index: 1060;
    opacity: 1;
}


#registerModal .model-content {
    border: none;
    background: none;
}

#registerModal {
    -webkit-box-shadow: none;
    box-shadow: none;

}

@media only screen and (max-width: 575px)
{
    #registerModal {
        width: 100%;
    }
}

label.formcontrol {
    font-size: 1rem;
    line-height: 1.5rem;
    display: grid;
    grid-template-columns: 1em auto;
    gap: 0.5em;
    margin-bottom: .5rem;
}

label.formcontrol input[type="radio"] {
    place-self: center center;
    opacity: 100;
    appearance: none;
    font: inherit;
    color:  #13B5F7;
    width: 1em;
    height: 1em;
    border: 1px solid #13B5F7;
    border-radius: 50%;
}

label.formcontrol input[type="radio"]:checked {
    border: 4px solid #13B5F7;
}

button.cta {
    color: white;
    padding: 0.75rem;
    background: #13B5F7;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    border: none;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    min-width: 160px;
    margin: auto;
    display: block;
}

input.newformat[type="text"] {
    padding: 12px 16px;

    /* gray/300 */
    /* background: #F6F6F7; */

    /* gray/600 */
    border: 1px solid #525252;
    box-sizing: border-box;
    border-radius: 4px;
}

input.newformat[type="text"]:active,
input.newformat[type="text"]:focus,
input.newformat[type="text"]:focus-visible,
input.newformat[type="text"]:hover {
    border: 1px solid #525252;
    outline: 1px solid #404040;
}

label.formcontrol input[type="radio"]:active,
label.formcontrol input[type="radio"]:focus,
label.formcontrol input[type="radio"]:focus-visible,
label.formcontrol input[type="radio"]:hover {
    border: 4px solid #13A2DC;
}

label.formcontrol input[type="radio"]:checked:active,
label.formcontrol input[type="radio"]:checked:focus,
label.formcontrol input[type="radio"]:checked:focus-visible,
label.formcontrol input[type="radio"]:checked:hover {
    border: 4px solid #13A2DC;
    outline: 1px solid #13A2DC;
}

button.cta:active,
button.cta:focus,
button.cta:focus-visible,
button.cta:hover {
    background: #13A2DC;
}

.guide h2 {
    margin-top: 48px;
}

.blog-author {
    margin: 48px 0;
    display: grid;
    grid-gap: 16px;
    grid-template-columns: 150px 1fr;
}

.blog-author > * {
    align-self: center;
}


.vue-login img {
    width: initial;
    height: initial;
}

.section__banner {
    background: radial-gradient(farthest-corner, #fff, #ddeffb);
    /*background: url("../img/images/blue-grainy-color-gradient-background.b0682d4f2627.jpg") lightgray 0px -66.319px / 100% 133.349% no-repeat;*/
    width: 100%;
    /* height: 548px;  */
}

.section__banner .container{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

}

.section__banner {

    .heading-text {
        color: #4B4B4B;
        font-size: 72px;
        font-weight: 800;
        text-align: center;
        padding-bottom: 72px;
        padding-top: 72px;
        max-width: 1000px;
        margin-bottom: 0;

        .blue {
            color: #28B5F7;
        }
    }

    .heading-btn {
        width: 596px;
        border-radius: 4px;
        background-color: #2ab6f7;
        color: #fff;
        font-weight: 700;
        font-size: 24px;
        padding: 12px;
        border: 0;
    }

    .heading-sub-text {
        color: #4B4B4B;
        font-size: 18px;
        padding-top: 32px;
        padding-bottom: 24px;

        strong {
            font-size: 18px;
            font-weight: 600;
        }
    }
}

@media only screen and (max-width: 768px)
{
    .section__banner {

        .heading-text {
            padding-bottom: 36px;
            padding-top: 36px;
            font-size: 28px;
            font-weight: 800;
        }

        .heading-btn {
            width: 340px;
            font-size: 20px;
            font-weight: 600;
        }
    }
}


.body-text, .details-header {

    padding: 0 12px;

    color: #4B465C;

    h1 {
        font-size: 36px;
        font-weight: 600;
        margin-bottom: 24px;
    }

    p {
        font-size: 16px;
        font-weight: 400;
    }
}

@media only screen and (max-width: 786px)
{
    .body-text, .details-header {

        h1 {
            font-size: 28px;
        }
    }
}

a.show-all{
    width: 340px;
    height: 54px;
    border-radius: 4px;
    background-color: #2ab6f7;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    padding: 10px 0;
    margin: 49px auto;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
}


.studies-heading{
    text-align: center;
    margin: 48px 0 8px 0;
    font-weight: 600;
    color: #4B4B4B;
}

.studies-sub-heading{
    color: #A8AAAE;
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 52px;
    text-align: center;
}

.body-text-wrapper {

    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 24px;

    .body-text{
        max-width: 1440px;
        margin-bottom: 24px;
    }
    .city-text{
        max-width: 1440px;
    }
}

.studies {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding: 0 12px;
    max-width: 1680px;
    margin: 0 auto;

    .study-pannel {
        width: 340px;
        /* height: 415px; */
        padding: 12px;
        background-color: #fff;
        border-radius: 4px;
        box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.10);
        display: grid;
        grid-template-columns: 1;
        grid-template-rows: repeat(5, max-content);
        gap: 12px;
        position: relative;
        justify-content: space-between;

        ins {
            justify-self: center;
            align-self: center;
        }

        .ad-pannel {
            height: 396px;
            width: 316px;
            display: grid;
            grid-row: 1/ span 5;
            grid-column: 1;
            overflow: scroll;
        }

        .study-image {
            grid-row: 1;
            grid-column: 1;
            object-fit: cover;
            border-radius: 4px;
        }

        .pill {
            color: #4C73B8;
            background-color: #F0F6FF;
            align-self: start;
            justify-self: start;
            margin-top: 8px;
            margin-right: 8px;
            height: 24px;
            border-radius: 20px;
            align-content: center;
            text-align: center;
            font-size: 12px;
            line-height: 12px;
            font-weight: 600;
            padding: 4px 8px;
        }

        .featured {
            grid-row: 1;
            grid-column: 1;
            margin-left: 8px;
            color: #fff;
            background-color: #fcb724;
        }

        .pills{
            grid-row: 2;
        }

        .study-title {
            grid-row: 3;
            height: 48px;
            align-self: start;
            font-size: 20px;
            line-height: 24px;
            font-weight: 600;
            overflow: hidden;
        }

        .details {
            grid-row: 4;
            color: #4B4B4B;
            font-size: 12px;
            font-weight: 600;
            display: flex;
            flex-direction: column;

            img {
                height: 16px;
                width: 16px;
                display: inline-flex;
                margin-right: 8px;
            }

            .dollars {
                color: #74BC97;
            }
        }

        .view{
            grid-row: 5;
            height: 40px;
            width: 100%;
            color: #4C73B8;
            background-color: #F0F6FF;
            align-content: center;
            text-align: center;
            font-size: 16px;
            font-weight: 600;
        }

    }
}

.home-studies .studies {
    width: 100%;
    max-width: initial;
}

/* TODO fix */
.heading-text {
    font-size: 36px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 1em;
}

.details-title-wrapper {
    padding: 0 12px;
    margin-top: 44px;
    margin-bottom: 24px;
}

.details-title-wrapper .heading-text {
    margin-bottom: 0;
}

.details-content-wrapper {
    display: flex;
    flex-direction: row;
    gap: 32px;
    padding: 0 12px;
    margin-bottom: 40px;
}

.details-left-column {
    flex: 0 0 60%;
    max-width: 60%;
}

.details-right-column {
    flex: 0 0 calc(40% - 32px);
    max-width: calc(40% - 32px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.details-left-column .detail-register {
    width: 100%;
    margin-bottom: 16px;
}

.details-left-column .details-banner {
    margin-top: 0;
}

.details-left-column .details-banner img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.details-right-column .details-description {
    margin-top: 0;
    margin-bottom: 24px;
}

.details-right-column .details-description .item__heading {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 600;
    color: #4B465C;
}

.details-right-column .description-content {
    font-size: 16px;
    line-height: 1.6;
    color: #4B465C;
}

.details-right-column .description-content.truncated {
    max-height: 350px;
    overflow: hidden;
    position: relative;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .details-right-column .description-content.truncated {
        max-height: calc(5rem + 4vw);
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .details-right-column .description-content.truncated {
        max-height: 11rem;
    }
}

@media (min-width: 1280px) and (max-width: 1500px) {
    .details-right-column .description-content.truncated {
        max-height: calc(11rem + 5vw);
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .details-title-wrapper .heading-text {
        font-size: 32px;
    }
}

@media (min-width: 1280px) and (max-width: 1440px) {
    .details-title-wrapper .heading-text {
        font-size: 36px;
    }
}

.details-right-column .description-content.truncated::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: linear-gradient(transparent, #fff);
}

.details-right-column .description-content p {
    margin-bottom: 12px;
}

.details-right-column .description-content ol,
.details-right-column .description-content ul {
    margin-bottom: 12px;
    padding-left: 24px;
}

.details-right-column .description-content li {
    margin-bottom: 8px;
}

.see-more-link {
    display: none;
    color: #13b5f7;
    font-weight: 600;
    text-decoration: none;
    margin-top: 12px;
}

.see-more-link:hover {
    text-decoration: underline;
}

.details-register-bottom {
    margin-top: auto;
}

.details-register-bottom .detail-register {
    width: 100%;
}

.details-ad-section {
    padding: 0 12px;
    margin-bottom: 40px;
}

.other-focus-groups-section {
    padding: 0 12px;
}

.other-focus-groups-grid .studies {
    max-width: 100%;
}

.view-all-wrapper {
    text-align: center;
    margin-top: 32px;
    margin-bottom: 40px;
}

.description-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 101;
}

.description-modal-overlay.overlay_active {
    display: block;
}

.description-modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 700px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    padding: 40px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    z-index: 102;
}

.description-modal.modal_active {
    display: block;
}

.modal-description-content p {
    margin-bottom: 16px;
}

.modal-description-content ol,
.modal-description-content ul {
    margin-bottom: 16px;
    padding-left: 24px;
}

.modal-description-content li {
    margin-bottom: 8px;
}

.description-modal .modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #666;
    line-height: 1;
    padding: 0;
    width: 32px;
    height: 32px;
}

.description-modal .modal-close:hover {
    color: #333;
}

.description-modal .item__heading {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    color: #4B465C;
}

.modal-description-content {
    font-size: 16px;
    line-height: 1.7;
    color: #4B465C;
}

.modal-description-content p {
    margin-bottom: 16px;
}

@media only screen and (max-width: 1024px) {
    .details-left-column {
        flex: 0 0 55%;
        max-width: 55%;
    }

    .details-right-column {
        flex: 0 0 calc(45% - 32px);
        max-width: calc(45% - 32px);
    }
}

@media only screen and (max-width: 768px) {
    .details-content-wrapper {
        flex-direction: column;
        gap: 24px;
    }

    .details-left-column {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .details-right-column {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .details-title-wrapper .heading-text {
        font-size: 28px;
    }

    .description-modal {
        padding: 24px;
        max-height: 90vh;
    }

    .description-modal .modal-close {
        top: 12px;
        right: 12px;
    }
}

.other-focus-groups-grid .studies {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    justify-content: center;
}

.other-focus-groups-grid .studies > div {
    display: flex;
    justify-content: center;
}

.other-focus-groups-grid .studies .study-pannel {
    width: 100%;
    max-width: 340px;
}

@media only screen and (max-width: 1400px) {
    .other-focus-groups-grid .studies {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 1024px) {
    .other-focus-groups-grid .studies {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 600px) {
    .other-focus-groups-grid .studies {
        grid-template-columns: 1fr;
    }
}
