* {
    margin: 0;
    padding: 0
}

html,
body,
div,
button,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    outline: none;
    text-decoration: none
}

html * {
    max-height: 999999px
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

input,
textarea,
button {
    border: none;
    box-shadow: none;
    outline: none;
    border-radius: 0
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input::-ms-clear {
    display: none
}

::-webkit-file-upload-button {
    cursor: pointer
}

input {
    -webkit-appearance: none;
    border-radius: 0
}

select {
    border: none
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none
}


/*!
 *  Font Awesome 4.6.2 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont.eot?v=4.6.2");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.2") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.2") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.2") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.2") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.2#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    animation: fa-spin 0.6s infinite linear
}

.fa-pulse {
    animation: fa-spin 0.3s infinite steps(8)
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #ffffff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

@font-face {
    font-family: 'Montserrat';
    src: local("montserrat-black-webfont"), url("../fonts/montserrat-black-webfont.woff2") format("woff2"), url("../fonts/montserrat-black-webfont.woff") format("woff"), url("../fonts/montserrat-black-webfont.ttf") format("truetype");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: 'Montserrat';
    src: local("montserrat-bold-webfont"), url("../fonts/montserrat-bold-webfont.woff2") format("woff2"), url("../fonts/montserrat-bold-webfont.woff") format("woff"), url("../fonts/montserrat-bold-webfont.ttf") format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Montserrat';
    src: local("montserrat-semibold-webfont"), url("../fonts/montserrat-semibold-webfont.woff2") format("woff2"), url("../fonts/montserrat-semibold-webfont.woff") format("woff"), url("../fonts/montserrat-semibold-webfont.ttf") format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'Montserrat';
    src: local("montserrat-regular-webfont"), url("../fonts/montserrat-regular-webfont.woff2") format("woff2"), url("../fonts/montserrat-regular-webfont.woff") format("woff"), url("../fonts/montserrat-regular-webfont.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Montserrat';
    src: local("montserrat-light-webfont"), url("../fonts/montserrat-light-webfont.woff2") format("woff2"), url("../fonts/montserrat-light-webfont.woff") format("woff"), url("../fonts/montserrat-light-webfont.ttf") format("truetype");
    font-weight: 300;
    font-style: normal
}

@media all and (max-width: 1500px) {
    .hide-on-small-desktop {
        display: none !important
    }
}

@media only screen and (max-width: 750px) {
    .hide-on-mobile750 {
        display: none !important
    }
}

@media only screen and (min-width: 751px) {
    .show-on-mobile750 {
        display: none !important
    }
}

@media only screen and (max-width: 700px) {
    .hide-on-mobile {
        display: none !important
    }
}

@media only screen and (min-width: 701px) {
    .show-on-mobile {
        display: none !important
    }
}

@media all and (max-width: 1000px) {
    .hide-on-tablet {
        display: none !important
    }
}

@media all and (min-width: 1001px) {
    .show-on-tablet {
        display: none !important
    }
}

@media only screen and (max-width: 900px) {
    .hide-on-pre-mobile {
        display: none !important
    }
}

@media only screen and (min-width: 901px) {
    .show-on-pre-mobile {
        display: none !important
    }
}

body {
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "Montserrat";
    line-height: normal;
    font-weight: 400;
    color: #101a21;
    font-size: 18px
}

body._purple .contacts {
    color: #fff
}

body._purple .contacts .link-style {
    color: #fff
}

body._purple .contacts .link-style_dashed-underline::before {
    border-bottom-color: #fff
}

@media all and (max-width: 1300px) {
    body {
        font-size: 16px
    }
}

@media all and (max-width: 1000px) {
    body {
        font-size: 14px
    }
}

.pseudo-hidden {
    position: absolute;
    left: -200vw;
    opacity: 0;
    z-index: -999;
    pointer-events: none;
    overflow: hidden;
    -ms-transform: scale(0);
    transform: scale(0)
}

textarea {
    resize: none
}

.title-wrap {
    margin-bottom: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.title-wrap:last-child {
    margin-bottom: 0
}

.title-wrap .subtitle {
    margin-top: 30px;
    line-height: 1.4
}

.title-wrap .subtitle._big-margin {
    margin-top: 25px
}

.title-wrap .subtitle:first-child {
    margin-top: 0;
    margin-bottom: 20px
}

.title-wrap_left,
.title-wrap._left {
    text-align: left;
    -ms-flex-align: start;
    align-items: flex-start
}

.title-wrap_fix-w,
.title-wrap._fix-w {
    max-width: 895px
}

@media only screen and (max-width: 750px) {
    .title-wrap {
        margin-bottom: 40px
    }
}

.subtitle {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 10px
}

.subtitle+.subtitle {
    margin-top: 3px
}

.subtitle._separate {
    padding-top: 34px;
    margin-top: 27px;
    position: relative
}

.subtitle._separate::before {
    content: '*';
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    margin: auto;
    font-size: 36px;
    font-weight: bold
}

.subtitle._separate+.subtitle._separate {
    margin-top: 11px
}

.subtitle._big {
    font-size: 30px;
    font-weight: bold
}




.arrowbefore {
    position: relative;
}

.arrowbefore::after {
content: '';
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: -12px;
    left: -109px;
    background-image: url(../images/arrow5.png);
    width: 91px;
    height: 86px;
    background-size: contain;
    background-repeat: no-repeat;
}

@media all and (max-width: 1300px) {
    .subtitle {
        font-size: 18px
    }
}

@media all and (max-width: 1000px) {
    .subtitle._big {
        font-size: 24px
    }
    .subtitle._separate {
        padding-top: 42px;
        margin-top: 30px
    }
    .subtitle+.subtitle {
        margin-top: 0
    }
}

@media only screen and (max-width: 750px) {
    .subtitle {
        font-size: 14px
    }
    .subtitle._big {
        font-size: 18px
    }
    .subtitle._separate {
        padding-top: 42px;
        margin-top: 21px
    }
    .subtitle._separate::before {
        font-size: 30px
    }
    .subtitle._separate+.subtitle._separate {
        margin-top: 6px
    }
}

h1 {
    font-size: 70px;
    font-weight: 900;
    text-transform: uppercase
}

h1.highlight {
    -ms-flex-align: start;
    align-items: flex-start
}

h1.highlight span {
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media all and (max-width: 1500px) {
    h1 {
        font-size: 72px
    }
}

@media all and (max-width: 1300px) {
    h1 {
        font-size: 50px
    }
}

@media all and (max-width: 1000px) {
    h1 {
        font-size: 60px
    }
}

@media only screen and (max-width: 750px) {
    h1 {
        font-size: 30px
    }
}

h2 {
    font-size: 60px;
    font-weight: 700
}

@media all and (max-width: 1300px) {
    h2 {
        font-size: 48px
    }
}

@media all and (max-width: 1000px) {
    h2 {
        font-size: 36px
    }
}

@media only screen and (max-width: 750px) {
    h2 {
        font-size: 24px;
        line-height: 1.22
    }
}

h3 {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2
}

@media all and (max-width: 1300px) {
    h3 {
        font-size: 42px
    }
}

@media all and (max-width: 1000px) {
    h3 {
        font-size: 36px;
        line-height: 1.4
    }
}

@media only screen and (max-width: 750px) {
    h3 {
        font-size: 24px
    }
}

h4 {
    font-size: 42px;
    font-weight: bold
}

@media all and (max-width: 1300px) {
    h4 {
        font-size: 36px;
        line-height: 1.4
    }
}

@media all and (max-width: 1000px) {
    h4 {
        font-size: 30px
    }
}

@media only screen and (max-width: 750px) {
    h4 {
        font-size: 24px;
        line-height: 1.3
    }
}

h5 {
    font-size: 36px;
    font-weight: bold
}

@media all and (max-width: 1300px) {
    h5 {
        font-size: 32px;
        line-height: 1.15
    }
}

@media all and (max-width: 1000px) {
    h5 {
        font-size: 24px;
        line-height: 1.3
    }
}

@media only screen and (max-width: 750px) {
    h5 {
        font-size: 18px
    }
}

h6 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.2
}

@media all and (max-width: 1300px) {
    h6 {
        font-size: 22px
    }
}

@media all and (max-width: 1000px) {
    h6 {
        font-size: 20px
    }
}

@media only screen and (max-width: 750px) {
    h6 {
        font-size: 18px
    }
}

.link-style {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #101a21;
    transition: all .3s ease;
    cursor: pointer
}

.link-style:not(._hide) .hide-text {
    display: none !important
}

.link-style._hide .show-text {
    display: none !important
}

.link-style:hover,
.link-style._active {
    color: #101a21
}

.link-style_big,
.link-style._big {
    font-size: 16px
}

.link-style_super-big,
.link-style._super-big {
    font-size: 22px
}

.link-style_underline::before,
.link-style._underline::before {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    top: auto;
    right: 0;
    bottom: -1px;
    left: 0;
    margin: auto;
    background: #101a21;
    transition: all .3s ease
}

.link-style_underline:hover::before,
.link-style._underline:hover::before {
    background: transparent
}

.link-style_dotted-underline::before,
.link-style._dotted-underline::before {
    content: '';
    width: 100%;
    height: 0;
    display: block;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-bottom: 1px dotted #101a21;
    transition: all .3s ease
}

.link-style_dotted-underline:hover::before,
.link-style._dotted-underline:hover::before {
    border-bottom-color: transparent
}

.link-style_dashed-underline::before,
.link-style._dashed-underline::before {
    content: '';
    width: 100%;
    height: 0;
    display: block;
    position: absolute;
    top: auto;
    right: 0;
    bottom: -3px;
    left: 0;
    margin: auto;
    border-bottom: 1px dashed #101a21;
    transition: all .3s ease
}

.link-style_dashed-underline:hover::before,
.link-style._dashed-underline:hover::before {
    border-bottom-color: transparent
}

.link-style_arrow::before,
.link-style._arrow::before {
    content: '\f105';
    display: block;
    position: absolute;
    top: 0;
    right: -10px;
    bottom: 0;
    left: auto;
    margin: auto;
    font-family: "FontAwesome";
    font-family: "FontAwesome";
    color: inherit;
    font-size: 16px;
    font-weight: 300
}

.link-style_arrow-d::before,
.link-style._arrow-d::before {
    content: '\f107';
    display: block;
    position: absolute;
    top: 1px;
    right: -15px;
    bottom: 0;
    left: auto;
    margin: auto;
    font-family: "FontAwesome";
    color: inherit;
    font-size: 16px;
    font-weight: 300;
    transition: transform .3s ease
}

.link-style_arrow-d._hide::before,
.link-style._arrow-d._hide::before {
    -ms-transform: scaleY(-1);
    transform: scaleY(-1)
}

.content {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: block;
    width: 100%;
    overflow: hidden
}

.content__wrapper {
    width: 100%;
    margin-left: auto;
    box-sizing: border-box;
    transition: 0.6s ease;
    transition-delay: 0.3s
}

.block-wrapper {
    position: relative;
    width: 100%;
    padding: 100px 0;
    box-sizing: border-box
}

.block-wrapper_white {
    color: #fff
}

@media only screen and (max-width: 750px) {
    .block-wrapper {
        padding: 50px 0
    }
}

.container {
    margin: 0 auto;
    width: 100%;
    max-width: 1430px;
    padding: 0 10px;
    box-sizing: border-box;
    z-index: 5;
    position: relative
}

.container._pre-med,
.container_pre-med {
    max-width: 1685px
}

.container._med,
.container_med {
    max-width: 1525px
}

.container._common,
.container_common {
    max-width: 1220px
}

.container._common-small,
.container_common-small {
    max-width: 1145px
}

.container._pre-small,
.container_pre-small {
    max-width: 1120px
}

.container._small,
.container_small {
    max-width: 915px
}

@media all and (max-width: 1500px) {
    .container {
        padding: 0 20px
    }
}

@media all and (max-width: 1300px) {
    .container {
        padding: 0 40px
    }
}

@media all and (max-width: 1000px) {
    .container {
        padding: 0 20px
    }
}

@media only screen and (max-width: 700px) {
    .out-of-container {
        width: calc(100% + 68px) !important;
        left: -34px !important;
        padding-left: 34px !important;
        padding-right: 34px !important;
        max-width: 100vw !important;
        box-sizing: border-box
    }
}

.row {
    margin-bottom: 30px
}

.row_around {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.row_center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.clear {
    display: block;
    clear: both
}

.hide {
    display: none
}

.underline {
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
    color: inherit;
    position: relative
}

.underline.underline::before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    top: auto;
    bottom: 0;
    left: 0;
    transition: .5s ease;
    background: black
}

.underline.underline:hover {
    transition: all 0.3s ease;
    color: #101a21
}

.underline.underline:hover::before {
    width: 100%
}

p:last-child {
    margin-bottom: 0
}

.common-ul ul li,
ul.common-ul li {
    margin-bottom: 20px;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6
}

.marker-ul ul li,
ul.marker-ul li {
    padding-left: 25px;
    margin-bottom: 18px;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6
}

.marker-ul ul li::before,
ul.marker-ul li::before {
    content: '*';
    display: block;
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    margin: auto;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3
}

.marker-ul ul li .sub,
ul.marker-ul li .sub {
    display: block;
    font-size: 14px
}

.marker-ul ul._small li,
ul.marker-ul._small li {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px
}

@media all and (max-width: 1300px) {
    .marker-ul ul li,
    ul.marker-ul li {
        font-size: 16px
    }
}

@media all and (max-width: 1000px) {
    .marker-ul ul li,
    ul.marker-ul li {
        font-size: 14px;
        line-height: 1.75;
        margin-bottom: 24px
    }
    .marker-ul ul li .sub,
    ul.marker-ul li .sub {
        font-size: 12px
    }
}

@media only screen and (max-width: 750px) {
    .marker-ul ul li,
    ul.marker-ul li {
        font-size: 12px;
        line-height: 1.5;
        margin-bottom: 18px
    }
    .marker-ul ul li::before,
    ul.marker-ul li::before {
        font-size: 30px
    }
    .marker-ul ul li .sub,
    ul.marker-ul li .sub {
        font-size: 10px
    }
}

.checked-ul ul li,
ul.checked-ul li {
    padding-left: 45px;
    margin-bottom: 27px;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6
}

.checked-ul ul li::before,
ul.checked-ul li::before {
    content: '';
    display: block;
    position: absolute;
    top: -4px;
    right: auto;
    bottom: auto;
    left: 0;
    margin: auto;
    width: 29px;
    height: 25px;
    background: url("../images/svg/checked-01.svg") center center no-repeat;
    background-size: contain
}

.checked-ul ul li .sub,
ul.checked-ul li .sub {
    display: block;
    font-size: 14px
}

.checked-ul ul._small li,
ul.checked-ul._small li {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px
}

@media all and (max-width: 1300px) {
    .checked-ul ul li,
    ul.checked-ul li {
        font-size: 16px
    }
}

@media all and (max-width: 1000px) {
    .checked-ul ul li,
    ul.checked-ul li {
        font-size: 14px;
        line-height: 1.75;
        margin-bottom: 24px
    }
    .checked-ul ul li .sub,
    ul.checked-ul li .sub {
        font-size: 12px
    }
}

@media only screen and (max-width: 750px) {
    .checked-ul ul li,
    ul.checked-ul li {
        font-size: 12px;
        line-height: 1.5;
        margin-bottom: 18px
    }
    .checked-ul ul li::before,
    ul.checked-ul li::before {
        font-size: 30px
    }
    .checked-ul ul li .sub,
    ul.checked-ul li .sub {
        font-size: 10px
    }
}

.num-ul ul,
ul.num-ul {
    counter-reset: list 0
}

.num-ul ul li,
ul.num-ul li {
    padding-left: 150px;
    font-size: 18px;
    position: relative;
    margin-bottom: 50px
}

.num-ul ul li::before,
ul.num-ul li::before {
    counter-increment: list;
    content: counter(list) ".";
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    margin: auto;
    font-size: 135px;
    color: #101a21;
    font-weight: 900;
    line-height: 1;
    width: 130px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

@media all and (max-width: 1300px) {
    .num-ul ul li,
    ul.num-ul li {
        font-size: 16px;
        margin-bottom: 22px
    }
}

@media all and (max-width: 1000px) {
    .num-ul ul li,
    ul.num-ul li {
        font-size: 14px;
        padding-left: 140px;
        margin-bottom: 80px
    }
    .num-ul ul li::before,
    ul.num-ul li::before {
        font-size: 100px;
        font-weight: 700
    }
}

@media only screen and (max-width: 750px) {
    .num-ul ul li,
    ul.num-ul li {
        padding-left: 56px;
        font-size: 12px;
        margin-bottom: 25px
    }
    .num-ul ul li::before,
    ul.num-ul li::before {
        font-size: 60px;
        width: 60px;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.row-num-ul ul,
ul.row-num-ul {
    counter-reset: list 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start
}

.row-num-ul ul li,
ul.row-num-ul li {
    font-size: 24px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-weight: 400
}

.row-num-ul ul li .text,
ul.row-num-ul li .text {
    max-width: 220px;
    margin: auto;
    color: #101a21
}

.row-num-ul ul li .num,
ul.row-num-ul li .num {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto 20px
}

.row-num-ul ul li .num::before,
ul.row-num-ul li .num::before {
    counter-increment: list;
    content: "0" counter(list);
    font-size: 70px;
    font-weight: 700;
    line-height: 1;
    display: block
}

.row-num-ul ul li .num::after,
ul.row-num-ul li .num::after {
    content: '';
    display: block;
    width: 57px;
    height: 5%;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    margin: auto;
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

.row-num-ul ul li:last-child .num::after,
ul.row-num-ul li:last-child .num::after {
    display: none
}

@media all and (max-width: 1300px) {
    .row-num-ul ul li,
    ul.row-num-ul li {
        font-size: 18px
    }
    .row-num-ul ul li .num::before,
    ul.row-num-ul li .num::before {
        font-size: 65px
    }
    .row-num-ul ul li .text,
    ul.row-num-ul li .text {
        max-width: 125px
    }
}

.currency::after {
    content: attr(data-currency);
    display: inline-block;
    position: relative;
    margin-left: 10px;
    font: inherit
}

b,
.bold {
    font-weight: bold !important
}

.italic {
    font-style: italic
}

.gray-bg {
    background: #f3f3f3
}

.ps-container .ps-scrollbar-x-rail {
    display: none !important
}

.ps-container .ps-scrollbar-y-rail {
    opacity: 1 !important;
    width: 5px !important;
    background: transparent !important
}

.ps-container .ps-scrollbar-y-rail .ps-scrollbar-y {
    right: 0 !important;
    background: #ffce2d !important;
    border-radius: 0 !important;
    width: 5px !important;
    cursor: pointer !important
}

.ps-container:hover .ps-scrollbar-y-rail {
    opacity: 1 !important
}

.close-button {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    left: auto;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 10
}

.close-button::before,
.close-button::after {
    content: '';
    display: block;
    position: absolute;
    width: 50%;
    height: 1px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #101a21;
    transition: transform .5s ease;
    will-change: transform
}

.close-button::before {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.close-button::after {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.close-button:hover::before {
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg)
}

.close-button:hover::after {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.btn-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.column-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.column-wrap._center {
    -ms-flex-align: center;
    align-items: center
}

.circle-bg {
    transition: all .4s ease-in-out
}

.circle-bg .btn-bg {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #fff;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out, opacity .3s linear;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0
}

.circle-bg:hover>.btn-bg {
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out, opacity .3s linear;
    width: 225%;
    height: 500%;
    z-index: 1;
    opacity: 1
}

.circle-bg:active>.btn-bg {
    opacity: .5
}

.circle-bg._yellow-circle>.btn-bg {
    background: #ffce2d
}

.circle-bg._red-circle>.btn-bg {
    background: #ea4a63
}

.circle-bg._blue-circle>.btn-bg {
    background: #0097dc
}

.circle-bg._purple-circle>.btn-bg {
    background: #c546d1
}

.btn-style {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    text-align: center;
    font-size: 24px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    background: #00bfff;
    padding: 10px 25px;
    z-index: 5;
    border-radius: 10px;
    max-width: 425px
}

.btn-style .btn-bg {
    z-index: 3
}

.btn-style__wrapper {
    position: relative;
    z-index: 5;
    display: -ms-flexbox;
    display: flex
}

.btn-style__text,
.btn-style__label {
    position: relative;
    z-index: 2;
    color: inherit;
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.6
}

.btn-style:not(._hide) .hide-text {
    display: none !important
}

.btn-style._hide .show-text {
    display: none !important
}

.btn-style_border {
    border: 3px solid #fff;
    height: 64px;
    padding: 5px 10px;
    background: transparent;
    max-width: 100%;
    width: 229px
}

.btn-style_border:hover {
    color: #101a21
}

.btn-style_black {
    border: 3px solid #101a21;
    height: 64px;
    padding: 5px 10px;
    background: transparent;
    max-width: 100%;
    width: 229px;
    color: #101a21
}

.btn-style_black:hover {
    color: #fff
}

.btn-style_black .btn-bg {
    background: #101a21
}

.btn-style_shadow {
    height: 75px;
    /*padding:15px 40px;*/
    transition: all .3s ease;
    position: relative;
    overflow: visible;
    will-change: transform;
    /*min-width:426px;*/
    max-width: 100%
}

.btn-style_shadow::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    width: 100%;
    height: 100%;
    -ms-transform: translate(-7px, 9px);
    transform: translate(-7px, 9px);
    border-radius: 10px;
    will-change: transform;
    transition: all .3s ease
}

.btn-style_shadow::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px
}

.btn-style_shadow:active {
    opacity: .8
}

.btn-style_shadow:hover {
    -ms-transform: translate(-7px, 9px);
    transform: translate(-7px, 9px)
}

.btn-style_shadow:hover::before {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.btn-style_purple {
    background: #721c7a
}

.btn-style_purple::before {
    background: #50135e
}

.btn-style_purple::after {
    background: #721c7a
}

.btn-style_red {
    background: #ea4a63
}

.btn-style_red::before {
    background: #cc3a51
}

.btn-style_red::after {
    background: #ea4a63
}

.btn-style_yellow {
    height: 62px;
    background: #ffce2d;
    padding: 5px 40px;
    color: #101a21
}

.btn-style_yellow .btn-bg {
    background: #ffe450
}

.btn-style_gray {
    border-color: #d5d7d7;
    padding: 15px 20px;
    height: 50px
}

.btn-style_gray .btn-style__label {
    font-size: 12px
}

.btn-style_small {
    padding: 3px 32px;
    height: 38px;
    width: auto
}

.btn-style_center {
    margin-left: auto;
    margin-right: auto
}

.btn-style_full-w {
    width: 100%
}

.btn-style._disable {
    opacity: .5 !important;
    pointer-events: none !important
}

@media all and (max-width: 1300px) {
    .btn-style_yellow {
        padding: 5px 20px
    }
    .btn-style__text,
    .btn-style__label {
        line-height: 1.2
    }
}

@media all and (max-width: 1000px) {
    .btn-style_yellow {
        width: 300px;
        max-width: 100%
    }
    .btn-style_shadow {
        height: 67px;
        width: auto;
        padding: 10px 20px
    }
}

@media only screen and (max-width: 750px) {
    .btn-style_purple {
        max-width: calc(100% - 20px);
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }
    .btn-style_yellow {
        height: 50px;
        width: 100%
    }
    .btn-style_black {
        height: 50px;
        width: auto;
        padding: 10px 20px
    }
    .btn-style__label {
        font-size: 12px;
        font-weight: 700
    }
}

.checkbox-style,
.radio-style {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 10px
}

.checkbox-style:last-child,
.radio-style:last-child {
    margin-bottom: 0
}

.checkbox-style__input,
.radio-style__input {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    cursor: pointer;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.checkbox-style__indicator,
.radio-style__indicator {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20px;
    height: 20px;
    background-color: #f5f5f5;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.checkbox-style_radio .checkbox-style__indicator,
.radio-style_radio .checkbox-style__indicator,
.checkbox-style_radio .radio-style__indicator,
.radio-style_radio .radio-style__indicator {
    background-color: #f5f5f5;
    border-radius: 50%;
    width: 20px;
    height: 20px
}

.checkbox-style_radio .checkbox-style__icon,
.radio-style_radio .checkbox-style__icon,
.checkbox-style_radio .radio-style__icon,
.radio-style_radio .radio-style__icon {
    display: block;
    background-color: #c546d1;
    border-radius: 50%;
    width: 10px;
    height: 10px
}

.checkbox-style_radio .checkbox-style__icon:before,
.radio-style_radio .checkbox-style__icon:before,
.checkbox-style_radio .radio-style__icon:before,
.radio-style_radio .radio-style__icon:before {
    content: none
}

.checkbox-style__icon,
.radio-style__icon {
    transition: .3s ease;
    opacity: 0;
    color: #00bfff;
    font-size: 16px;
    font-weight: 400
}

.checkbox-style__label,
.radio-style__label {
    width: calc(100% - 30px);
    margin-left: 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.33;
    color: #fff
}

.checkbox-style_status-all .checkbox-style__label:after,
.radio-style_status-all .checkbox-style__label:after,
.checkbox-style_status-all .radio-style__label:after,
.radio-style_status-all .radio-style__label:after {
    background-color: #c8c8c8
}

.checkbox-style_status-online .checkbox-style__label:after,
.radio-style_status-online .checkbox-style__label:after,
.checkbox-style_status-online .radio-style__label:after,
.radio-style_status-online .radio-style__label:after {
    background-color: #41b74a
}

.checkbox-style_status-forming .checkbox-style__label:after,
.radio-style_status-forming .checkbox-style__label:after,
.checkbox-style_status-forming .radio-style__label:after,
.radio-style_status-forming .radio-style__label:after {
    background-color: #eed9b1
}

.checkbox-style__input:checked ~ .checkbox-style__indicator .checkbox-style__icon,
.radio-style__input:checked ~ .checkbox-style__indicator .checkbox-style__icon,
.checkbox-style__input:checked ~ .radio-style__indicator .checkbox-style__icon,
.radio-style__input:checked ~ .radio-style__indicator .checkbox-style__icon,
.checkbox-style__input:checked ~ .checkbox-style__indicator .radio-style__icon,
.radio-style__input:checked ~ .checkbox-style__indicator .radio-style__icon,
.checkbox-style__input:checked ~ .radio-style__indicator .radio-style__icon,
.radio-style__input:checked ~ .radio-style__indicator .radio-style__icon {
    opacity: 1
}

.checkbox-style__input.error ~ .checkbox-style__indicator,
.radio-style__input.error ~ .checkbox-style__indicator,
.checkbox-style__input.error ~ .radio-style__indicator,
.radio-style__input.error ~ .radio-style__indicator {
    border-color: red
}

.checkbox-style_filter .checkbox-style__input._active ~ .checkbox-style__label,
.checkbox-style_filter .radio-style__input._active ~ .radio-style__label,
.radio-style_filter .checkbox-style__input._active ~ .checkbox-style__label,
.radio-style_filter .radio-style__input._active ~ .radio-style__label {
    color: #00bfff
}

.checkbox-style_small,
.radio-style_small {
    -ms-flex-align: center;
    align-items: center
}

.checkbox-style_small .checkbox-style__label,
.radio-style_small .checkbox-style__label,
.checkbox-style_small .radio-style__label,
.radio-style_small .radio-style__label {
    font-size: 14px;
    top: 0
}

.checkbox-style_text-checkbox,
.radio-style_text-checkbox {
    margin-right: 10px;
    -ms-flex-align: center;
    align-items: center
}

.checkbox-style_text-checkbox:last-child,
.radio-style_text-checkbox:last-child {
    margin-right: 0
}

.checkbox-style_text-checkbox .checkbox-style__input:checked ~ .checkbox-style__label,
.checkbox-style_text-checkbox .radio-style__input:checked ~ .radio-style__label,
.radio-style_text-checkbox .checkbox-style__input:checked ~ .checkbox-style__label,
.radio-style_text-checkbox .radio-style__input:checked ~ .radio-style__label {
    background-color: rgba(190, 141, 0, 0.1);
    color: #101a21
}

.checkbox-style_text-checkbox .checkbox-style__input:checked ~ .checkbox-style__label .text::before,
.checkbox-style_text-checkbox .radio-style__input:checked ~ .radio-style__label .text::before,
.radio-style_text-checkbox .checkbox-style__input:checked ~ .checkbox-style__label .text::before,
.radio-style_text-checkbox .radio-style__input:checked ~ .radio-style__label .text::before {
    opacity: 0
}

.checkbox-style_text-checkbox .checkbox-style__indicator,
.radio-style_text-checkbox .checkbox-style__indicator,
.checkbox-style_text-checkbox .radio-style__indicator,
.radio-style_text-checkbox .radio-style__indicator {
    display: none
}

.checkbox-style_text-checkbox .checkbox-style__label,
.radio-style_text-checkbox .checkbox-style__label,
.checkbox-style_text-checkbox .radio-style__label,
.radio-style_text-checkbox .radio-style__label {
    margin-left: 0;
    width: 100%;
    top: 0;
    padding: 2px 5px;
    border-radius: 5px;
    background-color: rgba(190, 141, 0, 0);
    transition: all .3s ease;
    position: relative;
    color: #00bfff;
    font-size: 14px
}

.checkbox-style_text-checkbox .checkbox-style__label .text,
.radio-style_text-checkbox .checkbox-style__label .text,
.checkbox-style_text-checkbox .radio-style__label .text,
.radio-style_text-checkbox .radio-style__label .text {
    display: inline-block;
    position: relative
}

.checkbox-style_text-checkbox .checkbox-style__label .text::before,
.radio-style_text-checkbox .checkbox-style__label .text::before,
.checkbox-style_text-checkbox .radio-style__label .text::before,
.radio-style_text-checkbox .radio-style__label .text::before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 1px;
    left: 0;
    margin: auto;
    border-bottom: 1px dotted #00bfff
}

.checkbox-style__color-icon,
.radio-style__color-icon {
    width: 12px;
    height: 12px;
    display: inline-block;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    border-radius: 50%;
    margin-right: 5px
}

.checkbox-style__label,
.radio-style__label {
    font-size: 16px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.confidentiality {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 300
}

.confidentiality a {
    color: #ffce2d;
    transition: all .3s ease
}

.confidentiality a:hover {
    text-decoration: underline
}

.confidentiality_purple a {
    color: #721c7a
}

@media only screen and (max-width: 750px) {
    .confidentiality {
        font-size: 12px;
        line-height: 1.2;
        margin-bottom: 0
    }
}

.form-style {
    position: relative
}

.form-style__label {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
    text-align: center;
    position: relative
}

.form-style__label::before {
    content: '*';
    display: block;
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    margin: auto;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4
}

.form-style__bottom {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    max-width: 700px;
    margin: 20px auto 0
}

.form-style__bottom .btn-style {
    margin-bottom: 20px
}

.form-style__bottom .btn-style:last-child {
    margin-bottom: 0
}

.form-style__bottom ul li {
    font-weight: 300
}

.form-style__input-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.form-style__input-list_2-col .select-wrapper {
    width: calc(50% - 10px)
}

.form-style__input-list_2-col .input-style {
    width: calc(50% - 10px)
}

.form-style__input-list_2-col .input-style_textarea {
    width: 100%
}

.form-style__row {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.form-style__row_mb {
    margin-bottom: 20px
}

.form-style__row_3 .input-style,
.form-style__row_3 .select-wrapper {
    width: calc(100% / 3 - 40px / 3)
}

.form-style__row_2 .input-style,
.form-style__row_2 .select-wrapper,
.form-style__row_2 .btn-wrap {
    width: calc(50% - 10px)
}

.form-style__row_top-space .input-style,
.form-style__row_top-space .select-wrapper,
.form-style__row_top-space .btn-wrap {
    margin-top: 47px;
    margin-bottom: 5px
}

.form-style_dark .input-style__input,
.form-style_dark .input-style__select,
.form-style_dark .input-style__textarea {
    background: rgba(16, 26, 33, 0.1);
    color: #101a21
}

.form-style_dark .input-style__input:focus ~ .select-wrapper__placeholder,
.form-style_dark .input-style__input:focus ~ .input-style__placeholder,
.form-style_dark .input-style__input._active ~ .select-wrapper__placeholder,
.form-style_dark .input-style__input._active ~ .input-style__placeholder,
.form-style_dark .input-style__input._selected ~ .select-wrapper__placeholder,
.form-style_dark .input-style__input._selected ~ .input-style__placeholder,
.form-style_dark .input-style__select:focus ~ .select-wrapper__placeholder,
.form-style_dark .input-style__select:focus ~ .input-style__placeholder,
.form-style_dark .input-style__select._active ~ .select-wrapper__placeholder,
.form-style_dark .input-style__select._active ~ .input-style__placeholder,
.form-style_dark .input-style__select._selected ~ .select-wrapper__placeholder,
.form-style_dark .input-style__select._selected ~ .input-style__placeholder,
.form-style_dark .input-style__textarea:focus ~ .select-wrapper__placeholder,
.form-style_dark .input-style__textarea:focus ~ .input-style__placeholder,
.form-style_dark .input-style__textarea._active ~ .select-wrapper__placeholder,
.form-style_dark .input-style__textarea._active ~ .input-style__placeholder,
.form-style_dark .input-style__textarea._selected ~ .select-wrapper__placeholder,
.form-style_dark .input-style__textarea._selected ~ .input-style__placeholder {
    color: #101a21
}

.form-style_dark .input-style__input:focus,
.form-style_dark .input-style__input._active,
.form-style_dark .input-style__select:focus,
.form-style_dark .input-style__select._active,
.form-style_dark .input-style__textarea:focus,
.form-style_dark .input-style__textarea._active {
    background: rgba(16, 26, 33, 0.15)
}

.form-style_dark .input-style__placeholder {
    color: #101a21
}

@media only screen and (max-width: 700px) {
    .form-style__row {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .form-style__row_mb {
        margin-bottom: 20px
    }
    .form-style__row_3 .input-style,
    .form-style__row_3 .select-wrapper {
        width: 100%
    }
    .form-style__row_2 .input-style,
    .form-style__row_2 .select-wrapper,
    .form-style__row_2 .btn-wrap {
        width: 100%
    }
}

.input-style {
    width: 100%;
    position: relative;
    margin-bottom: 20px
}

.input-style__input {
    padding: 2px 30px 0
}

.input-style__input,
.input-style__select,
.input-style__textarea {
    position: relative;
    z-index: 9;
    transition: all 0.3s ease;
    height: 64px;
    width: 100%;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    background: transparent;
    color: #fff;
    background: rgba(16, 26, 33, 0.1);
    font-weight: 700;
    font-size: 16px;
    border-bottom: 2px solid transparent
}

.input-style__input:focus,
.input-style__input._active,
.input-style__select:focus,
.input-style__select._active,
.input-style__textarea:focus,
.input-style__textarea._active {
    background: rgba(255, 255, 255, 0.2)
}

.input-style__input.error,
.input-style__select.error,
.input-style__textarea.error {
    border-bottom-color: red
}

.input-style__input.valid,
.input-style__select.valid,
.input-style__textarea.valid {
    border-bottom-color: mediumseagreen
}

.input-style_inline .input-style__input,
.input-style_inline .input-style__select {
    padding-right: 60px
}

.input-style .pseudo-hidden.error+* {
    border-bottom: 2px solid red
}

.input-style .pseudo-hidden.valid+* {
    border-bottom: 2px solid mediumseagreen
}

@media only screen and (max-width: 750px) {
    .input-style {
        margin-bottom: 25px
    }
    .input-style__input,
    .input-style__select,
    .input-style__textarea {
        height: 50px
    }
}

.input-style_require-icon::before,
.input-style_check-icon::before {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    left: auto;
    margin: auto;
    color: #101a21;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10;
    font-family: "FontAwesome"
}

.input-style_require-icon::before {
    content: '\f069';
    font-size: 8px
}

.input-style_check-icon::before {
    content: '\f00c';
    font-size: 14px
}

.input-style__input:focus ~ .select-wrapper__placeholder,
.input-style__input:focus ~ .input-style__placeholder,
.input-style__input._active ~ .select-wrapper__placeholder,
.input-style__input._active ~ .input-style__placeholder,
.input-style__input._selected ~ .select-wrapper__placeholder,
.input-style__input._selected ~ .input-style__placeholder,
.input-style__select:focus ~ .select-wrapper__placeholder,
.input-style__select:focus ~ .input-style__placeholder,
.input-style__select._active ~ .select-wrapper__placeholder,
.input-style__select._active ~ .input-style__placeholder,
.input-style__select._selected ~ .select-wrapper__placeholder,
.input-style__select._selected ~ .input-style__placeholder,
.input-style__textarea:focus ~ .select-wrapper__placeholder,
.input-style__textarea:focus ~ .input-style__placeholder,
.input-style__textarea._active ~ .select-wrapper__placeholder,
.input-style__textarea._active ~ .input-style__placeholder,
.input-style__textarea._selected ~ .select-wrapper__placeholder,
.input-style__textarea._selected ~ .input-style__placeholder {
    top: -6px;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    color: #fff
}

.input-style__input:focus ~ .select-wrapper__label,
.input-style__input:focus ~ .input-style__label,
.input-style__input._active ~ .select-wrapper__label,
.input-style__input._active ~ .input-style__label,
.input-style__input._selected ~ .select-wrapper__label,
.input-style__input._selected ~ .input-style__label,
.input-style__select:focus ~ .select-wrapper__label,
.input-style__select:focus ~ .input-style__label,
.input-style__select._active ~ .select-wrapper__label,
.input-style__select._active ~ .input-style__label,
.input-style__select._selected ~ .select-wrapper__label,
.input-style__select._selected ~ .input-style__label,
.input-style__textarea:focus ~ .select-wrapper__label,
.input-style__textarea:focus ~ .input-style__label,
.input-style__textarea._active ~ .select-wrapper__label,
.input-style__textarea._active ~ .input-style__label,
.input-style__textarea._selected ~ .select-wrapper__label,
.input-style__textarea._selected ~ .input-style__label {
    height: 0
}

.input-style__placeholder {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 11;
    cursor: default;
    transition: all 0.3s ease;
    left: 30px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    pointer-events: none;
    padding-right: 20px;
    box-sizing: border-box
}

.input-style__textarea ~ .input-style__placeholder {
    top: 23px;
    -ms-transform: none;
    transform: none
}

.input-style.ph-left {
    width: calc(50% - 30px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0 !important
}

.input-style.ph-left .input-style__input {
    width: 100px;
    -ms-flex-order: 2;
    order: 2;
    padding: 2px 10px 0;
    text-align: center
}

.input-style.ph-left .input-style__placeholder {
    -ms-flex-order: 1;
    order: 1;
    position: relative;
    width: calc(100% - 100px);
    top: 0;
    left: 0;
    -ms-transform: none;
    transform: none;
    color: #fff;
    font-size: 16px;
    line-height: 1.2
}

@media only screen and (max-width: 700px) {
    .input-style.ph-left {
        width: 100%
    }
    .input-style.ph-left .input-style__placeholder {
        width: calc(100% - 80px)
    }
    .input-style.ph-left .input-style__input {
        width: 80px
    }
}

.input-style__label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 15;
    cursor: text
}

.input-style__textarea {
    height: 140px;
    padding: 23px 30px;
    box-sizing: border-box
}

.select-wrapper {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    z-index: 100
}

.select-wrapper__input {
    padding: 2px 30px 0
}

.select-wrapper__input,
.select-wrapper__select,
.select-wrapper__textarea {
    position: relative;
    z-index: 9;
    transition: all 0.3s ease;
    height: 64px;
    width: 100%;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    background: transparent;
    color: #fff;
    background: rgba(16, 26, 33, 0.1);
    font-weight: 700;
    font-size: 16px;
    border-bottom: 2px solid transparent
}

.select-wrapper__input:focus,
.select-wrapper__input._active,
.select-wrapper__select:focus,
.select-wrapper__select._active,
.select-wrapper__textarea:focus,
.select-wrapper__textarea._active {
    background: rgba(255, 255, 255, 0.2)
}

.select-wrapper__input.error,
.select-wrapper__select.error,
.select-wrapper__textarea.error {
    border-bottom-color: red
}

.select-wrapper__input.valid,
.select-wrapper__select.valid,
.select-wrapper__textarea.valid {
    border-bottom-color: mediumseagreen
}

.select-wrapper_inline .select-wrapper__input,
.select-wrapper_inline .select-wrapper__select {
    padding-right: 60px
}

.select-wrapper .pseudo-hidden.error+* {
    border-bottom: 2px solid red
}

.select-wrapper .pseudo-hidden.valid+* {
    border-bottom: 2px solid mediumseagreen
}

@media only screen and (max-width: 750px) {
    .select-wrapper {
        margin-bottom: 25px
    }
    .select-wrapper__input,
    .select-wrapper__select,
    .select-wrapper__textarea {
        height: 50px
    }
}

.select-wrapper__address {
    display: none
}

.select-wrapper__select {
    padding: 0 60px 0 30px
}

.select-wrapper__select.error {
    border-bottom-color: red
}

.select-wrapper__select.valid {
    border-bottom-color: mediumseagreen
}

.select-wrapper__select:after {
    content: "\f107";
    position: absolute;
    right: 0;
    top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    color: #fff;
    width: 62px;
    height: 100%;
    font-family: "FontAwesome";
    font-size: 16px
}

.select-wrapper__select._active:after {
    content: "\f106"
}

.select-wrapper__select span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 300
}

.select-wrapper__select._active ~ .select-wrapper__inner {
    pointer-events: all;
    animation: show-shadow .3s ease both;
    animation-delay: 1s;
    left: 0;
    transition-delay: 0s
}

.select-wrapper__select._active ~ .select-wrapper__inner .scroll-wrap {
    opacity: 1;
    transition-delay: .5s
}

.select-wrapper__select._active ~ .select-wrapper__inner::before {
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    transition-delay: 0s
}

@keyframes show-shadow {
    0% {
        box-shadow: 0 5px 13px transparent
    }
    100% {
        box-shadow: 0 5px 13px rgba(0, 0, 0, 0.1)
    }
}

.select-wrapper__inner {
    z-index: 30;
    width: 100%;
    position: absolute;
    top: calc(100% + 12px);
    left: -200vw;
    box-sizing: border-box;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    pointer-events: none;
    overflow: hidden;
    transition-delay: 1.3s
}

.select-wrapper__inner::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 50%;
    margin: auto;
    display: block;
    width: 150%;
    height: 300%;
    background: #fff;
    border-radius: 50%;
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    transition: all 1s ease;
    opacity: 0;
    transition-delay: .3s
}

.select-wrapper__inner .scroll-wrap {
    position: relative;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    max-height: 200px;
    opacity: 0;
    transition: opacity .3s ease;
    transition-delay: 0s
}

.select-wrapper__inner .scroll-wrap>div {
    overflow: hidden
}

.select-wrapper__inner .option {
    width: 100%;
    height: 62px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0;
    transition: 0.3s ease;
    box-sizing: border-box;
    text-align: left;
    padding: 0 10px 0 30px;
    cursor: pointer;
    white-space: nowrap;
    color: #101a21;
    font-size: 14px;
    font-weight: 400
}

.select-wrapper__inner .option._active {
    color: #ea4a63
}

.select-wrapper__inner .option:hover {
    background-color: #e5e5e5
}

.select-wrapper__inner .option .type {
    margin-left: 10px;
    font-size: 12px;
    opacity: .6
}

.select-wrapper__input:focus ~ .select-wrapper__placeholder,
.select-wrapper__input:focus ~ .input-style__placeholder,
.select-wrapper__input._active ~ .select-wrapper__placeholder,
.select-wrapper__input._active ~ .input-style__placeholder,
.select-wrapper__input._selected ~ .select-wrapper__placeholder,
.select-wrapper__input._selected ~ .input-style__placeholder,
.select-wrapper__select:focus ~ .select-wrapper__placeholder,
.select-wrapper__select:focus ~ .input-style__placeholder,
.select-wrapper__select._active ~ .select-wrapper__placeholder,
.select-wrapper__select._active ~ .input-style__placeholder,
.select-wrapper__select._selected ~ .select-wrapper__placeholder,
.select-wrapper__select._selected ~ .input-style__placeholder,
.select-wrapper__textarea:focus ~ .select-wrapper__placeholder,
.select-wrapper__textarea:focus ~ .input-style__placeholder,
.select-wrapper__textarea._active ~ .select-wrapper__placeholder,
.select-wrapper__textarea._active ~ .input-style__placeholder,
.select-wrapper__textarea._selected ~ .select-wrapper__placeholder,
.select-wrapper__textarea._selected ~ .input-style__placeholder {
    top: -6px;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    color: #fff
}

.select-wrapper__input:focus ~ .select-wrapper__label,
.select-wrapper__input:focus ~ .input-style__label,
.select-wrapper__input._active ~ .select-wrapper__label,
.select-wrapper__input._active ~ .input-style__label,
.select-wrapper__input._selected ~ .select-wrapper__label,
.select-wrapper__input._selected ~ .input-style__label,
.select-wrapper__select:focus ~ .select-wrapper__label,
.select-wrapper__select:focus ~ .input-style__label,
.select-wrapper__select._active ~ .select-wrapper__label,
.select-wrapper__select._active ~ .input-style__label,
.select-wrapper__select._selected ~ .select-wrapper__label,
.select-wrapper__select._selected ~ .input-style__label,
.select-wrapper__textarea:focus ~ .select-wrapper__label,
.select-wrapper__textarea:focus ~ .input-style__label,
.select-wrapper__textarea._active ~ .select-wrapper__label,
.select-wrapper__textarea._active ~ .input-style__label,
.select-wrapper__textarea._selected ~ .select-wrapper__label,
.select-wrapper__textarea._selected ~ .input-style__label {
    height: 0
}

.select-wrapper__placeholder {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 11;
    cursor: default;
    transition: all 0.3s ease;
    left: 30px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    pointer-events: none;
    padding-right: 20px;
    box-sizing: border-box
}

.select-wrapper__textarea ~ .select-wrapper__placeholder {
    top: 23px;
    -ms-transform: none;
    transform: none
}

.select-wrapper.ph-left {
    width: calc(50% - 30px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0 !important
}

.select-wrapper.ph-left .select-wrapper__input {
    width: 100px;
    -ms-flex-order: 2;
    order: 2;
    padding: 2px 10px 0;
    text-align: center
}

.select-wrapper.ph-left .select-wrapper__placeholder {
    -ms-flex-order: 1;
    order: 1;
    position: relative;
    width: calc(100% - 100px);
    top: 0;
    left: 0;
    -ms-transform: none;
    transform: none;
    color: #fff;
    font-size: 16px;
    line-height: 1.2
}

@media only screen and (max-width: 700px) {
    .select-wrapper.ph-left {
        width: 100%
    }
    .select-wrapper.ph-left .input-style__placeholder {
        width: calc(100% - 80px)
    }
    .select-wrapper.ph-left .input-style__input {
        width: 80px
    }
}

.select-wrapper__select ~ .select-wrapper__placeholder {
    z-index: 1
}

@media only screen and (max-width: 750px) {
    .select-wrapper {
        margin-bottom: 25px
    }
    .select-wrapper__select {
        padding: 0 50px 0 30px
    }
    .select-wrapper__select:after {
        width: 50px
    }
}

.soc-icons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.soc-icons__icon {
    width: 32px;
    height: 32px;
    border: none;
    margin: 0 5px;
    cursor: pointer;
    transition: opacity .3s ease;
    opacity: .7;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain
}

.soc-icons__icon_yt {
    background-image: url("../images/svg/you.svg")
}

.soc-icons__icon_fb {
    background-image: url("../images/svg/face.svg")
}

.soc-icons__icon:hover {
    opacity: 1
}

.cross-btn {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    left: auto;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 10;
    overflow: hidden
}

.cross-btn::before,
.cross-btn::after {
    content: '';
    display: block;
    position: absolute;
    width: 50%;
    height: 1px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #101a21;
    transition: transform .5s ease;
    will-change: transform
}

.cross-btn::before {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.cross-btn::after {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.cross-btn:hover::before {
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg)
}

.cross-btn:hover::after {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.breadcrumbs {
    box-sizing: border-box;
    height: 58px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 11px;
    color: gray;
    margin-top: 10px
}

.breadcrumbs a {
    margin-right: 24px;
    transition: all 0.3s ease;
    position: relative;
    color: gray
}

.breadcrumbs a::before {
    content: '';
    display: block;
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    margin: auto;
    background: gray;
    width: 100%;
    height: 1px;
    transition: all 0.3s ease
}

.breadcrumbs a::after {
    content: '\f105';
    font-family: "FontAwesome";
    color: gray;
    position: absolute;
    top: 0;
    right: -17px;
    bottom: 0;
    left: auto;
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 300;
    font-size: 14px;
    pointer-events: none
}

.breadcrumbs a:hover {
    color: #00bfff
}

.breadcrumbs a:hover::before {
    background: #00bfff
}

@media only screen and (max-width: 500px) {
    .breadcrumbs {
        display: none
    }
}

.spot {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 951px;
    height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.spot_left {
    right: 85%;
    left: auto
}

.spot_right {
    left: 95%;
    right: auto
}

.spot__img {
    display: block;
    position: relative;
    max-width: 100%;
    max-height: 100%
}

@media all and (max-width: 1500px) {
    .spot {
        width: 800px
    }
}

@media all and (max-width: 1300px) {
    .spot {
        width: 400px;
        right: 76%
    }
}

.custom-select {
    z-index: 6;
    position: relative;
    transition: .3s ease;
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-sizing: border-box
}

.custom-select__default-text {
    display: block;
    cursor: pointer;
    width: 100%;
    padding: 6px 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500
}

.custom-select__btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    box-sizing: border-box;
    height: 100%;
    padding: 10px 10px 10px 15px
}

.custom-select__list {
    display: none;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% - 28px)
}

.custom-select__list-item {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    padding: 4px 18px 5px 0;
    margin-right: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 500
}

.custom-select__list-item span.close-button {
    right: 5px;
    top: 7px;
    -ms-transform: none;
    transform: none;
    width: 14px;
    height: 14px
}

.custom-select__list-item span.close-button:before,
.custom-select__list-item span.close-button:after {
    background-color: #00bfff;
    height: 1px;
    width: 70%
}

.custom-select__icon {
    position: relative;
    transition: .3s ease;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    padding-left: 5px;
    padding-right: 5px
}

.custom-select__icon:before {
    content: "\f078";
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: "FontAwesome"
}

.custom-select__checkbox-list {
    position: absolute;
    left: 0;
    top: calc(100% + 11px);
    box-sizing: border-box;
    opacity: 0;
    transition: .3s ease;
    pointer-events: none;
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
    box-shadow: 2px 3px 10px rgba(2, 4, 5, 0.1);
    border: 1px solid #fff;
    background-color: #00bfff;
    max-height: 175px;
    overflow: hidden;
    width: 100%;
    padding: 18px 15px
}

.custom-select .checkbox-style {
    margin-top: 17px !important;
    margin-bottom: 0 !important
}

.custom-select .checkbox-style__label {
    color: #fff;
    font-size: 18px;
    font-weight: 300
}

.custom-select .checkbox-style__indicator {
    width: 20px;
    height: 20px
}

.custom-select .checkbox-style:first-child {
    margin-top: 0 !important
}

.custom-select._active {
    border-color: #fff
}

.custom-select._active .custom-select__icon {
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.custom-select._active .custom-select__checkbox-list {
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto
}

.custom-select._checked .custom-select__default-text {
    display: none
}

.custom-select._checked .custom-select__list {
    display: -ms-flexbox;
    display: flex
}

@keyframes cloud-animation {
    0%,
    50%,
    100% {
        transform: translateY(0px) translateX(0px)
    }
    30%,
    80% {
        transform: translateY(5px) translateX(5px)
    }
}

.slick-slider .slick-arrow {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0
}

.slick-slider .slick-arrow::before {
    content: '';
    background: url("../images/svg/slider-arrow.svg") no-repeat center center;
    background-size: contain;
    width: 27px;
    height: 49px;
    transition: opacity .3s ease;
    padding: 0
}

.slick-slider .slick-arrow:hover::before {
    opacity: .5
}

.slick-slider .slick-prev {
    left: auto;
    right: 100%
}

.slick-slider .slick-next {
    left: 100%;
    right: auto
}

.slick-slider .slick-next::before {
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

.slick-slider .slick-dots {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding-bottom: 10px
}

.slick-slider .slick-dots li button {
    padding: 10px
}

.slick-slider .slick-dots li button:before {
    display: block;
    position: relative;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #000;
    transition: all .3s ease;
    border: 0
}

.slick-slider .slick-dots li.slick-active button:before {
    background: #ea4a63
}

.slick-slider._row-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.slick-slider._row-nav .slick-prev {
    left: 0;
    right: 0
}

.slick-slider._row-nav .slick-next {
    left: 0;
    right: 0
}

.slick-slider._row-nav .slick-arrow::before {
    width: 10px;
    height: 20px
}

.slick-slider._row-nav .slick-list {
    width: 100%;
    margin-bottom: 20px;
    -ms-flex-order: 1;
    order: 1
}

.slick-slider._row-nav .slick-prev {
    -ms-flex-order: 2;
    order: 2
}

.slick-slider._row-nav .slick-dots {
    top: 0;
    width: auto;
    position: relative;
    -ms-flex-order: 3;
    order: 3
}

.slick-slider._row-nav .slick-dots li {
    vertical-align: middle
}

.slick-slider._row-nav .slick-next {
    -ms-flex-order: 4;
    order: 4
}

.slick-slider._row-nav .slick-arrow {
    position: relative;
    padding: 0 10px;
    margin: 0 20px;
    -ms-transform: none;
    transform: none
}

@media all and (max-width: 1000px) {
    .slick-slider .slick-dots li button {
        padding: 8px
    }
    .slick-slider .slick-dots li button:before {
        width: 10px;
        height: 10px
    }
}

@media only screen and (max-width: 700px) {
    .slick-slider .slick-dots li button {
        padding: 5px
    }
    .slick-slider .slick-dots li button:before {
        width: 6px;
        height: 6px
    }
}

.animate-up {
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0
}

.animate-up._animate {
    transition: opacity 1s ease, transform 1s ease;
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1
}

.animate-staggered-up>* {
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0
}

.animate-staggered-up._animate>* {
    transition: opacity 1s ease, transform 1s ease;
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1
}

.animate-staggered-up._animate>*:nth-child(1n) {
    transition-delay: 0ms !important
}

.animate-staggered-up._animate>*:nth-child(2n) {
    transition-delay: 300ms !important
}

.animate-staggered-up._animate>*:nth-child(3n) {
    transition-delay: 600ms !important
}

.animate-staggered-up._animate>*:nth-child(4n) {
    transition-delay: 900ms !important
}

.animate-staggered-up._animate>*:nth-child(5n) {
    transition-delay: 1200ms !important
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    outline: none;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

@font-face {
    font-family: "slick";
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 0%;
    border: none;
    outline: none;
    z-index: 3;
    opacity: 1;
    font-size: 0;
    line-height: 0
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    color: #6cc
}

.slick-prev:before,
.slick-next:before {
    font-family: "FontAwesome";
    font-size: 37px;
    font-weight: 400;
    line-height: 1;
    color: white;
    transition: 0.3s ease-in-out;
    display: block;
    padding: 20px 18px;
    opacity: 1;
    color: #ccc
}

.slick-prev {
    right: 58px
}

.slick-prev:before {
    content: "\f104"
}

.slick-next {
    right: 6px
}

.slick-next:before {
    content: "\f105"
}

.slick-dots {
    position: absolute;
    bottom: 0;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
    z-index: 2;
    padding-bottom: 20px
}

.slick-dots li {
    position: relative;
    display: inline-block;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    color: transparent;
    display: block;
    cursor: pointer;
    outline: none;
    padding: 10px;
    line-height: 0
}

.slick-dots li button:before {
    width: 14px;
    height: 14px;
    background-color: #ccc;
    border-radius: 50%;
    content: "";
    display: block;
    transition: 0.3s ease-in-out
}

.ps-container {
    -ms-touch-action: auto;
    touch-action: auto;
    overflow: hidden !important;
    -ms-overflow-style: none
}

@supports (-ms-overflow-style: none) {
    .ps-container {
        overflow: auto !important
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .ps-container {
        overflow: auto !important
    }
}

.ps-container.ps-active-x>.ps-scrollbar-x-rail,
.ps-container.ps-active-y>.ps-scrollbar-y-rail {
    display: block;
    background-color: transparent
}

.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: .9
}

.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: #999;
    height: 11px
}

.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: .9
}

.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: #999;
    width: 11px
}

.ps-container>.ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 0px;
    height: 15px
}

.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    position: absolute;
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
    bottom: 2px;
    height: 6px
}

.ps-container>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x,
.ps-container>.ps-scrollbar-x-rail:active>.ps-scrollbar-x {
    height: 11px
}

.ps-container>.ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    right: 0;
    width: 15px
}

.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    position: absolute;
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
    right: 2px;
    width: 6px
}

.ps-container>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y,
.ps-container>.ps-scrollbar-y-rail:active>.ps-scrollbar-y {
    width: 11px
}

.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: .9
}

.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: #999;
    height: 11px
}

.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: .9
}

.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: #999;
    width: 11px
}

.ps-container:hover>.ps-scrollbar-x-rail,
.ps-container:hover>.ps-scrollbar-y-rail {
    opacity: .6
}

.ps-container:hover>.ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: .9
}

.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x {
    background-color: #999
}

.ps-container:hover>.ps-scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: .9
}

.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
    background-color: #999
}

#pbOverlay {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAABCAYAAAD0In+KAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QkFEQ0Y1MjQ1QTg4MTFFMkFCRjFCRDZEQjFDMTJDNDciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QkFEQ0Y1MjU1QTg4MTFFMkFCRjFCRDZEQjFDMTJDNDciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCQURDRjUyMjVBODgxMUUyQUJGMUJENkRCMUMxMkM0NyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCQURDRjUyMzVBODgxMUUyQUJGMUJENkRCMUMxMkM0NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pj9rBBcAAAASSURBVHjaYmRgYNgMxAwAAQYAA5EAtcchicsAAAAASUVORK5CYII=")
}

#pbOverlay .prevNext {
    filter: alpha(opacity=0)
}

#pbOverlay.on .prevNext:hover {
    filter: alpha(opacity=60)
}

#pbOverlay.on .prevNext:active {
    filter: alpha(opacity=100)
}

#pbPrevBtn b:before {
    content: 'тА╣'
}

#pbNextBtn b:after {
    content: 'тА║'
}

#pbOverlay *,
#pbOverlay *:before,
#pbOverlay *:after {
    box-sizing: content-box
}

#pbOverlay.show {
    opacity: 1;
    pointer-events: auto
}

#pbOverlay {
    opacity: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    text-align: center;
    pointer-events: none;
    -moz-user-select: none;
    background: rgba(0, 0, 0, 0.9);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e2000000', endColorstr='#e2000000');
    -webkit-transform: translate3d(0);
    transition: opacity 300ms ease
}

#pbOverlay.msie {
    background-color: rgba(0, 0, 0, 0.6)
}

.msie.pbLoading .pbWrapper {
    background: url("../images/loading.gif") no-repeat center center
}

@keyframes pbLoaderFrames {
    50% {
        height: 5px
    }
}

.pbLoader {
    display: none;
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    border-radius: 100%;
    box-shadow: 15px 32px 60px -20px #FFF inset, 1px 1px 3px 1px #FFF inset, 0 0 20px;
    transition: .3s
}

.thumbs .pbLoader {
    -ms-transform: translateY(-50px);
    transform: translateY(-50px)
}

.pbLoading:not(.msie):not(.error) .pbLoader {
    display: block
}

.pbLoader b {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
    width: 8px;
    height: 60px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    animation: .3s pbLoaderFrames infinite linear
}

.pbLoader b:nth-child(2) {
    animation-delay: .3s
}

.pbLoader b:nth-child(3) {
    animation-delay: .6s
}

.mobile.pbLoading .pbLoader {
    -ms-transform: none;
    transform: none;
    transition: 0s
}

.pbWrapper:after,
#pbCaption .pbThumbs ul:after,
#pbOverlay .prevNext:after,
#pbOverlay .pbLoader:before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -.25em;
    vertical-align: middle
}

@keyframes deadImage {
    50% {
        text-shadow: 0 0 25px rgba(255, 255, 255, 0.5);
        transform: scale(0.85)
    }
}

#pbOverlay button {
    outline: 0 !important;
    box-shadow: 0
}

.pbWrapper {
    box-sizing: border-box;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    vertical-align: middle;
    height: 100%;
    perspective: 1200px;
    position: relative
}

.video>.pbWrapper {
    z-index: 11;
    display: inline-block
}

.pbLoading .pbWrapper {
    display: inline-block\9;
    width: 100%
}

.pbWrapper:before {
    content: '\2716';
    color: transparent;
    text-shadow: 0 2px 35px rgba(255, 255, 255, 0);
    font-size: 0;
    vertical-align: middle;
    cursor: default;
    transition: text-shadow .7s ease-out
}

.error .pbWrapper:before {
    font-size: 22em;
    text-shadow: 0 0 0 #FFF;
    animation: 0.6s 0.4s deadImage infinite linear
}

.thumbs .pbWrapper {
    padding: 0;
    margin: 0
}

.error .pbWrapperr img {
    width: 0
}

.pbWrapper>div {
    display: none;
    width: 624px;
    height: 351px;
    vertical-align: middle;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.5)
}

.video>.pbWrapper>div {
    display: inline-block
}

#pbOverlay iframe,
#pbOverlay embed,
#pbOverlay object {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: .5s
}

.pbWrapper .pbHide iframe {
    opacity: 0
}

.pbWrapper>div,
.pbWrapper>img {
    transition: 0.5s 0.5s cubic-bezier(0.1, 0.87, 0.48, 1);
    -ms-transform: none;
    transform: none;
    -webkit-backface-visibility: hidden;
    box-shadow: 0 0 20px #000;
    opacity: 1
}

.mobile.show .pbWrapper>div,
.mobile.show .pbWrapper>img {
    transition: 30ms
}

.pbWrapper>*,
.pbHide .pbWrapper>.prepare {
    opacity: 0;
    vertical-align: middle;
    -ms-transform: scale(0.2) rotateX(80deg);
    transform: scale(0.2) rotateX(80deg);
    border-radius: 6px;
    border: none;
    max-height: 95%;
    max-width: 100%
}

.on .pbWrapper>* {
    transition-delay: 0s
}

.pbWrapper .zoomable {
    transition: 0s;
    position: relative;
    z-index: 9
}

.pbWrapper .rotating {
    transition: 0.25s cubic-bezier(0.4, 0.04, 0, 1)
}

.pbHide .pbWrapper>* {
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -ms-transform: none\9;
    transform: none\9;
    opacity: 0;
    transition: .4s ease-out
}

#pbCloseBtn,
#pbAutoplayBtn {
    position: absolute;
    top: -50px;
    right: -50px;
    z-index: 999;
    display: block;
    padding: 0 0 20px 20px;
    text-align: center;
    cursor: pointer;
    color: #FFF;
    transition: .3s .3s ease-out
}

.pbHide #pbCloseBtn {
    top: -50px;
    right: -50px
}

.on #pbCloseBtn {
    top: -2px;
    right: -2px
}

#pbCloseBtn:before {
    content: '\00D7';
    font: bold 1em/1 arial
}

#pbCloseBtn:before,
#pbAutoplayBtn:before {
    display: inline-block;
    height: 35px;
    width: 35px;
    padding: 8px 8px 12px 12px;
    font-size: 2em;
    opacity: .8;
    vertical-align: middle;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 0 0 0 70px;
    transition: .1s ease-out
}

#pbCloseBtn:hover:before {
    padding: 15px 10px 24px 24px;
    background: rgba(255, 100, 100, 0.4)
}

#pbAutoplayBtn {
    display: none;
    right: auto;
    left: -50px;
    padding: 0;
    width: 50px;
    height: 50px;
    font-size: 13px
}

.hasAutoplay #pbAutoplayBtn {
    display: block
}

#pbAutoplayBtn:hover {
    width: 60px;
    height: 60px
}

.on #pbAutoplayBtn {
    top: 0px;
    left: 0px;
    transition: .1s ease-out
}

#pbAutoplayBtn:before {
    content: '\2016';
    width: 100%;
    height: 100%;
    border-radius: 0 0 70px 0;
    font-weight: bold;
    padding: 0;
    text-indent: -6px;
    line-height: 1.6
}

#pbAutoplayBtn:active:before {
    text-shadow: 0 0 3px #FFF, 0 0 6px #FFF
}

#pbAutoplayBtn.play:before {
    content: '\25BA'
}

#pbAutoplayBtn .pbProgress {
    display: none\9;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    padding: 6px;
    top: 0;
    left: 0;
    opacity: .2;
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: .3s
}

.mobile #pbAutoplayBtn .pbProgress {
    transition: 0s
}

#pbAutoplayBtn.playing .pbProgress {
    -ms-transform: rotateZ(90deg);
    transform: rotateZ(90deg)
}

#pbAutoplayBtn .pbProgress:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 200%;
    height: 200%;
    border-radius: 50%;
    box-shadow: 0 0 0 8px #FFF inset
}

#pbCaption,
.pbHide #pbCaption {
    position: absolute;
    z-index: 999;
    margin-bottom: 5px;
    bottom: -120px;
    width: 100%;
    overflow: hidden;
    transform: translateZ(0px);
    transition: .4s
}

.show.on #pbCaption {
    bottom: 0;
    transition-delay: .5s
}

#pbOverlay.thumbs #pbCaption label {
    display: block
}

#pbCaption label {
    display: none;
    position: relative;
    z-index: 1;
    top: 6px;
    float: right;
    width: 60px;
    margin-right: 10px;
    color: #FFF;
    opacity: .3;
    transition: .2s;
    cursor: pointer
}

#pbCaption label:after {
    background: #FFF;
    box-shadow: 12px 0 #FFF, -12px 0 #FFF;
    content: "";
    display: inline-block;
    height: 0;
    padding: 10px 5px;
    text-align: right;
    vertical-align: top;
    width: 0
}

#pbCaption label:hover {
    opacity: 1
}

#pbCaption .title,
#pbCaption .counter {
    display: inline-block;
    color: #FFF;
    margin: 0 6px
}

#pbCaption .counter {
    display: none;
    opacity: .55
}

.hasCounter #pbCaption .counter {
    display: inline-block
}

.pbCaptionText {
    display: inline-block;
    transition: .3s;
    opacity: .9;
    font-weight: bold;
    vertical-align: middle;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    padding-left: 60px
}

.pbCaptionText.change {
    -ms-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0
}

#pbCaption .rotateBtn {
    display: none;
    background: none;
    border: 0;
    font: 800 1.7em/0 Arial;
    vertical-align: middle;
    color: rgba(255, 255, 255, 0.5);
    width: 1.1em;
    height: 1.1em;
    padding: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: .15s ease-out
}

#pbCaption .rotateBtn.show {
    display: block;
    float: right
}

#pbCaption .rotateBtn:hover {
    color: rgba(255, 255, 255, 0.7)
}

#pbCaption .rotateBtn:active {
    color: white;
    background: rgba(0, 0, 0, 0.4)
}

.mobile #pbCaption label {
    display: none;
    z-index: -1;
    color: red
}

.mobile .pbCaptionText {
    padding: 0
}

#pbThumbsToggler:checked ~ #pbCaption .pbThumbs {
    margin: 0
}

#pbThumbsToggler:checked ~ .pbWrapper {
    margin-top: -50px;
    padding: 50px 0
}

.pbThumbs {
    display: none;
    transition: .35s;
    -webkit-overflow-scrolling: touch
}

.thumbs .pbThumbs {
    display: block;
    width: 100%;
    padding: 5px 0 2px;
    margin-bottom: -100px;
    overflow: hidden
}

.mobile .pbThumbs {
    overflow: auto
}

.pbThumbs:hover {
    clear: both
}

.pbThumbs ul {
    display: inline-block;
    position: relative;
    list-style: none;
    height: 80px;
    padding: 0 5px;
    margin: 0;
    white-space: pre;
    transition: .2s
}

.pbThumbs ul:after {
    vertical-align: bottom
}

.pbThumbs li {
    display: inline-block;
    vertical-align: bottom;
    height: 70%;
    opacity: .6;
    text-align: center;
    position: relative;
    transition: .15s
}

.pbThumbs li.active {
    height: 100%;
    opacity: 1
}

.pbThumbs li:hover {
    height: 100%;
    opacity: 1
}

.pbThumbs li.video::before {
    content: '\25BA';
    color: #FFF;
    font-size: 20px;
    height: 20px;
    width: 20px;
    line-height: .9;
    position: absolute;
    bottom: 4px;
    left: 7px;
    background: rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.4);
    border-radius: 0 3px 0 0;
    pointer-events: none
}

.pbThumbs a {
    height: 100%;
    padding: 0 2px;
    display: block;
    -moz-user-select: none
}

.pbThumbs img {
    height: 96%;
    min-height: 95.9%;
    border: 2px solid #FFF;
    max-width: none;
    border-radius: 0;
    transition: .15s
}

.pbThumbs li:hover img {
    min-height: 96%
}

.pbThumbs li.fast a img {
    transition: none
}

.pbThumbs li.active a img {
    border-color: #D8FF16;
    min-height: 96%
}

#pbOverlay .prevNext {
    display: none;
    background: transparent;
    position: absolute;
    z-index: 10;
    height: 100%;
    width: 35%;
    padding: 80px 0;
    opacity: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    top: 0;
    transition: .2s ease-out;
    text-shadow: 0 0 12px #000, 0 0 10px #FFF;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    filter: alpha(opacity=0);
    cursor: pointer
}

#pbOverlay.hasArrows .prevNext {
    display: block
}

#pbOverlay .prevNext.pbHide {
    display: none
}

#pbOverlay.on .prevNext:hover {
    opacity: .5;
    filter: alpha(opacity=50)
}

#pbOverlay.on .prevNext:hover:active {
    transition: 80ms;
    opacity: 1;
    filter: alpha(opacity=100);
    text-shadow: 0 0 16px #FFF, 0 0 10px #000
}

.prevNext b {
    display: inline-block;
    vertical-align: middle;
    transition: .2s ease-in
}

.prevNext:hover b {
    transition: 0.2s cubic-bezier(0.095, 0.87, 0.485, 0.985)
}

#pbPrevBtn b {
    -ms-transform: scale(0.4) translateX(350px);
    transform: scale(0.4) translateX(350px);
    -webkit-transform: scale(0.4) translateX(350px)
}

#pbNextBtn b {
    -ms-transform: scale(0.4) translateX(-350px);
    transform: scale(0.4) translateX(-350px);
    -webkit-transform: scale(0.4) translateX(-350px)
}

#pbPrevBtn b:before,
#pbNextBtn b:after {
    display: inline;
    line-height: .3;
    font-size: 18em;
    font-weight: normal;
    color: #FFF;
    font-family: Arial
}

#pbPrevBtn b:before {
    content: '\2039'
}

#pbNextBtn b:after {
    content: '\203A'
}

.on #pbPrevBtn:hover b {
    -ms-transform: scale(1) translateX(20px);
    transform: scale(1) translateX(20px);
    -webkit-transform: scale(1) translateX(20px)
}

.on #pbNextBtn:hover b {
    -ms-transform: scale(1) translateX(-20px);
    transform: scale(1) translateX(-20px);
    -webkit-transform: scale(1) translateX(-20px)
}

.show #pbPrevBtn {
    left: 0;
    text-align: left
}

.show #pbNextBtn {
    right: 0;
    text-align: right
}

@media all and (max-width: 700px) {
    .pbWrapper img,
    .pbHide .pbWrapper img.prepare {
        max-height: 100%
    }
    .thumbs .pbWrapper {
        padding: 0;
        margin: 0
    }
    .pbThumbs {
        margin-bottom: -60px
    }
    .pbThumbs.show {
        margin: 0
    }
    .pbThumbs ul {
        height: 50px
    }
    .pbThumbs li {
        height: 100%;
        opacity: 1
    }
    .pbThumbs li img {
        min-height: 96.5%
    }
}

@media all and (max-width: 710px) {
    .pbThumbs li.active a img {
        min-height: 96%
    }
}

.footer {
    position: relative;
    background-color: gainsboro;
    z-index: 5
}

.footer__top,
.footer__bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer__top {
    padding: 70px 0 80px;
    background: #101a21
}

.footer__bottom {
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #101a21;
    padding: 24px 0;
    background: #000;
    position: relative
}

.footer__bottom .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.footer__copyright {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    z-index: 2
}

.footer_red .tutmee .tutmee_log_svg0 {
    fill: #ea4c64
}

.footer_red .tutmee .tutmee_log_svg1 {
    fill: #4b4b4b
}

.footer_red .tagline {
    color: #ea4a63
}

.footer_purple .tutmee .tutmee_log_svg0 {
    fill: #871ea3
}

.footer_purple .tutmee .tutmee_log_svg1 {
    fill: #4b4b4b
}

.footer_purple .tagline {
    color: #a53cc1
}

@media all and (max-width: 1300px) {
    .footer__top {
        padding: 60px 0 45px
    }
}

@media only screen and (max-width: 700px) {
    .footer__bottom .container {
        -ms-flex-direction: column;
        flex-direction: column
    }
    .footer__copyright {
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 500px) {
    .footer__top {
        padding: 45px 0
    }
}

.tagline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    max-width: 410px;
    text-align: center;
    z-index: 1;
    line-height: 1.6
}

@media all and (max-width: 1000px) {
    .tagline {
        max-width: 290px
    }
}

.logo-footer {
    width: calc(100% / 6);
    max-width: 140px;
    height: 79px;
    background: #00bfff
}

.logo-footer__img {
    width: 100%;
    height: 100%
}

.footer-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box
}

.footer-list__title {
    transition: .3s ease;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 25px;
    display: block
}

.footer-list__col {
    width: calc(100% / 3 - 40px / 3)
}

.footer-list__content {
    display: block;
    position: relative;
    max-width: 380px;
    margin-right: auto
}

.footer-list__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer-list a:hover {
    text-decoration: underline
}

.footer-list__link {
    transition: .3s ease;
    margin-bottom: 11px;
    color: #d7d7d7;
    font-size: 10px;
      font-weight: 400;
      text-align: center;
      line-height: 1.8;
      display: block;
}

.footer-list__link:last-child {
    margin-bottom: 0
}

@media all and (max-width: 1300px) {
    .footer-list__content {
        max-width: 265px
    }
}

@media all and (max-width: 1000px) {
    .footer-list__title {
        font-size: 18px
    }
    .footer-list__link {
        font-size: 14px
    }
    .footer-list__col {
        width: auto;
        padding: 0 20px;
        box-sizing: border-box
    }
}

@media only screen and (max-width: 700px) {
    .footer-list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .footer-list__col {
        width: 100%;
        margin-bottom: 30px
    }
    .footer-list__col:last-child {
        margin-bottom: 0
    }
    .footer-list__content {
        max-width: 300px;
        margin: auto
    }
}

@media only screen and (max-width: 500px) {
    .footer-list__title {
        font-size: 16px;
        margin-bottom: 5px;
        line-height: 1.5
    }
}

.tutmee {
    padding-right: 3px;
    border: none;
    z-index: 3
}

.tutmee .tutmee_log_svg0,
.tutmee .tutmee_log_svg1 {
    transition: fill .3s ease
}

.tutmee__text,
.tutmee__svg {
    display: inline-block;
    vertical-align: middle
}

.tutmee__text {
    color: #777;
    transition: 0.3s ease;
    margin-right: 6px;
    padding-top: 5px;
    font-family: Arial;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    text-align: right
}

.tutmee__svg {
    width: 37px;
    height: 58px;
    overflow: hidden
}

.tutmee__svg svg {
    width: 100%;
    height: 100%
}

.tutmee:hover {
    border: none
}

.tutmee:hover .tutmee_log_svg0 {
    fill: #6495ed
}

.tutmee:hover .tutmee_log_svg1 {
    fill: #00bfff
}

.header {
    z-index: 90;
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 64px;
    background: #101a21
}

.header__container {
    width: 100%;
    height: 100%;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.header__bottom-menu {
    position: absolute;
    top: 100%;
    right: 0;
    bottom: auto;
    left: 0;
    margin: auto;
    width: 100%;
    height: auto
}

.header__menu-wrap {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.header__contacts {
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.header__col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center
}

.header__col_contacts {
    margin-right: 3px
}

.header__col_contacts .btn-style {
    margin-right: 29px
}

.header .hamburger-wrapper {
    margin-right: auto;
    margin-left: 0;
    z-index: 990;
    width: 42px;
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 20px;
    margin: auto;
    height: 100%;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@keyframes hide-menu-wrap {
    100% {
        top: -200vh
    }
}

@keyframes show-menu-wrap {
    100% {
        top: 0
    }
}

@media only screen and (max-width: 750px) {
    .header__menu-wrap {
        position: absolute;
        top: -200vh;
        right: 0;
        bottom: auto;
        left: 0;
        margin: auto;
        width: 100%;
        overflow: hidden;
        z-index: 900;
        transition: top 0s linear;
        transition-delay: 2s;
        height: 100vh;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .header__menu-wrap::before {
        content: '';
        width: 300vmax;
        height: 300vmax;
        border-radius: 50%;
        position: absolute;
        top: 0;
        right: auto;
        bottom: auto;
        left: 35px;
        margin: auto;
        -ms-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
        opacity: 0;
        background: #101a21;
        transition: all 1s ease;
        transition-delay: 1s
    }
    .header .nav {
        transition: all 1s ease;
        opacity: 0;
        transition-delay: 0s
    }
    .header._animate .header__menu-wrap {
        top: 0;
        transition-delay: 0s
    }
    .header._animate .header__menu-wrap::before {
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
        transition-delay: 0s
    }
    .header._animate .nav {
        opacity: 1;
        transition-delay: 1s
    }
    .header__bottom-menu {
        position: relative;
        top: 0;
        height: 100%;
        padding: 0
    }
}

.logo-header {
    width: 100px;
    height: 100px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.logo-header__img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    position: relative
}

.nav {
    display: block;
    position: relative;
    width: calc(100% + 20px);
    margin-right: -10px;
    margin-left: -10px
}

.nav__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    /*justify-content:space-between;*/
    -ms-flex-align: center;
    align-items: center
}

.nav__link {
    position: relative;
    display: block;
    transition: .3s ease;
    overflow: hidden;
    padding: 10px 0;
    margin: 0 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px
}

.nav__link br {
    display: none
}

.nav__link:hover {
    color: #ffce2d
}

@media all and (max-width: 1500px) {
    .nav__link br {
        display: block
    }
}

@media all and (max-width: 1300px) {
    .nav {
        width: 100%;
        margin-right: 0;
        margin-left: 0
    }
    .nav__link {
        font-size: 12px;
        margin: 0
    }
}

@media all and (max-width: 1000px) {
    .nav__link {
        font-size: 10px
    }
}

@media only screen and (max-width: 750px) {
    .nav__list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 75px 25px 75px 45px;
        width: 100%;
        box-sizing: border-box
    }
    .nav__link {
        font-size: 14px;
        margin-bottom: 14px
    }
    .nav__link br {
        display: none
    }
}

.lang {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 30px
}

.lang__item {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.4px;
    color: #00bfff
}

.lang__item_active {
    color: #101a21
}

.lang__line {
    border: none;
    background-color: #00bfff;
    width: 1px;
    height: 19px;
    margin: 0 10px
}

.contacts {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    padding: 26px 0 0
}

.contacts__col {
    text-align: start;
    margin-right: 60px
}

.contacts__col:last-child {
    margin-right: 0
}

.contacts__col_num .link-style {
    cursor: text
}

.contacts__label {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px
}

@media all and (max-width: 1300px) {
    .contacts__col {
        margin-right: 33px
    }
}

@media all and (max-width: 1000px) {
    .contacts {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .contacts__col_btn {
        width: 100%;
        margin-top: 20px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media only screen and (max-width: 750px) {
    .contacts {
        padding: 0;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        height: 100%;
        width: 100%
    }
    .contacts__col {
        margin: 0;
        text-align: center
    }
    .contacts__col_mail .contacts__label {
        font-size: 14px;
        color: #fed24c;
        font-weight: 400
    }
    .contacts__col_num .contacts__label {
        font-size: 16px;
        color: #fff;
        font-weight: 700
    }
    .contacts__col_num .link-style {
        font-size: 14px;
        color: #fff;
        font-weight: 400
    }
    .contacts__col_btn {
        margin-top: 0;
        width: auto;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        margin: auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }
    .contacts__col_btn .btn-style {
        width: 42px;
        height: 42px;
        padding: 0;
        border-width: 3px;
        border-radius: 10px
    }
    .contacts__col_btn .btn-style .btn-bg {
        display: none
    }
    .contacts__col_btn .btn-style::before {
        content: '\f095';
        font-family: "FontAwesome";
        color: #fff;
        font-weight: 400;
        font-size: 18px;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .contacts__col_btn .btn-style__label {
        display: none
    }
}

.scroll-top {
    position: fixed;
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    margin: 0 20px 20px 0;
    width: 75px;
    height: 75px;
    background: #ffce2d;
    opacity: 0;
    -ms-transform: translateY(150%);
    transform: translateY(150%);
    transition: all .5s ease;
    cursor: pointer;
    z-index: 200
}

.scroll-top::before,
.scroll-top::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    background: #fff;
    width: 20px;
    height: 2px;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: all .5s ease
}

.scroll-top::before {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: -14px
}

.scroll-top::after {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -14px
}

.scroll-top._show {
    opacity: .6;
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.scroll-top:hover {
    opacity: 1
}

.scroll-top:hover::before {
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.scroll-top:hover::after {
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

@media only screen and (max-width: 900px) {
    .scroll-top {
        margin: 0 15px 15px 0;
        width: 50px;
        height: 50px
    }
    .scroll-top::before,
    .scroll-top::after {
        width: 10px
    }
    .scroll-top::before {
        left: -7px
    }
    .scroll-top::after {
        right: -7px
    }
}

@media only screen and (max-width: 700px) {
    .scroll-top {
        margin: 0 10px 10px 0;
        width: 40px;
        height: 40px
    }
}

.hamburger-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    cursor: pointer;
    height: 50px;
    z-index: 801
}

.hamburger-wrapper__label {
    font-family: inherit;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    margin-left: 20px;
    letter-spacing: 1px;
    font-weight: 700;
    transition: color .3s ease
}

.hamburger-wrapper__hamburger {
    width: 28px;
    height: 23px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    display: block;
    transition: 0.4s ease-in-out
}

.hamburger-wrapper__bar {
    width: 28px;
    border-radius: 2px
}

.hamburger-wrapper__bar:before,
.hamburger-wrapper__bar:after {
    width: 100%;
    border-radius: 2px
}

.hamburger-wrapper__bar,
.hamburger-wrapper__bar:after,
.hamburger-wrapper__bar:before {
    height: 5px;
    will-change: transform
}

.hamburger-wrapper__bar {
    position: relative;
    -ms-transform: translateY(9px);
    transform: translateY(9px);
    background: #fff;
    transition: all 0ms 300ms;
    margin: auto;
    margin-left: 0
}

.hamburger-wrapper__bar:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 9px;
    background: #fff;
    transition: width 0ms 300ms, bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1)
}

.hamburger-wrapper__bar:after {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    background: #fff;
    transition: width 0ms 300ms, top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1)
}

.hamburger-wrapper._animate .hamburger-wrapper__bar {
    background-color: transparent;
    width: 28px
}

.hamburger-wrapper._animate .hamburger-wrapper__bar::after,
.hamburger-wrapper._animate .hamburger-wrapper__bar::before {
    width: 28px
}

.hamburger-wrapper._animate .hamburger-wrapper__bar:after {
    top: 0;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: width 0ms 300ms, top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1)
}

.hamburger-wrapper._animate .hamburger-wrapper__bar:before {
    bottom: 0;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: width 0ms 300ms, bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1)
}

.hamburger-wrapper._animate .hamburger-wrapper__label {
    color: #fff
}

.hamburger-wrapper._animate .hamburger-wrapper__label .help {
    display: none
}

.hamburger-wrapper._animate .hamburger-wrapper__label .close {
    display: block
}

.overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 950
}

@keyframes overlay-opacity {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.reviews .uniqueness__col > span {
    font-size: 50px !important;
    font-weight: bold !important;
    line-height: 1.2 !important;
    width: 100% !important;
    margin-bottom: 70px !important;
}
.reviews .uniqueness__col {
    border-top: 3px solid #92279C;
    border-bottom: 3px solid #92279C;
    padding: 65px 254px 80px !important;
    border-radius: 0 !important;
}

.overlay__bg {
    position: absolute;
    transition: transform 0s ease, opacity 0s cubic-bezier(0.18, 0.35, 0.44, 1.21);
    background: rgba(0, 0, 0, 0.4);
    transition-delay: 1s;
    opacity: 0;
    width: 300vw;
    height: 300vh;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    margin: auto;
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0)
}

.overlay:not(._active) {
    -ms-transform: translateY(-500vw);
    transform: translateY(-500vw);
    transition-delay: 0s
}

.overlay._active .overlay__bg {
    transition: transform 0s ease, opacity 0s cubic-bezier(0.22, -0.06, 0.26, 0.92);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    transition-delay: 0s;
    opacity: 1
}

.popup-style {
    background-color: transparent;
    -ms-transform: translateX(-105%);
    transform: translateX(-105%);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    padding: 15px;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    transition: 0s ease;
    width: 100%;
    z-index: 960;
    transition-delay: 0s;
}

.popup-style .input-style {
    margin-top: 10px;
    margin-bottom: 30px
}

.popup-style .btn-style {
    width: 365px;
    max-width: 100%
}

.popup-style._active {
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition-delay: 0s;
}

.popup-style__wrap {
    display: block;
    position: relative;
    opacity: 0;
    transition: opacity 0s ease;
    transition-delay: 0s;
    z-index: 2;
    padding: 0 20px;
    box-sizing: border-box;
    max-width: 935px;
    margin-left: auto;
    margin-right: auto
}

.popup-style__bg {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    transition: all 0s ease;
}

.popup-style__bg::before {
    content: '';
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    margin: auto;
    display: block;
    width: 300%;
    height: 300%;
    background: #fff;
    border-radius: 50%;
    -ms-transform: translate(50%, 50%) scale(0);
    transform: translate(50%, 50%) scale(0);
    transition: all 0s ease;
    opacity: 0;
    transition-delay: 0s;
}

.popup-style__content {
    position: relative;
    pointer-events: auto;
    box-sizing: border-box;
    overflow: auto;
    width: 100%;
    max-height: 100%;
    padding: 100px 25px;
    transition-delay: 0s;
    z-index: 2;
    max-width: 1240px;
    border-radius: 30px;
    background: transparent;
}

.popup-style._active .popup-style__content {
    background: #fff;
    transition-delay: 0s;
}

.popup-style._active .popup-style__content .cross-btn {
    transition-delay: 0s;
    opacity: 1;
}

.popup-style._active .popup-style__bg::before {
    -ms-transform: translate(50%, 50%) scale(1);
    transform: translate(50%, 50%) scale(1);
    opacity: 1;
    transition-delay: 0s;
}

.popup-style._active .popup-style__wrap {
    transition-delay: 0s;
    opacity: 1;
}

.popup-style__title-wrap {
    margin-bottom: 20px;
    text-align: center
}

.popup-style__title {
    line-height: 1.2
}

.popup-style .popup-subtitle {
    text-align: center
}

.popup-style__subtitle {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5
}

.popup-style .cross-btn {
    position: relative;
    margin-right: 0;
    margin-left: auto;
    z-index: 50;
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: auto;
    left: auto;
    margin: auto;
    width: 44px;
    height: 44px;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    transition: all 0s ease;
    transition-delay: 0s;
    opacity: 0;
}

.popup-style .cross-btn::before,
.popup-style .cross-btn::after {
    background: #721c7a;
    height: 5px;
    border-radius: 3px;
    width: 40%
}

.popup-style__text-block {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    line-height: 32px
}

.popup-style__text-block p {
    margin-top: 32px
}

.popup-style__text-block p:first-child {
    margin-top: 0
}

.popup-style__text-block table {
    width: 100%;
    margin-top: 32px;
    text-align: center
}

.popup-style__text-block table:first-child {
    margin-top: 0
}

.popup-style__text-block table td {
    padding: 5px
}

.popup-style_slider .cross-btn {
    width: 50px;
    height: 50px;
    right: 5px;
    top: 5px
}

.popup-style_slider .cross-btn::before,
.popup-style_slider .cross-btn::after {
    background: #00bfff
}

.popup-style_slider .slick-arrow::before {
    font-size: 24px
}

.popup-style_slider .popup-style__content {
    max-width: 740px;
    background: #fff;
    padding: 75px 75px 25px
}

.popup-style_contact-us .subtitle {
    font-weight: 600
}

.popup-style_contact-us .popup-style__content {
    padding-left: 0;
    padding-right: 0
}

.popup-style_video .popup-style__content {
    max-width: 1200px;
    padding: 0;
    border-radius: 30px
}

.popup-style_video .popup-style__wrap {
    padding: 0;
    max-width: none
}

.popup-style_ty .popup-style__content {
    max-width: 915px
}

.popup-style_ty .popup-style__content .btn-style_small {
    width: auto
}

.popup-style_offer._active .popup-style__content {
    background: #871ea3;
    transition-delay: 0s;
}

.popup-style_offer .btn-wrap {
    margin-top: 10px
}

.popup-style_offer .popup-style__title-wrap {
    margin-bottom: 45px
}

.popup-style_offer .popup-style__title-wrap .subtitle {
    margin-top: 20px
}

.popup-style_offer .popup-style__content {
    color: #fff
}

.popup-style_offer .popup-style__bg::before {
    background: #871ea3
}

@media only screen and (max-width: 700px) {
    .popup-style__subtitle {
        font-size: 16px
    }
}

@media only screen and (max-width: 500px) {
    .popup-style {
        padding: 0
    }
    .popup-style__content {
        padding-left: 0;
        padding-right: 0
    }
    .popup-style .input-style {
        margin-top: 0
    }
    .popup-style__title {
        font-size: 30px
    }
    .popup-style__subtitle {
        font-size: 14px
    }
    .popup-style__content {
        border-radius: 0
    }
}

.popup-slider {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.popup-slider__item {
    max-height: 800px;
    padding: 10px;
    box-sizing: border-box
}

.popup-slider__img {
    display: block;
    position: relative;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1)
}

.popup-slider .slick-list {
    width: 100%;
    -ms-flex-order: 1;
    order: 1
}

.popup-slider .slick-dots {
    display: block;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    width: auto;
    -ms-flex-order: 3;
    order: 3
}

.popup-slider .slick-dots li a {
    display: block;
    position: relative;
    color: gray;
    font-weight: 700;
    padding: 5px;
    margin: 0 5px;
    opacity: .6;
    transition: all .3s ease
}

.popup-slider .slick-dots li.slick-active a {
    opacity: 1
}

.popup-slider .slick-arrow {
    position: relative;
    display: block;
    margin: 0;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0
}

.popup-slider .slick-arrow::before {
    padding: 0 10px;
    margin: 0 10px;
    color: #00bfff;
    font-weight: 700
}

.popup-slider .slick-prev {
    -ms-flex-order: 2;
    order: 2
}

.popup-slider .slick-next {
    -ms-flex-order: 4;
    order: 4
}

.inst-subscribe {
    width: 460px;
    max-width: 100%;
    display: block;
    position: relative;
    margin: 60px auto 0
}

.inst-subscribe__img-wrap {
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 25px
}

.inst-subscribe__img {
    display: block;
    position: relative;
    width: 100%
}

@media only screen and (max-width: 500px) {
    .inst-subscribe {
        width: 230px
    }
    .inst-subscribe__img-wrap {
        overflow: hidden
    }
    .inst-subscribe__img {
        width: calc(200% + 10px)
    }
}

.items-list {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    left: -10px
}

.items-list__item {
    width: calc(25% - 20px);
    margin: 0 10px 20px;
    text-align: center
}

.items-list__img-wrap {
    width: 100%;
    /*max-width: 80%;
    max-height: 80%;*/
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 50px
}

.items-list__img-wrap svg {
    display: block;
    width: 100%;
    height: 100%
}

.items-list__img {
    display: block;
    max-width: 100%;
    max-height: 100%
}

.items-list__title {
    margin-bottom: 8px;
    line-height: 1.4;
    font-weight: 400;
    padding: 0 20px;
    box-sizing: border-box
}

.items-list__subtitle {
    margin: auto;
    font-size: 14px;
    max-width: 320px;
    display: block;
    line-height: 1.7
}

.items-list_3 .items-list__item {
    width: calc(100% / 3 - 20px)
}

.items-list_4 .items-list__item {
    width: calc(100% / 4 - 20px)
}

.items-list_small-img .items-list__img-wrap {
    width: 160px;
    height: 130px
}

@media all and (max-width: 1500px) {
    .items-list_small-img .items-list__item {
        margin: 0 10px 50px
    }
    .items-list_small-img .items-list__img-wrap {
        margin: 0 auto 20px
    }
}

@media all and (max-width: 1300px) {
    .items-list_small-img .items-list__img-wrap {
        width: 125px;
        height: 105px
    }
}

@media all and (max-width: 1300px) {
    .items-list__title {
        padding: 0;
        line-height: 1.15
    }
}

@media all and (max-width: 1000px) {
    .items-list__subtitle {
        font-size: 12px;
        line-height: 1.5
    }
    .items-list__img-wrap {
        max-width: none;
        max-height: none;
        width: 155px;
        height: 110px;
        margin: 0 auto 35px
    }
}

@media only screen and (max-width: 750px) {
    .items-list__img-wrap {
        margin: 0 auto 20px
    }
    .items-list_3 .items-list__item {
        padding: 0 20px
    }
    .items-list_4 .items-list__item {
        padding: 0 20px
    }
}

@media only screen and (max-width: 700px) {
    .items-list_3 .items-list__item {
        width: 100%;
        max-width: 450px;
        margin: 0 auto 40px
    }
    .items-list_4 .items-list__item {
        width: 100%;
        max-width: 450px;
        margin: 0 auto 40px
    }
}

.video__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 5;
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.video__overlay._hide {
    transition-delay: 1s;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    animation: hide-overlay 0.4s ease forwards
}

@keyframes hide-overlay {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.video__img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    font-family: "object-fit: cover; object-position: center";
    z-index: 1;
    transition: transform .3s ease
}

.video__mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: #00bfff;
    z-index: 3;
    transition: opacity .3s ease
}

.video__play-btn {
    display: block;
    position: relative;
    z-index: 5;
    cursor: pointer
}

.video__play-btn::before {
    content: '\f04b';
    font-family: "FontAwesome";
    font-size: 40px;
    color: #fff;
    display: block;
    position: relative;
    transition: transform .3s ease
}

.video__play-btn:hover::before {
    -ms-transform: scale(1.5);
    transform: scale(1.5)
}

.video__play-btn:hover ~ .video__img {
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.banner {
    display: block;
    position: relative;
    height: 944px
}

.banner__parallax-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%
}

.banner__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 100%;
    z-index: 3;
    padding-top: 26px
}

.banner__title .small {
    font-size: 50px;
    font-weight: 700;
    text-transform: none
}

.banner__text {
    font-size: 24px;
    font-weight: 400
}

.banner__main-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    overflow: hidden;
    z-index: 1
}

.banner__main-bg img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: -580px;
    margin: auto
}

.banner__bubble-bg {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    /*left:-20px;*/
    margin: auto;
    z-index: 1;
    margin-bottom: 0;
    margin-left: 0
}

.banner__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    z-index: 5;
    margin-bottom: 50px
}

.banner__bottom {
    width: 100%;
    height: 100%
}

.banner__description {
    max-width: 440px;
    width: 100%;
    z-index: 2;
    font-size: 36px;
    font-weight: 700;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1.2
}

.banner__description .small {
    font-size: 1.2em;
    font-weight: 400
}

.banner_yellow .banner__content {
    max-width: 1320px
}

.banner_yellow .banner__description {
    margin-bottom: 320px;
    margin-left: 30px
}

.banner_yellow .banner__bottom-wrap {
    position: absolute;
    top: auto;
    right: 0;
    bottom: -340px;
    left: auto;
    margin: auto;
    z-index: 2;
    height: 100%;
    width: calc(100% / 12 * 5)
}

.banner_yellow .banner__bottom {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: center;
    justify-content: center
}

.banner_yellow::before,
.banner_yellow::after {
    content: '';
    width: 50%;
    height: 100%
}

.banner_yellow::before {
    position: absolute;
    top: 0;
    right: 50%;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #ffd147
}

.banner_yellow::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    margin: auto;
    background: #fcbc26
}

.banner_purple .banner__main-bg {
    height: calc(100% + 64px);
    top: auto
}

.banner_purple .banner__main-bg img {
    left: -27.8%
}

.banner_purple .banner__content {
    max-width: 1400px
}

.banner_purple .banner__bottom-wrap {
    position: absolute;
    top: -200px;
    right: 0;
    bottom: auto;
    left: auto;
    margin: auto;
    z-index: 2;
    height: 100%;
    width: calc(100% / 12 * 5)
}

.banner_purple .banner__bottom {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.banner_purple .banner__description {
    margin-top: 0%;
    margin-left: 16%;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    line-height: 30px;
}

.banner_purple .banner__description .small {
    font-size: 28px;
    font-weight: normal;
    line-height: 30px;
}


.banner_purple {
    overflow: hidden;
    background: #72177c
}

.banner_purple::before {
    content: '';
    position: absolute;
    top: -570px;
    right: auto;
    bottom: auto;
    left: -1240px;
    margin: auto;
    width: 2550px;
    height: 2550px;
    background: url("../images/bubble3.png") center center no-repeat;
    background-size: contain;
    z-index: 2
}

.banner_purple::after {
    content: '';
    width: 0;
    height: 0;
    box-shadow: 0 0 600px 600px #92279c;
    position: absolute;
    top: 150px;
    right: 25%;
    bottom: auto;
    left: auto;
    margin: auto;
    border-radius: 50%;
    z-index: 1
}

@media all and (max-width: 1600px) {
    .banner_yellow .banner__main-bg img {
        left: auto;
        right: -235px
    }
}

@media all and (max-width: 1450px) {
    .banner_yellow .banner__main-bg img {
        right: -400px
    }
    .banner_yellow .banner__bottom-wrap {
        bottom: -220px
    }
    .banner_yellow .banner__bubble-bg {
        left: -15px;
        width: 1740px
    }
    .banner_yellow .banner__description {
        margin-bottom: 170px;
        margin-left: 55px
    }
    .banner_purple::before {
        top: -520px;
        left: -1405px;
        width: 2400px;
        height: 2400px
    }
    .banner_purple .banner__main-bg {
        height: 100%
    }
    .banner_purple .banner__main-bg img {
        height: 100%;
        -ms-transform: translateY(30px);
        transform: translateY(30px);
        left: -20.8%
    }
    .banner_purple .banner__bubble-bg {
        left: 20px
    }
    .banner_purple .banner__description {
        margin-top: 24%;
        margin-left: 21%
    }
}

@media all and (max-width: 1300px) {
    .banner {
        height: 660px
    }
    .banner__title .small {
        font-size: 36px;
        margin-top: 10px
    }
    .banner__title.highlight {
        padding: 24px 30px 12px
    }
    .banner__title.highlight span::before {
        top: -24px;
        height: calc(100% + 36px)
    }
    .banner__text {
        font-size: 20px
    }
    .banner__description {
        font-size: 24px
    }
    .banner__content {
        margin-bottom: 53px
    }
    .banner__description {
        display: block;
        line-height: 1.25
    }
    .banner__description span {
        display: inline
    }
    .banner_purple .banner__main-bg {
        height: 91%
    }
    .banner_purple .banner__main-bg img {
        left: -27.8%
    }
    .banner_purple .banner__bottom-wrap {
        top: -20px
    }
    .banner_purple .banner__bubble-bg {
        left: 5px
    }
    .banner_purple .banner__description {
        margin-top: -24%;
        margin-left: 20%;
        max-width: 230px
    }
    .banner_purple::before {
        top: -530px;
        left: -1575px
    }
    .banner_purple::after {
        box-shadow: 0 0 400px 400px #92279c
    }
    .banner_yellow .banner__main-bg img {
        max-height: 100%;
        right: auto;
        left: -430px
    }
    .banner_yellow .banner__bottom-wrap {
        bottom: -160px
    }
    .banner_yellow .banner__bottom {
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .banner_yellow .banner__bubble-bg {
        left: 34px;
        width: 1170px
    }
    .banner_yellow .banner__description {
        margin-bottom: 109px;
        margin-left: 147px;
        margin-right: auto;
        max-width: 250px
    }
}

@media all and (max-width: 1000px) {
    .banner {
        height: 960px
    }
    .banner_purple .banner__main-bg {
        height: calc(100% + 64px)
    }
    .banner_purple .banner__main-bg img {
        height: auto;
        -ms-transform: none;
        transform: none;
        top: 0;
        bottom: auto;
        left: 0.2%
    }
    .banner_purple .banner__bottom-wrap {
        top: -239px;
        right: -58px
    }
    .banner_purple .banner__description {
        margin-top: 58%;
        margin-left: 4%
    }
    .banner_yellow {
        margin-bottom: 90px
    }
    .banner_yellow .banner__main-bg img {
        left: -260px
    }
    .banner_yellow .banner__bubble-bg {
        left: 0;
        width: 1250px
    }
    .banner_yellow .banner__bottom-wrap {
        width: 60%;
        right: -13%
    }
    .banner_yellow .banner__bottom-wrap {
        bottom: -285px
    }
    .banner_yellow .banner__description {
        margin-bottom: 140px;
        margin-left: 105px
    }
}

@media only screen and (max-width: 750px) {
    .banner {
        height: auto
    }
    .banner__title.highlight {
        padding: 10px 15px 10px
    }
    .banner__title.highlight span::before {
        top: -10px;
        left: -15px;
        height: calc(100% + 20px);
        width: calc(100% + 30px)
    }
    .banner__title .small {
        font-size: 17px;
        margin-top: 5px
    }
    .banner_yellow .banner__parallax-wrap,
    .banner_purple .banner__parallax-wrap {
        position: relative
    }
    .banner_yellow .banner__content,
    .banner_purple .banner__content {
        height: 415px;
        width: 100%;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-bottom: 0;
        padding-bottom: 30px;
        box-sizing: border-box
    }
    .banner_yellow .banner__bottom-wrap,
    .banner_purple .banner__bottom-wrap {
        bottom: 0;
        width: calc(100% + 40px);
        left: -20px;
        box-sizing: border-box;
        right: 0;
        position: relative;
        padding: 30px 40px;
        top: 0
    }
    .banner_yellow .banner__bottom,
    .banner_purple .banner__bottom {
        position: relative
    }
    .banner_yellow .banner__container,
    .banner_purple .banner__container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0;
        padding-top: 0
    }
    .banner_yellow .banner__bubble-bg,
    .banner_purple .banner__bubble-bg {
        display: none
    }
    .banner_yellow .banner__description,
    .banner_purple .banner__description {
        max-width: none;
        margin: 0;
        font-size: 18px;
        line-height: 1.34
    }
    .banner_yellow .banner__main-bg,
    .banner_purple .banner__main-bg {
        height: 415px;
        bottom: auto
    }
    .banner_yellow .banner__main-bg img,
    .banner_purple .banner__main-bg img {
        left: -110px
    }
    .banner_yellow {
        margin-bottom: 0
    }
    .banner_yellow .banner__bottom-wrap {
        background: #fed24c
    }
    .banner_purple::before {
        top: -349px;
        left: -1351px;
        width: 2000px;
        height: 2000px
    }
    .banner_purple::after {
        box-shadow: 0 0 200px 200px #92279c;
        top: 0;
        right: 0
    }
    .banner_purple .banner__bottom-wrap {
        background: #72177c
    }
    .banner_purple .banner__main-bg img {
        height: calc(100% + 135px);
        top: -50px;
        left: -30px
    }
}

.logo {
    position: absolute;
    top: 26px;
    right: auto;
    bottom: auto;
    left: 10px;
    margin: auto;
    width: 255px;
    height: 255px;
    z-index: 10
}

@media all and (max-width: 1500px) {
    .logo {
        left: 20px;
        width: 220px;
        height: 220px
    }
}

@media all and (max-width: 1300px) {
    .logo {
        left: 40px;
        width: 165px;
        height: 165px
    }
}

@media all and (max-width: 1000px) {
    .logo {
        left: 20px
    }
}

@media only screen and (max-width: 750px) {
    .logo {
        width: 100px;
        height: 100px
    }
}

.highlight {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    padding: 28px 30px 18px;
    -ms-flex-direction: column;
    flex-direction: column
}

.highlight span {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
    font-size:60px;
    font-weight: bold;
}

.highlight span::before {
    content: '';
    position: absolute;
    top: -28px;
    right: 0;
    bottom: auto;
    left: -30px;
    margin: auto;
    width: calc(100% + 60px);
    height: calc(100% + 46px);
    background: #fa2386;
    z-index: -1
}

.highlight span.transp::before {
    display: none
}

.highlight._med,
.highlight_med {
    padding: 15px 35px;
    font-size: 60px;
    font-weight: 600;
}

.highlight._med span::before,
.highlight_med span::before {
    position: absolute;
    top: -15px;
    right: 0;
    bottom: auto;
    left: -35px;
    margin: auto;
    width: calc(100% + 70px);
    height: calc(100% + 30px)
}

.highlight._narrow,
.highlight_narrow {
    padding: 3px 16px
}

.highlight._narrow span::before,
.highlight_narrow span::before {
    position: absolute;
    top: -3px;
    right: 0;
    bottom: auto;
    left: -16px;
    margin: auto;
    width: calc(100% + 32px);
    height: calc(100% + 6px)
}

.highlight_white span::before,
.highlight._white span::before {
    background: #fff
}

.highlight.animated span::before {
    right: auto !important;
    width: 0
}

.highlight_small,
.highlight._small {
    font-size: 14px
}

@media only screen and (max-width: 750px) {
    .highlight._med,
    .highlight_med {
        padding: 10px
    }
    .highlight._med span::before,
    .highlight_med span::before {
        height: calc(100% + 20px);
        top: -10px;
        left: -15px
    }
}

._animate .highlight.animated span::before {
    width: calc(100% + 60px);
    transition: all 1.5s ease;
    transition-delay: .5s
}

@media only screen and (max-width: 750px) {
    ._animate .highlight.animated span::before {
        width: calc(100% + 30px)
    }
}

.course .subtitle {
    max-width: 80%
}

.approach {
    padding-bottom: 0
}

.shuffle-table {
    margin-top: 90px
}

.shuffle-table__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch;
    background: #fff;
    border-radius: 20px;
    padding: 35px;
    margin-bottom: 17px
}

.shuffle-table__row:nth-child(even) {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.shuffle-table__col {
    width: calc(50% - 10px);
    max-width: 700px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.shuffle-table__img-wrap {
    height: 476px;
    width: 100%;
    background: #f3f3f3;
    position: relative;
    display: block;
    border-radius: 20px
}

.shuffle-table__img-overflow-container {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: calc(100% + 0px);
    overflow: hidden;
    border-radius: 20px
}

.shuffle-table__img {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: auto
}

.shuffle-table__description {
    display: block;
    position: relative;
    max-width: 550px;
    margin: auto
}

.shuffle-table__title {
    margin-bottom: 30px;
    display: block;
    font-weight: bold;
    font-size:36px;
}

.shuffle-table__note {
    position: relative;
    display: block;
    padding-left: 22px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 40px;
    line-height: 1.6
}

.shuffle-table__note::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    margin: auto;
    width: 6px;
    height: 100%
}

.shuffle-table__note .title {
    display: block;
    position: relative;
    font-size: 24px;
    font-weight: 600
}

.shuffle-table__note_yellow::before {
    background: #fc0
}

.shuffle-table__note_yellow .title {
    color: #fc0
}

.shuffle-table__note_purple::before {
    background: #92279c
}

.shuffle-table__note_purple .title {
    color: #92279c
}

.shuffle-table_single .shuffle-table__row {
    border-radius: 30px;
    padding: 23px
}

@media all and (max-width: 1500px) {
    .shuffle-table__img {
        width: auto;
        height: 100%;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media all and (max-width: 1300px) {
    .shuffle-table {
        margin-top: 60px
    }
    .shuffle-table__img-overflow-container {
        height: calc(100% + 20px)
    }
    .shuffle-table__title {
        margin-bottom: 20px
    }
    .shuffle-table__note {
        font-size: 16px;
        margin-top: 35px;
        line-height: 1.5
    }
    .shuffle-table__description {
        padding: 0 20px
    }
}

@media all and (max-width: 1000px) {
    .shuffle-table__row:nth-child(1) .shuffle-table__img {
        left: 30%
    }
    .highlight._med,
    .highlight_med {
        font-size: 26px;
        font-weight: 600;
    }
    .shuffle-table__img-wrap {
        max-width: 300px
    }
    .shuffle-table__note {
        font-size: 14px;
        line-height: 1.75
    }
    .shuffle-table__title {
        margin-bottom: 25px;
        font-size:20px;
    }
    .highlight span{
      font-size: 24px;
    }
    .shuffle-table__description {
        padding: 0
    }
}

@media only screen and (max-width: 750px) {
    .shuffle-table__note {
        font-size: 12px;
        line-height: 1.5;
        margin-top: 29px
    }
    .shuffle-table__note::before {
        width: 4px
    }
    .shuffle-table__title {
        margin-bottom: 18px
    }
    .shuffle-table__row {
        padding: 20px 20px 50px
    }
    .shuffle-table__img-wrap {
        height: 300px
    }
}

@media only screen and (max-width: 700px) {
    .shuffle-table {
        position: relative
    }
    .shuffle-table__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        box-sizing: border-box
    }
    .shuffle-table__col {
        width: 100%
    }
    .shuffle-table__img-wrap {
        max-width: none;
        width: 100%;
        margin-bottom: 35px
    }
    .shuffle-table__row:nth-child(1) .shuffle-table__img {
        left: 50%
    }
}

@media only screen and (max-width: 500px) {
    .shuffle-table__row:nth-child(1) .shuffle-table__img {
        left: 30%
    }
}

.appointment {
    padding-top: 195px;
    padding-bottom: 50px;
    margin-top: -130px;
    background: #ea4a63
}

.appointment .btn-wrap {
    margin-top: 10px
}

.appointment .btn-wrap .btn-style {
    width: calc(100% / 3 - 40px / 3)
}

.appointment .title-wrap {
    max-width: 700px
}

.appointment .marker-ul {
    line-height: 1.4
}

.appointment .spot {
    top: -30vh
}

@media all and (max-width: 1300px) {
    .appointment .spot {
        top: -50vh
    }
}

@media all and (max-width: 1000px) {
    .appointment .spot {
        width: 270px;
        right: 79%;
        top: -53vh
    }
    .appointment .title-wrap_fix-w,
    .appointment .title-wrap._fix-w {
        max-width: 480px
    }
}

@media only screen and (max-width: 750px) {
    .appointment {
        padding-top: 195px;
        margin-top: -160px
    }
    .appointment .btn-wrap .btn-style {
        width: 100%
    }
    .appointment .marker-ul {
        padding-left: 0
    }
    .appointment .marker-ul li {
        font-size: 14px;
        padding-left: 20px
    }
    .appointment .marker-ul li::before {
        top: -4px
    }
    .appointment .title-wrap,
    .appointment .addresses {
        padding: 0 20px
    }
    .appointment .form-style__input-list,
    .appointment .form-style .btn-wrap {
        padding: 0 20px
    }
}

.franchise__list {
    max-width: 651px;
    margin: 0 auto auto 0
}

.franchise__title {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 1.2
}

.franchise__text {
    margin-bottom: 20px;
    line-height: 1.6
}

.franchise__parallax-wrap {
    width: 888px;
    height: 645px;
    position: absolute;
    top: 10px;
    right: auto;
    bottom: auto;
    left: 80%;
    margin: auto
}

.franchise__parallax-bg {
    display: block;
    position: relative
}

@media all and (max-width: 1500px) {
    .franchise__parallax-wrap {
        width: 675px;
        top: 15%;
        left: 76%
    }
}

@media all and (max-width: 1300px) {
    .franchise__parallax-wrap {
        width: 500px;
        top: 29%;
        left: 71%
    }
}

@media all and (max-width: 1000px) {
    .franchise__list {
        max-width: 600px
    }
    .franchise__title {
        font-size: 24px
    }
    .franchise__parallax-wrap {
        width: 215px;
        top: 21%;
        left: 84%
    }
}

@media only screen and (max-width: 750px) {
    .franchise__title {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 5px
    }
    .franchise__text {
        line-height: 1.7
    }
}

.franchise-description {
    margin-top: 70px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 105px
}

.tabs-nav {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: calc(100% + 20px);
    left: -10px;
    padding-right: 30px;
    box-sizing: border-box
}

.tabs-nav__item {
    width: calc(100% / 3 - 10px);
    max-width: 425px;
    margin: 0 10px;
    padding: 35px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px 10px 0 0;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tabs-nav__item._active {
    color: #fff;
    background: #ea4a63
}

@media all and (max-width: 1500px) {
    .tabs-nav__item {
        padding: 17px 30px
    }
}

@media all and (max-width: 1300px) {
    .tabs-nav__item {
        font-size: 18px
    }
}

.tabs-wrap {
    display: block;
    position: relative;
    width: 100%;
    background: #ea4a63;
    min-height: 100px;
    border-radius: 0 30px 30px 30px;
    overflow: hidden
}

.tabs-wrap .slick-track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch
}

.tabs-wrap__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 100%
}

.tabs-wrap__tab {
    position: relative;
    min-height: 424px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto
}

.tabs-wrap__tab .turbo-start__item,
.tabs-wrap__tab .turbo-start__title-wrap {
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0
}

.tabs-wrap__tab .common-services__col_right {
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0
}

.tabs-wrap__tab .common-services ul li {
    -ms-transform: translateY(-25px);
    transform: translateY(-25px);
    opacity: 0
}

.tabs-wrap__tab .start-steps .start-steps__title {
    -ms-transform: translateY(-25px);
    transform: translateY(-25px);
    opacity: 0
}

.tabs-wrap__tab .start-steps ul li {
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0
}

.tabs-wrap__tab.slick-current .start-steps .start-steps__title {
    transition: opacity 1s ease, transform 1s ease;
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1
}

.tabs-wrap__tab.slick-current .start-steps ul li {
    transition: opacity 1s ease, transform 1s ease;
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1
}

.tabs-wrap__tab.slick-current .start-steps ul li:nth-child(1n) {
    transition-delay: 0ms !important
}

.tabs-wrap__tab.slick-current .start-steps ul li:nth-child(2n) {
    transition-delay: 300ms !important
}

.tabs-wrap__tab.slick-current .start-steps ul li:nth-child(3n) {
    transition-delay: 600ms !important
}

.tabs-wrap__tab.slick-current .start-steps ul li:nth-child(4n) {
    transition-delay: 900ms !important
}

.tabs-wrap__tab.slick-current .start-steps ul li:nth-child(5n) {
    transition-delay: 1200ms !important
}

.tabs-wrap__tab.slick-current .start-steps ul li:nth-child(6n) {
    transition-delay: 1500ms !important
}

.tabs-wrap__tab.slick-current .start-steps ul li:nth-child(7n) {
    transition-delay: 1800ms !important
}

.tabs-wrap__tab.slick-current .start-steps ul li:nth-child(8n) {
    transition-delay: 2100ms !important
}

.tabs-wrap__tab.slick-current .start-steps ul li:nth-child(9n) {
    transition-delay: 2400ms !important
}

.tabs-wrap__tab.slick-current .start-steps ul li:nth-child(10n) {
    transition-delay: 2700ms !important
}

.tabs-wrap__tab.slick-current .common-services__col_right {
    transition: opacity 1s ease, transform 1s ease;
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1
}

.tabs-wrap__tab.slick-current .common-services ul li {
    transition: opacity 1s ease, transform 1s ease;
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1
}

.tabs-wrap__tab.slick-current .common-services ul li:nth-child(1n) {
    transition-delay: 0ms !important
}

.tabs-wrap__tab.slick-current .common-services ul li:nth-child(2n) {
    transition-delay: 300ms !important
}

.tabs-wrap__tab.slick-current .common-services ul li:nth-child(3n) {
    transition-delay: 600ms !important
}

.tabs-wrap__tab.slick-current .common-services ul li:nth-child(4n) {
    transition-delay: 900ms !important
}

.tabs-wrap__tab.slick-current .common-services ul li:nth-child(5n) {
    transition-delay: 1200ms !important
}

.tabs-wrap__tab.slick-current .common-services ul li:nth-child(6n) {
    transition-delay: 1500ms !important
}

.tabs-wrap__tab.slick-current .common-services ul li:nth-child(7n) {
    transition-delay: 1800ms !important
}

.tabs-wrap__tab.slick-current .common-services ul li:nth-child(8n) {
    transition-delay: 2100ms !important
}

.tabs-wrap__tab.slick-current .common-services ul li:nth-child(9n) {
    transition-delay: 2400ms !important
}

.tabs-wrap__tab.slick-current .common-services ul li:nth-child(10n) {
    transition-delay: 2700ms !important
}

.tabs-wrap__tab.slick-current .turbo-start .turbo-start__item,
.tabs-wrap__tab.slick-current .turbo-start .turbo-start__title-wrap {
    transition: opacity 1s ease, transform 1s ease;
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1
}

.tabs-wrap__tab.slick-current .turbo-start .turbo-start__item:nth-child(1n) {
    transition-delay: 0ms !important
}

.tabs-wrap__tab.slick-current .turbo-start .turbo-start__item:nth-child(1n) .turbo-start__title-wrap {
    transition-delay: 150ms !important
}

.tabs-wrap__tab.slick-current .turbo-start .turbo-start__item:nth-child(2n) {
    transition-delay: 300ms !important
}

.tabs-wrap__tab.slick-current .turbo-start .turbo-start__item:nth-child(2n) .turbo-start__title-wrap {
    transition-delay: 450ms !important
}

.tabs-wrap__tab.slick-current .turbo-start .turbo-start__item:nth-child(3n) {
    transition-delay: 600ms !important
}

.tabs-wrap__tab.slick-current .turbo-start .turbo-start__item:nth-child(3n) .turbo-start__title-wrap {
    transition-delay: 750ms !important
}

.tabs-wrap__tab.slick-current .turbo-start .turbo-start__item:nth-child(4n) {
    transition-delay: 900ms !important
}

.tabs-wrap__tab.slick-current .turbo-start .turbo-start__item:nth-child(4n) .turbo-start__title-wrap {
    transition-delay: 1050ms !important
}

.tabs-wrap__tab.slick-current .turbo-start .turbo-start__item:nth-child(5n) {
    transition-delay: 1200ms !important
}

.tabs-wrap__tab.slick-current .turbo-start .turbo-start__item:nth-child(5n) .turbo-start__title-wrap {
    transition-delay: 1350ms !important
}

@media all and (max-width: 1500px) {
    .tabs-wrap__container {
        padding: 0 40px;
        box-sizing: border-box
    }
}

@media all and (max-width: 1300px) {
    .tabs-wrap__container {
        padding: 0 15px
    }
}

.turbo-start {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.turbo-start__item {
    position: relative;
    display: block;
    width: calc(100% / 3 - 40px / 3);
    z-index: 5
}

.turbo-start__img-wrap {
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1
}

.turbo-start__img {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    max-height: 100%;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.turbo-start__title-wrap {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 40px;
    left: 0;
    margin: auto;
    z-index: 2
}

.turbo-start__title {
    font-weight: 400;
    font-size: 26px
}

@media all and (max-width: 1300px) {
    .turbo-start__img {
        max-width: 130%;
        top: -60px;
        left: calc(50% + 15px)
    }
}

.common-services {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 20px 20px 0;
    box-sizing: border-box;
    width: 100%;
    max-width: 1500px;
    margin-left: auto;
    margin-right: 0
}

.common-services__col {
    width: calc(50% - 10px)
}

.common-services__col_left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    padding-bottom: 20px;
    box-sizing: border-box
}

.common-services__col_left ul {
    width: calc(50% - 10px);
    max-width: 305px
}

.common-services__col_right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end
}

.common-services__description {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%
}

.common-services__img-wrap {
    display: block;
    position: relative;
    width: 100%;
    height: 100%
}

.common-services__img {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    margin: auto
}

@media all and (max-width: 1500px) {
    .common-services {
        max-width: none
    }
}

@media all and (max-width: 1300px) {
    .common-services ul li {
        font-size: 16px
    }
}

@media all and (max-width: 1200px) {
    .common-services__img {
        top: auto;
        bottom: 0
    }
    .common-services__col_left {
        width: calc(60% - 10px)
    }
    .common-services__col_right {
        width: calc(40% - 10px)
    }
}

.start-steps {
    color: #fff;
    padding: 20px 40px;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.start-steps__title {
    font-size: 30px;
    margin-bottom: 70px;
    text-align: center;
    color: #101a21
}

.start-steps .row-num-ul {
    max-width: 1720px;
    width: 100%
}

.start-steps .row-num-ul li {
    width: 20%
}

@media all and (max-width: 1500px) {
    .start-steps {
        width: 100%;
        padding: 20px 0
    }
    .start-steps__title {
        margin-bottom: 50px
    }
    .start-steps .row-num-ul {
        width: 100%;
        max-width: none
    }
}

.plans .logo {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 0 50px
}

.plans__title {
    line-height: 1.2
}

.plans__content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 10
}

.uniqueness {
    padding-top: 0;
    margin-top: 100px
}

.uniqueness .items-list__item._animate .animate-path {
    animation: show-toggle-red-lines2 0.3s ease both
}

.uniqueness .items-list__item._animate .animate-path:nth-child(1n) {
    animation-delay: 0ms !important
}

.uniqueness .items-list__item._animate .animate-path:nth-child(2n) {
    animation-delay: 3100ms !important
}

.uniqueness .items-list__item._animate .animate-path:nth-child(3n) {
    animation-delay: 300ms !important
}

.uniqueness .items-list__item._animate .animate-path:nth-child(4n) {
    animation-delay: 400ms !important
}

.uniqueness .items-list__item._animate .animate-path:nth-child(5n) {
    animation-delay: 600ms !important
}

.uniqueness .items-list__item._animate .animate-path:nth-child(6n) {
    animation-delay: 600ms !important
}

.uniqueness .items-list__item._animate .animate-path:nth-child(7n) {
    animation-delay: 1000ms !important
}

.uniqueness .items-list__item._animate .animate-path:nth-child(8n) {
    animation-delay: 1200ms !important
}

.uniqueness .items-list__item._animate .animate-path:nth-child(9n) {
    animation-delay: 1400ms !important
}

.uniqueness .items-list__item._animate .animate-path:nth-child(10n) {
    animation-delay: 1600ms !important
}

.uniqueness .items-list__item._animate .animate-path:nth-child(11n) {
    animation-delay: 1800ms !important
}

.uniqueness .items-list__item._animate .animate-path:nth-child(12n) {
    animation-delay: 2000ms !important
}

.uniqueness .items-list__item._animate .animate-path:nth-child(13n) {
    animation-delay: 2200ms !important
}

.uniqueness .items-list__item._animate .animate-path:nth-child(14n) {
    animation-delay: 2400ms !important
}

.uniqueness .items-list__item._animate .animate-path:nth-child(15n) {
    animation-delay: 2600ms !important
}

.uniqueness .items-list__item._animate .animate-path:nth-child(16n) {
    animation-delay: 2800ms !important
}

.uniqueness .items-list__item._animate .animate-path:nth-child(17n) {
    animation-delay: 3000ms !important
}

.uniqueness .items-list__item._animate .animate-path:nth-child(18n) {
    animation-delay: 3200ms !important
}

.uniqueness .items-list__item._animate .animate-path:nth-child(19n) {
    animation-delay: 3400ms !important
}

.uniqueness .items-list__item._animate .animate-path:nth-child(20n) {
    animation-delay: 3600ms !important
}

.uniqueness .items-list__item._animate .animate-path:nth-child(21n) {
    animation-delay: 3800ms !important
}

.uniqueness .items-list__item._animate .animate-path:nth-child(22n) {
    animation-delay: 6300ms !important
}

.uniqueness .items-list__item._animate .animate-path:nth-child(23n) {
    animation-delay: 6600ms !important
}

.uniqueness .items-list__item._animate .animate-path:nth-child(24n) {
    animation-delay: 6900ms !important
}

.uniqueness .items-list__item._animate .animate-path:nth-child(25n) {
    animation-delay: 7200ms !important
}

.uniqueness .items-list__item._animate .animate-path:nth-child(26n) {
    animation-delay: 7500ms !important
}

.uniqueness .items-list__item._animate .animate-path:nth-child(27n) {
    animation-delay: 7800ms !important
}

.uniqueness .items-list__item._animate .animate-path:nth-child(28n) {
    animation-delay: 8100ms !important
}

.uniqueness .items-list__item._animate .animate-path:nth-child(29n) {
    animation-delay: 8400ms !important
}

.uniqueness .items-list__item._animate .animate-path:nth-child(30n) {
    animation-delay: 8700ms !important
}

.uniqueness .items-list__item._animate .animate-path:nth-child(31n) {
    animation-delay: 9000ms !important
}

.uniqueness .items-list__item._animate .animate-path:nth-child(32n) {
    animation-delay: 9300ms !important
}

.uniqueness .items-list__item._animate .animate-path:nth-child(33n) {
    animation-delay: 9600ms !important
}

.uniqueness .items-list__item._animate .animate-path:nth-child(34n) {
    animation-delay: 9900ms !important
}

.uniqueness .items-list__item._animate .animate-path:nth-child(35n) {
    animation-delay: 10200ms !important
}

.uniqueness .items-list__item._animate .animate-path:nth-child(36n) {
    animation-delay: 10500ms !important
}

.uniqueness .items-list__item._animate .animate-path:nth-child(37n) {
    animation-delay: 10800ms !important
}

.uniqueness .items-list__item._animate .animate-path:nth-child(38n) {
    animation-delay: 11100ms !important
}

.uniqueness .items-list__item._animate .animate-path:nth-child(39n) {
    animation-delay: 11400ms !important
}

.uniqueness .items-list__item._animate .animate-path:nth-child(40n) {
    animation-delay: 11700ms !important
}

.uniqueness .items-list__item._animate .animate-path:nth-child(41n) {
    animation-delay: 12000ms !important
}

.uniqueness .items-list__item._animate .animate-path:nth-child(42n) {
    animation-delay: 12300ms !important
}

.uniqueness .items-list__item._animate .animate-path:nth-child(43n) {
    animation-delay: 12600ms !important
}

.uniqueness .items-list__item._animate .animate-path:nth-child(44n) {
    animation-delay: 12900ms !important
}

.uniqueness .items-list__item._animate .animate-path:nth-child(45n) {
    animation-delay: 13200ms !important
}

.uniqueness .items-list__item._animate .animate-path:nth-child(46n) {
    animation-delay: 13500ms !important
}

.uniqueness .items-list__item._animate .animate-path:nth-child(47n) {
    animation-delay: 13800ms !important
}

.uniqueness .items-list__item._animate .animate-path:nth-child(48n) {
    animation-delay: 14100ms !important
}

.uniqueness .items-list__item._animate .animate-path:nth-child(49n) {
    animation-delay: 14400ms !important
}

.uniqueness .items-list__item._animate .animate-path:nth-child(50n) {
    animation-delay: 14700ms !important
}

@keyframes show-toggle-red-lines2 {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.uniqueness::before {
    content: '';
    width: 200vw;
    height: 790px;
    position: absolute;
    top: -435px;
    right: auto;
    bottom: auto;
    left: 50%;
    margin: auto;
    background: url(../images/svg/wave.svg) repeat-x center top;
    -ms-transform: translateX(-42%);
    transform: translateX(-42%)
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .uniqueness::before {
        background: url(../images/svg/wave.png) repeat-x center top
    }
}

@supports (-ms-accelerator: true) {
    .uniqueness::before {
        background: url(../images/svg/wave.png) repeat-x center top
    }
}

@keyframes move-wave {
    0% {
        background-position-x: 0
    }
    50% {
        background-position-x: 10000%
    }
    100% {
        background-position-x: 0
    }
}

@media all and (max-width: 1300px) {
    .uniqueness::before {
        -ms-transform: translateX(-40%);
        transform: translateX(-40%)
    }
}

.prices {
    background: #f3f3f3;
    padding-top: 0
}

@media all and (max-width: 1000px) {
    .prices::before {
        content: '';
        width: 200vw;
        height: 790px;
        position: absolute;
        top: -235px;
        right: auto;
        bottom: auto;
        left: 50%;
        margin: auto;
        background: url(../images/svg/wave.svg) repeat-x center top;
        -ms-transform: translateX(-42%);
        transform: translateX(-42%)
    }
}

@media all and (max-width: 1000px) and (-ms-high-contrast: none),
all and (max-width: 1000px) and (-ms-high-contrast: active) {
    .prices::before {
        background: url(../images/svg/wave.png) repeat-x center top
    }
}

@media all and (max-width: 1000px) {
    @supports (-ms-accelerator: true) {
        .prices::before {
            background: url(../images/svg/wave.png) repeat-x center top
        }
    }
}

@media only screen and (max-width: 750px) {
    .prices {
        padding-top: 30px
    }
    .prices::before {
        min-width: 800px;
        top: -240px;
        -ms-transform: translateX(-36%);
        transform: translateX(-36%)
    }
}

@media only screen and (max-width: 500px) {
    .prices::before {
        top: -120px;
        width: 800px
    }
}

.price-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(100% + 20px);
    left: -10px;
    position: relative
}

.price-list__item {
    display: block;
    position: relative;
    width: calc(25% - 20px);
    margin: 0 10px;
    overflow: hidden;
    background: #fff;
    padding: 60px 30px 55px;
    border-radius: 30px;
    box-sizing: border-box;
    transition: color .3s ease
}

.price-list__item._yellow-circle .price-list__title {
    color: #ffce2d
}

.price-list__item._red-circle .price-list__title {
    color: #ea4a63
}

.price-list__item._blue-circle .price-list__title {
    color: #0097dc
}

.price-list__item._purple-circle .price-list__title {
    color: #c546d1
}

.price-list__item>.btn-bg {
    transition: width .4s ease-in-out, height .4s ease-in-out, opacity .3s linear;
    z-index: 1
}

.price-list__item:hover {
    color: #fff
}

.price-list__item:hover .price-list__title {
    color: #fff
}

.price-list__item:hover>.btn-bg {
    transition: width .4s ease-in-out, height .6s ease-in-out, opacity .3s linear;
    width: 250%;
    height: 300%
}

.price-list__content {
    display: block;
    position: relative;
    z-index: 2
}

.price-list__title-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 45px
}

.price-list__title {
    font-size: 62px;
    transition: color .3s ease;
    font-weight: 700;
    text-transform: uppercase
}

.price-list__subtitle {
    margin-bottom: 15px
}

.price-list__price {
    font-size: 36px;
    font-weight: 700;
    margin-top: 15px
}

.price-list .btn-wrap {
    margin-top: 65px
}

@media all and (max-width: 1500px) {
    .price-list__item {
        padding-top: 90px
    }
}

@media all and (max-width: 1300px) {
    .price-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .price-list__item {
        width: calc(50% - 20px);
        max-width: 450px;
        margin: 0 10px 20px;
        padding-top: 47px;
        padding-bottom: 73px
    }
    .price-list__description {
        max-width: 255px;
        margin: auto
    }
}

@media all and (max-width: 1200px) {
    .price-list__item {
        max-width: 400px
    }
}

@media all and (max-width: 1000px) {
    .price-list {
        margin-bottom: 60px
    }
}

@media only screen and (max-width: 700px) {
    .price-list {
        max-width: 450px;
        margin-left: auto;
        margin-right: auto
    }
    .price-list__item {
        max-width: none;
        padding: 35px 25px 40px;
        margin: 0 10px 25px
    }
    .price-list__title {
        font-size: 48px;
        line-height: 1
    }
    .price-list__price {
        font-size: 30px;
        margin-top: 5px
    }
    .price-list .btn-wrap {
        margin-top: 35px
    }
    .price-list .slick-dots {
        position: relative
    }
    .price-list .marker-ul li {
        font-size: 16px;
        margin-bottom: 12px
    }
    .price-list__title-wrap {
        margin-bottom: 25px
    }
}

.tariff-info {
    margin-top: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline
}

.tariff-info__tariff-name {
    font-size: 62px;
    font-weight: 700
}

.tariff-info__tariff-name._yellow-circle {
    color: #ffce2d
}

.tariff-info__tariff-name._red-circle {
    color: #ea4a63
}

.tariff-info__tariff-name._blue-circle {
    color: #0097dc
}

.tariff-info__tariff-name._purple-circle {
    color: #c546d1
}

.tariff-info__tariff-price {
    font-size: 30px;
    font-weight: 700;
    margin-left: 10px
}

.tariff-info__tariff-price::before,
.tariff-info__tariff-price::after {
    font: inherit;
    display: inline-block
}

.tariff-info__tariff-price::before {
    content: '('
}

.tariff-info__tariff-price::after {
    content: attr(data-currency) ")";
    margin-left: 10px
}

@media only screen and (max-width: 700px) {
    .tariff-info {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.offer {
    background: #871ea3;
    padding: 110px 0 40px
}

.offer .input-style__placeholder {
    font-size: 16px;
    line-height: 1.2
}

@media all and (max-width: 1200px) {
    .offer .input-style__placeholder {
        font-size: 15px
    }
}

.offer__table {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.offer__col_left {
    width: calc(100% / 8 * 3 - 10px);
    position: relative;
    display: block
}

.offer__col_right {
    width: calc(100% / 8 * 5 - 10px);
    margin-top: -47px
}

.offer__parallax-wrap {
    width: 748px;
    height: 780px;
    max-width: 888px;
    position: absolute;
    top: 140px;
    right: auto;
    bottom: auto;
    left: -125%;
    margin: auto;
    -ms-transform: rotate(10deg);
    transform: rotate(10deg)
}

.offer__parallax-bg {
    display: block;
    position: relative
}

.offer__title {
    width: 100%
}

@media all and (max-width: 1500px) {
    .offer__parallax-wrap {
        max-width: 540px;
        top: 165px;
        left: -65%
    }
}

@media all and (max-width: 1300px) {
    .offer__col_right {
        width: calc(100% / 8 * 5 - 40px)
    }
    .offer .confidentiality {
        text-align: right
    }
    .offer__parallax-wrap {
        max-width: 450px;
        top: 245px;
        left: -50%
    }
}

@media all and (max-width: 1000px) {
    .offer {
        padding: 60px 0 85px
    }
    .offer__col_left {
        width: 100%
    }
    .offer__col_right {
        display: none
    }
    .offer .title-wrap {
        max-width: 340px;
        text-align: center
    }
    .offer__parallax-wrap {
        max-width: 230px;
        top: 82px;
        left: -18%
    }
}

@media only screen and (max-width: 750px) {
    .offer {
        padding: 50px 0
    }
    .offer__table {
        padding: 0 20px
    }
    .offer .title-wrap {
        margin-bottom: 20px
    }
}

.next {
    padding-bottom: 0
}

.next-steps {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 40px;
    width: calc(100% + 20px);
    left: -10px
}

.next-steps::after {
    content: "";
    display: table;
    clear: both
}

.next-steps__item {
    padding: 10px 10px 40px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 30px;
    display: block;
    position: relative;
    width: calc(25% - 20px);
    margin: 0 10px
}

.next-steps__description {
    padding: 0 25px;
    box-sizing: border-box
}

.next-steps__img-wrap {
    border-radius: 20px;
    height: 280px;
    width: 100%;
    margin-bottom: 40px;
    display: block;
    position: relative;
    overflow: hidden
}

.next-steps__img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    font-family: "object-fit: cover; object-position: center";
    transition: transform .3s ease;
    z-index: 1
}

.next-steps__title {
    margin-bottom: 15px
}

@media all and (max-width: 1300px) {
    .next-steps {
        max-width: 820px;
        margin-left: auto;
        margin-right: auto
    }
    .next-steps__item {
        width: calc(50% - 20px);
        margin-bottom: 20px
    }
}

.brand {
    padding-bottom: 0;
    padding-top: 70px
}

.time-line-slider {
    cursor: -webkit-grab
}

.time-line-slider:not(.slick-initialized) {
    opacity: 0
}

.time-line-slider:not(.slick-initialized) .time-line-slider__item:not(:first-child) {
    display: none
}

.time-line-slider:active {
    cursor: -webkit-grabbing
}

.time-line-slider:active .slick-arrow {
    pointer-events: none
}

.time-line-slider .slick-arrow {
    transition: opacity .3s ease
}

.time-line-slider .slick-arrow:active {
    pointer-events: all !important
}

.time-line-slider .slick-arrow::before {
    content: '';
    width: 56px;
    height: 21px;
    background: url("../images/svg/arrow.svg") center center no-repeat;
    background-size: contain
}

.time-line-slider .slick-arrow._disable {
    opacity: .15;
    pointer-events: none
}

.time-line-slider .slick-prev {
    right: calc(100% / 3 * 2);
    -ms-transform: translate(100%, -50%);
    transform: translate(100%, -50%)
}

.time-line-slider .slick-prev::before {
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

.time-line-slider .slick-next {
    left: calc(100% / 3 * 2);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%)
}

.time-line-slider .slick-next::before {
    -ms-transform: none;
    transform: none
}

.time-line-slider::before,
.time-line-slider::after {
    content: '';
    width: 50vw;
    z-index: 100;
    height: 200px
}

.time-line-slider::before {
    position: absolute;
    top: 0;
    right: 130%;
    bottom: 0;
    left: auto;
    margin: auto;
    background: linear-gradient(90deg, #f3f3f3 80%, transparent)
}

.time-line-slider::after {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 130%;
    margin: auto;
    background: linear-gradient(-90deg, #f3f3f3 80%, transparent)
}

.time-line-slider .slick-list {
    overflow: visible
}

.time-line-slider__item {
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    position: relative;
    transition: color .3s ease;
    cursor: pointer
}

.time-line-slider__item::after {
    content: '';
    display: block;
    position: absolute;
    top: auto;
    right: 0;
    bottom: -22px;
    left: 0;
    margin: auto;
    width: 35px;
    height: 35px;
    background: #ea4a63;
    border-radius: 50%;
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
    transition: opacity .3s ease
}

.time-line-slider__item.slick-current {
    color: #ea4a63
}

.time-line-slider__item.slick-current::after {
    opacity: 1
}

.time-line-slider__item::before {
    content: '';
    display: block;
    position: absolute;
    top: auto;
    right: 0;
    bottom: -30px;
    left: 0;
    margin: auto;
    width: 100%;
    height: 30px;
    background: url("../images/svg/rule.png") center bottom no-repeat;
    background-size: contain
}

.time-line-slider__item:first-child::after,
.time-line-slider__item:last-child::after {
    content: '';
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 100
}

.time-line-slider__item:first-child::after {
    background: linear-gradient(90deg, #f3f3f3 50%, transparent)
}

.time-line-slider__item:last-child::after {
    background: linear-gradient(-90deg, #f3f3f3 50%, transparent)
}

.time-line-slider__item._disable {
    pointer-events: none;
    color: rgba(0, 0, 0, 0.3)
}

@media all and (max-width: 1300px) {
    .time-line-slider {
        width: calc(100% + 300px);
        left: -150px
    }
}

.time-line-tabs {
    display: block;
    position: relative;
    box-sizing: border-box;
    cursor: -webkit-grab
}

.time-line-tabs:not(.slick-initialized) {
    opacity: 0
}

.time-line-tabs:not(.slick-initialized) .time-line-tabs__tab:not(:first-child) {
    display: none
}

.time-line-tabs:active {
    cursor: -webkit-grabbing
}

.time-line-tabs:active .slick-arrow {
    pointer-events: none
}

.time-line-tabs .slick-arrow {
    transition: opacity .3s ease
}

.time-line-tabs .slick-arrow:active {
    pointer-events: all !important
}

.time-line-tabs .slick-arrow::before {
    content: '';
    width: 56px;
    height: 21px;
    background: url("../images/svg/arrow.svg") center center no-repeat;
    background-size: contain
}

.time-line-tabs .slick-arrow._disable,
.time-line-tabs .slick-arrow.slick-disabled {
    opacity: .15;
    pointer-events: none
}

.time-line-tabs .slick-prev {
    left: 0;
    right: auto;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.time-line-tabs .slick-prev::before {
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

.time-line-tabs .slick-next {
    left: auto;
    right: 0;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.time-line-tabs .slick-next::before {
    -ms-transform: none;
    transform: none
}

.time-line-tabs .logo {
    opacity: 0
}

.time-line-tabs._animate .logo {
    opacity: 1;
    transition: opacity 1s ease
}

.time-line-tabs__tab {
    position: relative;
    padding: 85px 45px
}

.time-line-tabs__map-bg {
    width: 100%;
    display: block;
    position: relative
}

.time-line-tabs__content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.time-line-tabs__content .shuffle-table {
    width: 100%;
    max-width: 1280px;
    padding: 0 10px;
    box-sizing: border-box
}

.time-line-tabs__content .shuffle-table__description {
    padding: 50px 0 30px;
    box-sizing: border-box
}

.time-line-tabs__content .marker-ul li {
    margin-bottom: 23px
}

@media all and (max-width: 1300px) {
    .time-line-tabs__tab {
        position: relative;
        padding: 85px 0
    }
    .time-line-tabs__content .shuffle-table__description {
        padding: 25px 0
    }
}

.point-map {
    display: block;
    position: relative
}

.point-map>svg {
    display: block;
    position: relative;
    width: 100%;
    max-height: 100%;
    z-index: 1
}

.point-map>svg circle._active {
    transition: fill .5s ease;
    fill: #101a21
}

.point-map__popups {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 2
}

.point-map__popup {
    background: #fff;
    padding: 20px 30px;
    min-width: 187px;
    box-sizing: border-box;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    line-height: 1.34;
    opacity: 0
}

.point-map__popup._active {
    opacity: 1;
    transition: opacity 1s ease
}

.point-map__popup:nth-child(1) {
    position: absolute;
    top: 7%;
    right: auto;
    bottom: auto;
    left: 0;
    margin: auto
}

.point-map__popup:nth-child(2) {
    position: absolute;
    top: 36%;
    right: auto;
    bottom: auto;
    left: 3%;
    margin: auto
}

.point-map__popup:nth-child(3) {
    position: absolute;
    top: 56%;
    right: auto;
    bottom: auto;
    left: 11%;
    margin: auto
}

.point-map__popup:nth-child(4) {
    position: absolute;
    top: 73%;
    right: auto;
    bottom: auto;
    left: 25%;
    margin: auto
}

.point-map__popup:nth-child(5) {
    position: absolute;
    top: 4%;
    right: 19%;
    bottom: auto;
    left: auto;
    margin: auto
}

.point-map__popup:nth-child(6) {
    position: absolute;
    top: 27%;
    right: 3%;
    bottom: auto;
    left: auto;
    margin: auto
}

.point-map__popup:nth-child(7) {
    position: absolute;
    top: 50%;
    right: 7%;
    bottom: auto;
    left: auto;
    margin: auto
}

.point-map__popup:nth-child(8) {
    position: absolute;
    top: 71%;
    right: 15%;
    bottom: auto;
    left: auto;
    margin: auto
}

.point-map .logo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 189px;
    height: 189px;
    z-index: 3;
    -ms-transform: translateY(-45%);
    transform: translateY(-45%)
}

@media all and (max-width: 1300px) {
    .point-map .logo {
        -ms-transform: none;
        transform: none
    }
    .point-map__popup {
        background: #fff;
        padding: 20px 30px;
        min-width: 187px;
        box-sizing: border-box;
        border-radius: 10px;
        text-align: center;
        font-size: 18px;
        line-height: 1.34;
        opacity: 0
    }
    .point-map__popup._active {
        opacity: 1;
        transition: opacity 1s ease
    }
    .point-map__popup:nth-child(1) {
        position: absolute;
        top: 7%;
        right: auto;
        bottom: auto;
        left: 0;
        margin: auto
    }
    .point-map__popup:nth-child(2) {
        position: absolute;
        top: 36%;
        right: auto;
        bottom: auto;
        left: 0;
        margin: auto
    }
    .point-map__popup:nth-child(3) {
        position: absolute;
        top: 56%;
        right: auto;
        bottom: auto;
        left: 0;
        margin: auto
    }
    .point-map__popup:nth-child(4) {
        position: absolute;
        top: 77%;
        right: auto;
        bottom: auto;
        left: 15%;
        margin: auto
    }
    .point-map__popup:nth-child(5) {
        position: absolute;
        top: 4%;
        right: 9%;
        bottom: auto;
        left: auto;
        margin: auto
    }
    .point-map__popup:nth-child(6) {
        position: absolute;
        top: 27%;
        right: 0;
        bottom: auto;
        left: auto;
        margin: auto
    }
    .point-map__popup:nth-child(7) {
        position: absolute;
        top: 50%;
        right: 0;
        bottom: auto;
        left: auto;
        margin: auto
    }
    .point-map__popup:nth-child(8) {
        position: absolute;
        top: 71%;
        right: 9%;
        bottom: auto;
        left: auto;
        margin: auto
    }
}

.slider-min {
    display: block;
    width: 100%;
    cursor: -webkit-grab
}

.slider-min:not(.slick-initialized) {
    opacity: 0
}

.slider-min:not(.slick-initialized) .slider-min__item:not(:first-child) {
    display: none
}

.slider-min:active {
    cursor: -webkit-grabbing
}

.slider-min__img-wrap {
    display: block;
    position: relative;
    height: 447px;
    border-radius: 20px;
    overflow: hidden
}

.slider-min__img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    font-family: "object-fit: cover; object-position: center";
    transition: transform .3s ease;
    z-index: 1
}

.gallery-nav {
    position: absolute;
    top: 100%;
    right: 0;
    bottom: auto;
    left: 0;
    margin: auto;
    width: 290px;
    height: auto
}

.gallery-nav:not(.slick-initialized) {
    opacity: 0
}

.gallery-nav:not(.slick-initialized) .gallery-nav__item:not(:first-child) {
    display: none
}

.gallery-nav .slick-arrow::before {
    width: 32px
}

.gallery-nav .slick-prev {
    left: -8px;
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%)
}

.gallery-nav .slick-next {
    right: -8px;
    -ms-transform: translate(100%, -50%);
    transform: translate(100%, -50%)
}

.gallery-nav__item {
    display: block;
    position: relative;
    margin: 8px;
    box-sizing: border-box;
    opacity: .3;
    transition: opacity .3s ease
}

.gallery-nav__item._active {
    opacity: 1
}

.gallery-nav__img {
    display: block;
    position: relative;
    max-width: 100%;
    max-height: 100%
}

.gallery {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    margin: auto;
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    background: #fff;
    box-shadow: 0 22px 49px 0 rgba(16, 26, 33, 0.11);
    padding: 10px;
    box-sizing: border-box;
    transition: all .3s ease;
    cursor: pointer;
    width: 70%
}

.gallery__item {
    display: block;
    position: relative
}

.gallery__img {
    display: block;
    position: relative;
    max-width: 100%;
    max-height: 100%
}

.gallery__hidden {
    display: none
}

@media all and (max-width: 1300px) {
    .gallery {
        top: 40%
    }
}

.reviews .spot {
    top: -50vh;
    z-index: 3
}

@media only screen and (max-width: 500px) {
    .reviews {
        padding-bottom: 70px
    }
}

.reviews-slider {
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 75px;
    z-index: 2;
    cursor: -webkit-grab
}

.reviews-slider:not(.slick-initialized) {
    opacity: 0
}

.reviews-slider:not(.slick-initialized) .reviews-slider__item:not(:first-child) {
    display: none
}

.reviews-slider:active {
    cursor: -webkit-grabbing
}

.reviews-slider .slick-dots {
    padding-bottom: 0
}

.reviews-slider__item {
    display: block;
    position: relative
}

@keyframes hide-overlays {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.reviews-slider__item.slick-current .reviews-slider__col::before {
    border: 0 solid #fff;
    transition: border 2s linear
}

.reviews-slider__item.slick-current .reviews-slider__col_left::before {
    transition-delay: .3s
}

.reviews-slider__item.slick-current .reviews-slider__col_right::before {
    transition-delay: 1s
}

.reviews-slider__item:not(.slick-current) .reviews-slider__col::before {
    animation: hide-overlays 0s ease both;
    transition-delay: 0s
}

.reviews-slider__table {
    height: 100%;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch
}

.reviews-slider__col {
    display: block;
    position: relative;
    overflow: hidden
}

.reviews-slider__col::before {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    margin: auto;
    width: 3000px;
    height: 3000px;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 100%;
    z-index: 20;
    box-sizing: border-box;
    border: 1500px solid #fff;
    pointer-events: none
}

.reviews-slider__col_left {
    width: calc(100% / 8 * 3 - 10px);
    overflow: hidden
}

.reviews-slider__col_right {
    width: calc(100% / 8 * 5 - 10px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.reviews-slider__overflow-wrap {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 30px;
    overflow: hidden
}

.reviews-slider__overflow-wrap2 {
    display: block;
    position: relative;
    /*height:100%;*/
    width: 100%;
    border-radius: 30px;
    overflow: hidden
}

.reviews-slider__overflow-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(-34deg, #000 53%, rgba(0, 0, 0, 0.36) 81%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 2;
    opacity: .1
}

.reviews-slider__overflow-wrap2::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(-34deg, #000 53%, rgba(0, 0, 0, 0.36) 81%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 2;
    opacity: .1
}

.reviews-slider__img-wrap {
    display: block;
    position: relative;
    max-width: 435px;
    width: 100%;
    height: 565px
}

.reviews-slider__img-wrap2 {
    display: block;
    position: relative;
    max-width: 435px;
    width: 100%;
    /*height:565px*/
}

.reviews-slider__img {
    display: block;
    position: absolute;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    font-family: "object-fit: cover; object-position: center";
    transition: transform .3s ease;
    z-index: 1;
    z-index: 1
}

.reviews-slider__description {
    display: block;
    position: relative;
    max-width: 590px
}

.reviews-slider__description .btn-wrap {
    margin-top: 20px
}

.reviews-slider__subtitle {
    font-size: 26px;
    margin-bottom: 0;
    margin-top: 5px
}

.reviews-slider__review {
    margin-top: 20px
}

.reviews-slider__text {
    font-size: 16px;
    margin-bottom: 28px;
    line-height: 1.8
}

.reviews-slider__text:last-child {
    margin-bottom: 0
}

.reviews-slider__play-btn {
    position: absolute;
    top: auto;
    right: 20px;
    bottom: 20px;
    left: auto;
    margin: auto;
    display: block;
    width: 114px;
    height: 114px;
    background: url("../images/svg/play-button_white.svg") center center no-repeat;
    background-size: contain;
    transition: all .3s ease;
    cursor: pointer;
    z-index: 3
}

.reviews-slider__play-btn:hover {
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

@media all and (max-width: 1300px) {
    .reviews-slider__col {
        width: calc(50% - 10px)
    }
    .reviews-slider__img-wrap {
        max-width: 390px;
        margin-left: auto;
        margin-right: auto
    }
}

@media all and (max-width: 1000px) {
    .reviews-slider {
        padding-bottom: 0
    }
    .reviews-slider__img-wrap {
        max-width: 310px;
        height: 400px
    }
    .reviews-slider .slick-dots {
        width: 50%;
        top: 440px;
        bottom: auto;
        right: auto
    }
    .reviews-slider__subtitle {
        font-size: 24px;
        margin-top: 10px
    }
    .reviews-slider__text {
        font-size: 14px;
        margin-bottom: 22px;
        line-height: 1.75
    }
    .reviews-slider__col_right {
        padding-right: 10px;
        box-sizing: border-box
    }
}

@media only screen and (max-width: 750px) {
    .reviews-slider .slick-dots {
        top: 415px
    }
}

@media only screen and (max-width: 700px) {
    .reviews-slider .slick-dots {
        top: 419px
    }
}

@media only screen and (max-width: 500px) {
    .reviews-slider__table {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .reviews-slider__col {
        width: 100%
    }
    .reviews-slider__col_left {
        margin-bottom: 0;
        padding-bottom: 42px
    }
    .reviews-slider .slick-dots {
        top: auto;
        bottom: -40px;
        width: 100%
    }
    .reviews-slider__img-wrap {
        width: 150px;
        height: 150px
    }
    .reviews-slider__play-btn {
        right: 5px;
        bottom: 5px;
        width: 62px;
        height: 62px;
        background: url(../images/svg/play-button.svg) center center no-repeat;
        -ms-transform: translate(50%, 50%);
        transform: translate(50%, 50%)
    }
    .reviews-slider__play-btn:hover {
        -ms-transform: translate(50%, 50%) scale(1.05);
        transform: translate(50%, 50%) scale(1.05)
    }
    .reviews-slider__subtitle {
        font-size: 18px;
        text-align: center
    }
    .reviews-slider__review {
        margin-top: 15px
    }
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.statistics {
    padding-top: 195px;
    margin-top: -130px;
    background: #fff
}

._animate .statistics-slider__item.slick-active .big-line {
    animation: fill-path 0.5s ease forwards
}

._animate .statistics-slider__item.slick-active .pie-2-cls-2 {
    animation: fill-small-path1 1.5s ease forwards;
    animation-delay: 0.5s
}

._animate .statistics-slider__item.slick-active .pie-1-cls-2 {
    animation: fill-small-path2 1.5s ease forwards;
    animation-delay: 0.5s
}

@keyframes fill-path {
    100% {
        stroke-dashoffset: 0%
    }
}

@keyframes fill-small-path1 {
    84% {
        stroke-dashoffset: 0%;
        transform: translate(-4.2%, 5.8%)
    }
    100% {
        stroke-dashoffset: 0%;
        transform: translate(0, 0)
    }
}

@keyframes fill-small-path2 {
    84% {
        stroke-dashoffset: 0%;
        transform: translate(4.2%, 5.8%)
    }
    100% {
        stroke-dashoffset: 0%;
        transform: translate(0, 0)
    }
}

._animate .statistics-slider__img-wrap .percent {
    animation: show-percent 1s ease both;
    animation-delay: 1s
}

@keyframes show-percent {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.statistics-slider {
    margin-bottom: 50px
}

.statistics-slider__item {
    width: 50%;
    padding: 0 10px;
    box-sizing: border-box
}

.statistics-slider__item .pie-2-cls-2 {
    -ms-transform: translate(-4.2%, 5.8%);
    transform: translate(-4.2%, 5.8%);
    stroke-dasharray: 50%;
    stroke-dashoffset: 50%
}

.statistics-slider__item .pie-1-cls-2 {
    -ms-transform: translate(4.2%, 5.8%);
    transform: translate(4.2%, 5.8%);
    stroke-dasharray: 50%;
    stroke-dashoffset: -50%
}

.statistics-slider__item .pie-1-cls-1 {
    stroke-dasharray: 185%;
    stroke-dashoffset: -185%
}

.statistics-slider__item .pie-2-cls-1 {
    stroke-dasharray: 185%;
    stroke-dashoffset: 185%
}

.statistics-slider__img-wrap {
    display: block;
    position: relative;
    max-width: 336px;
    margin: 0 auto 30px
}

.statistics-slider__img-wrap svg {
    display: block;
    position: relative;
    max-width: 100%;
    max-height: 100%
}

.statistics-slider__img-wrap .percent {
    font-size: 51px;
    font-weight: 700;
    position: absolute;
    top: 15px;
    right: auto;
    bottom: auto;
    left: 0;
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    opacity: 0
}

.statistics-slider__text {
    text-align: center;
    max-width: 305px;
    font-size: 24px;
    margin: auto;
    line-height: 1.3
}


.reviews .btn-style_shadow {
    min-width: 426px;
    max-width: min-content;
    margin: 0 auto;
}

.reviews .uniqueness__col {

    padding: 65px 297px 80px;
}

.reviews .uniqueness__col > span {
    width: 600px;
    display: block;
    text-align: center;
    line-height: 22px;
    font-size: 18px;
    margin-bottom: 25px;
}

.btnright {
    padding-top: 1%;
    margin: left;
}

.rasstoyanie {
    margin-top: -10px;
}

.btn-style_yellow1 {
    background: #fbce3a;
    color: #000;
}

.btn-style_yellow1::before {
    background: #d9ae20
}

.btn-style_yellow1::after {
    background: #fbce3a;
}

.show750 {
    display: none !important;
}



.hiddenlg {
    display: none;
}



@media all and (max-width: 1670px) {
    .arrowbefore::after {
        display: none;
    }
}


@media all and (max-width: 1300px) {
    .reviews .uniqueness__col {
        border: none;
        padding: 0px !important;
        width: 100%;
    }

    .reviews .uniqueness__col > span {
        font-size: 42px !important;
        width: 100%;
    }




}


@media all and (max-width: 1000px) {
    .statistics-slider__img-wrap {
        max-width: 285px
    }
    .statistics-slider__text {
        font-size: 20px
    }
    .statistics-slider .percent {
        font-size: 42px;
        top: 10px
    }
  .reviews .uniqueness__col {
        margin-top: 80px;
    }




}

@media only screen and (min-device-width: 751px) and (max-device-width: 768px) {


.nav__link {
    font-size: 14px;
    margin-right: 32px;
}

.banner_purple .banner__main-bg img {
    height: 652px;
    -ms-transform: none;
    transform: none;
    top: 93px;
    bottom: auto;
    left: -25.8%;
}

.logo {
    left: 40px;
    width: 130px;
    height: 165px;
}

.contacts__col {
    margin-right: 51px;
}

.contacts__label {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 5px;
}


.btn-style_border {
    border: 3px solid #fff;
    height: 55px;
    padding: 5px 10px;
    background: transparent;
    max-width: 100%;
    width: 206px;
    top: 10px;
    left: 15px;
}

.banner_purple .banner__description {
    margin-top: 100px;
    margin-left: 0px;
    font-size: 20px;
    line-height: 22px;
}

.banner_purple .banner__description .small {
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
}

.banner_purple .banner__description {
    margin-top: 17px;
    margin-left: 0px;
    font-size: 20px;
    line-height: 22px;
    position: relative;
    left: -55px;
    top: 168px;
}

.banner {
    height: 677px;
}


.banner__title .small span {
    font-size: 23px;
}

.btnright.probtn.arrowbefore {
    width: 300px;
}

.btn-style__text, .btn-style__label {
    line-height: 1.2;
    font-size: 16px !important;
}

.banner__content {
    margin-bottom: 26px;
}


.banner_purple::before {
    background: url(../images/bubble4.png) center center no-repeat;
    background-size: contain;
}

h1.highlight span {
    font-size: 35px;
}


body._purple .contacts {
    color: #fff;
    padding-right: 0px;
}


.contacts__col {
    margin-right: 0px;
}

nav.nav {
    display: block;
    text-align: center;
}

.nav__list {
    justify-content: space-between;
}

.contacts__col.contacts__col_mail {
    margin-right: 35px;
    margin-top: -4px;
}


.btn-style_border {
    border: 2px solid #fff;
    height: 55px;
    padding: 5px 10px;
    background: transparent;
    max-width: 100%;
    width: 206px;
    top: 10px;
    left: 1px;
}

.banner__title .small span {
    font-size: 19px;
}

.rasstoyanie {
    margin-top: -60px;
}

.banner__text.highlight.highlight_med.hide-on-mobile750 span::before {
    position: absolute;
    top: -10px;
    right: 0;
    bottom: auto;
    left: -35px;
    margin: auto;
    width: calc(100% + 60px);
    height: calc(100% + 20px);
}


.logo {
    left: 40px;
    width: 110px;
    height: 141px;
    left: 21px;
    top: 4px;
}

.banner__text.highlight.highlight_med.hide-on-mobile750 span {
    font-size: 16px;
    color: #fff;
}


.banner_purple .banner__main-bg img {
    height: 772px;
    -ms-transform: none;
    transform: none;
    top: -3px;
    bottom: auto;
    left: -25.8%;
}

.banner__content {
    margin-bottom: 150px;
}

.contacts__label {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 11px;
}

.btn-style__label {
    line-height: 1.2;
    font-size: 12px !important;
}


.btn-style_border {
    border: 2px solid #fff;
    height: 45px;
    padding: 5px 10px;
    background: transparent;
    max-width: 100%;
    width: 167px;
    top: 10px;
    left: 1px;
}

.banner {
    height: 596px;
}

.banner__content {
    margin-bottom: 23px;
}



}



@media only screen and (max-width: 750px) {
    .statistics-slider {
        margin-bottom: 20px
    }
    .statistics-slider__text {
        font-size: 16px
    }
    .statistics-slider .percent {
        font-size: 35px
    }
    .statistics-slider .slick-dots {
        position: relative;
        margin-top: 20px
    }

    .reviews .uniqueness__col > span {
        width: inherit;
        font-size: 24px !important;
        margin: 0 0 35px !important;
    }
    .reviews .btn-style_shadow {
        min-width: 280px;
        max-width: min-content;
        margin: 0 auto;
    }

    .banner_purple .banner__bottom-wrap {
    bottom: 0;
    width: calc(100% + 60px);
    left: -40px;
    box-sizing: border-box;
    right: 0;
    position: relative;
    padding: 20px 40px;
    top: 0;
}

.banner_purple .banner__description {
    max-width: none;
    margin: 0;
    font-size: 18px;
    line-height: 1.34;
}

.banner_purple .banner__description .small {
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
}

.course .btn-style__label {
    font-weight: 700;
    font-size: 14px !important;
    padding-left: 15px;
    padding-right: 15px;
}

.block-wrapper {
    padding: 18px 0 50px 0;
}

.highlight._med {
    padding: 60px 10px 10px 10px;
    line-height: 27px;
}

.oneimg {
    width: 155px !important;
    height: 45px !important;
}

.twoimg {
    width: 101px !important;
    height: 44px !important;
}
.threeimg {
    width: 101px !important;
    height: 44px !important;
}
.forimg {
    width: 31px !important;
    height: 45px !important;
}
.iframecustom {
    width: 100% !important;
}

.container._common {
    max-width: 1220px;
    margin-bottom: 40px;
}

.reviews .title-wrap {
    margin-bottom: 0px;
}


.hidden750 {
    display: none !important;
}

.show750 {
    display: block !important;
}

.hiddenlg {
    display: none;
}


.logo {
    width: 100px;
    height: 100px;
}






.btn-style_border {
    border: 3px solid #fff;
    height: 55px;
    padding: 5px 10px;
    background: transparent;
    max-width: 100%;
    width: 206px;
    top: 0px;
    left: 0px;
}


.banner {
    height: auto;
}

h1.highlight span {
    font-size: 30px;
}

.banner__title .small span {
    font-size: 18px;
}

.btnright.probtn.arrowbefore {
    width: 300px;
}

.btn-style__text, .btn-style__label {
    line-height: 1.2;
    font-size: 16px !important;
}

.banner__content {
    margin-bottom: 26px;
}


.contacts__col {
  margin-right: 0px;
}

.logo {
    left: 20px;
}

.banner_purple .banner__bottom-wrap {
    bottom: 0;
    width: calc(100% + 40px);
    left: -20px;
    box-sizing: border-box;
    right: 0;
    position: relative;
    padding: 30px 40px;
    top: 0;
}

}

@media only screen and (max-width: 452px) {
    .probtn {
        display: none;
    }
    .banner_purple .banner__description .small {
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
}


    .container._common {

        margin-bottom: 0px;
    }
    .reviews .uniqueness__col > span {
        width: inherit;
        margin-left: 10px;
        margin-right: 10px;
    }
    .reviews .btn-style_shadow {
        width: 280px;
        max-width: min-content;
        margin: 0 auto;
    }

    .banner_purple .banner__bottom-wrap {
    bottom: 0;
    width: calc(100% + 60px);
    left: -40px;
    box-sizing: border-box;
    right: 0;
    position: relative;
    padding: 20px 40px;
    top: 0;
}
.reviews .uniqueness__col {
    margin-top: 0px;
}

.banner_purple .banner__description {
/*    max-width: none;
    margin: 0;
    font-size: 16px;
    line-height: 19px;*/
        max-width: none;
    margin: 0;
    font-size: 18px;
    line-height: 22px;
    padding-right: 25px;
}

.course .btn-style__label {
    font-weight: 700;
    font-size: 14px !important;
    padding-left: 15px;
    padding-right: 15px;
}

.block-wrapper {
    padding: 18px 0 50px 0;
}

.highlight._med {
    padding: 60px 10px 10px 10px;
    line-height: 27px;
}

.oneimg {
    width: 155px !important;
    height: 45px !important;
}

.twoimg {
    width: 101px !important;
    height: 44px !important;
}
.threeimg {
    width: 101px !important;
    height: 44px !important;
}
.forimg {
    width: 31px !important;
    height: 45px !important;
}
.iframecustom {
    width: 100% !important;
}

.container._common {
    max-width: 1220px;
    margin-bottom: 40px;
}

.reviews .title-wrap {
    margin-bottom: 0px;
}


.shuffle-table__img {
    top: 40px;
}



}

@media only screen and (max-width: 320px)  {
    .reviews .uniqueness__col > span {
        font-size: 16px;
        line-height: 20px;
        padding: 0px;
    }
}





@media (min-width: 452px) {
    .probtnfull {
        display: none;
    }
}


/*# sourceMappingURL=style.css.map */
