@charset "UTF-8";
@font-face {
    font-family: helvetica_neue;
    src: url(../fonts/helvetica_neue/300.eot);
    src: url(../fonts/helvetica_neue/300.eot?#iefix) format("embedded-opentype"), url(../fonts/helvetica_neue/300.svg) format("svg"), url(../fonts/helvetica_neue/300.woff) format("woff"), url(../fonts/helvetica_neue/300.woff2) format("woff2"), url(../fonts/helvetica_neue/300.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: helvetica_neue;
    src: url(../fonts/helvetica_neue/700.eot);
    src: url(../fonts/helvetica_neue/700.eot?#iefix) format("embedded-opentype"), url(../fonts/helvetica_neue/700.svg) format("svg"), url(../fonts/helvetica_neue/700.woff) format("woff"), url(../fonts/helvetica_neue/700.woff2) format("woff2"), url(../fonts/helvetica_neue/700.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: gilroy;
    src: url(../fonts/gilroy/300.eot);
    src: url(../fonts/gilroy/300.eot?#iefix) format("embedded-opentype"), url(../fonts/gilroy/300.svg) format("svg"), url(../fonts/gilroy/300.woff) format("woff"), url(../fonts/gilroy/300.woff2) format("woff2"), url(../fonts/gilroy/300.ttf) format("truetype");
    font-weight: 300;
    font-style: normal
}

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

@font-face {
    font-family: gilroy;
    src: url(../fonts/gilroy/500.eot);
    src: url(../fonts/gilroy/500.eot?#iefix) format("embedded-opentype"), url(../fonts/gilroy/500.svg) format("svg"), url(../fonts/gilroy/500.woff) format("woff"), url(../fonts/gilroy/500.woff2) format("woff2"), url(../fonts/gilroy/500.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: gilroy;
    src: url(../fonts/gilroy/700.eot);
    src: url(../fonts/gilroy/700.eot?#iefix) format("embedded-opentype"), url(../fonts/gilroy/700.woff) format("woff"), url(../fonts/gilroy/700.woff2) format("woff2"), url(../fonts/gilroy/700.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: gilroy;
    src: url(../fonts/gilroy/800.eot);
    src: url(../fonts/gilroy/800.eot?#iefix) format("embedded-opentype"), url(../fonts/gilroy/800.woff) format("woff"), url(../fonts/gilroy/800.woff2) format("woff2"), url(../fonts/gilroy/800.ttf) format("truetype");
    font-weight: 800;
    font-style: normal
}

.svg-chat-dims {
    width: 71.015px;
    height: 71.015px
}

.svg-checked-dims {
    width: 406.834px;
    height: 406.834px
}
.none {
	display:none;
}
.svg-right-arrow-dims {
    width: 31.49px;
    height: 31.49px
}

.svg-star-dims {
    width: 475.075px;
    height: 475.075px
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

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

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

:focus {
    outline: 0
}

.container {
    padding: 0 .75rem;
    min-height: 100%;
    margin: 0 auto;
    min-width: 320px;
    max-width: 375px;
    position: relative;
    width: 100% !important
}

@media only screen and (min-width:768px) {
    .container {
        max-width: 992px
    }
}

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

@media only screen and (min-width:1300px) {
    .container {
        max-width: 1300px
    }
}

@media only screen and (min-width:1900px) {
    .container {
        max-width: 65rem
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: .75rem;
    padding-left: .75rem
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -.75rem;
    margin-left: -.75rem
}

.row,
.row_reverse {
    -webkit-box-orient: horizontal
}

.row_reverse {
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media only screen and (min-width:768px) {
    .row_reverse-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

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

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: .75rem;
    padding-left: .75rem;
    position: relative
}

.col-xs {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
}

.col-xs-1 {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%
}

.col-xs-2 {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%
}

.col-xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}

.col-xs-4 {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%
}

.col-xs-5 {
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%
}

.col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

.col-xs-7 {
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%
}

.col-xs-8 {
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%
}

.col-xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
}

.col-xs-10 {
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%
}

.col-xs-11 {
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%
}

.col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

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

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

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

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

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

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

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

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

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

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

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

.start-xs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start
}

.center-xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.end-xs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end
}

.top-xs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bottom-xs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

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

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

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

@media only screen and (min-width:768px) {
    .col-sm,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: .75rem;
        padding-left: .75rem;
        position: relative
    }
    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }
    .col-sm-1 {
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }
    .col-sm-2 {
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }
    .col-sm-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }
    .col-sm-5 {
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }
    .col-sm-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }
    .col-sm-8 {
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }
    .col-sm-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }
    .col-sm-11 {
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }
    .col-sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%
    }
    .start-sm {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }
    .center-sm {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }
    .end-sm {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }
    .top-sm {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .middle-sm {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .bottom-sm {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
    .around-sm {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .between-sm {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .first-sm {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .last-sm {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media only screen and (min-width:992px) {
    .col-md,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: .75rem;
        padding-left: .75rem;
        position: relative
    }
    .col-md {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }
    .col-md-1 {
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }
    .col-md-2 {
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }
    .col-md-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .col-md-4 {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }
    .col-md-5 {
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }
    .col-md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .col-md-7 {
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }
    .col-md-8 {
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }
    .col-md-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .col-md-10 {
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }
    .col-md-11 {
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }
    .col-md-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
    .col-md-offset-1 {
        margin-left: 8.33333%
    }
    .col-md-offset-2 {
        margin-left: 16.66667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.33333%
    }
    .col-md-offset-5 {
        margin-left: 41.66667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.33333%
    }
    .col-md-offset-8 {
        margin-left: 66.66667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.33333%
    }
    .col-md-offset-11 {
        margin-left: 91.66667%
    }
    .start-md {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }
    .center-md {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }
    .end-md {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }
    .top-md {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .middle-md {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .bottom-md {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
    .around-md {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .between-md {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .first-md {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .last-md {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media only screen and (min-width:1140px) {
    .col-lg,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: .75rem;
        padding-left: .75rem;
        position: relative
    }
    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }
    .col-lg-1 {
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }
    .col-lg-2 {
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }
    .col-lg-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }
    .col-lg-5 {
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }
    .col-lg-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }
    .col-lg-8 {
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }
    .col-lg-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }
    .col-lg-11 {
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }
    .col-lg-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%
    }
    .col-lg-offset-2 {
        margin-left: 16.66667%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333%
    }
    .col-lg-offset-5 {
        margin-left: 41.66667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333%
    }
    .col-lg-offset-8 {
        margin-left: 66.66667%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333%
    }
    .col-lg-offset-11 {
        margin-left: 91.66667%
    }
    .start-lg {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }
    .center-lg {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }
    .end-lg {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }
    .top-lg {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .middle-lg {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .bottom-lg {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
    .around-lg {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .between-lg {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .first-lg {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .last-lg {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media only screen and (min-width:1300px) {
    .col-xlg,
    .col-xlg-1,
    .col-xlg-2,
    .col-xlg-3,
    .col-xlg-4,
    .col-xlg-5,
    .col-xlg-6,
    .col-xlg-7,
    .col-xlg-8,
    .col-xlg-9,
    .col-xlg-10,
    .col-xlg-11,
    .col-xlg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: .75rem;
        padding-left: .75rem;
        position: relative
    }
    .col-xlg {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }
    .col-xlg-1 {
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }
    .col-xlg-2 {
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }
    .col-xlg-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .col-xlg-4 {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }
    .col-xlg-5 {
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }
    .col-xlg-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .col-xlg-7 {
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }
    .col-xlg-8 {
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }
    .col-xlg-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .col-xlg-10 {
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }
    .col-xlg-11 {
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }
    .col-xlg-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .col-xlg-offset-0 {
        margin-left: 0
    }
    .col-xlg-offset-1 {
        margin-left: 8.33333%
    }
    .col-xlg-offset-2 {
        margin-left: 16.66667%
    }
    .col-xlg-offset-3 {
        margin-left: 25%
    }
    .col-xlg-offset-4 {
        margin-left: 33.33333%
    }
    .col-xlg-offset-5 {
        margin-left: 41.66667%
    }
    .col-xlg-offset-6 {
        margin-left: 50%
    }
    .col-xlg-offset-7 {
        margin-left: 58.33333%
    }
    .col-xlg-offset-8 {
        margin-left: 66.66667%
    }
    .col-xlg-offset-9 {
        margin-left: 75%
    }
    .col-xlg-offset-10 {
        margin-left: 83.33333%
    }
    .col-xlg-offset-11 {
        margin-left: 91.66667%
    }
    .start-xlg {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }
    .center-xlg {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }
    .end-xlg {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }
    .top-xlg {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .middle-xlg {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .bottom-xlg {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
    .around-xlg {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .between-xlg {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .first-xlg {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .last-xlg {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

* {
    margin: 0
}

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

html {
    font-size: 17px;
    width: 100%;
    height: 100%;
    min-width: 320px;
    min-height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}

@media only screen and (min-width:768px) {
    html {
        font-size: 18px
    }
}

@media only screen and (min-width:1140px) {
    html {
        font-size: 20px
    }
}

@media only screen and (min-width:1900px) {
    html {
        font-size: 22px
    }
}

body {
    font: 400 1rem/1.6 helvetica_neue, sans-serif;
    min-height: 100%;
    min-width: 320px;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a,
body {
    color: #1a1a1a
}

a {
    -webkit-transition: color .3s;
    transition: color .3s
}

a:hover {
    color: #666;
    text-decoration: none
}

p {
    margin: 0 0 1em
}

@media only screen and (min-width:768px) {
    p {
        margin: 0 0 1.5em
    }
}

em {
    font-style: italic
}

b,
strong {
    font-weight: 700
}

small {
    font-size: .9rem
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font: 800 1rem/1.2 gilroy, sans-serif
}

h1,
h2 {
    font-size: 2.2em
}

h3 {
    font-size: 1.8em
}

h4 {
    font-size: 1.2em
}

h5 {
    font-size: 1em
}

h6 {
    font-size: .8em
}

.h1,
.h2 {
    font-size: 2.2rem
}

.h1,
.h2,
.h3 {
    font-weight: 800
}

.h3 {
    font-size: 1.8rem
}

.h4 {
    font-size: 1.2rem
}

.h4,
.h5 {
    font-weight: 800
}

.h5 {
    font-size: 1rem
}

.h6 {
    font-size: .8rem;
    font-weight: 800
}

img {
    max-width: 100%
}

section {
    position: relative;
    z-index: 0
}

.h1,
h1 {
    letter-spacing: 0;
    margin: 0 0 2rem
}

@media only screen and (max-width:767px) {
    .h1,
    h1 {
        font-size: 1.3rem
    }
	.form {
    margin-bottom: -1.5rem;
    display: block;
    height: 400px;
}
}


.h2,
h2 {
    letter-spacing: 0;
    margin: 0 0 1rem
}

@media only screen and (max-width:767px) {
    .h2,
    h2 {
        font-size: 1.3rem
    }
}

@media only screen and (min-width:768px) {
    .h2,
    h2 {
        margin-bottom: 2rem
    }
}

.h3,
.h4,
h3,
h4 {
    margin: 0 0 1rem
}

blockquote {
    font-style: italic;
    margin: 2.5em 0;
    padding-left: 1.5em;
    border-left: 1px solid #ffac0c
}

@media only screen and (min-width:768px) {
    blockquote {
        margin: 3.5em 0;
        padding-left: 2.5em
    }
}

ol li,
ul li {
    margin-bottom: 1em
}

ol {
    list-style-type: decimal
}

ol,
ul {
    padding: 0 0 0 2rem;
    margin: 0 0 1.25em
}

ul {
    list-style-type: disc
}

.typography {
    line-height: 1.6
}

.typography_md {
    max-width: 24rem
}

@media only screen and (min-width:992px) {
    .typography_md {
        max-width: 36rem
    }
}

.typography_lg {
    max-width: 43rem
}

.typography h3,
.typography h5,
.typography h6 {
    line-height: inherit
}

.typography p:last-child {
    margin-bottom: 0
}

.typography ul {
    padding: 0;
    margin: 0
}

.typography ul:not(:last-child) {
    margin-bottom: 1rem
}

.typography ul li {
    list-style-type: none;
    padding-left: .95rem !important;
    margin-bottom: .25rem;
    position: relative
}

@media only screen and (min-width:768px) {
    .typography ul li {
        margin-bottom: .25rem
    }
}

.typography ul li:last-child {
    margin-bottom: 0
}

.typography ul li:before {
    content: "";
    background: #ffac0c;
    display: inline-block;
    width: .2rem;
    height: .2rem;
    position: absolute;
    top: .6em;
    left: 0
}

@media only screen and (min-width:768px) {
    .typography ul li:before {
        top: .55em
    }
}

.typography ol {
    padding: 0;
    margin: 0;
    counter-reset: a;
    list-style: none
}

.typography ol:not(:last-child) {
    margin-bottom: 1rem
}

.typography ol>li {
    counter-increment: a;
    margin: 0
}

.typography ol>li:not(:last-child) {
    margin-bottom: .75rem
}

.typography ol>li:before {
    content: counter(a) ". ";
    color: #ffac0c;
    font-weight: 500
}

.typography ol>li ul {
    padding-left: 1.5rem;
    margin-top: .75rem
}

.typography ol strong {
    color: #ffac0c;
    font-weight: 400
}

.typography table {
    background-color: #fff;
    font-size: .8rem;
    line-height: 1.4;
    width: 100%
}

@media only screen and (min-width:992px) {
    .typography table {
        margin-left: -1rem
    }
}

.typography table:not(:last-child) {
    margin-bottom: 2rem
}

@media only screen and (min-width:768px) {
    .typography table:not(:last-child) {
        margin-bottom: 2.5rem
    }
}

.typography table th,
.typography table thead td {
    background-color: #131313;
    color: #fff;
    text-align: left
}

.typography table th:nth-child(2n),
.typography table thead td:nth-child(2n) {
    background-color: #ffac0c
}

.typography table td,
.typography table th {
    min-width: 10rem
}

@media only screen and (min-width:768px) {
    .typography table td,
    .typography table th {
        padding: .45rem 1rem
    }
}

.typography table tr {
    background-color: transparent;
    cursor: default;
    position: relative;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

@media only screen and (max-width:767px) {
    .typography table tr {
        display: block;
        padding: 0;
        margin-bottom: .25rem
    }
    .typography table tr:first-child {
        display: none
    }
}

@media only screen and (min-width:992px) {
    .typography table tr:nth-child(2n) {
        background-color: #f6f6f6
    }
}

@media only screen and (max-width:767px) {
    .typography table td {
        display: inline
    }
    .typography table td:first-child {
        padding-bottom: 0
    }
    .typography table td:first-child:after {
        content: ":"
    }
}

.typography table td:not(:first-child) {
    font-weight: 700
}

@media only screen and (min-width:992px) {
    .typography table td:not(:last-child) {
        padding-right: 2rem
    }
}

.notice {
    font-size: 1rem;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
    padding: 1.25rem 0;
    z-index: 99998
}

.notice a {
    color: #fff
}

.notice_warning {
    background: #9e0000;
    color: #fff
}

.notice_success {
    background-color: #009e4e;
    color: #fff
}

.notice_top {
    top: 0;
    bottom: auto
}

.modal .notice {
    opacity: 0
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    height: 100%;
    left: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .25s, visibility 0s linear .25s;
    transition: opacity .25s, visibility 0s linear .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    -webkit-transition: opacity .25s, visibility 0s;
    transition: opacity .25s, visibility 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    text-align: center;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -.25em;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide--image {
    overflow: visible;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px 6px 0
}

.fancybox-slide--iframe {
    padding: 44px 44px 0
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0 0 6px;
    max-width: 100%;
    overflow: auto;
    padding: 0;
    padding: 24px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    margin: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-drag .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-dragging .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--html .fancybox-content {
    margin-bottom: 6px
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
    height: calc(100% - 44px);
    margin-bottom: 44px
}

.fancybox-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    vertical-align: top
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    outline: none;
    padding: 10px;
    -webkit-transition: color .2s;
    transition: color .2s;
    vertical-align: top;
    width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:focus,
.fancybox-button:hover {
    color: #fff
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default
}

.fancybox-button svg {
    display: block;
    overflow: visible;
    position: relative;
    shape-rendering: geometricPrecision
}

.fancybox-button svg path {
    fill: transparent;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3
}

.fancybox-button--pause svg path:first-child,
.fancybox-button--play svg path:nth-child(2) {
    display: none
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
    fill: currentColor
}

.fancybox-button--share svg path {
    stroke-width: 1
}

.fancybox-navigation .fancybox-button {
    height: 38px;
    opacity: 0;
    padding: 6px;
    position: absolute;
    top: 50%;
    width: 38px
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
    -webkit-transition: opacity .25s, visibility 0s, color .25s;
    transition: opacity .25s, visibility 0s, color .25s
}

.fancybox-navigation .fancybox-button:after {
    content: "";
    left: -25px;
    padding: 50px;
    position: absolute;
    top: -25px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 6px
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #555;
    cursor: pointer;
    height: 44px;
    margin: 0;
    padding: 6px;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    z-index: 10
}

.fancybox-close-small svg {
    fill: transparent;
    opacity: .8;
    stroke: currentColor;
    stroke-width: 1.5;
    -webkit-transition: stroke .1s;
    transition: stroke .1s
}

.fancybox-close-small:focus {
    outline: none
}

.fancybox-close-small:hover svg {
    opacity: 1
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
    color: #ccc;
    padding: 5px;
    right: -12px;
    top: -44px
}

.fancybox-slide--iframe .fancybox-close-small:hover svg,
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg {
    background: transparent;
    color: #fff
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none
}

.fancybox-caption {
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px;
    right: 0
}

.fancybox-caption:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -25px;
    z-index: -1
}

.fancybox-caption:after {
    border-bottom: 1px solid hsla(0, 0%, 100%, .3);
    content: "";
    display: block;
    left: 44px;
    position: absolute;
    right: 44px;
    top: 0
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: transparent;
    border: 6px solid hsla(0, 0%, 39%, .5);
    border-radius: 100%;
    border-top-color: #fff;
    height: 60px;
    left: 50%;
    margin: -30px 0 0 -30px;
    opacity: .6;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 99999
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #fff;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs>ul {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x>ul {
    overflow: hidden
}

.fancybox-thumbs-y>ul::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs>ul>li {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs>ul>li {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.fancybox-thumbs>ul>li:before {
    border: 4px solid #4ea7f9;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs .fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:800px) {
    .fancybox-thumbs {
        width: 110px
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }
    .fancybox-thumbs>ul>li {
        max-width: calc(100% - 10px)
    }
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-invisible-blank-slide {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: top .2s, -webkit-transform .2s;
    transition: top .2s, -webkit-transform .2s;
    transition: transform .2s, top .2s;
    transition: transform .2s, top .2s, -webkit-transform .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: left .2s, -webkit-transform .2s;
    transition: left .2s, -webkit-transform .2s;
    transition: transform .2s, left .2s;
    transition: transform .2s, left .2s, -webkit-transform .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: right .2s, -webkit-transform .2s;
    transition: right .2s, -webkit-transform .2s;
    transition: transform .2s, right .2s;
    transition: transform .2s, right .2s, -webkit-transform .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0, 0%, 100%, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: b 1s steps(12) infinite;
    animation: b 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes b {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes b {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

/*!Ion.RangeSlider, 2.3.1, © Denis Ineshin, 2010 - 2019, IonDen.com, Build date: 2019-12-19 16:51:02*/

.irs {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
    font-family: Arial, sans-serif
}

.irs,
.irs-line {
    position: relative;
    display: block
}

.irs-line {
    overflow: hidden;
    outline: none !important
}

.irs-bar {
    display: block
}

.irs-bar,
.irs-shadow {
    position: absolute;
    left: 0;
    width: 0
}

.irs-shadow {
    display: none
}

.irs-handle {
    position: absolute;
    display: block;
    box-sizing: border-box;
    cursor: default;
    z-index: 1
}

.irs-handle.type_last {
    z-index: 2
}

.irs-max,
.irs-min {
    position: absolute;
    display: block;
    cursor: default
}

.irs-min {
    left: 0
}

.irs-max {
    right: 0
}

.irs-from,
.irs-single,
.irs-to {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px
}

.irs-with-grid .irs-grid {
    display: block
}

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #000
}

.irs-grid-pol.small {
    height: 4px
}

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #000
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: transparent;
    z-index: 2
}

.lt-ie9 .irs-disable-mask {
    background: #000;
    filter: alpha(opacity=0);
    cursor: not-allowed
}

.irs-disabled {
    opacity: .4
}

.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important
}

.irs--flat {
    height: 40px
}

.irs--flat.irs-with-grid {
    height: 60px
}

.irs--flat .irs-line {
    top: 25px;
    height: 12px;
    background-color: #e1e4e9;
    border-radius: 4px
}

.irs--flat .irs-bar {
    top: 25px;
    height: 12px;
    background-color: #ed5565
}

.irs--flat .irs-bar--single {
    border-radius: 4px 0 0 4px
}

.irs--flat .irs-shadow {
    height: 1px;
    bottom: 16px;
    background-color: #e1e4e9
}

.irs--flat .irs-handle {
    top: 22px;
    width: 16px;
    height: 18px;
    background-color: transparent
}

.irs--flat .irs-handle>i:first-child {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    background-color: #da4453
}

.irs--flat .irs-handle.state_hover>i:first-child,
.irs--flat .irs-handle:hover>i:first-child {
    background-color: #a43540
}

.irs--flat .irs-max,
.irs--flat .irs-min {
    top: 0;
    padding: 1px 3px;
    color: #999;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    background-color: #e1e4e9;
    border-radius: 4px
}

.irs--flat .irs-from,
.irs--flat .irs-single,
.irs--flat .irs-to {
    color: #fff;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #ed5565;
    border-radius: 4px
}

.irs--flat .irs-from:before,
.irs--flat .irs-single:before,
.irs--flat .irs-to:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #ed5565
}

.irs--flat .irs-grid-pol {
    background-color: #e1e4e9
}

.irs--flat .irs-grid-text {
    color: #999
}

.irs--big {
    height: 55px
}

.irs--big.irs-with-grid {
    height: 70px
}

.irs--big .irs-line {
    top: 33px;
    height: 12px;
    background-color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-50%, #ddd), color-stop(150%, #fff));
    background: -webkit-linear-gradient(top, #ddd -50%, #fff 150%);
    background: linear-gradient(180deg, #ddd -50%, #fff 150%);
    border: 1px solid #ccc;
    border-radius: 12px
}

.irs--big .irs-bar {
    top: 33px;
    height: 12px;
    background-color: #92bce0;
    border: 1px solid #428bca;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(30%, #428bca), to(#b9d4ec));
    background: -webkit-linear-gradient(top, #fff, #428bca 30%, #b9d4ec);
    background: linear-gradient(180deg, #fff 0, #428bca 30%, #b9d4ec);
    box-shadow: inset 0 0 1px 1px hsla(0, 0%, 100%, .5)
}

.irs--big .irs-bar--single {
    border-radius: 12px 0 0 12px
}

.irs--big .irs-shadow {
    height: 1px;
    bottom: 16px;
    background-color: rgba(66, 139, 202, .5)
}

.irs--big .irs-handle {
    top: 25px;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(0, 0, 0, .3);
    background-color: #cbcfd5;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(30%, #b4b9be), to(#fff));
    background: -webkit-linear-gradient(top, #fff, #b4b9be 30%, #fff);
    background: linear-gradient(180deg, #fff 0, #b4b9be 30%, #fff);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .2), inset 0 0 3px 1px #fff;
    border-radius: 30px
}

.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
    border-color: rgba(0, 0, 0, .45);
    background-color: #939ba7;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(30%, #919ba5), to(#fff));
    background: -webkit-linear-gradient(top, #fff, #919ba5 30%, #fff);
    background: linear-gradient(180deg, #fff 0, #919ba5 30%, #fff)
}

.irs--big .irs-max,
.irs--big .irs-min {
    top: 0;
    padding: 1px 5px;
    color: #fff;
    text-shadow: none;
    background-color: #9f9f9f;
    border-radius: 3px
}

.irs--big .irs-from,
.irs--big .irs-single,
.irs--big .irs-to {
    color: #fff;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #428bca;
    background: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3071a9));
    background: -webkit-linear-gradient(top, #428bca, #3071a9);
    background: linear-gradient(180deg, #428bca 0, #3071a9);
    border-radius: 3px
}

.irs--big .irs-grid-pol {
    background-color: #428bca
}

.irs--big .irs-grid-text {
    color: #428bca
}

.irs--modern,
.irs--modern.irs-with-grid {
    height: 55px
}

.irs--modern .irs-line {
    top: 25px;
    height: 5px;
    background-color: #d1d6e0;
    background: -webkit-gradient(linear, left top, left bottom, from(#e0e4ea), to(#d1d6e0));
    background: -webkit-linear-gradient(top, #e0e4ea, #d1d6e0);
    background: linear-gradient(180deg, #e0e4ea 0, #d1d6e0);
    border: 1px solid #a3adc1;
    border-bottom-width: 0;
    border-radius: 5px
}

.irs--modern .irs-bar {
    top: 25px;
    height: 5px;
    background: #20b426;
    background: -webkit-gradient(linear, left top, left bottom, from(#20b426), to(#18891d));
    background: -webkit-linear-gradient(top, #20b426, #18891d);
    background: linear-gradient(180deg, #20b426 0, #18891d)
}

.irs--modern .irs-bar--single {
    border-radius: 5px 0 0 5px
}

.irs--modern .irs-shadow {
    height: 1px;
    bottom: 21px;
    background-color: rgba(209, 214, 224, .5)
}

.irs--modern .irs-handle {
    top: 37px;
    width: 12px;
    height: 13px;
    border: 1px solid #a3adc1;
    border-top-width: 0;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
    border-radius: 0 0 3px 3px
}

.irs--modern .irs-handle>i:first-child {
    position: absolute;
    display: block;
    top: -4px;
    left: 1px;
    width: 6px;
    height: 6px;
    border: 1px solid #a3adc1;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.irs--modern .irs-handle>i:nth-child(2) {
    position: absolute;
    display: block;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: 10px;
    height: 12px;
    background: #e9e6e6;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e9e6e6));
    background: -webkit-linear-gradient(top, #fff, #e9e6e6);
    background: linear-gradient(180deg, #fff 0, #e9e6e6);
    border-radius: 0 0 3px 3px
}

.irs--modern .irs-handle>i:nth-child(3) {
    position: absolute;
    display: block;
    box-sizing: border-box;
    top: 3px;
    left: 3px;
    width: 4px;
    height: 5px;
    border-left: 1px solid #a3adc1;
    border-right: 1px solid #a3adc1
}

.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
    border-color: #7685a2;
    background: #c3c7cd;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(30%, #919ba5), to(#fff));
    background: -webkit-linear-gradient(top, #fff, #919ba5 30%, #fff);
    background: linear-gradient(180deg, #fff 0, #919ba5 30%, #fff)
}

.irs--modern .irs-handle.state_hover>i:first-child,
.irs--modern .irs-handle:hover>i:first-child {
    border-color: #7685a2
}

.irs--modern .irs-handle.state_hover>i:nth-child(3),
.irs--modern .irs-handle:hover>i:nth-child(3) {
    border-color: #48536a
}

.irs--modern .irs-max,
.irs--modern .irs-min {
    top: 0;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    color: #fff;
    background-color: #d1d6e0;
    border-radius: 5px
}

.irs--modern .irs-from,
.irs--modern .irs-single,
.irs--modern .irs-to {
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #20b426;
    color: #fff;
    border-radius: 5px
}

.irs--modern .irs-from:before,
.irs--modern .irs-single:before,
.irs--modern .irs-to:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #20b426
}

.irs--modern .irs-grid {
    height: 25px
}

.irs--modern .irs-grid-pol {
    background-color: #dedede
}

.irs--modern .irs-grid-text {
    color: silver;
    font-size: 13px
}

.irs--sharp {
    height: 50px;
    font-size: 12px;
    line-height: 1
}

.irs--sharp.irs-with-grid {
    height: 57px
}

.irs--sharp .irs-line {
    top: 30px;
    height: 2px;
    background-color: #000;
    border-radius: 2px
}

.irs--sharp .irs-bar {
    top: 30px;
    height: 2px;
    background-color: #ee22fa
}

.irs--sharp .irs-bar--single {
    border-radius: 2px 0 0 2px
}

.irs--sharp .irs-shadow {
    height: 1px;
    bottom: 21px;
    background-color: rgba(0, 0, 0, .5)
}

.irs--sharp .irs-handle {
    top: 25px;
    width: 10px;
    height: 10px;
    background-color: #a804b2
}

.irs--sharp .irs-handle>i:first-child {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #a804b2
}

.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
    background-color: #000
}

.irs--sharp .irs-handle.state_hover>i:first-child,
.irs--sharp .irs-handle:hover>i:first-child {
    border-top-color: #000
}

.irs--sharp .irs-max,
.irs--sharp .irs-min {
    color: #fff;
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 4px;
    opacity: .4;
    background-color: #a804b2;
    border-radius: 2px
}

.irs--sharp .irs-from,
.irs--sharp .irs-single,
.irs--sharp .irs-to {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 4px;
    background-color: #a804b2;
    color: #fff;
    border-radius: 2px
}

.irs--sharp .irs-from:before,
.irs--sharp .irs-single:before,
.irs--sharp .irs-to:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #a804b2
}

.irs--sharp .irs-grid {
    height: 25px
}

.irs--sharp .irs-grid-pol {
    background-color: #dedede
}

.irs--sharp .irs-grid-text {
    color: silver;
    font-size: 13px
}

.irs--round {
    height: 50px
}

.irs--round.irs-with-grid {
    height: 65px
}

.irs--round .irs-line {
    top: 36px;
    height: 4px;
    background-color: #dee4ec;
    border-radius: 4px
}

.irs--round .irs-bar {
    top: 36px;
    height: 4px;
    background-color: #006cfa
}

.irs--round .irs-bar--single {
    border-radius: 4px 0 0 4px
}

.irs--round .irs-shadow {
    height: 4px;
    bottom: 21px;
    background-color: rgba(222, 228, 236, .5)
}

.irs--round .irs-handle {
    top: 26px;
    width: 24px;
    height: 24px;
    border: 4px solid #006cfa;
    background-color: #fff;
    border-radius: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 255, .3)
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
    background-color: #f0f6ff
}

.irs--round .irs-max,
.irs--round .irs-min {
    color: #333;
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 5px;
    background-color: rgba(0, 0, 0, .1);
    border-radius: 4px
}

.irs--round .irs-from,
.irs--round .irs-single,
.irs--round .irs-to {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 5px;
    background-color: #006cfa;
    color: #fff;
    border-radius: 4px
}

.irs--round .irs-from:before,
.irs--round .irs-single:before,
.irs--round .irs-to:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #006cfa
}

.irs--round .irs-grid {
    height: 25px
}

.irs--round .irs-grid-pol {
    background-color: #dedede
}

.irs--round .irs-grid-text {
    color: silver;
    font-size: 13px
}

.irs--square {
    height: 50px
}

.irs--square.irs-with-grid {
    height: 60px
}

.irs--square .irs-line {
    top: 31px;
    height: 4px;
    background-color: #dedede
}

.irs--square .irs-bar {
    top: 31px;
    height: 4px;
    background-color: #000
}

.irs--square .irs-shadow {
    height: 2px;
    bottom: 21px;
    background-color: #dedede
}

.irs--square .irs-handle {
    top: 25px;
    width: 16px;
    height: 16px;
    border: 3px solid #000;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
    background-color: #f0f6ff
}

.irs--square .irs-max,
.irs--square .irs-min {
    color: #333;
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 5px;
    background-color: rgba(0, 0, 0, .1)
}

.irs--square .irs-from,
.irs--square .irs-single,
.irs--square .irs-to {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 5px;
    background-color: #000;
    color: #fff
}

.irs--square .irs-grid {
    height: 25px
}

.irs--square .irs-grid-pol {
    background-color: #dedede
}

.irs--square .irs-grid-text {
    color: silver;
    font-size: 11px
}

@media only screen and (min-width:768px) {
    .form {
        margin-bottom: -1.5rem
    }
}

.form__title {
    margin-bottom: 1rem
}

.form__desc {
    margin-bottom: 1.5rem
}

@media only screen and (min-width:768px) {
    .form__desc {
        margin-bottom: 2rem
    }
}

.form__desc_light {
    color: #c6c6c6
}

.form__desc_sm {
    font-size: .6rem
}

.form__item {
    position: relative;
    margin-bottom: .75rem
}

@media only screen and (min-width:768px) {
    .form__item {
        margin-bottom: 1.5rem
    }
}

.form__label {
    color: #c6c6c6;
    font-size: .6em;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
    padding: 0 0 1rem .75rem
}

.form__button {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 1rem
}

.form__terms {
    display: inline-block;
    color: #c6c6c6;
    line-height: 1.2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-right: .5rem
}

@media only screen and (min-width:768px) {
    .form__terms_center {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: calc(100% - 1.5rem)
    }
}

.form__terms_center label:after,
.form__terms_center label:before {
    top: 50% !important;
    margin-top: -.35rem
}

.form__terms a,
.form__terms label {
    font-size: 10px !important;
    line-height: 1.4;
    color: #c6c6c6 !important
}

.form__terms_light a,
.form__terms_light label {
    color: #fff !important
}

.form-nav {
    padding: 0;
    margin: 0
}

@media only screen and (min-width:768px) {
    .form-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 1rem 0
    }
}

.form-nav__item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1
}

@media only screen and (max-width:767px) {
    .form-nav__item {
        display: block
    }
    .form-nav__item:not(:last-child) {
        margin-bottom: .5rem
    }
}

@media only screen and (min-width:768px) {
    .form-nav__item:not(:last-child) {
        margin-right: 2.5rem
    }
}

.form-nav__link {
    text-decoration: none;
    padding-bottom: .2rem;
    border-bottom: 1px solid transparent;
    -webkit-transition: border .3s;
    transition: border .3s
}

.form-nav__link.is-active,
.form-nav__link:hover {
    border-color: #ffac0c
}

.form-toggle {
    padding: 0;
    margin: 0;
    margin-bottom: 1.5rem
}

@media only screen and (min-width:768px) {
    .form-toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 2.5rem
    }
}

@media only screen and (min-width:1140px) {
    .form-toggle {
        margin-bottom: 3.5rem
    }
}

.form-toggle__item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1
}

@media only screen and (max-width:767px) {
    .form-toggle__item {
        display: block
    }
    .form-toggle__item:not(:last-child) {
        margin-bottom: .5rem
    }
}

@media only screen and (min-width:768px) {
    .form-toggle__item:not(:last-child) {
        margin-right: 2.5rem
    }
}

.form-toggle__link {
    color: #c6c6c6;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: .2rem;
    border-bottom: 1px solid transparent;
    -webkit-transition: all .3s;
    transition: all .3s
}

.form-toggle__link.is-active,
.form-toggle__link:hover {
    color: #1a1a1a;
    border-color: #ffac0c
}

.form__legend {
    margin: 1rem 0
}

.ui-input {
    font-size: 0;
    position: relative;
    height: 2.6rem;
    line-height: 2.5rem;
    border-radius: 0;
    background: #fff
}

.ui-input_transparent {
    background-color: transparent
}

.ui-input_light {
    background: #fff
}

.ui-input_dark {
    background-color: #f29f00
}

.ui-input_dark input,
.ui-input_dark textarea {
    color: #fff
}

.ui-input_dark input:active,
.ui-input_dark input:focus,
.ui-input_dark textarea:active,
.ui-input_dark textarea:focus {
    border-color: #fff
}

.ui-input_dark input::-webkit-input-placeholder,
.ui-input_dark textarea::-webkit-input-placeholder {
    color: inherit
}

.ui-input_dark input:-moz-placeholder,
.ui-input_dark input::-moz-placeholder,
.ui-input_dark textarea:-moz-placeholder,
.ui-input_dark textarea::-moz-placeholder {
    color: inherit
}

.ui-input_dark input:-ms-input-placeholder,
.ui-input_dark textarea:-ms-input-placeholder {
    color: inherit
}

.ui-input_radius {
    border-radius: 82px
}

.ui-input_text {
    height: auto;
    line-height: inherit
}

.ui-input_xxs {
    height: 1.1rem;
    line-height: 1rem
}

.ui-input_xs {
    height: 1.6rem;
    line-height: 1.5rem
}

.ui-input_sm {
    height: 2.1rem;
    line-height: 2rem
}

.ui-input_lg {
    height: 3.6rem;
    line-height: 3.5rem
}

.ui-input_xlg {
    height: 4.1rem;
    line-height: 4rem
}

.ui-input_float .ui-input__text {
    padding: .75rem 1.5rem 0
}

.ui-input_float .ui-input__text.is-active~label,
.ui-input_float .ui-input__text:focus~label {
    font-size: .5rem;
    top: 46%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: 2
}

.ui-input_float .ui-input__text_underline+label {
    left: 0
}

.ui-input_float .ui-input__label {
    color: #c6c6c6;
    line-height: 1;
    position: absolute;
    top: 51%;
    left: 1.5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s;
    transition: all .3s
}

.ui-input__text {
    background: none;
    font: .8rem/1 helvetica_neue, sans-serif;
    letter-spacing: .04em;
    width: 100%;
    height: 100%;
    line-height: calc(100% - 2px);
    min-width: 10rem;
    padding: 0 .75rem;
    border-radius: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    outline: none;
    border: 1px solid transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative;
    z-index: 1
}

.ui-input__text:disabled,
.ui-input__text:disabled:active,
.ui-input__text:disabled:hover,
.ui-input__text_disabled,
.ui-input__text_disabled:active,
.ui-input__text_disabled:hover {
    opacity: .8;
    border-color: #e8e8e8;
    cursor: no-drop;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ui-input__text:disabled:active~label,
.ui-input__text:disabled:hover~label,
.ui-input__text:disabled~label,
.ui-input__text_disabled:active~label,
.ui-input__text_disabled:hover~label,
.ui-input__text_disabled~label {
    color: #c6c6c6
}

.ui-input__text.error,
.ui-input__text:focus:invalid,
.ui-input__text:focus:required:invalid,
.ui-input__text_error,
.ui-input__text_required {
    border-color: #9e0000
}

.ui-input__text:focus,
.ui-input__text:focus:required {
    border-color: #ffac0c
}

.ui-input__text_primary {
    font-weight: 700;
    border-color: #ffac0c !important
}

.ui-input__text_radius {
    border-radius: 82px
}

.selectric-ui-input__text_outline,
.ui-input__text_outline {
    background: none;
    border-color: #e8e8e8
}

.ui-input__text_light.selectric-ui-input__text_outline,
.ui-input__text_outline.ui-input__text_light {
    color: #fff;
    border-color: #e8e8e8
}

.ui-input__text_light.error.selectric-ui-input__text_outline,
.ui-input__text_outline.ui-input__text_light.error {
    border-color: #9e0000
}

.ui-input__text_underline {
    background: none;
    border: 0;
    border-bottom: 1px solid #e8e8e8;
    border-radius: 0 !important;
    padding-left: 0 !important
}

.ui-input__text_xxs {
    font-size: .6rem;
    line-height: 1.2rem;
    height: 1.1rem;
    min-width: 0;
    padding: 0
}

.ui-input__text_xs {
    font-size: .6rem;
    line-height: 1.7rem;
    height: 1.6rem;
    min-width: 0
}

.ui-input__text_sm {
    font-size: .6rem;
    line-height: 2.2rem;
    height: 2.1rem;
    min-width: 0
}

.ui-input__text_lg {
    line-height: 3.7rem;
    height: 3.6rem
}

.ui-input__text_xlg {
    line-height: 4.2rem;
    height: 4.1rem
}

.ui-input__text_light::-webkit-input-placeholder {
    color: #fff
}

.ui-input__text_light:-moz-placeholder,
.ui-input__text_light::-moz-placeholder {
    color: #fff
}

.ui-input__text_light:-ms-input-placeholder {
    color: #fff
}

.ui-input__text.is-active~.ui-input__count,
.ui-input__text:focus~.ui-input__count {
    opacity: 1;
    visibility: visible
}

.ui-input__text_area {
    font-weight: 500;
    line-height: 1.5;
    padding-top: 1rem;
    min-height: 7.5rem;
    resize: none
}

.ui-input__text_area~label {
    top: 1.25rem;
    -webkit-transform: none !important;
    transform: none !important
}

.ui-input__text_area.is-active~label,
.ui-input__text_area:focus~label {
    top: 1rem
}

.ui-input__text_select {
    cursor: pointer;
    font-weight: 400
}

.ui-input__text_select~label {
    font-size: .6rem;
    top: 46%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: 2
}

.ui-input__count {
    font-size: .6rem;
    line-height: 1;
    color: #c6c6c6;
    position: absolute;
    top: 1rem;
    right: 1rem;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.ui-input__count:after {
    content: "/" attr(data-count-max)
}

.ui-input__label,
.ui-label {
    color: #c6c6c6;
    font-size: .6rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.ui-input__label+.ui-input,
.ui-label+.ui-input {
    margin-top: .4rem
}

.ui-checkbox input[type=checkbox] {
    display: none
}

.ui-checkbox input[type=checkbox]:checked+.ui-checkbox__label label:after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotate(-45deg) translate(-.2rem, .05rem);
    transform: rotate(-45deg) translate(-.2rem, .05rem)
}

.ui-checkbox:hover .ui-checkbox__label label:after {
    border-color: #ffac0c
}

.ui-checkbox__label {
    font: 400 1rem/1 helvetica_neue, sans-serif;
    line-height: 1.2;
    cursor: pointer;
    padding-left: 1.5rem;
    display: inline-block;
    position: relative;
    color: #191919;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ui-checkbox__label a {
    color: #191919
}

.ui-checkbox__label label {
    cursor: pointer
}

.ui-checkbox__label label:before {
    content: "";
    width: .8rem;
    height: .8rem;
    background-color: #fff;
    border: 0;
    border-radius: 1px;
    -webkit-transition: border .3s;
    transition: border .3s
}

.ui-checkbox__label label:after,
.ui-checkbox__label label:before {
    position: absolute;
    left: 0;
    top: 1px;
    bottom: 0
}

.ui-checkbox__label label:after {
    content: "";
    width: .5rem;
    height: .3rem;
    left: .25rem;
    border: 2px solid #c6c6c6;
    border-top: 0;
    border-right: 0;
    -webkit-transform: rotate(-45deg) translate(.4rem, -.4rem);
    transform: rotate(-45deg) translate(.4rem, -.4rem);
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    visibility: hidden
}

.ui-checkbox-list {
    margin-bottom: -.5rem
}

.ui-checkbox-full {
    font-size: 0;
    display: inline-block
}

.ui-checkbox-full:not(:last-child) {
    margin-right: .5rem;
    margin-bottom: .5rem
}

.ui-checkbox-full input[type=checkbox] {
    display: none
}

.ui-checkbox-full input[type=checkbox]:checked+.ui-checkbox__label,
.ui-checkbox-full input[type=checkbox]:checked+label {
    background-color: #ffac0c;
    color: #fff
}

.ui-checkbox-full__label {
    display: inline-block;
    font: 700 .6rem/1 helvetica_neue, sans-serif;
    background-color: #fff;
    border: 1px solid #ffac0c;
    border-radius: .8rem;
    height: 1.6rem;
    line-height: 1.55rem;
    padding: 0 .65rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s
}

.ui-checkbox-full__label:hover {
    background-color: #ffac0c;
    color: #fff
}

.ui-select {
    background-color: #fff;
    display: inline-block;
    vertical-align: top;
    min-width: 10rem;
    border: 1px solid #e8e8e8;
    border-radius: 0;
    position: relative;
    height: inherit;
    line-height: inherit;
    -webkit-transition: border .3s;
    transition: border .3s
}

.ui-select_xs {
    height: 1.6rem;
    line-height: 1.5rem
}

.ui-select_radius {
    border-radius: 2rem
}

.ui-select_primary {
    border-color: #ffac0c
}

.file {
    color: #1a1a1a
}

.file__input {
    display: none
}

.file__label {
    display: block;
    position: relative;
    font: 600 .8rem/1.2 helvetica_neue, sans-serif;
    cursor: pointer;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: color .3s;
    transition: color .3s
}

.file__label:hover {
    color: #ffac0c;
    text-decoration: none
}

.file__return {
    font: 500 .55rem/1.2 helvetica_neue, sans-serif;
    margin: .15rem 0 -.25rem
}

@media only screen and (max-width:767px) {
    .file__return {
        display: block
    }
}

::-webkit-input-placeholder {
    color: #1a1a1a
}

:-moz-placeholder,
::-moz-placeholder {
    color: #1a1a1a
}

:-ms-input-placeholder {
    color: #1a1a1a
}

.btn-wrapper {
    font-size: 0
}

.btn-wrapper a,
.btn-wrapper button,
.btn-wrapper div,
.btn-wrapper span {
    display: inline-block
}

.btn-wrapper a:not(:last-child),
.btn-wrapper button:not(:last-child),
.btn-wrapper div:not(:last-child),
.btn-wrapper span:not(:last-child) {
    margin-right: .5rem
}

.btn {
    font: 700 .8rem/1 gilroy, sans-serif;
    background-color: #f0f0f0;
    border: 0;
    border-radius: 0;
    color: #1a1a1a;
    padding: 0 1.5rem;
    height: 2.6rem;
    line-height: 2.65rem;
    min-width: 10rem;
    vertical-align: top;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .05em;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color .3s, color .3s, -webkit-box-shadow .3s;
    transition: background-color .3s, color .3s, box-shadow .3s
}

@media only screen and (max-width:767px) {
    .btn {
        padding: 0 .75rem;
        width: 100%
    }
}

@media only screen and (min-width:1140px) {
    .btn {
        min-width: 10.5rem
    }
}

@media only screen and (min-width:1300px) {
    .btn {
        padding: 0 2.1rem
    }
}

@media only screen and (min-width:1900px) {
    .btn {
        font-size: 18px
    }
}

.btn:hover {
    background-color: #ebebeb
}

.btn:active {
    background-color: #e8e8e8
}

.btn_primary {
    position: relative;
    overflow: hidden
}

.btn_primary:active:after,
.btn_primary:hover:after {
    opacity: 0
}

.btn_primary,
.btn_primary:active,
.btn_primary:hover {
    color: #fff;
    background: #ffac0c;
    box-shadow: inset 0 0 0 1px #ffac0c;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.btn_primary:hover {
    background: #ffb11b;
    box-shadow: inset 0 0 0 1px #ffb11b
}

.btn_primary:hover.btn_invert {
    background: transparent !important
}

.btn_primary:active {
    background: #ffa902;
    box-shadow: inset 0 0 0 1px #ffa902
}

.btn_second,
.btn_second:active,
.btn_second:hover {
    color: #fff;
    background: #ffac0c
}

.btn_second:hover {
    background: #ffb11b
}

.btn_second:active {
    background: #fca600
}

.btn_light,
.btn_light:active,
.btn_light:hover {
    color: #1a1a1a;
    background: #f8f8f9
}

.btn_light:hover {
    background: #f0f0f2
}

.btn_light:active {
    background: #eaeaed
}

.btn_transparent {
    color: #fff;
    background: transparent
}

.btn_transparent:active,
.btn_transparent:hover {
    color: #fff
}

.btn_radius {
    border-radius: 82px
}

.btn_outline,
.btn_outline:active,
.btn_outline:hover {
    background: none;
    box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, .3);
    color: #1a1a1a
}

.btn_outline.btn_primary,
.btn_outline:active.btn_primary,
.btn_outline:hover.btn_primary {
    box-shadow: inset 0 0 0 1px #ffac0c
}

.btn_outline.btn_light,
.btn_outline:active.btn_light,
.btn_outline:hover.btn_light {
    box-shadow: inset 0 0 0 1px #fff;
    color: #fff
}

.btn_outline:hover,
.btn_outline:hover.btn_primary {
    box-shadow: inset 0 0 0 1px #ffac0c
}

.btn_outline:hover.btn_primary {
    background-color: #ffac0c;
    color: #fff
}

.btn_outline:hover.btn_primary .icon {
    fill: #fff
}

.btn_outline:active {
    color: #ffac0c
}

.btn_outline:active.btn_primary {
    background-color: #f29f00;
    box-shadow: inset 0 0 0 1px #f29f00;
    color: #fff
}

.btn_shadow.btn_primary {
    box-shadow: 0 0 2.5rem #ed6f2e
}

.btn_shadow.btn_second {
    box-shadow: 0 .75rem 2.25rem 0 rgba(255, 172, 12, .45)
}

.btn_shadow.btn_light {
    box-shadow: 0 .75rem 2.25rem 0 hsla(0, 0%, 100%, .65)
}

.btn_shadow:active,
.btn_shadow:hover {
    box-shadow: none
}

.btn_gradient {
    background-color: #ffac0c;
    background-image: -webkit-gradient(linear, left top, right top, from(#ffb526), color-stop(50%, #724b00), to(#3f2900));
    background-image: -webkit-linear-gradient(left, #ffb526, #724b00 50%, #3f2900);
    background-image: linear-gradient(90deg, #ffb526 0, #724b00 50%, #3f2900);
    background-position: 0 0;
    background-size: 200% 200%;
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.btn_gradient:active,
.btn_gradient:hover {
    background-position: 50% 0
}

.btn_blik:after {
    display: block;
    width: 30px;
    height: 300px;
    background: -webkit-gradient(linear, right top, left top, from(hsla(0, 0%, 100%, 0)), color-stop(50%, hsla(0, 0%, 100%, .15)), to(hsla(0, 0%, 100%, 0)));
    background: -webkit-linear-gradient(right, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .15) 50%, hsla(0, 0%, 100%, 0));
    background: linear-gradient(270deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .15) 50%, hsla(0, 0%, 100%, 0));
    content: "";
    position: absolute;
    top: -80px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation-name: c;
    animation-name: c;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    z-index: 1
}

@-webkit-keyframes c {
    0% {
        left: -300px
    }
    to {
        left: 400px
    }
}

@keyframes c {
    0% {
        left: -300px
    }
    to {
        left: 400px
    }
}

.btn_link,
.btn_link:active,
.btn_link:hover {
    background: none
}

.btn_link:hover {
    color: #ffac0c
}

.btn_xs {
    line-height: 1.6rem;
    height: 1.65rem
}

.btn_sm,
.btn_xs {
    font-size: .5rem;
    min-width: 0;
    padding: 0 1rem;
    width: auto
}

.btn_sm {
    line-height: 2.15rem;
    height: 2.1rem
}

.btn_lg {
    font-size: 16px;
    line-height: 3.65rem;
    height: 3.6rem;
    padding: 0 2.25rem
}

.btn_lg i {
    width: 2.2rem !important;
    height: 2.2rem !important;
    border-width: .75rem !important
}

.btn_xlg {
    font-size: 17px;
    line-height: 4.15rem;
    height: 4.1rem;
    padding: 0 2.75rem
}

.btn_xlg i {
    width: 2.4rem !important;
    height: 2.4rem !important;
    border-width: .85rem !important
}

.btn_full {
    width: 100%
}

.btn_lines {
    font-size: .65rem;
    line-height: 1.2
}

.btn:disabled,
.btn:disabled:active,
.btn:disabled:hover,
.btn_disabled,
.btn_disabled:active,
.btn_disabled:hover {
    cursor: no-drop;
    background: #cbcbcb;
    color: rgba(26, 26, 26, .2);
    box-shadow: none
}

.btn:disabled:active i,
.btn:disabled:hover i,
.btn:disabled i,
.btn_disabled:active i,
.btn_disabled:hover i,
.btn_disabled i {
    background-color: transparent;
    opacity: .2
}

.btn_success,
.btn_success:active,
.btn_success:disabled,
.btn_success:disabled:active,
.btn_success:disabled:hover,
.btn_success:hover {
    color: #fff;
    background: #009e4e;
    cursor: default
}

.btn_error,
.btn_error:active,
.btn_error:hover {
    color: #fff;
    background: #9e0000;
    cursor: default
}

.btn_animation .icon {
    -webkit-animation: d 1s linear infinite;
    animation: d 1s linear infinite
}

.btn:not(.btn_icon) .icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.1rem;
    font-size: 0
}

.btn:not(.btn_icon) .icon:last-child {
    margin-left: .5rem;
    margin-right: -.25rem
}

.btn:not(.btn_icon) .icon:first-child {
    margin-right: .5rem;
    margin-left: -.25rem
}

.btn:not(.btn_icon) span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    margin-top: -.15rem
}

.link {
    font-weight: 400;
    border-bottom: 1px solid #1a1a1a;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: color .3s, border-color .3s;
    transition: color .3s, border-color .3s
}

.link:hover {
    color: inherit;
    border-color: transparent
}

.link_light {
    color: #fff;
    border-color: #fff
}

.link_primary {
    color: #ffac0c;
    border-color: #ffac0c
}

.link_primary:hover,
.link_second {
    color: #ffac0c
}

.link_second {
    border-color: rgba(255, 172, 12, .15)
}

.link_xs {
    font-size: .6rem;
    font-size: .7rem
}

.link_md {
    font-size: .8rem
}

.link_lg {
    font-size: 1.2rem
}

.link_xlg {
    font-size: 1.6rem
}

.link_strong {
    font-weight: 700
}

.burger {
    background: transparent;
    display: inline-block;
    width: 1.75rem;
    height: 1.75rem;
    text-indent: -9999px;
    position: relative;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    cursor: pointer
}

.burger:after,
.burger:before {
    content: "";
    display: inline-block;
    background: #ffac0c;
    width: 75%;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    -webkit-transition: all .3s;
    transition: all .3s
}

.burger:before {
    -webkit-transform: translate(-50%, 3px);
    transform: translate(-50%, 3px)
}

.burger:after {
    -webkit-transform: translate(-50%, -5px);
    transform: translate(-50%, -5px)
}

.burger.is-active:before {
    -webkit-transform: translate(-50%) rotate(-45deg);
    transform: translate(-50%) rotate(-45deg)
}

.burger.is-active:after {
    -webkit-transform: translate(-50%) rotate(45deg);
    transform: translate(-50%) rotate(45deg)
}

.hidden,
.none,
[hidden] {
    display: none
}

@media only screen and (max-width:767px) {
    .hidden-xs {
        display: none
    }
}

@media only screen and (min-width:768px) {
    .hidden-sm {
        display: none
    }
}

@media only screen and (min-width:992px) {
    .hidden-md {
        display: none !important
    }
}

@media only screen and (min-width:1140px) {
    .hidden-lg {
        display: none
    }
}

.visible {
    display: none
}

@media only screen and (max-width:1139px) {
    .visible-lg {
        display: none
    }
}

@media only screen and (max-width:992px) {
    .visible-md {
        display: none !important
    }
}

@media only screen and (max-width:767px) {
    .visible-sm {
        display: none !important
    }
}

.is-locked {
    overflow: hidden
}

.no-padding {
    padding: 0 !important
}

@media only screen and (max-width:767px) {
    .no-padding_xs {
        padding: 0 !important
    }
}

.no-padding-top {
    padding-top: 0 !important
}

.no-padding-bottom {
    padding-bottom: 0 !important
}

@media only screen and (max-width:767px) {
    .no-padding-bottom-xs {
        padding-bottom: 0 !important
    }
}

.no-margin {
    margin: 0 !important
}

.no-margin-bottom {
    margin-bottom: 0 !important
}

.no-wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.row_height {
    height: 100%
}

.text-center {
    text-align: center
}

@media only screen and (min-width:992px) {
    .text-center-md {
        text-align: center
    }
}

@media only screen and (min-width:768px) {
    .text-center-sm {
        text-align: center
    }
}

@media only screen and (max-width:767px) {
    .text-center-xs {
        text-align: center
    }
}

.text-left {
    text-align: left
}

@media only screen and (min-width:992px) {
    .text-left-md {
        text-align: left
    }
}

@media only screen and (min-width:768px) {
    .text-left-sm {
        text-align: left
    }
}

@media only screen and (max-width:767px) {
    .text-left-xs {
        text-align: left
    }
}

.text-right {
    text-align: right
}

@media only screen and (min-width:992px) {
    .text-right-md {
        text-align: right
    }
}

@media only screen and (min-width:768px) {
    .text-right-sm {
        text-align: right
    }
}

@media only screen and (max-width:767px) {
    .text-right-xs {
        text-align: right
    }
}

.text-light {
    color: #c6c6c6
}

.text-xs {
    font-size: .6rem
}

.text-sm {
    font-size: .7rem
}

.text-md {
    font-size: .8rem
}

.color-primary,
.color-second {
    color: #ffac0c
}

.block-right {
    margin-left: auto
}

.block-left {
    margin-right: auto
}

.root-layout {
    min-height: 100%;
    min-height: 100vh;
    max-width: 100%;
    overflow: hidden
}

@media only screen and (min-width:1140px) {
    .compensate-for-scrollbar .sidebar {
        margin-left: -4px
    }
}

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: calc(50% + 540px);
    z-index: 90
}

@media only screen and (min-width:1140px) {
    .sidebar {
        left: calc(50% + 540px)
    }
}

@media only screen and (min-width:1300px) {
    .sidebar {
        left: calc(50% + 620px)
    }
}

@media only screen and (min-width:1900px) {
    .sidebar {
        left: calc(50% + 680px)
    }
}

@media only screen and (max-width:1139px) {
    .sidebar {
        display: none
    }
}

.sidebar-nav {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    padding-left: .75rem
}

@media only screen and (min-width:1900px) {
    .sidebar-nav {
        padding-left: 1.25rem
    }
}

.sidebar-nav__list {
    font-size: 0;
    padding: 0;
    margin: 0;
    list-style-type: none
}

.sidebar-nav__list:not(:last-child) {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #f6f6f6
}

.sidebar-nav__list_horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sidebar-nav__list_horizontal:not(:last-child) {
    padding-bottom: 0;
    margin-bottom: .5rem
}

.sidebar-nav__list_horizontal .sidebar-nav__item {
    margin: 0
}

.sidebar-nav__item {
    text-align: right
}

.sidebar-nav__item:not(:last-child) {
    margin-bottom: .5rem
}

.sidebar-nav__link {
    display: inline-block;
    font-size: 0;
    position: relative;
    width: 2.3rem;
    height: 2.3rem
}

.sidebar-nav__link path {
    -webkit-transition: all .3s;
    transition: all .3s
}

.sidebar-nav__link.is-active path,
.sidebar-nav__link:hover path {
    fill: #ffac0c
}

.sidebar-nav__msg {
    padding: .4rem;
    width: 100%
}

.btn-dots {
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    margin: 1.4rem;
    position: relative;
    cursor: pointer
}

.btn-dots span {
    display: none
}

@media only screen and (min-width:768px) {
    .btn-dots {
        margin: 1.9rem
    }
}

@media only screen and (min-width:1900px) {
    .btn-dots:after {
        content: "";
        position: absolute;
        top: -1.9rem;
        right: -8.75rem;
        bottom: -1.9rem;
        left: -1.9rem
    }
    .btn-dots span {
        display: inline-block;
        font-size: 10px;
        font-weight: 700;
        line-height: 1;
        text-transform: uppercase;
        color: #fff;
        letter-spacing: .5em;
        position: absolute;
        top: .45rem;
        left: 4.75rem;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }
}

.btn-dots i {
    background-color: #3e3e3e;
    display: inherit;
    width: .2rem;
    height: .2rem;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.btn-dots i:nth-child(2) {
    left: .5rem
}

.btn-dots i:nth-child(3) {
    left: 1rem
}

.btn-dots i:nth-child(4) {
    top: .5rem
}

.btn-dots i:nth-child(5) {
    top: .5rem;
    left: .5rem;
    background-color: #999
}

.btn-dots i:nth-child(6) {
    top: .5rem;
    left: 1rem;
    background-color: #999
}

.btn-dots i:nth-child(7) {
    top: 1rem
}

.btn-dots i:nth-child(8) {
    top: 1rem;
    left: .5rem;
    background-color: #999
}

.btn-dots i:nth-child(9) {
    top: 1rem;
    left: 1rem;
    background-color: #ffac0c
}

.btn-dots:hover i {
    background-color: #ffac0c
}

.btn-dots:hover i:first-child,
.btn-dots:hover i:nth-child(3),
.btn-dots:hover i:nth-child(7),
.btn-dots:hover i:nth-child(9) {
    background-color: #3e3e3e
}

.btn-dots:hover i:nth-child(2),
.btn-dots:hover i:nth-child(4),
.btn-dots:hover i:nth-child(6),
.btn-dots:hover i:nth-child(8) {
    background-color: #999
}

.btn-dots:hover i:nth-child(2) {
    -webkit-transform: translateY(.1rem);
    transform: translateY(.1rem)
}

.btn-dots:hover i:nth-child(4) {
    -webkit-transform: translate(.1rem);
    transform: translate(.1rem)
}

.btn-dots:hover i:nth-child(6) {
    -webkit-transform: translate(-.1rem);
    transform: translate(-.1rem)
}

.btn-dots:hover i:nth-child(8) {
    -webkit-transform: translateY(-.1rem);
    transform: translateY(-.1rem)
}

.btn-dots.is-active i,
.btn-dots.is-active i:first-child,
.btn-dots.is-active i:nth-child(3),
.btn-dots.is-active i:nth-child(5),
.btn-dots.is-active i:nth-child(7),
.btn-dots.is-active i:nth-child(9) {
    background-color: #ffac0c
}

.btn-dots.is-active i:nth-child(2) {
    -webkit-transform: translate(.25rem, .25rem);
    transform: translate(.25rem, .25rem)
}

.btn-dots.is-active i:nth-child(4) {
    -webkit-transform: translate(.25rem, -.25rem);
    transform: translate(.25rem, -.25rem)
}

.btn-dots.is-active i:nth-child(5) {
    background-color: #3e3e3e
}

.btn-dots.is-active i:nth-child(6) {
    -webkit-transform: translate(-.3rem, .25rem);
    transform: translate(-.3rem, .25rem)
}

.btn-dots.is-active i:nth-child(8) {
    -webkit-transform: translate(-.2rem, -.25rem);
    transform: translate(-.2rem, -.25rem)
}

.header {
    background: #fff;
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    -webkit-transition: background .3s, padding .3s, height .3s, -webkit-box-shadow .3s;
    transition: background .3s, padding .3s, box-shadow .3s, height .3s;
    padding: .55rem 0;
    height: 3rem
}

@media only screen and (min-width:768px) {
    .header {
        padding: 1.2rem 0
    }
}

@media only screen and (max-width:992px) {
    .header .container,
    .header .row {
        height: 100%
    }
}

.header__logo {
    font-size: 0;
    display: inline-block;
    vertical-align: middle
}

.header__logo .logo:hover {
    opacity: .9
}

.header__desc {
    font-size: .6rem;
    display: inline-block;
    vertical-align: middle;
    padding-left: 1rem;
    margin-left: 1.5rem;
    position: relative
}

.header__desc:before {
    content: "";
    position: absolute;
    top: .15rem;
    bottom: .15rem;
    left: 0;
    border-left: 1px solid rgba(0, 0, 0, .4)
}

.header__burger {
    display: inline-block;
    padding: .5rem;
    margin: -.5rem
}

.header-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header-info__item:not(:last-child) {
    margin-right: 1.25rem
}

.header-info__email {
    display: inline-block;
    color: #c6c6c6;
    font-size: .6rem;
    margin-bottom: .5rem
}

.header_transparent {
    color: #1a1a1a
}

.header_transparent a {
    text-decoration: none
}

.header_transparent.fixed {
    position: fixed;
    box-shadow: 0 0 2.25rem rgba(0, 0, 0, .05)
}

@media only screen and (min-width:992px) {
    .header_transparent.fixed {
        padding: .55rem 0
    }
}

@media only screen and (min-width:768px) {
    .header {
        height: 4.25rem
    }
}

@media only screen and (min-width:992px) {
    .header {
        height: auto
    }
}

@media only screen and (max-width:992px) {
    .header .account,
    .header .call-us,
    .header .header__sidebar,
    .header .nav {
        height: 0;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(1rem);
        transform: translateY(1rem)
    }
    .header .nav__list {
        padding-top: 3rem
    }
    .header .nav__link {
        font-size: 1rem
    }
    .header .account,
    .header .call-us,
    .header .nav_vertical-xs .nav__item {
        margin-bottom: 1rem
    }
    .header .account,
    .header .call-us {
        margin-top: 2rem
    }
    .header .header__sidebar {
        margin-bottom: 2rem
    }
    .header.is-visible {
        background: #fff;
        height: 100vh;
        overflow-y: auto
    }
    .header.is-visible .account,
    .header.is-visible .call-us,
    .header.is-visible .header__sidebar,
    .header.is-visible .nav {
        height: auto;
        visibility: visible;
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0);
        -webkit-transition: all .6s .3s;
        transition: all .6s .3s
    }
    .header.is-visible .nav[data-navigation] {
        -webkit-transition-delay: .45s;
        transition-delay: .45s
    }
    .header.is-visible .account,
    .header.is-visible .call-us {
        -webkit-transition-delay: .65s;
        transition-delay: .65s
    }
    .header.is-visible .header__sidebar {
        -webkit-transition-delay: .85s;
        transition-delay: .85s
    }
}

.logo {
    display: inline-block;
    position: relative;
    background: url(../images/logo.svg) no-repeat;
    min-width: 4.8rem;
    height: 1.85rem;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #1a1a1a;
    padding-left: 4rem;
    padding-top: .15rem;
    font-size: .8rem;
    line-height: 1.2;
    text-align: left
}

@media only screen and (min-width:992px) {
    .logo {
        padding-left: 5.8rem;
        height: 2.6rem;
        padding-top: .4rem
    }
}

.logo__name {
    font-weight: 700;
    white-space: nowrap
}

.logo__desc {
    font-size: .6rem;
    white-space: nowrap
}

.nav {
    margin: 0;
    padding: 0
}

@media only screen and (max-width:992px) {
    .nav_vertical-xs .nav__list {
        display: block
    }
    .nav_vertical-xs .nav__item {
        margin-bottom: .5rem
    }
}

.nav__list {
    padding: 0;
    margin: 0
}

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

@media only screen and (min-width:768px) {
    .nav__list_horizontal .nav__item:not(:last-child) {
        margin-right: 1rem
    }
}

@media only screen and (min-width:1140px) {
    .nav__list_horizontal .nav__item:not(:last-child) {
        margin-right: 1.5rem
    }
}

@media only screen and (min-width:1300px) {
    .nav__list_horizontal .nav__item:not(:last-child) {
        margin-right: 2.5rem
    }
}

.nav__list_horizontal.nav__list_md .nav__item:not(:last-child) {
    margin-right: 1rem
}

.nav__item {
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 0;
    position: relative
}

.nav__link {
    color: #1a1a1a;
    font-size: .8rem;
    line-height: 1;
    text-decoration: none !important;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: color .3s;
    transition: color .3s
}

.nav__link.is-active,
.nav__link:hover {
    color: #ffac0c
}

.nav__link.is-active+.nav__submenu,
.nav__link:hover+.nav__submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0);
    transform: translate(0)
}

.nav__icon {
    width: .65rem;
    height: .65rem;
    fill: #ffac0c;
    margin-left: .35rem
}

.nav__submenu {
    padding: 1rem 0 0
}

@media only screen and (max-width:992px) {
    .nav__submenu {
        display: none
    }
}

@media only screen and (min-width:992px) {
    .nav__submenu {
        position: absolute;
        top: calc(100% + .5rem);
        left: -.75rem;
        background-color: rgba(255, 172, 12, .85);
        padding: .75rem;
        padding-right: 1rem;
        text-align: left;
        opacity: 0;
        visibility: hidden;
        list-style-type: none;
        -webkit-transform: translateY(.5rem);
        transform: translateY(.5rem);
        -webkit-transition: all .3s;
        transition: all .3s
    }
    .nav__submenu:before {
        content: "";
        position: absolute;
        top: -.5rem;
        right: 0;
        left: 0;
        height: .5rem
    }
}

.nav__submenu:hover {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0);
    transform: translate(0)
}

.nav__submenu li:not(:last-child) {
    margin-bottom: 1rem
}

.nav__submenu a {
    border-bottom: 1px solid transparent;
    -webkit-transition: color .3s, border-color .3s;
    transition: color .3s, border-color .3s
}

@media only screen and (min-width:992px) {
    .nav__submenu a {
        color: #fff
    }
}

@media only screen and (min-width:992px) {
    .nav__submenu a:hover {
        color: #fff;
        border-color: hsla(0, 0%, 100%, .5)
    }
}

.call-us {
    display: inline-block;
    color: #1a1a1a;
    padding-left: 1.3rem;
    position: relative
}

.call-us__icon {
    position: absolute;
    top: 0;
    left: 0
}

.call-us__icon svg {
    fill: #ffac0c;
    width: .8rem;
    height: .8rem
}

.call-us__phone {
    color: #1a1a1a !important;
    font: 700 .8rem helvetica_neue, sans-serif;
    text-decoration: none
}

.call-us__desc {
    display: block;
    font-size: .6rem
}

.account {
    display: inline-block;
    color: #1a1a1a;
    padding-left: 1.3rem;
    position: relative
}

.account__icon {
    position: absolute;
    top: 0;
    left: 0
}

.account__icon svg {
    fill: #ffac0c;
    width: .8rem;
    height: .8rem
}

.account__cabinet {
    color: #1a1a1a !important;
    font: 700 .8rem helvetica_neue, sans-serif;
    text-decoration: none
}

.account__link {
    display: inline-block;
    font-size: .75rem;
	text-decoration: underline !important;
}
@media only screen and (min-width:992px) {
	.account__link {
		font-size: .6rem;
    }
}
.account__link--logged_in {
	color: #ffac0c
}
.account__link + .account__link {
    margin-left: 12px
}

.main {
    position: relative;
    min-height: 500px;
    min-height: 100vh;
    max-height: 1000000px;
    width: 100%;
    padding-top: 3rem
}

@media only screen and (min-width:768px) {
    .main {
        padding-top: 4.25rem
    }
}

@media only screen and (min-width:992px) {
    .main {
        padding-top: 5rem
    }
}

.title span {
    border-bottom: 2px solid #ffac0c
}

.section {
    padding: 3rem 0;
    position: relative
}

@media only screen and (min-width:1140px) {
    .section {
        padding: 4.25rem 0
    }
}

.section_light {
    background-color: #f6f6f6
}

.section_sm {
    padding: 1.5rem 0
}

.section_md {
    padding: 2rem 0
}

@media only screen and (min-width:768px) {
    .section_md {
        padding: 3rem 0
    }
}

.section__header {
    margin-bottom: 2.5rem
}

@media only screen and (min-width:1140px) {
    .section__header {
        margin-bottom: 3rem
    }
}

.section__header .title {
    margin-bottom: 0 !important
}

.section__description {
    margin-top: 1.5rem
}

@media only screen and (min-width:992px) {
    .section__description {
        margin-top: .7rem
    }
}

.section__description p:last-child {
    margin-bottom: 0
}

.section_intro {
    padding: 0;
    position: relative;
    z-index: 10
}

@media only screen and (min-width:768px) {
    .section_intro {
        min-height: 25rem
    }
}

.section .intro {
    background: #000 url(../images/b_intro.jpg) top no-repeat;
    background-size: cover;
    padding: 1rem 1rem 7.5rem;
    color: #fff;
    position: relative
}

@media only screen and (min-width:768px) {
    .section .intro {
        padding: 3rem 2.75rem 8.75rem
    }
}

.section .intro:before {
    content: "";
    background: -webkit-gradient(linear, left top, right top, from(#000), to(rgba(26, 26, 26, 0)));
    background: -webkit-linear-gradient(left, #000, rgba(26, 26, 26, 0));
    background: linear-gradient(90deg, #000, rgba(26, 26, 26, 0));
    position: absolute;
    top: 0;
    right: 35%;
    bottom: 0;
    left: 0;
    z-index: 0;
    opacity: .7
}

.section .intro__addr {
    display: inline-block;
    font-size: .8rem;
    line-height: 1.4;
    position: relative;
    padding-left: 1.25rem
}

.section .intro__addr svg {
    position: absolute;
    top: .15rem;
    left: 0;
    fill: #ffac0c;
    width: .8rem;
    height: .8rem
}

.section .intro__header {
    margin: 2rem 0;
    position: relative
}

@media only screen and (min-width:768px) {
    .section .intro__header {
        margin: 3.75rem 0 2rem
    }
}

.section .intro__header .title {
    line-height: 1.4;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 0 .75rem;
    max-width: 32.5rem;
    text-align: left
}

.section .intro__header .title span {
    color: #ffac0c;
    border: 0
}

.section .intro__price {
    display: block;
    font-size: .8rem;
    font-weight: 700;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 1.5rem
}

.section .intro-action {
    font-size: 0;
    position: relative;
    z-index: 10;
    line-height: 1.4
}

.section .intro-action__item {
    display: inline-block;
    vertical-align: middle
}

.section .intro-action__item:not(:last-child) {
    margin-right: 2rem
}

@media only screen and (max-width:767px) {
    .section .intro-action__item:not(:last-child) {
        margin-bottom: 1.5rem
    }
}

.section .intro-video {
    margin: -4rem 0 0;
    position: relative;
    z-index: 10;
    overflow: hidden
}

.section .intro-video_one {
    margin-bottom: -4rem
}

.section .intro-video__title {
    font-size: .8rem;
    line-height: 1.4;
    color: #fff;
    position: absolute;
    top: .5rem;
    left: 1rem
}

@media only screen and (min-width:768px) {
    .section .intro-video__title {
        left: 2.75rem
    }
}

.section .intro-video__inner {
    background-color: #ddd;
    max-width: 37.5rem;
    min-height: 20rem;
    width: 100%;
    margin: 0 auto;
    font-size: 0
}

.section .intro-video__inner iframe {
    min-height: 21rem
}

.section .intro-video__slider {
    min-height: 10rem;
    padding: 0 1rem 0 6rem;
    color: #fff
}

@media only screen and (min-width:768px) {
    .section .intro-video__slider {
        padding: 0 2.75rem 0 9.75rem
    }
}

.section .intro-video__slider .swiper-slide {
    min-height: 8.75rem;
    font-size: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.section .intro-video__slider .swiper-slide img {
    width: 100%
}

.section .intro-video__slider .swiper-slide iframe {
    min-height: 8.75rem
}

.section .intro-video__slider .swiper-slide .intro-video-slide {
    font-size: 0;
    display: inline-block;
    width: 100%;
    position: relative
}

.section .intro-video__slider .swiper-slide .intro-video-slide svg {
    fill: #fff;
    width: 3.2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: fill .3s;
    transition: fill .3s
}

.section .intro-video__slider .swiper-slide .intro-video-slide:hover svg {
    fill: #ffac0c
}

.section .intro-video__slider .swiper-button-next,
.section .intro-video__slider .swiper-button-prev {
    background: none;
    position: absolute;
    top: 5.5rem;
    right: auto;
    left: 1rem;
    width: 1.15rem;
    height: 1.15rem;
    margin: 0
}

@media only screen and (min-width:768px) {
    .section .intro-video__slider .swiper-button-next,
    .section .intro-video__slider .swiper-button-prev {
        left: 2.75rem
    }
}

.section .intro-video__slider .swiper-button-next svg,
.section .intro-video__slider .swiper-button-prev svg {
    fill: #ffac0c
}

.section .intro-video__slider .swiper-button-next {
    left: 3.25rem
}

@media only screen and (min-width:768px) {
    .section .intro-video__slider .swiper-button-next {
        left: 5.5rem
    }
}

.section__s-about {
    padding-top: 5.5rem;
    position: relative;
    z-index: 5
}

@media only screen and (min-width:768px) {
    .section__s-about {
        padding-top: 9rem
    }
}

.section_consult {
    position: relative
}

@media only screen and (min-width:768px) {
    .section_consult:before {
        content: "";
        background: url(../images/b_consult.png) 0 100% no-repeat;
        background-size: contain;
        position: absolute;
        top: 35%;
        right: -4rem;
        bottom: 0;
        left: 50%;
        z-index: -1
    }
}

@media only screen and (min-width:768px) and (min-width:992px) {
    .section_consult:before {
        top: -2rem;
        right: -2.5rem;
        left: 65%
    }
}

@media only screen and (min-width:768px) and (min-width:1140px) {
    .section_consult:before {
        background-position: 0 100%;
        left: 50%
    }
}

@media only screen and (min-width:768px) and (min-width:1300px) {
    .section_consult:before {
        bottom: -1rem
    }
}

.section_consult:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: .75rem;
    background: url(../images/s_splitter.svg) 50% repeat-x;
    z-index: -2
}

@media only screen and (min-width:768px) {
    .section_consult:after {
        height: 1.75rem
    }
}

.section__buttons {
    margin: 1.5rem 0
}

@media only screen and (min-width:768px) {
    .section__buttons {
        margin: 2.5rem 0
    }
}

.section__buttons .btn:not(:last-child) {
    margin-bottom: .5rem
}

@media only screen and (min-width:768px) {
    .section__buttons .btn:not(:last-child) {
        margin: 0;
        margin-right: 1.5rem
    }
}

@media only screen and (max-width:767px) {
    .container {
        padding: 0 .75rem
    }
}

@media only screen and (min-width:768px) {
    .container {
        padding: 0 1.5rem
    }
}

.container_fluid {
    margin: 0 auto
}

@media only screen and (max-width:767px) {
    .container_fluid {
        max-width: 360px
    }
}

.sort {
    margin: 1.5rem 0 -.5rem
}

@media only screen and (min-width:768px) {
    .sort {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media only screen and (min-width:992px) {
    .sort {
        margin: 0 0 -.5rem
    }
}

.sort__title {
    font-size: .6rem;
    margin-right: .75rem;
    margin-bottom: .5rem
}

.sort__list {
    font-size: 0
}

.sort__label {
    display: inline-block;
    font: 700 .6rem/1.6rem helvetica_neue, sans-serif;
    line-height: 1.6rem;
    height: 1.6rem;
    padding: 0 .75rem;
    margin-bottom: .5rem;
    text-transform: lowercase;
    border-radius: .8rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: inset 0 0 0 1px #ffac0c;
    -webkit-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s
}

.sort__label.is-active,
.sort__label:hover {
    background-color: #ffac0c;
    color: #fff
}

.sort__label.is-active i,
.sort__label.is-active i:after,
.sort__label.is-active i:before,
.sort__label:hover i,
.sort__label:hover i:after,
.sort__label:hover i:before {
    background-color: #fff
}

.sort__label:not(:last-child) {
    margin-right: .5rem
}

.sort__label i {
    display: inline-block;
    background-color: #ffac0c;
    width: 6px;
    height: 1px;
    margin: 3px 0;
    margin-left: .3rem;
    position: relative;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.sort__label i:after,
.sort__label i:before {
    content: "";
    background-color: #ffac0c;
    position: absolute;
    top: -3px;
    left: 0;
    width: 3px;
    height: 1px;
    -webkit-transition: background-color .3s, width .3s;
    transition: background-color .3s, width .3s
}

.sort__label i:after {
    top: auto;
    width: 9px;
    bottom: -3px
}

.sort__label.desc i:before {
    width: 9px
}

.sort__label.desc i:after {
    width: 3px
}

.filter__title {
    font: 700 1rem/1.2 helvetica_neue, sans-serif;
    margin-right: .5rem;
    margin-bottom: 1rem
}

.filter__list {
    padding-right: 2rem
}

@media only screen and (min-width:992px) {
    .filter__list {
        padding-right: 3rem
    }
}

.filter__row {
    font-size: 0
}

.filter__label {
    display: inline-block;
    font: 700 .8rem/1.2 helvetica_neue, sans-serif;
    margin-bottom: .75rem
}

.filter__label span {
    color: #ffac0c
}

.filter__item {
    font-size: 0;
    margin-bottom: 1rem
}

.filter-range {
    margin: 0 -.25rem
}

.filter-range,
.filter-range__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.filter-range__item {
    width: calc(100% - 12rem);
    padding: 0 .25rem
}

.filter-range__item:first-child,
.filter-range__item:last-child {
    width: 6rem
}

@media only screen and (max-width:992px) {
    .filter-range__item:first-child {
        margin-right: .5rem
    }
    .filter-range__item:nth-child(2) {
        display: none
    }
}

.filter-range__label {
    display: inline-block;
    font-size: .6rem;
    margin-right: .5rem
}

.filter-range__input {
    max-width: 4.25rem
}

.filter-range__input input {
    text-align: center
}

@media only screen and (min-width:768px) {
    .filter__action {
        margin-top: 1rem
    }
}

@media only screen and (min-width:992px) {
    .filter__action {
        margin-top: 2rem
    }
}

.filter__extra {
    margin-bottom: 1rem
}

.product__header {
    margin-bottom: 3rem
}

@media only screen and (min-width:768px) {
    .product__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media only screen and (min-width:992px) {
    .product__header {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.product__logo {
    width: 4.75rem;
    padding-bottom: 1rem
}

@media only screen and (min-width:768px) {
    .product__logo {
        padding: 1.5rem 2.75rem;
        width: 9.75rem
    }
}

.product__logo img {
    width: 100%
}

.product__title {
    margin: 0
}

.product__title:not(:last-child) {
    margin-bottom: 1rem
}

.product__title span {
    color: #ffac0c
}

@media only screen and (min-width:768px) {
    .product__main {
        width: calc(100% - 9.75rem)
    }
}

.product__options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -1rem
}

.product__options .product-option {
    margin-bottom: 1rem
}

@media only screen and (max-width:767px) {
    .product__options .product-option {
        width: 100%
    }
}

@media only screen and (min-width:768px) {
    .product__options .product-option:not(:last-child) {
        padding-right: 2rem
    }
}

@media only screen and (min-width:1300px) {
    .product__options .product-option:not(:last-child) {
        padding-right: 4rem
    }
}

.product__options .product-option__label {
    font-size: .8rem;
    margin-bottom: .4rem
}

.product__options .product-option__price {
    font-weight: 700;
    color: #ffac0c
}

.product__options .product-option__param {
    font-size: 0;
    margin: 0;
    margin-bottom: -.25rem;
    padding: 0;
    list-style-type: none
}

@media only screen and (min-width:768px) {
    .product__options .product-option__param {
        margin-bottom: -.5rem
    }
}

.product__options .product-option__param li {
    display: inline-block;
    margin-bottom: .25rem
}

@media only screen and (min-width:768px) {
    .product__options .product-option__param li {
        margin-bottom: .5rem
    }
}

.product__options .product-option__param li:not(:last-child) {
    margin-right: .25rem
}

@media only screen and (min-width:768px) {
    .product__options .product-option__param li:not(:last-child) {
        margin-right: .5rem
    }
}

.product__figure {
    font-size: 0;
    margin-bottom: 2.5rem
}

.product__image {
    width: 100%
}

.product__description {
    margin: 1rem 0
}

.product__description p:last-child {
    margin: 0
}

.product__read-more {
    cursor: pointer
}

.product__action {
    text-align: center;
    margin-top: 2rem
}

.product-box {
    margin-bottom: 2rem
}

.product-box__title {
    font: 700 1rem/1.4 helvetica_neue, sans-serif;
    margin-bottom: 1.5rem
}

@media only screen and (min-width:992px) {
    .product-box__title {
        min-height: 2.75rem
    }
}

.product-case {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: .75rem;
    position: relative
}

@media only screen and (min-width:768px) {
    .product-case {
        margin-bottom: 1.5rem
    }
}

.product-case:last-child {
    margin-bottom: .75rem
}

@media only screen and (min-width:768px) {
    .product-case:last-child {
        margin-bottom: 1rem
    }
}

.product-case__figure {
    font-size: 0;
    display: inline-block;
    width: 8.25rem
}

.product-case__image {
    width: 100%
}

.product-case__content {
    width: calc(100% - 9.25rem);
    padding-left: 1rem;
    margin-top: -.2rem
}

.product-case__header {
    font: .7rem/1.4 helvetica_neue, sans-serif;
    margin-bottom: .5rem
}

.product-case__title {
    font: inherit;
    font-size: .8rem;
    font-weight: 700;
    margin: 0
}

.product-case__price {
    color: #ffac0c;
    font-size: .8rem;
    font-weight: 700
}

.product-case-arg {
    font-size: 0
}

.product-case-arg__item {
    margin-bottom: .25rem
}

.product-case-arg__item svg {
    display: inline-block;
    vertical-align: middle;
    width: .8rem;
    height: .8rem;
    fill: #ffac0c;
    margin-right: .5rem
}

.product-case-arg__name {
    display: inline-block;
    vertical-align: middle;
    font-size: .8rem;
    font-weight: 700;
    line-height: 1
}

.services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width:767px) {
    .services {
        margin: 0 -1.5rem
    }
}

.services-card {
    width: 100%;
    position: relative
}

@media only screen and (min-width:992px) {
    .services-card {
        width: 50%
    }
}

.services-card_full {
    width: 100%
}

@media only screen and (max-width:992px) {
    .services-card_full .services-card__figure {
        opacity: .3
    }
}

@media only screen and (min-width:992px) {
    .services-card_full .services-card__figure {
        right: 50%;
        left: -7.5rem
    }
}

@media only screen and (min-width:992px) {
    .services-card_full .services-card__content {
        width: 50%;
        margin-left: 50%
    }
    .services-card_full .services-card__content:after {
        content: "";
        background-color: #ffac0c;
        position: absolute;
        top: 0;
        right: -7.5rem;
        left: calc(100% - 1px);
        bottom: 0
    }
}

.services-card_primary {
    background-color: #ffac0c;
    color: #fff
}

.services-card_primary .services-card__figure:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.services-card_primary .services-card__detail {
    border-color: #fff;
    position: relative;
    z-index: 10
}

.services-card_dark {
    background-color: #1a1a1a;
    color: #fff
}

.services-card_dark a {
    color: #fff
}

.services-card_dark .services-card__figure:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #1a1a1a;
    opacity: .7
}

.services-card_dark .services-card__label {
    background-color: #ffac0c
}

.services-card_dark .services-card__detail {
    border-color: #fff
}

@media only screen and (min-width:992px) {
    .services-card_left .services-card__figure,
    .services-card_left .services-card__link {
        left: -7.5rem
    }
}

@media only screen and (min-width:992px) {
    .services-card_left .services-card__content {
        padding-left: 0
    }
}

@media only screen and (min-width:992px) {
    .services-card_right .services-card__figure,
    .services-card_right .services-card__link {
        right: -7.5rem
    }
}

.services-card:hover .services-card__title {
    border-color: #1a1a1a
}

.services-card:hover .services-card__detail {
    border-color: transparent
}

.services-card:hover.services-card_dark .services-card__title,
.services-card:hover.services-card_primary .services-card__title {
    border-color: #fff
}

.services-card__figure {
    font-size: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(/assets/images/services-list/default.jpg) 50% no-repeat;
    background-size: cover;
    z-index: 10
}

.services-card__image {
    display: none
}

.services-card__label {
    display: inline-block;
    background-color: #1a1a1a;
    color: #fff;
    font-size: .8rem;
    font-weight: 700;
    line-height: 1.4rem;
    height: 1.4rem;
    padding: 0 .6rem;
    border-radius: .7rem
}

.services-card__content {
    padding: 1rem 1.5rem;
    position: relative;
    z-index: 20
}

@media only screen and (min-width:768px) {
    .services-card__content {
        padding: 2.5rem 2.75rem 2rem
    }
}

.services-card__header {
    margin-bottom: .75rem
}

.services-card__header:not(:first-child) {
    margin-top: .75rem
}

.services-card__title {
    font-size: 1.2rem;
    display: inline;
    border-bottom: 2px solid transparent;
    margin: 0;
    -webkit-transition: border-color .3s;
    transition: border-color .3s
}

@media only screen and (min-width:768px) {
    .services-card__title {
        font-size: 2.2rem
    }
}

.services-card__description {
    margin-bottom: 3rem
}

.services-card__detail {
    font-size: .8rem;
    font-weight: 700;
    border-bottom: 1px solid #1a1a1a;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: border-color .3s;
    transition: border-color .3s
}

.services-card__detail:hover {
    border-color: transparent
}

.services-card__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 50
}

.service-desc {
    margin-top: 1.25rem
}

.service-desc__item {
    padding-top: 0;
    padding-left: 2.5rem;
    position: relative
}

@media only screen and (min-width:992px) {
    .service-desc__item {
        padding-left: 5.5rem
    }
}

@media only screen and (min-width:992px) {
    .service-desc__item:first-child {
        padding-top: .75rem
    }
}

.service-desc__item:not(:last-child) {
    margin-bottom: 1.5rem
}

@media only screen and (min-width:992px) {
    .service-desc__item:not(:last-child) {
        margin-bottom: 2.5rem
    }
}

.service-desc__item svg {
    fill: #ffac0c;
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    top: 0;
    left: 0
}

.service-desc__item svg path {
    fill: #ffac0c
}

@media only screen and (min-width:992px) {
    .service-desc__item svg {
        width: 3.2rem;
        height: 3.2rem
    }
}

.service-desc__item p:last-child {
    margin: 0
}

@media only screen and (max-width:767px) {
    .service-special {
        margin-top: 2rem;
        text-align: center
    }
}

.service-special__price {
    font: 700 2.2rem/1 gilroy, sans-serif;
    color: #ffac0c
}

.service-special__desc {
    font-size: .6rem;
    margin: .1rem 0
}

.service-special__text {
    font-size: .8rem;
    font-weight: 700;
    line-height: 1.4
}

.service-special__action {
    margin-top: 1rem
}

.checkup {
    margin-bottom: -.75rem
}

@media only screen and (min-width:768px) {
    .checkup {
        margin-bottom: -1.5rem
    }
}

.checkup-card {
    background-color: #ffac0c;
    background-position: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    color: #fff;
    padding: 1.5rem;
    margin-bottom: .75rem;
    min-height: 9rem;
    position: relative
}

@media only screen and (min-width:768px) {
    .checkup-card {
        margin-bottom: 1.5rem;
        min-height: 12rem
    }
}

.checkup-card__title {
    font: 700 1rem/1.4 helvetica_neue, sans-serif;
    display: inline;
    border-bottom: 1px solid transparent
}

.checkup-card__more,
.checkup-card__title {
    -webkit-transition: border-color .3s;
    transition: border-color .3s
}

.checkup-card__more {
    font-size: .8rem;
    line-height: 1;
    position: absolute;
    left: 1.5rem;
    bottom: 1.25rem;
    cursor: pointer;
    border-bottom: 1px solid #fff
}

.checkup-card__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.checkup-card:hover .checkup-card__title {
    border-color: #fff
}

.checkup-card:hover .checkup-card__more {
    border-color: transparent
}

.case {
    margin-bottom: -.75rem
}

@media only screen and (min-width:768px) {
    .case {
        margin-bottom: -1.75rem
    }
}

.case:not(:last-child) {
    padding-bottom: .75rem
}

@media only screen and (min-width:768px) {
    .case:not(:last-child) {
        padding-bottom: 1.5rem
    }
}

.case-card {
    margin-bottom: 1.25rem;
    position: relative
}

@media only screen and (min-width:768px) {
    .case-card {
        margin-bottom: 1.75rem
    }
}

.case-card__figure {
    font-size: 0;
    display: inline-block;
    margin-bottom: .75rem
}

.case-card__image {
    width: 100%
}

.case-card__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.case-card__header {
    font: .8rem/1.4 helvetica_neue, sans-serif;
    width: 50%;
    padding-right: .75rem
}

.case-card__title {
    font: inherit;
    font-weight: 700;
    margin: 0
}

.case-card__option {
    width: 50%
}

.case-card__price {
    color: #ffac0c;
    font-size: .8rem;
    font-weight: 700
}

.case-card-arg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0
}

.case-card-arg__item {
    width: 50%
}

.case-card-arg__item svg {
    display: inline-block;
    vertical-align: middle;
    width: .8rem;
    height: .8rem;
    fill: #ffac0c;
    margin-right: .35rem
}

.case-card-arg__name {
    display: inline-block;
    vertical-align: middle;
    font-size: .8rem;
    font-weight: 700;
    line-height: 1
}

.card {
    background-color: #f6f6f6;
    padding: 1rem;
    position: relative;
    margin-bottom: .75rem;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

@media only screen and (min-width:768px) {
    .card {
        margin-bottom: 1.5rem
    }
}

@media only screen and (min-width:992px) {
    .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media only screen and (min-width:1140px) {
    .card {
        padding-right: 1.5rem
    }
}

.card:hover {
    background-color: #eee
}

.card__company {
    font-size: 0;
    margin-bottom: .5rem
}

.card__logo {
    width: 2rem;
    height: 1.5rem
}

@media only screen and (min-width:992px) {
    .card__figure {
        width: 55%
    }
}

.card__image {
    width: 100%
}

@media only screen and (min-width:992px) {
    .card__content {
        width: 45%;
        padding-left: 1.5rem
    }
}

.card__title {
    font: 600 .8rem/1.4 helvetica_neue, sans-serif;
    text-decoration: underline;
    margin-bottom: .25rem
}

@media only screen and (max-width:992px) {
    .card__title br {
        display: none
    }
}

@media only screen and (min-width:992px) {
    .card__title {
        margin-bottom: .75rem
    }
}

.card__price {
    display: block;
    font: 600 .8rem/1.4 helvetica_neue, sans-serif;
    color: #ffac0c;
    margin-bottom: .75rem
}

.card-options {
    font-size: .6rem;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.card-options__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: .1rem
}

.card-options__title {
    line-height: 1
}

.card-options__title span {
    color: #ffac0c
}

.card-options__value {
    font-weight: 700;
    margin-left: .5rem
}

.card__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-indent: -99999px
}

.box-item {
    position: relative;
    margin-bottom: 2rem
}

@media only screen and (max-width:767px) {
    .box-item {
        padding-left: 5.25rem
    }
}

@media only screen and (min-width:768px) {
    .box-item {
        margin-bottom: 3.25rem;
        padding-right: 2rem
    }
}

.box-item__icon {
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 0
}

@media only screen and (max-width:767px) {
    .box-item__icon {
        position: absolute;
        top: .35rem;
        left: 0
    }
}

.box-item__icon svg {
    fill: #ffac0c;
    width: 4rem;
    height: 4rem
}

.box-item__title {
    margin-bottom: .5rem
}

@media only screen and (min-width:768px) {
    .box-item__title {
        margin-bottom: 1.5rem
    }
}

.box-item__description {
    font-size: .9rem;
    margin: 0
}

.box-enum {
    counter-reset: b;
    margin: 3rem 0 -4rem
}

.box-enum-item {
    position: relative;
    padding-left: 2rem;
    padding-right: .5rem;
    margin-bottom: 2rem;
    counter-increment: b
}

@media only screen and (min-width:768px) {
    .box-enum-item {
        padding-left: 3.5rem
    }
}

@media only screen and (min-width:992px) {
    .box-enum-item {
        padding-left: 4.5rem;
        margin-bottom: 4rem
    }
}

.box-enum-item:before {
    content: "0" counter(b);
    font: 800 5rem/1 gilroy, sans-serif;
    color: #f6f6f6;
    position: absolute;
    top: -2.25rem;
    left: -.75rem;
    z-index: -1
}

@media only screen and (min-width:768px) {
    .box-enum-item:before {
        font-size: 7.2rem;
        top: -2.5rem
    }
}

@media only screen and (min-width:992px) {
    .box-enum-item:before {
        left: 0
    }
}

.box-enum-item__title {
    font-size: 1rem;
    font-family: helvetica_neue, sans-serif;
    color: #ffac0c;
    margin: 1rem 0 .75rem
}

@media only screen and (min-width:768px) {
    .box-enum-item__title {
        margin: 1.5rem 0 1.25rem
    }
}

.box-enum-item__description {
    font-size: .9rem;
    line-height: 1.4;
    margin: 0
}

.form {
    margin-bottom: -1.5rem
}

@media only screen and (min-width:992px) {
    .form {
        margin-bottom: -2rem
    }
}

.form__item {
    margin-bottom: 1.5rem
}

@media only screen and (min-width:992px) {
    .form__item {
        margin-bottom: 2rem
    }
}

.form__privacy {
    font-size: .6rem;
    color: #c6c6c6
}

.modal {
    width: 95%;
    padding: 2.5rem;
    border-radius: 0;
    box-shadow: 0 0 2.25rem rgba(0, 0, 0, .15)
}

@media only screen and (min-width:768px) {
    .modal {
        padding: 3.5rem
    }
}

.modal_sm {
    max-width: 21rem
}

@media only screen and (min-width:768px) {
    .modal_sm {
        padding: 2.5rem 3rem
    }
}

@media only screen and (min-width:768px) {
    .modal_s {
		max-width: 556px
    }
}

.modal_md {
    max-width: 38rem
}

@media only screen and (min-width:768px) {
    .modal_md {
        padding: 3rem
    }
}

.modal_lg {
    max-width: 49rem
}

@media only screen and (min-width:768px) {
    .modal_lg {
        padding: 3.5rem 4rem
    }
}

.modal .btn {
    width: 100%
}

.modal__title {
    font-size: 1rem;
    color: #ffac0c;
    margin-bottom: .5rem
}

@media only screen and (min-width:768px) {
    .modal__title {
        margin-bottom: 1rem
    }
}

.modal__list {
    margin: .75rem 0 1rem;
    padding: 0;
    list-style-type: none
}

.modal__list li {
    margin-bottom: .25rem
}

.modal__list li:before {
    content: "— ";
    margin-right: .2rem;
    opacity: .5
}

.modal__desc {
    margin-bottom: 1rem
}

@media only screen and (min-width:768px) {
    .modal__desc {
        margin-bottom: 1.25rem
    }
}

.modal__desc_light {
    color: #c6c6c6
}

.modal__desc p {
    margin-bottom: .5rem
}

.modal__desc p:last-child {
    margin-bottom: 0
}

.modal__figure {
    display: inline-block;
    background-color: #f6f6f6;
    font-size: 0;
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 1rem
}

.modal__privacy {
    display: inline-block;
    color: #c6c6c6;
    font-size: .65rem;
    line-height: 1.4;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.modal__privacy div {
    line-height: 1 !important
}

.modal__privacy a,
.modal__privacy label {
    font-size: 12px !important;
    line-height: 1 !important;
    color: #c6c6c6 !important
}

.modal-form__item:not(:last-child) {
    margin-bottom: 1rem
}

.modal hr {
    margin: 0 0 1rem;
    border: 0;
    border-bottom: 1px solid #e8e8e8
}

@media only screen and (min-width:768px) {
    .modal hr {
        margin: 1rem 0 2rem
    }
}



.modal__title--xl {
	font-weight: 800;
	font-size: 44px;
	line-height: 54px;
}

.modal__pswd-reset {
	position: absolute;
	z-index: 1;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-decoration: underline;
    color: #FFAC0C;
}

.modal__pswd-reset {
	position: absolute;
	z-index: 1;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-decoration: underline;
    color: #FFAC0C;
}

.modal-login__register {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-decoration: underline;
    color: #FFAC0C;
}

.ui-input__text.ui-input__icon-user {
	padding-left: 32px !important;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDEwLjVDMTAuNzMxMiAxMC41IDEwLjUxMjUgMTAuNDUzMSA5Ljc0Mzc1IDEwLjcxMjVDOS4xOTY4NyAxMC44OTY5IDguNjA5MzggMTEgOCAxMUM3LjM5MDYyIDExIDYuODAzMTIgMTAuODk2OSA2LjI1NjI1IDEwLjcxMjVDNS40ODc1IDEwLjQ1MzEgNS4yNzE4NyAxMC41IDQgMTAuNUMxLjc5MDYzIDEwLjUgMCAxMi4yOTA2IDAgMTQuNVYxNUMwIDE1LjU1MzEgMC40NDY4NzUgMTYgMSAxNkgxNUMxNS41NTMxIDE2IDE2IDE1LjU1MzEgMTYgMTVWMTQuNUMxNiAxMi4yOTA2IDE0LjIwOTQgMTAuNSAxMiAxMC41Wk04IDEwQzEwLjc2MjUgMTAgMTMgNy43NjI1IDEzIDVDMTMgMi4yMzc1IDEwLjc2MjUgMCA4IDBDNS4yMzc1IDAgMyAyLjIzNzUgMyA1QzMgNy43NjI1IDUuMjM3NSAxMCA4IDEwWiIgZmlsbD0iI0ZGQUMwQyIvPgo8L3N2Zz4K);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: left center;
}

.ui-input__text.ui-input__icon-pswd {
	padding-left: 32px !important;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjY2NjcgNi4zMjk0M1Y1LjY2Mjc2QzEwLjY2NjcgNC4xOSA5LjQ3MjggMi45OTYwOSA4LjAwMDA0IDIuOTk2MDlWMi45OTYwOUM2LjUyNzI4IDIuOTk2MDkgNS4zMzMzNyA0LjE5IDUuMzMzMzcgNS42NjI3NlY2LjMyOTQzIiBzdHJva2U9IiNGRkFDMEMiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMi4xNjgzNSA3LjY3MTc2QzIgOC4xNTI4OCAyIDguNzUxMzYgMiA5Ljk0ODMxQzIgMTEuNTQ0MyAyIDEyLjM0MjIgMi4yMjQ0NyAxMi45ODM3QzIuNjI2NTEgMTQuMTMyNyAzLjUyOTkgMTUuMDM2MSA0LjY3ODg4IDE1LjQzODFDNS4zMjAzNyAxNS42NjI2IDYuMTE4MzQgMTUuNjYyNiA3LjcxNDI5IDE1LjY2MjZIOC4yODU3MUM5Ljg4MTY2IDE1LjY2MjYgMTAuNjc5NiAxNS42NjI2IDExLjMyMTEgMTUuNDM4MUMxMi40NzAxIDE1LjAzNjEgMTMuMzczNSAxNC4xMzI3IDEzLjc3NTUgMTIuOTgzN0MxNCAxMi4zNDIyIDE0IDExLjU0NDMgMTQgOS45NDgzMUMxNCA4Ljc1MTM2IDE0IDguMTUyODggMTMuODMxNyA3LjY3MTc2QzEzLjUzMDEgNi44MTAwMiAxMi44NTI2IDYuMTMyNDggMTEuOTkwOCA1LjgzMDk1QzExLjUwOTcgNS42NjI2IDEwLjkxMTIgNS42NjI2IDkuNzE0MjkgNS42NjI2SDYuMjg1NzFDNS4wODg3NiA1LjY2MjYgNC40OTAyOCA1LjY2MjYgNC4wMDkxNiA1LjgzMDk1QzMuMTQ3NDIgNi4xMzI0OCAyLjQ2OTg5IDYuODEwMDIgMi4xNjgzNSA3LjY3MTc2Wk0xMCAxMC4zMjkzQzEwIDExLjA2OTUgOS41OTc4IDExLjcxNTkgOSAxMi4wNjE3VjEzLjY2MjZIN1YxMi4wNjE3QzYuNDAyMiAxMS43MTU5IDYgMTEuMDY5NSA2IDEwLjMyOTNDNiA5LjIyNDY5IDYuODk1NDMgOC4zMjkyNiA4IDguMzI5MjZDOS4xMDQ1NyA4LjMyOTI2IDEwIDkuMjI0NjkgMTAgMTAuMzI5M1oiIGZpbGw9IiNGRkFDMEMiLz4KPC9zdmc+Cg==);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: left center;
}





.fancybox-bg {
    background: rgba(0, 0, 0, .7)
}

.fancybox-close-small:hover:after {
    background-color: #fff !important;
    color: #1a1a1a
}

.fancybox-is-open .fancybox-bg {
    opacity: 1 !important
}

.fancybox-button {
    background: none;
    color: #c6c6c6
}

.fancybox-button:link,
.fancybox-button:visited {
    color: #c6c6c6
}

.fancybox-button:focus,
.fancybox-button:hover {
    color: hsla(0, 0%, 78%, .8)
}

.map {
    min-height: 17.5rem
}

@media only screen and (min-width:768px) {
    .map {
        height: 100%
    }
}

.map-gs {
    top: auto !important;
    bottom: .65rem !important
}

.map .map-helper {
    line-height: 1.5;
    padding: .5rem;
    color: #1a1a1a;
    max-width: 15rem
}

.map .map-helper__title {
    font-weight: 700;
    color: inherit;
    margin-bottom: .5rem
}

[data-scr] {
    cursor: pointer
}

.network {
    display: inline-block;
    font-size: 0
}

.network__title {
    display: block;
    font: .6rem/1.4 helvetica_neue, sans-serif;
    text-align: left
}

.network__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0
}

.network__item {
    margin: 0;
    list-style-type: none;
    text-align: center;
    cursor: pointer;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 1.5rem;
    height: 1.5rem
}

.network__item_primary .network__icon {
    fill: #ffac0c
}

.network__item_primary:hover .network__icon {
    fill: #fca600
}

.network__item_xlg {
    width: 1.1rem;
    height: 1.1rem
}

.network__item_xlg.network__item_primary {
    width: 2.5rem;
    height: 2.5rem
}

.network__item_xlg .network__icon {
    width: 1.1rem;
    height: 1.1rem
}

.network__item:not(:last-child) {
    margin-right: .5rem
}

.network__icon {
    display: inline-block;
    vertical-align: middle;
    width: 1rem;
    height: 1rem;
    fill: #ffac0c;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.icon,
.network__icon {
    -webkit-transition: all .3s;
    transition: all .3s
}

.icon {
    width: .8rem;
    height: .8rem;
    fill: #1a1a1a
}

.icon_xs {
    width: .6rem;
    height: .6rem
}

.icon_sm {
    width: .7rem;
    height: .7rem
}

.icon_lg {
    width: 1.2rem;
    height: 1.2rem
}

.icon_xlg {
    width: 1.6rem;
    height: 1.6rem
}

.icon_xxlg {
    width: 3.2rem;
    height: 3.2rem
}

.icon_primary,
.icon_second {
    fill: #ffac0c
}

.icon_light {
    fill: #fff
}

.icon_transparent {
    fill: hsla(0, 0%, 100%, .2)
}

.icon_rotate {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media only screen and (min-width:1140px) {
    [data-animation] {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(10%);
        transform: translateY(10%);
        -webkit-transition: opacity .6s, -webkit-transform .6s;
        transition: opacity .6s, -webkit-transform .6s;
        transition: opacity .6s, transform .6s;
        transition: opacity .6s, transform .6s, -webkit-transform .6s;
        -webkit-transition-timing-function: cubic-bezier(.64, .01, .58, .99);
        transition-timing-function: cubic-bezier(.64, .01, .58, .99)
    }
    [data-animation].is-visible {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.slider {
    font-size: 0
}

@media only screen and (min-width:768px) {
    .slider_vh img {
        height: 33.5rem;
        max-width: none
    }
}

.slider__item_shadow {
    position: relative
}

.slider__item_shadow:after,
.slider__item_shadow:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.slider__item_shadow:before {
    bottom: 60%;
    background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#023161));
    background: -webkit-linear-gradient(bottom, transparent, #023161);
    background: linear-gradient(0deg, transparent 0, #023161)
}

.slider__item_shadow:after {
    top: 65%;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#131313));
    background: -webkit-linear-gradient(top, transparent, #131313);
    background: linear-gradient(180deg, transparent 0, #131313)
}

.selectric {
    border: 1px solid transparent;
    border-radius: 0;
    background: none;
    position: relative;
    overflow: hidden;
    height: 100%;
    -webkit-transition: border-color .3s;
    transition: border-color .3s
}

.selectric .label {
    font: 700 .6rem/1 helvetica_neue, sans-serif;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 1.5rem 0 .75rem;
    line-height: inherit;
    height: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.selectric .button {
    text-indent: -9999px;
    display: block;
    width: .3rem;
    height: .3rem;
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -.2rem;
    border: 2px solid #ffac0c;
    border-top: 0;
    border-left: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.selectric-wrapper {
    position: relative;
    cursor: pointer;
    height: 100%
}

.selectric-responsive {
    width: 100%
}

.selectric-open .selectric-items {
    display: block;
    z-index: 9999
}

.selectric-open .selectric .button {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    margin-top: -.1rem
}

.selectric-disabled {
    filter: alpha(opacity=50);
    opacity: .5;
    cursor: no-drop;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0
}

.selectric-hide-select select {
    position: absolute;
    left: -100%
}

.selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10
}

.selectric-hide-select.selectric-is-native select {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    z-index: 1;
    box-sizing: border-box;
    opacity: 0
}

.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    *font: 0/0 a !important;
    background: none !important
}

.selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important
}

.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 1rem 1.5rem rgba(26, 26, 26, .05);
    margin: .25rem 0 0;
    padding: .75rem 0;
    z-index: -1
}

.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto
}

.selectric-items li,
.selectric-items ul {
    font: 700 .6rem/1 helvetica_neue, sans-serif;
    list-style: none;
    padding: 0;
    margin: 0
}

.selectric-items li {
    display: block;
    padding: .35rem .75rem;
    cursor: pointer;
    -webkit-transition: color .3s;
    transition: color .3s
}

.selectric-items li.highlighted,
.selectric-items li.selected,
.selectric-items li:hover {
    color: #ffac0c
}

.selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: .5;
    cursor: no-drop !important;
    background: none !important;
    color: #c6c6c6 !important
}

.selectric-items .disabled,
.selectric-items .selectric-group .selectric-group-label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.selectric-items .selectric-group .selectric-group-label {
    font-weight: 700;
    padding-left: 1rem;
    cursor: default;
    background: none;
    color: #1a1a1a
}

.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1
}

.selectric-items .selectric-group li {
    padding-left: 1rem
}

.selectric-above .selectric-items {
    top: auto;
    bottom: 100%
}

.selectric-ui-input__text_underline .selectric {
    border-bottom: 1px solid #fff
}

.selectric-ui-input__text_underline .label {
    margin-left: 0
}

.selectric-ui-input__text_underline .button {
    right: .15rem
}

.irs {
    width: 100%
}

.irs.irs--round {
    height: .75rem
}

.irs.irs--round .irs-line {
    background-color: rgba(26, 26, 26, .15);
    height: 2px;
    top: .375rem
}

.irs.irs--round .irs-bar {
    background-color: #ffac0c;
    height: 2px;
    top: .375rem
}

.irs.irs--round .irs-handle {
    background-color: #ffac0c !important;
    width: .75rem;
    height: .75rem;
    top: 0;
    border: 0;
    box-shadow: none;
    cursor: pointer
}

.irs.irs--round .irs-handle:hover {
    background-color: #fca600 !important
}

.animation-rotate {
    -webkit-animation: d 1s linear infinite;
    animation: d 1s linear infinite
}

@-webkit-keyframes d {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes d {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

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

::-webkit-scrollbar-track {
    background: #f6f6f6
}

::-webkit-scrollbar-thumb {
    background: #ffac0c
}

::-webkit-scrollbar-thumb:hover {
    background: #ffb11b
}

[data-simplebar] {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit
}

.simplebar-mask {
    direction: inherit;
    overflow: hidden;
    width: auto !important;
    height: auto !important;
    z-index: 0
}

.simplebar-mask,
.simplebar-offset {
    position: absolute;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    -webkit-overflow-scrolling: touch
}

.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    visibility: visible;
    overflow: auto;
    max-width: 100%;
    max-height: 100%
}

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

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: inherit;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    z-index: -1
}

.simplebar-height-auto-observer,
.simplebar-track {
    position: absolute;
    overflow: hidden;
    pointer-events: none
}

.simplebar-track {
    z-index: 1;
    right: 0;
    bottom: 0
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all
}

.simplebar-scrollbar {
    position: absolute;
    right: 2px;
    width: 7px;
    min-height: 10px
}

.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: #000;
    border-radius: 7px;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
    opacity: .5;
    -webkit-transition: opacity 0s linear;
    transition: opacity 0s linear
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll
}

.hs-dummy-scrollbar-size,
.rmodal {
    position: fixed;
    opacity: 0;
    visibility: hidden
}

.rmodal {
    background: #fff;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 98;
    -webkit-transform: translate(100%);
    transform: translate(100%);
    -webkit-transition: all .3s;
    transition: all .3s
}

@media only screen and (min-width:768px) {
    .rmodal {
        width: 45%
    }
}

@media only screen and (min-width:1140px) {
    .rmodal {
        display: none
    }
}

.rmodal__inner {
    padding: 4rem;
    height: 100%
}

.rmodal__inner .menu,
.rmodal__inner .menu__list {
    height: 100%
}

.rmodal__inner .menu__link {
    font-size: .9rem;
    font-weight: 900
}

@media only screen and (min-width:768px) {
    .rmodal__inner .menu__link {
        font-size: 1.2rem
    }
}

.rmodal.is-active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0);
    transform: translate(0)
}

.footer {
    background-color: transparent;
    color: #1a1a1a;
    font-size: .6rem;
    padding-top: 1.2rem
}

@media only screen and (min-width:768px) {
    .footer {
        padding-bottom: 1.2rem
    }
}

@media only screen and (max-width:767px) {
    .footer__item {
        margin-bottom: 1rem
    }
}

@media only screen and (max-width:767px) {
    .footer__item .social__title {
        text-align: center
    }
}

@media only screen and (min-width:768px) {
    .footer__item .social__title {
        margin-top: .5rem
    }
}

.dev {
    background-color: #f6f6f6;
    font-size: .6rem;
    text-align: center;
    padding: .5rem 0
}

.prozent {
	color: #ffac0c;
	line-height: 1.4;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 0 0.75rem;
    max-width: 32.5rem;
    text-align: left;
}