@charset "UTF-8";
@font-face {
    font-family: rubik;
    src: url(../fonts/Rubik-Regular.woff2) format("woff2"), url(../fonts/Rubik-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: rubik;
    src: url(../fonts/Rubik-Light.woff2) format("woff2"), url(../fonts/Rubik-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: rubik;
    src: url(../fonts/Rubik-Medium.woff2) format("woff2"), url(../fonts/Rubik-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: nunito;
    src: url(../fonts/Nunito-Bold.woff2) format("woff2"), url(../fonts/Nunito-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: nunito;
    src: url(../fonts/Nunito-Regular.woff2) format("woff2"), url(../fonts/Nunito-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: blokk;
    src: url(../fonts/BLOKKNeue-Regular.woff2) format("woff2"), url(../fonts/BLOKKNeue-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

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

body,
h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0
}

input,
button,
textarea,
select {
    font: inherit
}

button {
    cursor: pointer
}

::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

::-moz-placeholder {
    opacity: 1;
    -moz-transition: opacity .3s;
    transition: opacity .3s
}

:-moz-placeholder {
    opacity: 1;
    -moz-transition: opacity .3s;
    transition: opacity .3s
}

:-ms-input-placeholder {
    opacity: 1;
    -ms-transition: opacity .3s;
    transition: opacity .3s
}

:focus::-webkit-input-placeholder {
    opacity: 0
}

:focus::-moz-placeholder {
    opacity: 0
}

:focus:-moz-placeholder {
    opacity: 0
}

:focus:-ms-input-placeholder {
    opacity: 0
}

html {
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

body {
    height: 100%;
    min-width: 320px;
    background-color: #fff;
    font-family: rubik, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #0c1235;
    word-wrap: break-word
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden
}

.container {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 25px
}

.container_sm {
    max-width: 920px
}

.page-content,
.profile-page {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.page-content__block {
    margin-bottom: 30px
}

.page-content__block:last-child {
    margin-bottom: 0
}

.profile-page {
    padding: 126px 0 30px
}

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

.profile-page__content {
    max-width: calc(100% - 270px);
    -ms-flex-preferred-size: calc(100% - 270px);
    flex-basis: calc(100% - 270px);
    padding-left: 30px
}

.profile-page__content.special_state__affiliate .hide_on_special_state {
    display: none
}

.profile-page__block {
    margin-bottom: 30px
}

.profile-page__block:last-child {
    margin-bottom: 0
}

.burger-btn {
    display: none;
    width: 28px;
    height: 18px;
    position: relative;
    z-index: 5;
    cursor: pointer
}

.burger-btn__line,
.burger-btn__line::before,
.burger-btn__line::after {
    width: 28px;
    height: 2px;
    background-color: #0c1235;
    position: absolute;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.burger-btn__line {
    top: 8px
}

.burger-btn__line::before {
    content: '';
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px)
}

.burger-btn__line::after {
    content: '';
    -webkit-transform: translateY(7px);
    -ms-transform: translateY(7px);
    transform: translateY(7px)
}

.burger-btn.active .burger-btn__line {
    height: 0
}

.burger-btn.active .burger-btn__line::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.burger-btn.active .burger-btn__line::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.burger-btn_profile {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.button {
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    padding: 15px 26px;
    line-height: normal;
    letter-spacing: .8px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: background-color .2s ease 0s, color .2s ease 0s;
    -o-transition: background-color .2s ease 0s, color .2s ease 0s;
    transition: background-color .2s ease 0s, color .2s ease 0s
}

.button svg {
    line-height: normal;
    width: 16px;
    height: 16px;
    fill: #fff;
    margin-right: 5px;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px)
}

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

.button_svg svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: auto;
    height: auto;
    max-width: 18px;
    max-height: 18px;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    margin-right: 10px
}

.button_green {
    background-color: #09a223
}

.button_green:hover:not(:disabled):not(.waiting) {
    background-color: #067219
}

.button_green.waiting {
    background-color: #028018;
    cursor: wait
}

.button_transparent {
    background-color: #fff;
    border: solid 1px #0c1235;
    color: #0c1235
}

.button_transparent:hover:not(:disabled) {
    background-color: #09a223;
    border-color: #09a223;
    color: #fff
}

.button_transparent svg {
    fill: #0c1235;
    -webkit-transition: fill .2s ease 0s;
    -o-transition: fill .2s ease 0s;
    transition: fill .2s ease 0s
}

.button_transparent:hover:not(:disabled) svg {
    fill: #fff
}

.button_violet {
    background-color: #3a2c5f
}

.button_violet:hover:not(:disabled) {
    background-color: #251c3c
}

.button_gray {
    background-color: transparent;
    border: solid 1px #85889a;
    color: #85889a
}

.button_gray.active {
    background-color: #09a223;
    border-color: #09a223;
    color: #fff
}

.button_gray:hover:not(:disabled) {
    background-color: #09a223;
    border-color: #09a223;
    color: #fff
}

.button_red {
    background-color: rgba(244, 67, 54, .25);
    color: #000
}

.button_red:hover {
    background-color: #f44336;
    color: #fff
}

.button_darkred {
    background-color: #c0392b
}

.button_darkred:hover:not(:disabled):not(.waiting) {
    background-color: #962d22
}

.button_orange {
    background-color: #e67e22
}

.button_orange:hover:not(:disabled):not(.waiting) {
    background-color: #bf6516
}

.button_light {
    background-color: #edf0f2;
    color: #3a2c5f
}

.button_light svg {
    fill: #3a2c5f
}

.button_light:hover {
    background-color: #cfd7dd
}

.button_border {
    background-color: #fff;
    border: solid 1px #85889a;
    color: #85889a
}

.button_border.active {
    border-color: #09a223;
    color: #09a223
}

.button_border:hover:not(:disabled) {
    border-color: #09a223;
    color: #09a223
}

.button_blink::before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #10d430;
    -webkit-box-shadow: 0 0 5px 2px #10d430;
    box-shadow: 0 0 5px 2px #10d430;
    border-radius: 50%;
    display: inline-block;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
    margin-right: 10px;
    -webkit-animation: pulse 2s infinite linear;
    animation: pulse 2s infinite linear
}

.button_sm {
    font-size: 12px;
    padding: 9px 26px
}

.button_md {
    font-size: 13px;
    padding: 12px 21px
}

.button_xs {
    font-size: 11px;
    letter-spacing: .55px;
    padding: 10px 18px
}

.button_load {
    padding: 11px 25px 11px 55px;
    background: #09a223 url(../images/file.svg) 25px center/16px 18px no-repeat
}

.button:disabled {
    background-color: #adadad;
    cursor: not-allowed
}

.button:active:not(:disabled):not(.waiting):not(.button_fix) {
    -webkit-transform: scale(.98);
    -ms-transform: scale(.98);
    transform: scale(.98)
}

.side-btns {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: fixed;
    right: 100%;
    bottom: 50%;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    z-index: 8;
    -webkit-transform: rotate(-90deg) translate(50%, 36px);
    -ms-transform: rotate(-90deg) translate(50%, 36px);
    transform: rotate(-90deg) translate(50%, 36px)
}

.side-btns__item {
    padding: 0 5px
}

.side-btns .button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 37px;
    border-radius: 0 0 4px 4px;
    white-space: nowrap;
    padding: 9px 20px
}

.side-btns .button svg {
    width: 16px;
    height: 16px
}

.btn-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: 0;
    border: 0;
    padding: 0
}

.btn-icon svg {
    fill: #a4aab5;
    max-width: 20px;
    max-height: 20px;
    -webkit-transition: fill .2s ease 0s;
    -o-transition: fill .2s ease 0s;
    transition: fill .2s ease 0s
}

.btn-icon_lg svg {
    max-width: 25px;
    max-height: 25px
}

.btn-icon:hover:not(.btn-icon_green) svg {
    fill: #09a223
}

.btn-icon_green {
    width: 30px;
    height: 30px;
    background-color: #09a223;
    border-radius: 50%;
    text-align: center
}

.btn-icon_green svg {
    fill: #fff
}

.btn-icon_green:hover {
    background-color: #067219
}

.btn-icon_violet svg {
    fill: #3a2c5f
}

.btn-icon:active {
    -webkit-transform: scale(.98);
    -ms-transform: scale(.98);
    transform: scale(.98)
}

.remove-btn {
    display: inline-block;
    padding: 0;
    background: 0 0;
    border: none;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: .6px;
    color: red
}

.remove-btn:hover:not(:disabled) {
    text-decoration: underline
}

.remove-btn:disabled {
    color: #adadad;
    cursor: not-allowed
}

.input {
    height: 39px;
    border: 1px solid #c5ceff;
    border-radius: 8px;
    padding: 0 14px;
    -webkit-transition: -webkit-box-shadow .3s ease 0s;
    transition: -webkit-box-shadow .3s ease 0s;
    -o-transition: box-shadow .3s ease 0s;
    transition: box-shadow .3s ease 0s;
    transition: box-shadow .3s ease 0s, -webkit-box-shadow .3s ease 0s
}

.input_center {
    text-align: center
}

.input_green {
    color: #09a223
}

.input_brd-gray {
    border-color: #85889a
}

.input_gray {
    background-color: rgba(13, 52, 79, .16)
}

.input.err {
    border-color: red
}

.input::-webkit-input-placeholder {
    color: #bcbcbc
}

.input::-moz-placeholder {
    color: #bcbcbc
}

.input:-ms-input-placeholder {
    color: #bcbcbc
}

.input::-ms-input-placeholder {
    color: #bcbcbc
}

.input::placeholder {
    color: #bcbcbc
}

.error {
    display: block;
    font-size: 13px;
    line-height: normal;
    letter-spacing: .6px;
    color: red;
    text-align: left;
    margin-bottom: 8px
}

input.err {
    border: 1px solid red
}

.checkbox input[type=checkbox],
.auth-form__checkbox input[type=checkbox],
.radio input[type=radio],
.auth-form__radio input[type=radio],
.rank-item input[type=radio],
.payment-choice__item input[type=radio],
.direction-slide input[type=radio],
.card-radio input[type=radio],
.calc__radio {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden
}

.checkbox {
    display: inline-block;
    text-align: left
}

.checkbox input:checked+.checkbox__caption::before {
    width: 18px;
    height: 18px;
    background: #3a2c5f url(../images/check.svg) center/10px 8px no-repeat;
    border-radius: 4px;
    border: none
}

.checkbox input:disabled+.checkbox__caption::before {
    background-color: #ccc;
    border-color: #ccc
}

.checkbox input.err+.checkbox__caption::before {
    border: 1px solid red
}

.checkbox__caption {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    line-height: 1.19;
    cursor: pointer
}

.checkbox__caption::before {
    content: '';
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 4px;
    border: solid 1px #c5ceff;
    position: absolute;
    top: 0;
    left: 0
}

.checkbox__caption a {
    color: inherit;
    -webkit-transition: color .2s ease 0s;
    -o-transition: color .2s ease 0s;
    transition: color .2s ease 0s
}

.checkbox__caption a:hover {
    color: #09a223
}

.radio {
    display: inline-block
}

.radio input:checked+.radio__caption::after {
    content: '';
    width: 8px;
    height: 8px;
    background: #3a2c5f;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px
}

.radio_green input:checked+.radio__caption::after {
    background: #09a223
}

.radio__caption {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    line-height: 1.19;
    cursor: pointer
}

.radio__caption::before {
    content: '';
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 50%;
    border: solid 1px #c5ceff;
    position: absolute;
    top: 0;
    left: 0
}

.radio__caption svg {
    max-width: 24px;
    max-height: 18px;
    width: auto;
    vertical-align: top;
    fill: #09a223;
    margin-right: 4px
}

.label,
.settings-form__label {
    font-size: 13px;
    line-height: normal;
    letter-spacing: .6px;
    color: #85889a;
    padding-left: 15px;
    margin-bottom: 8px
}

.label-icon,
.agreement__label {
    font-family: nunito, sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .9px;
    color: #85889a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px
}

.label-icon svg,
.agreement__label svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    fill: #09a223;
    margin-right: 10px
}

.currency-select {
    width: 100%;
    max-width: 520px !important
}

.currency-select_small {
    width: 84px
}

.currency-select_small .select2-selection {
    font-size: 0
}

.currency-select_small .select2-container--amirox .select2-selection--single {
    border: none
}

.select-box {
    width: 140px
}

.section-header {
    text-align: center;
    margin-bottom: 30px
}

.section-header_left {
    text-align: left
}

.section-header_white {
    color: #fff
}

.section-header__subtitle {
    font-family: nunito, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.71;
    letter-spacing: .7px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px
}

.section-header__title {
    font-family: nunito, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.37;
    letter-spacing: 1.5px
}

.page-title {
    font-family: nunito, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: 1.2px;
    color: #3a2c5f;
    margin-bottom: 20px
}

.page-title span {
    color: #09a223
}

.border-title {
    font-family: nunito, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: .9px;
    color: #3a2c5f;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px
}

.border-title::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: rgba(13, 52, 79, .16);
    position: absolute;
    bottom: 6px
}

.inner-title {
    font-family: nunito, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: .9px;
    color: #3a2c5f;
    margin-bottom: 15px
}

.text {
    letter-spacing: .8px;
    color: #6d7186;
    margin-bottom: 40px
}

.text p {
    margin-bottom: 20px
}

.text ul {
    margin-bottom: 20px
}

.text ul li::marker {
    color: #09a223
}

.text strong {
    font-weight: 500;
    color: #09a223
}

.tab-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 245px;
    border-radius: 100px;
    background-color: #f0f0f0;
    margin: 0 auto;
    overflow: hidden
}

.tab-buttons__button {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    border: none;
    border-radius: 100px;
    padding: 15px;
    background: 0 0;
    line-height: normal;
    letter-spacing: .8px;
    text-transform: uppercase;
    -webkit-transition: color .2s ease 0s;
    -o-transition: color .2s ease 0s;
    transition: color .2s ease 0s
}

.tab-buttons__button.active {
    background-color: #09a223;
    color: #fff
}

.pdf-btn {
    letter-spacing: normal;
    text-decoration: none;
    color: #3a2c5f;
    padding-left: 50px;
    position: relative
}

.pdf-btn::before {
    content: '';
    width: 40px;
    height: 46px;
    background: url(../images/pdf-file.svg) center/contain no-repeat;
    position: absolute;
    left: 0;
    top: calc(50% - 23px)
}

.pdf-btn:hover {
    text-decoration: underline
}

.tile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -7px
}

.tile-menu__col {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 7px;
    margin-bottom: 14px
}

.tile-menu__btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    padding: 25px;
    background: -webkit-gradient(linear, left top, right top, from(#04410e), to(#09a223));
    background: -o-linear-gradient(left, #04410e, #09a223);
    background: linear-gradient(to right, #04410e, #09a223);
    border: none;
    border-radius: 4px;
    font-size: 26px;
    line-height: normal;
    letter-spacing: .7px;
    color: #fff;
    text-align: left;
    -webkit-transition: -webkit-box-shadow .2s ease 0s;
    transition: -webkit-box-shadow .2s ease 0s;
    -o-transition: box-shadow .2s ease 0s;
    transition: box-shadow .2s ease 0s;
    transition: box-shadow .2s ease 0s, -webkit-box-shadow .2s ease 0s;
    position: relative
}

.tile-menu__btn::after {
    content: '';
    width: 150px;
    height: 70px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTUwJyBoZWlnaHQ9JzcxJyBmaWxsPSdub25lJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnPjxnIGNsaXAtcGF0aD0ndXJsKCNjbGlwMF8yMDFfNTYpJz48cGF0aCBkPSdNMTQ3LjkzNSA0MC4xMjJhNy4wNDMgNy4wNDMgMCAwMDAtOS45NTRMMTE5LjgxIDIuMDQzYTcuMDQyIDcuMDQyIDAgMDAtOS45NTQgMCA3LjA0MSA3LjA0MSAwIDAwMCA5Ljk1NGwxNi4xMjggMTYuMTI4SDcuMDMxQTcuMDI0IDcuMDI0IDAgMDAwIDM1LjE1NmE3LjAyNCA3LjAyNCAwIDAwNy4wMzEgNy4wMzFoMTE4Ljk1M2wtMTYuMTI4IDE2LjEyOGE3LjA0MSA3LjA0MSAwIDAwMCA5Ljk1NCA3LjA0MiA3LjA0MiAwIDAwOS45NTQgMGwyOC4xMjUtMjguMTI1di0uMDIyeicgZmlsbD0nIzA3NzIxOScvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9J2NsaXAwXzIwMV81Nic+PHBhdGggZmlsbD0nI2ZmZicgZD0nTTAgMGgxNTB2NzAuNUgweicvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 50px;
    bottom: 0;
    z-index: 1;
    -webkit-transition: right .2s ease 0s;
    -o-transition: right .2s ease 0s;
    transition: right .2s ease 0s
}

.tile-menu__btn:hover {
    -webkit-box-shadow: 0 6px 12px 0 rgba(2, 41, 9, .6);
    box-shadow: 0 6px 12px 0 rgba(2, 41, 9, .6)
}

.tile-menu__btn:hover::after {
    right: 0
}

.tile-menu__btn:active {
    -webkit-transform: scale(.99);
    -ms-transform: scale(.99);
    transform: scale(.99);
    -webkit-box-shadow: none;
    box-shadow: none
}

.tile-menu__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    margin-right: 25px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.tile-menu__img svg {
    fill: #fff;
    max-width: 100%;
    max-height: 100%
}

.tile-menu span {
    max-width: calc(100% - 105px)
}

.tile-menu__img,
.tile-menu span {
    position: relative;
    z-index: 2
}

.tab-nav {
    width: 100%;
    overflow-x: auto;
    border-bottom: 2px solid #09a223
}

.tab-nav__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    position: relative
}

.tab-nav__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-right: 4px
}

.tab-nav__item:last-child {
    margin-right: 0
}

.tab-nav__btn {
    height: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: solid 2px #85889a;
    border-radius: 8px 8px 0 0;
    border-bottom: 0;
    padding: 14px;
    text-decoration: none;
    font-size: 14px;
    line-height: normal;
    letter-spacing: .7px;
    color: #9d9d9d;
    white-space: nowrap;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.tab-nav__btn svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 22px;
    max-height: 22px;
    fill: #9d9d9d;
    margin-right: 14px
}

.tab-nav__btn.active {
    background-color: #09a223;
    border-color: #09a223;
    height: calc(100% + 20px);
    color: #fff
}

.tab-nav__btn.active svg {
    fill: #fff
}

.border-wrap {
    border: solid 1px rgba(13, 52, 79, .16);
    border-radius: 8px
}

.link {
    text-decoration: none;
    color: #09a223
}

.link:hover {
    text-decoration: underline
}

.overlay {
    position: relative
}

.overlay::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .4);
    position: absolute;
    z-index: 99
}

.overlay-w {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    letter-spacing: .6px
}

.overlay-w-solid {
    background-color: #fff
}

.select2-container--amirox.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--amirox.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--amirox.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--amirox.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--amirox.select2-container .select2-selection--single {
    height: 48px
}

.select2-container--amirox.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 42px;
    padding-left: 15px
}

.select2-container--amirox .select2-selection--single {
    background-color: #fff;
    border: 1px solid #09a223;
    border-radius: 8px
}

.select2-container--amirox .select2-selection--single .select2-selection__rendered {
    line-height: 48px
}

.select2-container--amirox .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    height: 48px;
    margin-right: 20px;
    padding-right: 0
}

.select2-container--amirox .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--amirox .select2-selection--single .select2-selection__arrow {
    height: 48px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 42px
}

.select2-container--amirox .select2-selection--single .select2-selection__arrow b {
    border-right: 1px solid #0c1235;
    border-bottom: 1px solid #0c1235;
    height: 7px;
    width: 7px;
    position: absolute;
    right: 17px;
    top: 50%;
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.select2-container--amirox[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--amirox[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--amirox.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--amirox.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--amirox.select2-container--open .select2-selection--single .select2-selection__arrow b {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.select2-container--amirox .selected-img {
    margin: 0 15px 3px 0 !important;
    display: inherit !important;
    height: 26px;
    width: 26px;
    vertical-align: middle
}

.select2-container--amirox .option-img {
    margin: 0 10px 3px 0 !important;
    display: inherit !important;
    height: 26px;
    width: 26px;
    vertical-align: middle
}

.select2-container--amirox .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #09a223;
    border-radius: 8px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px
}

.select2-container--amirox .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    padding: 1px
}

.select2-container--amirox .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0
}

.select2-container--amirox .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px
}

.select2-container--amirox .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: 700;
    padding: 0 4px
}

.select2-container--amirox .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--amirox .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: #f1f1f1;
    color: #333;
    outline: none
}

.select2-container--amirox[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--amirox[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px
}

.select2-container--amirox[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    border-left: 1px solid #aaa;
    border-right: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.select2-container--amirox[dir=rtl] .select2-selection--multiple .select2-selection__clear {
    float: left;
    margin-left: 10px;
    margin-right: auto
}

.select2-container--amirox.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0
}

.select2-container--amirox.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--amirox.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--amirox.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--amirox.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--amirox.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--amirox.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--amirox .select2-dropdown {
    border: none;
    background-color: #f0f0f0;
    min-width: 200px
}

.select2-container--amirox .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--amirox .select2-search--dropdown .select2-search__field:focus {
    outline: none;
    border-color: #09a223
}

.select2-container--amirox .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--amirox .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--amirox .select2-results__option {
    padding-left: 1em
}

.select2-container--amirox .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--amirox .select2-results__option--group {
    padding: 0
}

.select2-container--amirox .select2-results__option--disabled {
    color: #999
}

.select2-container--amirox .select2-results__option--selected {
    background-color: #ddd
}

.select2-container--amirox .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3a2c5f;
    color: #fff
}

.select2-container--amirox .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--amirox-sm.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--amirox-sm.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--amirox-sm.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--amirox-sm.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--amirox-sm.select2-container .select2-selection--single {
    height: 32px
}

.select2-container--amirox-sm.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 25px;
    padding-left: 10px
}

.select2-container--amirox-sm .select2-selection--single {
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #85889a;
    border-radius: 4px
}

.select2-container--amirox-sm .select2-selection--single .select2-selection__rendered {
    line-height: 32px
}

.select2-container--amirox-sm .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    height: 32px;
    margin-right: 20px;
    padding-right: 0
}

.select2-container--amirox-sm .select2-selection--single .select2-selection__placeholder {
    color: #0c1235
}

.select2-container--amirox-sm .select2-selection--single .select2-selection__arrow {
    height: 32px;
    position: absolute;
    top: 0;
    right: 0;
    width: 25px
}

.select2-container--amirox-sm .select2-selection--single .select2-selection__arrow b {
    border-right: 1px solid #0c1235;
    border-bottom: 1px solid #0c1235;
    height: 7px;
    width: 7px;
    position: absolute;
    right: 11px;
    top: 50%;
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.select2-container--amirox-sm[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--amirox-sm[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--amirox-sm.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--amirox-sm.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--amirox-sm.select2-container--open .select2-selection--single .select2-selection__arrow b {
    margin-top: -1px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.select2-container--amirox-sm .selected-img {
    margin: 0 5px 3px 0 !important;
    display: inherit !important;
    height: 18px;
    width: 18px;
    vertical-align: middle
}

.select2-container--amirox-sm .option-img {
    margin: 0 5px 3px 0 !important;
    display: inherit !important;
    height: 18px;
    width: 18px;
    vertical-align: middle
}

.select2-container--amirox-sm .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #85889a;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 2px;
    padding-right: 5px;
    min-height: 32px
}

.select2-container--amirox-sm .select2-selection--multiple .selected-img {
    margin: 0 1px 3px 0 !important
}

.select2-container--amirox-sm .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    padding: 1px
}

.select2-container--amirox-sm .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 2px;
    padding: 0;
    white-space: nowrap
}

.select2-container--amirox-sm .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px;
    font-family: nunito, sans-serif;
    font-size: 13px
}

.select2-container--amirox-sm .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-family: nunito, sans-serif;
    font-size: 1em;
    font-weight: 700;
    padding: 0 4px
}

.select2-container--amirox-sm .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--amirox-sm .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: #f1f1f1;
    color: #333;
    outline: none
}

.select2-container--amirox-sm[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--amirox-sm[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px
}

.select2-container--amirox-sm[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    border-left: 1px solid #aaa;
    border-right: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.select2-container--amirox-sm[dir=rtl] .select2-selection--multiple .select2-selection__clear {
    float: left;
    margin-left: 10px;
    margin-right: auto
}

.select2-container--amirox-sm.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0
}

.select2-container--amirox-sm.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--amirox-sm.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--amirox-sm.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--amirox-sm.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--amirox-sm.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--amirox-sm.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--amirox-sm .select2-dropdown {
    border: none;
    background-color: #f0f0f0;
    min-width: 140px
}

.select2-container--amirox-sm .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--amirox-sm .select2-search--dropdown .select2-search__field:focus {
    outline: none;
    border-color: #09a223
}

.select2-container--amirox-sm .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--amirox-sm .select2-search__field {
    font-size: 13px;
    line-height: 1.15;
    letter-spacing: .65px
}

.select2-container--amirox-sm .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--amirox-sm .select2-results__option {
    font-size: 12px;
    padding-left: 1em
}

.select2-container--amirox-sm .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--amirox-sm .select2-results__option--group {
    padding: 0
}

.select2-container--amirox-sm .select2-results__option--disabled {
    color: #999
}

.select2-container--amirox-sm .select2-results__option--selected {
    background-color: #ddd
}

.select2-container--amirox-sm .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3a2c5f;
    color: #fff
}

.select2-container--amirox-sm .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
    font-family: nunito, sans-serif;
    padding-left: 5px !important;
    font-weight: 700;
    font-style: italic
}

.irs--amirox .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: rubik, sans-serif;
    height: 48px
}

.irs--amirox .irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none !important;
    top: 4px;
    height: 9px;
    background-color: #e6e6e6;
    border-radius: 12px
}

.irs--amirox .irs-bar {
    display: block;
    width: 0;
    height: 9px;
    background-color: #3a2c5f;
    border-radius: 12px;
    position: absolute;
    left: 0;
    top: 4px
}

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

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

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

.irs--amirox .irs-handle>i:first-child {
    cursor: all-scroll;
    position: absolute;
    display: block;
    top: 0;
    left: calc(50% - 8px);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-left: -1px;
    background-color: #09a223
}

.irs--amirox .irs-min,
.irs--amirox .irs-max {
    position: absolute;
    display: block;
    cursor: default;
    top: 25px;
    padding: 1px 3px;
    color: #0c1235;
    font-size: 12px;
    letter-spacing: .6px;
    line-height: 1.333;
    text-shadow: none;
    background-color: transparent;
    border-radius: 4px
}

.irs--amirox .irs-min {
    left: 0
}

.irs--amirox .irs-max {
    right: 0
}

.irs--amirox .irs-from,
.irs--amirox .irs-to,
.irs--amirox .irs-single {
    z-index: 1;
    position: absolute;
    display: block;
    top: 26px;
    left: 0;
    cursor: default;
    white-space: nowrap;
    color: #fff;
    font-family: rubik, sans-serif;
    font-size: 14px;
    letter-spacing: .7px;
    line-height: 1.333;
    text-shadow: none;
    padding: 2px 13px 0;
    background-color: #09a223;
    border-radius: 4px
}

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

.irs--amirox .irs-grid {
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    height: 20px
}

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

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

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

.irs--amirox .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--amirox .irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: transparent;
    z-index: 2
}

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

.irs--amirox .irs-disabled {
    opacity: .4
}

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

.simplebar-scrollbar::before {
    background: #8a8a8a
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: .8
}

.simplebar-track.simplebar-vertical {
    width: 8px
}

.simplebar-track.simplebar-horizontal {
    height: 8px
}

.notification {
    width: 100%;
    background-color: rgba(0, 0, 0, .9);
    border-top: 2px solid #09a223;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 3000000000
}

.notification__inner {
    padding: 15px 0
}

.notification__text {
    font-size: 14px;
    color: #fff;
    margin-bottom: 15px
}

.notification__text a {
    color: #09a223
}

.notification__text a:hover {
    color: #0ddd30
}

.notification__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -5px -10px
}

.notification__btn {
    padding: 5px 10px
}

.notification__btn .button_red {
    color: #fff
}

.header {
    padding-top: 100px
}

.header__navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px;
    background-color: #fff;
    border-bottom: 2px solid #09a223;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    width: 100%
}

.header__navbar-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__main-nav {
    margin: 0 25px 0 auto
}

.logo {
    width: 190px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 190px;
    flex: 0 0 190px
}

.logo img {
    max-width: 100%;
    display: block
}

.time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 30px
}

.time__item {
    padding-left: 30px;
    margin-right: 60px
}

.time__item:last-child {
    margin-right: 0
}

.time__title {
    font-family: nunito, sans-serif;
    font-weight: 700;
    line-height: 1.38;
    letter-spacing: 1.6px;
    display: block;
    position: relative;
    margin-bottom: 5px
}

.time__title::before {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    top: calc(50% - 8px);
    left: -30px
}

.time__title_calendar::before {
    background: url(../images/calendar.svg) no-repeat
}

.time__title_clock::before {
    background: url(../images/clock.svg) no-repeat
}

.time__body {
    font-size: 14px;
    line-height: 1.21;
    letter-spacing: 1.4px;
    color: #7a7a7a;
    display: block
}

.main-nav__list {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.main-nav__list li {
    list-style: none;
    margin: 0 10px
}

.main-nav__list li a {
    text-decoration: none;
    line-height: normal;
    color: #3a2c5f;
    padding: 5px;
    -webkit-transition: color .1s ease 0s;
    -o-transition: color .1s ease 0s;
    transition: color .1s ease 0s
}

.main-nav__list li a:hover {
    color: #09a223
}

.lang {
    position: relative;
    display: inline-block;
    max-width: 115px;
    z-index: 9
}

.lang__dropbtn {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px auto;
    padding: 0 20px 0 30px;
    font-size: 14px;
    letter-spacing: .7px;
    color: #3a2c5f;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    cursor: pointer
}

.lang__dropbtn:after {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 1px solid #3a2c5f;
    border-bottom: 1px solid #3a2c5f;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    top: 5px
}

.lang__dropbtn_vertical {
    background-position: top center;
    background-size: 28px auto;
    color: #7a7a7a;
    padding: 33px 0 0
}

.lang__dropbtn_vertical::after {
    display: none
}

.lang__droplist {
    position: absolute;
    top: calc(100% + 15px);
    right: 0;
    width: 125px;
    border-radius: 2px;
    background: #09a223;
    -webkit-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px);
    display: none;
    -webkit-transition: -webkit-transform .3s ease 0s;
    transition: -webkit-transform .3s ease 0s;
    -o-transition: transform .3s ease 0s;
    transition: transform .3s ease 0s;
    transition: transform .3s ease 0s, -webkit-transform .3s ease 0s
}

.lang__droplist:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 6px;
    border-color: transparent transparent #09a223 transparent;
    position: absolute;
    top: -6px;
    right: 10px
}

.lang__droplist.active {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.lang__droplist a {
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 20px auto;
    display: block;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    padding: 5px 5px 5px 34px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transition: background-color .2s ease 0s, color .2s ease 0s;
    -o-transition: background-color .2s ease 0s, color .2s ease 0s;
    transition: background-color .2s ease 0s, color .2s ease 0s
}

.lang__droplist a:first-child {
    border-radius: 2px 2px 0 0
}

.lang__droplist a:last-child {
    border-radius: 0 0 2px 2px
}

.lang__droplist a:hover {
    background-color: rgba(255, 255, 255, .3)
}

.hero {
    padding: 115px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(2%, #fff), to(rgba(255, 255, 255, 0.4)));
    background-image: -o-linear-gradient(bottom, #fff 2%, rgba(255, 255, 255, 0.4) 100%);
    background-image: linear-gradient(0deg, #fff 2%, rgba(255, 255, 255, 0.4) 100%)
}

.hero__inner {
    width: 55%;
    position: relative;
    z-index: 2
}

.hero__subtitle {
    font-family: nunito, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: .9px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.hero__title {
    font-family: nunito, sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.38;
    text-transform: uppercase;
    margin-bottom: 30px
}

.hero__text {
    font-size: 22px;
    line-height: 1.09;
    letter-spacing: 1.1px;
    margin-bottom: 35px
}

.hero__edit-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 30px
}

.hero__select {
    margin-right: 20px
}

.hero__input {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 340px;
    flex: 0 0 340px
}

.hero__input input {
    width: 100%;
    height: 48px;
    border-radius: 8px;
    border: none;
    font-size: 18px;
    line-height: 48px;
    letter-spacing: .9px;
    padding: 0 20px
}

.hero__reg-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px
}

.hero__input_reg {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
    max-width: 444px;
    margin-bottom: 24px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.hero__input_reg:last-child {
    margin-bottom: 0
}

.hero__controls {
    position: relative
}

.hero__reg-toggle {
    margin-bottom: 30px
}

.reg-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.reg-toggle__checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.reg-toggle__checkbox:checked+.reg-toggle__caption::before {
    background: #fff url(../images/checked.svg) center/18px 13px no-repeat
}

.reg-toggle__caption {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 34px;
    position: relative;
    cursor: pointer
}

.reg-toggle__caption::before {
    content: '';
    width: 24px;
    height: 24px;
    border: 1px solid #09a223;
    border-radius: 4px;
    background: #fff;
    position: absolute;
    left: 0;
    top: calc(50% - 12px)
}

.reg-toggle__tolltip {
    font-size: 0;
    width: 24px;
    height: 24px;
    background: url(../images/info.svg) center/contain no-repeat;
    margin-left: 10px;
    position: relative
}

[data-tooltip]::after {
    content: attr(data-tooltip);
    position: absolute;
    width: 300px;
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    font-size: 12px;
    text-align: left;
    padding: 5px;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

[data-tooltip]:hover::after {
    opacity: 1;
    visibility: visible
}

.recovery-block {
    margin-top: 30px
}

.recovery-block__link {
    font-size: 14px;
    color: #00b7db;
    margin-bottom: 10px
}

.recovery-block__link a {
    color: inherit;
    text-decoration: none
}

.recovery-block__link a:hover {
    text-decoration: underline
}

.welcome-block {
    background: #fff url(../images/waves.svg) center bottom/100% auto no-repeat;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 60px 0 rgba(13, 52, 79, .16);
    box-shadow: 0 0 60px 0 rgba(13, 52, 79, .16);
    padding: 50px 30px;
    text-align: left
}

.welcome-block__heading {
    font-family: nunito, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: .9px;
    color: #85889a;
    text-transform: uppercase;
    margin-bottom: 30px
}

.welcome-block__heading span::before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #10d430;
    -webkit-box-shadow: 0 0 5px 2px #10d430;
    box-shadow: 0 0 5px 2px #10d430;
    border-radius: 50%;
    display: inline-block;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
    margin-right: 10px;
    -webkit-animation: pulse 2s infinite linear;
    animation: pulse 2s infinite linear
}

@-webkit-keyframes pulse {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes pulse {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.welcome-block__name {
    font-family: nunito, sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.38;
    color: #3a2c5f;
    text-transform: uppercase;
    padding-left: 46px;
    position: relative;
    margin-bottom: 40px
}

.welcome-block__name::before {
    content: '';
    width: 36px;
    height: 36px;
    background: url(../images/user-circle.svg) center/contain no-repeat;
    position: absolute;
    top: 14px;
    left: 0
}

.welcome-block__wallet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 38px;
    padding-left: 48px;
    background-position: 0 0;
    background-size: 38px auto;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 100%;
    font-family: nunito, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33;
    color: #3a2c5f;
    margin-bottom: 40px
}

.welcome-block__wallet span {
    max-width: 100%
}

.welcome-block__controls {
    margin: 0 -15px -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.welcome-block__btn {
    margin: 0 15px 20px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.heading {
    padding: 69px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    position: relative
}

.heading::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(12, 18, 53, .49);
    position: absolute;
    top: 0;
    left: 0
}

.heading__title {
    font-family: nunito, sans-serif;
    font-weight: 400;
    font-size: 60px;
    line-height: 1.37;
    color: #fff;
    position: relative;
    z-index: 2
}

.profile-header {
    position: fixed;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #85889a;
    z-index: 9
}

.profile-header__navbar {
    height: 96px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.actions__item {
    margin-right: 60px
}

.actions__item:last-child {
    margin-right: 0
}

.actions__item_settings,
.actions__item_logout {
    text-decoration: none;
    font-size: 14px;
    line-height: 1.21;
    letter-spacing: 1.4px;
    color: #7a7a7a;
    padding-top: 33px;
    position: relative;
    -webkit-transition: color .2s ease 0s;
    -o-transition: color .2s ease 0s;
    transition: color .2s ease 0s
}

.actions__item_settings::before,
.actions__item_logout::before {
    content: '';
    width: 28px;
    height: 28px;
    position: absolute;
    top: 0;
    left: calc(50% - 14px)
}

.actions__item_settings::before {
    background: url(../images/settings.svg) no-repeat
}

.actions__item_settings:hover {
    color: #09a223
}

.actions__item_logout::before {
    background: url(../images/logout.svg) no-repeat
}

.actions__item_logout:hover {
    color: #a20909
}

.choise {
    padding: 140px 0 72px
}

.choise_p {
    padding: 50px 0
}

.choise__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.choise__body {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-right: 50px
}

.choise__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 570px;
    text-align: center
}

.choise__img img {
    max-width: 100%
}

.pricing {
    padding: 72px 0 120px
}

.pricing__tab-buttons {
    margin-bottom: 67px
}

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

.pricing-card {
    max-width: 370px;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    padding: 50px 30px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 60px 0 rgba(13, 52, 79, .16);
    box-shadow: 0 0 60px 0 rgba(13, 52, 79, .16);
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.pricing-card_violet,
.pricing-card_green {
    padding: 80px 30px 73px;
    margin: -27px 0
}

.pricing-card_violet .pricing-card__title,
.pricing-card_violet .pricing-card__profit,
.pricing-card_violet .pricing-card__row-item,
.pricing-card_violet .pricing-card__number,
.pricing-card_green .pricing-card__title,
.pricing-card_green .pricing-card__profit,
.pricing-card_green .pricing-card__row-item,
.pricing-card_green .pricing-card__number {
    color: #fff
}

.pricing-card_violet {
    background: #3a2c5f url(../images/pricing-card-bg.svg) center bottom/100% auto no-repeat
}

.pricing-card_green {
    background: #09a223 url(../images/pricing-card-bg.svg) center bottom/100% auto no-repeat
}

.pricing-card__body {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.pricing-card__title {
    font-family: nunito, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.2px;
    color: #3a2c5f;
    text-align: center;
    margin-bottom: 10px
}

.pricing-card__profit {
    font-family: nunito, sans-serif;
    font-size: 66px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3.3px;
    color: #09a223;
    text-align: center;
    margin-bottom: 10px
}

.pricing-card__profit sup {
    font-size: 38px
}

.pricing-card__select {
    margin: 24px auto
}

.pricing-card__edit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    border-radius: 8px;
    border: solid 1px #09a223;
    background-color: #fff;
    overflow: hidden;
    margin: -12px 0 24px
}

.pricing-card__label {
    height: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 14px;
    font-size: 13px;
    line-height: 1.15;
    letter-spacing: .65px;
    color: #09a223;
    border-right: solid 1px #09a223
}

.pricing-card__input {
    width: 100%;
    height: 100%;
    border: none;
    padding: 0 15px;
    font-size: 14px;
    line-height: 1.21;
    letter-spacing: .7px
}

.pricing-card__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px
}

.pricing-card__row:last-child {
    margin-bottom: 0
}

.pricing-card__row-item {
    max-width: 100%;
    font-size: 18px;
    line-height: 1.22;
    letter-spacing: .9px;
    color: rgba(12, 18, 53, .6);
    margin-right: 20px
}

.pricing-card__row-item:last-child {
    margin-right: 0
}

.pricing-card__number {
    font-size: 18px;
    line-height: 1.22;
    letter-spacing: .9px;
    font-weight: 500;
    color: #0c1235
}

.pricing-card__button {
    margin-top: 60px
}

.calc {
    padding: 50px 0
}

.calc__section-header {
    margin-bottom: 50px
}

.calc__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.calc__radiobuttons {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding-right: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 74px
}

.calc__radio-wrap {
    margin-bottom: 30px
}

.calc__radio-wrap:last-child {
    margin-bottom: 0
}

.calc__radio:checked+.calc__label::before {
    width: 400px
}

.calc__radio:checked+.calc__label::after {
    opacity: 1;
    -webkit-transition: opacity .3s ease 0s;
    -o-transition: opacity .3s ease 0s;
    transition: opacity .3s ease 0s;
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s
}

.calc__label {
    width: 326px;
    padding: 12px 25px;
    border-radius: 8px;
    font-family: nunito, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: .86;
    letter-spacing: 1.4px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    position: relative
}

.calc__label::before {
    content: '';
    width: 326px;
    height: 100%;
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: width .3s ease 0s, -webkit-box-shadow .2s ease 0s;
    transition: width .3s ease 0s, -webkit-box-shadow .2s ease 0s;
    -o-transition: width .3s ease 0s, box-shadow .2s ease 0s;
    transition: width .3s ease 0s, box-shadow .2s ease 0s;
    transition: width .3s ease 0s, box-shadow .2s ease 0s, -webkit-box-shadow .2s ease 0s
}

.calc__label::after {
    content: '';
    width: 38px;
    height: 30px;
    background: url(../images/check.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: -52px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    opacity: 0
}

.calc__label_violet::before {
    background-image: -webkit-gradient(linear, left top, right top, from(#ae99e6), to(#2a1e4b));
    background-image: -o-linear-gradient(left, #ae99e6, #2a1e4b);
    background-image: linear-gradient(to right, #ae99e6, #2a1e4b)
}

.calc__label_violet:hover::before {
    -webkit-box-shadow: 0 0 10px #ae99e6;
    box-shadow: 0 0 10px #ae99e6
}

.calc__label_blue::before {
    background-image: -webkit-gradient(linear, left top, right top, from(#09bfcd), to(#056067));
    background-image: -o-linear-gradient(left, #09bfcd, #056067);
    background-image: linear-gradient(to right, #09bfcd, #056067)
}

.calc__label_blue:hover::before {
    -webkit-box-shadow: 0 0 10px #09bfcd;
    box-shadow: 0 0 10px #09bfcd
}

.calc__label_yellow::before {
    background-image: -webkit-gradient(linear, left top, right top, from(#fdc003), to(#ff8e00));
    background-image: -o-linear-gradient(left, #fdc003, #ff8e00);
    background-image: linear-gradient(to right, #fdc003, #ff8e00)
}

.calc__label_yellow:hover::before {
    -webkit-box-shadow: 0 0 10px #fdc003;
    box-shadow: 0 0 10px #fdc003
}

.calc__label-name,
.calc__label-num {
    position: relative;
    z-index: 2
}

.calc__label-name {
    max-width: calc(100% - 68px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 68px);
    flex: 0 0 calc(100% - 68px)
}

.calc__label-num {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border: solid 4px #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 18px
}

.calc__body {
    width: 570px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 570px;
    flex: 0 0 570px;
    padding: 25px 22px;
    background-color: #fff;
    border: 7px solid #0b0b0b;
    border-radius: 4px;
    position: relative;
    margin-bottom: 74px
}

.calc__body::before {
    content: '';
    width: 570px;
    height: 174px;
    background: url(../images/stand.png) 100% no-repeat;
    position: absolute;
    bottom: -181px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.calc__action {
    max-width: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px
}

.calc__select {
    margin-right: 20px
}

.calc__tab-buttons {
    margin: 0;
    width: auto;
    min-width: 200px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px
}

.calc__tab-buttons .tab-buttons__button {
    padding: 13px 18px;
    font-size: 12px;
    letter-spacing: .6px
}

.calc__amount {
    margin-bottom: 14px
}

.calc__tab {
    margin-bottom: 18px
}

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

.calc__amount-title {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.21;
    letter-spacing: .7px;
    margin-bottom: 9px
}

.calc__tab-row {
    margin-bottom: 16px
}

.calc__name {
    font-size: 14px;
    line-height: 1.21;
    letter-spacing: .7px;
    color: #000;
    margin-right: 20px
}

.calc__profit {
    max-width: 50%;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .75px;
    text-align: right
}

.calc__payment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.22;
    letter-spacing: .9px;
    color: #09a223
}

.calc__rect {
    max-width: 50%;
    padding: 13px 30px;
    border: 1px solid #09a223;
    border-radius: 8px;
    margin-left: 20px;
    text-align: right
}

.calc__button {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
    z-index: 2
}

.services {
    padding: 120px 0 60px
}

.services__section-header {
    margin-bottom: 77px
}

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

.services__item {
    max-width: 33.3%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    padding: 126px 25px 0;
    margin-bottom: 30px;
    position: relative
}

.services__item::before {
    content: '';
    width: 106px;
    height: 106px;
    border: solid 1px rgba(58, 44, 95, .5);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.services__item_money::before {
    background: url(../images/money.svg) center/auto 60px no-repeat
}

.services__item_team::before {
    background: url(../images/team.svg) center/auto 60px no-repeat
}

.services__item_shield::before {
    background: url(../images/shield.svg)
}

.services__item_money::before,
.services__item_team::before,
.services__item_shield::before {
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 60px
}

.services__title {
    max-width: 100%;
    font-family: nunito, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: .9px;
    text-align: center;
    margin-bottom: 25px
}

.services__text {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: .75px;
    color: #6d7186;
    text-align: center
}

.services__text strong {
    font-weight: 500;
    color: #09a223
}

.guarantee {
    padding: 60px 0
}

.guarantee__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.guarantee__document {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    padding-top: 57px;
    position: relative
}

.guarantee__document::before {
    content: '';
    width: 320px;
    height: 452px;
    -webkit-box-shadow: 0 0 60px 0 rgba(13, 52, 79, .16);
    box-shadow: 0 0 60px 0 rgba(13, 52, 79, .16);
    background: #3a2c5f url(../images/logo-white.png) center/189px 60px no-repeat;
    position: absolute;
    top: 0;
    right: 0.5%;
    z-index: 1
}

.guarantee__img {
    display: block;
    width: 320px;
    height: 452px;
    background-color: #f9f9f8;
    -webkit-box-shadow: 0 0 60px 0 rgba(13, 52, 79, .16);
    box-shadow: 0 0 60px 0 rgba(13, 52, 79, .16);
    position: relative;
    z-index: 2
}

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

.guarantee__body {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-left: 60px
}

.guarantee__buttons .button {
    margin: 0 34px 20px 0
}

.guarantee__buttons .button:last-child {
    margin: 0
}

.documents {
    padding: 60px 0
}

.documents__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 20px;
    margin: 0 -15px
}

.documents__col {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    padding: 0 15px;
    margin-bottom: 30px
}

.doc-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    height: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 60px 0 rgba(13, 52, 79, .16);
    box-shadow: 0 0 60px 0 rgba(13, 52, 79, .16);
    border-radius: 8px;
    padding: 155px 15px 15px;
    position: relative
}

.doc-file::before {
    content: '';
    width: 150px;
    height: 160px;
    background: url(../images/envelope.png) center/contain no-repeat;
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.doc-file__title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    margin-bottom: 5px
}

.doc-file__link {
    font-size: 14px;
    text-decoration: none;
    color: #e67e22
}

.doc-file__link:hover {
    text-decoration: underline
}

.testimonials {
    padding: 60px 0
}

.testimonials_page {
    padding: 94px 0 70px
}

.testimonials__section-header {
    margin-bottom: 25px
}

.testimonials__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 9
}

.testimonials__button {
    background: 0 0;
    padding: 6px 4px;
    border: none;
    border-bottom: 4px solid transparent;
    font-family: nunito, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: .9px;
    color: #3a2c5f;
    -webkit-transition: color .2s ease 0s, border-color .3s ease 0s;
    -o-transition: color .2s ease 0s, border-color .3s ease 0s;
    transition: color .2s ease 0s, border-color .3s ease 0s;
    margin-right: 30px
}

.testimonials__button:last-child {
    margin-right: 0
}

.testimonials__button:hover {
    color: #09a223
}

.testimonials__button.active {
    border-bottom: 4px solid #09a223
}

.testimonials__button:focus {
    outline: none;
    color: #09a223
}

.testimonials__pane {
    margin: -60px 0 0
}

.testimonials__pane.active {
    height: auto
}

.testimonials__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -30px
}

.testimonials__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 60px 0 rgba(13, 52, 79, .16);
    box-shadow: 0 0 60px 0 rgba(13, 52, 79, .16);
    background-color: #fff;
    overflow: hidden
}

.testimonials__item_page {
    max-width: calc(33.333% - 30px);
    -ms-flex-preferred-size: calc(33.333% - 30px);
    flex-basis: calc(33.333% - 30px);
    margin: 0 30px 30px 0
}

.testimonials__text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: url(../images/quote.svg) 30px 30px/35px 30px no-repeat;
    padding: 95px 30px 40px;
    font-size: 18px;
    line-height: 1.33;
    letter-spacing: .9px;
    color: #6d7186
}

.testimonials__footer {
    height: 110px;
    background-color: rgba(141, 127, 178, .17);
    padding: 5px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.testimonials__photo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden
}

.testimonials__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

.testimonials__info {
    margin-left: 15px
}

.testimonials__name {
    font-family: nunito, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: .9px;
    color: #3a2c5f;
    display: block;
    margin-bottom: 5px
}

.testimonials__rank {
    line-height: 1.19;
    letter-spacing: .8px;
    color: #92a2fc;
    display: block
}

.testimonials__header {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 15px 30px;
    min-height: 78px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: nunito, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33
}

.testimonials__video {
    display: block;
    width: 100%;
    height: 208px;
    position: relative
}

.testimonials__video:hover::after {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.testimonials__video::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(12, 18, 53, .53);
    position: absolute;
    top: 0;
    left: 0
}

.testimonials__video::after {
    content: '';
    width: 80px;
    height: 80px;
    background: url(../images/play-button.svg) no-repeat;
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    -webkit-transition: -webkit-transform .2s ease 0s;
    transition: -webkit-transform .2s ease 0s;
    -o-transition: transform .2s ease 0s;
    transition: transform .2s ease 0s;
    transition: transform .2s ease 0s, -webkit-transform .2s ease 0s
}

.testimonials__video img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

.testimonials .slick-list {
    padding: 60px 0;
    margin: 0 -15px
}

.testimonials .slick-slide {
    margin: 0 15px;
    height: auto
}

.testimonials .slick-initialized .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.testimonials .slick-dots {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 9;
    margin-top: -20px
}

.testimonials .slick-dots li {
    list-style: none
}

.testimonials .slick-dots li.slick-active button {
    width: 25px;
    border-radius: 6px
}

.testimonials .slick-dots button {
    font-size: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background-color: #3a2c5f;
    margin: 0 5px;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.testimonials .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.faq-block {
    padding: 60px 0 75px
}

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

.faq-block__section-header {
    margin-bottom: 11px
}

.faq-block__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 49.1%;
    flex: 1 0 49.1%;
    padding-right: 55px
}

.faq-block__faq-box {
    margin-bottom: 40px
}

.faq-block__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50.9%;
    flex: 0 1 50.9%;
    height: 401px
}

.faq-block__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

.faq-box {
    max-width: 100%
}

.faq-box__item {
    width: 100%;
    background-color: #fff;
    border-bottom: solid 1px #9972ff
}

.faq-box__question {
    padding: 15px 40px 15px 0;
    font-family: nunito;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: .9px;
    color: #3a2c5f;
    cursor: pointer;
    -webkit-transition: color .3s ease 0s;
    -o-transition: color .3s ease 0s;
    transition: color .3s ease 0s;
    position: relative
}

.faq-box__question::before {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #3a2c5f;
    -webkit-transition: color .3s ease 0s;
    -o-transition: color .3s ease 0s;
    transition: color .3s ease 0s
}

.faq-box__question.active {
    color: #09a223
}

.faq-box__question.active::before {
    content: '-';
    color: #09a223
}

.faq-box__answer {
    padding: 0 40px 15px 0;
    letter-spacing: .8px;
    color: #6d7186
}

.faq-box__answer strong,
.faq-box__answer b {
    font-weight: 500;
    color: #09a223
}

.faq-box__answer p:not(:last-child) {
    margin-bottom: 20px
}

.faq-box__answer ul:not(:last-child) {
    margin-bottom: 20px
}

.news-block {
    padding: 75px 0 70px
}

.news-block_inner-page {
    padding: 60px 0;
    border-top: 2px solid #85889a
}

.news-block__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -30px 10px 0
}

.news-block__item-big {
    max-width: calc(50% - 30px);
    -ms-flex-preferred-size: calc(50% - 30px);
    flex-basis: calc(50% - 30px);
    padding: 30px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 30px 30px 0
}

.news-block__item-big:hover .news-block__img-cover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.news-block__item-big .news-block__date,
.news-block__item-big .news-block__title-big,
.news-block__item-big .news-block__text,
.news-block__item-big .news-block__item-button {
    position: relative;
    z-index: 2
}

.news-block__img-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: -webkit-transform .5s ease 0s;
    transition: -webkit-transform .5s ease 0s;
    -o-transition: transform .5s ease 0s;
    transition: transform .5s ease 0s;
    transition: transform .5s ease 0s, -webkit-transform .5s ease 0s
}

.news-block__img-cover::before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(#000000));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0), #000000);
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0), #000000);
    position: absolute
}

.news-block__img-cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

.news-block__date {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.71;
    letter-spacing: .7px;
    color: #0c1235;
    display: block;
    margin-bottom: 10px
}

.news-block__date_white {
    color: #fff;
    margin-bottom: 15px
}

.news-block__title-big {
    font-family: nunito, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.37;
    letter-spacing: 1.5px;
    color: #fff;
    margin-bottom: 30px
}

.news-block__text {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .8px;
    color: #85889a
}

.news-block__text_white {
    color: #fff;
    margin-bottom: 40px
}

.news-block__item {
    max-width: calc(25% - 30px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 30px);
    flex: 0 0 calc(25% - 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    -webkit-box-shadow: 0 0 60px 0 rgba(13, 52, 79, .16);
    box-shadow: 0 0 60px 0 rgba(13, 52, 79, .16);
    border-radius: 8px;
    padding: 190px 15px 25px;
    overflow: hidden;
    position: relative;
    margin: 0 30px 30px 0
}

.news-block__item_inner-page {
    max-width: calc(33.333% - 30px);
    -ms-flex-preferred-size: calc(33.333% - 30px);
    flex-basis: calc(33.333% - 30px)
}

.news-block__img {
    width: 100%;
    height: 170px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0
}

.news-block__img:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.news-block__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    -webkit-transition: -webkit-transform .5s ease 0s;
    transition: -webkit-transform .5s ease 0s;
    -o-transition: transform .5s ease 0s;
    transition: transform .5s ease 0s;
    transition: transform .5s ease 0s, -webkit-transform .5s ease 0s
}

.news-block__title {
    display: block;
    text-decoration: none;
    font-family: nunito, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: .9px;
    color: #0c1235;
    margin-bottom: 20px
}

.news-block__title:hover {
    text-decoration: underline
}

.news-block__button {
    text-align: center
}

.subscribe {
    background-color: #09a223;
    padding: 40px 0
}

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

.subscribe__input {
    max-width: 405px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 405px;
    flex: 0 1 405px
}

.subscribe__input input {
    width: 100%;
    height: 50px;
    padding: 0 32px 0 20px;
    border: none;
    border-radius: 8px;
    letter-spacing: .8px
}

.subscribe__button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 50px;
    margin-left: -12px
}

.footer__inner {
    background-color: #fff
}

.footer__body {
    padding: 50px 0 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer__navbar,
.footer__cooperation {
    margin-top: 20px
}

.footer__navbar {
    -ms-flex-preferred-size: calc(50% - 59px);
    flex-basis: calc(50% - 59px);
    padding-right: 30px
}

.footer__nav {
    margin-bottom: 20px
}

.footer__title {
    font-family: nunito, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    color: #3a2c5f;
    display: block;
    margin-bottom: 20px
}

.footer__nav-list {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer__nav-list li {
    list-style: none;
    margin-right: 30px;
    margin-bottom: 10px
}

.footer__nav-list li:last-child {
    margin-right: 0
}

.footer__nav-list li a {
    text-decoration: none;
    font-size: 16px;
    line-height: 1.19;
    color: #0c1235
}

.footer__nav-list li a:hover {
    text-decoration: underline
}

.footer__mass-list {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__mass-list li {
    list-style: none;
    margin-right: 28px
}

.footer__mass-list li:last-child {
    margin-right: 0
}

.footer__mass-link {
    width: 17px;
    height: 17px;
    font-size: 0;
    display: block
}

.footer__mass-link:hover {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.footer__mass-link img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: 'object-fit: contain;'
}

.footer__logo {
    width: 118px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 118px;
    flex: 0 0 118px;
    text-align: center
}

.footer__logo img {
    max-width: 100%
}

.footer__cooperation {
    -ms-flex-preferred-size: calc(50% - 59px);
    flex-basis: calc(50% - 59px);
    padding-left: 65px
}

.footer__cooperation .footer__title {
    margin-bottom: 40px
}

.footer__coins {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: -30px
}

.footer__coin {
    width: 38px;
    margin: 0 30px 20px 0
}

.footer__coin img {
    max-width: 100%
}

.footer__bottom {
    padding: 30px 0;
    border-top: 1px solid #85889a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer__copyright {
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: .7px;
    color: #85889a;
    margin-right: 30px
}

.footer__copyright a {
    color: #09a223;
    border-bottom: 1px dashed #09a223;
    text-decoration: none
}

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

.footer__info-link {
    text-decoration: none;
    line-height: 1.19;
    color: #0c1235;
    margin-right: 30px
}

.footer__info-link:hover {
    text-decoration: underline
}

.footer__info-link:last-child {
    margin-right: 0
}

.about {
    padding: 40px 0 100px
}

.about__documents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px
}

.about__document {
    width: 270px;
    height: 381px;
    -webkit-box-shadow: 0 0 60px 0 rgba(13, 52, 79, .16);
    box-shadow: 0 0 60px 0 rgba(13, 52, 79, .16);
    background-color: #f9f9f8;
    position: relative;
    margin-right: 100px
}

.about__document:last-child {
    margin-right: 0
}

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

.about__title {
    font-family: nunito, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.37;
    letter-spacing: 1.5px;
    text-align: center;
    margin-bottom: 40px
}

.about__text {
    font-size: 18px;
    letter-spacing: .9px;
    color: #85889a
}

.about__text p {
    margin-bottom: 15px
}

.about__text .about__subtitle {
    margin-bottom: 30px
}

.about__text strong {
    font-weight: 500;
    color: #09a223
}

.about__text ul {
    margin-bottom: 15px
}

.about__text ul li::marker {
    color: #09a223
}

.about__text-block {
    margin-bottom: 40px
}

.about__text-block:last-child {
    margin-bottom: 0
}

.about__text-block p:last-child {
    margin-bottom: 0
}

.about__text-block ul>li:not(:first-child) {
    margin-top: 7px
}

.about__subtitle {
    font-family: nunito, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: 1.2px;
    color: #0c1235;
    margin-bottom: 30px
}

.about__img {
    max-width: 400px
}

.about__img_left {
    float: left;
    margin: 0 30px 30px 0
}

.about__img_right {
    float: right;
    margin: 0 0 30px 30px
}

.about__img img {
    display: block;
    max-width: 100%;
    height: auto
}

.about .guarantee {
    padding: 0
}

.about__tabs,
.faq__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    border-bottom: 2px solid #3a2c5f;
    margin-bottom: 44px
}

.about__tab-nav,
.faq__tab-nav {
    list-style: none;
    background-color: #3a2c5f;
    border-radius: 8px 8px 0 0;
    -webkit-transition: background-color .2s ease 0s;
    -o-transition: background-color .2s ease 0s;
    transition: background-color .2s ease 0s;
    margin-right: 6px
}

.about__tab-nav.active,
.faq__tab-nav.active {
    background-color: #09a223
}

.about__tab-nav:hover,
.faq__tab-nav:hover {
    background-color: #09a223
}

.about__tab-nav a,
.faq__tab-nav a {
    display: block;
    padding: 18px 26px;
    text-decoration: none;
    font-family: nunito, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: .9px;
    color: #fff;
    cursor: pointer
}

.note {
    color: #09a223
}

.about-slider {
    width: 82%;
    border: solid 4px #3a2c5f;
    margin: 0 auto;
    position: relative;
    margin-bottom: 100px
}

.about-slider:last-child {
    margin-bottom: 65px
}

.about-slider__item {
    width: 100%;
    height: 100%;
    text-align: center
}

.about-slider__item img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto
}

.about-slider .slick-slide {
    outline: none
}

.about-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.about-slider .slick-arrow {
    font-size: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    -webkit-transition: opacity .3s ease 0s;
    -o-transition: opacity .3s ease 0s;
    transition: opacity .3s ease 0s
}

.about-slider .slick-arrow:hover {
    opacity: .7
}

.about-slider .slick-arrow.slick-prev {
    background: #3a2c5f url(../images/arrow-prev.svg) center no-repeat;
    left: -65px
}

.about-slider .slick-arrow.slick-next {
    background: #3a2c5f url(../images/arrow-next.svg) center no-repeat;
    right: -65px
}

.about-slider .slick-dots {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: calc(100% + 30px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.about-slider .slick-dots li {
    list-style: none
}

.about-slider .slick-dots li.slick-active button {
    background-color: #3a2c5f;
    color: #fff
}

.about-slider .slick-dots button {
    font-family: rubik;
    font-size: 14px;
    letter-spacing: .7px;
    text-align: center;
    color: #3a2c5f;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    background-color: #f9f8fe;
    padding: 0;
    margin: 0 10px;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.news {
    padding: 50px 0 100px
}

.news__tabs {
    margin-bottom: 60px;
    margin-top: -50px
}

.news__pagination {
    margin-bottom: 30px
}

.news__pagination:last-child {
    margin-bottom: 0
}

.news__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -30px
}

.news__item {
    margin: 0 30px 30px 0
}

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

.news-pagination__num {
    width: 35px;
    height: 35px;
    background-color: #f9f8fe;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: .7px;
    color: #3a2c5f;
    cursor: auto;
    -webkit-transition: background-color .2s ease 0s, color .2s ease 0s;
    -o-transition: background-color .2s ease 0s, color .2s ease 0s;
    transition: background-color .2s ease 0s, color .2s ease 0s;
    margin-right: 10px
}

.news-pagination__num:last-child {
    margin-right: 0
}

.news-pagination__num.active {
    background-color: #3a2c5f;
    color: #fff
}

.news-pagination__num:hover:not(.active) {
    background-color: rgba(58, 44, 95, .2);
    color: #fff
}

.news-pagination__num_arrow {
    font-size: 20px
}

.news-item {
    max-width: calc(50% - 30px);
    -ms-flex-preferred-size: calc(50% - 30px);
    flex-basis: calc(50% - 30px);
    background-color: #fff;
    -webkit-box-shadow: 0 0 60px 0 rgba(13, 52, 79, .16);
    box-shadow: 0 0 60px 0 rgba(13, 52, 79, .16);
    border-radius: 8px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.news-item__body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.news-item__img {
    display: block;
    width: 100%;
    height: 320px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative
}

.news-item__img:after {
    content: '';
    width: 100%;
    height: 100%;
    background: 0 0;
    position: absolute;
    top: 0;
    left: 0
}

.news-item__img:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.news-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    -webkit-transition: -webkit-transform .5s ease 0s;
    transition: -webkit-transform .5s ease 0s;
    -o-transition: transform .5s ease 0s;
    transition: transform .5s ease 0s;
    transition: transform .5s ease 0s, -webkit-transform .5s ease 0s
}

.news-item__date {
    display: block;
    font-family: nunito, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.71;
    letter-spacing: .7px;
    margin-bottom: 15px
}

.news-item__title {
    font-family: nunito, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.37;
    letter-spacing: 1.5px;
    margin-bottom: 30px
}

.news-item__text {
    letter-spacing: .8px;
    color: #85889a;
    margin-bottom: 40px
}

.news-item__button {
    -ms-flex-item-align: start;
    align-self: start
}

.news-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 20px
}

.news-tabs__col {
    -ms-flex-preferred-size: 16.666%;
    flex-basis: 16.666%;
    padding: 0 15px
}

.news-tabs__btn {
    width: 100%;
    height: 100%;
    padding: 55px 10px 10px;
    background-color: #fff;
    background-size: 40px 40px;
    background-position: center 10px;
    background-repeat: no-repeat;
    border: 1px solid #d9dfe3;
    border-radius: 0 0 8px 8px;
    color: #3a2c5f;
    text-align: center;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.news-tabs__btn:hover {
    background-color: #d9dfe3
}

.news-tabs__btn.active {
    background-color: #3a2c5f;
    border-color: #3a2c5f;
    color: #fff
}

.news-story {
    font-size: 18px;
    letter-spacing: .9px;
    color: #85889a;
    padding: 50px 0
}

.news-story__bloсk {
    margin-bottom: 50px
}

.news-story__title {
    font-family: nunito, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 2px;
    color: #0c1235;
    text-align: center;
    margin-bottom: 15px
}

.news-story__date {
    display: block;
    font-family: nunito, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .8px;
    color: #0c1235;
    text-align: center;
    margin-bottom: 50px
}

.news-story__img {
    max-width: 100%;
    margin-bottom: 30px
}

.news-story__img img {
    width: 100%;
    height: auto;
    border-radius: 8px
}

.news-story strong {
    font-weight: 500;
    color: #09a223
}

.news-story p {
    margin-bottom: 30px
}

.news-story p:last-child {
    margin-bottom: 0
}

.news-story__subtitle {
    font-family: nunito, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.37;
    letter-spacing: 1.5px;
    color: #0c1235;
    margin-bottom: 30px
}

.news-story__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -30px 20px 0;
    margin-right: -30px;
    margin-bottom: 20px
}

.news-story__images-item {
    -ms-flex-preferred-size: calc(50% - 30px);
    flex-basis: calc(50% - 30px);
    height: 280px;
    margin: 0 3px 30px 0;
    margin-right: 30px
}

.news-story__images-item img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

.faq {
    padding: 40px 0 50px
}

.faq__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -30px
}

.faq__col {
    max-width: calc(50% - 30px);
    -ms-flex-preferred-size: calc(50% - 30px);
    flex-basis: calc(50% - 30px);
    margin-right: 30px
}

.faq__col:last-child {
    margin-right: 0
}

.message-form-wrap {
    padding: 50px 0 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.message-form {
    width: 100%;
    max-width: 570px;
    padding: 50px 40px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 60px 0 rgba(13, 52, 79, .16);
    box-shadow: 0 0 60px 0 rgba(13, 52, 79, .16);
    background-color: #f3f5ff
}

.message-form__title {
    font-family: nunito, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.37;
    margin-bottom: 10px
}

.message-form__subtitle {
    font-size: 18px;
    line-height: 1.22;
    margin-bottom: 30px
}

.message-form__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0 -30px 10px 0
}

.message-form__input {
    max-width: calc(50% - 30px);
    -ms-flex-preferred-size: calc(50% - 30px);
    flex-basis: calc(50% - 30px);
    margin: 0 30px 30px 0
}

.message-form__input input,
.message-form__input textarea {
    width: 100%;
    background: 0 0;
    border: none;
    border-bottom: 1px solid #c5ceff;
    padding: 0 5px 14px;
    font-size: 14px;
    letter-spacing: .7px;
    -webkit-transition: border-color .2s ease 0s;
    -o-transition: border-color .2s ease 0s;
    transition: border-color .2s ease 0s
}

.message-form__input input.err,
.message-form__input textarea.err {
    border: 0;
    border-bottom: 1px solid red
}

.message-form__input input:focus,
.message-form__input textarea:focus {
    outline: none;
    border-bottom: 1px solid #5f78ff
}

.message-form__ta {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

.message-form__ta textarea {
    min-height: 98px;
    resize: none
}

.contacts {
    padding: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.contacts__body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 50px
}

.contacts__text {
    letter-spacing: .8px;
    color: #6d7186;
    margin-bottom: 30px
}

.contacts__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: -20px;
    margin-bottom: 10px
}

.contacts__item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    min-height: 40px;
    letter-spacing: .8px;
    padding: 0 20px 0 55px;
    margin-bottom: 20px
}

.contacts__item_addr {
    background: url(../images/map.svg) left top/40px 40px no-repeat
}

.contacts__item_tg {
    background: url(../images/tg.svg) left top/40px 40px no-repeat
}

.contacts__item_mail {
    background: url(../images/mail.svg) left 4px top/32px 40px no-repeat
}

.contacts__item a {
    color: inherit;
    text-decoration: none
}

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

.contacts__form {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.map {
    width: 100%
}

.map iframe {
    display: block;
    width: 100%
}

.docs {
    padding: 50px 0;
    letter-spacing: .8px
}

.docs__main-title {
    font-size: 32px;
    font-weight: 500;
    color: #09a223;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px
}

.docs__title {
    font-size: 20px;
    font-weight: 500;
    color: #09a223;
    text-transform: uppercase;
    margin-bottom: 20px
}

.docs__text {
    margin-bottom: 30px
}

.docs__text p {
    margin-bottom: 20px
}

.docs__list {
    margin-bottom: 30px
}

.docs__list li {
    margin-bottom: 20px
}

.docs__list li:last-child {
    margin: 0
}

.docs__list ol,
.docs__list ul {
    padding-left: 20px;
    margin-top: 20px
}

.docs__download {
    text-align: center;
    margin-bottom: 40px
}

.docs b,
.docs strong {
    font-weight: 500;
    color: #09a223
}

.rates>.text {
    margin-bottom: 15px
}

.rates>.text span {
    font-weight: 500;
    color: #09a223
}

.rates__table-wrap {
    width: 100%;
    overflow-x: auto
}

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

.rates__text {
    letter-spacing: .8px;
    color: #6d7186;
    margin-bottom: 30px
}

.rates-table {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
    letter-spacing: .6px
}

.rates-table thead {
    background-color: #09a223;
    font-size: 16px
}

.rates-table th {
    font-weight: 400;
    padding: 10px;
    text-align: left;
    color: #fff
}

.rates-table tbody {
    background-color: #fff;
    font-size: 14px
}

.rates-table tr:nth-child(even) {
    background-color: #edf0f2
}

.rates-table td {
    padding: 10px
}

.rates-table__item {
    display: block
}

.rates-table__item span {
    font-weight: 500;
    color: #09a223
}

.sidebar {
    max-width: 270px;
    -ms-flex-preferred-size: 270px;
    flex-basis: 270px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden
}

.rates {
    padding: 50px 0
}

@media screen and (max-width:991px) {
    .rates {
        padding: 50px 0;
        display: block
    }
}

.sidebar__user {
    margin-bottom: 30px
}

.sidebar__bottom {
    width: 100%;
    border-radius: 8px;
    background-color: #3a2c5f
}

.user {
    width: 100%;
    border-radius: 8px;
    background-color: #3a2c5f;
    padding: 20px 0;
    font-size: 14px;
    line-height: 1.21;
    letter-spacing: 1.4px;
    color: #fff
}

.user__block {
    padding: 15px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.user__block:first-child {
    padding-top: 0
}

.user__block:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.user__info {
    text-align: center
}

.user__photo {
    width: 80px;
    min-width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 10px
}

.user__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

.user__caption {
    display: block;
    color: rgba(255, 255, 255, .5);
    margin-top: 5px
}

.user__caption:not(:last-child) {
    margin-bottom: 16px
}

.user__name {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.36
}

.user__rank {
    text-align: center
}

.user__rank-badge {
    margin: 0 auto 10px
}

.user__stats-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -10px
}

.user__stats-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    overflow: hidden;
    background: 0 0;
    padding: 0;
    border: 0;
    margin: 0 10px 15px
}

.user__stats-btn.active {
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff
}

.user__stats-btn:focus {
    outline: none
}

.user__stats-btn img {
    max-width: 100%;
    max-height: 100%
}

.user__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 8px
}

.user__row:last-child {
    margin-bottom: 0
}

.user__title {
    color: rgba(255, 255, 255, .5);
    margin-right: 10px
}

.rank-badge {
    width: 50px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url(../images/shield-bg.svg) center/contain no-repeat
}

.rank-badge img {
    max-width: 100%;
    max-height: 100%
}

.sidebar-nav {
    padding: 0
}

.sidebar-nav li {
    list-style: none
}

.sidebar-nav li.current a {
    color: #09a223
}

.sidebar-nav li.current a svg {
    fill: #09a223
}

.sidebar-nav li:last-child a {
    border-bottom: none
}

.sidebar-nav li a {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #9d96af;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: color .2s ease 0s;
    -o-transition: color .2s ease 0s;
    transition: color .2s ease 0s
}

.sidebar-nav li a:hover {
    color: #09a223
}

.sidebar-nav li a:hover svg {
    fill: #09a223
}

.sidebar-nav li a svg {
    width: 24px;
    height: 22px;
    margin-right: 15px;
    fill: #fff;
    -webkit-transition: fill .2s ease 0s;
    -o-transition: fill .2s ease 0s;
    transition: fill .2s ease 0s
}

.sidebar-news {
    padding: 15px 20px 30px
}

.sidebar-news__title {
    display: block;
    font-family: nunito, sans-serif;
    font-weight: 700;
    line-height: 1.38;
    letter-spacing: .8px;
    color: #09a223;
    margin-bottom: 14px
}

.sidebar-news__list {
    padding: 0;
    font-size: 12px;
    line-height: 1.17;
    letter-spacing: .6px
}

.sidebar-news__list li {
    list-style: none;
    margin-bottom: 14px
}

.sidebar-news__date {
    display: block;
    color: rgba(255, 255, 255, .5)
}

.sidebar-news__link {
    color: #fff;
    -webkit-transition: color .2s ease 0s;
    -o-transition: color .2s ease 0s;
    transition: color .2s ease 0s
}

.sidebar-news__link:hover {
    color: #09a223
}

.profile-page__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px
}

.profile-page__nav {
    margin-right: 30px
}

.profile-page__title {
    font-weight: 400;
    font-size: 30px;
    line-height: 1.37;
    letter-spacing: 1.5px;
    margin-bottom: 10px
}

.profile-page .text {
    margin-bottom: 10px
}

.profile-page .text:last-child {
    margin-bottom: 0
}

.breadcrumbs {
    padding: 0
}

.breadcrumbs li {
    list-style: none;
    display: inline;
    font-size: 14px;
    line-height: 1.21;
    letter-spacing: .7px;
    color: #85889a
}

.breadcrumbs li.active {
    color: #09a223
}

.breadcrumbs li:not(:last-child)::after {
    content: "/\00a0";
    padding-left: 5px
}

.breadcrumbs li a {
    text-decoration: none;
    color: inherit
}

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

.affilate__title {
    display: block;
    font-size: 14px;
    line-height: 1.21;
    letter-spacing: .7px;
    color: #85889a;
    margin-bottom: 17px
}

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

.affilate__input {
    width: 100%;
    width: 270px;
    max-width: 270px;
    height: 36px;
    border-radius: 8px;
    border: solid 1px #85889a;
    padding: 0 14px;
    font-size: 14px;
    letter-spacing: .7px;
    color: #09a223;
    margin-right: 30px
}

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

.affilate__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 1.21;
    letter-spacing: .7px;
    color: #3a2c5f;
    margin-right: 15px;
    margin-bottom: 10px
}

.money {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -30px
}

.money__item {
    max-width: calc(50% - 30px);
    -ms-flex-preferred-size: calc(50% - 30px);
    flex-basis: calc(50% - 30px);
    border-radius: 8px;
    border: solid 1px #85889a;
    background-color: #fff;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 30px 30px 0
}

.money__item_safe {
    background: url(../images/safe.svg) 20px 20px no-repeat
}

.money__item_coin {
    background: url(../images/coin.svg) 20px 20px/22px 22px no-repeat
}

.money__body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 32px
}

.money__title {
    display: block;
    line-height: 1.19;
    letter-spacing: .8px;
    color: #85889a;
    margin-bottom: 12px
}

.money__amount {
    max-width: 100%;
    font-size: 24px;
    line-height: 1.17;
    letter-spacing: 1.2px;
    color: #09a223;
    margin-bottom: 18px
}

.money__button {
    padding: 9px 18px
}

.chart {
    margin-bottom: 30px
}

.chart__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

.chart__button {
    margin: 0 20px 20px 0
}

.chart__date {
    min-width: 205px;
    min-height: 32px;
    border-radius: 4px;
    border: solid 1px #85889a;
    padding: 0 37px 0 10px;
    background: url(../images/calendar-icon.svg) center right 10px no-repeat;
    font-size: 12px;
    line-height: 1.17;
    letter-spacing: .6px;
    color: #85889a;
    margin-bottom: 20px
}

.daterangepicker {
    font-family: rubik, sans-serif !important
}

.daterangepicker::before,
.daterangepicker::after {
    display: none !important
}

.daterangepicker .calendar-table th,
.daterangepicker .drp-buttons .btn {
    font-weight: 500 !important
}

.daterangepicker td.in-range {
    background-color: rgba(58, 44, 95, .05) !important
}

.daterangepicker td.active {
    background-color: #3a2c5f !important
}

.deposit {
    padding-bottom: 20px
}

.deposit__tab-buttons {
    font-size: 14px;
    margin-bottom: 57px
}

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

.stats__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -15px 10px
}

.stats__col {
    padding: 0 15px;
    margin-bottom: 10px
}

.stats__col-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -3px
}

.stats__col-btn {
    padding: 3px
}

.stats__col-btn .button {
    height: 100%
}

.stats__filter {
    margin-bottom: 10px
}

.stats__sort {
    margin-bottom: 20px
}

.stats__nav {
    margin-bottom: 20px
}

.stats__nav:last-child {
    margin-bottom: 0
}

.stats__table-wrap {
    margin: 10px 0 20px;
    overflow-x: auto
}

.stats-nav {
    font-size: 13px;
    line-height: 1.15;
    letter-spacing: .65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.stats-nav__total {
    display: block;
    margin-bottom: 5px
}

.stats-nav__title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 auto 0 0
}

.stats-nav__length {
    margin-right: 30px
}

.stats-nav__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.stats-nav__select {
    display: block;
    width: auto;
    border: none;
    padding: 0 10px 0 0;
    background: transparent url(../images/arrow-down.svg) right center/8px 5px no-repeat;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    margin: 0 0 0 10px;
    position: relative
}

.stats-nav__select::-ms-expand {
    display: none
}

.stats-nav__info {
    margin-right: 40px
}

.stats-nav__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    line-height: .8
}

.stats-nav__btn {
    text-decoration: none;
    color: #0c1235;
    font-size: 20px;
    cursor: pointer
}

.stats-nav__btn:first-child {
    margin-right: 40px
}

.stats-nav__btn_opacity {
    opacity: .6;
    cursor: not-allowed
}

.stats-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    white-space: nowrap
}

.stats-table thead {
    border-bottom: 1px solid #09a223
}

.stats-table th {
    padding: 11px 5px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.17;
    text-transform: uppercase
}

.stats-table tbody tr:not(.table-row_overlay) {
    height: 52px;
    border-bottom: 1px solid #85889a
}

.stats-table td {
    padding: 5px;
    font-size: 13px;
    line-height: 1.15
}

.table-row_overlay>td {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .8)
}

.table-row_preloader>td {
    font-family: blokk, Arial, sans-serif;
    letter-spacing: -1px;
    color: #95a5a6
}

.gray-cell {
    color: #85889a
}

.green-cell {
    color: #09a223
}

.blue-cell {
    color: #44a7fe
}

.yellow-cell {
    color: #ffc400
}

.currency-cell {
    display: inline-block;
    min-height: 18px;
    padding-left: 45px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 35px;
    line-height: 65px
}

.currency-cell-2 {
    display: inline-block;
    min-height: 18px;
    padding-left: 26px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 22px;
    line-height: 22px;
    vertical-align: middle
}

.currency-cell-3 {
    display: inline-block;
    min-height: 18px;
    padding-left: 23px !important;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 20px;
    line-height: 40px !important
}

.waiting-cell {
    display: inline-block;
    min-height: 14px;
    color: #ffc400;
    padding-left: 20px;
    background: url(../images/waiting.svg) left center/14px 14px no-repeat;
    line-height: 18px
}

.cell-col {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.cell-col>* {
    margin-bottom: 5px
}

.cell-col>*:last-child {
    margin-bottom: 0
}

.done-cell {
    display: inline-block;
    min-height: 14px;
    color: #09a223;
    padding-left: 20px;
    background: url(../images/done.svg) left center/14px 14px no-repeat;
    line-height: 18px
}

td>a.item_id {
    font-size: 11px;
    color: #09a223;
    border-bottom: 1px dashed #09a223;
    text-decoration: none
}

.rollback-cell {
    display: inline-block;
    min-height: 14px;
    color: #e74c3c;
    padding-left: 20px;
    background: url(../images/rollback.svg) left center/14px 14px no-repeat;
    line-height: 18px
}

.merged-cell {
    display: inline-block;
    min-height: 14px;
    color: #3498db;
    padding-left: 20px;
    background: url(../images/merged.svg) left center/14px 14px no-repeat;
    line-height: 18px
}

.cancel-cell {
    display: inline-block;
    min-height: 14px;
    color: #e74c3c;
    padding-left: 20px;
    background: url(../images/cancel.svg) left center/14px 14px no-repeat;
    line-height: 18px
}

.load-link {
    font-size: 13px;
    line-height: 1.15;
    color: #0c1235;
    -webkit-transition: color .2s ease 0s;
    -o-transition: color .2s ease 0s;
    transition: color .2s ease 0s
}

.load-link:hover {
    color: #9d9d9d
}

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

.filter__col {
    padding: 0 15px;
    height: 100%;
    margin-bottom: 10px
}

.filter__col_lg {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.filter__col_xl {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.filter__col_lg,
.filter__col_xl {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.filter__col_lg input,
.filter__col_xl input {
    width: 100%
}

.filter__name {
    font-size: 12px;
    line-height: 1.17;
    letter-spacing: .6px;
    color: #85889a;
    margin-bottom: 6px
}

.filter__btn-clear {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.filter__btn-load {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.filter__button {
    -ms-flex-item-align: center;
    align-self: center;
    background: 0 0;
    border: none;
    font-size: 12px;
    line-height: 28px;
    letter-spacing: .6px;
    color: #0c1235;
    text-transform: uppercase;
    text-decoration: underline
}

.filter__button:hover {
    color: #09a223
}

.filter__button:active {
    -webkit-transform: scale(.97);
    -ms-transform: scale(.97);
    transform: scale(.97)
}

.filter__button:focus {
    outline: none;
    color: #09a223
}

.filter__dates,
.filter__date {
    width: 200px;
    height: 32px;
    border-radius: 4px;
    border: solid 1px #85889a;
    padding: 0 30px 0 10px;
    background: url(../images/date.svg) center right 10px/14px 14px no-repeat;
    font-size: 12px;
    line-height: 1.17;
    letter-spacing: .6px;
    color: #0c1235
}

.filter__dates::-webkit-input-placeholder,
.filter__date::-webkit-input-placeholder {
    color: #0c1235
}

.filter__dates::-moz-placeholder,
.filter__date::-moz-placeholder {
    color: #0c1235
}

.filter__dates:-ms-input-placeholder,
.filter__date:-ms-input-placeholder {
    color: #0c1235
}

.filter__dates::-ms-input-placeholder,
.filter__date::-ms-input-placeholder {
    color: #0c1235
}

.filter__dates::placeholder,
.filter__date::placeholder {
    color: #0c1235
}

.filter__date {
    width: 140px
}

.search-input {
    width: 140px;
    height: 32px;
    padding: 0 30px 0 10px;
    background: url(../images/search.svg) right 10px center/14px 14px no-repeat;
    border-radius: 4px;
    border: solid 1px #85889a;
    font-size: 12px;
    letter-spacing: .6px;
    color: #0c1235
}

.search-input::-webkit-input-placeholder {
    color: #bcbcbc
}

.search-input::-moz-placeholder {
    color: #bcbcbc
}

.search-input:-ms-input-placeholder {
    color: #bcbcbc
}

.search-input::-ms-input-placeholder {
    color: #bcbcbc
}

.search-input::placeholder {
    color: #bcbcbc
}

.search-input::-ms-clear {
    display: none;
    width: 0;
    height: 0
}

.search-input::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

.search-input::-webkit-search-decoration,
.search-input::-webkit-search-cancel-button,
.search-input::-webkit-search-results-button,
.search-input::-webkit-search-results-decoration {
    display: none
}

.sort__title {
    font-size: 12px;
    line-height: 1.17;
    letter-spacing: .6px;
    color: #85889a;
    margin-bottom: 6px
}

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

.financial__block .border-title {
    z-index: 2
}

.financial__block_mb-sm {
    margin-bottom: 15px
}

.financial__block:last-child {
    margin-bottom: 0
}

.financial__block .card-text {
    margin-bottom: 10px
}

.financial__field-p {
    padding: 15px 0 10px
}

.financial__link {
    text-align: center;
    font-size: 14px;
    letter-spacing: .6px;
    margin-bottom: 30px
}

.financial__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px
}

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

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

.financial__col {
    padding: 0 15px;
    margin-bottom: 15px
}

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

.financial__radio {
    margin-bottom: 15px
}

.financial__radio:last-child {
    margin-bottom: 0
}

.financial__remove {
    margin-left: 30px
}

.field {
    width: 100%
}

.field__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0 -15px
}

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

.field__col {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 15px
}

.field__col .label,
.field__col .input,
.field__col .input-currency,
.field__col .error {
    width: 100%
}

.field__col_sm {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.field__col_50 .label,
.field__col_50 .input,
.field__col_50 .input-currency,
.field__col_50 .error {
    width: 100% !important
}

.field__col_100 {
    max-width: 100% !important;
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important
}

.field__col_100 .label,
.field__col_100 .input,
.field__col_100 .input-currency,
.field__col_100 .error {
    width: 100% !important
}

.field__col_btn {
    margin: 15px 0 0;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.field__info {
    max-width: 100%;
    min-height: 39px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    line-height: normal;
    letter-spacing: .7px;
    color: rgba(12, 18, 53, .6)
}

.field__info p {
    margin-bottom: 5px
}

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

.field__info span {
    font-weight: 500;
    color: #09a223
}

.field__info a {
    color: #09a223;
    border-bottom: 1px dashed #09a223;
    font-weight: 400;
    font-style: italic
}

.field__info a:hover {
    color: #09a223;
    border-bottom: 1px dashed #09a223;
    font-weight: 400;
    font-style: italic;
    border-bottom: 1px solid #09a223
}

.field__info_a {
    min-height: auto
}

.field__info_a p {
    margin-bottom: 10px
}

.qr-block {
    padding: 15px;
    width: 220px
}

.qr-block__img {
    width: 190px
}

.qr-block__img img {
    display: block;
    max-width: 100%
}

.pay-systems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -10px
}

.pay-systems__col {
    padding: 0 10px;
    margin-bottom: 20px
}

.pay-systems__img {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pay-systems__img img {
    max-height: 100%
}

.input-currency {
    position: relative
}

.input-currency input {
    padding-right: 65px
}

.input-currency__caption {
    width: 65px;
    padding: 0 5px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 13px;
    line-height: 1;
    letter-spacing: .6px;
    color: #09a223;
    text-align: center;
    white-space: nowrap
}

.ref-block__item {
    margin-bottom: 30px
}

.ref-block__item:last-child {
    margin-bottom: 0
}

.ranks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px
}

.ranks__col {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 50%;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px
}

.rank {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 40px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.rank__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100px;
    height: 120px;
    margin-right: 24px
}

.rank__img_lock {
    position: relative
}

.rank__img_lock .rank__img-inner {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .5
}

.rank__img_lock::after {
    content: '';
    width: 60px;
    height: 92px;
    background: url(../images/lock.svg) center/contain no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.rank__img-inner {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url(../images/shield-bg.svg) center/contain no-repeat
}

.rank__img-inner img {
    max-width: 100%;
    max-height: 100%
}

.rank__body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.rank__text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px
}

.rank__caption {
    display: block;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 1.4px;
    color: #85889a;
    position: relative;
    padding-bottom: 4px;
    margin-bottom: 8px
}

.rank__caption::before {
    content: '';
    width: 100px;
    height: 1px;
    background-color: #09a223;
    position: absolute;
    left: 0;
    bottom: 0
}

.rank__name {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: nunito, sans-serif;
    font-size: 21px;
    line-height: normal;
    letter-spacing: 2.1px;
    color: #0c1235
}

.ref-info {
    padding: 30px
}

.ref-info__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -15px -30px
}

.ref-item {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
    padding: 15px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ref-item svg {
    max-width: 40px;
    max-height: 40px;
    fill: #09a223;
    margin-bottom: 10px
}

.ref-item_lg {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

.ref-item_lg svg {
    fill: #85889a
}

.ref-item__text {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.ref-item__caption {
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: .7px;
    color: #85889a;
    margin-bottom: 10px
}

.ref-item__num {
    max-width: 100%;
    font-size: 24px;
    line-height: normal;
    letter-spacing: .9px;
    color: #3a2c5f
}

.ref-item__num_green {
    color: #09a223
}

.ranks-slider .slick-arrow.slick-prev,
.levels-slider .slick-arrow.slick-prev {
    background: #3a2c5f url(../images/arrow-prev.svg) 45% center/8px 14px no-repeat
}

.ranks-slider .slick-arrow.slick-next,
.levels-slider .slick-arrow.slick-next {
    background: #3a2c5f url(../images/arrow-next.svg) 55% center/8px 14px no-repeat
}

.ranks-slider .slick-arrow,
.levels-slider .slick-arrow {
    font-size: 0;
    width: 35px;
    height: 35px;
    border: 0;
    border-radius: 50%;
    -webkit-transition: background-color .3s ease 0s;
    -o-transition: background-color .3s ease 0s;
    transition: background-color .3s ease 0s;
    position: absolute
}

.ranks-slider .slick-arrow:hover,
.levels-slider .slick-arrow:hover {
    background-color: #251c3c
}

.ranks-slider .slick-arrow:active,
.levels-slider .slick-arrow:active {
    -webkit-transform: scale(.98);
    -ms-transform: scale(.98);
    transform: scale(.98)
}

.ranks-slider .slick-arrow.slick-disabled,
.levels-slider .slick-arrow.slick-disabled {
    background-color: #adadad
}

.ranks-slider {
    padding-bottom: 35px;
    margin: -15px 0
}

.ranks-slider__col {
    height: inherit
}

.ranks-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ranks-slider .slick-list {
    margin: 0 -8px;
    padding: 15px 0
}

.ranks-slider.slick-initialized .slick-slide {
    padding: 0 8px
}

.ranks-slider .slick-arrow {
    bottom: 0
}

.ranks-slider .slick-arrow.slick-prev {
    left: calc(50% - 43px)
}

.ranks-slider .slick-arrow.slick-next {
    right: calc(50% - 43px)
}

.rank-item {
    display: block;
    height: 100%
}

.rank-item__inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    -webkit-transition: -webkit-box-shadow .2s ease 0s;
    transition: -webkit-box-shadow .2s ease 0s;
    -o-transition: box-shadow .2s ease 0s;
    transition: box-shadow .2s ease 0s;
    transition: box-shadow .2s ease 0s, -webkit-box-shadow .2s ease 0s;
    overflow: hidden
}

.rank-item__inner::after {
    content: '';
    width: 100%;
    height: 100%;
    background: 0 0;
    border: solid 1px rgba(13, 52, 79, .16);
    border-radius: inherit;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0
}

.rank-item__inner:hover {
    -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .16)
}

.rank-item input[type=radio]:checked+.rank-item__inner {
    -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .16)
}

.rank-item input[type=radio]:checked+.rank-item__inner .rank-item__name {
    font-weight: 700
}

.rank-item input[type=radio]:checked+.rank-item__inner::after {
    border-width: 2px;
    border-color: #09a223
}

.rank-item__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50px;
    height: 60px;
    margin-right: 15px
}

.rank-item__img_lock {
    position: relative
}

.rank-item__img_lock .rank-item__img-inner {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .5
}

.rank-item__img_lock::after {
    content: '';
    width: 46px;
    height: 46px;
    background: url(../images/lock.svg) center/contain no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.rank-item__img-inner {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url(../images/shield-bg.svg) center/contain no-repeat
}

.rank-item__img-inner img {
    max-width: 100%;
    max-height: 100%
}

.rank-item__name {
    display: block;
    font-family: nunito, sans-serif;
    font-size: 14px;
    letter-spacing: 1.4px;
    color: #0c1235
}

.rank-item__num {
    font-size: 130px;
    font-weight: 700;
    color: #3a2c5f;
    opacity: .1;
    position: absolute;
    right: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.levels {
    padding: 15px 15px 20px
}

.levels__item {
    border-bottom: 1px solid rgba(13, 52, 79, .16);
    padding-bottom: 20px;
    margin-bottom: 15px
}

.levels__item:last-child {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.levels__item-title {
    letter-spacing: .8px;
    color: #85889a;
    margin-bottom: 15px
}

.levels-slider {
    padding: 0 50px
}

.levels-slider .slick-list {
    margin: 0 -8px
}

.levels-slider.slick-initialized .slick-slide {
    padding: 0 8px
}

.levels-slider .slick-arrow {
    top: calc(50% - 17px)
}

.levels-slider .slick-arrow.slick-prev {
    left: 0
}

.levels-slider .slick-arrow.slick-next {
    right: 0
}

.levels-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 126px;
    height: 48px;
    background-color: #fff;
    border: solid 1px rgba(13, 52, 79, .16);
    border-radius: 4px
}

.levels-slide__num,
.levels-slide__percent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px;
    line-height: normal;
    text-align: center
}

.levels-slide__num {
    background-color: #3a2c5f;
    padding: 5px 7px;
    letter-spacing: .8px;
    color: #fff;
    margin: -1px
}

.levels-slide__percent {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 10px;
    font-size: 24px;
    letter-spacing: 1.2px;
    color: #09a223
}

.links-block {
    padding: 30px
}

.links-block__item {
    margin-bottom: 30px
}

.links-block__item:last-child {
    margin-bottom: 0
}

.link-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -5px;
    margin-right: -5px
}

.link-block__left,
.link-block__right {
    padding: 0 5px
}

.link-block__left {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
}

.link-block__btn {
    width: 20px;
    height: 20px;
    background-color: #3a2c5f;
    border: 0;
    border-radius: 50%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    margin-right: 5px
}

.link-block__btn:hover {
    background-color: #251c3c
}

.link-block__btn:active {
    -webkit-transform: scale(.98);
    -ms-transform: scale(.98);
    transform: scale(.98)
}

.link-block__label,
.link-block__text {
    font-size: 14px;
    letter-spacing: .6px;
    color: #85889a
}

.link-block__right {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.link-block__text {
    margin-top: 20px
}

.link-block__text p {
    margin-bottom: 10px
}

.link-block__text p:last-child {
    margin-bottom: 0
}

.link-block__text p strong {
    font-weight: 500;
    color: #09a223
}

.link-block__copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px
}

.link-block__copy-item {
    padding: 0 5px
}

.link-block__copy-item_inp {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.link-block__copy-item .input {
    width: 100%
}

.link-block__copy-item .button {
    min-height: 100%
}

.two-fa {
    height: 197px;
    border-radius: 8px;
    border: solid 1px rgba(13, 52, 79, .16);
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1.21;
    letter-spacing: .7px;
    color: #85889a
}

.profile-page__two-fa {
    margin-bottom: 30px
}

.profile-page__personal-info {
    margin-bottom: 30px
}

.personal-info {
    font-size: 18px;
    line-height: 1.22;
    letter-spacing: .9px
}

.personal-info__row {
    margin-bottom: 10px
}

.personal-info__title {
    display: inline-block;
    color: rgba(12, 18, 53, .6);
    margin-right: 5px
}

.personal-info__body {
    display: inline-block;
    color: #0c1235
}

.personal-info__currency {
    display: inline-block;
    color: #09a223
}

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

.spoiler-box:last-child {
    margin-bottom: 0
}

.spoiler-box__title {
    display: inline-block;
    cursor: pointer;
    padding-left: 20px;
    position: relative;
    margin: 0
}

.spoiler-box__title::before {
    content: '+';
    color: #09a223;
    position: absolute;
    top: 0;
    left: 0
}

.spoiler-box__title.active::before {
    content: '–'
}

.spoiler-box__content {
    padding: 20px 0 0 20px
}

.security-form {
    font-size: 15px;
    color: #3a2c5f
}

.security-form__item {
    margin-bottom: 15px
}

.security-form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px
}

.security-form__col {
    height: inherit;
    padding: 0 10px
}

.security-form__btn-wrap_mt {
    margin-top: 15px
}

.security-form__btn-wrap button {
    padding-right: 40px;
    padding-left: 40px
}

.security-form__apps {
    -ms-flex-item-align: center;
    align-self: center
}

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

.security-item__num {
    min-width: 15px;
    text-align: center;
    white-space: nowrap;
    margin-right: 5px
}

.security-item__body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.security-item__title {
    margin-bottom: 10px
}

.security-item__title span,
.security-item__list li span,
.security-item__list li a {
    font-weight: 500
}

.security-item__list li a {
    text-decoration: none
}

.security-item__list li a:hover {
    text-decoration: underline
}

.security-item__qr {
    width: 127px
}

.security-item__qr img {
    display: block;
    max-width: 100%
}

.security-item__input-wrap {
    width: 100%;
    max-width: 360px
}

.security-item__input-wrap_sm {
    width: 185px
}

.security-item__input-wrap input {
    width: 100%
}

.security-item__list {
    padding-left: 20px
}

.security-item__list li {
    margin-bottom: 7px
}

.security-item__apps {
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    width: 350px;
    min-width: 270px;
    min-height: 215px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url(../images/phone.png) right center/auto 214px no-repeat
}

.apps-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px
}

.apps-block_vertical {
    display: block
}

.apps-block__col {
    padding: 5px
}

.apps-block__item {
    text-decoration: none;
    display: block;
    width: 180px
}

.apps-block__item_sm {
    width: 140px
}

.apps-block__item img {
    display: block;
    max-width: 100%
}

.form-box {
    margin-bottom: 10px
}

.form-box p {
    font-size: 13px;
    line-height: 1.15;
    letter-spacing: .65px;
    margin-bottom: 20px
}

.form-box__link {
    text-decoration: none;
    color: #09a223
}

.form-box__link:hover {
    text-decoration: underline
}

.form-box__toggle {
    display: inline-block;
    cursor: pointer;
    padding-left: 20px;
    position: relative
}

.form-box__toggle::before {
    content: '+';
    color: #09a223;
    position: absolute;
    top: 0;
    left: 0
}

.form-box__toggle.active::before {
    content: '–'
}

.settings-form__avatar {
    margin-bottom: 20px
}

.settings-form__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -30px
}

.settings-form__edit {
    max-width: calc(33.333% - 30px);
    -ms-flex-preferred-size: calc(33.333% - 30px);
    flex-basis: calc(33.333% - 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 30px 20px 0
}

.settings-form__edit .select-box {
    width: 100%
}

.settings-form__edit .select2-container--amirox-sm.select2-container .select2-selection--single {
    height: 39px
}

.settings-form__edit .select2-container--amirox-sm.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 30px;
    padding-left: 15px
}

.settings-form__edit .select2-container--amirox-sm .select2-selection--single {
    font-size: 13px;
    line-height: 1.15;
    letter-spacing: .65px
}

.settings-form__edit .select2-container--amirox-sm .select2-selection--single .select2-selection__rendered {
    line-height: 39px
}

.settings-form__edit .select2-container--amirox-sm .select2-selection--single .select2-selection__clear {
    height: 39px
}

.settings-form__edit .select2-container--amirox-sm .select2-selection--single .select2-selection__arrow {
    height: 39px
}

.settings-form__edit .select2-container--amirox-sm .select2-selection--single {
    border-radius: 8px
}

.settings-form__label {
    max-width: 100%
}

.settings-form__input {
    width: 100%;
    height: 39px;
    border-radius: 8px;
    border: solid 1px #85889a;
    padding: 0 15px;
    font-size: 13px;
    line-height: 1.15;
    letter-spacing: .65px
}

.settings-form__input_bg {
    padding-left: 42px;
    background-repeat: no-repeat;
    background-size: auto 22px;
    background-position: 10px center
}

.settings-form__button {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-bottom: 20px;
    height: 39px
}

.avatar {
    text-align: center
}

.avatar__photo {
    width: 120px;
    min-width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 16px
}

.avatar__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

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

.avatar__label {
    padding-left: 23px;
    font-size: 14px;
    line-height: 1.21;
    letter-spacing: .7px;
    text-decoration: underline;
    cursor: pointer;
    position: relative;
    -webkit-transition: color .2s ease 0s;
    -o-transition: color .2s ease 0s;
    transition: color .2s ease 0s
}

.avatar__label::before {
    content: '';
    width: 18px;
    height: 18px;
    background: url(../images/edit.svg) no-repeat;
    position: absolute;
    top: calc(50% - 9px);
    left: 0
}

.avatar__label:hover {
    color: #09a223
}

.avatar input[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden
}

.promo__img {
    max-width: 100%;
    margin-bottom: 15px
}

.promo__img img {
    display: block;
    max-width: 100%
}

.promo__info {
    margin-bottom: 10px
}

.promo__size {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: .9px;
    color: #3a2c5f
}

.promo__weight {
    line-height: normal;
    letter-spacing: .8px;
    color: #09a223;
    margin-left: 5px
}

.promo__footer {
    background-color: #f2eeff;
    border-radius: 8px;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.promo__link {
    max-width: calc(100% - 40px);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.57;
    letter-spacing: .7px;
    color: #000
}

.promo__btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 15px
}

.generator__block {
    margin-bottom: 45px
}

.generator__block:last-child {
    margin-bottom: 0
}

.generator__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -30px 45px
}

.generator__col {
    padding: 0 30px;
    margin-bottom: 15px
}

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

.generator__col_photo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.generator__radios {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px
}

.generator__radio {
    padding: 0 15px;
    margin-bottom: 15px
}

.generator__item {
    margin-bottom: 30px
}

.generator__item:last-child {
    margin-bottom: 0
}

.generator-radio {
    text-align: center
}

.generator-radio__top {
    min-width: 90px;
    height: 50px;
    border: 1px solid rgba(13, 52, 79, .16);
    border-radius: 4px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .7px;
    color: #09a223;
    margin-bottom: 15px
}

.generator-radio__top_size {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMCcgaGVpZ2h0PSc0MCcgdmlld0JveD0nMCAwIDEwIDQwJz48ZyB0cmFuc2Zvcm09J3RyYW5zbGF0ZSgtNDAwIC0xMzk0KSc+PHBhdGggZD0nTTIxLjcwNywyNy4wNjJhMSwxLDAsMCwwLTEuNDE0LDBMMTQsMzMuMzU1VjI5Ljc2OWExLDEsMCwwLDAtMiwwdjZhMSwxLDAsMCwwLDEsMWg2YTEsMSwwLDEsMCwwLTJIMTUuNDE0bDYuMjkzLTYuMjkzQTEsMSwwLDAsMCwyMS43MDcsMjcuMDYyWicgdHJhbnNmb3JtPSd0cmFuc2xhdGUoMzg4IDEzOTcuMjMxKScgZmlsbD0nIzA5YTIyMycvPjxwYXRoIGQ9J00yMS43MDcsMjAuMjkzLDE1LjQxNCwxNEgxOWExLDEsMCwwLDAsMC0ySDEzYTEsMSwwLDAsMC0xLDF2NmExLDEsMCwxLDAsMiwwVjE1LjQxNGw2LjI5Myw2LjI5M2ExLDEsMCwwLDAsMS40MTQtMS40MTRaJyB0cmFuc2Zvcm09J3RyYW5zbGF0ZSgzODggMTM4MiknIGZpbGw9JyMwOWEyMjMnLz48L2c+PC9zdmc+), url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMicgaGVpZ2h0PSc0MCcgdmlld0JveD0nMCAwIDEyIDQwJz48ZyB0cmFuc2Zvcm09J3RyYW5zbGF0ZSgtNDY4IC0xMzk0KSc+PHBhdGggZD0nTTEyLjI5MywyNy4wNjJhMSwxLDAsMCwxLDEuNDE0LDBMMjAsMzMuMzU1VjI5Ljc2OWExLDEsMCwwLDEsMiwwdjZhMSwxLDAsMCwxLTEsMUgxNWExLDEsMCwwLDEsMC0yaDMuNTg2bC02LjI5My02LjI5M0ExLDEsMCwwLDEsMTIuMjkzLDI3LjA2MlonIHRyYW5zZm9ybT0ndHJhbnNsYXRlKDQ1NiAxMzk3LjIzMSknIGZpbGw9JyMwOWEyMjMnLz48cGF0aCBkPSdNMTIuMjkzLDIwLjI5MywxOC41ODYsMTRIMTVhMSwxLDAsMCwxLDAtMmg2YTEsMSwwLDAsMSwxLDF2NmExLDEsMCwwLDEtMiwwVjE1LjQxNGwtNi4yOTMsNi4yOTNhMSwxLDAsMCwxLTEuNDE0LTEuNDE0WicgdHJhbnNmb3JtPSd0cmFuc2xhdGUoNDU4IDEzODIpJyBmaWxsPScjMDlhMjIzJy8+PC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-size: auto 40px;
    background-position: left 5px center, right 5px center
}

.generator-radio__top svg {
    max-width: 54px;
    max-height: 31px;
    fill: #09a223
}

.generator-radio .radio {
    display: block
}

.generator-radio .radio .radio__caption {
    font-weight: 500
}

.card-radios {
    width: calc(100% + 14px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -7px
}

.card-radios__col {
    padding: 0 7px;
    margin-bottom: 14px
}

.card-box img {
    max-width: 100%
}

.card-radio {
    display: block
}

.card-radio input:checked+.card-radio__body {
    border-color: #09a223
}

.card-radio__body {
    width: 160px;
    height: 88px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    border: 1px solid rgba(13, 52, 79, .16);
    border-radius: 4px;
    -webkit-transition: -webkit-box-shadow .2s ease 0s;
    transition: -webkit-box-shadow .2s ease 0s;
    -o-transition: box-shadow .2s ease 0s;
    transition: box-shadow .2s ease 0s;
    transition: box-shadow .2s ease 0s, -webkit-box-shadow .2s ease 0s;
    cursor: pointer
}

.card-radio__body:hover {
    -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .16)
}

.card-radio__img {
    width: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none
}

.card-radio__img img {
    max-width: 100%
}

.page-content__auth {
    padding: 100px 0
}

.auth {
    border-radius: 8px;
    -webkit-box-shadow: 0 0 60px 0 rgba(13, 52, 79, .16);
    box-shadow: 0 0 60px 0 rgba(13, 52, 79, .16);
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.auth__img {
    max-width: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden
}

.auth__img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    -webkit-transition: -webkit-transform .9s ease 0s;
    transition: -webkit-transform .9s ease 0s;
    -o-transition: transform .9s ease 0s;
    transition: transform .9s ease 0s;
    transition: transform .9s ease 0s, -webkit-transform .9s ease 0s
}

.auth__img img:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.auth__form {
    max-width: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.auth-form {
    padding: 50px 40px;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.auth-form__heading {
    margin-bottom: 30px
}

.auth-form__title {
    font-family: nunito, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.37
}

.auth-form__subtitle {
    font-size: 16px;
    line-height: 1.19;
    margin-top: 14px
}

.auth-form__fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0 -15px 10px
}

.auth-form__field {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 0 15px;
    margin-bottom: 30px
}

.auth-form__field_l {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.auth-form__field_sm {
    max-width: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%
}

.auth-form__field input {
    width: 100%;
    height: 48px;
    border-radius: 8px;
    border: solid 1px #c5ceff;
    background-color: #fff;
    padding: 0 14px;
    font-size: 14px;
    line-height: 48px;
    letter-spacing: .7px
}

.auth-form__checkboxes {
    margin-bottom: 10px
}

.auth-form__checkbox {
    display: block;
    margin-bottom: 20px
}

.auth-form__checkbox input:checked+.auth-form__checkbox-caption::before {
    width: 18px;
    height: 18px;
    background: #3a2c5f url(../images/check.svg) center/10px 8px no-repeat;
    border-radius: 4px;
    border: none
}

.auth-form__checkbox input:disabled+.auth-form__checkbox-caption::before {
    background-color: #ccc;
    border-color: #ccc
}

.auth-form__checkbox input.err+.auth-form__checkbox-caption::before {
    border: 1px solid red
}

.auth-form__checkbox-caption {
    display: block;
    position: relative;
    padding-left: 28px;
    line-height: 1.19;
    cursor: pointer
}

.auth-form__checkbox-caption::before {
    content: '';
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 4px;
    border: solid 1px #c5ceff;
    position: absolute;
    top: 0;
    left: 0
}

.auth-form__checkbox-caption a {
    color: inherit;
    -webkit-transition: color .2s ease 0s;
    -o-transition: color .2s ease 0s;
    transition: color .2s ease 0s
}

.auth-form__checkbox-caption a:hover {
    color: #09a223
}

.auth-form__radiobuttons {
    margin-bottom: 20px
}

.auth-form__radio {
    display: block;
    margin: 0 0 20px
}

.auth-form__radio input:checked+.auth-form__radio-caption::after {
    content: '';
    width: 8px;
    height: 8px;
    background: #3a2c5f;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px
}

.auth-form__radio-caption {
    display: block;
    position: relative;
    padding-left: 28px;
    line-height: 1.19;
    cursor: pointer
}

.auth-form__radio-caption::before {
    content: '';
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 50%;
    border: solid 1px #c5ceff;
    position: absolute;
    top: 0;
    left: 0
}

.auth-form__radio-caption a {
    color: inherit;
    -webkit-transition: color .2s ease 0s;
    -o-transition: color .2s ease 0s;
    transition: color .2s ease 0s
}

.auth-form__radio-caption a:hover {
    color: #09a223
}

.auth-form__wallet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 30px
}

.auth-form__currency-select {
    margin-right: 20px
}

.auth-form__currency-select .select2-container--amirox .select2-selection--single {
    border: solid 1px rgba(197, 206, 255, .33)
}

.auth-form__input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 400px
}

.auth-form__input input {
    width: 100%;
    height: 48px;
    border-radius: 8px;
    border: solid 1px #c5ceff;
    background-color: #fff;
    padding: 0 14px;
    font-size: 14px;
    line-height: 48px;
    letter-spacing: .7px
}

.auth-form__btn {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.auth-form__invite {
    margin-bottom: 40px
}

.auth-form__step {
    width: 100%;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.auth-form__2fa-body {
    width: 100%;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.auth-form__2fa-block {
    display: none
}

.auth-form__2fa-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px 10px
}

.auth-form__2fa-group:last-child {
    margin-bottom: 20px
}

.auth-form__2fa-field {
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 20px
}

.auth-form__2fa-btn {
    margin: 0 15px 20px
}

.auth-form__2fa-field-text {
    display: block;
    font-size: 14px;
    margin-bottom: 5px
}

.auth-form__title-2fa {
    margin-bottom: 30px
}

.auth-form__subtitle-2fa {
    margin-top: -16px;
    margin-bottom: 30px
}

.auth-form__2fa-ok {
    padding-left: 40px;
    font-weight: 500;
    position: relative
}

.auth-form__2fa-ok::before {
    content: '';
    width: 30px;
    height: 30px;
    background: #09a223 url(../images/check.svg) center/20px 16px no-repeat;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: -6px;
    left: 0
}

.auth-form__2fa-link {
    color: inherit;
    -webkit-transition: color .2s ease 0s;
    -o-transition: color .2s ease 0s;
    transition: color .2s ease 0s;
    margin-top: 30px
}

.auth-form__2fa-link:hover {
    color: #09a223
}

.auth-form__2fa-footer {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -15px
}

.auth-form__2fa-footer .button {
    margin: 0 15px
}

.input-icon input {
    padding-left: 42px;
    background-position: left 10px center;
    background-size: 22px 22px;
    background-repeat: no-repeat
}

.input-icon_login input {
    background-image: url(../images/user-icon.svg)
}

.input-icon_email input {
    background-image: url(../images/email-icon.svg)
}

.input-icon_pass input {
    background-image: url(../images/key-icon.svg)
}

.input-pass {
    position: relative
}

.input-pass input {
    padding-right: 42px;
    width: 100%
}

.input-pass input::-ms-reveal {
    display: none
}

.input-pass__btn {
    width: 22px;
    height: 22px;
    background-color: transparent;
    background-image: url(../images/eye.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    position: absolute;
    top: calc(50% - 11px);
    right: 10px
}

.input-pass__btn.show {
    background-image: url(../images/eye-closed.svg)
}

.input-pass__btn:focus {
    outline: none
}

.invite {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border: solid 1px #c5ceff;
    border-radius: 8px;
    overflow: hidden
}

.invite__avatar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    border-right: solid 1px #c5ceff
}

.invite__avatar-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden
}

.invite__avatar-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

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

.invite__item {
    padding: 10px;
    border-bottom: solid 1px #c5ceff
}

.invite__item:last-child {
    border-bottom: 0
}

.invite__heading {
    background-color: #eee;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .7px
}

.invite__heading span.first {
    padding-left: 32px;
    position: relative
}

.invite__heading span.first::before {
    content: '';
    width: 22px;
    height: 22px;
    background: url(../images/user-icon.svg) center/contain no-repeat;
    position: absolute;
    top: -3px;
    left: 0
}

.invite__heading a.delete_upline {
    color: red;
    text-decoration: none;
    font-size: 12px;
    margin-left: 7px
}

.invite__heading a.delete_upline:hover {
    text-decoration: underline
}

.invite__name,
.invite__login {
    font-size: 14px;
    letter-spacing: .7px
}

.profile-page__agreement {
    margin-bottom: 60px
}

.profile-page__agreement:last-child {
    margin-bottom: 0
}

.agreement__step>*:last-child {
    margin-bottom: 0
}

.agreement__header {
    margin-bottom: 30px
}

.agreement__title {
    font-family: nunito, sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1.2px;
    color: #3a2c5f;
    margin-bottom: 25px
}

.agreement__text {
    letter-spacing: .8px;
    color: #6d7085
}

.agreement__text p {
    margin-bottom: 25px
}

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

.agreement__text strong {
    font-weight: 500
}

.agreement__text a {
    text-decoration: underline;
    font-weight: 500;
    color: inherit
}

.agreement__text a:hover {
    color: #09a223
}

.agreement__text ol {
    margin-bottom: 10px
}

.agreement__block {
    margin-bottom: 30px
}

.agreement__block .radio {
    margin: 5px 0
}

.agreement__label {
    margin-bottom: 25px
}

.agreement__section {
    border-bottom: 1px solid #d9dee3;
    margin-bottom: 30px
}

.agreement__section:last-child {
    border: 0;
    margin-bottom: 0
}

.agreement__input_green input {
    color: #09a223
}

.agreement__input_lg {
    width: 330px;
    max-width: 330px
}

.agreement__input_md {
    width: 260px;
    max-width: 260px
}

.agreement__input input {
    width: 100%;
    height: 39px;
    border: solid 1px #85889a;
    border-radius: 8px;
    padding: 0 12px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .65px;
    text-align: center
}

.agreement__input_left input {
    font-weight: 400;
    text-align: left
}

.agreement__footer {
    text-align: center
}

.agreement__checkbox {
    margin-bottom: 30px
}

.agreement__checkbox .checkbox {
    text-align: center;
    line-height: 1.19
}

.agreement__checkbox .checkbox__caption {
    display: inline
}

.agreement__signature {
    margin-bottom: 30px
}

.agreement__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.agreement__flex-col {
    height: inherit;
    padding: 0 15px
}

.agreement__input-info {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 14px;
    color: #85889a;
    text-align: right;
    white-space: nowrap
}

.agreement__input-info span {
    display: block;
    font-weight: 500;
    color: #0c1235
}

.agreement__input-btn {
    padding: 0 9px;
    background: 0 0;
    border: none;
    text-decoration: underline;
    font-size: 12px;
    color: #09a223;
    margin: 5px 0 0
}

.agreement__input-btn:hover {
    text-decoration: none
}

.agreement__input-btn:active {
    -webkit-transform: scale(.98);
    -ms-transform: scale(.98);
    transform: scale(.98)
}

.agreement__direction .slick-dots {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px
}

.agreement__direction .slick-dots li {
    list-style: none
}

.agreement__direction .slick-dots button {
    font-size: 0;
    border: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(13, 52, 79, .16);
    padding: 0;
    margin: 0 3px
}

.agreement__direction .slick-dots li.slick-active button {
    background-color: #09a223
}

.direction-slider {
    margin: 0 -15px
}

.direction-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.direction-slider__col {
    padding: 0 15px;
    height: inherit
}

.direction-slider .slick-arrow {
    font-size: 0;
    width: 50px;
    height: 100%;
    background: 0 0;
    border: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    opacity: .6;
    -webkit-transition: opacity .2s ease 0s;
    -o-transition: opacity .2s ease 0s;
    transition: opacity .2s ease 0s
}

.direction-slider .slick-arrow::before {
    content: '';
    width: 12px;
    height: 12px;
    border-top: 3px solid #3a2c5f;
    border-right: 3px solid #3a2c5f;
    position: absolute;
    top: 50%;
    left: 50%
}

.direction-slider .slick-arrow:hover {
    opacity: 1
}

.direction-slider .slick-arrow.slick-disabled:hover {
    opacity: .6
}

.direction-slider .slick-arrow.slick-prev {
    left: 15px;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(13, 52, 79, 0.2)), to(rgba(255, 255, 255, 0)));
    background-image: -o-linear-gradient(left, rgba(13, 52, 79, 0.2), rgba(255, 255, 255, 0));
    background-image: linear-gradient(to right, rgba(13, 52, 79, 0.2), rgba(255, 255, 255, 0));
    border-radius: 8px 0 0 8px
}

.direction-slider .slick-arrow.slick-prev::before {
    -webkit-transform: translate(-50%) rotate(-135deg);
    -ms-transform: translate(-50%) rotate(-135deg);
    transform: translate(-50%) rotate(-135deg)
}

.direction-slider .slick-arrow.slick-next {
    right: 15px;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(13, 52, 79, 0.2)), to(rgba(255, 255, 255, 0)));
    background-image: -o-linear-gradient(right, rgba(13, 52, 79, 0.2), rgba(255, 255, 255, 0));
    background-image: linear-gradient(to left, rgba(13, 52, 79, 0.2), rgba(255, 255, 255, 0));
    border-radius: 0 8px 8px 0
}

.direction-slider .slick-arrow.slick-next::before {
    -webkit-transform: translate(-50%) rotate(45deg);
    -ms-transform: translate(-50%) rotate(45deg);
    transform: translate(-50%) rotate(45deg)
}

.direction-slide {
    display: block;
    height: 100%
}

.direction-slide input:checked+.direction-slide__radio::before {
    border-color: #09a223;
    border-width: 2px
}

.direction-slide input:checked+.direction-slide__radio .direction-slide__header::after {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #09a223;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 10px
}

.direction-slide__radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 8px;
    padding: 15px 10px;
    cursor: pointer;
    position: relative
}

.direction-slide__radio::before {
    content: '';
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    border: solid 1px #85889a;
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none
}

.direction-slide__header {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: block;
    text-align: center;
    border-bottom: 1px solid #85889a;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative
}

.direction-slide__header::before {
    content: '';
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: 1px solid #c5ceff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 5px
}

.direction-slide__header svg {
    width: 60px;
    height: 60px;
    fill: #09a223;
    margin-bottom: 15px
}

.direction-slide__title {
    display: block;
    line-height: normal;
    letter-spacing: .8px;
    text-align: center
}

.direction-slide__body {
    display: block
}

.direction-slide__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 12px;
    line-height: normal;
    letter-spacing: .6px;
    margin-bottom: 10px
}

.direction-slide__row:last-child {
    margin-bottom: 0
}

.direction-slide__subtitle {
    margin-right: 10px
}

.direction-slide__amount {
    text-align: right;
    color: #09a223
}

.payment-choice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -8px
}

.payment-choice__col {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 8px
}

.payment-choice__item {
    display: block;
    height: 100%
}

.payment-choice__item:not(.__disable_shadow) input:checked+.payment-choice__radio {
    -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .16)
}

.payment-choice__item input:checked+.payment-choice__radio .payment-choice__radio-amount {
    color: #09a223
}

.payment-choice__item input:checked+.payment-choice__radio::before {
    border-color: #09a223;
    border-width: 2px
}

.payment-choice__item_sm .payment-choice__img {
    height: 28px
}

.payment-choice__item_sm .payment-choice__img img {
    width: auto
}

.payment-choice__item_sm .payment-choice__radio {
    padding: 10px
}

.payment-choice__radio {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px;
    border-radius: 8px;
    -webkit-transition: -webkit-box-shadow .2s ease 0s;
    transition: -webkit-box-shadow .2s ease 0s;
    -o-transition: box-shadow .2s ease 0s;
    transition: box-shadow .2s ease 0s;
    transition: box-shadow .2s ease 0s, -webkit-box-shadow .2s ease 0s;
    cursor: pointer;
    position: relative
}

.payment-choice__radio:not(.__disable_shadow):hover {
    -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .16)
}

.payment-choice__radio:not(.__disable_border)::before {
    content: '';
    width: 100%;
    height: 100%;
    border: solid 1px #0c1235;
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none
}

.payment-choice__radio_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.payment-choice__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.payment-choice__img img {
    max-width: 100%;
    max-height: 100%
}

.payment-choice__radio-name {
    font-size: 12px;
    line-height: normal;
    letter-spacing: .6px
}

.payment-choice__radio-top {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.payment-choice__radio-bottom {
    display: block;
    border-top: 1px solid #d9dee3;
    padding-top: 10px;
    margin-top: 10px
}

.payment-choice__radio-caption {
    display: block;
    margin-bottom: 5px;
    font-size: 10px;
    line-height: normal;
    color: #85889a;
    text-transform: uppercase
}

.payment-choice__radio-amount {
    display: block;
    font-size: 12px;
    letter-spacing: .6px;
    color: #3a2c5f;
    text-transform: uppercase
}

.profit-calc__field {
    margin-bottom: 40px
}

.profit-calc__interval {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.profit-calc__interval-item {
    font-size: 13px;
    line-height: normal;
    letter-spacing: .65px;
    color: #3a2c5f;
    margin: 0 30px 8px 0
}

.profit-calc__interval-item span {
    color: #09a223
}

.profit-calc__interval-item:last-child {
    margin-right: 0
}

.profit-calc__multi-field {
    max-width: 425px
}

.counting__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -30px 30px;
    position: relative
}

.counting__row:last-child {
    border-bottom: 0;
    margin-bottom: 0
}

.counting__row:last-child::before {
    display: none
}

.counting__row:before {
    content: '';
    width: calc(100% - 60px);
    height: 1px;
    background-color: #09a223;
    position: absolute;
    right: 30px;
    bottom: 0
}

.counting__row_left {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.counting__col {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 0 30px;
    margin-bottom: 20px
}

.counting__col_nomargin {
    margin: 0
}

.counting__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.counting__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: .7px;
    color: #3a2c5f;
    margin-right: 10px
}

.counting__title svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    fill: #85889a;
    margin-right: 10px
}

.counting__amount {
    font-size: 24px;
    line-height: normal;
    letter-spacing: 1.2px;
    color: #09a223;
    white-space: nowrap
}

.multi-field {
    width: 100%;
    min-height: 39px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 8px
}

.multi-field__caption {
    min-height: 39px;
    border-radius: 8px 0 0 8px;
    background-color: #09a223;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 3px 12px;
    font-size: 13px;
    letter-spacing: .65px;
    color: #fff
}

.multi-field__input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.multi-field__input input {
    width: 100%;
    height: 100%;
    border: solid 1px #85889a;
    border-left: 0;
    border-radius: 0 8px 8px 0;
    padding: 0 12px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .65px
}

.multi-field__input input::-webkit-input-placeholder {
    font-weight: 400
}

.multi-field__input input::-moz-placeholder {
    font-weight: 400
}

.multi-field__input input:-ms-input-placeholder {
    font-weight: 400
}

.multi-field__input input::-ms-input-placeholder {
    font-weight: 400
}

.multi-field__input input::placeholder {
    font-weight: 400
}

.signature {
    text-align: center
}

.signature__body {
    width: 100%;
    max-width: 450px;
    height: 245px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 15px
}

.signature__canvas {
    width: 100%;
    height: 100%
}

.signature__canvas canvas {
    background: url(../images/signature-bg.svg) center/50px 50px repeat;
    border: 2px solid rgba(9, 162, 35, .35);
    border-radius: 8px;
    width: 100%;
    height: 100%
}

.signature__btn {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 9px 12px
}

.signature__caption {
    line-height: 1.19
}

.maintenance {
    background: url(../images/brick-bg.svg) center/cover no-repeat;
    min-height: 100vh;
    padding: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.maintenance .container {
    width: 100%
}

.maintenance__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.maintenance__body {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 50px
}

.maintenance__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

.maintenance__logo {
    margin-right: 50px
}

.maintenance__lang {
    border: 1px solid #ccc;
    border-radius: 2px
}

.maintenance__lang .lang__dropbtn {
    font-size: 0;
    background-size: 25px auto;
    width: 55px;
    height: 35px;
    padding: 0;
    background-position: 5px center;
    color: #ccc
}

.maintenance__lang .lang__dropbtn:after {
    content: "";
    display: block;
    border-color: #7a7a7a;
    right: 9px;
    top: 13px
}

.maintenance__title {
    font-family: nunito, sans-serif;
    font-size: 48px;
    font-weight: 900;
    line-height: normal;
    color: #3a2c5f;
    text-transform: uppercase;
    margin-bottom: 30px
}

.maintenance__text {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 1.2px;
    color: #85889a;
    margin-bottom: 30px
}

.maintenance__text:last-of-type {
    margin-bottom: 60px
}

.maintenance__img {
    -ms-flex-preferred-size: 940px;
    flex-basis: 940px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center
}

.maintenance__img_sm {
    -ms-flex-preferred-size: 570px;
    flex-basis: 570px;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.maintenance__img img {
    max-width: 100%
}

.mass-media__title {
    font-size: 20px;
    font-weight: 700;
    color: #3a2c5f;
    margin-bottom: 22px
}

.mass-media__list {
    padding: 0
}

.mass-media__list li {
    list-style: none;
    font-size: 0;
    margin-bottom: 15px
}

.mass-media__list li:last-child {
    margin-bottom: 0
}

.mass-media__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    font-size: 14px;
    color: #0c1235
}

.mass-media__item:hover {
    text-decoration: underline
}

.mass-media__item:hover .social__item-img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.mass-media__item-img {
    width: 28px;
    height: 28px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .1s ease 0s;
    -o-transition: all .1s ease 0s;
    transition: all .1s ease 0s;
    margin-right: 15px
}

.mass-media__item-img img {
    max-width: 100%;
    max-height: 100%
}

.info-popup-wrap.mfp-bg {
    background: 0 0
}

.info-popup {
    max-width: 620px;
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 15px 0 rgba(13, 52, 79, .5);
    box-shadow: 0 0 15px 0 rgba(13, 52, 79, .5);
    margin: 0 auto;
    position: relative
}

.info-popup_sm {
    max-width: 310px
}

.info-popup_sm .info-popup__body {
    padding: 20px
}

.info-popup__header {
    padding: 15px 70px;
    background-image: -webkit-gradient(linear, left top, right top, from(#488c75), color-stop(25%, #73b888), color-stop(39%, #81bf7f), color-stop(60%, #6ea667), to(#2b592e));
    background-image: -o-linear-gradient(left, #488c75, #73b888 25%, #81bf7f 39%, #6ea667 60%, #2b592e);
    background-image: linear-gradient(to right, #488c75, #73b888 25%, #81bf7f 39%, #6ea667 60%, #2b592e);
    border-radius: 8px 8px 0 0;
    text-align: center;
    vertical-align: middle
}

.info-popup__title {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -.27px;
    color: #fff
}

.info-popup__body {
    padding: 40px 120px;
    background: #fff url(../images/waves.svg) center bottom/100% auto no-repeat;
    border-radius: 0 0 8px 8px
}

.info-popup__list {
    padding: 0
}

.info-popup__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.info-popup__btn {
    margin-top: 20px
}

.info-popup__cap {
    width: 100%;
    text-align: center;
    margin-bottom: 10px
}

.info-popup__cap img {
    max-width: 100%
}

.info-popup .input {
    width: 100%
}

.info-popup .mfp-close {
    width: 25px;
    height: 25px;
    border: 1px solid #fff;
    border-radius: 50%;
    opacity: 1;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    top: 12px;
    right: 23px
}

.info-list_content {
    font-family: nunito, sans-serif;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -.9px;
    color: #85889a
}

.info-list_content b {
    color: #3a2c5f;
    margin-right: 5px
}

.info-list_content a {
    color: #3498db !important;
    text-decoration: underline
}

.info-list_content a:hover {
    text-decoration: none
}

.info-list__item {
    list-style: none;
    margin-bottom: 7px
}

.info-list__currency {
    background-size: auto 23px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 30px
}

.puzzle-captcha {
    width: 270px;
    height: 230px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: relative
}

.puzzle-captcha__piece {
    display: inline-block;
    position: absolute;
    top: 170px;
    left: 10px;
    cursor: move
}

.puzzle-captcha__piece img {
    display: block;
    -webkit-filter: drop-shadow(0 0 3px #FFD700);
    filter: drop-shadow(0 0 3px #FFD700);
    -webkit-animation: pulse-shadow 2s infinite linear;
    animation: pulse-shadow 2s infinite linear
}

.puzzle-captcha__update {
    position: absolute;
    right: 10px;
    bottom: 10px
}

.puzzle-captcha__update svg {
    fill: #fff
}

@-webkit-keyframes pulse-shadow {
    0% {
        -webkit-filter: drop-shadow(0 0 3px transparent);
        filter: drop-shadow(0 0 3px transparent)
    }
    50% {
        -webkit-filter: drop-shadow(0 0 3px #FFD700);
        filter: drop-shadow(0 0 3px #FFD700)
    }
    to {
        -webkit-filter: drop-shadow(0 0 3px transparent);
        filter: drop-shadow(0 0 3px transparent)
    }
}

@keyframes pulse-shadow {
    0% {
        -webkit-filter: drop-shadow(0 0 3px transparent);
        filter: drop-shadow(0 0 3px transparent)
    }
    50% {
        -webkit-filter: drop-shadow(0 0 3px #FFD700);
        filter: drop-shadow(0 0 3px #FFD700)
    }
    to {
        -webkit-filter: drop-shadow(0 0 3px transparent);
        filter: drop-shadow(0 0 3px transparent)
    }
}

.captcha-msg {
    min-height: 230px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    text-align: center
}

.captcha-msg_ok::before,
.captcha-msg_err::before {
    content: '';
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto 20px;
    -webkit-animation: pulse-scale 3s ease infinite;
    animation: pulse-scale 3s ease infinite
}

.captcha-msg_ok::before {
    background: url(../images/circle-check.svg) center/80px 80px no-repeat
}

.captcha-msg_err::before {
    background: url(../images/circle-cross.svg) center/80px 80px no-repeat
}

@-webkit-keyframes pulse-scale {
    0%,
    45%,
    65%,
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    55% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    60% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
}

@keyframes pulse-scale {
    0%,
    45%,
    65%,
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    55% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    60% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
}

.auth-form__subtitle>b,
.auth-form__subtitle>strong {
    color: #09a223
}

p>a {
    color: #534786;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s
}

p>a:hover {
    color: #9972ff
}

.highlight {
    background-color: #ff0
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    opacity: 0
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.amx-swal2-image {
    max-width: 100% !important;
    margin: 2em auto 0 !important
}

.amx-swal2-image-avatar {
    border-radius: 50% !important;
    max-width: 128px !important
}

.swal2-actions>button:not(:first-child) {
    margin-left: 10px
}

.swal2-validation-message {
    font-size: 15px !important;
    font-family: nunito, sans-serif !important;
    margin-top: 10px !important
}

.font-nunito {
    font-family: nunito, sans-serif
}

.font-rubik {
    font-family: rubik, sans-serif
}

.f-center {
    text-align: center
}

.f-right {
    text-align: right
}

.tippy-box[data-theme~=amirox] {
    font-size: 13px
}

@media screen and (min-width:576px) {
    .financial__col .field .field__col_lg {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 400px
    }
    .financial__col .field .field__col_lg .label,
    .financial__col .field .field__col_lg .input {
        width: 100% !important
    }
    .financial__radio {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .financial__remove {
        margin-left: 10px
    }
    .field__col {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
    .field__col_a,
    .field__col_lg {
        max-width: 100%;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .field__col_lg .label,
    .field__col_lg .input,
    .field__col_lg .input-currency,
    .field__col_lg .error {
        width: 370px !important
    }
}

@media screen and (min-width:768px) {
    .field__col {
        max-width: none;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .field__col .label,
    .field__col .input,
    .field__col .input-currency,
    .field__col .error {
        width: 260px
    }
    .field__col_sm .label,
    .field__col_sm .input,
    .field__col_sm .input-currency,
    .field__col_sm .error {
        width: 130px
    }
    .field__col_50 {
        max-width: 50%;
        -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important
    }
    .ranks__col:last-child:nth-child(odd) {
        max-width: 100%
    }
    .link-block__left {
        width: 230px;
        height: 39px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-bottom: 0
    }
    .link-block__left-inner {
        text-align: right
    }
    .link-block__percent {
        padding-top: 11px
    }
    .generator__row_nowrap {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

@media screen and (min-width:992px) {
    .news-tabs__btn {
        border-top: 0
    }
    .news-tabs__btn.active {
        height: calc(100% + 20px);
        background-position: center 20px
    }
    .agreement__direction {
        overflow: hidden
    }
}

@media screen and (min-width:1200px) {
    .pricing-card_sm {
        padding: 40px 24px
    }
    .pricing-card_sm.pricing-card_violet,
    .pricing-card_sm.pricing-card_green {
        padding: 65px 30px 60px;
        margin: -22px 0
    }
    .pricing-card_sm .pricing-card__title {
        font-size: 19px;
        margin-bottom: 8px
    }
    .pricing-card_sm .pricing-card__profit {
        font-size: 53px;
        margin-bottom: 8px
    }
    .pricing-card_sm .pricing-card__profit sup {
        font-size: 24px
    }
    .pricing-card_sm .pricing-card__select {
        height: 39px;
        margin: 19px auto
    }
    .pricing-card_sm .pricing-card__select .select2-container .select2-selection--single,
    .pricing-card_sm .pricing-card__select .select2-selection--single .select2-selection__clear,
    .pricing-card_sm .pricing-card__select .select2-selection--single .select2-selection__arrow {
        height: 39px
    }
    .pricing-card_sm .pricing-card__select .select2-selection--single .select2-selection__rendered {
        line-height: 39px
    }
    .pricing-card_sm .pricing-card__edit {
        height: 39px;
        margin: -12px 0 19px
    }
    .pricing-card_sm .pricing-card__row {
        margin-bottom: 21px
    }
    .pricing-card_sm .pricing-card__row:last-child {
        margin-bottom: 0
    }
    .pricing-card_sm .pricing-card__row-item {
        font-size: 14px
    }
    .pricing-card_sm .pricing-card__number {
        font-size: 14px
    }
    .pricing-card_sm .pricing-card__button {
        margin-top: 50px
    }
}

@media screen and (max-width:1600px) {
    .testimonials__text {
        font-size: 16px
    }
}

@media screen and (max-width:1219px) {
    .label-icon,
    .agreement__label {
        font-size: 16px
    }
    .label-icon svg,
    .agreement__label svg {
        width: 22px;
        height: 22px
    }
    .tile-menu__btn {
        font-size: 22px
    }
    .tile-menu__btn::after {
        width: 125px;
        height: 58px;
        right: 40px
    }
    .tile-menu__img {
        width: 60px;
        height: 60px
    }
    .tile-menu span {
        max-width: calc(100% - 85px)
    }
    .lang__dropbtn {
        font-size: 0;
        line-height: 1.21;
        padding: 0;
        width: 28px;
        height: 28px;
        background-size: 28px auto;
        background-position: center center
    }
    .lang__dropbtn:after {
        display: none
    }
    .lang__droplist a {
        background-size: 18px auto;
        font-size: 12px
    }
    .welcome-block__name {
        font-size: 38px
    }
    .welcome-block__name::before {
        top: 4px
    }
    .actions__item {
        margin-right: 30px
    }
    .actions__item_settings,
    .actions__item_logout {
        font-size: 0;
        padding: 0;
        width: 28px;
        height: 28px
    }
    .pricing-card {
        padding: 40px 25px
    }
    .pricing-card_violet,
    .pricing-card_green {
        padding: 70px 30px 65px
    }
    .pricing-card__title {
        font-size: 18px
    }
    .pricing-card__profit {
        font-size: 52px
    }
    .pricing-card__profit sup {
        font-size: 24px
    }
    .pricing-card__row {
        margin-bottom: 15px
    }
    .pricing-card__row-item {
        font-size: 16px
    }
    .pricing-card__number {
        font-size: 16px
    }
    .pricing-card__button {
        margin-top: 30px
    }
    .calc__inner {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .calc__radio:checked+.calc__label::before {
        width: 340px
    }
    .calc__label {
        font-size: 20px;
        width: 270px
    }
    .calc__label::before {
        width: 270px
    }
    .calc__label::after {
        width: 25px;
        height: 20px;
        right: -40px
    }
    .calc__label-name {
        max-width: calc(100% - 58px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 58px);
        flex: 0 0 calc(100% - 58px)
    }
    .calc__label-num {
        width: 40px;
        min-width: 40px;
        height: 40px;
        border: solid 3px #fff
    }
    .guarantee__body {
        padding-left: 15px
    }
    .documents__col {
        max-width: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }
    .testimonials__name {
        font-size: 16px
    }
    .testimonials__rank {
        font-size: 14px
    }
    .testimonials__header {
        font-size: 16px
    }
    .faq-block__body {
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%
    }
    .faq-block__img {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .news-block__item-big {
        max-width: calc(40% - 30px);
        -ms-flex-preferred-size: calc(40% - 30px);
        flex-basis: calc(40% - 30px)
    }
    .news-block__item {
        max-width: calc(30% - 30px);
        -ms-flex-preferred-size: calc(30% - 30px);
        flex-basis: calc(30% - 30px)
    }
    .footer__navbar,
    .footer__cooperation {
        margin-top: 0
    }
    .footer__nav-list li {
        margin-right: 20px
    }
    .footer__cooperation .footer__title {
        margin-bottom: 20px
    }
    .about__tabs,
    .faq__tabs {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 2px;
        border-bottom: none
    }
    .about__tab-nav,
    .faq__tab-nav {
        border-radius: 8px;
        margin-bottom: 6px
    }
    .news-item__img {
        height: 250px
    }
    .news-tabs__col {
        padding: 0
    }
    .contacts__body {
        padding-right: 30px
    }
    .contacts__item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .deposit__tab-buttons {
        margin-bottom: 30px
    }
    .rank {
        padding: 25px 20px
    }
    .rank__img {
        width: 70px;
        height: 84px;
        margin-right: 20px
    }
    .rank__img_lock::after {
        width: 40px;
        height: 61px
    }
    .settings-form__inner {
        margin-right: -20px
    }
    .settings-form__edit {
        max-width: calc(33.333% - 20px);
        -ms-flex-preferred-size: calc(33.333% - 20px);
        flex-basis: calc(33.333% - 20px);
        margin-right: 20px
    }
    .auth-form__field_sm {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
    .agreement__text p {
        margin-bottom: 15px
    }
    .payment-choice__col {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }
    .counting__title svg {
        width: 30px;
        height: 30px
    }
    .counting__amount {
        font-size: 18px
    }
    .maintenance__body {
        padding-right: 30px
    }
    .maintenance__title {
        font-size: 36px
    }
    .maintenance__text {
        font-size: 18px
    }
    .maintenance__img {
        -ms-flex-preferred-size: 780px;
        flex-basis: 780px
    }
}

@media screen and (max-width:991px) {
    .profile-page {
        padding: 30px 0
    }
    .profile-page__content {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 0
    }
    .burger-btn {
        display: block
    }
    .currency-select {
        font-size: 14px
    }
    .select2-container--amirox .select2-results__option span {
        font-size: 14px
    }
    .select2-container--amirox-sm .select2-results__option span {
        font-size: 12px
    }
    .header {
        padding-top: 60px
    }
    .header__navbar {
        height: 60px
    }
    .header__logo {
        margin: 0 auto
    }
    .header__main-nav {
        margin: 0
    }
    .logo {
        width: 140px;
        -ms-flex-preferred-size: 140px;
        flex-basis: 140px
    }
    .time {
        margin: 0 0 0 30px
    }
    .time__item {
        margin-right: 30px
    }
    .time__title {
        margin-bottom: 0;
        display: inline-block;
        font-size: 14px
    }
    .time__body {
        display: inline-block
    }
    .main-nav {
        position: fixed;
        top: 60px;
        left: -100%;
        width: 100%;
        max-height: calc(100vh - 90px);
        overflow-y: auto;
        background-color: #fff;
        border-bottom: 2px solid #09a223;
        -webkit-transition: left .3s ease 0s;
        -o-transition: left .3s ease 0s;
        transition: left .3s ease 0s
    }
    .main-nav.active {
        left: 0
    }
    .main-nav__list {
        display: block
    }
    .main-nav__list li {
        border-bottom: 1px solid #dedede;
        margin: 0
    }
    .main-nav__list li:last-child {
        border: 0
    }
    .main-nav__list li a {
        display: block;
        text-align: center;
        padding: 15px 25px
    }
    .hero__inner {
        width: 70%
    }
    .hero__title {
        font-size: 36px
    }
    .hero__text {
        font-size: 18px
    }
    .heading {
        padding: 30px 0
    }
    .heading__title {
        font-size: 42px
    }
    .profile-header {
        position: static;
        padding: 70px 0 10px;
        z-index: auto
    }
    .profile-header__navbar {
        height: auto
    }
    .actions {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        width: 100%;
        height: 60px;
        background-color: #fff;
        -webkit-box-shadow: 0 0 10px #3a2c5f;
        box-shadow: 0 0 10px #3a2c5f;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 25px
    }
    .choise_p {
        padding: 30px 0 !important
    }
    .choise {
        padding: 70px 0 50px
    }
    .choise__body {
        -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
        padding-right: 30px
    }
    .pricing {
        padding: 50px 0 100px
    }
    .pricing-card {
        padding: 25px 15px
    }
    .pricing-card_violet,
    .pricing-card_green {
        padding: 42px 15px 35px;
        margin: -15px 0
    }
    .pricing-card__title {
        font-size: 16px
    }
    .pricing-card__profit {
        font-size: 42px
    }
    .pricing-card__profit sup {
        font-size: 18px
    }
    .pricing-card__row-item {
        font-size: 14px
    }
    .pricing-card__number {
        font-size: 14px
    }
    .calc__section-header {
        margin-bottom: 40px
    }
    .calc__radiobuttons {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 0;
        margin-bottom: 30px
    }
    .calc__radio-wrap {
        margin-bottom: 15px
    }
    .calc__label {
        margin: 0 auto;
        width: 335px;
        padding: 10px 65px 10px 20px
    }
    .calc__label::before {
        display: none
    }
    .calc__label::after {
        right: 20px
    }
    .calc__label_violet {
        background-image: -webkit-gradient(linear, left top, right top, from(#ae99e6), to(#2a1e4b));
        background-image: -o-linear-gradient(left, #ae99e6, #2a1e4b);
        background-image: linear-gradient(to right, #ae99e6, #2a1e4b)
    }
    .calc__label_blue {
        background-image: -webkit-gradient(linear, left top, right top, from(#09bfcd), to(#056067));
        background-image: -o-linear-gradient(left, #09bfcd, #056067);
        background-image: linear-gradient(to right, #09bfcd, #056067)
    }
    .calc__label_yellow {
        background-image: -webkit-gradient(linear, left top, right top, from(#fdc003), to(#ff8e00));
        background-image: -o-linear-gradient(left, #fdc003, #ff8e00);
        background-image: linear-gradient(to right, #fdc003, #ff8e00)
    }
    .services {
        padding: 75px 0 50px
    }
    .services__section-header {
        margin-bottom: 50px
    }
    .services__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .services__item {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
    .services__title {
        margin-bottom: 10px
    }
    .guarantee {
        padding: 30px 0
    }
    .documents {
        padding: 30px 0
    }
    .documents__col {
        max-width: 33.333%;
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%
    }
    .testimonials_page {
        padding: 44px 0 30px
    }
    .testimonials__body {
        margin-right: -20px
    }
    .testimonials__item_page {
        max-width: calc(33.333% - 20px);
        -ms-flex-preferred-size: calc(33.333% - 20px);
        flex-basis: calc(33.333% - 20px);
        margin: 0 20px 20px 0
    }
    .testimonials__text {
        font-size: 14px
    }
    .testimonials__text {
        padding: 70px 20px 20px;
        background-position: 20px 20px
    }
    .testimonials__footer {
        padding: 5px 20px
    }
    .testimonials__header {
        padding: 20px
    }
    .testimonials__video {
        height: 150px
    }
    .faq-block__body {
        -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
        padding-right: 30px
    }
    .faq-box__answer {
        padding-right: 0
    }
    .news-block {
        padding: 30px 0
    }
    .news-block_inner-page {
        padding: 30px 0 10px
    }
    .news-block__item-big {
        max-width: calc(100% - 30px);
        -ms-flex-preferred-size: calc(100% - 30px);
        flex-basis: calc(100% - 30px)
    }
    .news-block__item {
        max-width: calc(50% - 30px);
        -ms-flex-preferred-size: calc(50% - 30px);
        flex-basis: calc(50% - 30px)
    }
    .news-block__item_inner-page {
        max-width: calc(50% - 30px);
        -ms-flex-preferred-size: calc(50% - 30px);
        flex-basis: calc(50% - 30px)
    }
    .footer__bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 80px
    }
    .footer__copyright {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 0 0 10px;
        text-align: center
    }
    .footer__info {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        margin-bottom: 20px
    }
    .footer__info-link {
        text-align: center
    }
    .about {
        padding-bottom: 50px
    }
    .about__tab-nav a,
    .faq__tab-nav a {
        font-size: 16px;
        padding: 15px 20px
    }
    .about-slider:last-child {
        margin-bottom: 40px
    }
    .about-slider {
        margin-bottom: 70px
    }
    .about-slider .slick-dots {
        top: calc(100% + 15px)
    }
    .about-slider .slick-dots li.slick-active button {
        -webkit-transform: scale(1.7);
        -ms-transform: scale(1.7);
        transform: scale(1.7)
    }
    .about-slider .slick-dots button {
        width: 10px;
        height: 10px;
        font-size: 0;
        background-color: #3a2c5f;
        margin: 0 8px;
        outline: none
    }
    .news {
        padding-bottom: 50px
    }
    .news__tabs {
        margin-bottom: 20px
    }
    .news-item__img {
        height: 200px;
        margin-bottom: 20px
    }
    .news-item__date {
        margin-bottom: 5px
    }
    .news-item__title {
        margin-bottom: 15px
    }
    .news-item__text {
        margin-bottom: 20px
    }
    .news-tabs {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .news-tabs__col {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%
    }
    .news-tabs__btn {
        border-radius: 0
    }
    .news-story {
        padding-top: 30px
    }
    .news-story__bloсk {
        margin-bottom: 50px
    }
    .news-story__title {
        font-size: 30px
    }
    .news-story__date {
        margin-bottom: 30px
    }
    .news-story__subtitle {
        font-size: 26px
    }
    .news-story__images {
        margin-bottom: 0
    }
    .faq {
        padding-bottom: 30px
    }
    .faq__row {
        margin-right: 0
    }
    .faq__col {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-right: 0
    }
    .message-form-wrap {
        padding: 30px 0 50px
    }
    .contacts {
        padding: 50px 0;
        display: block
    }
    .contacts__body {
        padding-right: 0;
        margin-bottom: 30px
    }
    .contacts__map {
        margin: 0 -25px
    }
    .docs {
        padding: 30px 0
    }
    .sidebar {
        height: calc(100vh - 60px);
        background-color: #3a2c5f;
        position: fixed;
        top: 60px;
        bottom: 0;
        left: -100%;
        z-index: 9;
        -webkit-transition: left .3s ease 0s;
        -o-transition: left .3s ease 0s;
        transition: left .3s ease 0s;
        overflow-y: auto;
        overflow-x: hidden
    }
    .sidebar.active {
        left: 0
    }
    .sidebar__user {
        margin-bottom: 0
    }
    .sidebar__bottom {
        border-radius: 0;
        padding-bottom: 60px
    }
    .user {
        border-radius: 0
    }
    .deposit__tab-buttons {
        margin-bottom: 45px
    }
    .page-content__auth {
        padding: 50px 0
    }
    .auth__img {
        display: none
    }
    .auth__form {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
    .auth-form__field_sm {
        max-width: 33.333%;
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%
    }
    .maintenance__body {
        -ms-flex-preferred-size: 55%;
        flex-basis: 55%
    }
}

@media screen and (max-width:767px) {
    .section-header__title {
        font-size: 26px
    }
    .tab-buttons__button {
        font-size: 12px
    }
    .tile-menu__btn {
        font-size: 18px
    }
    .tile-menu__btn::after {
        width: 100px;
        height: 47px;
        right: 30px
    }
    .tile-menu__img {
        width: 40px;
        height: 40px
    }
    .tile-menu span {
        max-width: calc(100% - 65px)
    }
    .irs--amirox .irs-from,
    .irs--amirox .irs-to,
    .irs--amirox .irs-single {
        font-size: 12px;
        padding: 2px 2px 0
    }
    .time {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 10px 0 0;
        padding-top: 10px;
        border-top: 1px solid #dedede
    }
    .hero {
        padding: 100px 0
    }
    .hero__inner {
        width: 100%;
        text-align: center
    }
    .hero__edit-block {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .hero__input {
        -ms-flex-negative: 1;
        flex-shrink: 1
    }
    .hero__input input {
        font-size: 12px
    }
    .hero__reg-block {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .reg-toggle {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .reg-toggle__tolltip {
        position: static
    }
    .welcome-block {
        padding: 30px 20px
    }
    .profile-header__navbar {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .profile-header__logo {
        margin: 0 auto
    }
    .choise {
        padding: 50px 0 35px
    }
    .choise__inner {
        display: block
    }
    .choise__body {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding-right: 0
    }
    .choise__img {
        margin: 40px auto 0
    }
    .pricing {
        padding: 35px 0 50px
    }
    .pricing__tab-buttons {
        margin-bottom: 35px
    }
    .pricing__tab-pane {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .pricing-card {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
    .pricing-card_violet,
    .pricing-card_green {
        padding: 25px 15px;
        margin: 0
    }
    .calc__body {
        max-width: 100%;
        margin-bottom: 30px
    }
    .calc__body::before {
        display: none
    }
    .calc__action {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .calc__select {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin: 0
    }
    .calc__tab-buttons {
        width: 300px;
        -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        margin-bottom: 15px
    }
    .services {
        padding: 50px 0 30px
    }
    .services__item {
        padding: 100px 15px 0
    }
    .services__item::before {
        width: 80px;
        height: 80px
    }
    .services__item_money::before,
    .services__item_team::before,
    .services__item_shield::before {
        background-size: auto 40px
    }
    .guarantee__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .guarantee__document {
        max-width: 570px;
        -ms-flex-preferred-size: 570px;
        flex-basis: 570px;
        text-align: center;
        margin-bottom: 30px
    }
    .guarantee__document::before {
        right: 0
    }
    .guarantee__body {
        max-width: none;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 0
    }
    .documents__col {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
    .testimonials {
        padding: 30px 0
    }
    .testimonials__item_page {
        max-width: calc(50% - 20px);
        -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px)
    }
    .testimonials .slick-dots {
        margin-top: -40px
    }
    .faq-block {
        padding: 30px 0
    }
    .faq-block__body {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding-right: 0
    }
    .faq-block__img {
        display: none
    }
    .news-block__title-big {
        font-size: 20px;
        margin-bottom: 20px
    }
    .news-block__text {
        font-size: 14px
    }
    .news-block__text_white {
        margin-bottom: 30px
    }
    .news-block__item {
        padding: 165px 15px 25px
    }
    .news-block__img {
        height: 150px
    }
    .subscribe__form {
        display: block;
        text-align: center
    }
    .subscribe__input {
        margin: 0 auto 20px
    }
    .subscribe__button {
        height: auto;
        margin-left: 0
    }
    .footer__body {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px 0
    }
    .footer__navbar {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 0;
        margin-bottom: 30px
    }
    .footer__logo {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        width: 90px;
        -ms-flex-preferred-size: 90px;
        flex-basis: 90px;
        margin: 0 auto 20px
    }
    .footer__cooperation {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding: 0
    }
    .about__document {
        width: 220px;
        height: 310px;
        margin-right: 30px
    }
    .about__title {
        font-size: 26px
    }
    .about__subtitle {
        font-size: 22px
    }
    .about__img {
        max-width: 300px
    }
    .about__img_left {
        margin: 0 20px 20px 0
    }
    .about__img_right {
        margin: 0 0 20px 20px
    }
    .news__inner {
        margin-right: 0
    }
    .news__item {
        margin-right: 0
    }
    .news-item {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
    .news-tabs__btn {
        padding-top: 45px;
        background-size: 30px 30px;
        font-size: 14px
    }
    .news-story__images {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .news-story__images-item {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        height: auto
    }
    .message-form {
        padding: 30px 20px
    }
    .profile-page__header {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .profile-page__nav {
        margin-bottom: 20px
    }
    .affilate {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
    .affilate__title {
        margin-bottom: 10px
    }
    .affilate__inner {
        display: block
    }
    .affilate__link {
        margin-right: 0
    }
    .money {
        margin-right: -20px
    }
    .money__item {
        max-width: calc(50% - 20px);
        -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
        margin: 0 20px 20px 0
    }
    .deposit__tab-buttons {
        margin-bottom: 30px
    }
    .deposit__tab-pane {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .stats-nav__title {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 20px
    }
    .financial__row_nowrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .financial__col {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
    .ranks__col {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .ref-info {
        padding: 25px 20px
    }
    .ref-item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .link-block {
        display: block
    }
    .security-form__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .security-form__col {
        width: 100%
    }
    .security-form__btn-wrap_mt {
        margin: 0
    }
    .security-form__apps {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .security-item__apps {
        width: 100%;
        max-width: 350px;
        margin: 0 auto
    }
    .settings-form__edit {
        max-width: calc(50% - 20px);
        -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px)
    }
    .auth-form {
        padding: 30px 20px
    }
    .auth-form__field {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
    .auth-form__field_sm {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
    .payment-choice__col {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%
    }
    .counting__col {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
    .maintenance {
        min-height: auto;
        padding: 20px 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .maintenance__inner {
        display: block
    }
    .maintenance__text:last-of-type {
        margin-bottom: 40px
    }
    .maintenance__img {
        width: auto;
        max-width: 100%;
        margin: 40px auto 0
    }
}

@media screen and (max-width:650px) {
    .info-popup__body {
        padding: 40px 50px;
        padding: 30px 15px
    }
}

@media screen and (max-width:575px) {
    .container {
        padding: 0 10px
    }
    .burger-btn_profile {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }
    .tile-menu__col {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .irs--amirox .irs-min,
    .irs--amirox .irs-max {
        font-size: 10px
    }
    .time {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .time__item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        text-align: center;
        margin-right: 0;
        padding-left: 0
    }
    .time__title::before {
        display: none
    }
    .main-nav__list li a {
        padding: 15px 10px
    }
    .hero {
        padding: 70px 0
    }
    .hero::before {
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(5%, #fff), to(rgba(255, 255, 255, 0.4)));
        background-image: -o-linear-gradient(bottom, #fff 5%, rgba(255, 255, 255, 0.4) 100%);
        background-image: linear-gradient(0deg, #fff 5%, rgba(255, 255, 255, 0.4) 100%)
    }
    .hero__title {
        font-size: 30px
    }
    .hero__select {
        margin-right: 10px
    }
    .welcome-block__name {
        font-size: 28px
    }
    .welcome-block__name::before {
        top: 0
    }
    .actions {
        padding: 0 10px
    }
    .actions__item {
        margin-right: 0
    }
    .calc__label {
        font-size: 16px;
        width: 100%;
        max-width: 300px
    }
    .calc__label-num {
        width: 30px;
        min-width: 30px;
        height: 30px;
        border: solid 2px #fff
    }
    .calc__body {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 15px 10px
    }
    .calc__payment {
        font-size: 14px
    }
    .calc__rect {
        padding: 13px 20px
    }
    .services__section-header {
        margin-bottom: 30px
    }
    .services__item {
        max-width: none;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 100px 0 0
    }
    .guarantee__document {
        max-width: 470px;
        -ms-flex-preferred-size: 470px;
        flex-basis: 470px
    }
    .guarantee__document::before {
        width: 250px;
        height: 353px
    }
    .guarantee__img {
        width: 250px;
        height: 353px
    }
    .testimonials__body {
        margin-right: 0
    }
    .testimonials__item_page {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-right: 0
    }
    .testimonials .slick-list {
        margin: 0
    }
    .faq-box__question {
        font-size: 16px
    }
    .faq-box__answer {
        font-size: 14px
    }
    .news-block__inner {
        margin-right: 0
    }
    .news-block__item-big {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 20px;
        margin-right: 0
    }
    .news-block__item {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-right: 0
    }
    .news-block__item_inner-page {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
    .subscribe__input {
        max-width: 100%
    }
    .subscribe__input input {
        padding: 0 20px
    }
    .about__documents {
        display: block
    }
    .about__document {
        width: 270px;
        height: 381px;
        margin: 0 auto 30px
    }
    .about__document:last-child {
        margin: 0 auto
    }
    .about__img {
        max-width: 100%
    }
    .about__img_left {
        float: none;
        margin: 0 0 20px
    }
    .about__img_right {
        float: none;
        margin: 0 0 20px
    }
    .about-slider {
        width: 100%
    }
    .news-tabs__col {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
    .message-form__title {
        font-size: 24px
    }
    .message-form__subtitle {
        font-size: 16px
    }
    .message-form__inner {
        margin-right: 0
    }
    .message-form__input {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-right: 0
    }
    .message-form__input input,
    .message-form__input textarea {
        padding-bottom: 7px
    }
    .contacts__map {
        margin: 0 -10px
    }
    .profile-page__title {
        font-size: 24px
    }
    .affilate__input {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-right: 10px
    }
    .money {
        margin-right: 0
    }
    .money__item {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 0 0 20px
    }
    .chart__action {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .stats__col {
        width: 100%
    }
    .stats-nav {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .stats-nav__length {
        margin-right: 20px
    }
    .stats-nav__select {
        margin: 0 0 0 5px
    }
    .stats-nav__info {
        margin-right: 20px
    }
    .stats-nav__btn:first-child {
        margin-right: 20px
    }
    .filter__col_lg {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
    .field__row_nowrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .field__info {
        min-height: auto
    }
    .pay-systems {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .ref-item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .ref-item svg {
        margin: 0 20px 0 0
    }
    .ref-item__text {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: left
    }
    .ref-item__caption {
        margin-bottom: 5px
    }
    .links-block {
        padding: 20px
    }
    .links-block__item {
        margin-bottom: 20px
    }
    .link-block__text {
        margin-top: 15px
    }
    .personal-info {
        font-size: 16px
    }
    .card-radio__body {
        width: 140px
    }
    .auth-form__field_sm {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
    .auth-form__currency-select {
        margin-right: 10px
    }
    .auth-form__input input {
        font-size: 12px
    }
    .auth-form__2fa-footer {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .invite {
        display: block;
        text-align: center
    }
    .invite__avatar {
        border-right: 0;
        border-bottom: solid 1px #c5ceff
    }
    .agreement__input_lg {
        width: 100%
    }
    .agreement__input_md {
        width: 100%
    }
    .agreement__flex-col {
        width: 100%
    }
    .agreement__input-info {
        width: 100%;
        text-align: left
    }
    .agreement__input-info span {
        display: inline
    }
    .agreement__input-btn {
        margin: 5px 0 10px
    }
    .direction-slider {
        margin: 0 -10px
    }
    .direction-slider__col {
        padding: 0 10px
    }
    .payment-choice__col {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
    .payment-choice__img {
        width: 28px;
        height: 28px
    }
    .counting__amount {
        font-size: 14px
    }
    .maintenance__title {
        font-size: 30px
    }
    .maintenance__img {
        max-width: 260px
    }
    .info-popup-wrap .mfp-container {
        padding-left: 5px;
        padding-right: 5px
    }
}

@media screen and (max-width:499px) {
    .documents__col {
        max-width: 330px;
        -ms-flex-preferred-size: 330px;
        flex-basis: 330px
    }
    .settings-form__inner {
        margin-right: 0
    }
    .settings-form__edit {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-right: 0
    }
}

@media screen and (max-width:450px) {
    .ref-item__num {
        font-size: 18px
    }
    .link-block__copy {
        display: block
    }
    .link-block__copy-item_inp {
        margin-bottom: 10px
    }
    .link-block__copy-item .button {
        min-height: 39px
    }
}

@media screen and (min-width:992px) and (max-width:1999px) {
    .contacts__form {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .deposit__tab-pane {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .pricing-card_sm {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
    .pricing-card_sm.pricing-card_violet,
    .pricing-card_sm.pricing-card_green {
        padding: 50px 30px;
        margin: 0
    }
    .security-item__apps {
        width: 300px
    }
}