@charset "UTF-8";


.svg-fb-dims {
    width: 512px;
    height: 512px
}

.svg-in-dims {
    width: 169.063px;
    height: 169.063px
}

.svg-vk-dims {
    width: 304.36px;
    height: 304.36px
}

.svg-yt-dims {
    width: 310px;
    height: 310px
}

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,
footer_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,
footer_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 1.07143rem;
    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 {
        padding: 0 1.875rem;
        max-width: 992px
    }
}

@media only screen and (min-width:1170px) {
    .container {
        padding: 0 1.07143rem;
        max-width: 1170px
    }
}

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

.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: -1.07143rem;
    margin-left: -1.07143rem
}

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

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

.col_reverse,
.row_reverse {
    -webkit-box-direction: reverse
}

.col_reverse {
    -webkit-box-orient: vertical;
    -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: 1.07143rem;
    padding-left: 1.07143rem;
    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: 1.07143rem;
        padding-left: 1.07143rem;
        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: 1.07143rem;
        padding-left: 1.07143rem;
        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:1170px) {
    .container {
        width: 71rem
    }
    .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: 1.07143rem;
        padding-left: 1.07143rem;
        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:1550px) {
    .container {
        width: 97.5rem
    }
    .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: 1.07143rem;
        padding-left: 1.07143rem;
        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: 12px;
    width: 100%;
    height: 100%;
    min-width: 320px;
    min-height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
	scroll-behavior: smooth;
}

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

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

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

a,
body {
    color: #ffffff
}

a:hover {
    text-decoration: none
}




em {
    font-style: italic
}

b,
strong {
    font-weight: 700
}

small {
    font-size: .85714rem
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font: 1rem/1.2 'Roboto Slab'
}

h1 {
    font-size: 4.5em
}

h2 {
    font-size: 3em
}

h3 {
    font-size: 1.5em
}

h4 {
    font-size: 1.2em
}

h5 {
    font-size: 1em
}

h6 {
    font-size: 1em
}

img {
    max-width: 100%
}

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

h1 {
    margin: 0 0 2.85714rem
}

@media only screen and (min-width:768px) {
    h1 {
        margin: 0 0 4.28571rem
    }
}

@media only screen and (max-width:767px) {
    h1 {
        font-size: 2.57143rem
    }
}

h2 {
    margin: 0 0 2.85714rem
}

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

@media only screen and (min-width:768px) {
    h2 {
        margin: 0 0 2.85714rem
    }
}

h3 {
    margin: 0 0 1.42857rem
}

@media only screen and (max-width:767px) {
    h3 {
        font-size: 1.71429rem
    }
}

h4 {
    margin: 0 0 .71429rem
}

blockquote {
    font-style: italic;
    margin: 3.57143em 0;
    padding-left: 2.14286em;
    border-left: 1px solid #f10130
}

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

ol li,
ul li {
    /* margin-bottom: 1.42857em; */
}

ol {
    list-style-type: decimal
}

ol,
ul {
    padding: 0 0 0 2.85714rem;
    /* margin: 0 0 1.78571em; */
}

ul {
    list-style-type: disc
}

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

.notice a {
    color: #fff
}

.notice_warning {
    background: #b30000;
    color: #fff
}

.notice_success {
    background-color: #8ac75a;
    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: 'Roboto Slab', 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 */

    position: absolute;
    top: 50%;
    width: 34px;
    height: 34px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-color:rgb(255 255 255);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%; /* Adjust size to fit within the circle */
}

.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' width='94' height='94' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23D10515'/%3E%3C/svg%3E");
    left: 28px;
    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' width='94' height='94' 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='%23D10515'/%3E%3C/svg%3E");
    right: 28px;
    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
}

.card-member-2{align-items:flex-end;/* background-color:#e0f1f4; *//* border:3px solid #fff; */border-radius:16px;/* box-shadow:9px 11px 23px 0 rgba(6,61,79,.12); */display:flex;height: 346px;overflow:hidden;width:100%}.card-member-2,.card-member-2 .card-image{position:relative}.card-member-2 .card-image img{display:block}
/* .box-button-slider-bottom{padding-top:30px;position:relative;text-align:center} */

.card-image img {
    width: 100%;
    height: auto;
}

.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: -6px;
    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: #f2f3f5
}

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

.form_shadow {
    font-size: 1.14286rem;
    padding: 2.14286rem 1.07143rem;
    border-radius: .5rem;
    box-shadow: 0 .71429rem 2.85714rem rgba(0, 0, 0, .1)
}

@media only screen and (min-width:768px) {
    .form_shadow {
        padding: 3.57143rem
    }
}

@media only screen and (min-width:992px) {
    .form_shadow {
        padding: 5.71429rem
    }
}

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

@media only screen and (max-width:1169px) {
    .form__item .btn_frame {
        width: calc(100% - 1.42857rem)
    }
}

.form__label {
    color: #aaa;
    font-size: .85714em;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
    padding: 0 0 1.42857rem 1.07143rem
}

.form__terms {
    font-size: 14px;
    line-height: 1.2;
    color: #ccc
}

.form__terms a {
    color: #ccc!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: 1.42857rem 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: .71429rem
    }
}

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

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

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

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

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

@media only screen and (min-width:1170px) {
    .form-toggle {
        margin-bottom: 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: .71429rem
    }

    .card-member-2 {
        height: 205px;
        overflow: hidden;
        width: 100%;
    }
}

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

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

.form-toggle__link.is-active,
.form-toggle__link:hover {
    color: #36394c;
    border-color: #f10130
}

.ui-input {
    font-size: 0;
    position: relative;
    height: 4.28571rem
}

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

.ui-input_text {
    height: auto
}

.ui-input_sm {
    font-size: .85714rem;
    height: 3.57143rem
}

.ui-input_lg {
    height: 5.42857rem
}

.ui-input_xlg {
    height: 7.14286rem
}

.ui-input__text {
    background: #fff;
    font: 18px 'Roboto Slab';
    width: 100%;
    height: 100%;
    line-height: 100%;
    min-width: 14.28571rem;
    padding: 0 2.14286rem;
    border-radius: .57143rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    outline: none;
    border: 1px solid #f10130;
    -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: #e5e5e7;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.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: #b30000
}

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

.ui-input__text_outline {
    background: none;
    border-color: #f10130
}

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

.ui-input__text_sm {
    font-size: .85714rem;
    line-height: 3.71429rem;
    height: 3.57143rem;
    min-width: 0
}

.ui-input__text_lg {
    line-height: 5.57143rem;
    height: 5.42857rem
}

.ui-input__text_xlg {
    line-height: 7.28571rem;
    height: 7.14286rem
}

.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: 2.5rem;
    min-height: 10.71429rem;
    resize: none
}

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

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

.ui-input__text_select {
    cursor: pointer
}

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

.ui-input__label {
    color: #f10130;
    font-size: .71429rem;
    font-weight: 700;
    line-height: 1;
    padding: 0 .71429rem;
    position: absolute;
    top: 0;
    left: 2.14286rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    letter-spacing: .25em;
    text-transform: uppercase;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 10
}

.ui-input__label:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    left: 0;
    height: 1px;
    background: #fff;
    z-index: -1
}

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

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

.label {
    font-weight: 700
}

.ui-select {
    background: #e4e4e4;
    color: #36394c;
    font: 1rem modelica, sans-serif;
    height: 4.28571rem;
    line-height: 4.28571rem;
    border-radius: 0;
    padding: 0 1.78571rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    outline: none;
    border: 1px solid transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer
}

@media only screen and (max-width:767px) {
    .ui-select {
        width: 100%
    }
}

@media only screen and (min-width:768px) {
    .ui-select {
        min-width: 15.714em
    }
}

.ui-select_radius {
    border-radius: 100px
}

.ui-select_outline {
    background: none;
    border-color: #ccc
}

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

.ui-select_sm {
    font-size: .85714rem;
    line-height: 3.71429rem;
    height: 3.57143rem;
    min-width: 0
}

.ui-select_lg {
    line-height: 5.57143rem;
    height: 5.42857rem
}

.ui-select_xlg {
    line-height: 7.28571rem;
    height: 7.14286rem
}

.ui-select-wrap {
    display: inline-block;
    position: relative
}

.ui-select-wrap:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 2.1875rem;
    width: .71429rem;
    height: .71429rem;
    border: 1px solid #bfbdbd;
    border-top: 0;
    border-left: 0;
    -webkit-transform: rotate(45deg) translateY(-90%);
    transform: rotate(45deg) translateY(-90%)
}

.input {
    background: #e4e4e4;
    color: #36394c;
    font: 400 16px modelica, sans-serif;
    width: 100%;
    height: 4.28571rem;
    line-height: 4.35714rem;
    min-width: 14.28571rem;
    border-radius: 0;
    padding: 0 2.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    outline: none;
    border: 1px solid transparent;
    -webkit-transition: all .3s;
    transition: all .3s
}

.input:disabled,
.input:disabled:active,
.input:disabled:hover,
.input_disabled,
.input_disabled:active,
.input_disabled:hover {
    opacity: .8;
    background: #f5f5f5;
    border-color: #f5f5f5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.input.error,
.input:focus:invalid,
.input:focus:required:invalid,
.input_error,
.input_required {
    border-color: #b30000
}

.input_text {
    height: 10.71429rem;
    line-height: 1.4;
    padding-top: 1.42857rem;
    padding-bottom: 1.42857rem
}

.input_radius {
    border-radius: 100px
}

.input_radius.input_text {
    border-radius: 2.14286rem
}

.input_outline {
    background: none;
    border-color: #f10130
}

.input_underline {
    background: none;
    border: 0;
    border-bottom: 1px solid #17181e;
    border-radius: 0!important;
    padding-left: 0
}

.input_sm {
    font-size: .85714rem;
    line-height: 3.71429rem;
    height: 3.57143rem;
    min-width: 0
}

.input_lg {
    line-height: 5.57143rem;
    height: 5.42857rem
}

.input_xlg {
    line-height: 7.28571rem;
    height: 7.14286rem
}

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

.checkbox input[type=checkbox]:hover+label:before {
    border-color: #f10130
}

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

.checkbox label {
    line-height: 1.2;
    cursor: pointer;
    padding-left: 2.14286rem;
    display: inline-block;
    position: relative;
    color: #35384b;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.checkbox label a {
    color: #35384b
}

.checkbox label:before {
    content: "";
    width: 1.07143rem;
    height: 1.07143rem;
    background-color: #fff;
    border: 1px solid #e5e5e7;
    border-radius: .21429rem;
    -webkit-transition: border .3s;
    transition: border .3s
}

.checkbox label:after,
.checkbox label:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0
}

.checkbox label:after {
    content: "";
    width: .57143rem;
    height: .35714rem;
    left: .42857rem;
    border: 2px solid #f10130;
    border-top: 0;
    border-right: 0;
    -webkit-transform: rotate(-45deg) translate(.57143rem, -.57143rem);
    transform: rotate(-45deg) translate(.57143rem, -.57143rem);
    opacity: 0;
    visibility: hidden
}

.checkbox label:after,
.select {
    -webkit-transition: all .3s;
    transition: all .3s
}

.select {
    background: #e4e4e4;
    color: #36394c;
    font: 16px modelica, sans-serif;
    height: 4.28571rem;
    width: 100%;
    line-height: 4.28571rem;
    border-radius: 0;
    padding: 0 2.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    outline: none;
    border: 1px solid transparent;
    cursor: pointer
}

@media only screen and (min-width:768px) {
    .select {
        min-width: 14.28571rem
    }
}

.select_radius {
    border-radius: 100px
}

.select_outline {
    background: none;
    border-color: #ccc
}

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

.select_sm {
    font-size: .85714rem;
    line-height: 3.71429rem;
    height: 3.57143rem;
    min-width: 0
}

.select_lg {
    line-height: 5.57143rem;
    height: 5.42857rem
}

.select_xlg {
    line-height: 7.28571rem;
    height: 7.14286rem
}

.select-wrap {
    position: relative
}

.select-wrap:after {
    content: "";
    position: absolute;
    top: 45%;
    right: 1.78571rem;
    border: .57143rem solid transparent;
    border-top: .57143rem solid #a21274
}

.file__input {
    display: none
}

.file__label {
    display: inline-block;
    padding-left: 4.28571rem;
    position: relative;
    color: #f10130;
    cursor: pointer;
    text-decoration: underline;
    line-height: 1.85714rem
}

.file__label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 1.07143rem;
    background: url(../images/icon-file.png) no-repeat;
    background-size: cover;
    width: 1.5rem;
    height: 1.85714rem
}

.file__label:hover {
    text-decoration: none
}

.file__return {
    font-size: 1rem;
    margin-left: .71429rem
}

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

::-webkit-input-placeholder {
    color: #36394c
}

:-moz-placeholder,
::-moz-placeholder {
    color: #36394c
}

:-ms-input-placeholder {
    color: #36394c
}

.btn-wrap {
    padding: 2.14286rem 0
}

@media only screen and (min-width:768px) {
    .btn-wrap {
        padding: 3.57143rem 0
    }
}

.btn,
.btn-wrap_center {
    text-align: center
}
.format-card .btn {
    font: 700 14px / 1 modelica, sans-serif;
    background-color: #e4e4e4;
    border: 0;
    border-radius: .71429rem;
    color: #ffffff;
    padding: 0 2rem;
    height: 3rem;
    line-height: 3rem;
    max-width: 200px;
    vertical-align: top;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    margin: 20px;
    -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
}
.btn {
    font: 700 14px/1 modelica, sans-serif;
    background-color: #e4e4e4;
    border: 0;
    border-radius: .71429rem;
    color: #36394c;
    padding: 0 2.14286rem;
    height: 4.28571rem;
    line-height: 4.28571rem;
    min-width: 12.85714rem;
    vertical-align: top;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    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
}

.btn-more {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    color: #fff;
    text-decoration: none;
    padding: 8px 20px;
    font-size: 13px;
    font-weight: 700;
    background: linear-gradient(16deg, rgb(209 5 21) 0%, rgb(209 5 21) 54%, rgba(242, 189, 26, 1) 100%);
    transition: all 0.2s;
}

@media only screen and (max-width:767px) {
    .btn {
        font-size: 1.14286rem!important;
        width: 100%
    }
    .btn_side-xs {
        width: calc(100% - 2.14286rem)
    }
}

@media only screen and (max-width:992px) {
    .btn {
        padding: 0 1.42857rem
    }
}

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

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

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

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

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

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

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

.btn_primary {
    position: relative;
    overflow: hidden
}

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

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

.btn_primary,
.btn_primary:active,
.btn_primary:hover {background: rgb(230,63,36);background: linear-gradient(16deg, rgb(209 5 21) 0%, rgb(209 5 21) 54%, rgba(242, 189, 26, 1) 100%);color:#fff;border-bottom: .35714rem solid #840403;box-shadow: inset 0 0 3px 0 #f7d37d;-webkit-transition: all .15s ease;transition: all .15s ease}

.btn_primary:hover {
    background-position: 100% -50%;
    -webkit-transform: translateY(.14286rem);
    transform: translateY(.14286rem);
    box-shadow: inset 0 0 1.07143rem 0 #f7d37d
}

.btn_primary:active {
    background-position: 100% -100%
}

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

.btn_second:hover {
    background: #b0147e
}

.btn_second:active {
    background: #94106a
}

.btn_light,
.btn_light:active,
.btn_light:hover {
    color: #f10130;
    background: #fff;
    box-shadow: 0 0 16.07143rem hsla(0, 0%, 58%, .5)
}

.btn_light:hover {
    color: #36394c
}

.btn_light:active {
    color: #f10130
}

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

.btn_radius {
    border-radius: 100px
}

.btn_outline,
.btn_outline:active,
.btn_outline:hover {
    background: none;
    box-shadow: inset 0 0 0 1px #ccc;
    color: #f10130
}

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

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

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

.btn_outline:active {
    background: #5b5249;
    box-shadow: none;
    color: #fff
}

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

.btn_shadow.btn_primary {
    box-shadow: 0 .35714rem 1.78571rem 0 rgba(230, 165, 26, .65)
}

.btn_shadow.btn_second {
    box-shadow: 0 .35714rem 1.78571rem 0 rgba(162, 18, 116, .65)
}

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

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

.btn_gradient {
    background-color: #f10130;
    background-image: -webkit-gradient(linear, left top, right top, from(#f10130), color-stop(50%, #a21274), to(#a21274));
    background-image: -webkit-linear-gradient(left, #f10130, #a21274 50%, #a21274);
    background-image: linear-gradient(90deg, #f10130 0, #a21274 50%, #a21274);
    background-position: 0 0;
    background-size: 200% 200%;
    box-shadow: 0 .21429rem .5rem rgba(0, 0, 0, .3);
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.btn_gradient:active,
.btn_gradient:hover {
    background-position: 50% 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, .1)
}

.btn_frame {
    position: relative;
    min-width: 19.28571rem;
    margin: .71429rem
}

@media only screen and (max-width:767px) {
    .btn_frame {
        width: calc(100% + -1.42857rem)
    }
}

.btn_frame:before {
    content: "";
    position: absolute;
    top: -.71429rem;
    right: -.71429rem;
    bottom: -.71429rem;
    left: -.71429rem;
    border: 1px solid hsla(0, 0%, 60%, .25);
    border-radius: 3.57143rem;
    z-index: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.btn_frame:active:before,
.btn_frame:hover:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0
}

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

.btn_link:hover {
    color: #f10130
}

.btn_sm {
    font-size: 1rem;
    line-height: 3.71429rem;
    height: 3.57143rem;
    min-width: 0;
    padding: 0 2.14286rem;
    width: auto
}

.btn_lg {
    font-size: 16px;
    line-height: 5.57143rem;
    height: 5.42857rem;
    padding: 0 3.21429rem
}

@media only screen and (max-width:992px) {
    .btn_lg {
        padding: 0 2.14286rem
    }
}

.btn_xlg {
    font-size: 16px;
    line-height: 7.28571rem;
    height: 7.14286rem;
    padding: 0 3.92857rem
}

.btn_xlg i {
    width: 3.42857rem!important;
    height: 3.42857rem!important;
    border-width: 1.21429rem!important
}

.btn:disabled,
.btn:disabled:active,
.btn:disabled:hover,
.btn_disabled,
.btn_disabled:active,
.btn_disabled:hover {
    cursor: no-drop;
    background: #a4a4a4;
    color: hsla(0, 0%, 100%, .2);
    box-shadow: none;
    border: 0;
    -webkit-transform: translate(0);
    transform: translate(0)
}

.btn_success,
.btn_success:active,
.btn_success:disabled,
.btn_success:disabled:active,
.btn_success:disabled:hover,
.btn_success:hover {
    color: #fff;
    background: #8ac75a;
    cursor: default;
    border: 0;
    -webkit-transform: translate(0);
    transform: translate(0)
}

.link {
    font-weight: 400;
    border-bottom: 1px solid rgba(230, 165, 26, .3);
    text-decoration: none;
    cursor: pointer
}

.link:hover {
    border-color: transparent
}

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

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

.link_second {
    color: #a21274;
    border-color: rgba(162, 18, 116, .15)
}

.link_lg,
.link_xlg {
    font-size: 1.71429rem
}

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

.burger:after,
.burger:before {
    content: "";
    display: inline-block;
    background: #f10130;
    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 {
    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
    }
}

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

.visible {
    display: none
}

@media only screen and (max-width:1169px) {
    .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
    }
}

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

.no-margin {
    margin: 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
    }
}

.block-right {
    margin-left: auto
}

.block-left {
    margin-right: auto
}

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

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

.header__logo {
    display: inline-block;
    vertical-align: middle;
    /* background: url(../images/podlogo.png) bottom no-repeat; */
    font-size: 0;
    width: 8.57143rem;
    height: 8.57143rem;
    text-align: center;
    /* padding-top: 1.78571rem; */
}

@media only screen and (min-width:768px) {
    .header__logo {
        width: 100%;
        /* height: 200px; */
        padding-top: 2rem;
        /* margin-top: 15px; */
    }
}

.header__logo .logo {
    opacity: 1
}

.header__desc {
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    color: #840403;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    visibility: visible;
    -webkit-transition: all .3s;
    transition: all .3s;
	font-family: Roboto Slab;
}

@media only screen and (max-width:767px) {
    .header__desc {
        font-size: .85714rem;
        position: absolute;
        top: 100%;
        left: 1.07143rem;
        width: 150%;
        margin-top: 2.85714rem
    }
}

.header__mail {
    color: #aaa;
    font-size: 1rem
}

.header__mail,
.header__phone {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none
}

.header__phone {
    font: 1.28571rem/1.2 'Roboto Slab';
    -webkit-transition: color .3s;
    transition: color .3s
}

@media only screen and (min-width:768px) {
    .header__phone {

    font-size: 1.85714rem;
    position: absolute;
    right: 50px;
    top: 20px;
    color: #840403;
    font-size: 30px;

}

	ul.menu {
    height: 30px;
    color: #fff;
    font-size: 14px;
    list-style:none;
    font-family:Roboto Slab;
    /* padding:0px; */
    /* margin-top:12px; */
 }

	ul.menu li {float:left;display:block;margin-right:18px;}
	ul.menu li a{color: #000;font-size:18px;text-decoration:none}


}

.header__phone:hover {
    color: #f10130
}

.header__btn {
    display: inline-block;
    vertical-align: middle
}

.header__call {
    display: inline-block;
    width: 2.14286rem;
    height: 2.14286rem;
    padding: .07143rem
}

.header__call svg {
    fill: #f10130
}

.header_transparent {
    background: transparent
}

.header_transparent:not(.fixed) {
    color: #000000;
	background:url(../images/fbg.jpg) no-repeat center center;
	background-size:100% 100px;
}

.header .wood {
    background: url(../images/wood.png) center center;
    width: 100%;
    height: 80px;
    margin-bottom: -80px;
}

.header_transparent.fixed {
    background-color: #fff;
    position: fixed;
    box-shadow: 0 0 2.85714rem rgba(0, 0, 0, .05)
}

@media only screen and (max-width:767px) {
    .header_transparent.fixed .header__desc {
        opacity: 0;
        visibility: hidden
    }
}

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

.logo {
    display: inline-block;
    position: relative;
    background: url(../images/logo.png) no-repeat center center;
    background-size: contain;
    width: 14rem;
    height: 4rem;
    font: 900 1.85714rem/1 modelica, sans-serif;
    text-decoration: none!important;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-indent: -9999px
}

@media only screen and (min-width:768px) {
    .logo {
        width: 175px;
        /* height:130px; */
    }
}

.logo svg {
    fill: #fff
}

.phone {
    font: 1.85714rem/1 'Roboto Slab';
    text-decoration: none;
}

.phone_xlg {
    font-size: 2.28571rem
}

@media only screen and (min-width:768px) {
    .phone_xlg {
        font-size: 3.42857rem
    }
}

@media only screen and (min-width:1170px) {
    .phone_xlg {
        font-size: 3rem
    }
}

.phone_light {
    color: #fff
}

.nav {
    margin: 0
}

@media only screen and (max-width:767px) {
    .nav {
        position: absolute;
        z-index: 10;
        left: 50%;
        background: #36394c;
        padding: 1.78571rem 2.14286rem;
        margin-top: 1.42857rem;
        text-align: left;
        width: calc(50% - 1.07143rem);
        -webkit-transition: all .3s;
        transition: all .3s;
        -webkit-transform: translateY(1.42857rem);
        transform: translateY(1.42857rem);
        visibility: hidden;
        opacity: 0
    }
    .nav.is-visible {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        visibility: visible;
        opacity: 1
    }
}

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

.nav__list {
    position: fixed;
    top: 8.92857rem;
    right: 0;
    left: 0;
    padding: 2.14286rem 0;
    background: #fdfdfd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.nav__item {
    list-style-type: none;
    margin: 0;
    padding: 0
}

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

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

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

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

.nav__link {
    color: #aaa;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    -webkit-transition: color .3s;
    transition: color .3s
}

.nav__link:before {
    content: "";
    display: inline-block;
    height: 0;
    width: 100%;
    border-bottom: 1px solid transparent;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: .57143rem;
    -webkit-transition: all .3s;
    transition: all .3s
}

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

@media only screen and (max-width:767px) {
    .nav__link.is-active,
    .nav__link:hover {
        color: #aaa
    }
}

.nav__link.is-active:before,
.nav__link:hover:before {
    border-color: #f10130;
    background-color: #f10130
}

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

.main_page {
    padding-top: 8.92857rem
}

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

.image-container {
    position: absolute;
    right: -37%;
    top: 25%;
    transform: translate(-50%, -50%);
    width: 620px;
    display: table;
    box-sizing: border-box;
    z-index: 865;
}
.image-left {
    position: absolute;
    left: 11%;
    top: 24%;
    transform: translate(-50%, -50%);
    width: 620px;
    display: table;
    box-sizing: border-box;
    z-index: 865;
}
.image-container img {
    max-width: 100%;
    height: auto;
    opacity: 0.1;
}
.image-left img {
    max-width: 100%;
    height: auto;
}

.section {
    padding: 3.57143rem 0
}

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

.section_light {
    background-color: #fdfdfd
}

.section_dark {
    background-color: #f2f3f5;
    color: #fff;
    /* z-index: 2; */
}

.section_dark .input {
    color: #fff
}

.section_dark .input:focus,
.section_dark .input:focus:required {
    border-color: #fff
}

.section_dark_image {
    /* background: #1c1d23 url(../images/b_dark.jpg) top no-repeat; */
    background: #ffffff;
    background-size: cover
}



/*
section::before {
    content: "";
    position: absolute;
    right: 0%;
    bottom: -50px;
    background: url(../images/shadow.png) 50% no-repeat;
    background-size: auto;
    background-size: 100% 50px;
    width: 100%;
    height: 50px;
    max-height: 35.71429rem;
    z-index: 1;
} */



.format_section {

}

#formats #list5 {
    position: absolute;
    top: 36px;
    right: -258px;
    z-index: 2;
}

@media only screen and (max-width:767px) {
    .format_section {
        padding: 8.57143rem 0 10.71429rem
    }
}

@media only screen and (min-width:768px) {
    .format_section {
        padding: 12.85714rem 0 21.42857rem;
        min-height: 640px
    }
    .associaciya_section {

        background: url(../images/2.jpg) 50% no-repeat;

    }


    .section_light:after {
        content: "";
        position: absolute;
        right: -11.85714rem;
        bottom: -15.14286rem;
        background: url(../images/meet.webp) no-repeat;
        background-size: contain;
        width: 35rem;
        height: 31.28571rem;
        z-index: 20;
    }

}

@media only screen and (min-width:992px) {
    .format_section {
        min-height: 900px;
        max-height: 75.71429rem;
        padding: 8.57143rem 0;

    }
}





.section_intro {
    min-height: 550px;
    max-height: 1060px;
    z-index: 10;
    background-color: #27272f;
}

@media only screen and (max-width:767px) {
    .section_intro {
        padding: 8.57143rem 0 10.71429rem
    }
}

@media only screen and (min-width:768px) {
    .section_intro {
        padding: 12.85714rem 0 21.42857rem;
        min-height: 640px
    }
}

@media only screen and (min-width:992px) {
    .section_intro {
        min-height: 900px;
        max-height: 75.71429rem;
        padding: 8.57143rem 0;

    }
}

.section_intro:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: -1px;
    left: 0;
    z-index: -1;

    background: url(./images/bg.png) bottom no-repeat;
    background-size: cover
}

@media only screen and (min-width:768px) {
    .section_intro:after {
        background-position: right -20px bottom -28px;
        background-size: auto 94%
    }
}

.section_intro .container,
.section_intro .row {
    height: 100%
}

/* @media only screen and (min-width:768px) {
    .section_intro:before {
        content: "";
position: absolute;
right: 0%;
bottom: -50px;
background: url(../images/shadow.png) 50% no-repeat;
    background-size: auto;
background-size: 100% 50px;
width: 100%;
height: 50px;
max-height: 35.71429rem;
    }
} */

@media only screen and (min-width:768px) and (min-width:992px) {
    .section_intro .container:before {
        right: -20%;
        top: 110%
    }
}

@media only screen and (min-width:768px) and (min-width:1170px) {
    .section_intro .container:before {
        width: 65%;
        right: -20%;
        top: 85%
    }
}

.section_intro .scroll {
    display: inline-block;
    color: hsla(0, 0%, 100%, .3);
    font-size: 13px;
    font-weight: 900;
    padding-bottom: 2.14286rem;
    position: absolute;
    left: 50%;
    bottom: 5%;
    z-index: 10;
    cursor: pointer;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    -webkit-transition: color .3s;
    transition: color .3s
}

@media only screen and (min-width:768px) {
    .section_intro .scroll {
        bottom: 10%
    }
}

.section_intro .scroll:hover {
    color: #8e4889
}

.section_intro .scroll:hover:before {
    -webkit-transform: translate(-50%, 20%);
    transform: translate(-50%, 20%)
}

.section_intro .scroll:hover:after {
    -webkit-transform: translate(-50%, -20%);
    transform: translate(-50%, -20%)
}

.section_intro .scroll:after,
.section_intro .scroll:before {
    content: "";
    position: absolute;
    bottom: .35714rem;
    left: calc(50% - .42857rem);
    border: .57143rem solid transparent;
    border-top: .85714rem solid #8e4889;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 1;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
    -webkit-animation: d 2.5s infinite;
    animation: d 2.5s infinite
}

.section_intro .scroll:after {
    bottom: 0;
    border-top: .85714rem solid hsla(0, 0%, 100%, .15);
    z-index: 0;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

@-webkit-keyframes d {
    0% {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%)
    }
    50% {
        -webkit-transform: translateY(40%);
        transform: translateY(40%)
    }
    to {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%)
    }
}

@keyframes d {
    0% {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%)
    }
    50% {
        -webkit-transform: translateY(40%);
        transform: translateY(40%)
    }
    to {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%)
    }
}

.section .intro__header {
    margin: 3.57143rem 0 2.14286rem
}

@media only screen and (max-width:767px) {
    .section .intro__header {
        padding: 0 1.07143rem;
    }
}

@media only screen and (min-width:768px) {
    .section .intro__header {
        margin: 20px;
    }
}

.section .intro__header .title {
    margin: 0;
    line-height: 1;
	color:#fff
}

@media only screen and (max-width:992px) {
    .section .intro__header .title {
        font-size: 4rem
    }
}

@media only screen and (max-width:767px) {
    .section .intro__header .title {
        font-size: 2.28571rem
    }
}

.section .intro__pre {
    display: inline-block;
    font-family: 'Roboto Slab';
    font-size: 2.28571rem;
    line-height: 2;
    /* text-transform: uppercase; */
    /* letter-spacing: 0.25em; */
    margin-bottom: 3.42857rem;
    color: #fff;
}

.section .intro__pre i {
    color: #000000;
    font-weight: 800;
    font-size: 33px;
    background: url(../images/s_pre_num.png) 50% no-repeat;
    background-size: contain;
    display: inline-block;
    padding: 0 1.81429rem 0.28571rem 2.07143rem;
}

.section .intro__desc {
    margin-bottom: 2.85714rem;
	color:#fff
}

.section .intro__desc p:last-child {
    margin-bottom: 0
}

.section .intro__link {
    color: #fff;
    display: inline-block;
    margin-top: .71429rem
}

.section .intro__link:before {
    content: "";
    border-bottom: 2px solid #f10130;
    display: inline-block;
    vertical-align: middle;
    width: 1.78571rem;
    margin-right: 1.42857rem;
    margin-top: -2px;
    -webkit-transition: width .3s;
    transition: width .3s
}

.section .intro__link:hover:before {
    width: 2.14286rem
}

.section__more {
    margin-top: 4.64286rem;
    text-align: center
}

.section_other {
    padding-top: 0
}

#about .turkey {
    display: inline-block;
    position: absolute;
    right: -167px;
    top: 749px;
}

/* .section_warum {
    z-index: 9;
    background: url(../images/1-.jpg) 50% no-repeat;
} */

@media only screen and (min-width:768px) {

}


/*.section_consult:before,
.section_reviews:before {
    content: "";
    max-width: 61.42857rem;
    height: 1px;
    width: 100%;
    margin: auto;
    background: #e7e7e9;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #e7e7e9), to(transparent));
    background: -webkit-linear-gradient(left, transparent, #e7e7e9 50%, transparent);
    background: linear-gradient(90deg, transparent 0, #e7e7e9 50%, transparent);
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}*/

.section_consult {
    background: #1c1d23 url(../images/b_consult.jpg) 50% no-repeat;
    background-size: contain
}

.section_consult:before {
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, hsla(240, 4%, 91%, .1)), to(transparent));
    background: -webkit-linear-gradient(left, transparent, hsla(240, 4%, 91%, .1) 50%, transparent);
    background: linear-gradient(90deg, transparent 0, hsla(240, 4%, 91%, .1) 50%, transparent)
}

.section_contact {
    /* background: #1c1d23 url(../images/b_dark.jpg) top ; */
    background-size:cover;
    padding-top: 5rem
}

.section_format {
    padding-bottom: 0
}

.section_format .container {
    overflow: hidden
}

.section_format:after {
   /* content: "";
    background-image: url(../images/b_format_after.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 5rem;
    max-height: 12.14286rem;
    z-index: 5*/
}

@media only screen and (min-width:768px) {
    .section_format:after {
        height: 100%
    }
}

.section_anchor {
    background: url(../images/b_anchor.jpg) bottom no-repeat;
    padding-bottom: 12.85714rem
}

@media only screen and (max-width:1550px) {
    .section_anchor {
        background-size: contain
    }
}

.section_reason {
    padding-bottom: 12.85714rem
}

@media only screen and (min-width:768px) {
    .section_reason {
        padding-bottom: 21.42857rem
    }
}

.section_reason:before {
    content: "";
    background: url(../images/b_after_white.png) bottom no-repeat;
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 11.42857rem;
    z-index: 10
}

@media only screen and (min-width:768px) {
    .section_reason:after {
        content: "";
        background: url(../images/b_soup.png) 50% no-repeat;
        background-size: contain;
        display: inline-block;
        width: 39.28571rem;
        height: 37.85714rem;
        position: absolute;
        bottom: -4.28571rem;
        left: calc(50% + 10.71429rem);
        z-index: 15
    }
}

.section__header {
    margin-bottom: 2.85714rem
}

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

.section__header .title {
    margin: 0
}

.section__header .title+.desc {
    margin-top: 1.07143rem;
	color:#fefefe
}

.section__header .desc {
    margin: 0;
    color: #8e8e90
}

.section__buttons {
    margin: 3.57143rem 0 2.85714rem
}

.container_fluid {
    margin: 0 auto
}

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

.title span {
    color: #840403
}

.title span.bac {
    color: #f10130;
}

@media only screen and (max-width:767px) {
    .section .intro__pre {
        line-height: 1.2;
    }
    .text {
        padding: 0 1.42857rem
    }
}

.text_sm {
    font-size: 1rem
}

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

.text span {
    color: #ffffff;
}

.lp-format {
    /* background: #ffffff; */
/* background: linear-gradient(16deg, #e63f24 0%, #eb7421 54%, #f2bd1a 100%); */
    /* border-radius: .57143rem; */
    padding: 0 2.85714rem 5.71429rem;
    position: relative
}
/*
@media only screen and (min-width:768px) {
    .lp-format {
        padding: 6.42857rem 6.42857rem 14.28571rem
    }
}

@media only screen and (min-width:992px) {
    .lp-format {
        padding: 5rem 9.28571rem 5rem;
    }
}

@media only screen and (min-width:768px) {
    .lp-format_bg-1 {
        background-image: url(../images/kit1.jpg)
    }
}

@media only screen and (min-width:768px) {
    .lp-format_bg-2 {
        background-image: url(../images/kit2.jpg)
    }
} */
/*
.lp-format:after {
    content: "";
    position: absolute;
    top: 1.42857rem;
    right: 1.42857rem;
    bottom: 1.42857rem;
    left: 1.42857rem;
    border: 1px solid #2f3037;
    border-radius: .28571rem
} */

.lp-format__title {
    font-size: 1.21429rem;
    /* letter-spacing: .15em;
    text-transform: uppercase */
}

/* .lp-format__title:after {
    content: "";
    display: block;
    background-color: #313238;
    height: 1px;
    width: 5rem;
    margin: 2.14286rem 0 2.85714rem
} */

.lp-format-value {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    /*max-width: 41.07143rem*/
}

.lp-format-value__item {
    margin-bottom: 1.42857rem;
    width: 100%
}

@media only screen and (min-width:768px) {
    .lp-format-value__item {
        margin-bottom: 1.64286rem;
    }
}

@media only screen and (min-width:992px) {
    .lp-format-value__item {
        width: 100%;
        /* margin-bottom: 4.28571rem */
    }
}

.lp-format-value__label {
    color: #f10130;
    font-size: 1.71429rem;
    font-weight: 600;
    /* line-height: 1;
    text-transform: uppercase;
    letter-spacing: .2em */
}

.lp-format-value__content {
    font-family: 'Roboto Slab';
    font-size: 1.54286rem;
    line-height: 1
}

.lp-format-value__content span {
    color: #f10130;
    font-size: 1.54286rem;
}

.lp-format-tooltip {
    display: flex;
    flex-direction: column;
    gap: 10px; /* Space between the strips */
}

/* .lp-format-tooltip-item {
    font-size: 0;
    display: inline-block;
    position: absolute;
    bottom: 15%;
    left: 15%;
    z-index: 10
} */

.lp-format-tooltip-item {
    display: flex;
    align-items: center;
    background-color: #f10130;
    border-radius: 30px;
    padding: 10px;
    color: white;
    width: 281px;

}

.icon-img {
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.icon-img img {
    width: 24px;
    height: 24px;
}

.tooltip-title {
    font-size: 16px;
    font-weight: bold;
}

.lp-format_padding {
    padding-top: 150px;
}

.lp-format-tooltip-item:nth-child(2) {
    /* top: 45%; */
    left: 25%
}

.lp-format-tooltip-item:nth-child(3) {
    /* top: 60%; */
    left: 35%
}

.lp-format-tooltip-item:nth-child(4) {
    /* top: 63%; */
    left: 45%
}

.lp-format-tooltip-item:nth-child(5) {
    /* top: 63%; */
    left: 55%
}

.lp-format-tooltip-item:nth-child(6) {
    /* top: 63%; */
    left: 65%
}

.lp-format-tooltip-item:nth-child(7) {
    /* top: 63%; */
    left: 75%
}

/* .lp-format-tooltip-item:nth-child(8) {

    left: 85%
} */


/* .lp-format-tooltip-item {
    display: inline-block;
    border: 0;
    border-radius: 15px;
    width: 15.71429rem;
    height: 2.71429rem;
   background: #e63f24;
background: linear-gradient(16deg, #e63f24 0%, #eb7421 54%, #f2bd1a 100%);
    box-shadow: inset 0 0 .92857rem 0 #f10130;
    cursor: pointer;
    z-index: 10
} */



/* .lp-format-tooltip-item:after {
    content: "";
    display: inline-block;
    background: #e63f24;
    background: linear-gradient(16deg, #e63f24 0%, #eb7421 54%, #f2bd1a 100%);
    border-radius: 15px;
    width: 17.71429rem;
    height: 4.42857rem;
    position: absolute;
    top: -.85714rem;
    left: -.85714rem;
    z-index: -1;
    -webkit-transition: all .3s;
    transition: all .3s
} */

.lp-format-tooltip-item:hover {
    background: #393a43;
    box-shadow: none
}
/*
.lp-format-tooltip-item__plus:hover:before {
    content: "-";
    color: #9c9da1;
    font-size: 1.71429rem
} */

.icon-img img {
    vertical-align: middle;
}

.lp-format-tooltip-item__plus:hover+.lp-format-tooltip-item__content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -.71429rem);
    transform: translate(-50%, -.71429rem)
}

.lp-format-tooltip-item__content {
    font-size: 1rem;
    background-color: #393a43;
    color: #9c9da1;
    border-radius: .57143rem;
    padding: 2.14286rem 1.42857rem 4.28571rem;
    width: 10rem;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: -2;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, .71429rem);
    transform: translate(-50%, .71429rem);
    -webkit-transition: all .3s;
    transition: all .3s
}

.lp-format-tooltip-item__content:after {
    content: "";
    border: 1px solid #42434c;
    position: absolute;
    top: .71429rem;
    right: .71429rem;
    bottom: .71429rem;
    left: .71429rem
}

.lp-format__link {
    display: inline-block;
    padding-bottom: .35714rem;
    color: #f10130;
    font-size: .71429rem;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .2em;
    border-bottom: 1px solid hsla(0, 0%, 100%, .15);
    position: relative;
    z-index: 10
}

.lp-format__link:hover {
    border-color: #f10130
}

.lp-format-nav {
    font-size: 0;
    margin-bottom: -4.28571rem;
    text-align: center;
    position: relative;
    z-index: 10
}

@media only screen and (min-width:768px) {
    .lp-format-nav {
        text-align: right;
        margin-right: 5.71429rem
    }
}

@media only screen and (min-width:992px) {
    .lp-format-nav {
        text-align: center;
        margin-right: 0
    }
}

.lp-format-nav__item {
    font-family: 'Roboto Slab';
    font-size: 1rem;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    width: 10rem;
    height: 7.14286rem;
    background: #b60024;
    background: linear-gradient(16deg, #97001e 0%, #b40d2e 54%, #91001d 100%);
    color: #ffffff;
    border-radius: .57143rem;
    padding: 2.5rem 0.4286rem 1.42857rem;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s
}

@media only screen and (min-width:992px) {
    .lp-format-nav__item {
        width: 10rem;
        height: 7.14286rem
    }
}

.lp-format-nav__item:before {
    width: .71429rem;
    height: .71429rem;
    border-radius: 50%;
    background-color: #ffffff;
    top: calc(100% + .71429rem);
    left: 50%;
    margin-left: -.35714rem
}

.lp-format-nav__item:after,
.lp-format-nav__item:before {
    content: "";
    display: inline-block;
    position: absolute;
    -webkit-transition: all .3s;
    transition: all .3s
}

.lp-format-nav__item:after {
    background: #b60024;
    background: linear-gradient(16deg, #97001e 0%, #b40d2e 54%, #91001d 100%);
    width: 7.35714rem;
    height: 7.35714rem;
    border-radius: .57143rem;
    left: 1.35714rem;
    bottom: -3.14286rem;
    z-index: -1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.lp-format-nav__item:not(:last-child) {
    margin-right: 1.42857rem
}

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

@media only screen and (min-width:992px) {
    .lp-format-nav__item:not(:last-child) {
        margin-right: 5.71429rem
    }
}

.lp-format-nav__item.is-active,
.lp-format-nav__item:hover {
    background: #f10130;
    background: linear-gradient(16deg, #f10130 0%, #e0274b 54%, #f10130 100%);
    color: #ffffff;
}

.lp-format-nav__item.is-active:before,
.lp-format-nav__item:hover:before {
    background-color: #f10130;
    box-shadow: 0 0 0 .35714rem #eee
}

.lp-format-nav__item.is-active:after,
.lp-format-nav__item:hover:after {
    background: #f10130;
    background: linear-gradient(16deg, #f10130 0%, #e0274b 54%, #f10130 100%);
}

.lp-play {
    background: #27282f url(../images/call.jpg) top no-repeat;
    background-size: cover;
    display: block;
    width: 100%;
    height: 25.71429rem;
    max-width: 68.57143rem;
    max-height: 25.71429rem;
    border-radius: .57143rem;
    margin: 4.28571rem auto 0;
    cursor: pointer;
    position: relative
}

@media only screen and (max-width:767px) {
    .lp-play {
        height: 21.42857rem
    }
}

.lp-play:before {
    content: "";
    background: url(../images/el_bazil_2.png) no-repeat;
    background-size: contain;
    position: absolute;
    width: 3.57143rem;
    height: 3.57143rem;
    top: -1.78571rem;
    right: 2.5rem
}

@media only screen and (min-width:768px) {
    .lp-play:before {
        width: 5.71429rem;
        height: 5.71429rem;
        top: -2.5rem;
        right: 3.92857rem
    }
}

.lp-play:after {
    content: "";
    background: #202128;
    border-radius: .57143rem;
    position: absolute;
    top: 0;
    right: .85714rem;
    bottom: -.85714rem;
    left: .85714rem;
    z-index: -1
}

.lp-play__button {
    display: inline-block;
    width: auto;
    text-align: center;
    position: absolute;
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.lp-play__button:hover span {
    text-decoration: none;
    color: #fff
}

.lp-play__button i {
    display: inline-block;
    background: #f10130;
    background: -webkit-gradient(linear, left top, left bottom, from(#840403), to(#840403));
    background: -webkit-linear-gradient(top, #840403, #840403);
    background: linear-gradient(180deg, #840403 0, #840403);

    box-shadow: inset 0 0 1.07143rem 0 hsla(42, 88%, 73%, .4);
    width: 6.78571rem;
    height: 6.78571rem;
    border-radius: 50%;
    padding: 2.5rem;
    position: relative
}

.lp-play__button i,
.lp-play__button i svg {
    -webkit-transition: all .3s;
    transition: all .3s
}

.lp-play__button i svg {
    fill: #fff;
    max-width: 100%;
    max-height: 100%
}

.lp-play__button i:after {
    content: "";
    background: url(../images/play_after.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: -3.57143rem;
    right: -3.57143rem;
    bottom: -3.57143rem;
    left: -3.57143rem;
    z-index: -1;
    -webkit-animation: 4s linear 0s normal none infinite running e;
    animation: 4s linear 0s normal none infinite running e
}

.lp-play__button span {
    display: block;
    color: #939497;
    font-size: .71429rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 2.85714rem
}

@media only screen and (max-width:767px) {
    .lp-play__button span {
        display: none
    }
}

.lp-anchor__pre {
    display: inline-block;
    background: url(../images/b_pre_anchor.png) 0 no-repeat;
    font-size: 1.28571rem;
    line-height: 2.85714rem;
    text-transform: uppercase;
    color: #fff;
    padding: 0 5.71429rem 0 2.14286rem;
    margin-left: -2.14286rem;
    letter-spacing: .15em;
    margin-bottom: 2.14286rem
}

.lp-anchor__desc {
    font-size: 1.14286rem;
    margin-bottom: 2.5rem
}

.lp-anchor__desc-other {
    margin-bottom: 3.57143rem;
    color: #707280
}

.lp-consult-list {
    counter-reset: a
}

.lp-consult-item {
    padding-right: 2.14286rem;
    margin-bottom: 2.85714rem
}

@media only screen and (max-width:767px) {
    .lp-consult-item {
        padding-left: 1.42857rem
    }
}

@media only screen and (min-width:992px) {
    .lp-consult-item {
        padding-right: 3.57143rem
    }
}

.lp-consult-kto__icon {
    /* background: #f10130; */
    /* background: linear-gradient(16deg, #f10130 0%, #e0274b 54%, #f10130 100%); */
    /* border-radius: .57143rem; */
    display: inline-block;
    width: 100%;
    /* height: 315px; */
    padding: 2.21429rem;
    /* margin-bottom: 2.5rem; */
    position: relative;
    text-align: center;
}
.lp-consult-kto__icon:after {
    content: "";
    position: absolute;
    top: .71429rem;
    right: .71429rem;
    bottom: .71429rem;
    left: .71429rem;
    /* border: 1px solid #ffffff; */
    border-radius: .28571rem
}


.lp-consult-item__icon {
    background: #f2f3f5;
    /* background: linear-gradient(16deg, #f10130 0%, #e0274b 54%, #f10130 100%); */
    border-radius: 50%;
    display: inline-block;
    width: 115px;
    height: 115px;
    padding: 2.21429rem;
    margin-bottom: 2.5rem;
    color: #ffffff;
    position: relative;
    text-align: center;
}

.lp-consult-item__icon i {
   font-size:50px
}

/*.lp-consult-item__icon:before {
    counter-increment: a;
    content: "0" counter(a);
    font: .71429rem/1 'Roboto Slab';
    color: #f10130;
    position: absolute;
    top: 0;
    right: 1.42857rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}*/

.lp-consult-item__icon:after {
    content: "";
    position: absolute;
    top: .71429rem;
    right: .71429rem;
    bottom: .71429rem;
    left: .71429rem;
    /* border: 1px solid #ffffff;
    border-radius: .28571rem */
}

.lp-consult-item__title {
    margin-bottom: 1.42857rem;
    font-weight: bold;
}

.lp-consult-item__desc {
    color: #000000
}

.lp-consult-item__desc span {
    color: #fff
}

.lp-consult-footer {
    border-top: 1px solid #26272d;
    padding-top: 2.85714rem;
    margin-top: 2.14286rem
}

.lp-consult-footer__title {
    font-size: 2.14286rem;
    margin: 0
}

@media only screen and (max-width:767px) {
    .lp-consult-footer__title {
        padding: 0 1.42857rem;
        margin-bottom: 1.07143rem
    }
}

.lp-consult-footer__desc {
    font-size: 1rem;
    color: #b2b2b2;
    padding-right: 2.85714rem
}

@media only screen and (max-width:767px) {
    .lp-consult-footer__desc {
        padding: 0 1.42857rem;
        margin-bottom: 1.07143rem
    }
}

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

@media only screen and (max-width:992px) {
    .lp-consult-footer__buttons {
        margin-top: 2.85714rem
    }
}

.lp-fransh-list {
    counter-reset: b
}

.lp-fransh-list__item {
    background: #22232b;
    border-radius: .57143rem;
    margin-bottom: 1.07143rem;
    text-align: center;
    padding: 0rem;
    cursor: default;
    position: relative
}

@media only screen and (min-width:768px) {
    .lp-fransh-list__item {
        margin-bottom: 2.14286rem
    }
}

/* .lp-fransh-list__item i {
    content: "";
    background-color:rgba(0,0,0,0.3);

} */

.lp-fransh-list__item.lp-fransh-list__item_bazil-1  {
    background: url(../images/mosc.jpg) top no-repeat;
    display: block;
    width: 100%;
    height: 235px;
    margin: 0 auto 0rem;
    margin-bottom: 1.07143rem;
}

.lp-fransh-list__item.spbc  {
    background: url(../images/spbc.jpg) top no-repeat;
    display: block;
    width: 100%;
    height: 235px;
    margin: 0 auto 0rem;
    margin-bottom: 1.07143rem;
}

.lp-fransh-list__item.tulac  {
    background: url(../images/tulc.jpg) top no-repeat;
    display: block;
    width: 100%;
    height: 235px;
    margin: 0 auto 0rem;
    margin-bottom: 1.07143rem;
}

/*.lp-fransh-list__item:after {
    counter-increment: b;
    content: "0" counter(b);
    font: 1rem/1 'Roboto Slab';
    position: absolute;
    top: 2.14286rem;
    right: 2.14286rem;
    color: #32333a
}*/

/*.lp-fransh-list__item_bazil-1:before {
    content: "";
    background: url(../images/el_bazil_1.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -1.07143rem;
    right: 2.85714rem;
    width: 3.21429rem;
    height: 2.42857rem
}*/

/*.lp-fransh-list__item_bazil-2:before {
    content: "";
    background: url(../images/el_bazil_4.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: -3.57143rem;
    width: 8.57143rem;
    height: 6.07143rem;
    z-index: 1
}*/

.lp-fransh-list__item h3 {
    margin: 0rem 0 0;
    padding: 1rem 0 0;
    position: relative
}

.lp-fransh-list__item h3:before {
    content: "";
    height: 1px;
    width: 100%;
    margin: auto;
    background: #e7e7e9;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, hsla(0, 0%, 100%, .05)), to(transparent));
    background: -webkit-linear-gradient(left, transparent, hsla(0, 0%, 100%, .05) 50%, transparent);
    background: linear-gradient(90deg, transparent 0, hsla(0, 0%, 100%, .05) 50%, transparent);
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.lp-warum-main {
    text-align: center;
    margin: 5.71429rem 0 0;
    position: relative
}

.lp-warum-main:after,
.lp-warum-main:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 33%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, hsla(0, 0%, 100%, .1)), to(transparent));
    background: -webkit-linear-gradient(left, transparent, hsla(0, 0%, 100%, .1) 50%, transparent);
    background: linear-gradient(90deg, transparent 0, hsla(0, 0%, 100%, .1) 50%, transparent)
}

.lp-warum-main:before {
    right: auto
}

.lp-warum-main:after {
    left: auto
}

.lp-warum-main__pre {
    color: #636366;
    letter-spacing: .25em
}

.lp-warum-main__num,
.lp-warum-main__pre {
    font-family: 'Roboto Slab';
    text-transform: uppercase
}

.lp-warum-main__num {
    font-size: 1.28571rem;
    line-height: 1;
    margin: .71429rem 0;
    color: #f10130
}

@media only screen and (min-width:768px) {
    .lp-warum-main__num {
        padding-left: .71429rem
    }
}

.lp-warum-main__num i {
    font-size: 5.14286rem;
    color: #fff;
    padding: 0 .35714rem
}

.lp-warum-main__desc {
    font-size: 1rem
}

.lp-warum-list {
    counter-reset: c;
    list-style-type: none;
    margin: 0;
    padding: 0
}

@media only screen and (max-width:767px) {
    .lp-warum-list {
        margin-top: 2.85714rem
    }
}

.lp-warum-list__item {
    background: #202128;
    border-radius: .57143rem;
    margin: 0;
    padding: 1.42857rem;
    margin-bottom: 1.42857rem;
    position: relative;
    cursor: default;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (min-width:768px) {
    .lp-warum-list__item {
        padding: 2.14286rem 4.28571rem 2.14286rem 2.14286rem;
        margin-bottom: 2.5rem
    }
}

.lp-warum-list__item:before {
    content: "";
    border: 1px solid #25262d;
    position: absolute;
    top: .71429rem;
    right: .71429rem;
    bottom: .71429rem;
    left: .71429rem
}

.lp-warum-list__num {
    font: .71429rem/1 'Roboto Slab';
    display: block;
    color: #f10130;
    border-right: 1px solid #16171d;
    padding-right: .92857rem;
    margin-right: 1.42857rem
}

@media only screen and (min-width:768px) {
    .lp-warum-list__num {
        margin-right: 2.14286rem
    }
}

.lp-warum-list__num:before {
    counter-increment: c;
    content: "0" counter(c);
    color: #fff;
    font-size: 2.57143rem;
    vertical-align: text-top
}

@media only screen and (min-width:768px) {
    .lp-warum-list__num:before {
        font-size: 3.42857rem
    }
}

.lp-reason {
    counter-reset: d
}

.lp-reason__item {
    background: #e63f24;
background: linear-gradient(16deg, #e63f24 0%, #eb7421 54%, #f2bd1a 100%);
    border: 1.42857rem solid #22232b;
    border-radius: .57143rem;
    padding: 1.42857rem .71429rem 1.07143rem 2.14286rem;
    height: calc(100% - 2.14286rem);
    margin-bottom: 2.14286rem;
    position: relative;
    cursor: default
}

@media only screen and (min-width:768px) {
    .lp-reason__item {
        padding: 2.14286rem 1.42857rem 2.14286rem 2.85714rem
    }
}

.lp-reason__item:after {
    content: "";
    background: #1f2027;
    position: absolute;
    top: -2.5rem;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: .57143rem;
    z-index: -1;
    -webkit-transition: all .3s;
    transition: all .3s
}

.lp-reason__item:hover:after {
    -webkit-transform: translateY(.35714rem);
    transform: translateY(.35714rem)
}

.lp-reason__num {
    font: .71429rem/1 'Roboto Slab';
    display: block;
    margin-bottom: 1.78571rem;
    color: #f10130
}

.lp-reason__num:before {
    counter-increment: d;
    content: counter(d) " ";
    color: #fff;
    font-size: 1.28571rem;
    vertical-align: text-top
}

.lp-reason__desc {
    font-size: 1rem;
    color: #b2b2b2
}

.lp-experience {
    counter-reset: e;
    margin-top: -2.85714rem
}

.lp-experience__item {
    background: #fff;
    font-size: 1.71429rem;
    font-family: 'Roboto Slab';
    line-height: 1.4;
    padding: 1.42857rem;
    border: 1.42857rem solid #f6f6f6;
    border-radius: .57143rem;
    margin-bottom: 1.07143rem;
    margin-top: 2.85714rem;
    cursor: default;
    position: relative;
    -webkit-transition: border .3s;
    transition: border .3s
}

@media only screen and (min-width:768px) {
    .lp-experience__item {
        margin-bottom: 2.14286rem;
        padding: 3.57143rem 2.14286rem 2.85714rem 2.85714rem;
		height: 300px;
    }
}

.lp-experience__item:before {
    counter-increment: e;
    content: "0" counter(e);
    font: 1.28571rem/1 'Roboto Slab';
    color: #f10130;
    background: #f6f6f6;
    width: 6.14286rem;
    height: 6.14286rem;
    padding-top: 1.64286rem;
    border: .85714rem solid #fff;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: -3.92857rem;
    left: calc(50% - 3.07143rem)
}

.lp-experience__item:after {
    content: "";
    background: #fafafa;
    position: absolute;
    top: -2.5rem;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: .57143rem;
    z-index: -1;
    -webkit-transition: all .3s;
    transition: all .3s
}

.lp-experience__item:hover {
    border-color: #f2f2f2
}

.lp-experience__item:hover:after {
    -webkit-transform: translateY(.35714rem);
    transform: translateY(.35714rem)
}

.lp-reviews-item {
    border: 1px solid #e9e9e9;
    border-radius: .57143rem;
    padding: 2.14286rem 2.14286rem 2.85714rem
}

@media only screen and (min-width:768px) {
    .lp-reviews-item {
        padding: 3.57143rem 3.57143rem 4.28571rem
    }
}

.lp-reviews-item__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.78571rem
}

@media only screen and (min-width:768px) {
    .lp-reviews-item__meta {
        margin-bottom: 2.85714rem
    }
}

.lp-reviews-item__image {
    display: block;
    background: #e9e9e9;
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
    font-size: 0;
    margin-right: 2.14286rem;
    overflow: hidden
}

.lp-reviews-item__desc,
.lp-reviews-item__name {
    margin: 0
}

.lp-reviews-slider-footer {
    margin: 1.78571rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /*justify-content: space-between*/
}

@media only screen and (min-width:768px) {
    .lp-reviews-slider-footer {
        margin: 2.85714rem 0 0;
		display:none
    }
}

.lp-reviews-slider-page {
  /*  border-top: 1px solid #e2e2e2;*/
    padding-top: 1.42857rem;
    width: 50%
}

@media only screen and (min-width:768px) {
    .lp-reviews-slider-page {
        width: 75%
    }
}

.lp-reviews-slider-count {
    font-size: 1.14286rem;
    color: #ccc
}

.lp-reviews-slider-nav {
    font-size: 0;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.lp-reviews-slider-nav__prev {
    margin-right: 1.78571rem
}

.lp-reviews-slider-nav__next,
.lp-reviews-slider-nav__prev {
    display: inline-block;
background: #e63f24;
background: linear-gradient(16deg, #e63f24 0%, #eb7421 54%, #f2bd1a 100%);
color: #fff;
border-bottom: .35714rem solid #840403;
box-shadow: inset 0 0 1rem 0 #f7d37d;
    width: 5rem;
    height: 5rem;
    border-radius: .57143rem;
    padding: 2rem;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
	fill: #fff;
}

.lp-reviews-slider-nav__next:hover,
.lp-reviews-slider-nav__prev:hover {
    -webkit-transform: translateY(.07143rem);
    transform: translateY(.07143rem);
    box-shadow: inset 0 0 .71429rem 0 #f7d37d
}

.lp-contact__desc {
    color: #d2d2d3;
    font-size: 1.14286rem;
    display: inline-block;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 2.14286rem;
    margin-bottom: 2.14286rem
}

@media only screen and (min-width:768px) {
    .lp-contact__desc {
        padding-bottom: 3.21429rem;
        margin-bottom: 3.21429rem
    }
}

.lp-contact__desc-other {
    color: #ffffff;
    margin-bottom: 2.85714rem
}

.lp-contact-box {
    background: #27272f;
    border-radius: .57143rem;
    padding: 3.57143rem 2.85714rem 2.14286rem;
    position: relative;
    overflow: hidden
}

@media only screen and (max-width:767px) {
    .lp-contact-box {
        margin-top: 2.85714rem
    }
}

@media only screen and (min-width:992px) {
    .lp-contact-box {
        padding: 5rem 5.71429rem 5.71429rem
    }
}

.lp-contact-box:after {
    content: "%";
    font-size: 17.85714rem;
    font-weight: 700;
    line-height: 1;
    color: hsla(0, 0%, 100%, .02);
    position: absolute;
    top: 22%;
    right: -9%
}

.lp-contact-box__title {
    font-size: 1.71429rem
}

@media only screen and (min-width:1170px) {
    .lp-contact-box__title {
        font-size: 2.57143rem;
        margin-bottom: 2.5rem
    }
}

.lp-contact-box__desc {
    margin-bottom: 2.14286rem
}

@media only screen and (min-width:768px) {
    .lp-contact-box__desc {
        margin-bottom: 4.28571rem
    }
}

.lp-contact-box__desc span {
    color: #f10130
}

@media only screen and (max-width:767px) {
    .lp-form {
        padding: 0 1.07143rem
    }
}

.lp-form__item {
    margin-bottom: 2.14286rem
}

.lp-form__privacy label {
    font-size: 11px!important;
    color: #aaa!important;
    line-height: 1.3
}

.lp-form__privacy label a {
    color: #aaa!important
}

.modal {
    width: 95%;
    padding: 2.85714rem 2.14286rem;
    border-radius: .57143rem;
    box-shadow: 0 0 8.92857rem rgba(0, 0, 0, .2)
}

@media only screen and (min-width:768px) {
    .modal {
        padding: 3.57143rem 5.71429rem
    }
}

.modal_sm {
    max-width: 440px
}

.modal_md {
    max-width: 760px
}

.modal_lg {
    max-width: 1100px
}

.modal .btn {
    width: 100%
}

.modal__title {
    margin-bottom: 2.14286rem;
    font-size: 1.71429rem;
    line-height: 1
}

@media only screen and (min-width:768px) {
    .modal__title {
        font-size: 2.57143rem;
        margin-bottom: 2.85714rem
    }
}

.modal__list {
    margin: 1.07143rem 0 1.42857rem;
    padding: 0;
    list-style-type: none
}

.modal__list li {
    margin-bottom: .71429rem
}

.modal__list li:before {
    content: "— "
}

.modal__desc {
    color: #aaa;
    font-size: 12px;
    margin-bottom: 1.42857rem
}

@media only screen and (min-width:768px) {
    .modal__desc {
        margin-bottom: 1.78571rem;
        max-width: 75%
    }
}

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

.modal__desc:before {
    content: "";
    display: block;
    width: 60%;
    border-top: 1px solid #aaa;
    padding-bottom: 1.28571rem;
    opacity: .2
}

.modal__privacy {
    display: inline-block;
    color: #aaa;
    line-height: 1.2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.modal__privacy a,
.modal__privacy label {
    font-size: 11px!important;
    color: #aaa!important
}

.modal-form__item:not(:last-child) {
    margin-bottom: 2.14286rem
}

.fancybox-close-small:hover:after {
    background-color: #fff!important;
    color: #36394c
}

.contacts {
    background: #f9f9f9;
    margin-top: 2.85714rem
}

.contacts__inner {
    padding: 3.57143rem 2.14286rem 2.85714rem
}

@media only screen and (min-width:768px) {
    .contacts__inner {
        padding: 7.85714rem 5.71429rem 5.71429rem 7.14286rem
    }
}

.contacts-list {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.contacts-list__label {
    display: block;
    font-size: 1rem;
    color: #aaa
}

.contacts-list__item {
    font-size: 1.28571rem;
    margin: 0
}

@media only screen and (min-width:768px) {
    .contacts-list__item {
        font-size: 1.57143rem
    }
}

.contacts-list__item:not(:last-child) {
    margin-bottom: 1.42857rem
}

@media only screen and (min-width:768px) {
    .contacts-list__item:not(:last-child) {
        margin-bottom: 2.85714rem
    }
}

.contacts-list__item a {
    text-decoration: none;
    -webkit-transition: color .3s;
    transition: color .3s
}

.contacts-list__item a:hover {
    color: #f10130
}

.map {
    height: 25rem
}

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

.map-gs {
    top: auto!important;
    bottom: .92857rem!important
}

.map .map-helper {
    line-height: 1.5;
    padding: .71429rem
}

.map .map-helper__title {
    font-weight: 700;
    color: #151517
}

[data-scr] {
    cursor: pointer
}

.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0
}

.social__item {
    margin: 0;
    list-style-type: none;
    text-align: center;
    cursor: pointer
}

.social__item:not(:last-child) {
    margin-right: 1.42857rem
}

.social__item:hover>.social__icon {
    fill: #f10130
}

.social__icon {
    display: inline-block;
    vertical-align: middle;
    width: 1.42857rem;
    height: 1.42857rem;
    fill: #dbdbdb;
    -webkit-transition: all .3s;
    transition: all .3s
}

.social__link {
    display: inline-block;
    background-color: #e4e4e4;
    width: 3.57143rem;
    height: 3.57143rem;
    border-radius: 50%;
    text-indent: -9999px;
    position: relative;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.social__link:before {
    content: "";
    background-image: url(../images/social.png);
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.social__link_in {
    background-color: #0274b3
}

.social__link_in:hover {
    background-color: #0284cc
}

.social__link_vk {
    background-color: #4a76a8
}

.social__link_vk:hover {
    background-color: #5783b5
}

.social__link_fb {
    background-color: #385899
}

.social__link_fb:hover {
    background-color: #3f63ac
}

.social__link_fb:before {
    background-position: -25px 0
}

.social__link_tw {
    background-color: #1da1f2
}

.social__link_tw:hover {
    background-color: #35abf3
}

.social__link_tw:before {
    background-position: -50px 0
}

.social__link_sm {
    width: 2.28571rem;
    height: 2.28571rem
}

.social__link_sm:before {
    background-image: url(../images/social.png);
    background-position: 0 -25px;
    width: 18px;
    height: 18px
}

.social__link_sm.social__link_fb:before {
    background-position: -18px -25px
}

.animation {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    transition: opacity 1s, transform 1s, -webkit-transform 1s
}

.animation.animation.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.swiper-container {
    padding: 1.42857rem;
    margin: -1.42857rem
}

.box-swiper{position:relative;width:100%}
.box-swiper .swiper-container{height:100%;padding-bottom:35px;position:relative}

@-webkit-keyframes e {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes e {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.rmodal {
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 98;
    opacity: 0;
    visibility: hidden;
    -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:1170px) {
    .rmodal {
        display: none
    }
}

.rmodal__inner {
    padding: 5.71429rem;
    height: 100%
}

.rmodal__inner .menu,
.rmodal__inner .menu__list {
    height: 100%
}

.rmodal__inner .menu__link {
    font-size: 1.28571rem;
    font-weight: 900
}

@media only screen and (min-width:768px) {
    .rmodal__inner .menu__link {
        font-size: 1.71429rem
    }
}

.rmodal.is-active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0);
    transform: translate(0)
}

.footer {
    background-color: #17181e;
    color: #7b7b7d;
    padding: 1.42857rem 0;
    font-size: .85714rem
}

.footer-box {
    padding: 2.85714rem 0 2.14286rem
}
ul.footer_menu  {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #c2c2c2;
}
 ul.footer_menu li {float:left;display:block;margin-right:18px;}
ul.footer_menu li a{color: #ffffff;font-size:18px;text-decoration:none}

@media only screen and (min-width:768px) {
    .footer-box {
        padding: 3.21429rem 0 2.85714rem
    }
}

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

@media only screen and (max-width:767px) {
    .footer-box__logo {
        margin-bottom: 1.78571rem
    }

    ul.footer_menu  {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center;
    }
    ul.menu  {
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: center;
        justify-content: center;
    }
    ul.menu li {float:left;display:block;margin-right:18px;}
	ul.menu li a{color: #000;font-size:12px;text-decoration:none}
}

.footer-box__desc {
    font-size: .71429rem;
    color: #aaa;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    visibility: visible;
    -webkit-transition: all .3s;
    transition: all .3s
}

@media only screen and (max-width:767px) {
    .footer-box__desc {
        display: none;
        font-size: .85714rem;
        margin-left: 1.07143rem;
        margin-bottom: 1.42857rem
    }
}

@media only screen and (min-width:768px) {
    .footer-box__desc {
        margin-top: .28571rem;
        margin-left: 1.42857rem;
        display: inline-block;
        vertical-align: top
    }
}

@media only screen and (min-width:1170px) {
    .footer-box__desc {
        margin-left: 2.85714rem
    }
}

.footer-box__mail {
    color: #aaa;
    font-size: .85714rem
}

.footer-box__mail,
.footer-box__phone {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none
}

.footer-box__phone {
    font-size: 1.28571rem!important;
    font-weight: 700;
    line-height: 1;
    -webkit-transition: color .3s;
    transition: color .3s
}

@media only screen and (min-width:768px) {
    .footer-box__phone {
        font-size: 1.57143rem
    }
}

.footer-box__phone:hover {
    color: #f10130
}

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

@media only screen and (min-width:1170px) {
    .footer {
        position: relative
    }
}

.footer a {
    color: #7b7b7d;
    text-decoration: none
}

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

.footer__logo {
    display: inline-block;
    vertical-align: bottom
}

.footer__desc {
    display: inline-block;
    font-size: .85714rem;
    font-weight: 100;
    line-height: 1.2;
    color: #7b7b7d;
    padding-left: 1.42857rem;
    margin-left: 1.42857rem;
    margin-bottom: .71429rem;
    border-left: 1px solid #c8c8c9
}

@media only screen and (min-width:992px) {
    .footer__desc {
        padding-left: 2.85714rem;
        margin-left: 2.85714rem
    }
}

.footer__text {
    line-height: 1.2
}

@media only screen and (max-width:767px) {
    .footer__text {
        margin: 0 0 .71429rem
    }
}

.footer .ds__logo {
    display: inline-block;
    vertical-align: sub;
    font-size: 1.71429rem;
    font-weight: 900;
    text-decoration: none;
    color: #333
}

.footer .ds svg {
    display: inline-block;
    vertical-align: bottom;
    fill: #333;
    margin-left: 1.42857rem;
    height: 1.42857rem;
    width: 4.42857rem;
    -webkit-transition: all .3s;
    transition: all .3s
}

.footer .ds:hover {
    text-decoration: none
}

.footer .ds:hover svg {
    fill: #f10130
}

.footer .ds:hover .ds__logo {
    color: #f10130;
    text-decoration: none
}










.orange {color:#f10130 !important}
.black {color:#27272f !important}
.white {color:#fff !important}


#fixedd {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    background: rgb(255 255 255);
}
#fixedd .logomb {top:0px; margin-left:0px; height:40px}


.logomb {
    height: 50px;
    position: relative;
    top: 10px;
    margin-left: 20px;
}

.lp-consult-item__desc .actev {color:#f10130}

.inbg {background-image: url(../images/innerbg.jpg)   !important;background-size:contain;/* z-index: 2; */}

#terms {

}
#terms #meet1 {
    position: absolute;
    top: -200px;
    left: -233px;
    height: 318px;
    z-index: 2;
}
#associaciya #petrushka {
    position: absolute;
    top: 80px;
    left: -171px;
    height: 215px;
    z-index: 2;
}
#terms #list4{
	position: absolute;
    top: 220px;
    left: -144px;
    z-index: 2;
}
#terms #list5{
	position: absolute;
    top: 200px;
    left: -93px;
    z-index: 2;
}
#terms #ch{
	position: absolute;
    top: 80px;
    left: -135px;
    z-index: 2;
}
#terms #ch2{
	position: absolute;
    top: 40px;
    left: -100px;
    z-index: 2;
}


#about #list1{
	position: absolute;
	bottom: 100px;
	left: -170px;
    z-index: 2;
}
#about #list2{
	position: absolute;
	bottom: 400px;
	left: -200px;
    z-index: 2;
}
#about #list3{
	position: absolute;
	bottom: 320px;
	left: 900px;
	z-index: 2;
}


@media only screen and (max-width:767px) {
#terms #meet1 {
	display:none;
}
#associaciya #petrushka {
	display:none;
}
#terms #list4{
	display:none;
}
#terms #list5{
	display:none;
}
#terms #ch{
	display:none;
}
#terms #ch2{
	display:none;
}


#about #list1{
	display:none;
}
#about #list2{
	display:none;
}
#about #list3{
	display:none;
}

	#about .turkey {
	display:none;
}
}

.stepdiv {
    max-width: 1000px;
    padding: 0;
    z-index: 2;
}

.steps {
    height: 750px;
    padding-top: 51px;
    top: -111px;
    margin-left:0px;
    padding-left: 111px;
    margin-bottom: -109px;
    background: url(../images/line.png) no-repeat;
    position: relative;
}

.step {
    padding: 46px 25px 0;
    line-height: 1.25;
    font-size: 18px;
    border-radius: 50%;
    width: 246px;
    height: 246px;
	text-align:center
}

.step-img {
    line-height: 90px;
    height: 90px;
    font-size: 0;
    margin-bottom: 9px;
}

.step-alt {
    transition: opacity 0.3s linear;
    opacity: 0;
    font-size: 15px;
    font-weight: 500;
    display: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    width: 332px;
    margin-left: -77px;
    padding: 20px;
    border: 1px solid #fff;
    background: #e63f24;
background: linear-gradient(16deg, #e63f24 0%, #eb7421 54%, #f2bd1a 100%);
}

.step:hover .step-alt {
    display: block;
    opacity: 1;
}

.step p {color:#840403; font-size:14px}

 .step-img img {
    vertical-align: middle;
}
.step, .step8 {
    position: absolute;
}


.step1 {
    z-index: 7;
    top: 203px;
    left: 69px;
}

.step2 {
    z-index: 8;
    top: 151px;
    left: 297px;
}

.step3 {
    z-index: 6;
    top: 348px;
    left: 266px;
}

.step4 {
    z-index: 5;
    top: 204px;
    left: 559px;
    padding-top: 25px;
}


.step5 {
    z-index: 4;
    top: 71px;
    left: 817px;
}

.step6 {
    z-index: 3;
    top: 348px;
    left: 787px;
}


.step7 {
    z-index: 2;
    top: 508px;
    left: 496px;
}

.step8 {
    z-index: 1;
    top: 664px;
    padding: 0;
    left: 115px;
    width: auto;
    height: auto;
}

.sec1 {z-index:100}
.sec2 {z-index:95 !important}
.sec3 {z-index:85}
.sec4 {z-index:75}
.sec5 {z-index:65}
.sec6 {z-index:55;padding-bottom: 30px;}
.sec7 {z-index:45}
.sec8 {z-index:40}
.sec9 {z-index:35}
.sec10 {z-index:30}
.sec11 {z-index:20}
.sec12 {z-index:10}
.sec13 {z-index:5}


.mh-head {
display:none !important
}

.mm-navbar {display:none !important}


.mh-head{text-align:center;padding:0 10px;margin:0;position:relative;background:#ccc;color:#333;height:78px}.mh-head a{color:inherit;text-decoration:none}.mh-head.mh-size-2{height:80px}.mh-head.mh-size-3{height:120px}.mh-head.mh-sticky{position:-webkit-sticky;position:sticky;top:0;left:0;right:0;z-index:10;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mh-head.mh-sticky.mh-scrolledout{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.mh-head .mh-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:20px;display:block;padding:10px}.mh-head.mh-align-left .mh-text{text-align:left}.mh-head.mh-align-right .mh-text{text-align:right}.mh-head.mh-btns-left{padding-left:50px}.mh-head.mh-btns-left-2{padding-left:90px}.mh-head.mh-btns-left-3{padding-left:130px}.mh-head.mh-btns-right{padding-right:50px}.mh-head.mh-btns-right-2{padding-right:90px}.mh-head.mh-btns-right-3{padding-right:130px}.mh-head .mh-btns-left,.mh-head .mh-btns-right{display:block;width:40px;position:absolute;top:0;bottom:0}.mh-head .mh-btns-left{left:10px}.mh-head .mh-btns-right{right:10px}.mh-head.mh-btns-left-2 .mh-btns-left,.mh-head.mh-btns-right-2 .mh-btns-right{width:80px}.mh-head.mh-btns-left-3 .mh-btns-left,.mh-head.mh-btns-right-3 .mh-btns-right{width:120px}.mh-head .mh-btns-left>*,.mh-head .mh-btns-right>*{text-align:center;font-size:18px;line-height:20px;width:40px;display:block;padding:10px 0;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.mh-head .mh-btns-left>:nth-child(1),.mh-head .mh-btns-right>:nth-child(1){left:0}.mh-head .mh-btns-left>:nth-child(2),.mh-head .mh-btns-right>:nth-child(2){left:40px}.mh-head .mh-btns-left>:nth-child(3),.mh-head .mh-btns-right>:nth-child(3){left:80px}.mh-head .mh-list{-webkit-overflow-scrolling:touch;overflow-x:auto;white-space:nowrap;list-style:none;line-height:20px;display:block;padding:0;margin:0}.mh-head .mh-list li{display:inline-block;padding:0;margin:0}.mh-head .mh-list li a,.mh-head .mh-list li span{display:block;padding:10px}.mh-head.mh-align-left .mh-list{text-align:left}.mh-head.mh-align-right .mh-list{text-align:right}.mh-head .hamburger{margin-top:2px;-webkit-transform:scale(.6,.7) translateY(-50%);-ms-transform:scale(.6,.7) translateY(-50%);transform:scale(.6,.7) translateY(-50%);-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center}.mh-head .mh-image,.mh-head .mh-logo{background:none center center transparent no-repeat;display:block;height:100%}.mh-head .mh-logo{background-size:contain;background-clip:content-box;padding:10px}.mh-head.mh-align-left .mh-logo{background-position:left center}.mh-head.mh-align-right .mh-logo{background-position:right center}.mh-head .mh-image{background-size:cover}.mh-head .mh-form{padding:7px 0;position:relative}.mh-head .mh-form input{background:#fff;border:none;border-radius:3px;font-size:14px;line-height:26px;display:block;box-sizing:border-box;height:26px;width:100%;padding:0 10px}.mh-head .mh-form .fa{color:#ccc;text-align:center;line-height:40px;display:block;width:40px;height:40px;position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}



@media (max-width: 2000px)  {


/* popup menu */

.popup-menu {
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    width: 350px;
    position: fixed;
    top: 0;
    background-color: #fff;
    border-right: 2px solid #fafafa;
    -webkit-box-shadow: 10px 0 10px rgb(186 186 186 / 25%);
    box-shadow: 10px 0 10px rgb(186 186 186 / 25%);
    max-height: 100%;
    overflow-y: auto;
    max-width: 100%;
    overflow-x: hidden;
    z-index: 999999999999;
    height: 100%;
	left: -350px;
	padding: 15px;
}

.popup-menu  .row-contact {
	margin-top: 15px;
}

.popup-menu.left.show {
    left: 0;
}

.popup-menu .header-menu-wrp {
    padding-top: 15px;
    padding-bottom: 15px;
}

.popup-menu .popup-header {
    position: relative;
}

.popup-menu .popup-header .header-title {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: silver;
    padding-left: 15px;
    padding-right: 15px;
}

.popup-menu .popup-header .header-btn-close-row {
    position: absolute;
    top: 0;
    width: 100%;
}
.popup-menu .popup-header .header-btn-close-wrap {
    padding-left: 15px;
    padding-right: 15px;
    text-align: right;
}
.popup-menu .popup-header .header-btn-close {
    cursor: pointer;
    display: inline-block;
}
.popup-menu .popup-header .header-btn-close-wrap svg {
    fill: silver;
    width: 16px;
    cursor: pointer;
}

.popup-menu .menu {
	display: block !important;
	padding: 0;
    list-style: none;
	margin: 0;
    margin-top: 17px;
	padding-bottom: 10px;
    /* border-bottom: solid #ff1319 1px; */
    margin-bottom: 10px;
	box-sizing: border-box;
}
.popup-menu .menu li {
	position: relative;
	width: 100%;
    display: block;
}

.popup-menu .menu li a {
	display: block;
	text-decoration: none;
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background: transparent;
	font-size: 14px;
            font-weight: 800;
    line-height: 28px;
    text-transform: uppercase;
    color: #4E4C48;
    padding: 0;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;

}

.popup-menu .menu li a:before {
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    overflow: hidden;
    padding-left: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFF;
    white-space: nowrap;
	position: absolute;
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    top: calc(50% - 14px / 2);
    left: -5px;
    background-color: transparent;
    /* background-image: url(/catalog/view/theme/default/image/arrow-right-02.png); */
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}


.logomb {
    height: 27px;
    position: relative;
    top: -3px;
    margin-left: 20px;
}

	#fixedd {
    display: none !important
}


.header_transparent {
   display:none !important
}



.menuitems .col-md-6 {
    margin-bottom: 0px;
}

.mendesc {
    float: left;
    /* width: 45%; */
    color: #000000;
    /* margin-bottom: 25px; */
    font-size: 14px;
    line-height: 18px;
    padding-left: 20px;
    /* margin-top: 20px; */
}


}



@media (min-width: 320px) and (max-width: 767px) {

.mh-head {
    position: fixed;
    width: 100%;
    height: 60px;
    background-color: #ebebeb;
    display: flex !important;
    z-index: +100;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    /* display:block !important */
}

.mh-head .col-btn {
    font-size: 30px;
    text-align: center;
    display: flex;
    align-items: center;
}
.mh-head .col-logo a {
    display: block;
    text-align: center;
}
.mh-head .logo_mob img {
    max-height: 60px;
}
.mh-head .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.mh-head .mh-btns-left {

    color: #fff;
}

/* popup menu */

.popup-menu {
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    width: 350px;
    position: fixed;
    top: 0;
    background-color: #fff;
    border-right: 2px solid #fafafa;
    -webkit-box-shadow: 10px 0 10px rgb(186 186 186 / 25%);
    box-shadow: 10px 0 10px rgb(186 186 186 / 25%);
    max-height: 100%;
    overflow-y: auto;
    max-width: 100%;
    overflow-x: hidden;
    z-index: 999999999999;
    height: 100%;
	left: -350px;
	padding: 15px;
}

.popup-menu  .row-contact {
	margin-top: 15px;
}

.popup-menu.left.show {
    left: 0;
}

.popup-menu .header-menu-wrp {
    padding-top: 15px;
    padding-bottom: 15px;
}

.popup-menu .popup-header {
    position: relative;
}

.popup-menu .popup-header .header-title {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: silver;
    padding-left: 15px;
    padding-right: 15px;
}

.popup-menu .popup-header .header-btn-close-row {
    position: absolute;
    top: 0;
    width: 100%;
}
.popup-menu .popup-header .header-btn-close-wrap {
    padding-left: 15px;
    padding-right: 15px;
    text-align: right;
}
.popup-menu .popup-header .header-btn-close {
    cursor: pointer;
    display: inline-block;
}
.popup-menu .popup-header .header-btn-close-wrap svg {
    fill: silver;
    width: 16px;
    cursor: pointer;
}

.popup-menu .menu {
	display: block !important;
	padding: 0;
    list-style: none;
	margin: 0;
    margin-top: 17px;
	padding-bottom: 10px;
    /* border-bottom: solid #ff1319 1px; */
    margin-bottom: 10px;
	box-sizing: border-box;
}
.popup-menu .menu li {
	position: relative;
	width: 100%;
    display: block;
}

.popup-menu .menu li a {
	display: block;
	text-decoration: none;
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background: transparent;
	font-size: 14px;
            font-weight: 800;
    line-height: 28px;
    text-transform: uppercase;
    color: #4E4C48;
    padding: 0;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;

}

.popup-menu .menu li a:before {
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    overflow: hidden;
    padding-left: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFF;
    white-space: nowrap;
	position: absolute;
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    top: calc(50% - 14px / 2);
    left: -5px;
    background-color: transparent;
    /* background-image: url(/catalog/view/theme/default/image/arrow-right-02.png); */
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}


.logomb {
    height: 27px;
    position: relative;
    top: -3px;
    margin-left: 20px;
}

	#fixedd {
    display: none !important
}


.header_transparent {
   display:none !important
}

  .section_intro {
    padding: 3rem 0 3rem;
    min-height: 150px;
    max-height: 1060px;
    z-index: 10;
    text-align: center;
}

.section_intro .logomb {top:10px}

  .moblight {background-image: url(../images/innerbg.jpg) !important;}

  .steps {height: auto !important;
padding-top: 0px;
top: 0px;
margin-left: 0px;
padding-left:0px;
margin-bottom: 0px;
background:none !important;
position: relative;}

.step {
    padding: 6px 25px 0;
    line-height: 1.25;
    font-size: 18px;
    border-radius: 50%;
    width: 246px;
    height: 156px;
    text-align: center;
}

.steps .step {position:relative !important; width:100%;top:0; left:0}

.step8 {position:relative !important; top:0; left:0}

.step-alt {display:none !important}



.benefits-section {
    padding: 17px 0 60px;
}
.benefits-row::before {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -8px;
    content: '';
    background: #27272f;
    border-radius: 50%;
    z-index: 2;
}

.benefits-text h3 {
    font-size: 14px;
    color: #27272f !important;
    /* font-weight: 400; */
    font-weight: bold;
    margin: 0 0 10px;
	height: 45px;
}

.benefits-icon {display:none}

.benefits-text p {
    color: #d10515 !important;
    margin-bottom: 35px;
	line-height: 16px;
}


  .lp-format-value__label {
    /* color: #000; */
    /* font-size: .71429rem; */
    /* font-weight: 600; */
    /* line-height: 1; */
    /* text-transform: uppercase; */
    /* letter-spacing: .2em; */
}

.lp-format-value__content span {
    color: #000;
    font-size: 1.71429rem;
}

.lp-format {
    padding: 2.28571rem 2.85714rem 2rem;
}


.menuitems .col-md-6 {
    margin-bottom: 0px;
}

.mendesc {
    float: left;
    /* width: 45%; */
    color: #000000;
    /* margin-bottom: 25px; */
    font-size: 14px;
    line-height: 18px;
    padding-left: 20px;
    /* margin-top: 20px; */
}
#contacts i {
    font-size: 20px;
    color: #ffffff;
    margin-left: 0px;
    margin-right: 10px;
}
.price {    position: relative;
    top: -50px;
}

}

#msgSubmit {margin-bottom:25px; font-size:18px}

#scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #999;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
        border-bottom-color: transparent;
    border-bottom-color: #fff;
}

.opimg {opacity:0.7; max-height:250px}

#contacts .franchise-submit {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 50px !important;
    line-height: 1 !important;
    text-align: center !important;
}

/* Mobile polish for the updated franchise landing */
@media only screen and (max-width:767px) {
    .section_intro {
        padding: 105px 0 70px !important;
        min-height: 640px !important;
        max-height: none !important;
        text-align: left !important;
        overflow: hidden;
    }

    .section_intro:after {
        background-size: auto 58% !important;
        background-position: center bottom -8px !important;
        opacity: .34;
    }

    .section_intro .container {
        position: relative;
        z-index: 2;
        width: 100% !important;
        max-width: none !important;
        padding-left: 24px !important;
        padding-right: 24px !important;
        box-sizing: border-box !important;
    }

    .section_intro .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .section_intro .col-xs-12 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .section_intro .title,
    .section_intro h1 {
        font-size: clamp(31px, 9vw, 42px) !important;
        line-height: 1.08 !important;
        text-align: left !important;
        text-shadow: 0 3px 14px rgba(0, 0, 0, .55);
    }

    .section_intro p {
        max-width: 100% !important;
        text-align: left !important;
        text-shadow: 0 2px 12px rgba(0, 0, 0, .75);
    }

    .section_intro .btn,
    #presence [data-presence-button] {
        width: 100%;
    }

    #presence .container {
        width: 100% !important;
        max-width: none !important;
        padding-left: 24px !important;
        padding-right: 24px !important;
        box-sizing: border-box !important;
    }

    #presence [data-presence-button] {
        margin-bottom: 10px;
        white-space: normal;
        text-align: center;
        box-sizing: border-box !important;
    }

    #real-presence-map {
        height: 430px !important;
        border-radius: 16px !important;
    }

    #presence-legend {
        align-items: stretch !important;
    }

    #presence-legend > div {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    #contacts .container > div[style*="grid-template-columns"] > div:last-child {
        padding: 24px 20px !important;
    }

    #contacts .container {
        width: 100% !important;
        max-width: none !important;
        padding-left: 18px !important;
        padding-right: 18px !important;
        box-sizing: border-box !important;
    }

    #contacts .container > div[style*="grid-template-columns"] {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 32px !important;
        width: 100% !important;
        min-width: 0 !important;
    }

    #contacts .container > div[style*="grid-template-columns"] > div {
        min-width: 0 !important;
        width: 100% !important;
    }

    #contacts h2 {
        font-size: 30px !important;
        line-height: 1.12 !important;
        overflow-wrap: anywhere;
    }

    #contacts h3 {
        font-size: 22px !important;
        line-height: 1.18 !important;
        overflow-wrap: anywhere;
    }

    #contacts form input:not([type="radio"]),
    #contacts form select,
    #contacts form textarea,
    #contacts form button {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    #contacts .franchise-submit {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-height: 50px !important;
        padding: 12px 16px 13px !important;
        line-height: 1 !important;
        text-align: center !important;
        white-space: normal !important;
    }

    #associaciya .container {
        width: 100% !important;
        max-width: none !important;
        padding-left: 24px !important;
        padding-right: 24px !important;
        box-sizing: border-box !important;
    }

    #associaciya .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    #associaciya .col-xs-12,
    #associaciya .col-sm-6 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #associaciya .section__header {
        margin-bottom: 24px !important;
        text-align: left !important;
    }

    #associaciya h2 {
        font-size: clamp(28px, 8vw, 38px) !important;
        line-height: 1.12 !important;
    }

    #associaciya .lp-format {
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    #associaciya .lp-format-value__label {
        display: block;
        font-size: 20px !important;
        line-height: 1.3 !important;
        margin: 0 0 10px !important;
    }

    #associaciya .lp-format__title {
        font-size: 15px !important;
        line-height: 1.6 !important;
        margin: 0 !important;
    }

    #associaciya .lp-format-tooltip {
        width: 100% !important;
        min-height: 520px !important;
        padding: 20px 16px !important;
        margin-top: 22px !important;
        border-radius: 18px !important;
        box-sizing: border-box !important;
    }

    #associaciya .lp-format-tooltip-item {
        width: 100% !important;
        box-sizing: border-box !important;
    }

    #model .container {
        width: 100% !important;
        max-width: none !important;
        padding-left: 24px !important;
        padding-right: 24px !important;
        box-sizing: border-box !important;
    }

    #about .container {
        width: 100% !important;
        max-width: none !important;
        padding-left: 24px !important;
        padding-right: 24px !important;
        box-sizing: border-box !important;
    }

    #about .about-main,
    #about .about-benefits {
        width: 100% !important;
    }

    #model .container > div[style*="grid-template-columns:1fr 1fr"],
    #model .container > div[style*="grid-template-columns:repeat(auto-fit"] {
        grid-template-columns: 1fr !important;
        width: 100% !important;
        gap: 16px !important;
    }

    #model .card {
        width: 100% !important;
        box-sizing: border-box !important;
    }

    #model .container > div[style*="justify-content:space-between"] {
        align-items: stretch !important;
    }

    #model .container > div[style*="justify-content:space-between"] .btn {
        width: 100% !important;
        white-space: normal !important;
        text-align: center !important;
    }

    html body #modal-lavka,
    html body #modal-ostrovok,
    html body #modal-butik,
    .modal.modal_md {
        top: 12px !important;
        left: 12px !important;
        right: 12px !important;
        bottom: auto !important;
        transform: none !important;
        width: auto !important;
        max-width: none !important;
        max-height: calc(100vh - 24px) !important;
        padding: 24px 18px 20px !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
        border-radius: 14px !important;
        box-sizing: border-box !important;
    }

    html body #modal-lavka [style*="grid-template-columns"],
    html body #modal-ostrovok [style*="grid-template-columns"],
    html body #modal-butik [style*="grid-template-columns"] {
        grid-template-columns: 1fr !important;
    }

    html body #modal-lavka button[aria-label="Закрыть"],
    html body #modal-ostrovok button[aria-label="Закрыть"],
    html body #modal-butik button[aria-label="Закрыть"] {
        position: sticky !important;
        top: 0 !important;
        margin-left: auto !important;
        z-index: 2;
    }

    .includes-section.benefits-section {
        padding: 58px 0 50px !important;
        width: 100% !important;
        scroll-margin-top: 72px;
    }

    .includes-section .container {
        width: 100% !important;
        max-width: none !important;
        padding-left: 24px !important;
        padding-right: 24px !important;
        box-sizing: border-box !important;
    }

    .includes-section .services-section__header {
        text-align: left !important;
        border-bottom: 0 !important;
        margin-bottom: 24px !important;
    }

    .includes-section .services-section__header > ::before {
        display: none !important;
    }

    .includes-section h2 {
        text-align: left !important;
        color: #f10130 !important;
        font-size: clamp(28px, 8vw, 38px) !important;
        line-height: 1.12 !important;
        margin: 0 !important;
    }

    .includes-section h2 .white {
        color: #fff !important;
    }

    .includes-section .benefits-holder {
        display: grid !important;
        gap: 16px !important;
        width: 100% !important;
        padding-top: 0 !important;
    }

    .includes-section .benefits-row {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 16px !important;
        min-height: 0 !important;
        width: 100% !important;
    }

    .includes-section .benefits-row::before,
    .includes-section .benefits-row::after {
        display: none !important;
    }

    .includes-section .benefits-col,
    .includes-section .benefits-col_reverse {
        display: flex !important;
        align-items: flex-start !important;
        gap: 16px !important;
        width: 100% !important;
        max-width: none !important;
        flex: none !important;
        min-height: 0 !important;
        padding: 24px 20px !important;
        border-radius: 18px !important;
        background: #f10130 !important;
        border: 1px solid rgba(255, 255, 255, .12) !important;
        box-shadow: 0 14px 30px rgba(0, 0, 0, .16) !important;
        box-sizing: border-box !important;
        opacity: 1 !important;
        transform: none !important;
        animation: none !important;
        visibility: visible !important;
    }

    .includes-section .benefits-text {
        order: 1 !important;
        flex: 1 1 auto !important;
        min-width: 0 !important;
    }

    .includes-section .benefits-icon {
        order: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex: 0 0 54px !important;
        width: 54px !important;
        height: 54px !important;
        max-width: 54px !important;
        margin: 0 !important;
        padding: 0 !important;
        border-radius: 12px !important;
        background: rgba(39, 39, 47, .28) !important;
        color: #fff !important;
        font-size: 22px !important;
        line-height: 1 !important;
        text-align: center !important;
    }

    .includes-section .benefits-text h3 {
        height: auto !important;
        margin: 0 0 8px !important;
        color: #fff !important;
        font-size: 17px !important;
        line-height: 1.25 !important;
        letter-spacing: 0 !important;
    }

    .includes-section .benefits-text p {
        margin: 0 !important;
        color: #fff !important;
        font-size: 15px !important;
        line-height: 1.55 !important;
    }
}
