@charset "UTF-8";
body {
    margin: 0;
    padding: 0;
    font-family: inter, sans-serif;
    background-color: #fff;
    height: 100%;
    line-height: 1;
    position: relative;
    font-size: 16px !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

html,
body,
div,
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%
}

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

blockquote,
q {
    quotes: none
}

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

table {
    border-collapse: collapse;
    border-width: 0;
    padding: 0;
    margin: 0
}

html {
    height: 100%;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none
}

input,
textarea {
    color: #333;
    font-family: inter, sans-serif;
    outline: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none
}

input[type=button],
input[type=submit],
button {
    cursor: pointer
}

td {
    margin: 0;
    padding: 0
}

form {
    padding: 0;
    margin: 0
}

a {
    color: #0050ff;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: transparent
}

a,
span,
div,
button {
    outline: none !important
}

input[type=submit],
input[type=button],
button {
    -webkit-appearance: none;
    outline: none
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

.clearfix:after,
.wrapper:after,
.row:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

img {
    max-width: 100%
}

ul,
li {
    list-style: none
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    overflow: hidden
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: none;
    box-shadow: none
}

.fancybox-outer,
.fancybox-inner {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

#fancybox-loading div {
    width: 44px;
    height: 44px
}

.fancybox-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 8040
}

.fancybox-close::before {
    content: "+";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    font-size: 40px;
    color: rgba(0, 0, 0, .54);
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.fancybox-close:hover::before {
    color: rgba(0, 0, 0, .9)
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(blank.php);
    -webkit-tap-highlight-color: transparent;
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock {
    overflow: visible !important;
    width: auto
}

.fancybox-lock body {
    overflow: hidden !important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: rgba(30, 30, 30, .9)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: 0 0;
    background: rgba(0, 0, 0, .8);
    -webkit-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #fff;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5) {
    #fancybox-loading,
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {
        -webkit-background-size: 44px 152px;
        background-size: 44px 152px
    }
    #fancybox-loading div {
        -webkit-background-size: 24px 24px;
        background-size: 24px 24px
    }
}

@media(max-width:500px) {
    .fancybox-close {
        top: 6px;
        right: 6px
    }
}

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

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

.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none !important
}

.irs-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0
}

.irs-shadow {
    position: absolute;
    display: none;
    left: 0;
    width: 0
}

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

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

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

.irs-min {
    left: 0
}

.irs-max {
    right: 0
}

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

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

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

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

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

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

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

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

.irs-disabled {
    opacity: .4
}

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

.irs--flat {
    height: 40px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.irs--big {
    height: 55px
}

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

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

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

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

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

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

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

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

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

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

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

.irs--modern {
    height: 55px
}

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

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

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

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

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

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

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

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

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

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

.irs--modern .irs-handle.state_hover>i:nth-child(1),
.irs--modern .irs-handle:hover>i:nth-child(1) {
    border-color: #7685a2
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.irs--round {
    height: 50px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.irs--square {
    height: 50px
}

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

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

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

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

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

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

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

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

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

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

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

.iti {
    position: relative;
    display: inline-block
}

.iti * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.iti__hide {
    display: none
}

.iti__v-hide {
    visibility: hidden
}

.iti input,
.iti input[type=text],
.iti input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0
}

.iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px
}

.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px
}

.iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555
}

.iti__arrow--up {
    border-top: none;
    border-bottom: 4px solid #555
}

.iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
    background-color: #fff;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.iti__country-list--dropup {
    bottom: 100%;
    margin-bottom: -1px
}

@media(max-width:500px) {
    .iti__country-list {
        white-space: normal
    }
}

.iti__flag-box {
    display: inline-block;
    width: 20px
}

.iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc
}

.iti__country {
    padding: 5px 10px;
    outline: none
}

.iti__dial-code {
    color: #999
}

.iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, .05)
}

.iti__flag-box,
.iti__country-name,
.iti__dial-code {
    vertical-align: middle
}

.iti__flag-box,
.iti__country-name {
    margin-right: 6px
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0
}

.iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: rgba(0, 0, 0, .05)
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,
.iti--allow-dropdown input[readonly]+.iti__flag-container:hover {
    cursor: default
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag {
    background-color: transparent
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, .05)
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px
}

.iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px
}

.iti--container:hover {
    cursor: pointer
}

.iti-mobile .iti--container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed
}

.iti-mobile .iti__country-list {
    max-height: 100%;
    width: 100%
}

.iti-mobile .iti__country {
    padding: 10px;
    line-height: 1.5em
}

.iti__flag {
    width: 20px
}

.iti__flag.iti__be {
    width: 18px
}

.iti__flag.iti__ch {
    width: 15px
}

.iti__flag.iti__mc {
    width: 19px
}

.iti__flag.iti__ne {
    width: 18px
}

.iti__flag.iti__np {
    width: 13px
}

.iti__flag.iti__va {
    width: 15px
}

@media(-webkit-min-device-pixel-ratio:2),
(-o-min-device-pixel-ratio:2/1),
(min-resolution:192dpi) {
    .iti__flag {
        -webkit-background-size: 5652px 15px;
        background-size: 5652px 15px
    }
}

.iti__flag.iti__ac {
    height: 10px;
    background-position: 0 0
}

.iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0
}

.iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0
}

.iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0
}

.iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0
}

.iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0
}

.iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0
}

.iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0
}

.iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0
}

.iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0
}

.iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0
}

.iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0
}

.iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0
}

.iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0
}

.iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0
}

.iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0
}

.iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0
}

.iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0
}

.iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0
}

.iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0
}

.iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0
}

.iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0
}

.iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0
}

.iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0
}

.iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0
}

.iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0
}

.iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0
}

.iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0
}

.iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0
}

.iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0
}

.iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0
}

.iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0
}

.iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0
}

.iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0
}

.iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0
}

.iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0
}

.iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0
}

.iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0
}

.iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0
}

.iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0
}

.iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0
}

.iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0
}

.iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0
}

.iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0
}

.iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0
}

.iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0
}

.iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0
}

.iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0
}

.iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0
}

.iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0
}

.iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0
}

.iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0
}

.iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0
}

.iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0
}

.iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0
}

.iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0
}

.iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0
}

.iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0
}

.iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0
}

.iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0
}

.iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0
}

.iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0
}

.iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0
}

.iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0
}

.iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0
}

.iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0
}

.iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0
}

.iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0
}

.iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0
}

.iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0
}

.iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0
}

.iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0
}

.iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0
}

.iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0
}

.iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0
}

.iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0
}

.iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0
}

.iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0
}

.iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0
}

.iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0
}

.iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0
}

.iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0
}

.iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0
}

.iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0
}

.iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0
}

.iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0
}

.iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0
}

.iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0
}

.iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0
}

.iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0
}

.iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0
}

.iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0
}

.iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0
}

.iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0
}

.iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0
}

.iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0
}

.iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0
}

.iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0
}

.iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0
}

.iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0
}

.iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0
}

.iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0
}

.iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0
}

.iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0
}

.iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0
}

.iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0
}

.iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0
}

.iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0
}

.iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0
}

.iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0
}

.iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0
}

.iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0
}

.iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0
}

.iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0
}

.iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0
}

.iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0
}

.iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0
}

.iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0
}

.iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0
}

.iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0
}

.iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0
}

.iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0
}

.iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0
}

.iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0
}

.iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0
}

.iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0
}

.iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0
}

.iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0
}

.iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0
}

.iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0
}

.iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0
}

.iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0
}

.iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0
}

.iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0
}

.iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0
}

.iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0
}

.iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0
}

.iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0
}

.iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0
}

.iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0
}

.iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0
}

.iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0
}

.iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0
}

.iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0
}

.iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0
}

.iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0
}

.iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0
}

.iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0
}

.iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0
}

.iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0
}

.iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0
}

.iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0
}

.iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0
}

.iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0
}

.iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0
}

.iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0
}

.iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0
}

.iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0
}

.iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0
}

.iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0
}

.iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0
}

.iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0
}

.iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0
}

.iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0
}

.iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0
}

.iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0
}

.iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0
}

.iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0
}

.iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0
}

.iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0
}

.iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0
}

.iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0
}

.iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0
}

.iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0
}

.iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0
}

.iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0
}

.iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0
}

.iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0
}

.iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0
}

.iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0
}

.iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0
}

.iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0
}

.iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0
}

.iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0
}

.iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0
}

.iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0
}

.iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0
}

.iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0
}

.iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0
}

.iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0
}

.iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0
}

.iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0
}

.iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0
}

.iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0
}

.iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0
}

.iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0
}

.iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0
}

.iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0
}

.iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0
}

.iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0
}

.iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0
}

.iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0
}

.iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0
}

.iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0
}

.iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0
}

.iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0
}

.iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0
}

.iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0
}

.iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0
}

.iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0
}

.iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0
}

.iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0
}

.iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0
}

.iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0
}

.iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0
}

.iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0
}

.iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0
}

.iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0
}

.iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0
}

.iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0
}

.iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0
}

.iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0
}

.iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0
}

.iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0
}

.iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0
}

.iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0
}

.iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0
}

.iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0
}

.iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0
}

.iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0
}

.iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0
}

.iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0
}

.iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0
}

.iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0
}

.iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0
}

.iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0
}

.iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0
}

.iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0
}

.iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0
}

.iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0
}

.iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0
}

.iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0
}

.iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0
}

.iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0
}

.iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0
}

.iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0
}

.iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0
}

.iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0
}

.iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0
}

.iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0
}

.iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0
}

.iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0
}

.iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0
}

.iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0
}

.iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0
}

.iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0
}

.iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0
}

.iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0
}

.iti__flag {
    height: 15px;
    -webkit-box-shadow: 0 0 1px 0 #888;
    box-shadow: 0 0 1px 0 #888;
    background-image: url(../img/flags.png);
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0
}

@media(-webkit-min-device-pixel-ratio:2),
(-o-min-device-pixel-ratio:2/1),
(min-resolution:192dpi) {
    .iti__flag {
        background-image: url(../img/flags%402x.png)
    }
}

.iti__flag.iti__np {
    background-color: transparent
}

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

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

.slick-list:focus {
    outline: none
}

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

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

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

.slick-track: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;
    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
}

header {
    min-width: 320px;
    text-align: left;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-order: 1
}

.header {
    padding: 19px 0;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.header-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 11px;
    margin-right: 33px
}

.header-logo {
    width: 151px;
    height: 36px;
    margin-top: 2px;
    background-image: url(../img/header-logo.svg);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.header-card {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header-card i {
    margin-right: 8px;
    font-size: 12px
}

.header-card:hover {
    opacity: .7
}

.header-lang {
    position: relative;
    min-width: 100px;
    margin-left: auto;
    margin-right: 33px
}

.header-lang span {
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.header-lang span i {
    margin-right: 8.5px
}

.header-lang span:hover {
    opacity: .7
}

.header-lang__text:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -18px;
    content: "\e905";
    font-family: icomoon;
    font-size: 6px
}

.header-lang__box {
    position: absolute;
    background: #fff;
    -webkit-box-shadow: 0 5px 12px rgba(65, 84, 112, .2);
    box-shadow: 0 5px 12px rgba(65, 84, 112, .2);
    -webkit-border-radius: 16px;
    border-radius: 16px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(10px);
    -ms-transform: translateX(-50%) translateY(10px);
    transform: translateX(-50%) translateY(10px);
    top: -webkit-calc(100% + 15px);
    top: calc(100% + 15px);
    padding: 15px 20px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    opacity: 0;
    visibility: hidden;
    width: 100%
}

.header-lang__box.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
    z-index: 1
}

.header-lang__box li {
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    padding: 5px 0
}

.header-lang__box li:hover {
    color: #0050ff
}

.header-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    margin-left: 110px
}

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

.header-nav ul li {
    margin-right: 24px
}

.header-nav ul li:last-of-type {
    margin-right: 0
}

.header-nav ul li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    position: relative;
    color: #fff
}

.header-nav ul li a:after {
    position: absolute;
    left: 0;
    top: 33px;
    width: 100%;
    content: '';
    background: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    height: 2px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    opacity: 0
}

.header-nav ul li a:hover:after,
.header-nav ul li a.active:after {
    opacity: 1
}

.header.fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #ebeff5;
    padding: 13px 0;
    z-index: 1000
}

.header.fixed .header-nav ul li a,
.header.fixed .header-lang span,
.header.fixed .header-card {
    color: #07132e
}

.header.fixed .icon-card2:before {
    content: url(../img/icons/card-black.svg)
}

.header.fixed .header-nav ul li a:after {
    background: #1b63ff;
    top: 40px
}

.header.fixed .header-logo {
    background-image: url(../img/header-logo-blue.svg)
}

.header.fixed .header-nav {
    background-color: #fff
}

@media screen and (max-width:1200px) {
    .header-content {
        margin-left: 0;
        margin-right: 0
    }
    .header-nav {
        margin-left: 0
    }
}

@media screen and (max-width:991px) {
    .header-nav {
        position: absolute;
        top: 51px;
        left: 0;
        width: 100%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0 24px
    }
    .header.fixed .header-nav {
        padding-bottom: 25px;
        border-bottom: 1px solid #ebeff5
    }
}

@media screen and (max-width:767px) {
    .header-lang {
        margin-right: 0
    }
    .header-nav {
        overflow-x: scroll;
        min-height: 40px
    }
    .header-nav ul li {
        margin-right: 25px
    }
    .header-nav ul li:last-of-type {
        margin-right: 25px
    }
    .header {
        padding: 20px 0
    }
    .header.fixed .header-nav ul li a:after {
        top: 33px
    }
    .header.fixed .header-nav {
        padding-bottom: 0;
        border-bottom: 1px solid #ebeff5;
        min-height: 38px
    }
}

@media screen and (max-width:340px) {
    .header-nav {
        padding: 0 15px
    }
}

footer {
    text-align: left;
    width: 100%;
    min-width: 320px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-order: 3
}

.footer {
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 45, 104, 0.5)), to(#091634)), #142D68;
    background: -webkit-linear-gradient(top, rgba(20, 45, 104, 0.5) 0%, #091634 100%), #142D68;
    background: -o-linear-gradient(top, rgba(20, 45, 104, 0.5) 0%, #091634 100%), #142D68;
    background: linear-gradient(180deg, rgba(20, 45, 104, 0.5) 0%, #091634 100%), #142D68;
    z-index: 1;
    position: relative
}

.footer:after {
    content: url(../img/footer-pattern.svg);
    position: absolute;
    width: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    z-index: -1
}

.footer-col:last-of-type {
    width: -webkit-calc(100% - 520px);
    width: calc(100% - 520px)
}

.footer-top {
    padding-top: 144px;
    padding-bottom: 64px;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.footer-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer-logo {
    max-width: 191px;
    padding-top: 9px;
    margin-bottom: 46px
}

.footer-logo img {
    width: 100%
}

.footer-opportunity {
    display: block;
    font-size: 20px;
    line-height: 24px;
    color: #ebeff5;
    margin-bottom: 48px;
    max-width: 326px
}

.footer-buy {
    margin-bottom: 48px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox
}

.footer-buy li {
    margin-right: 16px
}

.footer-company {
    border: 1px solid rgba(137, 148, 163, .3);
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 24px;
    width: 392px;
    max-width: 100%
}

.footer-company span {
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    display: block;
    color: #fff;
    margin-bottom: 15px
}

.footer-company p {
    font-size: 14px;
    line-height: 24px;
    color: #8994a3;
    margin-bottom: 16px;
    max-width: 235px
}

.footer-company a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    color: #8994a3
}

.footer-company a i {
    margin-left: 6px;
    font-size: 13px
}

.footer-company a i:before {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.footer-company a:hover {
    color: #fff
}

.footer-company a:hover i:before {
    color: #fff
}

.footer-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 80px;
    margin-right: 5px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer-title span {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    text-transform: capitalize;
    max-width: 464px
}

.footer-title ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 6px
}

.footer-title ul li {
    margin-left: 55px
}

.footer-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 600px
}

.footer-nav__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: -webkit-calc(100% - 185px);
    width: calc(100% - 185px)
}

.footer-nav ul {
    margin-bottom: 47px;
    width: 50%
}

.footer-nav ul:nth-of-type(odd) {
    margin-right: 20px;
    width: 45%
}

.footer-nav ul:last-of-type {
    margin-top: -32px
}

.footer-nav ul li {
    margin-bottom: 16px
}

.footer-nav ul li:last-of-type {
    margin-bottom: 0
}

.footer-nav ul li span {
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #ebeff5;
    display: block;
    margin-bottom: 22px
}

.footer-nav ul li a {
    font-size: 14px;
    line-height: 16px;
    color: #8994a3
}

.footer-nav ul li a:hover {
    color: #fff
}

.footer-nav ul li a i {
    margin-left: 4px;
    vertical-align: text-top;
    font-size: 16px
}

.footer-contacts {
    max-width: 185px;
    margin-top: -6px
}

.footer-contacts ul {
    width: 100%;
    padding-right: 45px;
    margin-bottom: 42px
}

.footer-contacts ul:last-of-type,
.footer-contacts ul:nth-of-type(odd) {
    margin-top: 0;
    width: 100%;
    margin-right: 0
}

.footer-contacts ul li {
    font-size: 14px;
    line-height: 24px;
    color: #8994a3;
    margin-bottom: 16px
}

.footer-lang {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-lang i {
    margin-right: 8px;
    font-size: 16px
}

.footer-bottom {
    padding: 29px 0 32px
}

.footer-bottom span {
    font-size: 12px;
    line-height: 16px;
    color: #8994a3;
    margin-left: 3px;
    display: inline-block
}

.footer-bottom span:last-of-type {
    margin-left: 0
}

@media screen and (max-width:1200px) {
    .footer-company {
        width: 296px
    }
    .footer-col:last-of-type {
        width: -webkit-calc(100% - 400px);
        width: calc(100% - 400px)
    }
    .footer-top {
        padding-top: 145px
    }
    .footer-logo {
        max-width: 210px;
        margin-bottom: 34px;
        margin-top: 15px;
        padding-top: 0
    }
    .footer-title {
        margin-right: 0;
        margin-bottom: 47px
    }
    .footer-title span {
        max-width: 290px
    }
    .footer-title span br {
        display: none
    }
    .footer-title ul li {
        margin-left: 32px
    }
    .footer-title ul {
        margin-top: -27px
    }
    .footer-nav ul:nth-of-type(odd) {
        margin-right: 15px
    }
    .footer-nav__box {
        width: -webkit-calc(100% - 215px);
        width: calc(100% - 215px)
    }
    .footer-contacts {
        max-width: 215px
    }
    .footer-contacts ul {
        padding-right: 70px
    }
    .footer-company a i {
        margin-left: 6px;
        font-size: 11px
    }
    .footer-top {
        padding-top: 90px
    }
}

@media screen and (max-width:991px) {
    .footer-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .footer-top {
        padding-top: 61px;
        padding-bottom: 55px
    }
    .footer-logo {
        margin-top: 0;
        max-width: 187px;
        margin-bottom: 20px
    }
    .footer-opportunity {
        display: none
    }
    .footer-company {
        width: 100%
    }
    .footer-col:last-of-type {
        width: 100%;
        margin-top: 47px
    }
    .footer-title {
        padding-right: 97px;
        margin-bottom: 56px
    }
    .footer-title span {
        font-size: 20px;
        line-height: 24px;
        max-width: 370px
    }
    .footer-title ul {
        margin-top: 0
    }
    .footer-title ul li {
        margin-left: 7px
    }
    .footer-title ul li img {
        max-width: 54px
    }
    .footer-nav {
        padding-right: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%
    }
    .footer-nav__box {
        width: 100%
    }
    .footer-nav ul:nth-of-type(odd),
    .footer-nav ul {
        width: 20%;
        margin-right: 19px
    }
    .footer-nav ul:nth-of-type(2) {
        margin-right: 55px
    }
    .footer-nav ul:last-of-type {
        margin-top: 0
    }
    .footer-contacts {
        max-width: 100%
    }
    .footer-contacts ul:nth-of-type(odd),
    .footer-contacts ul {
        width: 100%;
        margin-right: 0
    }
    .footer-contacts {
        margin-top: 8px
    }
    .footer-contacts ul {
        margin-bottom: 52px
    }
    .footer-contacts li span {
        margin-bottom: 20px
    }
    .footer-contacts ul li {
        margin-bottom: 8px;
        letter-spacing: .1px
    }
    .footer-bottom {
        padding: 30px 0
    }
}

@media screen and (max-width:767px) {
    .footer-title {
        padding-right: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 42px
    }
    .footer-title ul {
        margin-top: 15px
    }
    .footer-title ul li {
        margin-left: 0;
        margin-right: 6px
    }
    .footer-nav ul:nth-of-type(odd),
    .footer-nav ul,
    .footer-nav ul:nth-of-type(2) {
        width: 46%;
        margin-right: 0
    }
    .footer-nav__box {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .footer-nav ul:last-of-type {
        margin-top: -32px
    }
    .footer-contacts {
        margin-top: 0
    }
    .footer-contacts ul:nth-of-type(odd),
    .footer-contacts ul,
    .footer-contacts ul:nth-of-type(2) {
        width: 100%;
        padding-right: 0;
        margin-bottom: 44px
    }
    .footer-contacts ul:last-of-type {
        margin-top: 0
    }
    .footer-top {
        padding-bottom: 45px
    }
    .footer-bottom span {
        margin-left: -2px;
        font-size: 12px;
        line-height: 15px
    }
    .footer-bottom span:last-of-type {
        margin-left: -5px
    }
}

@media screen and (max-width:480px) {
    .footer-bottom span:last-of-type {
        margin-left: -2px
    }
    .footer:after {
        content: url(../img/footer-pattern-mob.svg)
    }
}

.main-wrapper {
    padding: 0;
    min-width: 320px;
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start
}

.wrapper {
    min-width: 320px;
    max-width: 1304px;
    padding: 0 40px;
    margin: 0 auto;
    position: relative
}

p {
    font-size: 16px;
    line-height: 24px;
    color: #07132e;
    font-weight: 400
}

h1,
.title1 {
    font-size: 72px;
    line-height: 72px;
    color: #07132e;
    font-family: inter, sans-serif;
    font-weight: 700;
    letter-spacing: -2px
}

h2 {
    font-size: 56px;
    line-height: 56px;
    color: #07132e;
    font-family: inter, sans-serif;
    font-weight: 700;
    letter-spacing: -2px
}

h3 {
    font-size: 40px;
    line-height: 40px;
    color: #07132e;
    font-family: inter, sans-serif;
    font-weight: 700
}

h5 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700
}

strong,
b {
    font-weight: 700
}

.text-left {
    text-align: left !important
}

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

.text-right {
    text-align: right !important
}

.nowrap {
    white-space: nowrap !important
}

.loaded .main-wrapper {
    visibility: hidden
}

.icon-load {
    background: url(../img/loader.gif) no-repeat left top;
    width: 40px;
    height: 40px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-left: -20px;
    display: none
}

.loaded .icon-load {
    display: block
}

.content {
    min-width: 320px;
    text-align: left;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-order: 2;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-grow: 1
}

.btn {
    height: 48px;
    line-height: 46px;
    outline: none;
    background: #0050ff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 0 31px;
    display: inline-block;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    border: 1px solid transparent
}

.btn:hover {
    background: #0143d4
}

.btn-green {
    background: #34ce44
}

.btn-green:hover {
    background: #2ab539
}

.btn.disabled {
    pointer-events: none;
    background-color: #f9e5b1
}

.btn-icon {
    padding: 0 24px
}

.btn-icon i {
    margin-right: 5px;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px
}

.btn-md {
    padding: 0 23px;
    height: 40px;
    line-height: 38px
}

.main-block {
    padding-top: 134px;
    padding-bottom: 160px;
    position: relative;
    background-color: #142d68;
    background: -webkit-radial-gradient(100% 100%, 92.24% 180.27%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), #142D68;
    background: -o-radial-gradient(100% 100%, 92.24% 180.27%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), #142D68;
    background: radial-gradient(92.24% 180.27% at 100% 100%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), #142D68;
    background-blend-mode: soft-light, normal;
    z-index: 1
}

.main-block:before {
    content: url(../img/main-pattern.svg);
    position: absolute;
    width: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    z-index: -1
}

.main-block:after {
    content: url(../img/main-wave.svg);
    position: absolute;
    width: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -2px;
    z-index: -1
}

.main-block__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main-block__info {
    max-width: 600px;
    margin-top: 104px
}

.main-block__info h1 {
    color: #fff;
    margin-bottom: 31px
}

.main-block__info p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 32px
}

.main-block__form {
    max-width: 510px
}

.main-block__form .box-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 33px
}

.main-block__form .box-field .form-control {
    width: -webkit-calc(100% - 147px);
    width: calc(100% - 147px);
    border-color: transparent
}

.main-block__form span {
    font-size: 13px;
    line-height: 150%;
    display: block;
    color: #fff;
    max-width: 380px
}

.main-block__img {
    margin-right: -65px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.hero-message,
.wallet-message,
.onboard-message {
    background-color: #fff;
    padding: 16px;
    color: #07132e;
    border-radius: 4px;
    margin-bottom: 24px
}

.safari .main-block {
    background-blend-mode: initial;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 45, 104, 0.5)), to(#091634)), #142D68;
    background: -webkit-linear-gradient(top, rgba(20, 45, 104, 0.5) 0%, #091634 100%), #142D68;
    background: -o-linear-gradient(top, rgba(20, 45, 104, 0.5) 0%, #091634 100%), #142D68;
    background: linear-gradient(180deg, rgba(20, 45, 104, 0.5) 0%, #091634 100%), #142D68
}

.box-field {
    margin-bottom: 16px;
    position: relative
}

.box-field__label {
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #8994a3;
    margin-bottom: 8px
}

.box-field .form-control {
    width: 100%;
    background: #fff;
    height: 48px;
    line-height: 48px;
    border: 1px solid #c5cdd7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 0 16px;
    font-size: 16px;
    color: #07132e;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.box-field .form-control::-webkit-input-placeholder {
    color: #8994a3;
    opacity: 1;
    font-size: 14px
}

.box-field .form-control:-ms-input-placeholder {
    color: #8994a3;
    opacity: 1;
    font-size: 14px
}

.box-field .form-control::-ms-input-placeholder {
    color: #8994a3;
    opacity: 1;
    font-size: 14px
}

.box-field .form-control::placeholder {
    color: #8994a3;
    opacity: 1;
    font-size: 14px
}

.box-field .form-control:-ms-input-placeholder {
    color: #8994a3;
    font-size: 14px
}

.box-field .form-control::-ms-input-placeholder {
    color: #8994a3;
    font-size: 14px
}

.box-field .form-control:focus {
    border: 1px solid #0050ff
}

.box-field .form-control.error {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 83, 83, 0.1)), to(rgba(255, 83, 83, 0.1))), #FFFFFF;
    background: -webkit-linear-gradient(bottom, rgba(255, 83, 83, 0.1), rgba(255, 83, 83, 0.1)), #FFFFFF;
    background: -o-linear-gradient(bottom, rgba(255, 83, 83, 0.1), rgba(255, 83, 83, 0.1)), #FFFFFF;
    background: linear-gradient(0deg, rgba(255, 83, 83, 0.1), rgba(255, 83, 83, 0.1)), #FFFFFF;
    border: 1px solid #ff5353
}

.box-field label.error {
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    color: #ff5353;
    display: block;
    margin-bottom: 29px
}

.advantages {
    padding-top: 49px
}

.advantages-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.advantages-item {
    max-width: 64px;
    text-align: center;
    margin: 0 41px
}

.advantages-item__icon {
    margin: 0 auto;
    margin-bottom: 14px;
    max-width: 56px
}

.advantages-item span {
    font-size: 14px;
    line-height: 16px;
    color: #07132e
}

.top-text {
    max-width: 585px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    margin-bottom: 56px
}

.top-text__descr {
    display: block;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #8994a3;
    margin-bottom: 8px
}

.top-text p {
    margin: 0 auto;
    max-width: 500px;
    margin-top: 8px;
    font-size: 16px;
    line-height: 24px;
    color: #07132e
}

.popular {
    padding-top: 171px;
    position: relative
}

.popular-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.popular-item {
    width: 264px;
    height: 96px;
    margin: 0 12px;
    margin-bottom: 24px;
    background: #f6f8fb;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px
}

.popular-item__icon {
    background: #fff;
    -webkit-box-shadow: 0 16px 30px rgba(65, 84, 112, .2);
    box-shadow: 0 16px 30px rgba(65, 84, 112, .2);
    -webkit-border-radius: 16px;
    border-radius: 16px;
    width: 64px;
    height: 64px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 16px
}

.popular-item span {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #07132e
}

.wallets {
    margin-top: 176px
}

.wallets .top-text {
    max-width: 740px
}

.wallets-items {
    margin-top: 120px
}

.wallets-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 98px
}

.wallets-item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.wallets-item:nth-of-type(even) .wallets-item__info {
    margin-right: -3px;
    margin-left: 103px
}

.wallets-item:nth-of-type(even) .wallets-item__img {
    margin-right: 104px
}

.wallets-item:first-of-type .wallets-item__info {
    margin-top: 37px
}

.wallets-item:last-of-type .wallets-item__info {
    margin-right: 63px
}

.wallets-item__img {
    max-width: 496px
}

.wallets-item__info {
    max-width: 524px;
    margin-left: 23px
}

.wallets-item__info h3 {
    margin-bottom: 32px
}

.wallets-item__info p {
    font-size: 16px;
    line-height: 24px;
    color: #07132e
}

.wallets-item__checks {
    margin-top: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.wallets-item__checks li {
    font-size: 16px;
    line-height: 16px;
    margin-top: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%
}

.wallets-item__checks li:nth-of-type(even) {
    width: 45%
}

.wallets-item__checks li i {
    margin-right: 12px;
    font-size: 24px
}

.wallets-item__advan {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px
}

.wallets-item__advan span {
    min-width: 47px;
    height: 28px;
    text-align: center;
    padding: 0 11px;
    background: #ebeff5;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 12px;
    margin-right: 7px;
    line-height: 28px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.wallets-item__advan span:last-of-type {
    margin-right: 0;
    padding: 0
}

.wallets-item__advan span img {
    max-width: 32px
}

.wallets-item__pics {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 384px;
    margin-top: 32px
}

.wallets-item__pic:nth-of-type(2) {
    position: relative
}

.wallets-item__pic:nth-of-type(2):before,
.wallets-item__pic:nth-of-type(2):after {
    content: "\e906";
    font-family: icomoon;
    position: absolute;
    top: 49%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px
}

.wallets-item__pic:nth-of-type(2):before {
    left: -72px
}

.wallets-item__pic:nth-of-type(2):after {
    right: -75px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.wallets-item__pay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 32px
}

.wallets-item__pay a {
    border: 1px solid #07132e;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 47px;
    height: 28px;
    margin-right: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.wallets-item__pay a:last-of-type {
    margin-right: 0
}

.wallets-item__pay a:hover {
    opacity: .7
}

.benefits {
    padding-top: 100px
}

.benefits h2 {
    text-align: center
}

.benefits-items {
    margin-top: 88px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 105px
}

.benefits-col {
    max-width: 496px
}

.benefits-item {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 56px
}

.benefits-item__icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 88px;
    -ms-flex: 0 0 88px;
    flex: 0 0 88px
}

.benefits-item__icon img {
    max-width: 64px
}

.benefits-item__info h5 {
    margin-bottom: 16px
}

.notify {
    margin-top: 194px
}

.notify-block {
    background: -webkit-gradient(linear, left top, left bottom, from(#242F47), to(#07132E));
    background: -webkit-linear-gradient(top, #242F47 0%, #07132E 100%);
    background: -o-linear-gradient(top, #242F47 0%, #07132E 100%);
    background: linear-gradient(180deg, #242F47 0%, #07132E 100%);
    -webkit-border-radius: 16px;
    border-radius: 16px;
    position: relative;
    z-index: 1;
    padding: 160px 0;
    text-align: center;
    color: #fff
}

.notify-block:before {
    content: url(../img/notify-pattern.svg);
    position: absolute;
    width: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    z-index: -1
}

.notify-block__img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -54px
}

.notify-block h3,
.notify-block h2 {
    color: #fff;
    margin-bottom: 16px
}

.notify-block p {
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    margin-bottom: 32px
}

.notify-block .main-block__form {
    margin: auto
}

.notify-block .main-block__form .box-field {
    margin-bottom: 24px
}

.notify-block .main-block__form span {
    margin: auto;
    color: #8994a3;
    font-size: 13px;
    line-height: 16px
}

.expierence {
    margin-top: 250px
}

.expierence .top-text {
    max-width: 100%
}

.expierence-items {
    margin-top: 142px
}

.expierence-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 142px
}

.expierence-item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.expierence-item:nth-of-type(even) .expierence-item__info {
    margin-right: 0;
    margin-left: 103px
}

.expierence-item__img {
    max-width: 496px
}

.expierence-item__info {
    max-width: 496px;
    margin-right: 104px
}

.expierence-item__info h3 {
    margin-bottom: 32px
}

.expierence-item__info p {
    font-size: 16px;
    line-height: 24px;
    color: #07132e
}

.expierence-item__checks {
    margin-top: 40px
}

.expierence-item__checks li {
    font-size: 16px;
    line-height: 16px;
    margin-top: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.expierence-item__checks li i {
    margin-right: 12px;
    font-size: 24px
}

.expierence-item:last-of-type .expierence-item__checks li {
    margin-top: 24px
}

.using {
    margin-top: 28px
}

.using h2 {
    text-align: center
}

.using-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 72px
}

.using-item {
    width: 125px;
    text-align: center;
    margin: 0 36px
}

.using-item__icon {
    margin: 0 auto;
    margin-bottom: 16px;
    max-width: 64px;
    height: 64px
}

.using-item span {
    font-size: 16px;
    line-height: 24px;
    color: #07132e
}

.accepting {
    margin-top: 200px;
    position: relative
}

.accepting .wrapper {
    height: 424px;
    overflow: hidden;
    position: relative
}

.accepting .wrapper:before,
.accepting .wrapper:after {
    width: 636px;
    height: 244px;
    background: -webkit-gradient(linear, left top, right top, color-stop(46.54%, #FFFFFF), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, #FFFFFF 46.54%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, #FFFFFF 46.54%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(90deg, #FFFFFF 46.54%, rgba(255, 255, 255, 0) 100%);
    content: '';
    top: 0;
    position: absolute;
    z-index: 1;
    visibility: visible
}

.accepting .wrapper:before {
    left: -250px
}

.accepting .wrapper:after {
    right: -250px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.accepting .top-text {
    max-width: 990px;
    margin-bottom: 88px
}

.accepting-items {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center
}

.accepting-item {
    white-space: nowrap;
    -webkit-transition: .55s ease-out;
    -o-transition: .55s ease-out;
    transition: .55s ease-out;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 68px
}

.accepting-item img {
    margin: 0 40px
}

.accepting-item:nth-of-type(2) {
    margin-left: 310px;
    -webkit-transition: .45s ease-out;
    -o-transition: .45s ease-out;
    transition: .45s ease-out
}

.accepting-item:nth-of-type(1) {
    -webkit-transition: .65s ease-out;
    -o-transition: .65s ease-out;
    transition: .65s ease-out
}

.security-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 82px;
    max-width: 807px;
    padding-right: 44px
}

.security-items__col {
    max-width: 391px
}

.security-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 44px
}

.security-item__icon {
    min-width: 72px
}

.security-item__icon img {
    max-width: 48px
}

.security-item span {
    font-size: 18px;
    line-height: 150%;
    color: #07132e;
    max-width: 275px
}

.box-tab-cont {
    position: relative
}

.hide {
    position: absolute;
    overflow: hidden;
    z-index: -1;
    opacity: 0
}

.earning {
    margin-top: 154px
}

.earning-content {
    background: -webkit-gradient(linear, left top, left bottom, from(#242F47), to(#07132E));
    background: -webkit-linear-gradient(top, #242F47 0%, #07132E 100%);
    background: -o-linear-gradient(top, #242F47 0%, #07132E 100%);
    background: linear-gradient(180deg, #242F47 0%, #07132E 100%);
    -webkit-border-radius: 16px;
    border-radius: 16px;
    padding: 88px 88px 101px 104px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.earning-info {
    max-width: 496px
}

.earning-info h3 {
    color: #fff;
    margin-bottom: 83px
}

.earning-info ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    line-height: 150%;
    color: #fff;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px
}

.earning-info ul li:last-of-type {
    margin-bottom: 0
}

.earning-info ul li span {
    width: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40px;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    height: 40px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: rgba(255, 255, 255, .1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 16px
}

.earning-slider {
    width: 408px
}

.earning-slider__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 56px;
    margin-top: 11px
}

.earning-slider__list li {
    margin-right: 4.4px
}

.earning-slider__list li a {
    height: 24px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 4px 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #fff
}

.earning-slider__list li.active a {
    background: #34ce44
}

.earning-slider .irs--round {
    margin-top: 6px
}

.earning-slider__montly {
    margin-top: 56px
}

.earning-slider__montly-title {
    display: block;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    margin-bottom: 3px
}

.earning-slider__montly-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.earning-slider__montly-input span {
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    margin-right: 9px
}

.earning-slider__montly-input input {
    border: none;
    outline: none;
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    background-color: transparent;
    width: 100%
}

.earning-slider__add {
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    display: block;
    margin-bottom: 32px;
    margin-top: 10px
}

.earning-slider__earn-title {
    display: block;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    margin-bottom: 8px
}

.earning-slider__earn-sum {
    font-size: 40px;
    line-height: 40px;
    color: #fff
}

.earning-slider__earn-sum span {
    margin-left: 0
}

.earning .radio-box {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 4.4px;
    height: 24px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 4px 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    overflow: hidden;
    z-index: 1
}

.earning .radio-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.earning .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.earning .radio-box input:checked~.checkmark {
    background: #34ce44
}

.earning .radio-box input:checked~.checkmark:after {
    display: block
}

.irs-min,
.irs-max,
.irs-single {
    display: none
}

.irs--round .irs-line {
    height: 1px;
    background: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.irs--round .irs-bar--single {
    -webkit-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
    height: 1px;
    background: #34ce44
}

.irs--round .irs-handle {
    top: 21px;
    width: 32px;
    height: 32px;
    background: #34ce44;
    border: 8px solid #fff;
    cursor: pointer
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
    background: #34ce44
}

.pricing {
    margin-top: 200px
}

.pricing-content {
    margin: 0 auto;
    margin-top: 64px;
    max-width: 1016px
}

.pricing__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 27px
}

.pricing__list li {
    width: 50%
}

.pricing__list li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 55px 15px 45px;
    position: relative
}

.pricing__list li a:after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    content: '';
    background-image: url(../img/triangle.svg);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    opacity: 0;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 100%;
    height: 100%
}

.pricing__list li a img {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.pricing__list li a span {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #07132e;
    text-transform: capitalize;
    display: block;
    margin-bottom: 23px;
    margin-top: -23px
}

.pricing__list li a p {
    font-size: 14px;
    line-height: 150%;
    color: #8994a3;
    max-width: 287px;
    margin: 0 auto
}

.pricing__list li.active a:after {
    opacity: 1
}

.pricing-table {
    width: 100%
}

.pricing-table__col {
    width: 24%;
    padding: 35.5px 0;
    font-size: 16px;
    line-height: 16px;
    color: #8994a3
}

.pricing-table__col:first-of-type {
    width: 50%;
    padding-left: 15px;
    font-weight: 600;
    font-size: 20px;
    line-height: 16px;
    color: #07132e
}

.pricing-table__col:last-of-type {
    width: 23%
}

.pricing-table__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #c5cdd7
}

.pricing-table__row:first-of-type .pricing-table__col {
    font-weight: 600;
    color: #07132e
}

.pricing-table__text {
    display: block;
    max-width: 624px;
    margin: 0 auto;
    margin-top: 65px;
    font-size: 14px;
    line-height: 24px;
    color: #8994a3;
    text-align: center
}

.pricing-table__soon {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #fff;
    padding: 24px;
    background: #8994a3;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    position: absolute;
    top: 47%;
    right: -webkit-calc(32% - 86.5px);
    right: calc(32% - 86.5px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 173px;
    height: 64px
}

.pricing-table__soon:hover {
    opacity: .7
}

.notify-board {
    margin-top: 198px
}

.notify-board .notify-block {
    padding-top: 144px;
    padding-bottom: 155px
}

.notify-board .notify-block__img {
    top: -62px
}

.notify-board .notify-block .main-block__form span {
    line-height: 150%
}

.faq-col {
    margin-left: 12px;
    margin-right: 12px;
    width: -webkit-calc(50% - 24px);
    width: calc(50% - 24px)
}

.faq-item {
    width: 100%;
    margin-bottom: 16px
}

.faq-item__head {
    cursor: pointer;
    background: #f6f8fb;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 23.6px 24px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    color: #07132e;
    position: relative;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.faq-item__head-btn {
    width: 11px;
    height: 11px;
    text-align: center;
    position: absolute;
    right: 26px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1
}

.faq-item__head-btn:before,
.faq-item__head-btn:after {
    content: "";
    position: absolute;
    background: #07132e
}

.faq-item__head-btn:before {
    left: 50%;
    top: 50%;
    width: 1px;
    height: 11px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.faq-item__head-btn:after {
    top: 50%;
    left: 50%;
    height: 1px;
    width: 11px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.faq-item__head:hover {
    color: #0143d4
}

.faq-item__head:hover .faq-item__head-btn:before,
.faq-item__head:hover .faq-item__head-btn:after {
    background-color: #0143d4
}

.faq-item__content {
    padding: 24px;
    display: none
}

.faq-item.active .faq-item__head-btn:before {
    display: none
}

.faq {
    position: relative;
    padding-top: 200px;
    z-index: 1
}

.faq-decor1,
.faq-decor2 {
    position: absolute
}

.faq-decor1 {
    left: 9.8%;
    top: -1%
}

.faq-decor2 {
    top: -3%;
    right: 12.5%
}

.faq .top-text {
    max-width: 100%;
    margin-bottom: 53px
}

.faq .top-text p {
    max-width: 100%;
    margin-top: 4px
}

.faq .faq-items {
    max-width: 818px;
    margin: 0 auto;
    padding-right: 5px;
    padding-left: 5px
}

.faq .faq-item {
    margin-bottom: 17px
}

.earn-with-us {
    margin-top: 125px;
    margin-bottom: 120px
}

.earn-with-us__content {
    text-align: center
}

.earn-with-us__content img {
    margin-bottom: 30px
}

.earn-with-us__content h2 {
    margin-bottom: 32px
}

.earn-with-us__content p {
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 24px
}

.popup {
    position: absolute;
    left: -9999px;
    top: -9999px;
    opacity: 0
}

.window-open {
    width: 570px;
    max-width: 100%;
    position: relative;
    padding: 56px
}

.fancybox-skin {
    background: -webkit-gradient(linear, left top, left bottom, from(#242F47), to(#07132E));
    background: -webkit-linear-gradient(top, #242F47 0%, #07132E 100%);
    background: -o-linear-gradient(top, #242F47 0%, #07132E 100%);
    background: linear-gradient(180deg, #242F47 0%, #07132E 100%);
    -webkit-border-radius: 8px;
    border-radius: 8px
}

.fancybox-close {
    width: 11px;
    height: 11px;
    top: 23.5px;
    right: 29.5px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.fancybox-close:hover {
    opacity: .7
}

.fancybox-close::before {
    content: url(../img/icons/close.svg);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: auto;
    left: auto;
    font-size: 0
}

.fancybox-overlay {
    background: rgba(30, 30, 30, .1)
}

.form-soon__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 32px
}

.form-soon__top span {
    font-weight: 500;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #8994a3;
    margin-left: 16px
}

.form-soon__title {
    display: block;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 32px
}

.form-soon p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 32px
}

.form-soon__subtitle {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    margin-bottom: 32px
}

.form-soon .btn {
    margin-top: 16px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .7px
}

.form-soon__decor {
    position: absolute;
    bottom: 0;
    right: 0
}

.form-soon .box-field__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -8px;
    margin-right: -8px
}

.form-soon .box-field__row .box-field {
    width: -webkit-calc(50% - 16px);
    width: calc(50% - 16px);
    margin-left: 8px;
    margin-right: 8px
}

.iti__flag {
    background-image: url(../img/flags.png)
}

@media(-webkit-min-device-pixel-ratio:2),
(-o-min-device-pixel-ratio:2/1),
(min-resolution:192dpi) {
    .iti__flag {
        background-image: url(../img/flags%402x.png)
    }
}

.iti {
    width: 100%
}

.iti__country-list {
    max-height: 115px;
    max-width: 458px
}

.slick-dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.slick-dots li button {
    font-size: 0;
    border: none;
    outline: none;
    padding: 0;
    margin: 0 4px;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    background: #c4c4c4
}

.slick-dots li.slick-active button {
    background: #1b63ff
}

@media screen and (min-width:767px) {
    .pricing__list li {
        opacity: 1 !important
    }
}

@media screen and (max-width:1200px) {
    .wrapper {
        padding-left: 44px;
        padding-right: 44px
    }
    .faq-col {
        width: 100%
    }
    .faq-decor1 {
        left: 1.5%
    }
    .faq-decor2 {
        right: -.5%
    }
    .faq .faq-items {
        max-width: 775px;
        margin: 0 auto;
        padding-right: 0
    }
    .wallets-item__img {
        width: 390px
    }
    .wallets-item:nth-of-type(even) .wallets-item__img {
        margin-right: 0
    }
    .wallets-item:nth-of-type(even) .wallets-item__info {
        margin-left: 0;
        margin-right: 0
    }
    .wallets-item__info {
        width: -webkit-calc(100% - 400px);
        width: calc(100% - 400px)
    }
    .benefits-col {
        max-width: 45%
    }
    .benefits-items {
        padding-right: 0
    }
    .benefits {
        padding-top: 0
    }
    .expierence-item__info {
        margin-right: 0;
        width: -webkit-calc(100% - 395px);
        width: calc(100% - 395px);
        max-width: 100%
    }
    .expierence-item:nth-of-type(even) .expierence-item__info {
        margin-left: 0
    }
    .expierence-item__img {
        width: 335px
    }
    .earning-info {
        width: -webkit-calc(100% - 450px);
        width: calc(100% - 450px)
    }
    .earning-content {
        padding: 75px 55px
    }
}

@media screen and (max-width:1025px) {
    .wallets {
        margin-top: 66px
    }
    .popular,
    .faq {
        padding-top: 90px
    }
    .wallets-items {
        margin-top: 60px
    }
    .notify,
    .expierence,
    .pricing,
    .earning {
        margin-top: 90px
    }
    .expierence-items {
        margin-top: 0
    }
    .earn-with-us {
        margin-top: 90px;
        margin-bottom: 90px
    }
    .accepting .wrapper {
        height: 380px
    }
    .wallets-item,
    .expierence-item {
        margin-bottom: 65px
    }
    .accepting {
        margin-top: 120px
    }
    .earning {
        margin-top: 46px
    }
}

@media screen and (max-width:991px) {
    h2 {
        font-size: 40px;
        line-height: 40px;
        letter-spacing: normal
    }
    .wrapper {
        padding-left: 24px;
        padding-right: 24px
    }
    .main-block__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .main-block__img {
        width: 100%;
        max-width: 460px;
        margin: auto
    }
    .main-block:after {
        bottom: -3px
    }
    .main-block {
        padding-top: 160px;
        padding-bottom: 210px
    }
    .main-block__info {
        max-width: 100%;
        margin-top: 0
    }
    .faq-decor1 {
        left: -2.5%
    }
    .faq-decor2 {
        right: -2.5%
    }
    .faq .top-text {
        margin-bottom: 85px
    }
    .fancybox-open body {
        overflow: hidden
    }
    .advantages-items,
    .using-items {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .advantages-item,
    .using-item {
        margin-bottom: 85px
    }
    .popular {
        padding-top: 10px
    }
    .wallets-item__img {
        width: 300px
    }
    .wallets-item__info {
        width: -webkit-calc(100% - 310px);
        width: calc(100% - 310px)
    }
    .wallets-items {
        margin-top: 60px
    }
    .wallets {
        margin-top: 90px
    }
    .benefits-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .notify {
        margin-top: 90px
    }
    .notify-block {
        padding-left: 43px;
        padding-right: 43px
    }
    .expierence {
        margin-top: 90px
    }
    .expierence-item {
        margin-bottom: 90px
    }
    .expierence-items {
        margin-top: 60px
    }
    .accepting {
        margin-top: 35px
    }
    .accepting .top-text {
        padding-left: 24px;
        padding-right: 24px
    }
    .accepting .wrapper:before {
        left: -380px
    }
    .accepting .wrapper:after {
        right: -380px
    }
    .accepting .wrapper {
        height: 370px
    }
    .security-items {
        padding-right: 0
    }
    .earning-info,
    .earning-slider {
        width: 100%
    }
    .earning-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .earning-slider {
        margin-top: 75px
    }
    .earning {
        margin-top: 90px
    }
    .pricing {
        margin-top: 90px
    }
    .faq {
        padding-top: 90px
    }
    .earn-with-us {
        margin-top: 90px;
        margin-bottom: 90px
    }
    .popular-items {
        max-width: 640px;
        margin: 0 auto;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .popular-item:nth-of-type(3) {
        margin-left: 76px
    }
    .popular-item:last-of-type {
        margin-right: auto;
        margin-left: auto
    }
}

@media screen and (max-width:767px) {
    h1,
    .title1 {
        font-size: 40px;
        line-height: 40px;
        letter-spacing: 0
    }
    .main-block {
        padding-top: 176px;
        padding-bottom: 268px
    }
    h2 {
        font-size: 40px;
        line-height: 40px;
        letter-spacing: normal
    }
    h3 {
        font-size: 24px;
        line-height: 24px;
        text-transform: capitalize
    }
    .main-block__img {
        width: auto;
        max-width: 325px
    }
    .main-block__info {
        margin-top: 25px
    }
    .main-block__form .box-field {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .main-block__form .box-field .form-control,
    .main-block__form .box-field .btn {
        width: 100%
    }
    .main-block__form .box-field .btn {
        margin-top: 8px;
        text-align: center
    }
    .main-block__form span {
        line-height: 154%
    }
    .advantages {
        padding-top: 3px
    }
    .popular {
        padding-top: 35px
    }
    h3 {
        font-size: 24px;
        line-height: 24px;
        text-transform: capitalize
    }
    .popular .top-text {
        margin-bottom: 55px
    }
    .popular-item:nth-of-type(3),
    .popular-item:last-of-type,
    .popular-item {
        margin: 0 12px;
        margin-bottom: 24.6px
    }
    .popular-items {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .faq {
        padding-top: 136px
    }
    .faq-decor1 {
        left: -14.5%
    }
    .faq-decor2 {
        right: -12.5%;
        top: -8%
    }
    .faq .top-text p {
        font-size: 14px;
        line-height: 16px;
        margin-top: 9px
    }
    .faq .top-text {
        margin-bottom: 57px
    }
    .faq .top-text h3 {
        font-size: 40px;
        line-height: 40px;
        max-width: 225px;
        margin: auto
    }
    .faq-block {
        margin: 56px auto;
        max-width: 355px;
        padding: 0 15px
    }
    .faq-block p {
        font-size: 16px;
        line-height: 16px
    }
    .faq-content {
        max-width: 500px;
        margin: auto;
        position: relative
    }
    .faq .faq-items {
        padding-left: 0
    }
    .wallets-item,
    .wallets-item:nth-of-type(even) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .wallets-item__img {
        margin: auto
    }
    .wallets-item__info {
        width: 100%;
        margin-left: 0;
        max-width: 100%
    }
    .wallets-item__checks li,
    .wallets-item__checks li:nth-of-type(even) {
        width: 100%
    }
    .wallets {
        margin-top: 94px
    }
    .wallets .top-text__descr {
        max-width: 240px;
        margin: 0 auto 8px
    }
    .wallets-item__img {
        width: 325px
    }
    .wallets-items {
        margin-top: 78px
    }
    .wallets-item:first-of-type .wallets-item__info,
    .wallets-item__info {
        margin-top: 20px
    }
    .wallets-item__info h3 {
        margin-bottom: 23px
    }
    .wallets-item {
        margin-bottom: 79px
    }
    .wallets-item__advan,
    .wallets-item__pay {
        margin-top: 23px
    }
    .wallets-item__pics {
        display: none
    }
    .wallets-item:nth-of-type(even) .wallets-item__img {
        margin-right: auto
    }
    .benefits-col {
        max-width: 100%
    }
    .benefits h2 {
        text-align: left
    }
    .benefits {
        padding-top: 43px
    }
    .benefits-items {
        margin-top: 39px
    }
    .benefits-item__icon {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 80px;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px
    }
    .benefits-item__info h5 {
        margin-bottom: 9px
    }
    .benefits-item {
        margin-bottom: 39px
    }
    .notify-block {
        margin-left: -24px;
        margin-right: -24px;
        -webkit-border-radius: 0;
        border-radius: 0;
        padding: 108px 43px 89px
    }
    .notify-block__img {
        max-width: 98px;
        top: -47px
    }
    .notify {
        margin-top: 161px
    }
    .expierence-item,
    .expierence-item:nth-of-type(even) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .expierence-item__img {
        width: 326px;
        margin: auto
    }
    .expierence-item__info {
        width: 100%;
        margin-top: 16px
    }
    .expierence {
        margin-top: 121px
    }
    .expierence-items {
        margin-top: 78px
    }
    .expierence-item__info h3 {
        margin-bottom: 24px
    }
    .expierence-item {
        margin-bottom: 80px
    }
    .expierence-item__checks {
        margin-top: 35px
    }
    .expierence-item__checks li {
        font-size: 16px;
        line-height: 24px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .expierence-item__info h3 br {
        display: none
    }
    .using {
        margin-top: 40px
    }
    .using-items {
        margin-top: 40px
    }
    .using-item {
        margin: 0 16px 71px
    }
    .accepting .wrapper:before,
    .accepting .wrapper:after {
        display: none
    }
    .accepting {
        margin-top: 51px
    }
    .accepting h3 {
        line-height: 28px
    }
    .accepting .top-text {
        margin-bottom: 40px
    }
    .accepting-item {
        margin-bottom: 40px
    }
    .accepting-item img {
        margin: 0 25px
    }
    .accepting .wrapper {
        height: 190px
    }
    .security {
        margin-top: 154px
    }
    .security-items__col {
        max-width: 100%
    }
    .security-items {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: -16px
    }
    .security-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        margin-bottom: 40px
    }
    .security-item__icon {
        margin-bottom: 14px
    }
    .earning-content {
        margin-left: -24px;
        margin-right: -24px;
        -webkit-border-radius: 0;
        border-radius: 0;
        padding: 72px 24px
    }
    .earning {
        margin-top: 81px
    }
    .earning-info h3 {
        margin-bottom: 48px
    }
    .earning-info ul li {
        font-size: 16px;
        line-height: 16px
    }
    .earning-slider {
        margin-top: 44px
    }
    .earning-slider__list li a {
        padding: 4px 6px
    }
    .earning .radio-box {
        padding: 4px 6px
    }
    .earning-slider__list {
        margin-bottom: 20px
    }
    .earning-slider__montly {
        margin-top: 41px
    }
    .pricing__list li a:after {
        opacity: 1
    }
    .pricing {
        margin-top: 119px
    }
    .pricing .top-text {
        margin-bottom: 39px
    }
    .pricing-content {
        margin-top: 0
    }
    .pricing__list li a p {
        max-width: 280px
    }
    .pricing__list {
        margin-bottom: 39px
    }
    .pricing-table__col:first-of-type {
        font-size: 16px;
        line-height: 16px
    }
    .pricing-table__col,
    .pricing-table__col:last-of-type {
        width: 19%
    }
    .pricing-table__col {
        min-height: 87px;
        padding: 10px 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .window-open {
        padding: 30px 24px
    }
    .pricing-table__soon {
        display: none
    }
    .pricing-table__row:last-of-type .pricing-table__col {
        width: 44%
    }
    .pricing-table__row:last-of-type .pricing-table__col:last-of-type {
        display: none
    }
    .pricing-table__text {
        margin-top: 24px;
        font-size: 13px;
        line-height: 16px
    }
    .notify-board {
        margin-top: 125px
    }
    .notify-board .notify-block {
        padding: 108px 24px 96px
    }
    .notify-board .notify-block .main-block__form span {
        line-height: 16px
    }
    .notify-board .notify-block__img {
        top: -56px;
        max-width: 160px
    }
    .earn-with-us {
        margin-top: 70px;
        margin-bottom: 120px
    }
    .earn-with-us__content p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 24px
    }
    .earn-with-us__content h2 {
        margin-bottom: 16px
    }
    .wallets-item__info p br {
        display: none
    }
}

@media screen and (max-width:376px) {
    .main-block:after {
        bottom: -5px
    }
    .form-soon .box-field__row {
        margin-left: 0;
        margin-right: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .form-soon .box-field__row .box-field {
        margin-left: 0;
        margin-right: 0;
        width: 100%
    }
}

@media screen and (max-width:340px) {
    .main-block__info h1 {
        max-width: 100%
    }
    .wrapper {
        padding-left: 15px;
        padding-right: 15px
    }
    .advantages-item {
        margin: 0 30px 85px
    }
    .wallets-item__img,
    .expierence-item__img {
        width: 270px
    }
    .using-item {
        margin: 0 5px 71px
    }
    .earning-slider__list li a {
        padding: 4px;
        font-size: 13px
    }
    .faq-decor1 {
        left: -17.5%
    }
    .faq-decor2 {
        right: -17.5%
    }
}