@charset "UTF-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

html {
    padding: env(safe-area-inset);
}

body {
    position: relative;
    overflow-x: hidden;
    font-family: "Gotham Pro", sans-serif;
    padding: 0px;
    margin: 0px auto;
    line-height: 1;
    background-color: #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
}

body.menuIsOpened {
    overflow: hidden;
}

body .bodyWrap {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.container {
    position: relative;
    width: 1200px;
    padding: 0px 15px;
    margin: 0px auto;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

a {
    text-decoration: none;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1;
    -webkit-outline: none;
    -moz-outline: none;
    outline: none;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.15em;
}

select,
input,
textarea {
    width: 100%;
    -webkit-outline: none;
    -moz-outline: none;
    outline: none;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    font-family: "Gotham Pro";
}

button {
    padding: 0px;
    font-family: "Gotham Pro";
    background-color: transparent;
    border: none;
    -webkit-outline: none;
    -moz-outline: none;
    outline: none;
    cursor: pointer;
}

button:disabled {
    cursor: default;
}

.siteTabs .tabContent {
    display: none;
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.siteTabs .tabContent.active {
    display: block;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.siteLogo {
    width: 176px;
    position: relative;
    z-index: 1;
}

.siteLogo>a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
}

.siteLogo img {
    display: block;
    width: 100%;
}

.siteLogo.lg {
    width: 302px;
}

.iconTextLink {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 16px;
    color: #000;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.iconTextLink .icon {
    margin-right: 14px;
}

.iconTextLink:hover {
    color: #1483ff;
}

.iconLink {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    -webkit-transition: filter 0.3s;
    -moz-transition: filter 0.3s;
    -o-transition: filter 0.3s;
    transition: filter 0.3s;
}

.iconLink>a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
}

.iconLink:hover {
    -webkit-filter: grayscale(100%) contrast(200%);
    -moz-filter: grayscale(100%) contrast(200%);
    -ms-filter: grayscale(100%) contrast(200%);
    -o-filter: grayscale(100%) contrast(200%);
    filter: grayscale(100%) contrast(200%);
}

.simpleLink {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    color: #16162e;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.simpleLink:hover {
    color: #0078ff;
}

.icon-prev,
.icon-next {
    position: relative;
}

.icon-prev .path2,
.icon-next .path2 {
    position: absolute;
    left: 0px;
    top: 0px;
}

.icon-prev .path2::before,
.icon-next .path2::before {
    margin: 0px;
}

.icon-prev .path1::before,
.icon-prev .path2::before,
.icon-next .path1::before,
.icon-next .path2::before {
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.swiperWrapper {
    position: relative;
}

.swiperWrapper .swiper-navigation {
    position: absolute;
    bottom: calc(100% + 48px);
    right: 0px;
    height: 46px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.swiperWrapper .swiper-button-prev,
.swiperWrapper .swiper-button-next {
    position: static;
    width: 46px;
    height: 46px;
    margin: 0px;
    font-size: 46px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.swiperWrapper .swiper-button-prev:hover .path1::before,
.swiperWrapper .swiper-button-prev:hover .path2::before,
.swiperWrapper .swiper-button-next:hover .path1::before,
.swiperWrapper .swiper-button-next:hover .path2::before {
    color: #1483ff;
}

.swiperWrapper .swiper-button-prev::after,
.swiperWrapper .swiper-button-next::after {
    display: none;
}

.swiper .swiper-slide {
    height: auto;
}

.swiper .swiper-scrollbar {
    position: static;
    margin-top: 49px;
    width: 100%;
    height: 9px;
    background-color: #f5f5f9;
    cursor: pointer;
}

.swiper .swiper-scrollbar .swiper-scrollbar-drag {
    background-color: #1483ff;
}

.siteLink {
    display: inline-block;
    font-size: 16px;
    line-height: 19px;
    color: #1483ff;
    font-weight: 400;
    text-decoration: underline;
    text-decoration-color: inherit;
    -webkit-transition: text-decoration-color 0.3s;
    -moz-transition: text-decoration-color 0.3s;
    -o-transition: text-decoration-color 0.3s;
    transition: text-decoration-color 0.3s;
    cursor: pointer;
}

.siteLink:hover {
    text-decoration-color: transparent;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination .control {
    width: 46px;
    height: 46px;
    font-size: 46px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    z-index: 1;
}

.pagination .control>a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
}

.pagination .control:hover .path1::before,
.pagination .control:hover .path2::before {
    color: #1483ff;
}

.pagination .control+.num {
    margin-left: 48px;
}

.pagination .range {
    display: block;
    margin-right: 20px;
    margin-left: 23px;
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    background: #1483ff;
    background: -moz-linear-gradient(left, #1483ff 0%, #0770e5 100%);
    background: -webkit-linear-gradient(left, #1483ff 0%, #0770e5 100%);
    background: linear-gradient(to right, #1483ff 0%, #0770e5 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pagination .num {
    position: relative;
    padding-bottom: 5px;
}

.pagination .num::before {
    content: "......";
    display: none;
    position: absolute;
    bottom: 8px;
    right: 100%;
    font-size: 16px;
    color: #16162e;
}

.pagination .num a {
    font-size: 36px;
    line-height: 36px;
    color: #16162e;
    font-weight: bold;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.pagination .num a:hover {
    color: #1483ff;
}

.pagination .num.active a {
    color: #1483ff;
}

.pagination .num+.num {
    margin-left: 23px;
}

.pagination .num+.num::before {
    display: block;
}

.pagination .num+.control {
    margin-left: 48px;
}

[class*=btnBorder] {
    display: inline-block;
    min-width: 306px;
    padding-left: 30px;
    padding-top: 12px;
    padding-right: 30px;
    padding-bottom: 13px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: -0.025em;
    text-align: center;
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 43px;
    -moz-border-radius: 43px;
    -ms-border-radius: 43px;
    border-radius: 43px;
    -webkit-transition: color 0.3s, background-color 0.3s;
    -moz-transition: color 0.3s, background-color 0.3s;
    -o-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
}

@media (max-width: 767px) {
    [class*=btnBorder] {
        min-width: auto;
        max-width: 100%;
    }
}

[class*=btnBorder][class*=Type1] {
    color: #fff;
}

[class*=btnBorder][class*=Type1]:hover {
    color: #b1d6ff;
}

[class*=btnBorder][class*=Type2] {
    color: #16162e;
    border-color: #1483ff;
}

[class*=btnBorder][class*=Type2]:hover {
    color: #0078ff;
}

[class*=btnBorder].sm {
    min-width: auto;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 20px;
    background: #1583ff;
    border: none;
}

[class*=btnBorder].full {
    width: 100%;
}

.btnGrad {
    position: relative;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 13px;
    padding-bottom: 14px;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    letter-spacing: -0.025em;
    text-align: center;
    background: #1483ff;
    border-radius: 43px;
    z-index: 1;
}

.btnGrad::before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #0770e5;
    border-radius: 43px;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: -1;
}

.btnGrad:hover::before {
    opacity: 1;
}

.btnGrad.full {
    width: 100%;
}

.btnGrad.center {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

[class*=inBlock] label {
    display: block;
    font-size: 16px;
    line-height: 19px;
    color: #16162e;
    font-weight: 400;
    white-space: nowrap;
}

[class*=inBlock] label+.inWrap {
    margin-top: 13px;
}

[class*=inBlock] .inWrap {
    position: relative;
    display: flex;
    align-items: center;
}

[class*=inBlock] .inWrap input,
[class*=inBlock] .inWrap textarea {
    flex-grow: 1;
}

[class*=inBlock] .inWrap .captcha {
    margin-left: 9px;
    flex-shrink: 0;
}

[class*=inBlock] .inWrap.center input {
    text-align: center;
}

[class*=inBlock] .inWrap.center .selectric {
    padding-left: 40px;
}

@media (max-width: 479px) {
    [class*=inBlock] .inWrap.center .selectric {
        padding-left: 10px;
    }
}

[class*=inBlock] .inWrap.center .selectric .label {
    text-align: center;
}

[class*=inBlock] .inWrap.withIcon input {
    padding-left: 40px;
    padding-right: 40px;
}

[class*=inBlock] .inWrap.withIcon [class*=icon] {
    position: absolute;
    display: block;
    top: 0px;
    right: 16px;
    font-size: 10px;
    line-height: 43px;
    color: #d4d6eb;
    cursor: pointer;
}

[class*=inBlock] .inWrap .dropdownControl {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
}

[class*=inBlock] .inWrap .dropdownControl.active {
    -moz-transform: scale(-1, -1);
    -ms-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

[class*=inBlock] .captcha {
    width: 109px;
    height: 36px;
}

[class*=inBlock] .captcha img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

[class*=inBlock] input {
    height: 43px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    line-height: 21px;
    color: #16162e;
    font-weight: 400;
    border: 1px solid #d4d6eb;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    border-radius: 21px;
}

[class*=inBlock] textarea {
    min-height: 89px;
    padding: 5px 15px;
    font-size: 16px;
    line-height: 21px;
    color: #16162e;
    font-weight: 400;
    border: 1px solid #d4d6eb;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    border-radius: 21px;
    resize: none;
}

[class*=inBlock] input::placeholder,
[class*=inBlock] textarea::placeholder {
    color: #a6aacd;
    opacity: 1;
}

[class*=inBlock] input:-ms-input-placeholder,
[class*=inBlock] textarea:-ms-input-placeholder {
    color: #a6aacd;
    opacity: 1;
}

[class*=inBlock] input::-ms-input-placeholder,
[class*=inBlock] textarea::-ms-input-placeholder {
    color: #a6aacd;
    opacity: 1;
}

[class*=inBlock] input::-webkit-input-placehcolor1older,
[class*=inBlock] textarea::-webkit-input-placehcolor1older {
    color: #a6aacd;
    opacity: 1;
}

[class*=inBlock] input:-moz-placeholder,
[class*=inBlock] textarea:-moz-placeholder {
    color: #a6aacd;
    opacity: 1;
}

[class*=inBlock] input::-moz-placeholder,
[class*=inBlock] textarea::-moz-placeholder {
    color: #a6aacd;
    opacity: 1;
}

[class*=inBlock][class*=Type2] input {
    color: #16162e;
}

.selectric-hover .selectric {
    border: 1px solid white;
}

.selectric-hover .selectric .button {
    color: #1483ff;
}

.selectric-open .selectric {
    border: 1px solid white;
}

.selectric-open .selectric .button {
    -moz-transform: scale(-1, -1);
    -ms-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

.selectric-wrapper {
    flex-grow: 1;
}

.selectric {
    padding-left: 15px;
    padding-right: 40px;
    min-height: 43px;
    background-color: transparent;
    border: 1px solid #d4d6eb;
    -webkit-border-radius: 43px;
    -moz-border-radius: 43px;
    -ms-border-radius: 43px;
    border-radius: 43px;
}

.selectric .label {
    margin: 0px;
    padding-top: 11px;
    padding-bottom: 11px;
    height: auto;
    font-size: 16px;
    line-height: 19px;
    color: #16162e;
    font-weight: 400;
}

.selectric .button {
    display: block;
    width: auto;
    height: 100%;
    right: 15px;
    font-size: 10px;
    line-height: 41px;
    color: #d4d6eb;
    background-color: transparent;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
}

.selectric .button::after {
    display: none;
}

.selectric:hover {
    border: 1px solid #a6aacd;
}

.selectric:hover .button {
    color: #a6aacd;
}

.selectric-items {
    margin-top: 7px;
    padding-top: 9px;
    padding-bottom: 11px;
    background-color: #fff;
    border-radius: 20px;
    border: none;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}

.selectric-items li {
    padding: 0px;
    font-size: 16px;
    line-height: 19px;
    color: #16162e;
    font-weight: 400;
    text-align: center;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.selectric-items li:hover {
    color: #1482fe;
    background-color: transparent;
}

.selectric-items li.selected,
.selectric-items li.highlighted {
    background-color: transparent;
    color: #1482fe;
}

.selectric-items li+li {
    margin-top: 5px;
}

.withRange {
    position: relative;
}

.withRange .rangeDropdown {
    position: absolute;
    display: none;
    width: 100%;
    top: calc(100% + 7px);
    left: 0px;
    z-index: 5;
}

.rangeDropdown {
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fff;
    border-radius: 20px;
    border: none;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}

.irs--flat {
    overflow: hidden;
}

.irs--flat .irs-line {
    height: 9px;
    background-color: #d4d6eb;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    border-radius: 9px;
}

.irs--flat .irs-bar {
    height: 9px;
    background-color: #1483ff;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    border-radius: 9px;
}

.irs--flat .irs-single {
    display: none;
}

.irs--flat .irs-grid {
    top: 25px;
    bottom: auto;
}

.irs--flat .irs-grid-text {
    display: none;
}

.irs--flat .irs-grid-pol {
    height: 9px !important;
    background-color: rgba(255, 255, 255, 0.2);
}

.irs--flat .irs-handle {
    display: block;
    top: 18px;
    width: 23px;
    height: 23px;
    background-color: #16162e;
    border: 6px solid #1483ff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}

.irs--flat .irs-handle>* {
    display: none !important;
}

.checkBtn {
    position: relative;
    min-height: 43px;
    display: flex;
    align-items: center;
}

.checkBtn input {
    position: absolute;
    opacity: 0;
}

.checkBtn input:checked+label::after {
    opacity: 1;
}

.checkBtn label {
    display: block;
    padding-left: 54px;
    font-size: 16px;
    line-height: 16px;
    color: #16162e;
    font-weight: 400;
    cursor: pointer;
}

.checkBtn label::before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 43px;
    height: 43px;
    border: 1px solid #d4d6eb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.checkBtn label::after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 43px;
    height: 43px;
    font-family: "icomoon";
    font-size: 15px;
    line-height: 43px;
    text-align: center;
    color: #1483ff;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.checkList li+li {
    margin-top: 20px;
}

.header {
    position: relative;
    padding-top: 25px;
}

.header:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 66px;
    left: 0;
    top: 0;
    background: #0078ff;
}

.header .headerWrapper {
    margin-top: 40px;
}

.headerWrapper {
    display: flex;
    align-items: center;
}

.headerWrapper .menuWrapper {
    margin-left: 33px;
    margin-right: 30px;
    padding-top: 16px;
}

.headerWrapper .siteContacts {
    margin-left: auto;
}

.headerWrapper .headAuth {
    margin-left: 30px;
}

.currencyList {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}

.currencyList li {
    display: flex;
}

.currencyList li span {
    display: block;
}

.currencyList li .cur {
    color: #e9b5dc;
}

.currencyList li .pct {
    margin-left: 12px;
    margin-right: 15px;
}

.cabinetContent .currencyList li .pct {
    color: #16162e;
}

.currencyList li .sum {
    color: #b1d6ff;
}

.menuWrapper .currencyList {
    display: none;
}

.siteMenu {
    display: flex;
    flex-wrap: wrap;
    margin: -4px -20px;
}

.siteMenu li {
    padding: 4px 20px;
}

.siteMenu li a {
    position: relative;
    display: block;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 16px;
    color: #181818;
    font-weight: 400;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.siteMenu li a::before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background-color: #1583ff;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.siteMenu li a:hover {
    color: #1583ff;
}

.siteMenu li a:hover::before {
    opacity: 1;
}

.siteMenu li.active a {
    color: #1483ff;
}

.siteMenu li.active a::before {
    opacity: 1;
}

.siteContacts {
    display: flex;
    align-items: center;
}

.siteContacts li {
    flex-shrink: 0;
}

.siteContacts li:nth-child(2) {
    margin-left: 34px;
}

.siteContacts li+li {
    margin-left: 18px;
}

.siteContacts.reverse {
    justify-content: flex-end;
}

.siteContacts.reverse li:nth-child(2) {
    margin-left: 16px;
}

.siteContacts.reverse li+li {
    margin-left: 27px;
}

.headAuth {
    display: flex;
    align-items: center;
}

.headAuth li {
    flex-shrink: 0;
}

.headAuth li+li {
    margin-left: 35px;
}

.openMobileMenu {
    display: none;
    width: 37px;
    padding: 8px 0px;
}

.openMobileMenu span {
    display: block;
    height: 1px;
    background-color: #16162e;
}

.openMobileMenu span+span {
    margin-top: 8px;
}

.startStat li {
    position: absolute;
}

.startStat li:nth-child(1) {
    top: 10px;
    right: 0px;
}

.startStat li:nth-child(1) .dot {
    left: 50%;
    margin-left: -6px;
    bottom: -26px;
}

.startStat li:nth-child(2) {
    top: 40px;
    right: 300px;
}

.startStat li:nth-child(2) .dot {
    left: 50%;
    margin-left: -6px;
    bottom: -26px;
}

.startStat li:nth-child(3) {
    right: 430px;
    bottom: 440px;
}

.startStat li:nth-child(3) .dot {
    left: 50%;
    margin-left: -6px;
    bottom: -26px;
}

.startStat li:nth-child(4) {
    right: 450px;
    bottom: 250px;
}

.startStat li:nth-child(4) .dot {
    left: 50%;
    margin-left: -6px;
    bottom: -26px;
}

.startStat .num {
    display: block;
    font-size: 34px;
    line-height: 40px;
    color: #1583ff;
    font-weight: bold;
    text-align: center;
}

.startStat .title {
    display: block;
    margin-top: 5px;
    font-size: 16px;
    line-height: 19px;
    color: #16162e;
    font-weight: 400;
    text-align: center;
}

.startStat .dot {
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    background: #1583ff;
    -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.4);
    -moz-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.4);
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.4);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.startScreenWrapper {
    position: relative;
    background-color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.startScreenWrapper::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    right: 50%;
    margin-right: -960px;
    width: 1920px;
    min-height: 846px;
    height: 100%;
    background-image: url(../../img/start_back_2.png);
    background-size: auto 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
    opacity: 0.92;
    z-index: -1;
}

.startScreen .wrapper {
    position: relative;
    padding-top: 60px;
    padding-bottom: 72px;
}

.startScreenInfo .titleContainer {
    position: relative;
}

/*
.startScreenInfo .titleContainer::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: calc(100% + 43px);
  width: 100px;
  height: 100%;
  background-image: url(../../img/dots.png);
  background-position: right center;
  background-repeat: no-repeat;
}
*/

.startScreenInfo .titleContainer+.contentContainer {
    margin-top: 22px;
}

.startScreenInfo .contentContainer {
    max-width: 520px;
}

.startScreenInfo .loginForm {
    margin-top: 40px;
}

.startScreenInfo .payments {
    margin-top: 27px;
    padding-left: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.loginForm {
    position: relative;
    padding: 20px 24px 22px;
    z-index: 1;
}

.loginForm .img {
    position: absolute;
    left: 43px;
    top: 50%;
    width: 114px;
    height: 122px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -61px;
    background-color: rgb(20 131 255 / 15%);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}

.loginForm .img::before,
.loginForm .img::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../../img/borders_lg.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.loginForm .img::before {
    left: 8px;
    top: -7px;
}

.loginForm .img::after {
    left: -8px;
    top: 10px;
}

.loginForm .formWrap {
    max-width: 306px;
    margin-left: auto;
}

.loginForm .formItem+.formItem {
    margin-top: 12px;
}

.loginForm:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 20px;
    opacity: 0.6;
    z-index: -1;
}

.mainPlansSection {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #fff;
}

.mainPlansSection .titleContainer+.contentContainer {
    margin-top: 46px;
}

.plansSlider {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.plansSlider:last-child {
    margin-bottom: 0;
}

.plansSlider .swiper-navigation .range {
    display: block;
    margin-right: 20px;
    margin-left: 23px;
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    background: #1483ff;
    background: -moz-linear-gradient(left, #1483ff 0%, #0770e5 100%);
    background: -webkit-linear-gradient(left, #1483ff 0%, #0770e5 100%);
    background: linear-gradient(to right, #1483ff 0%, #0770e5 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.planItem {
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-top: 13px;
    padding-right: 15px;
    padding-bottom: 24px;
    background: #fff;
    border-radius: 15px;
    z-index: 1;
    box-shadow: 0 20px 40px 0 rgb(0 40 82 / 6%);
}

.planItem .img {
    position: absolute;
    top: 20px;
    right: 26px;
}

.planItem .main {
    position: relative;
    margin-top: 16px;
    padding-top: 15px;
}

.planItem .main::before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 1px;
    background: #7c7c7c;
    background: -moz-linear-gradient(left, #7c7c7c 0%, white 100%);
    background: -webkit-linear-gradient(left, #7c7c7c 0%, white 100%);
    background: linear-gradient(to right, #7c7c7c 0%, white 100%);
    opacity: 0.24;
}

.planItem [class*=btn] {
    margin-top: 23px;
}

.planItem .pct {
    display: block;
    font-size: 36px;
    line-height: 46px;
    font-weight: bold;
    background: #1483ff;
   
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.planItem .term {
    display: block;
    margin-top: 7px;
    font-size: 16px;
    line-height: 14px;
    color: #16162e;
    font-weight: 400;
}

.planItem .title {
    position: absolute;
    left: -2px;
    top: 43px;
    display: block;
    font-size: 21px;
    line-height: 21px;
    font-weight: bold;
    background: #16162e;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -moz-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -webkit-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    white-space: nowrap;
}

.planItem .sum {
    display: block;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    background: #1483ff;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.planItem .info {
    display: block;
    margin-top: 7px;
    font-size: 16px;
    line-height: 14px;
    color: #16162e;
    font-weight: 400;
}

.mainProgramSection {
    position: relative;
    background-color: #fff;
    z-index: 1;
}

.mainProgramSection::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    top: 126px;
    width: 1920px;
    height: 760px;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.mainProgramSection .wrapper {
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.mainProgramSection .leftSide {
    align-self: center;
    padding-top: 72px;
}

.mainProgramSection .rightSide {
    width: 360px;
}

.mainProgramSection .titleContainer+.contentContainer {
    margin-top: 36px;
}

.mainProgramSection [class*=btn] {
    margin-top: 36px;
    min-width: 306px;
}

.ptogramBlock {
    position: relative;
    min-height: 452px;
    padding-left: 136px;
    padding-top: 66px;
    padding-right: 40px;
    padding-bottom: 30px;
    background-image: url(../../img/map.png);
    background-position: left 57px top 47px;
    background-repeat: no-repeat;
}

.ptogramBlock::before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    opacity: 0.78;
    z-index: -1;
    background-image: url(../../img/new_bg.jpg);
    background-color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.levelList {
    display: flex;
    align-items: center;
}

.levelList .levelItem {
    margin-left: 60px;
}

.levelItem {
    display: flex;
    align-items: center;
}

.levelItem .text {
    margin-left: 30px;
    font-size: 40px;
    text-transform: uppercase;
}

.levelItem .text span {
    display: block;
    font-weight: 700;
    font-size: 48px;
    color: #1483ff;
}

.levelItem .pct {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    font-size: 40px;
    line-height: 30px;
    color: #16162e;
    font-weight: bold;
    border: 1px solid rgb(0 120 255 / 50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
}

.levelItem .pct::before {
    content: "";
    display: block;
    position: absolute;
    left: -16px;
    top: -16px;
    width: calc(100% + 32px);
    height: calc(100% + 32px);
    border: 1px solid rgb(0 120 255 / 25%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
}

.levelItem .title {
    display: block;
    margin-top: 32px;
    font-size: 16px;
    line-height: 16px;
    color: #16162e;
    font-weight: 400;
    text-align: center;
}

.levelItem img {
    display: block;
    margin-top: 9px;
}

.levelItem:nth-child(2) .pct {
    background-color: rgb(21 131 255 / 40%);
    border: none;
}

.levelItem:nth-child(2) .pct::before {
    border: 2px solid rgb(0 120 255 / 25%);
}

.calcSection {
    position: relative;
    margin-top: 78px;
    z-index: 2;
}

.calcSection .wrapper {
    padding-right: 59px;
    display: flex;
    justify-content: space-between;
}

.calcSection .leftSide {
    padding-top: 20px;
}

.calcSection .rightSide {
    flex-shrink: 0;
}

.calcBlock {
    padding-left: 25px;
    padding-top: 24px;
    padding-right: 32px;
    padding-bottom: 40px;
    width: 370px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 20px 40px 0 rgb(0 40 82 / 6%);
}

.calcBlock .titleBlock+.contentBlock {
    margin-top: 33px;
}

.calcBlock .fieldItem+.fieldItem {
    margin-top: 27px;
}

.calcBlock .result {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.calcBlock .result .title {
    display: block;
    font-size: 16px;
    line-height: 19px;
    color: #16162e;
    font-weight: 400;
}

.calcBlock .result .sum {
    display: block;
    margin-top: 10px;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    white-space: nowrap;
}

.calcBlock .result li {
    width: 140px;
}

.calcBlock .result li:first-child .sum {
    background: #16162e;
    background: linear-gradient(to right, #90abf8 0%, #efaccf 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.calcBlock .result li:last-child .sum {
    background: #1483ff;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.calcBlock [class*=btn] {
    margin-top: 34px;
}

.calcPlanList {
    position: relative;
    width: 615px;
    padding-top: 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 1;
}

.calcPlanList::before {
    content: "";
    display: block;
    position: absolute;
    top: 172px;
    left: 8px;
    right: 0px;
    margin: 0px auto;
    width: 95px;
    height: 90px;
    background-image: url(../../img/logo_img.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.calcPlanList .calcPlanItem {
    margin-top: -35px;
}

.calcPlanList .calcPlanItem:nth-child(5) {
    margin-left: 79px;
}

.calcPlanList .calcPlanItem:nth-child(6) {
    margin-right: 79px;
}

.calcPlanList .calcPlanItem:nth-child(7) {
    margin-left: 156px;
}

.calcPlanList .calcPlanItem:nth-child(8) {
    margin-right: 156px;
}

.calcPlanList .calcPlanItem:last-child {
    margin-left: auto;
    margin-right: auto;
}

.calcPlanItem {
    position: relative;
    width: 146px;
    height: 168px;
    padding-top: 32px;
    background-image: url(../../img/plan_back.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.calcPlanItem .title {
    display: block;
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    text-align: center;
}

.calcPlanItem .title span {
    display: block;
    background: #1483ff;
    background: -moz-linear-gradient(left, #1483ff 0%, #0770e5 100%);
    background: -webkit-linear-gradient(left, #1483ff 0%, #0770e5 100%);
    background: linear-gradient(to right, #1483ff 0%, #0770e5 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-filter: drop-shadow(3px 0px 3px rgba(0, 0, 0, 0.5));
    -moz-filter: drop-shadow(3px 0px 3px rgba(0, 0, 0, 0.5));
    -ms-filter: drop-shadow(3px 0px 3px rgba(0, 0, 0, 0.5));
    -o-filter: drop-shadow(3px 0px 3px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(3px 0px 3px rgba(0, 0, 0, 0.5));
}

.calcPlanItem .term {
    display: block;
    margin-top: 7px;
    font-size: 14px;
    line-height: 16px;
    color: #16162e;
    font-weight: 400;
    text-align: center;
    -webkit-filter: drop-shadow(3px 0px 3px rgba(0, 0, 0, 0.5));
    -moz-filter: drop-shadow(3px 0px 3px rgba(0, 0, 0, 0.5));
    -ms-filter: drop-shadow(3px 0px 3px rgba(0, 0, 0, 0.5));
    -o-filter: drop-shadow(3px 0px 3px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(3px 0px 3px rgba(0, 0, 0, 0.5));
}

.calcPlanItem.vip {
    background-image: url(../../img/plan_back_vip.png);
}

.calcPlanItem.vip .title span {
    color: #16162e;
    background: none;
    -webkit-text-fill-color: inherit;
}

.calcPlanItem::before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../../img/plan_back_active.png);
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: -1;
}

.calcPlanItem.active::before {
    opacity: 1;
}

.mainAboutSection {
    position: relative;
    margin-top: 58px;
    z-index: 1;
}

.mainAboutSection::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    top: -165px;
    width: 1920px;
    height: 806px;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.mainAboutSection .wrapper {
    display: flex;
    justify-content: space-between;
}

.mainAboutSection .leftSide {
    margin-bottom: -110px;
}

.mainAboutSection .info {
    margin-left: auto;
    max-width: 605px;
    text-align: right;
}

.mainAboutSection .titleContainer+.contentContainer {
    margin-top: 28px;
}

.mainAboutSection .aboutList {
    margin-top: 46px;
}

.mainAboutSection .licenseBlock {
    margin-top: 55px;
}

.aboutList {
    display: flex;
    justify-content: flex-end;
}

.aboutList li+li {
    margin-left: 58px;
}

.aboutList .img {
    position: relative;
    margin: 0px auto;
    width: 80px;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(20 131 255 / 15%);
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    border-radius: 14px;
}

.aboutList .img::before,
.aboutList .img::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../../img/borders_md.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.aboutList .img::before {
    left: 6px;
    top: -5px;
}

.aboutList .img::after {
    left: -5px;
    top: 7px;
}

.aboutList .title {
    display: block;
    margin-top: 30px;
    font-size: 16px;
    line-height: 20px;
    color: #16162e;
    font-weight: 400;
    text-align: center;
}

.licenseBlock {
    display: flex;
    align-items: center;
    padding-left: 30px;
    padding-top: 25px;
    padding-right: 38px;
    padding-bottom: 25px;
    background: #fff;
    border-radius: 15px;
    background-image: url(../../img/new_bg.jpg);
    background-color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.licenseBlock .licenseInfo {
    margin-left: 70px;
}

.licenseBlock [class*=btn] {
    margin-left: auto;
}

.licenseInfo {
    display: flex;
}

.licenseInfo li+li {
    margin-left: 46px;
}

.licenseInfo .title {
    display: block;
    font-size: 16px;
    line-height: 21px;
    color: #064b74;
    font-weight: 400;
}

.licenseInfo .title+.data {
    margin-top: 5px;
}

.licenseInfo .address {
    width: 310px;
}

.licenseInfo .companyNum {
    font-size: 36px;
    line-height: 43px;
    color: #16162e;
    font-weight: bold;
}

.videoBlock {
    position: relative;
    height: 420px;
    padding-left: 230px;
    padding-top: 138px;
}

.videoBlock .title {
    position: absolute;
    left: -8px;
    bottom: -2px;
    display: block;
    font-size: 72px;
    line-height: 1;
    font-weight: bold;
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    background: white;
    background: -moz-linear-gradient(top, white 0%, #061122 100%);
    background: -webkit-linear-gradient(top, white 0%, #061122 100%);
    background: linear-gradient(to bottom, white 0%, #061122 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.8;
    white-space: nowrap;
    writing-mode: vertical-lr;
}

.videoBtn {
    position: relative;
    width: 113px;
    height: 113px;
    padding-left: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e5c42c65;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    position: relative;
    z-index: 1;
}

.videoBtn>a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
}

.videoBtn [class*=icon] {
    font-size: 58px;
    color: #16162e;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.videoBtn::before {
    content: "";
    display: block;
    position: absolute;
    left: -20px;
    top: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    border: 1px solid #e5c42c14;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
}

.videoBtn:hover [class*=icon] {
    color: #1483ff;
}

.mainStatSection {
    position: relative;
    margin-top: 72px;
    z-index: 1;
}

.mainStatSection .titleContainer+.contentContainer {
    margin-top: 30px;
}

.mainStatSection .wrapper {
    position: relative;
    padding-top: 133px;
    padding-bottom: 158px;
}

.mainStatSection .visitsStat {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}

.mainStatSection .statTables {
    margin-top: 30px;
}

.statListWrapper .swiper-wrapper {
    display: flex;
    justify-content: space-between;
}

.statListWrapper .swiper-navigation {
    display: none;
}

.statList {
    width: 450px;
}

.statList .row {
    height: 48px;
    padding-left: 18px;
    padding-right: 107px;
    display: flex;
    align-items: center;
    background-color: #ecedf6;
    -webkit-border-radius: 15px 0px 0px 15px;
    -moz-border-radius: 15px 0px 0px 15px;
    -ms-border-radius: 15px 0px 0px 15px;
    border-radius: 15px 0px 0px 15px;
}

.statList .row+.row {
    margin-top: 31px;
}

.statList .icon {
    width: 46px;
    flex-shrink: 0;
}

.statList .icon img {
    display: block;
}

.statList .param {
    font-size: 18px;
    line-height: 1;
    color: #16162e;
    font-weight: bold;
}

.statList .data {
    margin-left: auto;
    font-size: 14px;
    line-height: 1;
    color: #16162e;
    font-weight: 400;
}

.statList.reverse .row {
    padding-left: 107px;
    padding-right: 18px;
    flex-direction: row-reverse;
    -webkit-border-radius: 0px 15px 15px 0px;
    -moz-border-radius: 0px 15px 15px 0px;
    -ms-border-radius: 0px 15px 15px 0px;
    border-radius: 0px 15px 15px 0px;
}

.statList.reverse .icon img {
    margin-left: auto;
}

.statList.reverse .data {
    margin-left: 0px;
    margin-right: auto;
}

.visitsStat {
    position: relative;
    width: 283px;
    height: 576px;
    padding-left: 35px;
    padding-top: 62px;
    padding-right: 35px;
    padding-bottom: 30px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.visitsStat::before {
    content: "";
    display: block;
    position: absolute;
    left: -85px;
    top: 53px;
    width: 455px;
    height: 455px;
    background-image: url(../../img/circles_back.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.visitsStat::after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../../img/visitors_back.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.visitsStat .titleBlock {
    position: relative;
    padding-bottom: 18px;
}

.visitsStat .titleBlock::before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 56px;
    height: 2px;
    background-color: #1483ff;
}

.visitsStat .title {
    display: block;
    font-size: 21px;
    line-height: 21px;
    font-weight: bold;
    background: #16162e;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.visitsStat .num {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    line-height: 14px;
    color: #16162e;
    font-weight: 400;
}

.visitsStat .contentBlock {
    margin-top: 17px;
}

.visitsList .item {
    display: flex;
    justify-content: space-between;
}

.visitsList .item+.item {
    margin-top: 15px;
    padding-top: 20px;
    border-top: 1px solid #d4d6eb;
}

.visitsList .name {
    display: block;
    font-size: 18px;
    line-height: 18px;
    background: #16162e;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.visitsList .sum {
    display: block;
    margin-top: 11px;
    font-size: 14px;
    line-height: 14px;
    color: #a6aacd;
    font-weight: 400;
}

.visitsList .icon {
    width: 48px;
    height: 48px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.statTables {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.statTableItem {
    padding-left: 10px;
    padding-top: 13px;
    padding-right: 8px;
    padding-bottom: 18px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 20px 40px 0 rgb(0 40 82 / 6%);
}

.statTableItem .title {
    display: block;
    padding-left: 17px;
    margin-bottom: 15px;
    font-family: "Gilroy";
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    background: #16162e;
    background: linear-gradient(to right, #90abf8 0%, #efaccf 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.statTable li {
    min-height: 31px;
    padding-left: 20px;
    padding-right: 5px;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 15px;
    font-weight: 400;
    background-color: rgba(255, 255, 255, 0.08);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

.statTable li+li {
    margin-top: 6px;
}

.statTable .name {
    width: 205px;
    color: #16162e;
}

.statTable .sum {
    width: 180px;
    color: #1483ff;
}

.statTable .pay {
    color: #a6aacd;
    width: calc(100% - 205px - 180px);
}

.mainFaqSection {
    position: relative;
    margin-top: 65px;
    padding-top: 35px;
    padding-bottom: 45px;
    background: #fff;
    z-index: 1;
}

.mainFaqSection::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    top: 165px;
    width: 840px;
    height: 546px;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.mainFaqSection::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(100% - 235px);
    right: 50%;
    margin-right: -960px;
    width: 1045px;
    height: 688px;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.mainFaqSection .titleContainer+.contentContainer {
    margin-top: 32px;
}

.mainFaqSection .wrapper {
    display: flex;
}

.mainFaqSection .rightSide {
    margin-left: 30px;
    flex-grow: 1;
}

.sectionInfo {
    width: 370px;
    padding-left: 25px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 33px;
    border-radius: 15px;
    background-image: url(../../img/new_bg.jpg);
    background-color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.sectionInfo .title {
    display: block;
    font-family: "Gilroy";
    font-size: 36px;
    line-height: 43px;
    font-weight: bold;
    background: #16162e;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sectionInfo .info {
    margin-top: 20px;
}

.sectionInfo [class*=btn] {
    display: table;
    margin-top: 44px;
    margin-left: 5px;
}

.faqList .faqItem+.faqItem {
    margin-top: 24px;
}

.faqItem {
    position: relative;
    background-color: #f5f5f9;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    border-radius: 13px;
}

.faqItem .head {
    display: flex;
    align-items: center;
    min-height: 71px;
    padding-left: 20px;
    padding-top: 14px;
    padding-right: 44px;
    padding-bottom: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

.faqItem .title {
    display: block;
    font-family: "Gilroy";
    font-size: 18px;
    line-height: 21px;
    color: #1483ff;
    font-weight: bold;
}

.faqItem [class*=icon] {
    display: block;
    position: absolute;
    top: 31px;
    right: 14px;
    font-size: 10px;
    color: #1483ff;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}

.faqItem .content {
    display: none;
}

.faqItem .content .in {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 17px;
}

.faqItem.active .head {
    padding-top: 15px;
    padding-bottom: 31px;
}

.faqItem.active [class*=icon] {
    -moz-transform: scale(-1, -1);
    -ms-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

.faqItem.active .content {
    display: block;
}

.mainNewsSection {
    position: relative;
    padding-top: 45px;
    padding-bottom: 68px;
    z-index: 1;
}

.mainNewsSection .titleContainer+.contentContainer {
    margin-top: 55px;
}

.mainNewsItem {
    height: 100%;
    padding-left: 24px;
    padding-top: 15px;
    padding-right: 18px;
    padding-bottom: 32px;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 15px;
    border: solid 1px #f5f5f9;
}

.mainNewsItem .date {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 16px;
    line-height: 16px;
    color: #16162e;
    font-weight: 400;
}

.mainNewsItem .date img {
    margin-right: 14px;
}

.mainNewsItem .title {
    margin-top: 14px;
    font-family: "Gilroy";
    font-size: 36px;
    line-height: 43px;
    font-weight: bold;
    background: #16162e;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mainNewsItem .content {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-left: 4px;
}

.mainNewsItem [class*=btn] {
    align-self: flex-start;
    margin-left: 9px;
    margin-top: auto;
}

.pageHeaderWrapper {
    position: relative;
    background-color: #fff;
    background-size: cover;
    background-position: center top -130px;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 1;
}

.pageHeaderWrapper::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    right: 50%;
    margin-right: -960px;
    width: 1920px;
    min-height: 675px;
    height: 100%;
    background-image: url(../../img/start_back_2.png);
    background-size: auto 80%;
    background-position: 430px top;
    background-repeat: no-repeat;
    opacity: 0.92;
    z-index: -1;
}

.pageBanner {
    padding-top: 55px;
    padding-bottom: 78px;
}

.pageTitle {
    position: relative;
    z-index: 1;
}

.pageTitle::before {
    content: "";
    display: none;
    position: absolute;
    top: 0px;
    right: calc(100% + 41px);
    width: 100px;
    height: 100%;
    background-image: url(../../img/dots.png);
    background-position: right top 20px;
    background-repeat: no-repeat;
    z-index: -1;
}

.pageTitle::after {
    content: attr(data-after);
    display: block;
    position: absolute;
    left: 0px;
    top: -15px;
    font-size: 119px;
    line-height: 119px;
    color: #1483ff;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: 0.07;
    z-index: -1;
}

.infoSection {
    padding-top: 95px;
    padding-bottom: 45px;
}

.infoSection .wrapper {
    display: flex;
    justify-content: space-between;
}

.infoSection .wrapper+.wrapper {
    margin-top: 52px;
}

.infoSection .leftSide,
.infoSection .rightSide {
    width: calc((100% - 40px) / 2);
}

.infoSection .titleContainer+.contentContainer {
    margin-top: 24px;
}

.infoSection .image {
    padding-top: 19px;
    padding-left: 16px;
}

.infoSection .image img {
    display: block;
    max-width: 100%;
}

.infoSection .videoBlock {
    margin-top: 80px;
}

.aboutSection {
    position: relative;
    z-index: 1;
}

.aboutSection::before {
    content: "";
    display: block;
    position: absolute;
    top: 98px;
    left: 50%;
    margin-left: -960px;
    width: 939px;
    height: 517px;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.aboutSection .videoBlock {
    position: relative;
}

.aboutSection .videoBlock::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -108px;
    left: -128px;
    width: 1067px;
    height: 738px;
    background-image: url(../../img/about_back_3.png);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.advantagesSection {
    position: relative;
    padding-top: 45px;
    padding-bottom: 60px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.advantagesList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
    row-gap: 34px;
}

.advantageItem {
    padding-left: 6px;
    display: flex;
}

.advantageItem .icon {
    position: relative;
    margin-top: 11px;
    width: 80px;
    height: 85px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(20 131 255 / 15%);
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    border-radius: 14px;
}

.advantageItem .icon::before,
.advantageItem .icon::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../../img/borders_md.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.advantageItem .icon::before {
    left: 6px;
    top: -5px;
}

.advantageItem .icon::after {
    left: -5px;
    top: 7px;
}

.advantageItem .data {
    margin-left: 28px;
}

.advantageItem .title {
    display: block;
    font-size: 22px;
    line-height: 27px;
    color: #1483ff;
    font-weight: bold;
}

.advantageItem p {
    font-size: 16px;
    line-height: 19px;
    color: #a6aacd;
    font-weight: 400;
}

.investSection {
    padding-top: 80px;
    padding-bottom: 80px;
}

.investSection .titleContainer+.contentContainer {
    margin-top: 24px;
}

.investSection .stepsList {
    margin-top: 36px;
}

.investSection [class*=btn] {
    margin-top: 60px;
    width: 306px;
}

.stepsList .stepItem+.stepItem {
    margin-top: 30px;
}

.stepItem {
    position: relative;
    display: flex;
    align-items: center;
    height: 130px;
    background-size: auto 100%;
    background-position: right center;
    background-repeat: no-repeat;
}

.stepItem:nth-child(1) {
    background-image: url(../../img/how_1.png);
}

.stepItem:nth-child(2) {
    background-image: url(../../img/how_2.png);
}

.stepItem:nth-child(3) {
    background-image: url(../../img/how_3.png);
}

.stepItem .num {
    display: block;
    position: absolute;
    left: -7px;
    top: -29px;
    font-size: 184px;
    line-height: 182px;
    color: #16162e;
    font-weight: bold;
    letter-spacing: no-repeat;
    z-index: 1;
}

.stepItem .data {
    width: 565px;
    margin-left: auto;
    padding-left: 36px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.stepItem .title {
    display: block;
    font-size: 24px;
    line-height: 27px;
    color: #1483ff;
    font-weight: bold;
}

.stepItem p {
    font-size: 16px;
    line-height: 19px;
    color: #a6aacd;
    font-weight: 400;
}

.palnsSection {
    padding-top: 55px;
    padding-bottom: 50px;
    background-position: center top;
    background-repeat: no-repeat;
}

.palnsSection .titleContainer+.contentContainer {
    margin-top: 46px;
}

.palnsSection .pagination {
    margin-top: 40px;
}

.invPlanList .invPlanItem+.invPlanItem {
    margin-top: 30px;
}

.invPlanItem {
    position: relative;
    padding-left: 82px;
    padding-top: 22px;
    padding-right: 37px;
    padding-bottom: 23px;
    display: flex;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 20px 40px 0 rgb(0 40 82 / 6%);
}

.invPlanItem .name {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 60px;
    line-height: 60px;
    font-weight: bold;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -moz-transform-origin: 16% 3%;
    -ms-transform-origin: 16% 3%;
    -webkit-transform-origin: 16% 3%;
    -o-transform-origin: 16% 3%;
    transform-origin: 16% 3%;
    background: #16162e;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 1;
    white-space: nowrap;
}

.invPlanItem .pct {
    width: 330px;
    padding-top: 12px;
    align-self: center;
    font-size: 100px;
    line-height: 100px;
    font-weight: bold;
    background: #1483ff;
    background: linear-gradient(to bottom, #90abf8 0%, #efaccf 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.invPlanItem .pct sub {
    font-size: 60px;
    vertical-align: baseline;
}

.invPlanItem .info {
    align-self: center;
    font-size: 14px;
    line-height: 17px;
    color: #16162e;
    font-weight: 400;
}

.invPlanItem .info li+li {
    margin-top: 15px;
}

.invPlanItem .info .data {
    display: block;
    margin-top: 10px;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    background: #a6aacd;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.invPlanItem .form {
    display: flex;
    margin-left: auto;
    padding-left: 40px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.invPlanItem .form img {
    flex-shrink: 0;
    align-self: center;
}

.invPlanItem .form .wrap {
    margin-left: 34px;
    width: 307px;
    flex-shrink: 0;
}

.invPlanItem .form label+.inWrap {
    margin-top: 7px;
}

.invPlanItem .result {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
}

.invPlanItem .result .title {
    display: block;
    font-size: 16px;
    line-height: 19px;
    color: #16162e;
    font-weight: 400;
}

.invPlanItem .result .sum {
    display: block;
    margin-top: 5px;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    white-space: nowrap;
}

.invPlanItem .result li {
    width: 140px;
}

.invPlanItem .result li:first-child .sum {
    background: #1483ff;
    background: linear-gradient(to right, #90abf8 0%, #efaccf 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.invPlanItem .result li:last-child .sum {
    background: #1483ff;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.invPlanItem [class*=btn] {
    margin-top: 17px;
}

.termsSection {
    padding-top: 80px;
    padding-bottom: 40px;
    background-position: center top;
    background-repeat: no-repeat;
}

.termsSection .titleContainer+.contentContainer {
    margin-top: 24px;
}

.termsSection .rulesList {
    margin-top: 20px;
}

.rulesList {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

.rulesList .rulesItem+.rulesItem {
    margin-top: 40px;
}

.rulesItem {
    position: relative;
    padding-left: 33px;
}

.rulesItem::before {
    content: "";
    display: block;
    position: absolute;
    left: 3px;
    top: 7px;
    width: 12px;
    height: 12px;
    background: #1483ff;
    box-shadow: 0px 0px 0px 5px #f5f5f9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.faqSection {
    padding-top: 80px;
    padding-bottom: 50px;
}

.faqSection .titleContainer+.contentContainer {
    margin-top: 30px;
}

.faqSection .faqList {
    display: flex;
    justify-content: space-between;
}

.faqSection .faqList .col {
    width: calc((100% - 40px) / 2);
}

.faqSection .faqItem+.faqItem {
    margin-top: 24px;
}

.contactFormSection {
    padding: 50px 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.contactForm {
    display: flex;
    justify-content: space-between;
    padding-left: 55px;
    padding-top: 24px;
    padding-right: 60px;
    padding-bottom: 38px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 20px 40px 0 rgb(0 40 82 / 6%);
}

.contactForm .leftSide {
    width: 300px;
    padding-bottom: 10px;
    align-self: center;
}

.contactForm .rightSide {
    width: 686px;
    flex-shrink: 0;
}

.contactForm .title {
    display: block;
    font-family: "Gilroy";
    font-size: 36px;
    line-height: 43px;
    font-weight: bold;
    background: #16162e;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contactForm .info {
    margin-top: 20px;
}

.contactForm .formWrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 34px;
    row-gap: 13px;
}

.contactForm .formWrap .fieldItem:nth-child(3) {
    grid-column: 1/3;
}

.contactForm .fieldItem {
    display: flex;
    flex-direction: column;
}

.contactForm .fieldItem label+.inWrap {
    margin-top: 9px;
}

.contactForm [class*=btn] {
    margin-top: auto;
}

.contactsSection {
    padding-top: 80px;
    padding-bottom: 50px;
}

.contactsSection .titleContainer+.contentContainer {
    margin-top: 24px;
}

.contactsSection .wrapper {
    margin-top: 37px;
    display: flex;
    justify-content: space-between;
}

.contactsSection .wrapper .col {
    width: calc((100% - 40px) / 2);
}

.contactsSection .contactItem+.contactItem {
    margin-top: 20px;
}

.contactsSection .contactMap+.contactItem {
    margin-top: 20px;
}

.contactItem {
    min-height: 122px;
    padding-left: 35px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 20px 40px 0 rgb(0 40 82 / 6%);
}

.contactItem .title {
    width: 172px;
    flex-shrink: 0;
    font-size: 34px;
    line-height: 34px;
    font-weight: bold;
    background: #16162e;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contactItem .data {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 19px;
    color: #16162e;
    font-weight: 400;
}

.contactItem .data a {
    color: inherit;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.contactItem .data a:hover {
    color: #1483ff;
}

.contactItem .icon {
    width: 79px;
    flex-shrink: 0;
}

.contactMap {
    position: relative;
    height: 264px;
    overflow: hidden;
    background: #fff;
    border-radius: 15px;
}

.contactMap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.authPage {
    padding-top: 10px;
    background-position: center top;
    background-repeat: no-repeat;
    box-shadow: inset 0 10px 0 #1583ff;
}

.authHeader {
    padding-top: 24px;
    padding-bottom: 40px;
    background-color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../../img/start_back.jpg);
}

.authHeader .topLine {
    display: flex;
    justify-content: center;
    align-items: center;
}

.authHeader .topLine [class*=btn] {
    min-width: 98px;
}

.authHeader .headAuth {
    margin-left: 30px;
}

.authHeader .titleBlock {
    position: relative;
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}

.authSection {
    margin-top: 50px;
    padding-bottom: 70px;
}

.authForm {
    padding-left: 30px;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 20px 40px 0 rgb(0 40 82 / 6%);
}

.authForm .formWrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(auto, 326px));
    column-gap: 40px;
    row-gap: 14px;
    justify-content: center;
}

.authForm .fieldItem:nth-last-child(1),
.authForm .fieldItem:nth-last-child(2) {
    grid-column: 1/3;
    width: 326px;
    margin: 0px auto;
}

.authForm .fieldItem:nth-last-child(1) {
    padding-top: 16px;
}

.authForm .fieldItem:nth-last-child(2) {
    padding-top: 10px;
}

.authForm .fieldItem label+.inWrap {
    margin-top: 8px;
}

.authForm .siteLink {
    display: table;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}

.authForm.login {
    padding-top: 42px;
    padding-bottom: 53px;
}

.loadingPage {
    position: relative;
    min-height: 100vh;
    padding-top: 80px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: 1;
}

.loadingPage .titleBlock {
    position: relative;
    z-index: 1;
}

.loadingPage .loader {
    display: block;
    margin-top: 235px;
    margin-left: auto;
    margin-right: auto;
}

.loadingPage .greet {
    display: block;
    margin-top: 175px;
    text-align: center;
    font-size: 24px;
    line-height: 29px;
    color: #16162e;
    font-weight: bold;
    text-transform: uppercase;
}

.loadingPage .greet span {
    display: block;
    color: #1483ff;
}

.loadingPage::before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 140px;
    right: 90px;
    bottom: 0px;
    margin: auto;
    width: 1176px;
    height: 497px;
    background-image: url(../../img/logo.png);
    opacity: 0.07;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.cabinetWrapper {
    position: relative;
    padding-bottom: 35px;
    min-height: 1030px;
    display: flex;
    background-color: #fff;
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
}

.cabinetWrapper .leftSide {
    width: 315px;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
}

.cabinetWrapper .rightSide {
    width: calc(100% - 315px);
    padding-left: 15px;
    padding-right: 330px;
}

.cabinetWrapper .logoWrapper {
    padding-top: 27px;
    padding-left: 33px;
}

.cabinetWrapper .cabinetMenu {
    margin-top: 30px;
    margin-bottom: 15px;
}

.cabinetWrapper .copyright {
    margin-top: auto;
    font-size: 16px;
    line-height: 19px;
    color: #16162e;
    font-weight: 400;
    text-align: center;
}

.openCabinetMenu {
    position: relative;
    display: none;
    height: 50px;
    padding-top: 8px;
    padding-bottom: 7px;
    background: #1483ff;
    cursor: pointer;
    z-index: 1;
}

.openCabinetMenu::before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #0770e5;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: -1;
}

.openCabinetMenu .button {
    margin: 0px auto;
    width: 37px;
    padding: 8px 0px;
    margin-left: 35px;
}

.openCabinetMenu .button span {
    display: block;
    height: 1px;
    background-color: #fff;
}

.openCabinetMenu .button span+span {
    margin-top: 8px;
}

.openCabinetMenu:hover::before {
    opacity: 1;
}

.cabinetLogo {
    width: 247px;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    position: relative;
    z-index: 1;
}

.cabinetLogo>a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
}

.cabinetLogo img {
    display: block;
    width: 100%;
}

.cabinetLogo:hover {
    opacity: 0.7;
}

.cabinetMenu {
    position: relative;
    padding-top: 40px;
    padding-right: 30px;
    padding-bottom: 40px;
    z-index: 1;
}

.cabinetMenu::before {
    content: "";
    display: block;
    position: absolute;
    left: -2px;
    top: 0px;
    width: calc(100% + 2px);
    height: 100%;
    border-radius: 0px 15px 15px 0px;
    z-index: -1;
    background-image: url(../../img/new_bg.jpg);
    background-color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cabinetMenu li {
    position: relative;
    z-index: 1;
    padding-left: 25px;
    height: 71px;
    display: flex;
    align-items: center;
    font-size: 17px;
    line-height: 17px;
    color: #16162e;
    font-weight: 400;
    background-color: rgb(255 255 255 / 20%);
    border-left-width: 0px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: transparent;
    -webkit-transition: color 0.3s, border-color 0.3s;
    -moz-transition: color 0.3s, border-color 0.3s;
    -o-transition: color 0.3s, border-color 0.3s;
    transition: color 0.3s, border-color 0.3s;
    -webkit-border-radius: 0px 15px 15px 0px;
    -moz-border-radius: 0px 15px 15px 0px;
    -ms-border-radius: 0px 15px 15px 0px;
    border-radius: 0px 15px 15px 0px;
}

.cabinetMenu li>a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
}

.cabinetMenu li::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -10px;
    font-family: "icomoon";
    font-size: 20px;
    line-height: 20px;
    color: #1483ff;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.cabinetMenu li [class*=icon] {
    display: block;
    width: 35px;
    color: #1483ff;
}

.cabinetMenu li+li {
    margin-top: 10px;
}

.cabinetMenu li:hover,
.cabinetMenu li.active {
    color: #1483ff;
    border-color: #1483ff;
}

.cabinetMenu li.active::before {
    opacity: 1;
}

.cabinetContacts {
    height: 160px;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    text-align: center;
    background-image: url(../../img/cabinet_contacts.png);
    background-position: center;
    background-repeat: no-repeat;
}

.cabinetContacts li {
    margin: 10px 8px !important;
}

.cabinetContacts li:first-child {
    width: 100%;
    display: flex;
    justify-content: center;
}

.cabinetInfoWrapper {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 315px;
}

.cabinetInfo {
    position: relative;
    padding-left: 30px;
    padding-top: 47px;
    padding-right: 30px;
    padding-bottom: 28px;
    z-index: 1;
}

.cabinetInfo::before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: calc(100% + 2px);
    height: 100%;
    border-radius: 15px 0px 0px 15px;
    z-index: -1;
    background-image: url(../../img/new_bg.jpg);
    background-color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cabinetInfo .data {
    margin-top: 30px;
}

.cabinetInfo .data li {
    font-size: 16px;
    line-height: 19px;
    color: #16162e;
    font-weight: 400;
    text-align: center;
}

.cabinetInfo .data li span {
    display: block;
    font-size: 18px;
    line-height: 23px;
}

.cabinetInfo .data li+li {
    margin-top: 34px;
}

.cabinetInfo .cabinetBalance {
    margin-top: 46px;
}

.cabinetUser {
    text-align: center;
}

.cabinetUser .icon {
    position: relative;
    margin: 0px auto;
    width: 74px;
    height: 74px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    overflow: hidden;
}

.cabinetUser .icon input {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 0;
}

.cabinetUser .icon label {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.cabinetUser .icon:hover {
    opacity: 0.7;
}

.cabinetUser .title {
    display: block;
    margin-top: 14px;
    font-size: 16px;
    line-height: 19px;
    color: #16162e;
    font-weight: 400;
}

.cabinetUser .name {
    display: block;
    margin-top: 3px;
    font-size: 18px;
    line-height: 19px;
    color: #1483ff;
}

.cabinetBalance {
    padding-top: 48px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 44px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
}

.cabinetBalance .icon {
    position: relative;
    margin: 0px auto;
    width: 80px;
    height: 85px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(20 131 255 / 15%);
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    border-radius: 14px;
}

.cabinetBalance .icon::before,
.cabinetBalance .icon::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../../img/borders_md.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.cabinetBalance .icon::before {
    left: 6px;
    top: -5px;
}

.cabinetBalance .icon::after {
    left: -5px;
    top: 7px;
}

.cabinetBalance .title {
    display: block;
    margin-top: 28px;
    font-size: 16px;
    line-height: 19px;
    color: #16162e;
    font-weight: 400;
}

.cabinetBalance .sum {
    display: block;
    margin-top: 13px;
    font-family: "Gilroy";
    font-size: 48px;
    line-height: 48px;
    color: #1483ff;
    font-weight: bold;
}

.cabinetBalance .sum sub {
    font-size: 36px;
    vertical-align: baseline;
}

.cabinetBalance [class*=btn] {
    margin-top: 12px;
}

.cabinetContent {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 35px;
}

.cabinetContent .cabinetPageTitle {
    margin-top: 40px;
}

.cabinetContent .cabinetContentWrapper {
    margin-top: 22px;
}

.cabinetContent .cabinetLogo {
    display: none;
}

.cabinetContentWrapper {
    position: relative;
    padding: 30px;
    z-index: 1;
}

.cabinetContentWrapper::before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 20px 40px 0 rgb(0 40 82 / 6%);
    z-index: -1;
}

.accountInfo {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
    row-gap: 30px;
}

.accountInfo .item {
    padding-left: 15px;
    padding-top: 34px;
    padding-right: 15px;
    padding-bottom: 15px;
    min-height: 235px;
    text-align: center;
    background-color: #f5f5f9;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
}

.accountInfo .refStat {
    padding-top: 24px;
}

.accountInfo .icon {
    position: relative;
    margin: 0px auto;
    width: 80px;
    height: 85px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(20 131 255 / 15%);
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    border-radius: 14px;
}

.accountInfo .icon::before,
.accountInfo .icon::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../../img/borders_md.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.accountInfo .icon::before {
    left: 6px;
    top: -5px;
}

.accountInfo .icon::after {
    left: -5px;
    top: 7px;
}

.accountInfo .title {
    display: block;
    margin-top: 22px;
    font-size: 16px;
    line-height: 19px;
    color: #16162e;
    font-weight: 400;
}

.accountInfo .data {
    margin-top: 5px;
}

.accountInfo .name,
.accountInfo .sum {
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 19px;
    color: #16162e;
}

.accountInfo .siteLink {
    position: relative;
    font-weight: 400;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.accountInfo .stat {
    display: flex;
    justify-content: center;
    font-size: 16px;
    line-height: 16px;
}

.accountInfo .stat li {
    text-decoration: underline;
}

.accountInfo .stat li:first-child {
    color: #a6aacd;
}

.accountInfo .stat li:last-child {
    color: #1483ff;
}

.accountInfo .stat li+li {
    margin-left: 24px;
}

.accountInfo+.accountStat {
    margin-top: 40px;
}

.accountStat .item {
    padding-left: 60px;
    padding-top: 38px;
    padding-right: 44px;
    padding-bottom: 53px;
    background-color: #f5f5f9;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
}

.accountStat .item+.item {
    margin-top: 30px;
}

.accountStat .accountStatList {
    margin-top: 35px;
}

.accountStatList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.accountStatList li {
    position: relative;
    padding-left: 41px;
}

.accountStatList li::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 5px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    background: #1483ff;
    -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.4);
    -moz-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.4);
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.4);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.accountStatList .title {
    display: block;
    font-size: 16px;
    line-height: 19px;
    color: #16162e;
    font-weight: 400;
}

.accountStatList .sum {
    display: block;
    font-family: "Gilroy";
    font-size: 36px;
    line-height: 36px;
    color: #1483ff;
    font-weight: bold;
}

.depositsSection {
    padding-top: 20px;
    padding-bottom: 10px;
}

.depositsSection .pagination {
    margin-top: 50px;
}

.depList .depItem+.depItem {
    margin-top: 50px;
}

.depItem {
    margin-left: 65px;
    position: relative;
    padding-left: 168px;
    padding-top: 19px;
    padding-right: 32px;
    padding-bottom: 17px;
    background: #fff;
    border: 2px solid #f5f5f9;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
}

.depItem .titleBlock {
    position: absolute;
    top: -22px;
    left: -68px;
    width: 203px;
    height: 234px;
    padding-top: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url(../../img/dep_back.png);
    background-position: center;
    background-repeat: no-repeat;
}

.depItem .name {
    display: block;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    background: white;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space: nowrap;
}

.depItem .pct {
    display: block;
    margin-top: 10px;
    font-size: 50px;
    line-height: 50px;
    font-weight: bold;
    background: #b1d6ff;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.depItem .pct sub {
    font-size: 34px;
    vertical-align: baseline;
}

.depItem .period {
    display: block;
    font-size: 18px;
    line-height: 18px;
    color: #16162e;
    font-weight: bold;
}

.depItem .term {
    display: block;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    background: #b1d6ff;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.depItem .info {
    padding-left: 103px;
    display: flex;
    font-size: 14px;
    line-height: 17px;
    color: #16162e;
    font-weight: 400;
}

.depItem .info li {
    width: 200px;
}

.depItem .info li+li {
    margin-left: 45px;
}

.depItem .info li:last-child {
    margin-left: auto;
}

.depItem .info .data {
    display: block;
    margin-top: 10px;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    background: #0770e5;
    background: -moz-linear-gradient(top, #0770e5 0%, #1483ff 100%);
    background: -webkit-linear-gradient(top, #0770e5 0%, #1483ff 100%);
    background: linear-gradient(to bottom, #0770e5 0%, #1483ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.depItem .form {
    margin-top: 17px;
    padding-top: 16px;
    width: 100%;
    margin-left: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.depItem .form img {
    flex-shrink: 0;
    align-self: center;
}

.depItem .form .wrap {
    display: flex;
}

.depItem .form label+.inWrap {
    margin-top: 7px;
}

.depItem .fieldItem {
    width: 226px;
    flex-shrink: 0;
}

.depItem .result {
    margin-left: 28px;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
}

.depItem .result .title {
    display: block;
    font-size: 16px;
    line-height: 19px;
    color: #16162e;
    font-weight: 400;
}

.depItem .result .sum {
    display: block;
    margin-top: 5px;
    font-size: 28px;
    line-height: 30px;
    font-weight: bold;
    white-space: nowrap;
}

.depItem .result li {
    width: 188px;
}

.depItem .result li:first-child .sum {
    background: #16162e;
    background: linear-gradient(to right, #90abf8 0%, #efaccf 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.depItem .result li:last-child .sum {
    background: #1483ff;
    background: -moz-linear-gradient(left, #1483ff 0%, #0770e5 100%);
    background: -webkit-linear-gradient(left, #1483ff 0%, #0770e5 100%);
    background: linear-gradient(to right, #1483ff 0%, #0770e5 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.depItem [class*=btn] {
    width: 206px;
    margin-left: auto;
    margin-bottom: 5px;
    align-self: flex-end;
}

.depItem .depData {
    flex-shrink: 0;
}

.depItem .depProgress {
    margin-left: auto;
    margin-top: 5px;
}

.depItem.type2 {
    padding-left: 165px;
    padding-top: 21px;
    padding-right: 30px;
}

.depItem.type2 .titleBlock {
    padding-top: 46px;
    justify-content: flex-start;
}

.depItem.type2 .pct {
    margin-top: 0px;
}

.depItem.type2 .term {
    margin-top: 5px;
}

.depItem.type2 .form {
    display: flex;
    padding-top: 15px;
}

.depItem.done {
    opacity: 0.4;
    pointer-events: none;
}

.depInfo {
    display: flex;
    justify-content: space-between;
}

.depInfo li {
    display: flex;
}

.depInfo .icon {
    flex-shrink: 0;
}

.depInfo .wrap {
    margin-left: 10px;
    padding-top: 2px;
}

.depInfo .title {
    display: block;
    font-size: 14px;
    line-height: 14px;
    color: #16162e;
    font-weight: 400;
}

.depInfo .data {
    display: block;
    margin-top: 8px;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    background: #0770e5;
    background: -moz-linear-gradient(top, #0770e5 0%, #1483ff 100%);
    background: -webkit-linear-gradient(top, #0770e5 0%, #1483ff 100%);
    background: linear-gradient(to bottom, #0770e5 0%, #1483ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.depData {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}

.depData li {
    font-size: 14px;
    line-height: 23px;
    color: #16162e;
    font-weight: 400;
}

.depData li span {
    color: #1483ff;
}

.depProgress {
    width: 300px;
    display: flex;
    padding-left: 12px;
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 5px;
    background: #f5f5f9;
    border: 2px solid transparent;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
}

.depProgress .progress {
    width: 150px;
    padding-top: 2px;
    flex-shrink: 0;
}

.depProgress .title {
    display: block;
    font-size: 14px;
    line-height: 14px;
    color: #16162e;
    font-weight: 400;
}

.depProgress .line {
    position: relative;
    margin-top: 9px;
    height: 14px;
    background-color: #a6aacd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.depProgress .line .in {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    background-image: url(../../img/progress_back.png);
    background-size: auto 100%;
    background-position: left top;
    background-repeat: repeat-x;
}

.depProgress .num {
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 45px;
    line-height: 45px;
    font-weight: bold;
    background: #0770e5;
    background: -moz-linear-gradient(top, #0770e5 0%, #1483ff 100%);
    background: -webkit-linear-gradient(top, #0770e5 0%, #1483ff 100%);
    background: linear-gradient(to bottom, #0770e5 0%, #1483ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.depProgress .num sub {
    font-size: 30px;
    vertical-align: baseline;
}

.depositSection {
    padding: 30px 30px 50px;
    background-color: #f5f5f9;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
}

.depositSection .depTable {
    max-width: 665px;
    margin-left: auto;
    margin-right: auto;
}

.depositSection [class*=btn] {
    width: 306px;
    margin-top: 40px;
}

.depTable .row {
    position: relative;
    height: 61px;
    padding-left: 66px;
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.08);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
}

.depTable .row::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 25px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    background: #1483ff;
    -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.4);
    -moz-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.4);
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.4);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.depTable .row+.row {
    margin-top: 10px;
}

.depTable .param {
    font-size: 16px;
    line-height: 19px;
    color: #16162e;
    font-weight: 400;
}

.depTable .data {
    font-family: "Gilroy";
    font-size: 20px;
    line-height: 1;
    color: #1483ff;
    font-weight: bold;
}

.depTable .data.status {
    font-size: 24px;
}

.depTable .data.date,
.depTable .data.progress {
    font-size: 16px;
    font-weight: 400;
}

.depTable .data.date span,
.depTable .data.progress span {
    font-size: 20px;
    font-weight: 700;
}

.referralSection .accountInfo+.referralTabs {
    margin-top: 50px;
}

.referralSection .pagination {
    margin-top: 50px;
}

.refStat .title {
    margin-top: 0px;
}

.refStat .refStatTable {
    margin-top: 18px;
}

.refStatTable {
    max-width: 455px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.refStatTable .date {
    width: 188px;
}

.refStatTable .col2 {
    width: 186px;
}

.refStatTable .head {
    display: flex;
    font-size: 16px;
    line-height: 24px;
    color: #a6aacd;
    font-weight: 400;
}

.refStatTable .row {
    height: 26px;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    background-color: rgba(255, 255, 255, 0.08);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.refStatTable .row .date {
    padding-left: 11px;
    font-size: 12px;
    line-height: 12px;
    color: #16162e;
    font-weight: 400;
}

.refStatTable .row .col2 {
    color: #1483ff;
}

.refStatTable .row .col3 {
    color: #0770e5;
}

.refStatTable .row+.row {
    margin-top: 5px;
}

.referralTabs .tabsList {
    display: flex;
    padding-left: 20px;
}

.referralTabs .tabsList li {
    width: 278px;
    background-color: transparent;
    -webkit-border-radius: 15px 15px 0px 0px;
    -moz-border-radius: 15px 15px 0px 0px;
    -ms-border-radius: 15px 15px 0px 0px;
    border-radius: 15px 15px 0px 0px;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.referralTabs .tabsList li a {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60px;
    padding: 5px;
    font-size: 24px;
    line-height: 25px;
    color: #16162e;
    font-weight: 400;
    text-align: center;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.referralTabs .tabsList li:hover a {
    color: #1483ff;
}

.referralTabs .tabsList li.active {
    background-color: #f5f5f9;
}

.referralTabs .tabsList li.active a {
    color: #1483ff;
}

.referralTabs .tabsList li+li {
    margin-left: 10px;
}

.referralTabs .tabContentWrapper {
    background-color: #f5f5f9;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
}

.referralTabs .tabContent {
    padding-left: 30px;
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 40px;
}

.refList .refItem+.refItem {
    margin-top: 10px;
}

.refItem .head {
    display: flex;
    align-items: center;
    min-height: 71px;
    padding-left: 18px;
    padding-right: 27px;
    background-color: rgba(255, 255, 255, 0.08);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    cursor: pointer;
}

.refItem .head:hover {
    background-color: rgba(255, 255, 255, 0.14);
}

.refItem .icon {
    margin-right: 32px;
    width: 37px;
    height: 37px;
    flex-shrink: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.refItem .control {
    position: relative;
    width: 36px;
    height: 36px;
    flex-shrink: 0px;
    margin-left: auto;
}

.refItem .control img {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.refItem .control .show {
    opacity: 1;
}

.refItem .control .hide {
    opacity: 0;
}

.refItem .title {
    display: block;
    font-size: 14px;
    line-height: 14px;
    color: #a6aacd;
    font-weight: 400;
}

.refItem .data {
    display: block;
    font-size: 16px;
    line-height: 16px;
    color: #16162e;
    position: relative;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.refItem .login {
    width: 235px;
}

.refItem .date {
    width: 180px;
}

.refItem .email {
    width: 330px;
}

.refItem .content {
    display: none;
    font-size: 16px;
    line-height: 19px;
    color: #16162e;
    font-weight: 400;
}

.refItem .content .in {
    padding-left: 87px;
    padding-top: 23px;
    padding-right: 15px;
    padding-bottom: 26px;
}

.refItem .content span {
    color: #1483ff;
}

.refItem.active .head {
    background-color: rgba(255, 255, 255, 0.14);
}

.refItem.active .control .show {
    opacity: 0;
}

.refItem.active .control .hide {
    opacity: 1;
}

.refItem.active .content {
    display: block;
}

.historySection .historyBlock {
    margin-top: 30px;
}

.filterBlock {
    padding-left: 30px;
    padding-top: 14px;
    padding-right: 30px;
    padding-bottom: 20px;
    background-color: #f5f5f9;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
}

.filterBlock .formWrap {
    display: flex;
    align-items: flex-end;
}

.filterBlock .formWrap label+.inWrap {
    margin-top: 8px;
}

.filterBlock .type {
    width: 226px;
}

.filterBlock .type+.date {
    margin-left: 30px;
}

.filterBlock .date {
    display: flex;
}

.filterBlock .date .item {
    width: 94px;
}

.filterBlock .date .item+.item {
    margin-left: 15px;
}

.filterBlock .date+.date {
    margin-left: 30px;
}

.filterBlock [class*=btn] {
    margin-left: auto;
    width: 110px;
}

.historyBlock {
    padding-left: 30px;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    background-color: #f5f5f9;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
}

.historyBlock .pagination {
    margin-top: 50px;
}

.historyTable .tRow {
    display: flex;
    align-items: center;
    min-height: 71px;
    padding-left: 25px;
    padding-right: 30px;
    background-color: rgba(255, 255, 255, 0.08);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
}

.historyTable .tRow+.tRow {
    margin-top: 10px;
}

.historyTable .type {
    width: 150px;
    font-size: 16px;
    line-height: 19px;
    color: #1483ff;
}

.historyTable .date {
    width: 190px;
}

.historyTable .pay {
    width: 175px;
}

.historyTable .in {
    width: 135px;
}

.historyTable .out {
    width: 150px;
}

.historyTable .info {
    margin-left: auto;
}

.historyTable .title {
    display: block;
    font-size: 14px;
    line-height: 14px;
    color: #a6aacd;
    font-weight: 400;
}

.historyTable .data {
    display: block;
    font-size: 16px;
    line-height: 16px;
    color: #16162e;
}

.tooltipControl {
    position: relative;
    display: block;
}

.tooltipControl [class*=icon] {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 30px;
    color: #a6aacd;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    cursor: pointer;
}

.tooltipControl [class*=icon]:hover {
    color: #1483ff;
}

.tooltipControl .tooltipBlock {
    display: none;
    position: absolute;
    right: 4px;
    bottom: calc(100% + 15px);
    width: 268px;
    padding-left: 19px;
    padding-top: 10px;
    padding-right: 19px;
    padding-bottom: 14px;
    font-size: 14px;
    line-height: 17px;
    color: #16162e;
    font-weight: 400;
    background-color: #050e1b;
    border: 1px solid white;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}

.tooltipControl .tooltipBlock::before {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    right: 28px;
    border-top: 14px solid white;
    border-left: 14px solid transparent;
}

.tooltipControl .tooltipBlock::after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    right: 29px;
    border-top: 12px solid #050e1b;
    border-left: 12px solid transparent;
}

.withdrawSection {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
    row-gap: 30px;
}

.withdrawSection .fieldwrap {
    padding-left: 30px;
    padding-top: 40px;
    padding-right: 30px;
    padding-bottom: 50px;
    min-height: 297px;
    background-color: #f5f5f9;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
}

.withdrawSection .fieldwrap:first-child {
    grid-column: 1/3;
}

.withdrawSection .fieldwrap.sm {
    padding-top: 48px;
}

.withdrawSection .fieldwrapTitle+.content {
    margin-top: 24px;
}

.withdrawSection .fieldItem {
    width: 226px;
}

.withdrawSection .fieldItem label+.inWrap {
    margin-top: 8px;
}

.withdrawSection .result {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.withdrawSection .result .sum {
    display: block;
    font-family: "Gilroy";
    font-size: 48px;
    line-height: 48px;
    color: #1483ff;
    font-weight: bold;
}

.withdrawSection .result .sum sub {
    font-size: 36px;
    vertical-align: baseline;
}

.withdrawSection [class*=btn] {
    width: 174px;
}

.fieldwrapTitle {
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 7px;
    display: flex;
    align-items: center;
}

.fieldwrapTitle .num {
    position: relative;
    margin-right: 37px;
    width: 80px;
    height: 85px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    line-height: 36px;
    color: #1483ff;
    font-weight: bold;
    background-color: rgb(20 131 255 / 15%);
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    border-radius: 14px;
}

.fieldwrapTitle .num::before,
.fieldwrapTitle .num::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../../img/borders_md.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.fieldwrapTitle .num::before {
    left: 6px;
    top: -5px;
}

.fieldwrapTitle .num::after {
    left: -5px;
    top: 7px;
}

.cabPaymentList {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.cabPaymentItem {
    position: relative;
    text-align: center;
}

.cabPaymentItem input {
    position: absolute;
    opacity: 0;
}

.cabPaymentItem input:checked~.in {
    border-color: #1483ff;
}

.cabPaymentItem label {
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.cabPaymentItem .in {
    padding-left: 5px;
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 5px;
    height: 121px;
    background: #fff;
    border: 2px solid #ecedf6;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

.cabPaymentItem .img {
    display: flex;
    width: 40px;
    height: 40px;
    margin: 0px auto;
    justify-content: center;
    align-items: center;
}

.cabPaymentItem .title {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    line-height: 19px;
    color: #16162e;
    font-weight: 400;
}

.cabPaymentItem .sum {
    display: block;
    margin-top: 4px;
    font-size: 18px;
    line-height: 19px;
    color: #1483ff;
}

.cabPaymentItem:hover .in {
    border-color: #1483ff;
}

.linksTabs {
    display: flex;
    padding-bottom: 40px;
}

.linksTabs .tabsList {
    width: 264px;
    flex-shrink: 0;
}

.linksTabs .tabsList li {
    background-color: transparent;
    -webkit-border-radius: 15px 0px 0px 15px;
    -moz-border-radius: 15px 0px 0px 15px;
    -ms-border-radius: 15px 0px 0px 15px;
    border-radius: 15px 0px 0px 15px;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.linksTabs .tabsList li a {
    display: flex;
    align-items: center;
    padding-left: 30px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    min-height: 74px;
    font-size: 18px;
    line-height: 18px;
    color: #16162e;
    text-transform: uppercase;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.linksTabs .tabsList li a:hover {
    color: #1483ff;
}

.linksTabs .tabsList li.active {
    background-color: #f5f5f9;
}

.linksTabs .tabsList li.active a {
    color: #1483ff;
}

.linksTabs .tabContentWrapper {
    flex-grow: 1;
    background-color: #f5f5f9;
    -webkit-border-radius: 0px 15px 15px 15px;
    -moz-border-radius: 0px 15px 15px 15px;
    -ms-border-radius: 0px 15px 15px 15px;
    border-radius: 0px 15px 15px 15px;
}

.linksTabs .tabContent {
    padding-left: 30px;
    padding-top: 55px;
    padding-right: 30px;
    padding-bottom: 70px;
}

.bannerItem .title {
    display: block;
    font-size: 36px;
    line-height: 36px;
    color: #a6aacd;
    text-transform: uppercase;
    text-align: center;
}

.bannerItem .title span {
    color: #1483ff;
}

.bannerItem .img {
    display: table;
    margin-top: 168px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}

.bannerItem .img img {
    display: block;
    max-width: 100%;
}

.bannerItem .field {
    margin-top: 172px;
}

.bannerItem [class*=btn] {
    margin-top: 50px;
    min-width: 206px;
}

.settingsForm {
    padding-left: 40px;
    padding-top: 25px;
    padding-right: 40px;
    padding-bottom: 50px;
    background-color: #f5f5f9;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
}

.settingsForm .formWrap {
    position: relative;
    margin-top: 36px;
    z-index: 1;
}

.settingsForm .fieldGrid {

    grid-template-columns: repeat(2, 326px);
    column-gap: 40px;
    row-gap: 14px;
    justify-content: center;
}

.settingsForm .fieldGrid .col {
    width: 326px;
}

.settingsForm .fieldGrid .col:last-child {
    grid-column: 1/3;
    margin-left: auto;
    margin-right: auto;
}

.settingsForm .fieldGrid.simple .fieldItem {
    width: 326px;
}

.settingsForm .fieldGrid.simple .fieldItem:last-child {
    grid-column: 1/3;
    margin-left: auto;
    margin-right: auto;
}

.settingsForm .fieldItem label+.inWrap {
    margin-top: 8px;
}

.settingsForm .fieldItem+.checkList {
    margin-top: 32px;
}

.settingsForm .checkList+.fieldItem {
    margin-top: 19px;
}

.settingsForm [class*=btn] {
    margin-top: 26px;
}

.settingsForm .authBlock {
    margin-top: -74px;
}

.settingsForm+.settingsForm {
    margin-top: 30px;
}

.authBlock {
    width: 420px;
    padding-left: 30px;
}

.authBlock .title {
    display: block;
    font-size: 18px;
    line-height: 18px;
    color: #a6aacd;
    font-weight: bold;
    letter-spacing: -0.025em;
    text-transform: uppercase;
}

.authBlock .info {
    margin-top: 37px;
    font-size: 17px;
    line-height: 19px;
    color: #16162e;
}

.authBlock .code {
    display: block;
    margin-top: 10px;
    font-size: 24px;
    line-height: 36px;
    color: #1483ff;
}

.authBlock .qr {
    margin-top: 37px;
    width: 246px;
    height: 234px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
}

.authBlock .qr img {
    display: block;
    width: 100%;
}

.authBlock .fieldItem {
    margin-top: 74px;
    width: 326px;
}

.firstCap {
    display: block;
    font-size: 60px;
    line-height: 60px;
    color: #16162e;
    font-weight: bold;
}

.firstCap span {
    color: #0078ff;
}

@media (max-width: 767px) {
    .firstCap {
        font-size: 52px;
        line-height: 60px;
    }
}

.secCap {
    display: block;
    font-size: 36px;
    line-height: 43px;
    color: #16162e;
    font-weight: bold;
}

.textBlock {
    font-size: 16px;
    line-height: 19px;
    color: #000;
    font-weight: 400;
}

.textBlock p+p {
    margin-top: 20px;
}

.textBlock p .first {
    font-size: 24px;
    text-transform: uppercase;
}

.sectionTitle {
    position: relative;
    padding-bottom: 12px;
}

.sectionTitle::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 142px;
    height: 2px;
    background-color: #1483ff;
}

.sectionTitle.right {
    text-align: right;
}

.sectionTitle.right::before {
    left: auto;
    right: 0px;
}

.sectionTitle.center {
    text-align: center;
}

.sectionTitle.center::before {
    left: 0px;
    right: 0px;
    margin: 0px auto;
}

.footer {
    padding-top: 40px;
    padding-bottom: 33px;
    background-color: #fff;
    background-image: url(../../img/start_back.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.footer .sectionTitle {
    text-transform: uppercase;
}

.footer .wrapper {
    display: flex;
    justify-content: space-between;
}

.footer .leftSide {
    width: 660px;
}

.footer .rightSide {
    padding-top: 24px;
}

.footer .footInfo {
    margin-top: 21px;
}

.footer .footMenu {
    margin-top: 42px;
}

.footer .copyright {
    margin-top: 30px;
}

.footer .siteContacts {
    margin-top: 86px;
}

.footInfo {
    font-size: 16px;
    line-height: 19px;
    color: #16162e;
    font-weight: 400;
}

.footInfo li+li {
    margin-top: 21px;
}

.footMenu {
    display: flex;
}

.footMenu li a {
    font-size: 16px;
    line-height: 19px;
    color: #000;
    font-weight: 400;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.footMenu li a:hover {
    color: #1483ff;
}

.footMenu li.active a {
    color: #1483ff;
}

.footMenu li+li {
    margin-left: 64px;
}

.copyright {
    font-size: 16px;
    line-height: 19px;
    color: #16162e;
    font-weight: 400;
}

.pageFooter {
    overflow: hidden;
    margin-top: auto;
}

.authFooter {
    text-align: center;
    background-color: transparent;
}

.authFooter .footInfo {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
}

.authFooter .bottomLine {
    margin-top: 43px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.authFooter .bottomLine .footMenu {
    margin-top: 0px;
}

.authFooter .bottomLine .siteContacts {
    margin-top: 0px;
}

.bodyModal {
    overflow: hidden;
}

.modalsScroll {
    overflow: auto;
    overflow-x: hidden;
    position: fixed;
    z-index: -1;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    display: none;
}

.modalsScroll.open {
    z-index: 55;
    display: block;
}

.modals {
    height: 100vh;
    width: 100vw;
}

.modals.table {
    display: table;
}

.modals>.tCell {
    padding: 30px;
    overflow: auto;
    display: table-cell;
    vertical-align: middle;
}

.overlayModal {
    z-index: 1;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: none;
}

@media (min-width: 1801px) {
    .cabinetMobileWrapper {
        display: block !important;
    }
}

@media (max-width: 1800px) {
    .cabinetWrapper {
        display: block;
        padding-bottom: 87px;
    }
    .cabinetWrapper .leftSide {
        width: 100%;
    }
    .cabinetWrapper .rightSide {
        width: 1200px;
        padding-right: 15px;
        margin-left: auto;
        margin-right: auto;
    }
    .cabinetWrapper .copyright {
        position: absolute;
        bottom: 30px;
        left: 0px;
        right: 0px;
        margin: 0px auto;
    }
    .cabinetWrapper .cabinetMenu {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .cabinetMenu li,
    .cabinetBalance {
        background: #f5f5f9;
    }
    .cabinetLogo {
        width: 206px;
    }
    .cabinetMobileWrapper {
        display: none;
        position: fixed;
        left: 0px;
        top: 50px;
        width: 100%;
        height: calc(100vh - 50px);
        padding-top: 25px;
        padding-bottom: 50px;
        background-color: #fff;
        overflow-y: scroll;
        z-index: 5;
    }
    .cabinetMobileWrapper .logoWrapper {
        position: absolute;
        top: 244px;
        left: -25px;
        right: 0px;
        margin: 0px auto;
        padding: 0px;
        width: 206px;
    }
    .cabinetMobileWrapper .siteContacts {
        position: absolute;
        top: 368px;
        left: 0px;
        right: 0px;
        margin: 0px auto;
        padding: 0px;
    }
    .cabinetMobileWrapper .inner {
        position: relative;
        display: flex;
        justify-content: space-between;
    }
    .cabinetMobileWrapper .cabinetInfoWrapper {
        position: static;
    }
    .cabinetMenu {
        width: 285px;
        padding: 5px 0px 0px;
        margin: 0px;
    }
    .cabinetMenu::before {
        display: none;
    }
    .cabinetInfo {
        padding-left: 25px;
        padding-top: 0px;
        padding-right: 35px;
        padding-bottom: 0px;
    }
    .cabinetInfo::before {
        display: none;
    }
    .openCabinetMenu {
        display: block;
    }
    .cabinetContent {
        position: relative;
        padding-top: 52px;
        max-width: 100%;
    }
    .cabinetContent .cabinetPageTitle {
        margin-top: 42px;
    }
    .cabinetContent .cabinetContentWrapper {
        margin-top: 32px;
    }
    .cabinetContent .cabinetLogo {
        display: block;
        position: absolute;
        left: 0px;
        top: 16px;
    }
    .cabinetCurrency {
        margin-left: 265px;
        justify-content: flex-start;
        overflow-x: scroll;
        margin-right: -15px;
        padding-right: 15px;
        scrollbar-width: none;
    }
    .cabinetCurrency::-webkit-scrollbar {
        display: none;
    }
    .cabinetCurrency::-webkit-scrollbar-track {
        background: transparent;
    }
    .cabinetCurrency::-webkit-scrollbar-thumb {
        background-color: transparent;
    }
    .cabinetCurrency li+li {
        margin-left: 35px;
    }
}

@media (max-width: 1199px) {
    .container {
        width: 992px;
        padding-left: 11px;
        padding-right: 11px;
    }
    .topLine {
        display: flex;
    }
    .currencyList {
        margin-left: calc((100vw - 970px) / -2);
        margin-right: calc((100vw - 970px) / -2);
        padding-left: calc((100vw - 970px) / 2);
        padding-right: calc((100vw - 970px) / 2);
        overflow-x: scroll;
        scrollbar-width: none;
    }
    .currencyList li+li {
        margin-left: 35px;
    }
    .currencyList::-webkit-scrollbar {
        display: none;
    }
    .currencyList::-webkit-scrollbar-track {
        background: transparent;
    }
    .currencyList::-webkit-scrollbar-thumb {
        background-color: transparent;
    }
    .header .headerWrapper {
        margin-top: 25px;
    }
    .headerWrapper {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .headerWrapper .menuWrapper {
        margin-right: 0px;
    }
    .headerWrapper .siteContacts {
        width: 50%;
        margin-left: 0px;
        margin-top: 20px;
    }
    .headerWrapper .headAuth {
        width: 50%;
        margin-left: 0px;
        margin-top: 20px;
    }
    .headAuth {
        justify-content: flex-end;
    }
    .startScreenWrapper {}
    .startScreenWrapper::before {
        top: auto;
        bottom: 0px;
        margin-right: -680px;
        width: 2000px;
        min-height: auto;
        height: 600px;
        background-size: 100% auto;
        background-position: center top;
    }
    .startScreenWrapper::after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        opacity: 0.9;
        z-index: -2;
    }
    .startScreen .wrapper {
        padding-top: 25px;
        padding-bottom: 500px;
    }
    .startScreenInfo .titleContainer {
        text-align: center;
    }
    .startScreenInfo .titleContainer::before {
        display: none;
    }
    .startScreenInfo .titleContainer+.contentContainer {
        margin-top: 24px;
    }
    .startScreenInfo .contentContainer {
        margin-left: auto;
        margin-right: auto;
    }
    .startScreenInfo .info {
        text-align: center;
    }
    .startStat li:nth-child(1) {
        top: auto;
        right: 230px;
        bottom: 400px;
    }
    .startStat li:nth-child(2) {
        top: auto;
        right: auto;
        bottom: 380px;
        left: 410px;
    }
    .startStat li:nth-child(3) {
        right: auto;
        bottom: 243px;
        left: 202px;
    }
    .startStat li:nth-child(4) {
        left: 170px;
        bottom: 50px;
        right: auto;
    }
    .plansSlider {
        flex-wrap: wrap;
    }
    .plansSlider .swiper-slide {
        width: 470px !important;
        margin-bottom: 30px;
    }
    .plansSlider .swiper-scrollbar {
        margin-top: 52px;
    }
    .planItem {
        width: 267px;
    }
    .mainProgramSection .rightSide {
        width: 366px;
    }
    .ptogramBlock {
        padding-left: 76px;
    }
    .levelList .levelItem+.levelItem {
        margin-left: 62px;
    }
    .calcSection {
        margin-top: 85px;
    }
    .calcSection .wrapper {
        padding-right: 0px;
        flex-direction: column-reverse;
    }
    .calcSection .leftSide {
        padding-top: 0px;
        margin-top: 55px;
        width: 100%;
    }
    .calcSection .rightSide {
        width: 100%;
    }
    .calcPlanList {
        padding-top: 0px;
        margin-left: auto;
        margin-right: auto;
    }
    .calcPlanList::before {
        top: 137px;
    }
    .calcBlock {
        padding-right: 25px;
        padding-bottom: 50px;
        width: 100%;
    }
    .calcBlock .contentBlock {
        display: grid;
        grid-template-columns: repeat(2, 306px);
        column-gap: 40px;
        row-gap: 30px;
        justify-content: center;
    }
    .calcBlock .fieldItem+.fieldItem {
        margin-top: 0px;
    }
    .calcBlock .result {
        margin-top: 0px;
    }
    .calcBlock [class*=btn] {
        margin-top: auto;
    }
    .mainAboutSection {
        margin-top: 88px;
    }
    .mainAboutSection .licenseBlock {
        margin-top: 85px;
    }
    .videoBlock {
        padding-left: 150px;
    }
    .pageHeaderWrapper::before {
        top: 70px;
    }
    .licenseBlock {
        position: relative;
        padding-top: 15px;
        align-items: flex-start;
    }
    .licenseBlock img {
        margin-top: 9px;
    }
    .licenseBlock .licenseInfo {
        margin-left: 35px;
    }
    .licenseBlock .licenseInfo li:first-child {
        padding-top: 22px;
    }
    .licenseBlock .licenseInfo li+li {
        margin-left: 119px;
    }
    .licenseBlock [class*=btn] {
        position: absolute;
        right: 70px;
        bottom: 15px;
    }
    .mainStatSection {
        margin-top: 95px;
    }
    .mainStatSection .wrapper {
        padding-left: 80px;
        padding-bottom: 77px;
    }
    .mainStatSection .visitsStat {
        left: auto;
        right: 165px;
        margin: 0px;
    }
    .mainStatSection .statTables {
        margin-top: 20px;
    }
    .statListWrapper {
        position: relative;
        width: 445px;
        margin-left: 0px;
        z-index: 2;
    }
    .statListWrapper .swiper-navigation {
        display: flex;
        justify-content: flex-end;
        padding-right: 43px;
        margin-top: 36px;
    }
    .statListWrapper .swiper-button-prev,
    .statListWrapper .swiper-button-next {
        position: static;
        width: 46px;
        height: 46px;
        margin: 0px;
        font-size: 46px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .statListWrapper .swiper-button-prev:hover .path1::before,
    .statListWrapper .swiper-button-prev:hover .path2::before,
    .statListWrapper .swiper-button-next:hover .path1::before,
    .statListWrapper .swiper-button-next:hover .path2::before {
        color: #1483ff;
    }
    .statListWrapper .swiper-button-prev::after,
    .statListWrapper .swiper-button-next::after {
        display: none;
    }
    .statListWrapper .swiper-button-next {
        margin-left: 40px;
    }
    .statList.reverse .row {
        padding-left: 18px;
        padding-right: 107px;
        flex-direction: row;
        -webkit-border-radius: 15px 0px 0px 15px;
        -moz-border-radius: 15px 0px 0px 15px;
        -ms-border-radius: 15px 0px 0px 15px;
        border-radius: 15px 0px 0px 15px;
    }
    .statList.reverse .icon img {
        margin-left: 0px;
    }
    .statList.reverse .data {
        margin-left: auto;
        margin-right: 0px;
    }
    .statTables {
        gap: 20px;
    }
    .statTables .name,
    .statTables .sum,
    .statTables .pay {
        width: 33.3333%;
    }
    .mainFaqSection::before,
    .mainFaqSection::after {
        display: none;
    }
    .mainFaqSection .wrapper {
        display: block;
        max-width: 770px;
        margin-left: auto;
        margin-right: auto;
    }
    .mainFaqSection .rightSide {
        margin-left: 0px;
        margin-top: 40px;
    }
    .sectionInfo {
        width: 100%;
        padding-bottom: 38px;
    }
    .sectionInfo .info {
        margin-top: 9px;
    }
    .sectionInfo [class*=btn] {
        margin-top: 26px;
        margin-left: 0px;
    }
    .mainNewsSection {
        position: relative;
        padding-top: 49px;
        padding-bottom: 62px;
        z-index: 1;
    }
    .mainNewsSection::before {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: 12px;
        margin-left: -965px;
        width: 840px;
        height: 546px;
        background-size: 100% auto;
        background-position: center;
        background-repeat: no-repeat;
        z-index: -1;
    }
    .newsSlider .swiper-slide {
        width: 372px;
    }
    .newsSlider .swiper-scrollbar {
        margin-top: 52px;
    }
    .mainNewsItem {
        width: 372px;
    }
    .footer {
        position: relative;
        z-index: 0;
    }
    .footer::before {
        content: "";
        display: block;
        position: absolute;
        bottom: -37px;
        right: 50%;
        margin-right: -650px;
        width: 1045px;
        height: 688px;
        background-size: 100% auto;
        background-position: center;
        background-repeat: no-repeat;
        z-index: -1;
    }
    .footer .rightSide {
        padding-top: 0px;
    }
    .footer .siteContacts {
        margin-top: 110px;
    }
    .pageHeaderWrapper {
        background-position: center top;
    }
    .pageBanner {
        padding-top: 45px;
        padding-bottom: 50px;
    }
    .pageTitle::before {
        display: none;
    }
    .infoSection {
        padding-top: 75px;
    }
    .investSection {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .stepItem {
        background-position: right -202px center;
    }
    .invPlanItem .pct {
        width: 300px;
    }
    .invPlanItem .form {
        padding-left: 20px;
    }
    .invPlanItem .form img {
        display: none;
    }
    .invPlanItem .form .wrap {
        margin-left: 0px;
    }
    .termsSection {
        padding-top: 70px;
    }
    .faqSection {
        padding-top: 70px;
    }
    .contactForm {
        display: block;
    }
    .contactForm .leftSide {
        width: 100%;
        padding-bottom: 0px;
    }
    .contactForm .rightSide {
        width: 100%;
        margin-top: 20px;
    }
    .contactsSection {
        padding-top: 70px;
    }
    .contactsSection .wrapper .col {
        width: calc((100% - 20px) / 2);
    }
    .contactItem {
        padding-left: 15px;
    }
    .contactItem .title {
        width: 140px;
        font-size: 24px;
        line-height: 24px;
    }
    .contactItem .icon {
        width: 50px;
    }
    .contactItem .icon img {
        display: block;
        width: 40px;
    }
    .authHeader .titleBlock {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .authHeader .siteLogo {
        margin: 0px auto 20px;
        max-width: 250px;
        width: 100%;
    }
    .authFooter::before {
        display: none;
    }
    .loadingPage .loader {
        margin-top: 180px;
    }
    .loadingPage .greet {
        margin-top: 150px;
    }
    .cabinetWrapper .rightSide {
        width: 992px;
        padding-left: 11px;
        padding-right: 11px;
    }
    .cabinetCurrency {
        margin-left: 270px;
        padding-left: 0px;
        margin-right: -11px;
        padding-right: 11px;
    }
    .cabinetPageTitle .pageTitle::before {
        display: block;
    }
    .depositsSection .pagination {
        margin-top: 42px;
    }
    .depList {
        padding-right: 10px;
    }
    .depList .depItem+.depItem {
        margin-top: 30px;
    }
    .depItem {
        margin-left: 45px;
        padding-bottom: 27px;
    }
    .depItem .depProgress {
        margin-left: 0px;
        margin-top: 21px;
    }
    .depItem.type2 .form {
        flex-wrap: wrap;
        margin-top: 26px;
        padding-top: 20px;
    }
    .depInfo {
        margin: -12px 0px;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .depInfo li {
        width: 255px;
        margin: 12px 0px;
    }
    .depData li {
        width: 242px;
    }
    .accountInfo {
        column-gap: 20px;
        row-gap: 20px;
    }
    .accountInfo+.accountStat {
        margin-top: 20px;
    }
    .accountStat .item {
        padding-left: 30px;
        padding-top: 30px;
        padding-right: 15px;
        padding-bottom: 40px;
    }
    .accountStat .item+.item {
        margin-top: 20px;
    }
    .depItem .info {
        margin: -8px 0px;
        padding-left: 0px;
        flex-wrap: wrap;
    }
    .depItem .info li {
        margin: 8px 0px;
        width: 50%;
    }
    .depItem .info li+li {
        margin-left: 0px;
    }
    .depItem .info li:last-child {
        margin-left: 0px;
    }
    .depItem .form .wrap {
        flex-wrap: wrap;
    }
    .depItem .result {
        padding-top: 15px;
        margin-left: auto;
    }
    .depItem [class*=btn] {
        margin-left: 0px;
        width: 226px;
        margin-top: 20px;
        margin-bottom: 0px;
    }
    .withdrawSection {
        display: block;
    }
    .withdrawSection .fieldwrap {
        min-height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .withdrawSection .fieldwrap.sm {
        padding-top: 30px;
    }
    .withdrawSection .fieldwrap+.fieldwrap {
        margin-top: 20px;
    }
    .cabPaymentList {
        grid-template-columns: repeat(3, 1fr);
    }
    .refItem .head {
        position: relative;
        padding-left: 67px;
        padding-right: 67px;
        padding-top: 5px;
        padding-bottom: 5px;
        flex-wrap: wrap;
    }
    .refItem .col {
        width: 50% !important;
        padding: 5px 0px;
    }
    .refItem .icon {
        position: absolute;
        left: 15px;
        top: 50%;
        margin-top: -19px;
        margin-right: 0px;
    }
    .refItem .control {
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -18px;
    }
    .filterBlock {
        padding-left: 20px;
        padding-right: 20px;
    }
    .filterBlock .formWrap {
        flex-wrap: wrap;
    }
    .filterBlock .type+.date {
        margin-left: 20px;
    }
    .filterBlock .date+.date {
        margin-left: 20px;
    }
    .filterBlock .date .item+.item {
        margin-left: 10px;
    }
    .filterBlock [class*=btn] {
        margin-top: 15px;
    }
    .historyBlock {
        padding: 20px;
    }
    .historyTable .tRow {
        position: relative;
        padding-left: 15px;
        padding-right: 60px;
        padding-top: 5px;
        padding-bottom: 5px;
        flex-wrap: wrap;
    }
    .historyTable .info {
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -15px;
    }
    .historyTable .col:not(.info) {
        padding-top: 5px;
        padding-bottom: 5px;
        width: 33.3333% !important;
    }
}

@media (max-width: 991px) {
    .container {
        width: 768px;
        padding-left: 9px;
        padding-right: 9px;
    }
    .currencyList {
        margin-left: calc((100vw - 750px) / -2);
        margin-right: calc((100vw - 750px) / -2);
        padding-left: calc((100vw - 750px) / 2);
        padding-right: calc((100vw - 750px) / 2);
        overflow-x: scroll;
        scrollbar-width: none;
    }
    .startStat li:nth-child(1) {
        right: 125px;
    }
    .startStat li:nth-child(2) {
        left: 300px;
    }
    .startStat li:nth-child(3) {
        left: 92px;
    }
    .startStat li:nth-child(4) {
        left: 60px;
    }
    .plansSlider .swiper-scrollbar {
        margin-top: 50px;
    }
    .mainProgramSection .leftSide {
        align-self: flex-start;
        padding-top: 0px;
        width: 265px;
    }
    .mainProgramSection .rightSide {
        padding-top: 14px;
        width: 365px;
    }
    .ptogramBlock {
        padding-left: 48px;
        padding-top: 52px;
        padding-right: 12px;
        background-position: center;
    }
    .levelList {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .levelItem {
        flex-direction: column;
    }
    .levelItem .text {
        margin: 30px 0 0 0;
    }
    .levelList .levelItem {
        margin-left: 0px;
    }
    .calcSection .titleBlock {
        max-width: 650px;
        margin-left: auto;
        margin-right: auto;
    }
    .mainAboutSection::before {
        display: none;
    }
    .mainAboutSection .wrapper {
        flex-direction: column-reverse;
    }
    .mainAboutSection .leftSide {
        width: 100%;
        margin-top: 40px;
        margin-bottom: 0;
    }
    .mainAboutSection .rightSide {
        width: 100%;
    }
    .mainAboutSection .aboutList {
        margin-top: 49px;
    }
    .mainAboutSection .licenseBlock {
        margin-top: 97px;
    }
    .videoBlock {
        position: relative;
        padding-left: 320px;
    }
    .videoBlock::before {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -616px;
        top: -188px;
        width: 1920px;
        height: 806px;
        background-image: url(../../img/about_back.png);
        background-size: 100% auto;
        background-position: center;
        background-repeat: no-repeat;
        z-index: -1;
    }
    .videoBlock .title {
        left: -10px;
    }
    .aboutList {
        padding-left: 10px;
        padding-right: 24px;
        justify-content: space-between;
    }
    .aboutList li+li {
        margin-left: 30px;
    }
    .licenseBlock {
        padding-left: 19px;
        padding-right: 19px;
        padding-bottom: 38px;
        flex-wrap: wrap;
    }
    .licenseBlock .licenseInfo {
        margin-left: 26px;
        padding-top: 24px;
    }
    .licenseBlock .licenseInfo li:first-child {
        padding-top: 0px;
    }
    .licenseBlock .licenseInfo li+li {
        margin-left: 40px;
    }
    .licenseBlock [class*=btn] {
        position: static;
        margin-left: auto;
        margin-right: auto;
        margin-top: 12px;
    }
    .pageHeaderWrapper::before {
        top: 110px;
    }
    .mainStatSection {
        margin-top: 85px;
    }
    .mainStatSection .wrapper {
        padding-left: 0px;
    }
    .mainStatSection .visitsStat {
        right: 25px;
    }
    .mainStatSection .statTables {
        margin-top: 28px;
    }
    .statTables {
        display: block;
    }
    .statTables .statTableItem+.statTableItem {
        margin-top: 20px;
    }
    .statTables .name {
        width: 41%;
    }
    .statTables .sum {
        width: auto;
    }
    .statTables .pay {
        width: 130px;
        margin-left: auto;
    }
    .mainFaqSection {
        margin-top: 55px;
    }
    .mainNewsSection {
        padding-top: 40px;
    }
    .footer {
        padding-top: 32px;
    }
    .footer::before {
        bottom: -57px;
    }
    .footer .wrapper {
        flex-direction: column-reverse;
    }
    .footer .leftSide {
        width: 100%;
        max-width: 700px;
        margin-top: 25px;
    }
    .footer .rightSide {
        width: 100%;
        padding-right: 35px;
    }
    .footer .siteLogo {
        margin-left: auto;
        margin-right: auto;
    }
    .footer .siteContacts {
        margin-top: 26px;
    }
    .footer .siteContacts.reverse {
        justify-content: center;
    }
    .infoSection {
        padding-top: 55px;
    }
    .infoSection .wrapper {
        display: block;
    }
    .infoSection .wrapper+.wrapper {
        margin-top: 30px;
    }
    .infoSection .leftSide {
        width: 100%;
    }
    .infoSection .rightSide {
        width: 100%;
        margin-top: 30px;
    }
    .infoSection .image {
        padding: 0px;
        max-width: 355px;
        margin-left: auto;
        margin-right: auto;
    }
    .aboutSection::after {
        display: none;
    }
    .aboutSection .videoBlock {
        margin-top: 0px;
    }
    .aboutSection .videoBlock::after {
        display: none;
    }
    .advantagesList {
        display: grid;
        grid-template-columns: repeat(1, minmax(auto, 660px));
        row-gap: 30px;
        justify-content: center;
    }
    .investSection {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .investSection [class*=btn] {
        margin-top: 30px;
    }
    .stepItem {
        height: auto;
        background-image: none !important;
    }
    .stepItem .num {
        position: static;
        font-size: 100px;
        line-height: 100px;
    }
    .stepItem .data {
        padding: 0px;
    }
    .palnsSection .pagination {
        margin-top: 30px;
    }
    .invPlanItem {
        padding: 20px;
        flex-wrap: wrap;
        align-items: center;
    }
    .invPlanItem .name {
        width: 50%;
        position: static;
        font-size: 60px;
        line-height: 60px;
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .invPlanItem .pct {
        width: 50%;
        padding-top: 0px;
        font-size: 70px;
        line-height: 70px;
        text-align: left;
    }
    .invPlanItem .info {
        width: 50%;
        margin-top: 0px;
    }
    .invPlanItem .form {
        width: 50%;
        margin-top: 20px;
    }
    .invPlanItem .form .wrap {
        width: 100%;
    }
    .termsSection {
        padding-top: 50px;
    }
    .rulesList {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }
    .rulesList .rulesItem+.rulesItem {
        margin-top: 20px;
    }
    .faqSection {
        padding-top: 50px;
    }
    .faqSection .faqList {
        display: block;
    }
    .faqSection .faqList .col {
        width: 100%;
    }
    .faqSection .faqList .col+.col {
        margin-top: 24px;
    }
    .contactsSection {
        padding-top: 50px;
    }
    .contactsSection .wrapper {
        display: block;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    .contactsSection .wrapper .col {
        width: 100%;
    }
    .contactsSection .wrapper .col+.col {
        margin-top: 20px;
    }
    .authFooter .bottomLine {
        flex-direction: column;
    }
    .authFooter .bottomLine .siteContacts {
        margin-top: 20px;
    }
    .cabinetWrapper {
        padding-bottom: 85px;
    }
    .cabinetWrapper .rightSide {
        width: 768px;
        padding-left: 9px;
        padding-right: 9px;
    }
    .cabinetMobileWrapper .logoWrapper {
        display: none;
    }
    .cabinetMobileWrapper .siteContacts {
        top: 180px;
    }
    .cabinetInfoWrapper {
        width: 265px;
    }
    .cabinetInfo {
        padding-left: 0px;
        padding-right: 10px;
    }
    .cabinetCurrency {
        margin-left: 246px;
        padding-left: 0px;
        margin-right: -9px;
        padding-right: 9px;
    }
    .cabinetContent .cabinetContentWrapper {
        margin-top: 47px;
        padding: 0px;
    }
    .cabinetContent .cabinetContentWrapper::before {
        display: none;
    }
    .cabinetContent .cabinetPageTitle {
        margin-top: 50px;
    }
    .cabinetPageTitle {
        padding-left: 0px;
    }
    .cabinetPageTitle .pageTitle .firstCap {
        font-size: 60px;
        line-height: 65px;
    }
    .cabinetPageTitle .pageTitle::before {
        display: none;
    }
    .cabinetPageTitle .pageTitle::after {
        font-size: 100px;
        line-height: 100px;
    }
    .depositsSection {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .depItem {
        margin-left: 65px;
    }
    .depList {
        padding-right: 0px;
    }
    .depInfo {
        justify-content: space-between;
    }
    .depInfo li {
        width: 230px;
    }
    .accountInfo {
        display: block;
    }
    .accountInfo .item {
        padding-bottom: 30px;
        min-height: auto;
    }
    .accountInfo .item+.item {
        margin-top: 20px;
    }
    .accountStatList {
        grid-template-columns: repeat(2, 1fr);
    }
    .depItem .result {
        padding-top: 0px;
        margin-left: 0px;
        margin-top: 15px;
    }
    .cabPaymentList {
        gap: 15px;
    }
    .linksTabs {
        display: block;
    }
    .linksTabs .tabsList {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }
    .linksTabs .tabsList li {
        flex-grow: 1;
        margin: 8px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        border-radius: 15px;
    }
    .linksTabs .tabsList li a {
        padding: 15px 15px;
        min-height: auto;
        justify-content: center;
        text-align: center;
    }
    .linksTabs .tabContentWrapper {
        width: 100%;
        margin-top: 16px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        border-radius: 15px;
    }
    .referralSection .accountInfo+.referralTabs {
        margin-top: 30px;
    }
    .referralTabs .tabsList {
        padding: 0px;
        justify-content: center;
        width: 100%;
    }
    .referralTabs .tabsList li {
        flex-grow: 1;
        margin: 8px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        border-radius: 15px;
    }
    .referralTabs .tabsList li a {
        padding: 15px;
        min-height: auto;
        justify-content: center;
        text-align: center;
    }
    .referralTabs .tabContentWrapper {
        width: 100%;
        margin-top: 16px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        border-radius: 15px;
    }
    .referralTabs .tabContent {
        padding: 15px;
    }
    .settingsForm .fieldGrid {
        grid-template-columns: repeat(1, minmax(auto, 326px));
    }
    .settingsForm .fieldGrid.simple .fieldItem:last-child {
        grid-column: 1;
    }
    .settingsForm .fieldGrid .col {
        width: 100% !important;
    }
    .settingsForm .fieldGrid .col:last-child {
        grid-column: 1;
    }
    .settingsForm .fieldItem {
        width: 100% !important;
    }
    .settingsForm .authBlock {
        margin-top: 30px;
    }
    .authBlock {
        width: auto;
        padding-left: 0px;
        margin-top: 30px;
    }
    .authBlock .info {
        margin-top: 15px;
        font-size: 15px;
    }
    .authBlock .code {
        font-size: 20px;
    }
    .authBlock .qr {
        margin-top: 30px;
    }
    .authBlock .fieldItem {
        margin-top: 30px;
        width: 100%;
    }
    .filterBlock .formWrap {
        flex-direction: column;
        align-items: center;
    }
    .filterBlock .type {
        width: 302px;
    }
    .filterBlock .type+.date {
        margin-left: 0px;
        margin-top: 15px;
    }
    .filterBlock .date+.date {
        margin-left: 0px;
        margin-top: 15px;
    }
    .filterBlock .date .item+.item {
        margin-left: 10px;
    }
    .filterBlock [class*=btn] {
        margin-top: 15px;
        margin-right: auto;
    }
}

@media (min-width: 768px) {
    .mobileMenu {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .container {
        width: 100%;
        max-width: 480px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .topLine {
        display: none;
    }
    .header {
        padding-top: 7px;
    }
    .header:before {
        display: none;
    }
    .header .headerWrapper {
        margin-top: 0px;
    }
    .headerWrapper {
        position: relative;
    }
    .headerWrapper .siteLogo {
        z-index: 5;
    }
    .headerWrapper .siteContacts {
        width: 100%;
        margin-top: 25px;
    }
    .headerWrapper .headAuth {
        width: 100%;
        margin-top: 40px;
        padding-right: 50px;
    }
    .headerWrapper .mobileMenu {
        margin-left: 0px;
        padding-top: 106px;
        padding-bottom: 103px;
    }
    .headerWrapper .openMobileMenu {
        display: block;
        position: absolute;
        top: 12px;
        right: 0px;
        z-index: 5;
    }
    .siteLogo {
        width: 134px;
    }
    .mobileMenu {
        display: none;
        position: absolute;
        top: -7px;
        left: 50%;
        margin-left: -50vw !important;
        width: 100vw;
        padding-top: 106px;
        padding-bottom: 103px;
        background-color: #fff;
        z-index: 2;
    }
    .mobileMenu .inner {
        width: 100%;
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .mobileMenu .currencyList {
        display: none;
        max-width: 338px;
        width: 100%;
        margin-top: 44px;
        margin-left: auto;
    }
    .currencyList {
        margin: 0px;
        padding: 0px;
        text-align: center;
    }
    .currencyList li+li {
        margin-left: 0px;
        margin-top: 27px;
    }
    .siteMenu {
        flex-direction: column;
        align-items: center;
    }
    .siteMenu li a {
        padding-bottom: 0px;
    }
    .siteMenu li a::before {
        display: none;
    }
    .siteMenu li+li {
        margin-left: 0px;
        margin-top: 19px;
    }
    .headAuth {
        justify-content: center;
    }
    .startScreenWrapper::before {
        width: 1200px;
        height: 635px;
        bottom: 10px;
        margin-right: -340px;
    }
    .startScreen .wrapper {
        padding-top: 31px;
        padding-bottom: 640px;
    }
    .startScreenInfo .loginForm {
        margin-top: 36px;
    }
    .startScreenInfo .payments {
        padding-left: 0px;
        margin-top: 19px;
    }
    .loginForm {
        padding-left: 20px;
        padding-right: 20px;
    }
    .loginForm .img {
        display: none;
    }
    .loginForm .formWrap {
        margin-right: auto;
    }
    .startStat li:nth-child(1) {
        right: 55px;
        bottom: 545px;
    }
    .startStat li:nth-child(2) {
        bottom: 545px;
        left: 32px;
    }
    .startStat li:nth-child(3) {
        right: 23px;
        bottom: 49px;
        left: auto;
    }
    .startStat li:nth-child(4) {
        left: 23px;
        bottom: 49px;
    }
    .mainPlansSection {
        padding-top: 34px;
    }
    .mainPlansSection .titleContainer+.contentContainer {
        margin-top: 40px;
    }
    .plansSlider {
        padding-top: 76px;
    }
    .plansSlider .swiper-navigation {
        top: 0px;
        bottom: auto;
        right: auto;
        left: auto;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        justify-content: center;
    }
    .plansSlider .swiper-scrollbar {
        margin-top: 40px;
    }
    .mainProgramSection::after {
        content: "";
        display: block;
        position: absolute;
        top: 116px;
        left: 50%;
        margin-left: -318px;
        width: 675px;
        height: 380px;
        background-image: url(../../img/map.png);
        background-size: auto;
        background-position: center top;
        background-repeat: no-repeat;
        z-index: -1;
    }
    .mainProgramSection .wrapper {
        display: block;
    }
    .mainProgramSection .leftSide {
        width: 100%;
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }
    .mainProgramSection .rightSide {
        width: 100%;
        padding-top: 0px;
        margin-top: 20px;
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }
    .mainProgramSection [class*=btn] {
        display: table;
        margin-top: 28px;
        margin-left: auto;
        margin-right: auto;
        max-width: 266px;
        min-width: auto;
        width: 100%;
    }
    .ptogramBlock {
        padding-left: 15px;
        padding-top: 48px;
        padding-right: 15px;
        padding-bottom: 40px;
        background-image: none;
    }
    .levelList {
        padding-left: 4px;
        padding-right: 4px;
    }
    .levelList .levelItem {
        padding-left: 16px;
        padding-right: 16px;
    }
    .levelList .levelItem+.levelItem {
        margin-left: 0px;
    }
    .levelList .levelItem:last-child {
        margin: auto;
    }
    .calcSection .leftSide {
        margin-top: 0px;
    }
    .calcPlanList {
        display: none;
    }
    .calcSection {
        margin-top: 80px;
    }
    .calcBlock {
        padding-bottom: 28px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .calcBlock .titleBlock {
        max-width: 396px;
    }
    .calcBlock .contentBlock {
        display: block;
        max-width: 306px;
        margin-left: auto;
        margin-right: auto;
    }
    .calcBlock .fieldItem+.fieldItem {
        margin-top: 14px;
    }
    .calcBlock .result {
        margin-top: 15px;
    }
    .calcBlock [class*=btn] {
        margin-top: 27px;
    }
    .mainAboutSection {
        margin-top: 65px;
    }
    .mainAboutSection .leftSide {
        margin-top: 19px;
    }
    .mainAboutSection .aboutList {
        margin-top: 31px;
    }
    .mainAboutSection .licenseBlock {
        margin-top: 77px;
    }
    .videoBlock {
        padding-left: 0px;
        padding-top: 150px;
    }
    .videoBlock:before {
        margin-left: -756px;
    }
    .videoBlock .videoBtn {
        margin-left: auto;
        margin-right: auto;
    }
    .aboutList {
        padding-left: 25px;
        padding-right: 25px;
        flex-wrap: wrap;
        margin-bottom: -38px;
    }
    .aboutList li {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 50%;
        margin-bottom: 38px;
    }
    .aboutList li+li {
        margin-left: 0px;
    }
    .licenseBlock img {
        position: absolute;
        left: 11%;
        top: 25px;
        margin-top: 0px;
    }
    .licenseBlock .licenseInfo {
        padding-top: 23px;
        margin-left: 0px;
        width: auto;
    }
    .licenseBlock .licenseInfo li+li {
        margin-left: 0px;
        margin-top: 32px;
        text-align: center;
    }
    .licenseBlock [class*=btn] {
        margin-top: 22px;
        min-width: auto;
        max-width: 306px;
        width: 100%;
    }
    .licenseInfo {
        display: block;
    }
    .licenseInfo .address {
        padding-left: 150px;
        width: auto;
    }
    .mainStatSection {
        margin-top: 65px;
    }
    .mainStatSection .titleContainer+.contentContainer {
        margin-top: 40px;
    }
    .mainStatSection .wrapper {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .mainStatSection .visitsStat {
        display: none;
    }
    .mainStatSection .statTables {
        margin-top: 41px;
        margin-left: 25px;
        margin-right: 10px;
    }
    .statListWrapper {
        width: 100%;
    }
    .statListWrapper .swiper-navigation {
        justify-content: center;
        padding-right: 0px;
    }
    .statList {
        width: 100%;
    }
    .statList .row {
        padding-left: 58px;
        padding-right: 70px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
    }
    .statList.reverse .row {
        padding-left: 58px;
        padding-right: 70px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
    }
    .mainFaqSection {
        margin-top: 35px;
    }
    .mainFaqSection .rightSide {
        margin-top: 30px;
    }
    .sectionInfo {
        padding-bottom: 28px;
    }
    .sectionInfo [class*=btn] {
        margin-top: 28px;
        margin-left: auto;
        margin-right: auto;
        max-width: 306px;
        min-width: auto;
        width: 100%;
    }
    .faqItem .content .in {
        padding-bottom: 28px;
    }
    .mainNewsSection {
        padding-top: 20px;
        padding-bottom: 42px;
    }
    .mainNewsSection::before {
        top: -3px;
        margin-left: -841px;
    }
    .mainNewsSection .titleContainer+.contentContainer {
        margin-top: 30px;
    }
    .newsSlider .swiper-scrollbar {
        margin-top: 42px;
    }
    .mainNewsItem [class*=btn] {
        margin-left: 0px;
        min-width: auto;
        width: 100%;
    }
    .footer::before {
        bottom: -310px;
        margin-right: -573px;
    }
    .footer .sectionTitle .secCap {
        font-size: 33px;
    }
    .footer .siteLogo {
        max-width: 302px;
        width: 100%;
    }
    .footer .footMenu {
        margin-top: 36px;
    }
    .footer .copyright {
        margin-top: 42px;
        text-align: center;
    }
    .footMenu {
        flex-direction: column;
        align-items: center;
    }
    .footMenu li+li {
        margin-left: 0px;
        margin-top: 15px;
    }
    .pageHeaderWrapper {
        overflow: unset;
        z-index: 2;
    }
    .pageHeaderWrapper::before {
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        min-height: auto;
        margin: 0px;
        background-image: none;
    }
    .pageTitle::after {
        font-size: 86px;
        line-height: 86px;
    }
    .infoSection {
        padding-top: 35px;
    }
    .advantagesSection {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .investSection {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .investSection .stepsList {
        margin-top: 30px;
    }
    .investSection [class*=btn] {
        min-width: auto;
        max-width: 306px;
        width: 100%;
    }
    .stepsList .stepItem+.stepItem {
        margin-top: 20px;
    }
    .stepItem {
        align-items: flex-start;
    }
    .stepItem .num {
        width: 110px;
        flex-shrink: 0;
        font-size: 70px;
        line-height: 70px;
    }
    .stepItem .data {
        width: auto;
        flex-grow: 1;
    }
    .invPlanItem {
        padding: 15px;
        display: block;
    }
    .invPlanItem .name {
        width: 100%;
        font-size: 50px;
        line-height: 50px;
    }
    .invPlanItem .pct {
        width: 100%;
        margin-top: 10px;
        font-size: 50px;
        line-height: 50px;
    }
    .invPlanItem .info {
        width: 100%;
        margin-top: 20px;
    }
    .invPlanItem .form {
        width: 100%;
        padding-left: 0px;
        padding-top: 20px;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        border-left: 0px;
    }
    .invPlanItem .result li {
        width: 50%;
    }
    .palnsSection {
        padding-top: 35px;
        padding-bottom: 30px;
    }
    .palnsSection .titleContainer+.contentContainer {
        margin-top: 30px;
    }
    .termsSection {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .faqSection {
        padding-top: 30px;
    }
    .contactFormSection {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .contactForm {
        padding: 15px;
    }
    .contactForm .formWrap {
        display: block;
    }
    .contactForm .fieldItem+.fieldItem {
        margin-top: 13px;
    }
    .contactsSection {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .contactItem {
        display: block;
        padding: 15px;
        min-height: auto;
    }
    .contactItem .title {
        width: 100%;
    }
    .contactItem .data {
        margin-top: 10px;
    }
    .contactItem a {
        max-width: 100%;
        position: relative;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .authForm .formWrap {
        display: block;
    }
    .authForm .fieldItem {
        width: 100% !important;
        padding: 0px !important;
    }
    .authForm .fieldItem+.fieldItem {
        margin-top: 14px;
    }
    .authForm .siteLink {
        margin-top: 30px;
    }
    .authForm [class*=btn] {
        margin-top: 10px;
    }
    .authFooter .bottomLine {
        margin-top: 36px;
    }
    .loadingPage .loader {
        margin-top: 120px;
    }
    .loadingPage .greet {
        margin-top: 100px;
    }
    .cabinetWrapper .rightSide {
        width: 100%;
        max-width: 480px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .cabinetWrapper .secCap {
        font-size: 30px;
        line-height: 38px;
    }
    .cabinetMobileWrapper {
        padding-top: 30px;
        padding-bottom: 0px;
    }
    .cabinetMobileWrapper .inner {
        padding-bottom: 170px;
    }
    .cabinetMobileWrapper .siteContacts {
        top: auto;
        bottom: 8px;
    }
    .cabinetMenu {
        width: 210px;
        padding-top: 0px;
    }
    .cabinetMenu li {
        height: 51px;
        padding-left: 10px;
        font-size: 14px;
    }
    .cabinetMenu li [class*=icon] {
        font-size: 16px;
    }
    .cabinetMenu li:hover::before,
    .cabinetMenu li.active::before {
        display: none;
    }
    .cabinetUser .icon {
        width: 53px;
        height: 53px;
    }
    .cabinetUser .title {
        margin-top: 6px;
        font-size: 14px;
        line-height: 18px;
    }
    .cabinetUser .name {
        margin-top: 0px;
        font-size: 16px;
    }
    .cabinetInfoWrapper {
        width: 238px;
    }
    .cabinetInfo .data {
        margin-top: 19px;
    }
    .cabinetInfo .data li {
        font-size: 14px;
    }
    .cabinetInfo .data li span {
        font-size: 16px;
        line-height: 20px;
    }
    .cabinetInfo .data li+li {
        margin-top: 13px;
    }
    .cabinetInfo .cabinetBalance {
        margin-top: 26px;
    }
    .cabinetBalance {
        padding-top: 28px;
        padding-bottom: 24px;
    }
    .cabinetBalance .title {
        margin-top: 20px;
        font-size: 14px;
    }
    .cabinetBalance .sum {
        margin-top: 6px;
        font-size: 36px;
        line-height: 36px;
    }
    .cabinetBalance .sum sub {
        font-size: 24px;
    }
    .cabinetBalance [class*=btn] {
        margin-top: 9px;
    }
    .cabinetCurrency {
        margin-left: 213px;
        padding-left: 0px;
        margin-right: -15px;
        padding-right: 15px;
    }
    .cabinetCurrency li+li {
        margin-top: 0px;
        margin-left: 35px;
    }
    .cabinetContent .cabinetLogo {
        width: 176px;
        top: 22px;
    }
    .cabinetContent .cabinetPageTitle {
        margin-top: 53px;
    }
    .cabinetContent .cabinetContentWrapper {
        margin-top: 20px;
    }
    .cabinetPageTitle .pageTitle .firstCap {
        font-size: 36px;
        line-height: 40px;
    }
    .cabinetPageTitle .pageTitle::after {
        top: -12px;
        font-size: 60px;
        line-height: 60px;
    }
    .depositsSection .pagination {
        margin-top: 30px;
    }
    .depList .depItem+.depItem {
        margin-top: 21px;
    }
    .depItem {
        margin-left: 0px;
    }
    .depItem .titleBlock {
        top: 13px;
        left: 17px;
        width: 184px;
        height: 210px;
        background-size: 100% auto;
    }
    .depItem .name {
        font-size: 24px;
        line-height: 24px;
    }
    .depItem .depProgress {
        margin-top: 14px;
        margin-left: auto;
        margin-right: auto;
    }
    .depItem.type2 {
        padding-left: 18px;
        padding-right: 18px;
    }
    .depItem.type2 .titleBlock {
        padding-top: 35px;
    }
    .depItem.type2 .pct {
        margin-top: 5px;
    }
    .depItem.type2 .form {
        margin-top: 15px;
        padding-top: 13px;
    }
    .depInfo {
        display: block;
        margin: 0px;
        padding-left: 214px;
    }
    .depInfo li {
        width: auto;
        margin: 0px;
        align-items: center;
    }
    .depInfo li+li {
        margin-top: 10px;
    }
    .depInfo .data {
        margin-top: 3px;
        font-size: 16px;
        line-height: 16px;
    }
    .depInfo .wrap {
        padding-top: 0px;
    }
    .depData {
        width: 100%;
    }
    .depData li {
        width: auto;
        line-height: 17px;
    }
    .depData li span {
        display: block;
    }
    .depData li+li {
        margin-top: 5px;
    }
    .accountStatList {
        display: block;
    }
    .accountStatList li+li {
        margin-top: 15px;
    }
    .accountStatList .sum {
        font-size: 28px;
    }
    .depItem {
        padding-left: 18px;
        padding-right: 18px;
    }
    .depItem .info {
        padding-left: 214px;
        padding-bottom: 30px;
    }
    .depItem .info li {
        width: 100%;
    }
    .depItem [class*=btn] {
        margin-right: auto;
        min-width: auto;
        max-width: 226px;
        width: 100%;
    }
    .depositSection {
        padding: 15px;
    }
    .depositSection [class*=btn] {
        max-width: 306px;
        width: 100%;
        margin-top: 30px;
    }
    .depTable .row {
        padding-left: 45px;
    }
    .depTable .row::before {
        left: 15px;
    }
    .depTable .param {
        font-size: 14px;
    }
    .depTable .data {
        font-size: 16px;
    }
    .depTable .data.status {
        font-size: 20px;
    }
    .depTable .data.date,
    .depTable .data.progress {
        font-size: 14px;
    }
    .depTable .data.date span,
    .depTable .data.progress span {
        font-size: 16px;
    }
    .withdrawSection .fieldwrap {
        padding-left: 15px;
        padding-right: 15px;
    }
    .withdrawSection .result {
        display: block;
    }
    .withdrawSection .result .sum {
        font-size: 36px;
    }
    .withdrawSection .result .sum sub {
        font-size: 30px;
    }
    .withdrawSection [class*=btn] {
        margin-top: 15px;
    }
    .fieldwrapTitle .num {
        width: 60px;
        height: 65px;
        margin-right: 20px;
        font-size: 28px;
    }
    .cabPaymentList {
        display: block;
    }
    .cabPaymentList .item {
        max-width: 248px;
        margin-left: auto;
        margin-right: auto;
    }
    .cabPaymentList .item+.item {
        margin-top: 15px;
    }
    .linksTabs .tabContent {
        padding: 30px 15px;
    }
    .bannerItem .title {
        font-size: 30px;
    }
    .bannerItem .img {
        margin-top: 100px;
    }
    .bannerItem .field {
        margin-top: 100px;
    }
    .accountInfo .stat {
        display: block;
        text-align: center;
    }
    .accountInfo .stat li+li {
        margin-left: 0px;
        margin-top: 10px;
    }
    .refStatTable .date {
        width: 50%;
    }
    .refStatTable .col2 {
        width: 25%;
    }
    .refStatTable .col3 {
        width: 25%;
    }
    .referralTabs .tabsList {
        flex-wrap: wrap;
    }
    .referralTabs .tabsList li a {
        font-size: 20px;
    }
    .refItem .head {
        padding-left: 10px;
        padding-top: 50px;
        padding-right: 10px;
    }
    .refItem .col {
        width: 100% !important;
    }
    .refItem .icon {
        left: 10px;
        top: 10px;
        margin-top: 0px;
    }
    .refItem .control {
        right: 10px;
        top: 10px;
        margin-top: 0px;
    }
    .refItem .data {
        font-size: 14px;
    }
    .refItem .content {
        font-size: 14px;
    }
    .refItem .content .in {
        padding: 15px;
    }
    .settingsForm {
        padding-left: 15px;
        padding-right: 15px;
    }
    .filterBlock {
        padding: 15px;
    }
    .historyBlock {
        padding: 15px;
    }
    .historyTable .col:not(.info) {
        width: 100% !important;
    }
}

@media (max-width: 479px) {
    .headerWrapper .headAuth {
        padding-right: 0px;
    }
    .startStat .num {
        font-size: 36px;
        line-height: 36px;
    }
    .startStat li:nth-child(1) {
        right: 0px;
    }
    .startStat li:nth-child(2) {
        left: 0px;
    }
    .startStat li:nth-child(3) {
        right: 0px;
    }
    .startStat li:nth-child(4) {
        left: 0px;
    }
    .plansSlider .swiper-navigation .range {
        margin-left: 10px;
        margin-right: 10px;
        font-size: 26px;
    }
    .levelList .levelItem:last-child {
        margin-top: 0px;
    }
    .calcBlock .result {
        display: block;
    }
    .calcBlock .result li {
        width: 100%;
    }
    .calcBlock .result li+li {
        margin-top: 10px;
    }
    .aboutList {
        padding-left: 0px;
        padding-right: 0px;
    }
    .licenseBlock img {
        left: 10px;
        top: 25px;
    }
    .licenseBlock .licenseInfo {
        padding-top: 10px;
        margin-left: 0px;
        width: auto;
    }
    .licenseInfo .address {
        padding-left: 100px;
    }
    .statList .param {
        font-size: 16px;
    }
    .statList .row {
        padding-left: 15px;
        padding-right: 15px;
    }
    .statList.reverse .row {
        padding-left: 15px;
        padding-right: 15px;
    }
    .statTableItem {
        padding-left: 5px;
        padding-right: 5px;
    }
    .statTableItem .title {
        padding-left: 0px;
    }
    .statTables li {
        padding-left: 10px;
        font-size: 14px;
    }
    .statTables .name,
    .statTables .sum,
    .statTables .pay {
        width: 33.33%;
    }
    .sectionInfo {
        padding-left: 15px;
        padding-right: 15px;
    }
    .newsSlider .swiper-slide {
        width: 290px;
    }
    .mainNewsItem {
        width: 290px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .mainNewsItem [class*=btn] {
        margin-left: 0px;
        min-width: auto;
        width: 100%;
    }
    .footer .rightSide {
        padding-right: 0px;
    }
    .advantageItem .icon {
        width: 70px;
        height: 75px;
    }
    .advantageItem .data {
        margin-left: 20px;
    }
    .stepItem {
        display: block;
    }
    .stepItem .num {
        width: auto;
    }
    .stepItem .data {
        margin-top: 10px;
    }
    .invPlanItem .result {
        display: block;
    }
    .invPlanItem .result li {
        width: 100%;
    }
    .invPlanItem .result li+li {
        margin-top: 10px;
    }
    .pagination .range {
        margin-left: 10px;
        margin-right: 10px;
        font-size: 26px;
    }
    .authHeader .topLine {
        flex-direction: column;
    }
    .authHeader .headAuth {
        margin-left: 0px;
        margin-top: 16px;
    }
    .cabinetContent {
        padding-top: 22px;
    }
    .cabinetContent .cabinetLogo {
        position: relative;
        left: 0px;
        top: 0px;
    }
    .cabinetContent .cabinetPageTitle {
        margin-top: 30px;
    }
    .cabinetMobileWrapper .inner {
        display: block;
    }
    .cabinetMobileWrapper .cabinetInfoWrapper {
        margin-left: auto;
        margin-top: 15px;
        margin-right: auto;
    }
    .cabinetInfo {
        padding-right: 0px;
    }
    .cabinetCurrency {
        margin-top: 20px;
        margin-left: -15px;
        padding-left: 15px;
    }
    .depItem {
        padding: 15px 10px;
    }
    .depItem .titleBlock {
        position: static;
        margin-left: auto;
        margin-right: auto;
    }
    .depItem.type2 {
        padding: 15px 10px;
    }
    .depInfo {
        margin-top: 20px;
        padding-left: 0px;
    }
    .depData {
        width: 100%;
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }
    .depProgress .num {
        font-size: 32px;
    }
    .pagination .control+.num {
        margin-left: 16px;
    }
    .pagination .num+.control {
        margin-left: 16px;
    }
    .depItem .info {
        margin-top: 15px;
        padding-left: 0px;
        padding-bottom: 0px;
    }
    .depItem .fieldItem {
        width: 100%;
    }
    .depItem .result {
        display: block;
    }
    .depItem .result li+li {
        margin-top: 10px;
    }
    .depItem [class*=btn] {
        max-width: 100%;
    }
    .depTable .row {
        padding-top: 8px;
        padding-right: 8px;
        padding-bottom: 8px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        height: auto;
    }
    .depTable .data {
        margin-top: 5px;
    }
    .filterBlock .formWrap {
        flex-direction: row;
        justify-content: center;
    }
    .filterBlock .type {
        width: 100%;
        max-width: 302px;
        margin-left: auto;
        margin-right: auto;
    }
    .filterBlock .date {
        display: block;
        flex-grow: 1;
        max-width: 140px;
    }
    .filterBlock .date .item {
        width: 100%;
    }
    .filterBlock .date .item+.item {
        margin-left: 0px;
        margin-top: 10px;
    }
    .filterBlock .date+.date {
        margin-left: 20px;
    }
    .filterBlock [class*=btn] {
        margin-left: 30px;
        margin-right: 30px;
    }
    .historyTable .type {
        font-size: 14px;
    }
    .historyTable .data {
        font-size: 14px;
    }
}

/*# sourceMappingURL=style.css.map */