* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:focus,
:active,
:hover,
:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
    -webkit-focus-ring-color: rgba(0, 0, 0, 0) !important;
    -webkit-outline: none;
    outline: none
}

body,
html {
    height: 100%
}

body {
    padding: 0;
    margin: 0 auto;
    max-width: 1920px;
    min-width: 320px;
    font-family: 'Stolzl';
    text-decoration-skip: objects;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    background-color: #000000;
}

body.over {
    overflow: hidden
}

p {
    margin: 0;
    padding: 0
}

ul,
ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0
}

a,
button {
    font-family: 'Stolzl';
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    outline: none;
    text-decoration: none
}

a:before,
a:after,
button:before,
button:after {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

:before,
:after {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

button,
input,
textarea {
    outline: none;
    font-family: 'Stolzl'
}

button {
    cursor: pointer;
    outline: none;
    margin: 0;
    padding: 0;
    border: 0
}

img {
    display: block;
    border: none;
    max-width: 100%
}

textarea {
    white-space: pre-wrap;
    resize: none
}

::-webkit-input-placeholder {
    color: inherit
}

:-ms-input-placeholder {
    color: inherit
}

::-moz-input-placeholder {
    color: inherit
}

::-moz-placeholder {
    color: inherit
}

:-moz-placeholder {
    color: inherit
}

input[type=number] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    display: none
}

.iconArrow,
.iconBl {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.invisLink {
    position: relative;
    z-index: 1
}

.invisLink a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap
}

.container {
    width: 1200px;
    margin: 0 auto;
    padding: 0 15px
}

.wrapper {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%
}

.modalsScroll {
    overflow: auto;
    position: fixed;
    z-index: -1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: none
}

.modalsScroll .modals {
    height: 100vh;
    width: 100%
}

.modalsScroll .modals.table {
    display: table
}

.modalsScroll .modals .tCell {
    padding: 50px 15px;
    overflow: auto;
    display: table-cell;
    vertical-align: middle
}

.modalsScroll.open {
    z-index: 99;
    display: block
}

.modalsScroll .closeModal span+span {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 4px
}

.modalsScroll .closeModal span {
    position: relative;
    height: 3px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    width: 100%;
    top: 7px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-color: #6F6C99;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px
}

.modalsScroll .closeModal:hover {
    opacity: .5
}

.modalsScroll .closeModal {
    outline: none;
    z-index: 30;
    position: absolute;
    right: 28px;
    top: 38px;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 35px;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    padding: 7px
}

.modalsScroll .overlayModal {
    z-index: 4;
    position: fixed;
    background-color: #001b3b;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
    opacity: .87
}

.modalsScroll .blockMod {
    position: relative;
    z-index: 5;
    display: none;
    margin: 0 auto;
    max-width: 1031px
}

.blockMod .in {
    position: relative;
    z-index: 2
}

.content {
    flex: 1 0 auto;
    background-image: url(../img/rect_invi2.png);
    background-repeat: no-repeat;
    background-position: -1939px 279px
}

footer {
    flex: 0 0 auto;
    margin-top: -250px;
    position: relative;
    overflow: hidden
}

.wrapper header::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -1388px;
    width: 2060px;
    height: 1500px;
    background-color: #fff;
    opacity: .07;
    pointer-events: none;
    -webkit-border-radius: 122px;
    -moz-border-radius: 122px;
    -ms-border-radius: 122px;
    border-radius: 122px;
    z-index: -1;
    margin-left: -265px;
    -webkit-transform: skew(11deg) rotate(-5deg);
    -moz-transform: skew(11deg) rotate(-5deg);
    -o-transform: skew(11deg) rotate(-5deg);
    transform: skew(11deg) rotate(-5deg)
}

.wrapper .loginPage header::after {
    display: none
}

.wrapper header::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -1177px;
    width: 2060px;
    height: 1500px;
    background-color: #18707a;
    opacity: .21;
    pointer-events: none;
    -webkit-border-radius: 122px;
    -moz-border-radius: 122px;
    -ms-border-radius: 122px;
    border-radius: 122px;
    z-index: -2;
    margin-left: -7px;
    -webkit-transform: skew(11deg) rotate(-5deg);
    -moz-transform: skew(11deg) rotate(-5deg);
    -o-transform: skew(11deg) rotate(-5deg);
    transform: skew(11deg) rotate(-5deg)
}

.wrapper header {
    flex: 0 0 auto;
    position: relative;
    z-index: 3
}

.btn {
    background: transparent;
    border: 0;
    text-align: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px
}

.btn.btnYellow:hover {
    -webkit-box-shadow: 0 0 15px 0 #ffd33b;
    -moz-box-shadow: 0 0 15px 0 #ffd33b;
    box-shadow: 0 0 15px 0 #ffd33b
}

.btn.btnYellow {
    text-transform: uppercase;
    color: #152c4c;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .1em;
    background: #ffbf00;
    background: -moz-linear-gradient(top, #ffbf00 0%, #ffd53e 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffbf00), color-stop(100%, #ffd53e));
    background: -webkit-linear-gradient(top, #ffbf00 0%, #ffd53e 100%);
    background: -o-linear-gradient(top, #ffbf00 0%, #ffd53e 100%);
    background: -ms-linear-gradient(top, #ffbf00 0%, #ffd53e 100%);
    background: linear-gradient(to bottom, #ffbf00 0%, #ffd53e 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffbf00', endColorstr='#ffd53e', GradientType=0)
}

.btn.btnGreen .iconBl {
    color: #73b7bb
}

.btn.btnGreen:hover {
    -webkit-box-shadow: 0 0 15px 0 #000000;
    -moz-box-shadow: 0 0 15px 0 #50dae0;
    box-shadow: 0 0 15px 0 #000000
}

.btn.btnGreen {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .1em;
    background: #000000;
    background: -moz-linear-gradient(top, #017377 0%, #108286 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #017377), color-stop(100%, #108286));
    background: -webkit-linear-gradient(top, #017377 0%, #108286 100%);
    background: -o-linear-gradient(top, #017377 0%, #108286 100%);
    background: -ms-linear-gradient(top, #017377 0%, #108286 100%);
    background: linear-gradient(to bottom, #017377 0%, #108286 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#017377', endColorstr='#108286', GradientType=0)
}

.btn.btnArrow {
    display: flex;
    align-items: center;
    justify-content: center
}

.btn.btnArrow .iconBl {
    font-size: 14px;
    margin-right: 12px
}

.lineTop {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 31px 0;
    position: relative
}

.lineTop .logo:before {
    content: "";
    position: absolute;
    left: -436px;
    top: -524px;
    background-image: url(../img/triangle_white.png);
    width: 666px;
    height: 641px;
    z-index: -1
}

.lineTop .logo {
    width: 145px;
    position: absolute;
    left: -220px;
    top: 46px
}

.lineTop .logo img {
    width: 100%
}

.lineTop .adressBl {
    width: 26%
}

.lineTop .supportBl {
    width: 21%
}

.lineTop .btn {
    font-size: 12px;
    position: absolute;
    right: 0;
    top: calc(100% + 3px);
    padding: 7px 12px
}

.adressBl {
    position: relative;
    padding-left: 53px
}

.adressBl .iconBl {
    font-size: 35px;
    color: #87c6c9;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -18px
}

.adressBl .txt {
    color: #87c6c9;
    font-size: 11px;
    letter-spacing: .05em;
    line-height: 18px;
    position: relative;
    display: block
}

.supportBl {
    position: relative;
    padding-left: 52px
}

.supportBl .iconBl {
    font-size: 35px;
    color: #87c6c9;
    position: absolute;
    left: 3px;
    top: 50%;
    margin-top: -19px
}

.supportBl .tit {
    color: #87c6c9;
    font-size: 11px;
    display: block;
    letter-spacing: .05em
}

.supportBl .link {
    color: #ffc000;
    font-size: 11px;
    display: table;
    letter-spacing: .05em;
    margin-top: 4px
}

.supportBl .link:hover {
    color: #50dae0
}

.langBl:hover .listLinks {
    display: block
}

.langBl:hover .iconArrow {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.langBl {
    background-color: rgba(18, 59, 77, .55);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    padding: 9px 0;
    text-align: center;
    width: 91px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    -webkit-box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.11);
    z-index: 2
}

.langBl .listLinks {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: rgba(18, 59, 77, .8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.11)
}

.langBl .listLinks li a {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 11px;
    padding: 4px 5px
}

.langBl .listLinks li a:hover {
    color: #ffc000
}

.langBl .iconArrow {
    color: #fff;
    font-size: 6px;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -3px
}

.langBl .txt {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 12px
}

.langBl .iconBl {
    color: #81bec3;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 7px;
    margin-top: -8px
}

.menuLine {
    display: flex;
    padding: 8px 0 5px 58px
}

.menuLine .menu {
    max-width: 975px
}

.menu {
    display: flex
}

.menu a {
    color: #50dae0;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .1em
}

.menu a:hover,
.menu a.active {
    color: #fff
}

.menu a+a {
    margin-left: 24px
}

.grettingsMain {
    position: relative;
    z-index: 2
}

.grettingsMain::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -131px;
    width: 1999px;
    height: 1096px;
    background-image: url(../img/bggrettingsmain.png);
    margin-left: -1040px;
    z-index: -1;
    background-repeat: no-repeat
}

.grettingsMain .wrapIn {
    padding: 136px 0 101px
}

.grettingsMain .text .txt {
    display: block
}

.grettingsMain .text .btn {
    margin-top: 45px;
    display: table;
    padding: 12px 45px
}

.grettingsMain .text {
    color: #bad7d8;
    display: block;
    padding: 45px 30px 45px 60px;
    font-weight: 300;
    max-width: 55%;
    font-size: 16px;
    line-height: 23px
}

.grettingsMain .cap b {
    font-weight: 500
}

.grettingsMain .cap {
    color: #fff;
    font-size: 50px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0;
    max-width: 60%;
    line-height: 61px
}

.colorYellow {
    color: #ffc000
}

.colorWhite {
    color: #fff
}

.colorGreen {
    color: #008384
}

.listCurrents {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 60px;
    margin-top: 36px
}

.listCurrents .iconBl {
    font-size: 42px;
    color: #87c6c9;
    position: absolute;
    left: -3px;
    top: 50%;
    margin-top: -19px
}

.listCurrents .item {
    position: relative
}

.listCurrents .item:nth-child(2):after {
    display: none
}

.listCurrents .item+.item {
    margin-left: 87px
}

.listCurrents .item .val {
    color: #50dae0;
    font-size: 17px;
    display: block;
    font-weight: 700
}

.listCurrents .item .name {
    color: #fff;
    font-size: 10px;
    display: block;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: .2em;
    font-weight: 300
}

.listCurrents .item:after {
    content: '. . . . . . . . . . . . . . . . . . . . .';
    display: block;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    right: calc(100% + 8px);
    width: 77px;
    bottom: 0;
    color: #ffc000
}

.listMining:before {
    content: "";
    position: absolute;
    left: 234px;
    top: -33px;
    background-image: url(../img/bgmining.png);
    width: 778px;
    height: 635px
}

.listMining {
    position: absolute;
    left: 50%;
    top: 120px;
    width: 750px;
    height: 470px;
    margin-left: 25px
}

.listMining .list {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.listMining .list .item {
    position: absolute;
    left: 0;
    top: 0
}

.listMining .list .item .tit {
    font-size: 10px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-weight: 300;
    line-height: 19px
}

.listMining .list .item .val {
    color: #ffc000;
    font-size: 30px;
    display: block;
    font-weight: 700;
    white-space: nowrap;
    margin-top: 3px
}

.listMining .list .item:nth-child(1) {
    top: auto;
    bottom: 54px;
    text-align: right;
    left: 25px;
    width: 200px
}

.listMining .list .item:nth-child(2) {
    top: -3px;
    text-align: center;
    left: 322px;
    width: 140px
}

.listMining .list .item:nth-child(3) {
    top: auto;
    text-align: left;
    left: 567px;
    width: 140px;
    bottom: 55px
}

.listMining .triangle-wrapper {
    position: absolute;
    left: 245px;
    top: 5px
}

.triangle {
    animation: grow-and-fade 2000ms linear infinite;
    height: 450px;
    left: 0;
    opacity: 0;
    width: 500px;
    position: absolute;
    top: 0;
    transform: translatez(0);
    transform-origin: 50% 60%;
    will-change: opacity, transform;
    z-index: -1;
    pointer-events: none
}

.triangle-wrapper {
    height: 450px;
    position: relative;
    width: 600px;
    z-index: -1
}

.triangle-loading {
    animation: pulsing-fade 6000ms ease infinite;
    font-size: 12px;
    font-weight: 300;
    left: 50%;
    letter-spacing: 8px;
    margin-left: 4px;
    margin-top: 10px;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: translate3d(-50%, -50%, 0);
    text-transform: uppercase
}

.triangle-svg {
    margin-top: -20px;
    opacity: .5;
    overflow: visible
}

.triangle-polygon {
    stroke-width: 1px
}

.triangle-1 {
    animation-delay: 0
}

.triangle-1 .triangle-polygon {
    stroke: #4ed5dc
}

.triangle-2 {
    animation-delay: 400ms
}

.triangle-2 .triangle-polygon {
    stroke: #3ba9b4
}

.triangle-3 {
    animation-delay: 800ms
}

.triangle-3 .triangle-polygon {
    stroke: #166875
}

.triangle-4 {
    animation-delay: 1200ms
}

.triangle-4 .triangle-polygon {
    stroke: #195a65
}

.triangle-5 {
    animation-delay: 1600ms
}

.triangle-5 .triangle-polygon {
    stroke: #195a65
}

@keyframes grow-and-fade {
    0% {
        opacity: 0;
        transform: scale(0.1) translatez(0)
    }

    40% {
        opacity: 1
    }

    60% {
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: scale(1) translatez(0)
    }
}

@keyframes pulsing-fade {
    0% {
        opacity: 0
    }

    20% {
        opacity: 0
    }

    40% {
        opacity: .8
    }

    60% {
        opacity: 0
    }
}

.profitBlock {
    position: relative;
    z-index: 3
}

.profitBlock .wrapIn {
    background-image: url(../img/bgprofit.png);
    min-height: 690px;
    background-position: center;
    background-repeat: no-repeat
}

.profitSlider {
    max-width: 1080px;
    margin: 0 auto;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    padding: 80px 0;
    overflow: hidden;
    position: relative;
    top: -37px
}

.profitSlider .slick-list {
    background-color: #fff;
    overflow: visible;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 43px 0 rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0 0 43px 0 rgba(0, 0, 0, 0.33);
    box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, 0.05)
}

.profitSlider .item.slick-center .tit {
    color: #fff
}

.profitSlider .item.slick-center .pr {
    color: #ffc000
}

.profitSlider .item.slick-center::before {
    top: -79px;
    height: 470px;
    background-image: url(../img/bgslidercenter.png);
    width: 337px;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

.profitSlider .item.slick-center {
    width: 337px !important;
    padding-right: 42px
}

.profitSlider .item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0;
    -moz-transition: all 0;
    -o-transition: all 0;
    transition: all 0
}

.profitSlider .item input {
    display: none
}

.profitSlider .item label {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: block
}

.profitSlider .item {
    width: 370px !important;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 34px 82px 34px 70px;
    height: 332px;
    position: relative
}

.profitSlider .pr {
    font-weight: 700;
    display: block;
    font-size: 60px;
    color: #008384
}

.profitSlider .day {
    color: #008384;
    font-size: 14px;
    display: block;
    text-transform: uppercase;
    letter-spacing: .19em
}

.profitSlider .tit {
    color: #0c374d;
    font-size: 11px;
    text-transform: uppercase;
    display: block;
    letter-spacing: .1em;
    margin-top: 12px;
    width: 70%;
    line-height: 14px
}

.profitSlider .val {
    color: #f5b800;
    font-size: 14px;
    display: block;
    letter-spacing: .2em;
    margin-top: 2px
}

.profitSlider .txt {
    color: #84aaac;
    font-size: 10px;
    display: block;
    text-transform: uppercase;
    margin-top: 14px;
    letter-spacing: .1em
}

.profitSlider .txt+.txt {
    margin-top: 6px
}

.profitSlider .inf {
    display: flex
}

.profitSlider .inf li {
    width: calc(50% - 9px)
}

.profitSlider .slick-arrow.slick-next {
    right: 0;
    left: auto;
    -webkit-bottom-left-radius: 50px;
    -moz-bottom-left-radius: 50px;
    -ms-bottom-left-radius: 50px;
    border-bottom-left-radius: 50px;
    -webkit-top-left-radius: 50px;
    -moz-top-left-radius: 50px;
    -ms-top-left-radius: 50px;
    border-top-left-radius: 50px;
    padding-left: 11px
}

.profitSlider .slick-arrow.slick-prev {
    left: 0;
    right: auto;
    -webkit-bottom-right-radius: 50px;
    -moz-bottom-right-radius: 50px;
    -ms-bottom-right-radius: 50px;
    border-bottom-right-radius: 50px;
    -webkit-top-right-radius: 50px;
    -moz-top-right-radius: 50px;
    -ms-top-right-radius: 50px;
    border-top-right-radius: 50px;
    padding-right: 5px
}

.profitSlider .slick-arrow:hover {
    -webkit-box-shadow: 0 0 15px 0 #ffd33b;
    -moz-box-shadow: 0 0 15px 0 #ffd33b;
    box-shadow: 0 0 15px 0 #ffd33b
}

.profitSlider .slick-arrow {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 5;
    color: #221b1c;
    background: #ffc000;
    font-size: 14px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -23px
}

.titleBl {
    position: relative;
    padding-left: 81px
}

.titleBl .iconBl {
    font-size: 59px;
    position: absolute;
    left: 0;
    top: 0;
    color: #bdd2d2
}

.titleBl .cap {
    font-weight: 700;
    color: #104559;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 9px
}

.titleBl .cap .smallTxt {
    font-size: 14px;
    font-weight: 300;
    display: block;
    letter-spacing: .2em;
    width: 100%
}

.Safari .titleBl .cap .smallTxt {
    margin-bottom: 9px
}

.profitLine {
    position: relative;
    margin-top: -39px;
    padding: 0 37px;
    display: flex;
    align-items: center
}

.profitLine .titleBl {
    max-width: 227px
}

.profitLine .calcLine {
    padding-left: 43px
}

.profitLine .calcWrap {
    display: flex;
    align-items: flex-end
}

.profitLine .inputLine {
    width: 170px
}

.profitLine .inputLine label {
    color: #809394;
    font-size: 12px;
    font-weight: 300;
    display: block;
    letter-spacing: .05em;
    margin-bottom: 15px
}

.profitLine .inputLine input {
    border: 0;
    background: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    height: 48px;
    width: 100%;
    padding: 0 21px;
    color: #104559;
    font-size: 14px;
    font-weight: 300;
    -webkit-box-shadow: 11px 11px 11px 0 rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 11px 11px 11px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 11px 11px 11px 0 rgba(0, 0, 0, 0.11)
}

.profitLine .inputLine .selectric {
    border: 0;
    background: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    height: 48px;
    -webkit-box-shadow: 11px 11px 11px 0 rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 11px 11px 11px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 11px 11px 11px 0 rgba(0, 0, 0, 0.11)
}

.profitLine .inputLine .label {
    color: #104559;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    height: 100%;
    padding: 5px 15px
}

.profitLine .inputLine .button {
    background: transparent;
    width: 61px;
    height: 100%
}

.profitLine .inputLine .button:after {
    border: 0;
    content: "\e98b";
    font-family: 'icomoon' !important;
    color: #225365;
    font-size: 7px
}

.profitLine .inputLine+.inputLine {
    margin-left: 40px
}

.profitLine .btn {
    margin-left: 33px;
    padding: 16px 30px;
    font-size: 12px;
    font-weight: 400
}

.profitLine .profitTxt {
    position: absolute;
    right: 57px;
    top: 25px
}

.profitLine .profitTxt ul li {
    text-align: right;
    letter-spacing: .15em;
    text-transform: uppercase
}

.profitLine .profitTxt ul li+li {
    margin-top: 22px
}

.profitLine .profitTxt ul li .tit {
    font-weight: 300;
    display: block;
    font-size: 12px
}

.profitLine .profitTxt ul li .val {
    color: #008384;
    font-size: 20px;
    font-weight: 700;
    margin-top: 8px;
    display: block
}

.textAboutMain {
    position: relative;
    z-index: 2
}

.textAboutMain .wrapIn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.textAboutMain .titleBl+* {
    margin-top: 32px
}

.textAboutMain .numerBlock {
    line-height: 127px
}

.textAboutMain .text {
    font-size: 12px;
    color: #708384;
    width: calc(50% - 160px);
    position: relative;
    letter-spacing: .05em;
    line-height: 20px
}

.textAboutMain .text:nth-child(1) {
    top: -102px
}

.textAboutMain .text:nth-child(3) {
    left: calc(50% + 160px);
    margin-top: 45px
}

.textAboutMain a {
    color: #3fbdbe;
    text-decoration: underline
}

.textAboutMain .text b+* {
    margin-top: 22px
}

.textAboutMain .text .btn {
    margin-top: 37px;
    display: table;
    padding: 14px 35px;
    text-decoration: none;
    font-size: 12px
}

.textAboutMain .text b {
    display: block;
    font-size: 14px;
    letter-spacing: .02em;
    line-height: 23px;
    color: #104559
}

.textAboutMain p+p {
    margin-top: 19px
}

.textAboutMain a:hover {
    text-decoration-color: transparent
}

.textAboutMain .picGold {
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../img/pic_gold.png);
    background-repeat: no-repeat;
    width: 925px;
    height: 472px;
    margin-left: -769px;
    margin-top: -165px;
    z-index: -1
}

.textAboutMain .picLogo {
    position: absolute;
    left: 50%;
    top: 62px;
    background-image: url(../img/triangle_logo.png);
    background-repeat: no-repeat;
    width: 247px;
    height: 255px;
    margin-left: -151px;
    z-index: -1
}

.serfLine {
    position: relative
}

.serfLine .wrapIn {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}

.serfBl {
    position: relative;
    padding-left: 124px;
    top: -219px;
    max-width: 50%;
    z-index: 3;
    width: 100%
}

.serfBl .pic {
    position: absolute;
    left: -44px;
    top: -10px;
    width: 167px;
    height: 96px
}

.serfBl .tit {
    color: #809394;
    font-size: 12px;
    display: block;
    letter-spacing: .05em;
    max-width: 50%;
    line-height: 18px
}

.serfBl .num {
    color: #104559;
    font-size: 30px;
    display: block;
    font-weight: 500;
    letter-spacing: .05em
}

.serfBl .btn {
    position: absolute;
    right: 94px;
    top: 21px;
    padding: 15px 33px;
    font-size: 12px;
    letter-spacing: .1em;
    font-weight: 400
}

.serfBl .picDoc:hover{
    -webkit-box-shadow: 0 0 43px 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 43px 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 43px 0 rgba(0, 0, 0, 0);
}
.serfBl .picDoc {
    position: absolute;
    right: -103px;
    top: -14px;
    width: 220px;
    height: 303px;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 43px 0 rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 0 43px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 0 43px 0 rgba(0, 0, 0, 0.11);
    z-index: -1;
    background-size: 85%;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -o-transition:all .3s;
    transition:all .3s;
}

.videoBl {
    background-image: url(../img/bglaptop.png);
    width: 772px;
    height: 455px;
    background-repeat: no-repeat;
    position: relative;
    top: -161px;
    left: -63px;
    display: flex;
    flex-wrap: wrap
}

.videoBl .video {
    position: absolute;
    left: 90px;
    top: 41px;
    width: calc(100% - 189px);
    height: calc(100% - 92px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.playBl:hover {
    opacity: .75
}

.playBl {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 140px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.playBl .play {
    background-image: url(../img/play.png);
    width: 85px;
    height: 92px;
    display: block;
    margin: 0 auto;
    position: relative;
    display: block
}

.playBl .txt {
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin-top: 29px;
    letter-spacing: .1em
}

.playBl .nameCompany {
    color: #f5b800;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    letter-spacing: .2em;
    margin-top: 2px
}

.serfLine .list {
    display: flex;
    flex-wrap: wrap;
    width: calc(50% - 190px);
    position: relative;
    left: -23px;
    top: -18px;
    justify-content: space-between;
    align-items: flex-start
}

.serfLine .list .item {
    width: calc(50% - 0px);
    margin-bottom: 32px;
    position: relative
}

.serfLine .list .item:nth-child(2n) {
    left: 24px
}

.serfLine .list .item .iconBl {
    color: #329ea4;
    font-size: 30px
}

.serfLine .list .item .tit {
    color: #104559;
    font-size: 13px;
    font-weight: 700;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    margin-top: 14px;
    letter-spacing: .1em
}

.serfLine .list .item .txt {
    color: #25989e;
    font-size: 11px;
    display: block;
    margin-top: 3px;
    letter-spacing: .05em;
    line-height: 18px
}

.mapBlock:before {
    content: "";
    background-image: url(../img/bgmap.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 1251px;
    position: absolute;
    top: -25px;
    left: 50%;
    z-index: -1;
    height: 734px;
    margin-left: -635px
}

.mapBlock {
    width: 100%;
    height: 734px;
    position: relative;
    margin-top: -69px;
    padding: 40px 45px
}

.mapBlock .map {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    height: 415px;
    display: block;
    overflow: hidden
}

.mapBlock .lineTxt {
    display: flex;
    align-items: center;
    margin-top: 47px;
    padding: 0 5px
}

.mapBlock .lineTxt .titleBl {
    max-width: 35%
}

.mapBlock .lineTxt .txt {
    color: #104559;
    font-size: 12px;
    max-width: 185px;
    line-height: 19px;
    letter-spacing: .05em;
    margin-left: 17px
}

.serfLine::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -684px;
    background-image: url(../img/bgserf.png);
    background-repeat: no-repeat;
    width: 1920px;
    height: 2015px;
    margin-left: -960px;
    z-index: -1
}

.refProgram {
    position: relative
}

.refProgram .wrapIn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.refProgram .left {
    position: relative;
    margin-top: -37px;
    width: calc(50% + 65px)
}

.refProgram .right {
    width: calc(50% - 164px);
    padding-top: 12px
}

.refProgram .left .numerBlock {
    color: #fff;
    font-size: 100px;
    line-height: 116px;
    font-weight: 700
}

.refProgram .left .text a:hover {
    text-decoration-color: transparent
}

.refProgram .left .text a {
    color: #3fbdbe;
    text-decoration: underline
}

.refProgram .left .text {
    color: #708384;
    font-size: 12px;
    letter-spacing: .05em;
    margin-top: 33px;
    line-height: 20px
}

.representativeBl {
    position: relative;
    margin-top: 53px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start
}

.representativeBl .inf {
    width: 40%
}

.representativeBl .inf::before {
    content: "";
    position: absolute;
    left: 84px;
    top: -4px;
    background-image: url(../img/triangle_gray_repres.png);
    width: 445px;
    height: 396px;
    z-index: -1
}

.representativeBl .inf li:nth-child(1) .pr {
    font-size: 100px;
    line-height: 100px
}

.representativeBl .inf li:nth-child(1) {
    color: #ffc000
}

.representativeBl .inf li:nth-child(2) .pr {
    font-size: 70px;
    line-height: 70px
}

.representativeBl .inf li:nth-child(2) {
    color: #008384
}

.representativeBl .inf li:nth-child(3) .pr {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 6px;
    color: #104559
}

.representativeBl .inf li:nth-child(3) {
    margin-top: 38px
}

.representativeBl .inf li+li {
    margin-top: 20px
}

.representativeBl .inf li .pr {
    font-weight: 700;
    display: block
}

.representativeBl .inf li .lvl {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .1em;
    display: block;
    margin-top: -5px;
    left: 2px;
    position: relative
}

.representativeBl .infTxt {
    width: 362px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    right: 10px;
    top: -55px;
    padding: 73px 0 0;
    align-content: center;
    height: 400px
}

.representativeBl .infTxt::before {
    content: "";
    position: absolute;
    left: 0;
    top: 55px;
    background-image: url(../img/triangle_repres.png);
    width: 362px;
    height: 323px;
    z-index: -1
}

.representativeBl .infTxt .titleBl {
    color: #fff;
    padding: 0
}

.representativeBl .infTxt .titleBl .iconBl {
    color: #25989e;
    display: table;
    margin: 0 auto;
    position: relative;
    margin-bottom: 21px
}

.representativeBl .infTxt .titleBl .cap {
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 23px;
    line-height: 19px
}

.representativeBl .infTxt .titleBl .cap .smallTxt {
    font-size: 10px
}

.representativeBl .infTxt .prBig {
    color: #ffc000;
    font-size: 100px;
    font-weight: 700;
    display: block;
    text-align: center;
    line-height: 113px;
    position: relative;
    left: 6px;
    width: 100%;
}

.representativeBl .btn {
    display: table;
    margin: 0 auto;
    padding: 15px 30px;
    margin-top: -36px;
    font-size: 12px;
    left: -11px;
    position: relative
}

.representativeBl::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0
}

.refProgram .right .numerBlock+* {
    margin-top: 8px
}

.refProgram .right .text {
    color: #104559;
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin-top: 51px;
    line-height: 25px;
    letter-spacing: .02em
}

.refProgram .right .num {
    color: #ebf3f3;
    font-size: 100px;
    line-height: 116px;
    font-weight: 700
}

.numerBlock {
    color: #ebf3f3;
    font-size: 100px;
    line-height: 116px;
    font-weight: 700
}

.refProgram .list {
    margin-top: 33px
}

.refProgram .list .item+.item {
    border-top: dotted 2px #bfd1d1
}

.refProgram .list .item {
    color: #708384;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .05em;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.refProgram .list .item b {
    font-weight: 500;
    color: #104559
}

.refProgram .list .item .txt:nth-child(3) {
    flex: 0;
    min-width: 20%;
    text-align: center
}

.refProgram .list .item .txt {
    min-width: 50%;
    flex: 1
}

.refProgram .list .item .val.colorGreen {
    font-size: 13px;
    text-align: right
}

.refProgram .list .item .val {
    font-size: 13px;
    min-width: 15%;
    flex: 0;
    font-weight: 500
}

.stateBlock {
    padding: 215px 0 239px;
    position: relative
}

.stateBlock:after {
    content: "";
    position: absolute;
    left: -90px;
    top: 125px;
    width: 2500px;
    background-image: url(../img/bgstate.png);
    height: calc(100% - 215px);
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg);
    z-index: 5;
    -webkit-border-radius: 180px;
    -moz-border-radius: 180px;
    -ms-border-radius: 180px;
    border-radius: 180px;
    z-index: -1;
    opacity: 0.3;
}

.stateBlock:before {
    content: "";
    position: absolute;
    left: -90px;
    top: 125px;
    background: #016a6c;
    background: -moz-linear-gradient(top, #016a6c 0%, #072f46 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #016a6c), color-stop(100%, #072f46));
    background: -webkit-linear-gradient(top, #016a6c 0%, #072f46 100%);
    background: -o-linear-gradient(top, #016a6c 0%, #072f46 100%);
    background: -ms-linear-gradient(top, #016a6c 0%, #072f46 100%);
    background: linear-gradient(to bottom, #016a6c 0%, #072f46 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#016a6c', endColorstr='#072f46', GradientType=0);
    width: 2500px;
    height: calc(100% - 215px);
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg);
    z-index: 5;
    -webkit-border-radius: 180px;
    -moz-border-radius: 180px;
    -ms-border-radius: 180px;
    border-radius: 180px;
    z-index: -1
}

.stateInf {
    display: flex;
    justify-content: space-between
}

.stateInf li {
    width: calc((100% / 4) - 48px);
    position: relative
}

.stateInf li+li::before {
    content: "";
    position: absolute;
    left: -32px;
    top: -5px;
    border-left: dashed 1px #4f8889;
    width: 5px;
    height: calc(100% + 7px)
}

.stateInf li .iconBl {
    display: table;
    font-size: 61px;
    margin: 0 auto;
    color: #25989e
}

.stateInf li .tit {
    color: #25989e;
    font-size: 12px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin-top: 23px
}

.stateInf li .txt {
    color: #ffc000;
    font-size: 35px;
    display: block;
    text-align: center
}

.stateInpOut {
    display: flex;
    margin-top: 66px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px
}

.stateInpOut .title {
    color: #072e46;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    letter-spacing: .1em;
    font-weight: 500
}

.stateInpOut .left .title span {
    color: #f5b800
}

.stateInpOut .right .title span {
    color: #379798
}

.stateInpOut .right,
.stateInpOut .left {
    padding: 32px 50px 69px;
    position: relative
}

.stateInpOut .left {
    background-color: #fff;
    width: 50%;
    -webkit-bottom-left-radius: 25px;
    -moz-bottom-left-radius: 25px;
    -ms-bottom-left-radius: 25px;
    border-bottom-left-radius: 25px;
    -webkit-top-left-radius: 25px;
    -moz-top-left-radius: 25px;
    -ms-top-left-radius: 25px;
    border-top-left-radius: 25px
}

.stateInpOut .right {
    background-color: #ebf3f3;
    background-image: url(../img/back-cab-lines.png);
    width: 50%;
    -webkit-bottom-right-radius: 25px;
    -moz-bottom-right-radius: 25px;
    -ms-bottom-right-radius: 25px;
    border-bottom-right-radius: 25px;
    -webkit-top-right-radius: 25px;
    -moz-top-right-radius: 25px;
    -ms-top-right-radius: 25px;
    border-top-right-radius: 25px
}

.stateInpOut .list {
    margin-top: 25px
}

.stateInpOut .list .iconBl {
    font-size: 19px
}

.stateInpOut .list .item+.item {
    border-top: dotted 2px #bfd1d1
}

.stateInpOut .list .item {
    display: flex;
    align-items: center;
    position: relative;
    padding: 9px 56px 9px 0
}

.stateInpOut .list .item .name {
    color: #708384;
    display: block;
    font-size: 12px;
    margin-left: 11px;
    letter-spacing: .05em;
    width: 50%
}

.stateInpOut .left .list .item .iconBl,
.stateInpOut .left .list .item .val {
    color: #f5b800
}

.stateInpOut .right .list .item .iconBl,
.stateInpOut .right .list .item .val {
    color: #379798
}

.stateInpOut .list .item .val {
    font-size: 15px;
    width: 50%;
    text-align: right;
    font-weight: 500
}

.stateInpOut .list .item .pic {
    position: absolute;
    right: 10px;
    top: 50%;
    background-position: center;
    background-repeat: no-repeat;
    width: 25px;
    height: 15px;
    margin-top: -7px
}

.stateInpOut .sumLine {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #289ba1;
    background: -moz-linear-gradient(left, #289ba1 0%, #027379 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #289ba1), color-stop(100%, #027379));
    background: -webkit-linear-gradient(left, #289ba1 0%, #027379 100%);
    background: -o-linear-gradient(left, #289ba1 0%, #027379 100%);
    background: -ms-linear-gradient(left, #289ba1 0%, #027379 100%);
    background: linear-gradient(to right, #289ba1 0%, #027379 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#289ba1', endColorstr='#027379', GradientType=1);
    position: absolute;
    left: 50%;
    bottom: -20px;
    padding: 14px 32px;
    width: 370px;
    margin-left: -183px;
    flex-wrap: wrap
}

.stateInpOut .sumLine .txt {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .1em
}

.stateInpOut .sumLine .val {
    color: #ffc000;
    font-size: 20px;
    font-weight: 500;
    text-align: right;
    line-height: 20px;
    flex: 1
}

.stateBlock .stateTxt .left {
    width: 50%
}

.stateBlock .stateTxt {
    margin-top: 103px;
    display: flex;
    justify-content: space-between
}

.stateBlock .stateTxt .titleBl .cap {
    color: #fff
}
.stateBlock .stateTxt .titleBl .iconBl{
    color: #25989e;
}
.stateBlock .stateTxt .text {
    color: #84aaac;
    font-size: 12px;
    display: block;
    margin-top: 53px;
    letter-spacing: .05em;
    line-height: 19px
}

.stateBlock .stateTxt ul {
    margin-top: 42px;
    display: flex;
    justify-content: space-between
}

.stateBlock .stateTxt ul li {
    width: calc(50% - 11px);
    padding-right: 60px
}

.stateBlock .stateTxt ul li .iconBl {
    color: #25989e;
    font-size: 30px
}

.stateBlock .stateTxt ul li .name {
    color: #ffc000;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    margin-top: 15px;
    letter-spacing: .1em
}

.stateBlock .stateTxt ul li .txt {
    color: #25989e;
    font-size: 11px;
    margin-top: 20px;
    display: block;
    letter-spacing: .05em;
    line-height: 18px
}

.stateBlock .stateTxt .titleBl {
    padding-left: 86px
}

.stateBlock .stateTxt .right {
    width: calc(50% - 19px)
}

.stateBlock .stateTxt .faqList {
    margin-top: 47px;
    min-height: 295px
}

.faqList {
    position: relative;
    min-height: 775px
}

.faqList .item {
    border-bottom: dotted 2px #4d8284
}

.faqList .item+.item {
    margin-top: 7px
}

.faqList .quest.open {
    color: #ffc000
}

.faqList .quest.open::before {
    content: "\e962";
    color: #ffc000
}

.faqList .quest::before {
    content: "\e929";
    font-family: 'icomoon' !important;
    color: #25989e;
    font-size: 15px;
    display: block;
    cursor: pointer;
    position: absolute;
    left: 1px;
    font-size: 19px;
    top: 50%;
    margin-top: -11px
}

.faqList .quest:hover {
    color: #ffc000
}

.faqList .quest {
    color: #25989e;
    font-size: 13px;
    display: block;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
    letter-spacing: .1em;
    padding: 11px 0 11px 39px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.faqList .answer {
    display: none;
    color: #84aaac;
    font-size: 12px;
    padding: 0 0 21px 38px;
    letter-spacing: .05em;
    line-height: 19px
}

.faqList .answer p+p {
    margin-top: 22px
}

.stateTxt .btn {
    font-size: 12px;
    margin-top: 50px;
    display: table;
    padding: 16px 37px;
    position: relative;
    z-index: 6
}

footer::after {
    content: "";
    position: absolute;
    right: calc(100% - 126px);
    top: -112px;
    width: 2066px;
    height: 1232px;
    background-image: url(../img/rect_invis.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1
}

footer::before {
    content: "";
    position: absolute;
    left: -100px;
    top: 145px;
    width: calc(100% + 200px);
    height: calc(100% + 150px);
    background-image: url(../img/back-cab-lines.png);
    background-color: #ebf3f3;
    z-index: -1;
    -webkit-transform: rotate(7deg);
    -moz-transform: rotate(7deg);
    -o-transform: rotate(7deg);
    transform: rotate(6deg)
}

.plSystem::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #000000;
    width: 100%;
    height: 42%;
    -webkit-bottom-left-radius: 25px;
    -moz-bottom-left-radius: 25px;
    -ms-bottom-left-radius: 25px;
    border-bottom-left-radius: 25px;
    -webkit-bottom-right-radius: 25px;
    -moz-bottom-right-radius: 25px;
    -ms-bottom-right-radius: 25px;
    border-bottom-right-radius: 25px;
    z-index: -1;
    -webkit-box-shadow: 0 9px 11px 0 rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 9px 11px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 9px 11px 0 rgba(0, 0, 0, 0.11)
}

.plSystem::before {
    content: "";
    position: absolute;
    left: 0;
    top: 65px;
    background-color: #000000;
    width: 100%;
    height: 62%;
    -webkit-border-top-left-radius: 25px;
    -moz-border-top-left-radius: 25px;
    -ms-border-top-left-radius: 25px;
    border-top-left-radius: 25px;
    -webkit-border-top-right-radius: 25px;
    -moz-border-top-right-radius: 25px;
    -ms-border-top-right-radius: 25px;
    border-top-right-radius: 25px;
    -webkit-transform: skew(0deg, 6.5deg);
    -moz-transform: skew(0deg, 6.5deg);
    -o-transform: skew(0deg, 6.5deg);
    transform: skew(0deg, 6.5deg);
    z-index: -1;
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.11);
    -webkit-border-bottom-right-radius: 50%;
    -moz-border-bottom-right-radius: 50%;
    -ms-border-bottom-right-radius: 50%;
    border-bottom-right-radius: 50%
}

.plSystem {
    position: relative;
    padding: 73px 47px 55px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    z-index: 5;
    margin-top: 8px
}

.plSystem .titleBl {
    padding-left: 84px
}

.plSystem .list {
    display: flex;
    justify-content: space-between;
    margin-top: 55px
}

.plSystem .item {
    width: calc((100% / 8) - 25px);
    height: 30px;
    background-position: center;
    background-repeat: no-repeat
}

.menuFooter {
    display: flex;
    justify-content: space-between;
    margin-top: 72px;
    padding: 0 7px
}

.menuFooter li a {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #072e46
}

.menuFooter li a:hover,
.menuFooter li a.active {
    color: #3fbdbe
}

.lineInfSocial {
    display: flex;
    border-top: dotted 2px #819293;
    padding: 52px 0;
    margin-top: 46px;
    border-bottom: dotted 2px #819293
}

.lineInfSocial .logo {
    margin-right: 85px
}

.lineInfSocial .adressBl .txt {
    color: #708384;
    line-height: 22px;
    letter-spacing: .1em
}

.lineInfSocial .adressBl {
    width: 35%
}

.lineInfSocial .adressBl .iconBl {
    font-size: 47px;
    margin-top: -25px;
    left: -7px
}

.lineInfSocial .supportBl .iconBl {
    font-size: 47px;
    margin-top: -27px;
    left: -14px
}

.lineInfSocial .supportBl .tit {
    color: #708384;
    letter-spacing: .1em
}

.lineInfSocial .supportBl .link {
    color: #3fbdbe;
    font-size: 12px;
    margin-top: 10px
}

.lineInfSocial .supportBl .link:hover {
    color: #ffc000
}

.lineInfSocial .supportBl {
    width: 23%
}

.socialList ul {
    display: flex
}

.socialList ul li+li {
    margin-left: 18px
}

.socialList ul li a:hover {
    color: #fff;
    background-color: #082d3d
}

.socialList ul li a {
    width: 42px;
    height: 42px;
    background-color: #cbdfdf;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #008384;
    font-size: 15px
}

.lineFotText {
    display: flex;
    margin-top: 43px;
    gap: 57px
}

.lineFotText .item:nth-child(1) {
    flex: 2.6
}

.lineFotText .item:nth-child(2) {
    flex: 1.2
}

.lineFotText .item:nth-child(3) {
    flex: 1.2
}

.lineFotText .item .iconBl {
    color: #008384;
    font-size: 50px;
    width: 45px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}

.lineFotText .item:first-child .name {
    color: #008384
}

.lineFotText .item .name {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #072e46;
    display: block;
    margin-top: 15px;
    letter-spacing: .1em
}

.lineFotText .item .link {
    color: #3fbdbe;
    font-size: 12px;
    text-transform: uppercase;
    display: table;
    margin-top: 21px;
    letter-spacing: .05em;
    text-decoration: underline
}

.lineFotText .item .link:hover {
    color: #ffc000
}

.lineFotText .item p {
    color: #708384;
    font-size: 11px;
    display: block;
    margin-top: 23px;
    letter-spacing: .05em;
    line-height: 17px
}

.lineFotText .item p+b {
    margin-top: 21px
}

.lineFotText .item b {
    color: #072e46;
    display: block;
    font-size: 11px;
    letter-spacing: .05em;
    line-height: 17px
}

.footerBot::before {
    content: '';
    position: absolute;
    left: 50%;
    top: -61px;
    background-image: url(../img/bgfooter.png);
    background-repeat: no-repeat;
    width: 1920px;
    height: 456px;
    z-index: -1;
    margin-left: -960px
}

.footerBot {
    position: relative;
    padding-top: 60px;
    padding-bottom: 55px
}

.footerBot .wrapIn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.footerBot .left {
    width: calc(50% - 15px);
    padding-top: 100px
}

.footerBot .left .list {
    display: flex;
    justify-content: space-between
}

.footerBot .left .item {
    /* width: calc(50% - 18px) */    
}

.footerBot .left .item .tit {
    color: #fff;
    font-size: 12px;
    display: block;
    text-transform: uppercase;
    letter-spacing: .1em
}

.footerBot .left .item .txt {
    color: #87c6c9;
    font-size: 12px;
    display: block;
    margin-top: 25px;
    line-height: 17px
}

.footerBot .right {
    width: calc(50% - 21px)
}

.footerBot .right .item+.item {
    margin-top: 23px
}

.footerBot .right .item .tit {
    color: #ffc000;
    font-size: 12px;
    text-transform: uppercase;
    width: 100%;
    display: block;
    letter-spacing: .1em
}

.footerBot .right .item .txt {
    color: #87c6c9;
    font-size: 11px;
    display: block;
    margin-top: 25px;
    letter-spacing: .05em;
    line-height: 17px
}

.footerBot .lineTechnolog {
    display: flex;
    align-items: center;
    margin-top: 25px;
    padding: 0 7px
}

.footerBot .lineTechnolog .text {
    color: #fff;
    padding-left: 22px;
    font-size: 11px;
    line-height: 18px;
    position: relative;
    top: -3px;
    letter-spacing: .05em
}

.footerBot .lineTechnolog ul {
    display: flex;
    align-items: center
}

.footerBot .lineTechnolog ul li {
    font-size: 30px;
    color: #3fbdbe;
    position: relative
}

.footerBot .lineTechnolog ul li+li {
    margin-left: 56px
}

.footerBot .lineTechnolog ul li+li::before {
    content: "\e92d";
    position: absolute;
    left: -41px;
    top: 50%;
    font-size: 25px;
    color: #ffcb21;
    font-family: 'icomoon' !important;
    margin-top: -17px
}

.copyTxt::before {
    content: "";
    position: absolute;
    left: -89px;
    top: 30px;
    width: 1000px;
    height: 350px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    -ms-border-radius: 150px;
    border-radius: 150px;
    z-index: -1;
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
    background-color: #053040;
    opacity: .8
}

.copyTxt {
    color: #418892;
    font-size: 11px;
    position: absolute;
    left: 50%;
    bottom: 22px;
    margin-left: 22px;
    max-width: 170px;
    letter-spacing: .05em;
    line-height: 20px
}

.grettingsPage {
    position: relative;
    min-height: 352px
}

.grettingsPage::before {
    content: '';
    position: absolute;
    left: 0;
    top: -129px;
    background-image: url(../img/bggrettingspage.png);
    background-repeat: no-repeat;
    width: 1920px;
    height: 484px;
    z-index: -1
}

.grettingsPage .cap {
    color: #ffc000;
    font-size: 80px;
    text-transform: uppercase;
    display: block;
    font-weight: 700;
    line-height: 77px
}

.grettingsPage .wrapIn {
    padding: 70px 0
}

.grettingsPage .nameCompany {
    font-size: 40px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-weight: 300
}

.textBlock {
    color: #104559;
    font-size: 14px;
    letter-spacing: .025em;
    line-height: 26px
}

.faqPage {
    padding-top: 41px;
    padding-bottom: 62px
}

.faqPage .textBlock {
    margin-top: 59px
}

.faqBlock {
    padding: 20px 48px;
    margin-top: 65px
}

.faqBlock .tabs {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2
}

.faqBlock .listLinks::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../img/bglinksfaq.png);
    background-repeat: no-repeat;
    width: 337px;
    height: 510px;
    z-index: -1
}

.faqBlock .listLinks {
    position: relative;
    width: 337px;
    padding: 66px 32px 66px 25px
}

.faqBlock .listLinks li {
    color: #104559;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase
}

.faqBlock .listLinks li+li {
    margin-top: 16px
}

.faqBlock .listLinks li.active .iconBl {
    color: #18c5cc
}

.faqBlock .listLinks li a:hover,
.faqBlock .listLinks li.active a {
    color: #18c5cc
}

.faqBlock .listLinks li .iconBl {
    color: #25989e;
    font-size: 25px;
    margin-right: 24px
}

.faqBlock .listLinks li a {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding: 0 18px;
    color: #104559;
    letter-spacing: .05em;
    min-height: 48px
}

.faqBlock .listLinks li.active a {
    background-color: #000000;
    -webkit-box-shadow: 0 9px 11px 0 rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 9px 11px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 9px 11px 0 rgba(0, 0, 0, 0.11)
}

.faqBlock .tabsBody {
    flex: 1;
    padding: 27px 10px 37px 58px
}

.blWhiteBlock {
    position: relative;
    padding-bottom: 106px
}

.blWhiteBlock::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 72%;
    background-color: #fff;
    -webkit-box-shadow: 0 9px 11px 0 rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 9px 11px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 9px 11px 0 rgba(0, 0, 0, 0.11);
    z-index: -1
}

.blWhiteBlock::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    height: 40%;
    background-color: #fff;
    -webkit-box-shadow: 0 9px 11px 0 rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 9px 11px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 9px 11px 0 rgba(0, 0, 0, 0.11);
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottom-left-radius: 20px;
    -ms-border-bottom-left-radius: 20px;
    border-bottom-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottom-right-radius: 20px;
    -ms-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-transform: skew(0deg, 6.5deg);
    -moz-transform: skew(0deg, 6.5deg);
    -o-transform: skew(0deg, 6.5deg);
    transform: skew(0deg, 6.5deg);
    z-index: -1
}

.faqBlock .faqList .answer {
    padding: 8px 0 42px 38px
}

.faqBlock .faqList .item+.item {
    margin-top: 0
}

.faqBlock .faqList .quest {
    padding: 20px 0 20px 39px
}

.writeUsBl {
    position: absolute;
    left: 48px;
    bottom: 41px;
    background-image: url(../img/bgwriteblock.png);
    background-repeat: no-repeat;
    width: 337px;
    height: 380px;
    padding: 78px 42px;
    z-index: 5
}

.writeUsBl .tit {
    font-size: 16px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    letter-spacing: .05em;
    line-height: 29px
}

.writeUsBl .txt {
    color: #3fbdbe;
    font-size: 12px;
    letter-spacing: .05em;
    display: block;
    margin-top: 21px
}

.writeUsBl .btn {
    width: 100%;
    display: block;
    padding: 16px 0;
    margin-top: 48px;
    font-size: 12px
}

.actionBlock {
    padding-bottom: 201px
}

.actionBlock .actionWrap {
    background-image: url(../img/bgaction.png);
    background-repeat: no-repeat;
    min-height: 679px;
    padding: 0 95px;
    display: flex;
    align-items: center
}

.actionBlock.version2 .actionWrap {
    background-image: url(../img/bgaction_version2.png);
    min-height: 550px
}

.actionBlock.version2 .actionTxt {
    padding-top: 0
}

.actionBlock .btn {
    margin-top: 37px;
    display: table;
    padding: 15px 30px;
    font-size: 12px
}

.actionBlock .text {
    display: block;
    color: #104559;
    font-size: 14px;
    margin-top: 30px;
    letter-spacing: .05em;
    line-height: 26px;
    padding-right: 25px
}

.actionBlock .actionTxt {
    width: 50%;
    position: relative;
    top: -35px
}

.actionBlock .titleBl .pictureLogo {
    background-image: url(../img/logo_small.png);
    width: 68px;
    height: 62px;
    position: absolute;
    left: 0;
    top: 0
}

.loginPage {
    background-image: url(../img/bglogin.jpg);
    min-height: 100vh;
    width: 100%;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover
}

.loginPage .wrapper header::after {
    margin-left: -264px;
    opacity: .7;
    top: -1390px
}

.loginPage .wrapper header::before {
    display: none
}

.loginPage .lineTop .logo {
    left: 155px;
}

.loginPage .lineTop .btn {
    top: auto;
    position: relative;
    margin-left: 22px
}

.loginPage .lineTop {
    padding: 40px 184px 40px 0;
}

.loginPage .wrapper header {
    max-width: 1553px;
    margin: 0 auto
}

.loginBlock {
    flex-wrap: wrap;
    display: flex;
    max-width: 1550px;
    margin: 0 auto;
    justify-content: space-between;
    padding: 125px 0;
    align-items: flex-start
}

.loginBlock .left {
    width: 50%;
    padding-left: 90px;
    padding-right: 20px
}

.loginBlock .right {
    width: 50%;
    max-width: 755px
}

.loginBlock .text .cap {
    color: #ffc000;
    font-size: 49px;
    max-width: 90%;
    text-transform: uppercase;
    line-height: 56px
}

.loginBlock .text .cap .smallTxt {
    color: #fff;
    font-weight: 300;
    font-size: 33px
}

.loginBlock .listSteps {
    margin-top: 118px;
    position: relative
}

.loginBlock .listSteps .item {
    padding-left: 28px;
    position: relative
}

.loginBlock .listSteps .item+.item {
    margin-top: 26px
}

.loginBlock .listSteps .item .name {
    color: #ffc000;
    font-size: 16px;
    display: block;
    letter-spacing: .005em
}

.loginBlock .listSteps .item .txt {
    color: #bad7d8;
    font-size: 16px;
    display: block;
    margin-top: 3px
}

.loginBlock .listSteps .item:last-child:after {
    display: none
}

.loginBlock .listSteps .item::after {
    content: "";
    position: absolute;
    left: 3px;
    top: 26px;
    background-image: url(../img/toh_yellow.png);
    width: 3px;
    height: 100%
}

.loginBlock .listSteps .item::before {
    content: "";
    position: absolute;
    left: -1px;
    top: 5px;
    width: 12px;
    height: 12px;
    background-color: #2fbdbe;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.loginPage.registration {
    background-image: url(../img/bgregistraion.jpg);
    background-position: center -4px
}

.loginPage.registration .loginForm {
    background-image: url(../img/bgregform.png);
    height: 710px
}

.loginPage.login .loginForm {
    background-image: url(../img/bgloginform.png);
    height: 540px
}

.loginForm {
    width: 100%
}

.loginList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 73px 48px 73px 60px;
    align-items: flex-start
}

.loginList .item {
    position: relative;
    width: calc(50% - 20px);
    margin-bottom: 19px;
    min-height: 72px;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.loginList label {
    color: #06364b;
    font-size: 13px;
    display: block;
    padding-left: 6px;
    letter-spacing: .05em;
    margin-bottom: 5px
}

.loginList input {
    border: 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    background-color: #fff;
    width: 100%;
    height: 50px;
    -webkit-box-shadow: 0 9px 11px 0 rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 9px 11px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 9px 11px 0 rgba(0, 0, 0, 0.11);
    padding: 0 40px 0 24px;
    padding-bottom: 2px
}

.loginList .iconBl {
    color: #2fbdbe;
    font-size: 20px;
    position: absolute;
    right: 19px;
    bottom: 16px
}

.picCaptcha {
    position: relative;
    top: 16px
}

.loginList .picCaptcha img {
    position: relative
}

.loginList .btn {
    padding: 15px 0;
    width: 100%;
    font-size: 12px;
    display: block;
    margin-top: 35px
}

.loginList .txt {
    color: #708384;
    font-size: 12px;
    display: block;
    padding: 43px 0 0 11px;
    letter-spacing: .05em
}

.loginList .txt+.txt {
    padding-top: 0;
}

.loginList .txt a:hover {
    text-decoration-color: #3fbdbe
}

.loginList .txt a {
    color: #3fbdbe;
    text-decoration: underline;
    text-decoration-color: transparent
}

.chekBlock {
    padding: 30px 0
}

.chekBlock input {
    display: none
}

.chekBlock input:checked+label:after {
    opacity: 1
}

.chekBlock label a:hover {
    text-decoration-color: transparent
}

.chekBlock label a {
    color: #3fbdbe;
    text-decoration: underline
}

.chekBlock label {
    position: relative;
    display: block;
    cursor: pointer;
    color: #708384;
    font-size: 12px;
    padding-left: 44px;
    line-height: 17px
}

.chekBlock label:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    background-image: url(../img/pic_chek.png);
    width: 12px;
    height: 11px;
    opacity: 0;
    margin-top: -5px
}

.chekBlock label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    width: 30px;
    height: 30px;
    -webkit-box-shadow: 0 9px 11px 0 rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 9px 11px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 9px 11px 0 rgba(0, 0, 0, 0.11);
    margin-top: -15px
}

.rulesPage {
    padding-bottom: 89px;
    position: relative
}

.rulesTxtTop {
    padding: 40px 0
}

.rulesTxtTop .textBlock p {
    color: #708384;
    font-size: 12px;
    line-height: 21px;
    letter-spacing: .025em
}

.rulesTxtTop .textBlock {
    margin-top: 39px
}

.rulesTxtTop .textBlock b+p {
    margin-top: 24px
}

.titleBl .numer {
    color: #ebf3f3;
    font-size: 76px;
    line-height: 76px;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: -9px
}

.rulesList {
    padding: 104px 0 59px;
    position: relative
}

.rulesList::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80%;
    background-color: #ebf3f3;
    z-index: -2;
    background-image: url(../img/linebggray.png)
}

.rulesList::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 88px;
    background-color: #000000;
    width: calc(100% + 50px);
    height: 30%;
    z-index: -2;
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6.5deg);
    background-image: url(../img/linebggray.png)
}

.rulesList .item {
    padding-bottom: 45px
}

.rulesList .item+.item {
    padding-top: 50px;
    border-top: dotted 2px #5f9393
}

.rulesList .item .titleBl {
    padding-left: 114px
}

.rulesList .item .titleBl .numer {
    color: #cee1e1
}

.rulesList .item ul {
    margin-top: 42px
}

.rulesList .item ul li {
    color: #708384;
    font-size: 12px;
    letter-spacing: .025em;
    line-height: 20px
}

.rulesList .item ul li .num {
    font-size: 14px;
    color: #104559
}

.rulesPage::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../img/bgrules.png);
    background-repeat: no-repeat;
    width: 100%;
    height: calc(100% + 400px);
    background-position: calc(50% + 143px) 91px;
    pointer-events: none;
    z-index: -1
}

.listRating {
    background-color: #ebf3f3;
    background-image: url(../img/linebggray.png);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    position: relative;
    z-index: 2;
    padding: 76px 86px 100px;
    grid-gap: 73px
}

.listRating .item .pic {
    width: 100%;
    min-height: 315px;
    background-position: center;
    background-repeat: no-repeat
}

.listRating .item {
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    padding: 41px 15px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: 0 9px 11px 0 rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 9px 11px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 0 43px 13px rgba(0, 0, 0, 0.05)
}

.ratingPage {
    padding: 41px 0 65px
}

.ratingPage .textBlock {
    margin-top: 58px
}

.newsPage {
    padding: 41px 0 67px
}

.newsPage .titleBl+.textBlock {
    margin-top: 58px
}

.newsList {
    background-color: #ebf3f3;
    background-image: url(../img/linebggray.png);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    padding: 52px 52px 59px;
    margin-top: 59px;
    overflow: hidden
}

.newsList .item {
    display: flex;
    background-color: #000000;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    padding: 38px 33px 30px;
    -webkit-box-shadow: 0 0 43px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 43px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 43px 0 rgba(0, 0, 0, 0.05)
}

.newsList .item+.item {
    margin-top: 50px
}

.newsList .item .pic {
    width: 205px;
    height: 163px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat
}

.newsList .item .text {
    width: calc(100% - 205px);
    position: relative;
    padding: 6px 14px 6px 29px
}

.newsList .item .date {
    position: absolute;
    right: 13px;
    top: -4px;
    background-color: #cee4e4;
    color: #104559;
    font-size: 12px;
    padding: 11px 29px 11px 50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    letter-spacing: .05em
}

.newsList .item .date .iconBl {
    position: absolute;
    left: 21px;
    top: 50%;
    font-size: 20px;
    margin-top: -11px
}

.newsList .item .name:hover {
    color: #ffbf00
}

.newsList .item .name {
    color: #104559;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .05em;
    max-width: 70%;
    display: table
}

.newsList .item .txt {
    display: block;
    color: #708384;
    font-size: 12px;
    margin-top: 28px;
    letter-spacing: .05em;
    line-height: 19px;
    max-width: 77%
}

.newsList .item .btnLine {
    display: flex;
    align-items: center;
    margin-top: 14px
}

.newsList .item .btnLine .toh {
    background-image: url(../img/toh_yellow_horizont.png);
    height: 3px;
    flex: 1
}

.newsList .item .btnLine .btn {
    padding: 11px 36px;
    font-size: 10px;
    font-weight: 400;
    display: table;
    margin-left: 10px
}

.newsList .pagination {
    margin-top: 66px;
    width: calc(100% + 122px);
    left: -61px
}

.pagination {
    position: relative
}

.pagination ul {
    display: flex;
    align-items: center;
    justify-content: center
}

.pagination ul li {
    margin: 0 9px
}

.pagination ul li a {
    color: #104559;
    font-size: 16px;
    display: flex;
    justify-content: center;
    width: 42px;
    height: 42px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #cee4e4;
    line-height: 39px
}

.pagination ul li a:hover,
.pagination ul li a.active {
    background-color: #008384;
    color: #fff
}

.pagination ul li a.prev:hover {
    -webkit-box-shadow: 0 0 15px 0 #ffd33b;
    -moz-box-shadow: 0 0 15px 0 #ffd33b;
    box-shadow: 0 0 15px 0 #ffd33b
}

.pagination ul li.next {
    flex-basis: 50%;
    text-align: right;
    display: flex;
    justify-content: flex-end
}

.pagination ul li.prev {
    flex-basis: 50%;
    display: flex;
    justify-content: flex-start
}

.pagination ul li a.prev {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    color: #221b1c;
    background: #ffc000;
    font-size: 14px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-bottom-right-radius: 50px;
    -moz-bottom-right-radius: 50px;
    -ms-bottom-right-radius: 50px;
    border-bottom-right-radius: 50px;
    -webkit-top-right-radius: 50px;
    -moz-top-right-radius: 50px;
    -ms-top-right-radius: 50px;
    border-top-right-radius: 50px;
    padding-right: 5px
}

.pagination ul li a.next:hover {
    -webkit-box-shadow: 0 0 15px 0 #ffd33b;
    -moz-box-shadow: 0 0 15px 0 #ffd33b;
    box-shadow: 0 0 15px 0 #ffd33b
}

.pagination ul li a.next {
    color: #221b1c;
    background: #ffc000;
    font-size: 14px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-bottom-left-radius: 50px;
    -moz-bottom-left-radius: 50px;
    -ms-bottom-left-radius: 50px;
    border-bottom-left-radius: 50px;
    -webkit-top-left-radius: 50px;
    -moz-top-left-radius: 50px;
    -ms-top-left-radius: 50px;
    border-top-left-radius: 50px;
    padding-left: 11px
}

.contacts .wrapIn {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between
}

.contactsInfoTop {
    padding: 41px 0
}

.contactsInfoTop .wrapIn {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end
}

.contactsInfoTop .titleBl {
    width: 50%;
    flex: 1
}

.contactsInfoTop .socialList {
    position: relative;
    top: 13px
}

.contactsInfoTop .socialList li a {
    width: 45px;
    height: 45px
}

.contactsInfoTop .socialList ul li+li {
    margin-left: 24px
}

.contactsInfoTop .list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 70px
}

.contactsInfoTop .list .item {
    background-color: #ebf3f3;
    position: relative;
    width: calc((100% / 4) - 32px);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    display: flex;
    min-height: 250px;
    align-items: flex-end;
    padding: 15px 35px 38px
}

.contactsInfoTop .list .item .tit {
    color: #104559;
    font-size: 13px;
    display: block;
    text-transform: uppercase;
    letter-spacing: .1em;
    line-height: 24px
}

.contactsInfoTop .list .item .link {
    color: #3fbdbe;
    font-size: 13px;
    text-decoration: underline;
    letter-spacing: .1em;
    margin-top: 5px;
    display: table
}

.contactsInfoTop .list .item .link:hover {
    text-decoration-color: transparent
}

.contactsInfoTop .list .item .iconBl {
    color: #104559;
    position: absolute;
    right: 29px;
    top: 30px;
    font-size: 60px
}

.contacts:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -175px;
    background-image: url(../img/bgcaontacs.png);
    width: 1920px;
    height: 1931px;
    margin-left: -960px;
    z-index: -1
}

.contacts {
    padding: 134px 0 119px;
    position: relative
}

.contactsForm {
    width: 100%
}

.contactsFormWrap {
    display: flex;
    justify-content: space-between;
    padding-top: 40px
}

.contactsFormWrap .left {
    width: calc(30% + 52px)
}

.contactsFormWrap .right {
    width: calc(70% - 113px)
}

.contactsFormWrap .btnLine {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 28px
}

.contactsFormWrap .btnLine .picCaptcha {
    top: 0
}

.contactsFormWrap .btnLine .btn {
    font-size: 12px;
    padding: 15px 49px;
    font-weight: 400;
    position: relative;
    top: -10px
}

.inpLine {
    position: relative
}

.inpLine+.inpLine {
    margin-top: 25px
}

.inpLine label {
    color: #446674;
    font-size: 12px;
    display: block;
    letter-spacing: .05em;
    font-weight: 300;
    margin-bottom: 12px
}

.inpLine textarea {
    border: 0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    background-color: #fff;
    width: 100%;
    height: 50px;
    -webkit-box-shadow: 0 9px 11px 0 rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 9px 11px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 9px 11px 0 rgba(0, 0, 0, 0.11);
    padding: 10px 24px;
    padding-bottom: 2px;
    resize: none;
    height: 148px;
    font-size: 14px
}

.inpLine input {
    border: 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    background-color: #fff;
    width: 100%;
    height: 49px;
    -webkit-box-shadow: 0 9px 11px 0 rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 9px 11px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 9px 11px 0 rgba(0, 0, 0, 0.11);
    padding: 0 47px 0 24px;
    padding-bottom: 2px
}

.inpLine .iconBl {
    color: #2fbdbe;
    font-size: 20px;
    position: absolute;
    right: 19px;
    bottom: 16px
}

.contacts .mapBlock {
    margin-top: 120px;
    margin-bottom: -88px
}

.contacts .infoCompany {
    padding: 52px 117px;
    max-width: 60%;
    position: relative
}

.contacts .infoCompany ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 14px
}

.contacts .infoCompany li {
    width: 50%;
    margin-bottom: 24px
}

.contacts .infoCompany .tit {
    color: #fed43d;
    font-size: 12px;
    display: block;
    text-transform: uppercase;
    letter-spacing: .05em
}

.contacts .infoCompany .txt {
    color: #fff;
    font-size: 12px;
    display: block;
    letter-spacing: .05em;
    margin-top: 4px
}

.contacts .infoCompany .btn {
    font-size: 12px;
    padding: 16px 31px;
    font-weight: 400;
    display: table
}

.docBlock {
    display: flex;
    justify-content: flex-end
}

.docBlock .doc:hover{
    -webkit-box-shadow: 0 0 43px 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 43px 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 43px 0 rgba(0, 0, 0, 0);
}
.docBlock .doc {
    width: 201px;
    height: 278px;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 43px 0 rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 0 43px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 0 43px 0 rgba(0, 0, 0, 0.11);
    z-index: 1;
    position: relative;
    left: 59px;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -o-transition:all .3s;
    transition:all .3s;
}

.docBlock .doc+.doc {
    top: -49px;
    left: 0;
    z-index: 0
}

.aboutPage {
    padding: 40px 0 182px
}

.aboutTextTop {
    position: relative;
    z-index: 2
}

.aboutTextTop .textBlock b {
    font-size: 14px;
    letter-spacing: .02em;
    line-height: 25px;
    display: block
}

.aboutTextTop .textBlock b+ul,
.aboutTextTop .textBlock p+ul {
    margin-top: 29px
}

.aboutTextTop .textBlock p+b {
    margin-top: 22px
}

.aboutTextTop .textBlock p+p {
    margin-top: 17px
}

.aboutTextTop .textBlock b+p {
    margin-top: 16px
}

.aboutTextTop .textBlock p:nth-child(3) {
    margin-bottom: 50%
}

.aboutTextTop .textBlock {
    column-count: 2;
    column-gap: 40px;
    margin-top: 32px;
    font-size: 12px;
    color: #708384;
    line-height: 21px;
    letter-spacing: .05em
}

.aboutTextTop .textBlock ul+* {
    margin-top: 18px
}

.aboutTextTop .textBlock ul li {
    position: relative;
    padding-left: 21px
}

.aboutTextTop .textBlock ul li+li {
    margin-top: 9px
}

.aboutTextTop .textBlock ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #ffc822;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-top: -5px
}

.aboutTextTop .btn {
    padding: 13px 27px;
    display: table;
    font-size: 12px;
    margin-top: 40px
}

.whyBlock {
    position: relative
}

.whyBlock::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -639px;
    background-image: url(../img/bgabout.png);
    background-repeat: no-repeat;
    width: 1920px;
    height: 1931px;
    margin-left: -960px;
    z-index: -1
}

.whyBlock .wrapIn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.whyBlock .left {
    width: 50%;
    padding-top: 348px
}

.whyBlock .left .titleBl .cap {
    color: #fff
}

.whyBlock .left .titleBl {
    padding-left: 0
}

.whyBlock .right {
    width: calc(50% - 15px);
    padding: 136px 0;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: flex-end
}

.whyBlock .right .titleBl {
    width: 100%
}

.whyBlock .right .text {
    color: #104559;
    font-size: 12px;
    display: block;
    margin-top: 32px;
    padding: 0 5px;
    line-height: 20px;
    letter-spacing: .04em;
    width: 100%
}

.whyBlock .docBlock {
    margin-top: 36px;
    width: 100%
}

.whyBlock .docBlock .doc {
    width: 300px;
    height: 396px;
    left: 79px;
}

.whyBlock .docBlock .doc+.doc {
    left: 0;
    top: -68px
}

.whyBlock .numBlock {
    max-width: 40%;
    position: relative;
    left: 27px;
    margin-top: 13px
}

.whyBlock .numBlock .tit {
    color: #809394;
    font-size: 12px;
    display: block;
    letter-spacing: .05em;
    line-height: 18px
}

.whyBlock .numBlock .num {
    color: #104559;
    font-size: 30px;
    display: block;
    letter-spacing: .05em
}

.whyBlock .numBlock .btn {
    padding: 15px 30px;
    display: table;
    margin-top: 30px;
    font-size: 12px
}

.whyBlock .listWhy {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 58px
}

.whyBlock .listWhy .item {
    width: calc(50% - 27px);
    margin-bottom: 35px;
    padding-right: 10px
}

.whyBlock .listWhy .item .iconBl {
    color: #37cbd3;
    font-size: 29px
}

.whyBlock .listWhy .item .tit {
    color: #ffc000;
    font-size: 13px;
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 15px;
    letter-spacing: .1em
}

.whyBlock .listWhy .item .txt {
    color: #65adb1;
    font-size: 11px;
    display: block;
    margin-top: 2px;
    line-height: 18px
}

.investPage {
    padding: 41px 0
}

.investCalc .profitLine {
    margin-top: 22px
}

.investCalc .textBlock {
    margin-top: 28px
}

.investCalc .profitBlock {
    margin-top: 61px
}

.investCalc .profitBlock .wrapIn {
    background-image: url(../img/bgprofit2.png);
    min-height: 830px
}

.profitInfo {
    display: flex;
    padding: 0 47px 0 62px;
    margin-top: -69px;
    justify-content: space-between;
    flex-wrap: wrap
}

.profitInfo .left {
    display: flex;
    align-items: center;
    width: 70%
}

.profitInfo .right {
    width: 30%;
    padding: 36px 0 20px 38px
}

.profitInfo .right .title {
    color: #104559;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .05em
}

.profitInfo .right .inf {
    margin-top: 3px
}

.profitInfo .right .inf li {
    position: relative;
    padding-left: 15px;
    font-size: 13px;
    color: #708384
}

.profitInfo .right .inf li+li {
    margin-top: 3px
}

.profitInfo .right .inf li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    background-color: #ffc822;
    width: 9px;
    height: 9px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.profitInfo .plan {
    width: 33%
}

.profitInfo .plan .tit {
    color: #104559;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    font-weight: 400;
    letter-spacing: .1em
}

.profitInfo .plan .planPr {
    color: #104559;
    font-size: 60px;
    display: block;
    font-weight: 700;
    line-height: 62px
}

.profitInfo .plan .day {
    color: #104559;
    font-size: 14px;
    display: block;
    margin-top: 9px;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-weight: 300
}

.profitInfo .text {
    color: #708384;
    font-size: 12px;
    width: calc(50% - 35px);
    line-height: 21px;
    letter-spacing: .05em;
    position: relative;
    top: 9px
}

.partnersProgram {
    padding: 104px 0;
    position: relative
}

.partnerRepresentative {
    display: flex;
    padding: 30px 0
}

.partnerRepresentative .representativeBl {
    width: 50%
}

.partnerRepresentative .representText {
    width: calc(50% + 568px);
    padding: 24px 0 0
}

.partnerRepresentative .textBlock b {
    letter-spacing: .05em
}

.partnerRepresentative .textBlock p {
    margin-top: 16px;
    letter-spacing: .05em;
    font-size: 12px;
    line-height: 22px
}

.partnerRepresentative .list {
    display: flex;
    margin-top: 43px;
    gap: 92px
}

.partnerRepresentative .item {
    width: calc((100% / 3) - 73px);
    position: relative
}

.partnerRepresentative .item:before {
    content: "";
    position: absolute;
    left: calc(100% + 9px);
    bottom: 15px;
    background-image: url(../img/toh_yellow_horizont.png);
    width: 80px;
    height: 3px
}

.partnerRepresentative .item:last-child:before {
    display: none
}

.partnerRepresentative .item .num {
    font-size: 100px;
    color: #cee4e4;
    font-weight: 700;
    line-height: 100px
}

.partnerRepresentative .item .txt {
    color: #104559;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .05em;
    display: block;
    margin-top: 11px;
    line-height: 19px
}

.partnerRepresentative .item .btn {
    font-size: 10px;
    margin-top: 21px;
    display: block;
    padding: 11px 32px;
    letter-spacing: .05em
}

.partnersProgram::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -61px;
    background-image: url(../img/bginvest.png);
    width: 1920px;
    margin-left: -960px;
    height: 1821px;
    z-index: -1
}

.partnersProgram .refProgram {
    padding: 216px 0 53px
}

.partnersProgram .refProgram .right .titleBl .iconBl {
    color: #25989e
}

.partnersProgram .refProgram .right .titleBl .cap {
    color: #fff
}

.partnersProgram .refProgram .list .item .txt {
    color: #fff
}

.partnersProgram .refProgram .list .item .txt b {
    color: #3cb8b9
}

.partnersProgram .refProgram .list {
    margin-top: 48px
}

.partnersProgram .refProgram .right {
    width: calc(50% - 78px)
}

.partnersProgram .refProgram .list .item {
    padding: 15px 0
}

.partnersProgram .refProgram .list .item .val.colorGreen {
    color: #3fbdbe
}

.specialOffer {
    width: calc(50% - 248px);
    margin-top: -72px
}

.specialOffer .titleBl .iconBl {
    color: #25989e
}

.specialOffer .text {
    margin-top: 36px;
    letter-spacing: .05em;
    line-height: 27px
}

.specialOffer .text p {
    color: #104559;
    font-size: 14px
}

.specialOffer .text .txt a {
    color: #3fbdbe;
    font-size: 12px;
    text-decoration: underline
}

.specialOffer .text .txt a:hover {
    text-decoration-color: transparent
}

.specialOffer .text .txt {
    color: #708384;
    font-size: 12px;
    display: block;
    margin-top: 13px;
    line-height: 23px
}

.blockSpecial {
    background-image: url(../img/bgspecial.png);
    margin-top: 55px;
    background-position: center;
    background-size: cover;
    position: relative;
    left: -6px;
    padding: 52px 34px 52px 41px;
    height: 440px
}

.blockSpecial .text {
    color: #3fbdbe;
    font-size: 12px;
    margin: 0;
    line-height: 18px;
    letter-spacing: .1em
}

.blockSpecial .pr {
    font-size: 121px;
    font-weight: 700;
    color: #fff
}

.blockSpecial .btn {
    padding: 15px 50px;
    letter-spacing: 0;
    display: table;
    font-weight: 400;
    margin: 13px auto 0
}

.selectric-items {
    background-color: #fff;
    border: 0;
    -webkit-box-shadow: 11px 11px 11px 0 rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 11px 11px 11px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 11px 11px 11px 0 rgba(0, 0, 0, 0.11);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden
}

.selectric-items li.highlighted {
    background-color: #ffd53e;
    color: #fff
}

.socialInvis {
    position: fixed;
    right: -210px;
    top: 50%;
    width: 292px;
    height: 272px;
    z-index: 5;
    cursor: pointer;
    margin-top: -57px
}

.socialInvis:before {
    content: "";
    position: absolute;
    left: -47px;
    top: 0;
    background-image: url(../img/bgsocial.png);
    width: 100%;
    height: 100%;
    z-index: 1
}

.socialInvis .txt {
    font-size: 10px;
    text-transform: uppercase;
    display: block;
    position: absolute;
    bottom: 76px;
    left: 22px;
    text-align: center;
    color: #87c6c9;
    letter-spacing: .2em;
    z-index: 2
}

.socialInvis .socialList {
    width: 346px;
    height: 321px;
    position: absolute;
    top: -49px;
    left: 100px;
    padding-left: 79px;
    padding-top: 71px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 0;
    pointer-events: none
}

.socialInvis:hover .socialList {
    left: -122px;
    z-index: auto;
    pointer-events: inherit
}

.socialInvis .socialList:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/triangesocial.png);
    z-index: -1
}

.socialInvis:hover .socialList ul {
    z-index: 5
}

.socialInvis .socialList ul li {
    position: relative;
    z-index: 5
}

.socialInvis .socialList ul li a:hover {
    background-color: #082d3d
}

.socialInvis .socialList ul li a {
    width: 34px;
    height: 34px;
    background-color: #4b9fa2;
    color: #fff
}

.socialInvis .socialList ul li+li {
    margin-left: 0;
    margin-top: 7px
}

.socialInvis .socialList ul li:nth-child(1) {
    left: 72px
}

.socialInvis .socialList ul li:nth-child(2) {
    left: 48px
}

.socialInvis .socialList ul li:nth-child(3) {
    left: 23px
}

.socialInvis .socialList ul {
    display: block;
    position: relative
}

.menuBtn {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    display: none
}

.menuBtn.selected span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 8px
}

.menuBtn.selected span:nth-child(2) {
    opacity: 0
}

.menuBtn.selected span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -8px
}

.menuBtn span+span {
    margin-top: 6px
}

.menuBtn span {
    display: block;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    width: 100%;
    height: 2px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.menuLine .supportBl {
    display: none
}

.cabInputWrapper .selectric {
    border: 0;
    border-bottom: 0;
    background-color: #fff;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    border-radius: 24px;
    -webkit-transition: background-color .4s;
    -moz-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s
}

.cabInputWrapper .selectric .label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-family: "Stolzl";
    font-size: 14px;
    line-height: 20px;
    color: #104559;
    font-weight: 300;
    letter-spacing: .05em;
    margin: 0 40px 0 20px;
    height: 48px
}

.cabInputWrapper .selectric .icon {
    display: block;
    position: absolute;
    text-align: center;
    height: 100%;
    right: 0;
    top: 0;
    width: 40px;
    font-size: 6px;
    line-height: 48px;
    color: #000;
    font-weight: 400;
    letter-spacing: 0;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s
}

.cabInputWrapper .selectric-items {
    background: #fff;
    border: none;
    -webkit-box-shadow: 0 9px 11px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 9px 11px rgba(0, 0, 0, 0.11);
    box-shadow: 0 9px 11px rgba(0, 0, 0, 0.11);
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    border-radius: 24px;
    overflow: hidden
}

.cabInputWrapper .selectric-items li {
    padding: 10px 20px;
    font-family: "Stolzl";
    font-size: 14px;
    line-height: 20px;
    color: #104559;
    font-weight: 300;
    letter-spacing: .05em;
    -webkit-transition: background-color 0.3s, color .3s;
    -moz-transition: background-color 0.3s, color .3s;
    -o-transition: background-color 0.3s, color .3s;
    transition: background-color 0.3s, color .3s;
    position: relative
}

.cabInputWrapper .selectric-items li.selected {
    background-color: #008384;
    color: #fff
}

.cabInputWrapper .selectric-items li:hover {
    background-color: #ffc818;
    color: #104559
}

.cabInputWrapper .selectric-items li.highlighted {
    background-color: #008384;
    color: #fff
}

.cabInputWrapper .selectric-above .selectric-items {
    margin-bottom: 1px
}

.cabInputWrapper .selectric-below .selectric-items {
    margin-top: 1px
}

.cabInputWrapper .selectric-hover .selectric,
.cabInputWrapper .selectric-open .selectric,
.cabInputWrapper .selectric-focus .selectric {
    border-color: transparent
}

.cabInputWrapper .selectric-open .selectric .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)
}

.cabWrapper {
    position: relative;
    min-height: 100vh;
    margin: 0 auto;
    overflow: hidden
}

.cabWrapper:after {
    content: "";
    display: block;
    clear: both
}

.cabWrapper:before {
    content: "";
    display: block;
    position: absolute;
    width: 78px;
    height: 100%;
    background-color: #085060;
    top: 0;
    left: 0;
    -webkit-border-top-right-radius: 50px;
    -moz-border-radius-topright: 50px;
    -ms-border-top-right-radius: 50px;
    border-top-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-bottomright: 50px;
    -ms-border-bottom-right-radius: 50px;
    border-bottom-right-radius: 50px;
    z-index: 1
}

.cabWrapper .cabHeader .cabMenuWrapper {
    float: left;
    width: 78px
}

.cabWrapper .cabHeader .headerContent {
    float: right;
    width: calc(100% - 78px);
    max-width: 1842px
}

.cabBurger {
    display: none;
    position: relative;
    width: 40px;
    height: 36px;
    cursor: pointer;
    z-index: 2
}

.cabBurger div {
    display: block;
    background-color: #fff;
    height: 3px;
    position: absolute;
    width: 40px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 50%
}

.cabBurger div:first-child {
    margin-top: -9px;
    -moz-transform: translateX(-50%) rotate(0deg);
    -ms-transform: translateX(-50%) rotate(0deg);
    -webkit-transform: translateX(-50%) rotate(0deg);
    -o-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg);
    -webkit-transition: margin-top .2s 0.2s, transform .2s 0;
    -moz-transition: margin-top .2s 0.2s, transform .2s 0;
    -o-transition: margin-top .2s 0.2s, transform .2s 0;
    transition: margin-top .2s 0.2s, transform .2s 0
}

.cabBurger div:nth-child(2) {
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity 0 .2s;
    -moz-transition: opacity 0 .2s;
    -o-transition: opacity 0 .2s;
    transition: opacity 0 .2s
}

.cabBurger div:nth-child(3) {
    margin-top: 7px;
    -moz-transform: translateX(-50%) rotate(0deg);
    -ms-transform: translateX(-50%) rotate(0deg);
    -webkit-transform: translateX(-50%) rotate(0deg);
    -o-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg);
    -webkit-transition: margin-top .2s 0.2s, transform .2s 0;
    -moz-transition: margin-top .2s 0.2s, transform .2s 0;
    -o-transition: margin-top .2s 0.2s, transform .2s 0;
    transition: margin-top .2s 0.2s, transform .2s 0
}

.cabBurger.activeBurger div:first-child {
    margin-top: -1px;
    -moz-transform: translateX(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    -webkit-transform: translateX(-50%) rotate(-45deg);
    -o-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
    -webkit-transition: margin-top .2s 0s, transform .2s .2s;
    -moz-transition: margin-top .2s 0s, transform .2s .2s;
    -o-transition: margin-top .2s 0s, transform .2s .2s;
    transition: margin-top .2s 0s, transform .2s .2s
}

.cabBurger.activeBurger div:nth-child(2) {
    opacity: 0;
    -webkit-transition: opacity 0 .2s;
    -moz-transition: opacity 0 .2s;
    -o-transition: opacity 0 .2s;
    transition: opacity 0 .2s
}

.cabBurger.activeBurger div:nth-child(3) {
    margin-top: -1px;
    -moz-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    -webkit-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    -webkit-transition: margin-top .2s 0s, transform .2s .2s;
    -moz-transition: margin-top .2s 0s, transform .2s .2s;
    -o-transition: margin-top .2s 0s, transform .2s .2s;
    transition: margin-top .2s 0s, transform .2s .2s
}

.cabHeader {
    position: relative
}

.cabHeader:before {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../img/back-cab-header.png);
    background-size: auto;
    background-position: center top;
    background-repeat: no-repeat;
    top: 0;
    left: -8px;
    width: 1928px;
    height: 289px
}

.cabHeader .logoLink {
    position: relative;
    z-index: 1;
    position: absolute;
    width: 47px;
    left: -63px;
    top: 25px;
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s
}

.cabHeader .logoLink>a,
.cabHeader .logoLink .invisBtn {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
    cursor: pointer
}

.cabHeader .logoLink:hover {
    opacity: .7
}

.cabHeader .cabMenuWrapper {
    padding-top: 105px;
    padding-bottom: 105px;
    padding-right: 4px
}

.cabHeader .cabMenuWrapper li+li {
    margin-top: 20px
}

.cabHeader .cabMenuWrapper a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    z-index: 1;
    height: 40px;
    font-size: 11px;
    line-height: 17px;
    color: #fff;
    font-weight: 400;
    letter-spacing: .1em;
    text-transform: uppercase
}

.cabHeader .cabMenuWrapper a .icon {
    display: block;
    font-size: 26px;
    line-height: 26px;
    color: #009fa0;
    letter-spacing: 0;
    width: 26px;
    text-align: center;
    margin: 0 auto;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s
}

.cabHeader .cabMenuWrapper a .linkText {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 21px 0 48px;
    z-index: -1;
    position: absolute;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -26px;
    background-color: #00222a;
    -webkit-box-shadow: 0 9px 11px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 9px 11px rgba(0, 0, 0, 0.11);
    box-shadow: 0 9px 11px rgba(0, 0, 0, 0.11);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    height: 0;
    opacity: 0;
    -webkit-transition: height 0 0.4s, opacity .3s 0;
    -moz-transition: height 0 0.4s, opacity .3s 0;
    -o-transition: height 0 0.4s, opacity .3s 0;
    transition: height 0 0.4s, opacity .3s 0
}

.cabHeader .cabMenuWrapper a .count {
    display: block;
    position: absolute;
    width: 17px;
    height: 17px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 11px;
    line-height: 15px;
    color: #000;
    letter-spacing: .05em;
    background-color: #2ecad0;
    text-align: center;
    left: 50%;
    margin-left: 6px;
    top: 2px
}

.cabHeader .cabMenuWrapper a.active .icon,
.cabHeader .cabMenuWrapper a:hover .icon {
    color: #ffc818
}

.cabHeader .cabMenuWrapper a:hover .linkText {
    height: 100%;
    opacity: 1;
    -webkit-transition: height 0 0s, opacity .3s .1s;
    -moz-transition: height 0 0s, opacity .3s .1s;
    -o-transition: height 0 0s, opacity .3s .1s;
    transition: height 0 0s, opacity .3s .1s
}

.cabHeader .headerContent {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-right: 25px;
    padding-left: 110px;
    position: relative
}

.cabHeader .accInfoItem {
    position: relative
}

.cabHeader .accInfoItem:after {
    content: "";
    display: block;
    clear: both
}

.cabHeader .accInfoItem .pre {
    display: block;
    font-size: 11px;
    line-height: 18px;
    color: #87c6c9;
    letter-spacing: .05em;
    white-space: nowrap
}

.cabHeader .accInfoItem .pre .num {
    color: #ffc000
}

.cabHeader .accInfoItem .val {
    display: block;
    font-size: 11px;
    line-height: 18px;
    color: #fff;
    letter-spacing: .05em
}

.cabHeader .accInfoItem a.val {
    float: left;
    color: #ffc000;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s
}

.cabHeader .accInfoItem a.val:hover {
    color: #fff
}

.cabHeader .accInfoItem .accInfoItemLine {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.cabHeader .accInfoItem .accInfoItemLine .pre {
    padding-right: 4px
}

.cabHeader .accData {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 685px;
    min-width: 685px;
    padding: 35px 0;
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
}

.cabHeader .accData .icon {
    display: block;
    position: absolute;
    font-size: 20px;
    line-height: 40px;
    color: #009fa0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #1c4d60;
    text-align: center;
    width: 40px;
    height: 40px;
    left: 0;
    top: -2px
}

.cabHeader .accData .accInfoItem {
    padding-left: 52px;
    padding-right: 24px;
    max-width: calc(100% - 272px);
    margin-top: 7px;
    margin-bottom: 12px
}

.cabHeader .accData .accInfoItem:first-child,
.cabHeader .accData .accInfoItem:nth-child(2),
.cabHeader .accData .accInfoItem:nth-child(3) {
    width: 272px;
    padding-left: 58px
}

.cabHeader .accData .accInfoItem:nth-child(2),
.cabHeader .accData .accInfoItem:nth-child(6) {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.cabHeader .accData .accInfoItem:nth-child(3),
.cabHeader .accData .accInfoItem:nth-child(7) {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.cabHeader .accData .accInfoItem:nth-child(5) {
    padding-right: 0
}

.cabHeader .accData .accInfoItem.welcomeBlock {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 22px;
    margin-top: 0
}

.cabHeader .accData .accInfoItem.welcomeBlock .greetingText {
    display: block;
    font-size: 13px;
    line-height: 25px;
    color: #ffc000;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
    width: 100%
}

.cabHeader .accData .accInfoItem.welcomeBlock .greetingName {
    display: block;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    letter-spacing: .05em;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 26px)
}

.cabHeader .accData .accInfoItem.welcomeBlock .greetingLink {
    margin-left: 8px;
    margin-top: 4px;
    color: #ffc000;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s
}

.cabHeader .accData .accInfoItem.welcomeBlock .greetingLink:hover {
    color: #fff
}

.cabHeader .accData .welcomeBlock .icon {
    font-size: 42px;
    line-height: 42px;
    background-color: transparent;
    top: 7px
}

.cabHeader .accData .welcomeBlock .greetingLink .icon {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    font-size: 18px;
    line-height: 18px;
    color: inherit
}

.cabHeader .accSupport {
    padding: 10px 0 0 44px;
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
}

.cabHeader .accSupport .icon {
    display: block;
    position: absolute;
    font-size: 32px;
    line-height: 40px;
    color: #87c6c9;
    left: 0;
    top: 2px
}

.cabHeader .accSupport .accInfoItem {
    padding-left: 44px;
    width: 33.3333333333%;
    padding-right: 15px;
    min-width: 180px;
    margin-top: 12px
}

.cabHeader .accSupport .accInfoItem .val {
    margin-top: 2px
}

.cabHeader .accSupport .supportContacts {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cabHeader .siteClock {
    position: absolute;
    left: 884px;
    top: 85px
}

.cabHeader .topHeadLine {
    margin-left: auto
}

.cabHeader .langMenu {
    margin-top: 23px;
    position: relative
}

.cabHeader .langMenu .langMenuHead {
    display: block;
    position: relative;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    padding: 7px 35px;
    width: 93px;
    background-color: #07293a;
    text-transform: uppercase;
    -webkit-box-shadow: 0 9px 11px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 9px 11px rgba(0, 0, 0, 0.11);
    box-shadow: 0 9px 11px rgba(0, 0, 0, 0.11);
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px
}

.cabHeader .langMenu .langMenuHead:before {
    content: "\e98c";
    display: block;
    position: absolute;
    font-family: icomoon;
    font-size: 18px;
    line-height: 18px;
    color: #81bfc3;
    left: 8px;
    top: 50%;
    margin-top: -9px
}

.cabHeader .langMenu .langMenuHead:after {
    content: "\e98b";
    display: block;
    position: absolute;
    font-family: icomoon;
    font-size: 6px;
    line-height: 6px;
    color: #fff;
    right: 12px;
    top: 50%;
    margin-top: -3px
}

.cabHeader .langMenu .langMenuList {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #07293a;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.11)
}

.cabHeader .langMenu .langMenuList li a {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 11px;
    padding: 4px 5px;
    text-transform: uppercase
}

.cabHeader .langMenu .langMenuList li a:hover {
    color: #ffc000
}

.cabHeader .langMenu:hover .langMenuList {
    display: block
}

.cabHeader .headBtn {
    display: table;
    min-width: 123px;
    z-index: 1;
    position: relative;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    letter-spacing: .1em;
    height: auto;
    text-transform: uppercase;
    padding: 0;
    height: 30px;
    -webkit-box-shadow: 0 9px 11px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 9px 11px rgba(0, 0, 0, 0.11);
    box-shadow: 0 9px 11px rgba(0, 0, 0, 0.11);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px
}

.cabHeader .headBtn .icon {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 35px;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    top: 50%;
    margin-top: -9px
}

.cabHeader .headBtn .count {
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #ffce2a;
    font-size: 11px;
    line-height: 16px;
    color: #000;
    letter-spacing: .05em;
    text-align: center;
    right: 0;
    top: -6px
}

.cabHeader .headBtn .btnText {
    display: block;
    position: relative;
    height: 30px;
    padding: 7px 18px 7px 35px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px
}

.cabHeader .headBtn .btnText:before,
.cabHeader .headBtn .btnText:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    z-index: -1;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s
}

.cabHeader .headBtn .btnText:before {
    background: #ffc000;
    background: -moz-linear-gradient(top, #ffd43e 0%, #ffc000 100%);
    background: -webkit-linear-gradient(top, #ffd43e 0%, #ffc000 100%);
    background: linear-gradient(to bottom, #ffd43e 0%, #ffc000 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ffd43e", endColorstr="#ffc000", GradientType=0);
    opacity: 0;
    -webkit-transition: opacity .3s .1s;
    -moz-transition: opacity .3s .1s;
    -o-transition: opacity .3s .1s;
    transition: opacity .3s .1s
}

.cabHeader .headBtn .btnText:after {
    background: #21aaaf;
    background: -moz-linear-gradient(top, #21aaaf 0%, #017477 100%);
    background: -webkit-linear-gradient(top, #21aaaf 0%, #017477 100%);
    background: linear-gradient(to bottom, #21aaaf 0%, #017477 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#21aaaf", endColorstr="#017477", GradientType=0);
    opacity: 1;
    -webkit-transition: opacity .3s 0;
    -moz-transition: opacity .3s 0;
    -o-transition: opacity .3s 0;
    transition: opacity .3s 0
}

.cabHeader .headBtn:hover .btnText:before {
    opacity: 1;
    -webkit-transition: opacity .3s 0;
    -moz-transition: opacity .3s 0;
    -o-transition: opacity .3s 0;
    transition: opacity .3s 0
}

.cabHeader .headBtn:hover .btnText:after {
    opacity: 0;
    -webkit-transition: opacity .3s .1s;
    -moz-transition: opacity .3s .1s;
    -o-transition: opacity .3s .1s;
    transition: opacity .3s .1s
}

.cabHeader .cabHeadLinks {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 23px
}

.cabHeader .cabHeadLinks .headBtn {
    margin-left: 16px
}

.siteClock {
    width: 135px
}

.siteClock .time {
    display: block;
    font-size: 25px;
    line-height: 27px;
    color: #fff;
    font-weight: 500;
    letter-spacing: .05em
}

.siteClock .date {
    display: block;
    font-size: 11px;
    line-height: 20px;
    color: #87c6c9;
    font-weight: 300;
    letter-spacing: .05em
}

.cabBulletApps {
    width: 577px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: auto;
    padding: 0 20px 56px 35px;
    top: -99px
}

.cabBulletApps:before {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../img/back-cab-apps.png);
    background-size: auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 916px;
    height: 613px;
    bottom: 0;
    right: 0;
    z-index: -1
}

.cabBulletApps p {
    font-size: 11px;
    line-height: 18px;
    color: #708384;
    letter-spacing: .05em;
    width: 235px;
    padding-right: 45px;
    padding-top: 6px
}

.cabBulletApps .appLinks .appLink {
    display: table;
    font-size: 12px;
    line-height: 38px;
    color: #0c394f;
    font-weight: 500;
    letter-spacing: .05em;
    text-transform: uppercase;
    text-decoration: underline;
    position: relative;
    padding-left: 50px;
    background-size: auto;
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-bottom: 4px;
    -webkit-transition: text-decoration-color .4s;
    -moz-transition: text-decoration-color .4s;
    -o-transition: text-decoration-color .4s;
    transition: text-decoration-color .4s
}

.cabBulletApps .appLinks .appLink:hover {
    text-decoration-color: transparent
}

.cabBulletApps .appLinks .appLink+.appLink {
    margin-top: 10px
}

.cabCaption {
    display: table;
    position: relative;
    padding-left: 80px;
    font-size: 14px;
    line-height: 40px;
    color: #104559;
    font-weight: 300;
    letter-spacing: .2em;
    text-transform: uppercase
}

.cabCaption .accentText {
    display: block;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 0
}

.cabCaption .icon {
    display: block;
    position: absolute;
    font-size: 62px;
    line-height: 62px;
    color: #bdd2d2;
    font-weight: 400;
    letter-spacing: 0;
    left: 0;
    top: 10px
}

.cabCaption .stepNum {
    display: block;
    position: absolute;
    font-size: 80px;
    line-height: 70px;
    color: #ebf3f3;
    font-weight: 700;
    letter-spacing: 0;
    left: 0;
    top: 0
}

.cabStepChapter .cabCaption {
    padding-left: 112px;
    margin-bottom: 65px
}

.cabColumn:nth-child(2n) .cabStepChapter {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.cabContent {
    padding: 0 calc(100% - 1754px - 78px) 100px 110px;
    float: right;
    width: calc(100% - 78px);
    position: relative;
    margin-top: -74px
}

.cabContent .cabCaption {
    margin-bottom: 64px
}

.cabContent.cabMain:before,
.cabContent.cabMain:after {
    content: "";
    display: block;
    position: absolute;
    width: 1920px;
    left: -78px;
    z-index: -1
}

.cabContent.cabMain:before {
    height: 1524px;
    top: 608px;
    background-image: url(../img/cab-back-down.png);
    background-size: 1920px auto;
    background-position: center top;
    background-repeat: no-repeat;
    bottom: 0
}

.cabContent.cabMain:after {
    top: calc(608px + 1524px);
    height: calc(100% - 608px - 1524px);
    background-image: url(../img/back-cab-lines.png);
    z-index: -2;
    background-size: 4px auto;
    background-position: left top;
    background-repeat: repeat
}

@media (max-width: 1023px) {

    .cabContent.cabMain:before,
    .cabContent.cabMain:after {
        display: none
    }
}

.cabContent.cabSettings:before,
.cabContent.cabSettings:after {
    content: "";
    display: block;
    position: absolute;
    width: 1920px;
    left: -78px;
    z-index: -1
}

.cabContent.cabSettings:before {
    height: 1524px;
    top: 763px;
    background-image: url(../img/cab-back-down.png);
    background-size: 1920px auto;
    background-position: center top;
    background-repeat: no-repeat;
    bottom: 0
}

.cabContent.cabSettings:after {
    top: calc(763px + 1524px);
    height: calc(100% - 763px - 1524px);
    background-image: url(../img/back-cab-lines.png);
    z-index: -2;
    background-size: 4px auto;
    background-position: left top;
    background-repeat: repeat
}

@media (max-width: 1023px) {

    .cabContent.cabSettings:before,
    .cabContent.cabSettings:after {
        display: none
    }
}

.cabContent.cabPartners:before,
.cabContent.cabPartners:after {
    content: "";
    display: block;
    position: absolute;
    width: 1920px;
    left: -78px;
    z-index: -1
}

.cabContent.cabPartners:before {
    height: 1524px;
    top: 453px;
    background-image: url(../img/cab-back-down.png);
    background-size: 1920px auto;
    background-position: center top;
    background-repeat: no-repeat;
    bottom: 0
}

.cabContent.cabPartners:after {
    top: calc(453px + 1524px);
    height: calc(100% - 453px - 1524px);
    background-image: url(../img/back-cab-lines.png);
    z-index: -2;
    background-size: 4px auto;
    background-position: left top;
    background-repeat: repeat
}

@media (max-width: 1023px) {

    .cabContent.cabPartners:before,
    .cabContent.cabPartners:after {
        display: none
    }
}

.cabContent.cabOpenDep:before,
.cabContent.cabOpenDep:after,
.cabContent.cabWithdrawals:before,
.cabContent.cabWithdrawals:after,
.cabContent.cabTickets:before,
.cabContent.cabTickets:after,
.cabContent.cabMaterials:before,
.cabContent.cabMaterials:after,
.cabContent.cabOperations:before,
.cabContent.cabOperations:after {
    content: "";
    display: block;
    position: absolute;
    width: 1920px;
    left: -78px;
    z-index: -1
}

.cabContent.cabOpenDep:before,
.cabContent.cabWithdrawals:before,
.cabContent.cabTickets:before,
.cabContent.cabMaterials:before,
.cabContent.cabOperations:before {
    height: 1524px;
    top: 643px;
    background-image: url(../img/cab-back-down.png);
    background-size: 1920px auto;
    background-position: center top;
    background-repeat: no-repeat;
    bottom: 0
}

.cabContent.cabOpenDep:after,
.cabContent.cabWithdrawals:after,
.cabContent.cabTickets:after,
.cabContent.cabMaterials:after,
.cabContent.cabOperations:after {
    top: calc(643px + 1524px);
    height: calc(100% - 643px - 1524px);
    background-image: url(../img/back-cab-lines.png);
    z-index: -2;
    background-size: 4px auto;
    background-position: left top;
    background-repeat: repeat
}

@media (max-width: 1023px) {

    .cabContent.cabOpenDep:before,
    .cabContent.cabOpenDep:after,
    .cabContent.cabWithdrawals:before,
    .cabContent.cabWithdrawals:after,
    .cabContent.cabTickets:before,
    .cabContent.cabTickets:after,
    .cabContent.cabMaterials:before,
    .cabContent.cabMaterials:after,
    .cabContent.cabOperations:before,
    .cabContent.cabOperations:after {
        display: none
    }
}

.cabContent .tabs .tabsHead {
    margin-top: -22px
}

.cabContent .tabs .tabsHead:after {
    content: "";
    display: block;
    clear: both
}

.cabContent .tabs .tabsHead a {
    color: #bdd2d2;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s
}

.cabContent .tabs .tabsHead a .icon {
    color: #e4ecee;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s
}

.cabContent .tabs .tabsHead a:hover {
    color: #104559
}

.cabContent .tabs .tabsHead li {
    float: left;
    margin-top: 22px
}

.cabContent .tabs .tabsHead li.active a {
    color: #104559
}

.cabContent .tabs .tabsHead li.active a .icon {
    color: #bdd2d2
}

.cabContent .tabs .tabsHead .cabCaption {
    margin-bottom: 0
}

.cabContent .cabColumns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.cabContent .cabColumns .cabColumn:nth-child(2n+1) {
    width: 1099px
}

.cabContent .cabColumns .cabColumn:nth-child(2n) {
    width: calc(100% - 1099px - 90px)
}

.cabMaterials.cabContent .cabColumns {
    display: flex;
    flex-wrap: wrap;
}

.cabMaterials.cabContent .cabColumns .cabColumn:nth-child(2n+1) {
    order: 2;
    margin-top: 15px;
}

.cabMaterials.cabContent .cabColumns .cabColumn:nth-child(2n) {
    order: 1;
}

.cabContent .progressWrapper .progressText {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: 14px;
    line-height: 20px;
    color: #0c374d;
    letter-spacing: .05em;
    text-transform: uppercase;
    padding-bottom: 18px
}

.cabContent .progressWrapper .progressLine {
    position: relative;
    height: 12px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    background-color: #0b3d52;
    overflow-x: hidden
}

.cabContent .progressWrapper .progressLine .progressInner {
    position: absolute;
    top: 0;
    left: 0;
    height: 12px;
    background-color: #009fa0;
    background-image: url(../img/back-progress.png);
    background-size: auto;
    background-position: left center;
    background-repeat: repeat-x
}

.cabContent [class*=btnMain] {
    display: table;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    text-align: center;
    -webkit-box-shadow: 0 9px 11px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 9px 11px rgba(0, 0, 0, 0.11);
    box-shadow: 0 9px 11px rgba(0, 0, 0, 0.11);
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .1em;
    cursor: pointer;
    height: 48px;
    min-width: 221px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    border-radius: 24px;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s
}

.cabContent [class*=btnMain] .btnText {
    display: block;
    position: relative;
    padding: 15px 10px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    border-radius: 24px
}

.cabContent [class*=btnMain] .btnText:before,
.cabContent [class*=btnMain] .btnText:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    border-radius: 24px;
    z-index: -1;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s
}

.cabContent [class*=btnMain] .btnText:before {
    opacity: 0;
    -webkit-transition: opacity .3s .1s;
    -moz-transition: opacity .3s .1s;
    -o-transition: opacity .3s .1s;
    transition: opacity .3s .1s
}

.cabContent [class*=btnMain] .btnText:after {
    opacity: 1;
    -webkit-transition: opacity .3s 0;
    -moz-transition: opacity .3s 0;
    -o-transition: opacity .3s 0;
    transition: opacity .3s 0
}

.cabContent [class*=btnMain][class*=Mini] {
    min-width: 102px;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: .1em;
    height: 22px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px
}

.cabContent [class*=btnMain][class*=Mini] .btnText {
    height: 22px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 5px
}

.cabContent [class*=btnMain][class*=Mini] .btnText:before,
.cabContent [class*=btnMain][class*=Mini] .btnText:after {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px
}

.cabContent [class*=btnMain][class*=btnColor1] {
    color: #104559
}

.cabContent [class*=btnMain][class*=btnColor1] .btnText:before {
    background: #21aaaf;
    background: -moz-linear-gradient(top, #017477 0%, #21aaaf 100%);
    background: -webkit-linear-gradient(top, #017477 0%, #21aaaf 100%);
    background: linear-gradient(to bottom, #017477 0%, #21aaaf 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#017477", endColorstr="#21aaaf", GradientType=0)
}

.cabContent [class*=btnMain][class*=btnColor1] .btnText:after {
    background: #ffc000;
    background: -moz-linear-gradient(top, #ffc000 0%, #ffd43e 100%);
    background: -webkit-linear-gradient(top, #ffc000 0%, #ffd43e 100%);
    background: linear-gradient(to bottom, #ffc000 0%, #ffd43e 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ffc000", endColorstr="#ffd43e", GradientType=0)
}

.cabContent [class*=btnMain][class*=btnColor1]:hover {
    color: #fff
}

.cabContent [class*=btnMain][class*=btnColor2] {
    color: #fff
}

.cabContent [class*=btnMain][class*=btnColor2] .btnText:before {
    background: #ffc000;
    background: -moz-linear-gradient(top, #ffc000 0%, #ffd43e 100%);
    background: -webkit-linear-gradient(top, #ffc000 0%, #ffd43e 100%);
    background: linear-gradient(to bottom, #ffc000 0%, #ffd43e 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ffc000", endColorstr="#ffd43e", GradientType=0)
}

.cabContent [class*=btnMain][class*=btnColor2] .btnText:after {
    background: #21aaaf;
    background: -moz-linear-gradient(top, #017477 0%, #21aaaf 100%);
    background: -webkit-linear-gradient(top, #017477 0%, #21aaaf 100%);
    background: linear-gradient(to bottom, #017477 0%, #21aaaf 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#017477", endColorstr="#21aaaf", GradientType=0)
}

.cabContent [class*=btnMain][class*=btnColor2]:hover {
    color: #104559
}

.cabContent [class*=btnMain]:hover .btnText:before {
    opacity: 1;
    -webkit-transition: opacity .3s 0;
    -moz-transition: opacity .3s 0;
    -o-transition: opacity .3s 0;
    transition: opacity .3s 0
}

.cabContent [class*=btnMain]:hover .btnText:after {
    opacity: 0;
    -webkit-transition: opacity .3s .1s;
    -moz-transition: opacity .3s .1s;
    -o-transition: opacity .3s .1s;
    transition: opacity .3s .1s
}

.cabContent .accordionItem .accordionHead {
    cursor: pointer
}

.cabContent .accordionItem .accordionContent {
    display: none
}

.cabContent .accordionItem .accordionContent.active {
    display: block
}

.cabContent .accordionItem {
    background-image: url(../img/border-dot-color-2.png);
    background-size: auto;
    background-position: left bottom;
    background-repeat: repeat-x;
    padding-bottom: 7px
}

.cabContent .accordionItem:last-child {
    background-image: none
}

.cabContent .accordionItem .accordionHead {
    padding-left: 32px;
    position: relative;
    padding-top: 17px;
    padding-bottom: 17px
}

.cabContent .accordionItem .accordionHead .title {
    display: block;
    font-size: 13px;
    line-height: 20px;
    color: #25989e;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s
}

.cabContent .accordionItem .accordionHead .iconBtn {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 0;
    margin-top: -10px
}

.cabContent .accordionItem .accordionHead .iconBtn:before,
.cabContent .accordionItem .accordionHead .iconBtn:after {
    display: block;
    position: absolute;
    font-family: icomoon;
    font-size: 20px;
    line-height: 20px;
    top: 0;
    left: 0;
    -webkit-transition: color 0.4s, opacity .4s;
    -moz-transition: color 0.4s, opacity .4s;
    -o-transition: color 0.4s, opacity .4s;
    transition: color 0.4s, opacity .4s
}

.cabContent .accordionItem .accordionHead .iconBtn:before {
    content: "\e962";
    color: #ffc000;
    opacity: 0
}

.cabContent .accordionItem .accordionHead .iconBtn:after {
    content: "\e929";
    color: #25989e;
    opacity: 1
}

.cabContent .accordionItem .accordionHead:hover .title {
    color: #ffc000
}

.cabContent .accordionItem .accordionHead:hover .iconBtn:after {
    color: #ffc000
}

.cabContent .accordionItem .accordionHead.active .title {
    color: #ffc000
}

.cabContent .accordionItem .accordionHead.active .iconBtn:before {
    opacity: 1
}

.cabContent .accordionItem .accordionHead.active .iconBtn:after {
    opacity: 0
}

.cabContent .payIconCircle {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 42px;
    height: 42px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #ebf3f3;
    margin-right: 10px
}

.tabsDeposits .tabsHead {
    margin-bottom: 58px
}

.tabsDeposits .tabsHead li {
    width: 100%;
    max-width: 360px
}

.cabDepositsCarousel {
    position: relative;
    opacity: 0;
    -webkit-transition: opacity .1s;
    -moz-transition: opacity .1s;
    -o-transition: opacity .1s;
    transition: opacity .1s
}

.cabDepositsCarousel:before,
.cabDepositsCarousel:after {
    content: "";
    display: block;
    position: absolute;
    width: 1099px;
    left: 0;
    z-index: -1
}

.cabDepositsCarousel:before {
    background-image: url(../img/grey-back-top.png), url(../img/grey-back-down-image.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center bottom;
    height: 100%;
    top: 0
}

.cabDepositsCarousel:after {
    background-image: url(../img/back-cab-lines.png);
    background-repeat: repeat;
    background-position: left top;
    height: calc(100% - 25px - 224px);
    top: 25px
}

@media (max-width: 1199px) {

    .cabDepositsCarousel:before,
    .cabDepositsCarousel:after {
        content: "";
        display: block;
        position: absolute;
        width: 919px;
        left: 0;
        z-index: -1
    }

    .cabDepositsCarousel:before {
        background-image: url(../img/grey-back-top-1024.png), url(../img/grey-back-down-image-1024.png)
    }

    .cabDepositsCarousel:after {
        height: calc(100% - 24px - 172px);
        top: 24px
    }
}

@media (max-width: 1023px) {

    .cabDepositsCarousel:before,
    .cabDepositsCarousel:after {
        width: 1049px;
        left: -25px
    }

    .cabDepositsCarousel:before {
        background-image: url(../img/grey-back-down.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        height: 152px;
        top: 100%;
        margin-top: 0
    }

    .cabDepositsCarousel:after {
        height: 100%;
        top: 0
    }
}

.cabDepositsCarousel .slick-arrow {
    position: relative;
    text-align: center;
    background-color: #ffc000;
    width: 42px;
    position: absolute;
    z-index: 1;
    top: 159px;
    -webkit-transition: background-color .4s;
    -moz-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s
}

.cabDepositsCarousel .slick-arrow .icon {
    display: block;
    font-size: 12px;
    line-height: 42px;
    color: #110e1e;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s
}

.cabDepositsCarousel .slick-arrow.slick-prev {
    -webkit-border-top-right-radius: 22px;
    -moz-border-radius-topright: 22px;
    -ms-border-top-right-radius: 22px;
    border-top-right-radius: 22px;
    -webkit-border-bottom-right-radius: 22px;
    -moz-border-radius-bottomright: 22px;
    -ms-border-bottom-right-radius: 22px;
    border-bottom-right-radius: 22px;
    padding-right: 5px;
    left: 36px
}

.cabDepositsCarousel .slick-arrow.slick-next {
    -webkit-border-top-left-radius: 22px;
    -moz-border-radius-topleft: 22px;
    -ms-border-top-left-radius: 22px;
    border-top-left-radius: 22px;
    -webkit-border-bottom-left-radius: 22px;
    -moz-border-radius-bottomleft: 22px;
    -ms-border-bottom-left-radius: 22px;
    border-bottom-left-radius: 22px;
    padding-left: 5px;
    right: 42px
}

.cabDepositsCarousel .slick-arrow:hover {
    background-color: #07293a
}

.cabDepositsCarousel .slick-arrow:hover .icon {
    color: #fff
}

.wrapper .cabPlansCarouselWrapper {
    padding-bottom: 120px
}

.cabPlansCarouselWrapper {
    padding: 55px 41px 162px 40px;
    position: relative
}

.cabPlansCarouselWrapper:before,
.cabPlansCarouselWrapper:after {
    content: "";
    display: block;
    position: absolute;
    width: 1099px;
    left: 0;
    z-index: -1
}

.cabPlansCarouselWrapper:before {
    background-image: url(../img/grey-back-top.png), url(../img/grey-back-down-image.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center bottom;
    height: 100%;
    top: 0
}

.cabPlansCarouselWrapper:after {
    background-image: url(../img/back-cab-lines.png);
    background-repeat: repeat;
    background-position: left top;
    height: calc(100% - 25px - 224px);
    top: 25px
}

@media (max-width: 1199px) {

    .cabPlansCarouselWrapper:before,
    .cabPlansCarouselWrapper:after {
        content: "";
        display: block;
        position: absolute;
        width: 919px;
        left: 0;
        z-index: -1
    }

    .cabPlansCarouselWrapper:before {
        background-image: url(../img/grey-back-top-1024.png), url(../img/grey-back-down-image-1024.png)
    }

    .cabPlansCarouselWrapper:after {
        height: calc(100% - 24px - 172px);
        top: 24px
    }
}

@media (max-width: 1023px) {

    .cabPlansCarouselWrapper:before,
    .cabPlansCarouselWrapper:after {
        width: 1049px;
        left: -25px
    }

    .cabPlansCarouselWrapper:before {
        background-image: url(../img/grey-back-down.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        height: 152px;
        top: 100%;
        margin-top: 0
    }

    .cabPlansCarouselWrapper:after {
        height: 100%;
        top: 0
    }
}

.cabPlansCarousel {
    position: relative;
    margin: -155px 0;
    padding: 155px 0;
    overflow: hidden
}

.cabPlansCarousel .slick-list {
    background-color: #000000;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    overflow: visible
}

.cabPlansCarousel .slick-arrow {
    position: relative;
    text-align: center;
    background-color: #ffc000;
    width: 36px;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -21px;
    -webkit-transition: background-color .4s;
    -moz-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s
}

.cabPlansCarousel .slick-arrow .icon {
    display: block;
    font-size: 12px;
    line-height: 42px;
    color: #110e1e;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s
}

.cabPlansCarousel .slick-arrow.slick-prev {
    -webkit-border-top-right-radius: 22px;
    -moz-border-radius-topright: 22px;
    -ms-border-top-right-radius: 22px;
    border-top-right-radius: 22px;
    -webkit-border-bottom-right-radius: 22px;
    -moz-border-radius-bottomright: 22px;
    -ms-border-bottom-right-radius: 22px;
    border-bottom-right-radius: 22px;
    padding-right: 5px;
    left: 0
}

.cabPlansCarousel .slick-arrow.slick-next {
    -webkit-border-top-left-radius: 22px;
    -moz-border-radius-topleft: 22px;
    -ms-border-top-left-radius: 22px;
    border-top-left-radius: 22px;
    -webkit-border-bottom-left-radius: 22px;
    -moz-border-radius-bottomleft: 22px;
    -ms-border-bottom-left-radius: 22px;
    border-bottom-left-radius: 22px;
    padding-left: 5px;
    right: 0
}

.cabPlansCarousel .slick-arrow:hover {
    background-color: #07293a
}

.cabPlansCarousel .slick-arrow:hover .icon {
    color: #fff
}

.tabsPanel.active .cabDepositsCarousel {
    opacity: 1
}

.cabDepositItem {
    height: 520px;
    padding: 40px 42px 0 36px
}

.cabDepositItem .depositContent {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.cabDepositItem .depositHead {
    width: 337px;
    padding: 0 43.5px 0 85.5px;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.cabDepositItem .depositHead:before,
.cabDepositItem .depositHead:after {
    content: "";
    display: block;
    position: absolute
}

.cabDepositItem .depositHead:before {
    width: 337px;
    height: 323px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    background-image: url(../img/back-cab-deposit-head.png);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1
}

.cabDepositItem .depositHead:after {
    width: 325px;
    height: 643px;
    background-image: url(../img/shadow-cab-deposit-head.png);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    top: -114px;
    right: -110px;
    z-index: -2
}

.cabDepositItem .depositHead .percent {
    display: block;
    font-size: 60px;
    line-height: 64px;
    color: #ffc000;
    font-weight: 700
}

.cabDepositItem .depositHead .term {
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #50dae0;
    font-weight: 300;
    letter-spacing: .2em;
    text-transform: uppercase
}

.cabDepositItem .depositHead .info {
    display: block;
    font-size: 10px;
    line-height: 20px;
    color: #84aaac;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-top: 14px
}

.cabDepositItem .depositHead .resultSum {
    margin-top: 20px
}

.cabDepositItem .depositHead .resultSum:after {
    content: "";
    display: block;
    clear: both
}

.cabDepositItem .depositHead .resultSum .resultSumItem {
    float: left;
    width: 50%
}

.cabDepositItem .depositHead .resultSum .pre {
    display: block;
    font-size: 10px;
    line-height: 14px;
    color: #fff;
    letter-spacing: .2em;
    text-transform: uppercase
}

.cabDepositItem .depositHead .resultSum .sum {
    display: block;
    font-family: "Stolzl Book";
    font-size: 14px;
    line-height: 20px;
    color: #f5b800;
    letter-spacing: .2em
}

.cabDepositItem .depositBody {
    width: calc(100% - 337px);
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background-color: #fff;
    padding: 35px 48px 32px 52px;
    -webkit-border-top-right-radius: 25px;
    -moz-border-radius-topright: 25px;
    -ms-border-top-right-radius: 25px;
    border-top-right-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-radius-bottomright: 25px;
    -ms-border-bottom-right-radius: 25px;
    border-bottom-right-radius: 25px
}

.cabDepositItem .depositBody .icon {
    display: block;
    font-size: 46px;
    line-height: 46px;
    color: #bdd2d2
}

.cabDepositItem .depositBody .infoItem {
    position: relative;
    padding-left: 60px
}

.cabDepositItem .depositBody .infoItem .icon {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -23px
}

.cabDepositItem .depositBody .infoItem+.infoItem {
    margin-top: 27px
}

.cabDepositItem .depositBody .pre {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    color: #0c374d;
    font-weight: 500;
    letter-spacing: .05em
}

.cabDepositItem .depositBody .date {
    display: block;
    font-family: "Stolzl Book";
    font-size: 14px;
    line-height: 30px;
    color: #708384;
    letter-spacing: .05em;
    margin-top: 5px
}

.cabDepositItem .depositBody .sum {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #f5b800;
    font-weight: 500;
    letter-spacing: .05em;
    margin-top: 3px
}

.cabDepositItem .depositBody .payIcon {
    height: 36px;
    margin-top: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cabDepositItem .depositBody .payIcon img {
    max-height: 36px
}

.cabDepositItem .depositBody .accrualsItem {
    text-align: center
}

.cabDepositItem .depositBody .accrualsItem .icon {
    margin-top: 12px;
    margin-bottom: 9px
}

.cabDepositItem .depositBody .depositInfoItem {
    width: 340px
}

.cabDepositItem .depositBody .acrrualsPrev .pre {
    font-size: 11px
}

.cabDepositItem .depositBody .acrrualsPrev .date {
    font-size: 11px;
    line-height: 20px;
    margin-top: 1px
}

.cabDepositItem .depositBody .timer {
    text-align: center;
    background-color: #ebf3f3;
    -webkit-box-shadow: 0 9px 11px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 9px 11px rgba(0, 0, 0, 0.11);
    box-shadow: 0 9px 11px rgba(0, 0, 0, 0.11);
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    border-radius: 24px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 8px 0 10px;
    margin-top: 15px
}

.cabDepositItem .depositBody .timer .val {
    display: block;
    font-size: 30px;
    line-height: 30px;
    color: #25989e;
    font-weight: 500;
    letter-spacing: .05em;
    /* width: 52px */
}

.cabDepositItem .depositBody .timer .spacer {
    display: block;
    width: 22px;
    font-size: 30px;
    line-height: 30px;
    color: #25989e;
    font-weight: 500;
    letter-spacing: .05em
}

.cabDepositItem .progressWrapper {
    position: absolute;
    width: calc(100% - 52px);
    left: 52px;
    top: 100%;
    margin-top: 20px
}

.cabPlanItem {
    position: relative;
    padding: 40px 45px;
    height: 333px
}

.cabPlanItem .depositContent {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer;
    position: relative
}

.cabPlanItem .depositContent:before {
    content: "";
    display: block;
    position: absolute;
    width: 448px;
    height: 643px;
    background-image: url(../img/back-active-plan.png);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    top: 50%;
    z-index: -1;
    left: -45px;
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -webkit-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    -webkit-transition: transform .4s;
    -moz-transition: transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s
}

.cabPlanItem .percent {
    display: block;
    font-size: 60px;
    line-height: 64px;
    color: #008384;
    font-weight: 700;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s
}

.cabPlanItem .term {
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #008384;
    font-weight: 300;
    letter-spacing: .2em;
    text-transform: uppercase;
    margin-bottom: 10px;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s
}

.cabPlanItem .info {
    display: block;
    font-size: 10px;
    line-height: 20px;
    color: #84aaac;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-top: 14px
}

.cabPlanItem .pre {
    display: block;
    font-size: 10px;
    line-height: 14px;
    color: #0c374d;
    letter-spacing: .2em;
    text-transform: uppercase;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s
}

.cabPlanItem .sum {
    display: block;
    font-family: "Stolzl Book";
    font-size: 14px;
    line-height: 20px;
    color: #f5b800;
    /* letter-spacing: .2em */
}

.cabPlanItem .resultSum {
    margin-top: 8px
}

.cabPlanItem .resultSum:after {
    content: "";
    display: block;
    clear: both
}

.cabPlanItem .resultSum .resultSumItem {
    float: left;
    width: 50%
}

.cabPlanItem input {
    display: none
}

.cabPlanItem input:checked+.depositContent:before {
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -webkit-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1)
}

.cabPlanItem input:checked+.depositContent .percent {
    color: #ffc000
}

.cabPlanItem input:checked+.depositContent .term {
    color: #50dae0
}

.cabPlanItem input:checked+.depositContent .pre {
    color: #fff
}

.cabLastOperations {
    position: relative;
    padding: 0 58px 0 44px;
    position: relative;
    padding-bottom: 61px
}

.cabLastOperations:before,
.cabLastOperations:after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 1161px;
    left: -31px
}

.cabLastOperations:before {
    height: calc(calc(100% + 32px) - -88px);
    background-image: url(../img/back-corner-white-top.png), url(../img/back-corner-white-top-2.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center bottom;
    top: -88px
}

.cabLastOperations:after {
    height: calc(calc(100% + 32px) - -88px - 235px);
    top: calc(-88px + 180px);
    background-image: url(../img/back-corner-white-top-3.png);
    background-size: auto;
    background-position: center top;
    background-repeat: repeat-y
}

@media (max-width: 1199px) {
    .cabPlanItem {
        padding: 40px 40px;
        height: auto;
    }

    .cabPlansCarousel .slick-arrow{
        width: 28px;
    }

    .cabPlanItem .depositContent::before {
        background-image: none;
        height: calc(100% + 80px);
        width: calc(100% + 80px);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        top: -40px;
        left: -40px;
        -webkit-border-radius: 21px;
        -moz-border-radius: 21px;
        -ms-border-radius: 21px;
        border-radius: 21px;
        background: #00696e;
        background: -moz-linear-gradient(top, #00696e 0%, #102542 100%);
        background: -webkit-linear-gradient(top, #00696e 0%, #102542 100%);
        background: linear-gradient(to bottom, #00696e 0%, #102542 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#00696e", endColorstr="#102542", GradientType=0);
        opacity: 0;
    }

    .cabPlanItem input:checked+.depositContent::before {
        opacity: 1;
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@media (max-width: 1023px) {

    .cabLastOperations:before,
    .cabLastOperations:after {
        width: 1049px;
        left: -25px
    }

    .cabLastOperations:before {
        background-image: url(../img/back-corner-white-top.png), url(../img/back-corner-white-top-2.png)
    }

    .cabLastOperations:after {
        background-image: url(../img/back-corner-white-top-3.png)
    }
}

.cabLastOperations .cabLastOperationsWrapper {
    margin: 66px -33px 0
}

.cabLastOperations .cabLastOperationsWrapper:after {
    content: "";
    display: block;
    clear: both
}

.cabLastOperations .cabLastOperationsWrapper .cabLastOperationsTable {
    float: left;
    width: 50%;
    padding: 0 33px
}

.cabLastOperations .cabLastOperationsTable .name {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #009a9b;
    font-weight: 500;
    letter-spacing: .05em;
    text-transform: uppercase
}

.cabLastOperations .cabLastOperationsTable .date {
    display: block;
    font-family: "Stolzl Book";
    font-size: 11px;
    line-height: 18px;
    color: #708384;
    letter-spacing: .05em;
    padding-left: 15px
}

.cabLastOperations .cabLastOperationsTable .sum {
    display: block;
    font-size: 15px;
    line-height: 18px;
    color: #f5b800;
    font-weight: 500;
    text-align: right;
    padding-left: 15px
}

.cabLastOperations .cabLastOperationsTable .payIcon {
    margin-left: auto
}

.cabLastOperations .tableLine {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-image: url(../img/border-dot.png);
    background-size: auto;
    background-position: left bottom;
    background-repeat: repeat-x;
    min-height: 40px;
    padding-top: 8px;
    padding-bottom: 8px
}

.cabLastOperations .tableLine:last-child {
    background-image: none
}

.cabLastOperations .tableLine .tableItem:first-child {
    width: calc(100% - 156px);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cabLastOperations .tableLine .tableItem:nth-child(2) {
    width: 118px
}

.cabLastOperations .tableLine .tableItem:nth-child(3) {
    width: 38px
}

.cabPersonalStatistic .cabPersonalStatisticWrapper {
    position: relative;
    padding: 20px 27px 0 33px;
    margin-top: 57px;
    /* min-height: 910px */
}

.cabPersonalStatistic .cabPersonalStatisticWrapper:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 33px 43px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 33px 43px rgba(0, 0, 0, 0.05);
    box-shadow: 0 33px 43px rgba(0, 0, 0, 0.05);
    z-index: -1;
    left: 0;
    top: 0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px
}

.cabPersonalStatistic .tableLine {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-image: url(../img/border-dot-color-1.png);
    background-size: auto;
    background-position: left bottom;
    background-repeat: repeat-x;
    height: 68px
}

.cabPersonalStatistic .tableLine:last-child {
    background-image: none
}

.cabPersonalStatistic .statisticTable {
    padding-top: 15px;
    padding-bottom: 15px
}

.cabPersonalStatistic .statisticTable .pre {
    display: block;
    font-family: "Stolzl Book";
    font-size: 11px;
    line-height: 18px;
    color: #708384;
    letter-spacing: .05em
}

.cabPersonalStatistic .statisticTable .num {
    display: block;
    font-size: 17px;
    line-height: 25px;
    color: #25989e;
    font-weight: 500
}

.cabPersonalStatistic .statisticTable .payIcon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 42px;
    height: 42px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #ebf3f3;
    margin-right: 10px
}

.cabPersonalStatistic .statisticTable [class*=btnMain]+[class*=btnMain] {
    margin-top: 4px
}

.cabPersonalStatistic .statisticTable .tableItem {
    padding-bottom: 8px
}

.cabPersonalStatistic .statisticTable .tableItem:last-child {
    margin-left: auto
}

.cabProgressDynamic {
    margin-top: 66px
}

.cabPanel {
    background-color: #fff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: 0 33px 43px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 33px 43px rgba(0, 0, 0, 0.05);
    box-shadow: 0 33px 43px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 1
}

.cabInfoCard {
    min-height: 180px;
    padding: 30px 39px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    background-color: #ebf3f3;
    background-color: #ebf3f3;
    background-image: url(../img/back-cab-lines.png);
    background-position: left top;
    background-repeat: repeat;
    border-radius: 25px;
    -webkit-box-shadow: 0 33px 43px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 33px 43px rgba(0, 0, 0, 0.05);
    box-shadow: 0 33px 43px rgba(0, 0, 0, 0.05)
}

.cabInfoCard .icon {
    display: block;
    font-size: 48px;
    line-height: 48px;
    color: #bbd0d0;
    margin-bottom: 20px
}

.cabInfoCard .pre {
    display: block;
    font-size: 13px;
    line-height: 18px;
    color: #072e46;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase
}

.cabInfoCard .val {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #f5b800;
    font-weight: 500;
    letter-spacing: 0;
    margin-top: 5px
}

.cabInfoCard .val.color1 {
    color: #f5b800
}

.cabInfoCard .val.color2 {
    color: #5aa5a6
}

.cabInfoCard .cabCaption {
    margin-bottom: 24px
}

.cabInfoCard .cabCaption .icon {
    font-size: 62px;
    line-height: 62px
}

.cabInfoCard .cabCaption+.val {
    padding-left: 80px;
    padding-bottom: 27px
}

.cabProgressDynamic .cabInfoCard {
    width: calc(50% - 18px)
}

.cabProgressDynamic .cabDynamic {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 72px 65px 77px
}

.cabProgressDynamic .cabDynamicMapWrapper {
    width: 100%
}

.cabProgressDynamic .cabDynamicMap {
    border-bottom: 1px solid #ebf3f3;
    margin-top: 71px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.cabProgressDynamic .cabDynamicMap .cabDynamicMapItem {
    width: 65px
}

.cabProgressDynamic .cabDynamicMap .doubleProgressWrapper {
    background-color: #ebf3f3;
    height: 384px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    padding: 10px;
    position: relative
}

.cabProgressDynamic .cabDynamicMap .doubleProgressWrapper .doubleProgress {
    position: absolute;
    width: calc(100% - 20px);
    left: 10px;
    bottom: 10px
}

.cabProgressDynamic .cabDynamicMap .doubleProgressWrapper .value {
    display: block;
    position: absolute;
    font-size: 10px;
    line-height: 24px;
    color: #fff;
    letter-spacing: .05em;
    background-color: #104559;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    width: calc(100% + 20px);
    left: -10px;
    bottom: calc(100% + 10px);
    margin-bottom: 12px;
    text-align: center
}

.cabProgressDynamic .cabDynamicMap .doubleProgressWrapper .value:after {
    content: "";
    display: block;
    position: absolute;
    border: 5px solid transparent;
    border-top: 5px solid #104559;
    top: 100%;
    left: 50%;
    margin-left: -5px
}

.cabProgressDynamic .cabDynamicMap .doubleProgressWrapper .progressDown,
.cabProgressDynamic .cabDynamicMap .doubleProgressWrapper .progressTop {
    width: 100%;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    position: absolute
}

.cabProgressDynamic .cabDynamicMap .doubleProgressWrapper .progressTop {
    top: -10px;
    background: #21aaaf;
    background: -moz-linear-gradient(top, #21aaaf 0%, #017477 100%);
    background: -webkit-linear-gradient(top, #21aaaf 0%, #017477 100%);
    background: linear-gradient(to bottom, #21aaaf 0%, #017477 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#21aaaf", endColorstr="#017477", GradientType=0)
}

.cabProgressDynamic .cabDynamicMap .doubleProgressWrapper .progressDown {
    bottom: 0;
    -webkit-box-shadow: 0 9px 11px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 9px 11px rgba(0, 0, 0, 0.11);
    box-shadow: 0 9px 11px rgba(0, 0, 0, 0.11);
    background: #ffc000;
    background: -moz-linear-gradient(top, #ffc000 0%, #ffd43e 100%);
    background: -webkit-linear-gradient(top, #ffc000 0%, #ffd43e 100%);
    background: linear-gradient(to bottom, #ffc000 0%, #ffd43e 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ffc000", endColorstr="#ffd43e", GradientType=0)
}

.cabProgressDynamic .cabDynamicMap .caption {
    display: block;
    text-align: center;
    font-family: "Stolzl Book";
    font-size: 12px;
    line-height: 40px;
    color: #708384;
    letter-spacing: .05em
}

.cabDepositsDynamic .depositDynamicCard {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    background-color: #fff;
    -webkit-box-shadow: 0 33px 43px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 33px 43px rgba(0, 0, 0, 0.05);
    box-shadow: 0 33px 43px rgba(0, 0, 0, 0.05);
    padding: 27px 47px 13px 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.cabDepositsDynamic .depositDynamicCard+.depositDynamicCard {
    margin-top: 20px
}

.cabDepositsDynamic .depositDynamicCard .progressList {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 12px
}

.cabDepositsDynamic .depositDynamicCard .progressItem {
    width: 7px;
    position: relative;
    height: 85px;
    background-color: #ebf3f3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden
}

.cabDepositsDynamic .depositDynamicCard .progressItem .progressInner {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0
}

.cabDepositsDynamic .depositDynamicCard .depName {
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 30px;
    color: #072e46;
    font-weight: 500;
    letter-spacing: .1em
}

.cabDepositsDynamic .depositDynamicCard .earnings .pre {
    display: block;
    font-family: "Stolzl Book";
    font-size: 12px;
    line-height: 24px;
    color: #708384;
    letter-spacing: .05em
}

.cabDepositsDynamic .depositDynamicCard .earnings .sum {
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500
}

.cabDepositsDynamic .depositDynamicCard.cardColor1 .sum {
    color: #4da3a7
}

.cabDepositsDynamic .depositDynamicCard.cardColor1 .progressItem .progressInner {
    background-color: #4da3a7
}

.cabDepositsDynamic .depositDynamicCard.cardColor2 .sum {
    color: #ffc000
}

.cabDepositsDynamic .depositDynamicCard.cardColor2 .progressItem .progressInner {
    background-color: #f5c62c
}

.cabDepositsDynamic .depositDynamicCard.cardColor3 .sum {
    color: #00cbbf
}

.cabDepositsDynamic .depositDynamicCard.cardColor3 .progressItem .progressInner {
    background-color: #00ccc0
}

.cabDepositsDynamic .depositDynamicCard.cardColor4 .sum {
    color: #1eba6e
}

.cabDepositsDynamic .depositDynamicCard.cardColor4 .progressItem .progressInner {
    background-color: #1eba6e
}

.paymentsWithdraw {
    padding: 56px 59px 72px;
    position: relative;
    background-color: #ebf3f3;
    background-image: url(../img/back-cab-lines.png);
    background-position: left top;
    background-repeat: repeat;
    border-radius: 25px;
    -webkit-box-shadow: 0 33px 43px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 33px 43px rgba(0, 0, 0, 0.05);
    box-shadow: 0 33px 43px rgba(0, 0, 0, 0.05)
}

.paymentsWithdraw:before {
    content: "";
    display: block;
    position: absolute;
    width: 332px;
    height: 650px;
    right: 0;
    bottom: 0;
    background-image: url(../img/back-cab-line-color.png);
    background-size: auto;
    background-position: right bottom;
    background-repeat: no-repeat
}

.paymentTable {
    width: 100%
}

.paymentTable:after {
    content: "";
    display: block;
    clear: both
}

.paymentTable .paymentTableLine {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-image: url(../img/border-dot-color-1.png);
    background-size: auto;
    background-position: left bottom;
    background-repeat: repeat-x
}

.paymentTable .paymentTableLine:last-child {
    background-image: none
}

.paymentTable .paymentTableItem {
    padding-top: 12px;
    padding-bottom: 12px
}

.paymentTable .paymentTableItem:nth-child(2) {
    width: 25.1428571429%
}

.paymentTable .paymentTableItem:nth-child(3) {
    width: 20.3428571429%
}

.paymentTable .paymentTableItem:nth-child(4) {
    width: 16%
}

.paymentTable .paymentTableItem:last-child {
    width: 102px;
    margin-left: auto
}

.paymentTable .paymentTableColumn {
    float: left;
    width: calc(50% - 41px)
}

.paymentTable .paymentTableColumn:nth-child(2n) {
    margin-left: 82px
}

.paymentTable .paymentTableColumn .paymentTableItem:nth-child(2) {
    width: auto;
    max-width: calc(100% - 154px)
}

.paymentTable .payIcon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 42px;
    height: 42px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #ebf3f3;
    margin-right: 10px
}

.paymentTable .pre {
    display: block;
    font-family: "Stolzl Book";
    font-size: 11px;
    line-height: 18px;
    color: #708384;
    letter-spacing: .05em
}

.paymentTable .sum {
    display: block;
    font-size: 17px;
    line-height: 25px;
    color: #25989e;
    font-weight: 500
}

.paymentTable .minMax {
    display: block;
    font-family: "Stolzl Book";
    font-size: 14px;
    line-height: 20px;
    color: #f5b800;
    letter-spacing: .2em
}

.paymentTable .comission {
    display: block;
    font-family: "Stolzl Book";
    font-size: 14px;
    line-height: 20px;
    color: #104559;
    letter-spacing: .2em
}

.paymentTable .term {
    display: block;
    font-family: "Stolzl Book";
    font-size: 12px;
    line-height: 20px;
    color: #104559;
    letter-spacing: .05em
}

.paymentTable input {
    display: none
}

.paymentTable input+label {
    display: block;
    cursor: pointer;
    position: relative
}

.paymentTable input+label:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    top: 0;
    left: 0
}

.paymentTable input+label:hover [class*=btnMain] {
    color: #fff
}

.paymentTable input+label:hover [class*=btnMain] .btnText:after {
    opacity: 0;
    -webkit-transition: opacity .3s .1s;
    -moz-transition: opacity .3s .1s;
    -o-transition: opacity .3s .1s;
    transition: opacity .3s .1s
}

.paymentTable input+label:hover [class*=btnMain] .btnText:before {
    opacity: 1;
    -webkit-transition: opacity .3s 0;
    -moz-transition: opacity .3s 0;
    -o-transition: opacity .3s 0;
    transition: opacity .3s 0
}

.paymentTable input:disabled+label:after {
    display: none
}

.paymentTable input:disabled+label [class*=btnMain] .btnText:after,
.paymentTable [class*=btnMain] .btnText.disabled:after  {
    background: #cce0e0
}

.paymentTable input:checked+label [class*=btnMain] {
    color: #fff
}

.paymentTable input:checked+label [class*=btnMain] .btnText:after {
    opacity: 0;
    -webkit-transition: opacity .3s .1s;
    -moz-transition: opacity .3s .1s;
    -o-transition: opacity .3s .1s;
    transition: opacity .3s .1s
}

.paymentTable input:checked+label [class*=btnMain] .btnText:before {
    opacity: 1;
    -webkit-transition: opacity .3s 0;
    -moz-transition: opacity .3s 0;
    -o-transition: opacity .3s 0;
    transition: opacity .3s 0
}

.paymentsWithdraw .paymentTable {
    padding: 42px 56px 50px 50px
}

.paymentsOpenDep .cabCaption {
    margin-bottom: 30px
}

.paymentsOpenDep .paymentTable {
    padding-left: 112px
}

.cabWithdrawals:before {
    height: 415px
}

.cabInputWrapper input,
.cabInputWrapper textarea {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    max-width: 100%;
    width: 100%;
    background-color: #fff;
    border: 0;
    font-family: "Stolzl";
    padding: 14px 20px;
    -webkit-box-shadow: 0 9px 11px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 9px 11px rgba(0, 0, 0, 0.11);
    box-shadow: 0 9px 11px rgba(0, 0, 0, 0.11);
    font-size: 14px;
    line-height: 20px;
    color: #104559;
    font-weight: 300;
    letter-spacing: .05em;
    -webkit-transition: background-color .4s;
    -moz-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s
}

.cabInputWrapper input {
    height: 48px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    border-radius: 24px
}

.cabInputWrapper textarea {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    border-radius: 16px
}

.cabInputWrapper .inputLabel {
    display: block;
    font-size: 12px;
    line-height: 20px;
    color: #104559;
    font-weight: 500;
    letter-spacing: .05em;
    text-transform: uppercase;
    margin-bottom: 12px
}

.cabStepSum {
    background-color: #ebf3f3;
    background-image: url(../img/back-cab-lines.png);
    background-position: left top;
    background-repeat: repeat;
    border-radius: 25px;
    -webkit-box-shadow: 0 33px 43px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 33px 43px rgba(0, 0, 0, 0.05);
    box-shadow: 0 33px 43px rgba(0, 0, 0, 0.05);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 60px 60px 72px;
    height: calc(100% - 135px)
}

.cabStepSum .cabMoveDataItem {
    margin-top: 23px
}

.cabStepSum .cabMoveDataItem .pre {
    display: block;
    font-size: 10px;
    line-height: 27px;
    color: #315868;
    letter-spacing: .1em;
    text-transform: uppercase
}

.cabStepSum .cabMoveDataItem .val {
    display: block;
    font-size: 14px;
    line-height: 27px;
    color: #009e9f;
    font-weight: 500;
    letter-spacing: .2em;
    text-transform: uppercase
}

.cabStepSum .cabMoveDataItem .cabPaymentMethods .cabPaymentMethod+.cabPaymentMethod {
    margin-top: 18px
}

.cabStepSum .cabMoveDataItem .cabPaymentMethods .cabPaymentMethod label {
    display: table;
    position: relative;
    padding-left: 36px;
    font-size: 12px;
    line-height: 24px;
    color: #104559;
    font-weight: 300;
    letter-spacing: .05em;
    cursor: pointer
}

.cabStepSum .cabMoveDataItem .cabPaymentMethods .cabPaymentMethod label:before,
.cabStepSum .cabMoveDataItem .cabPaymentMethods .cabPaymentMethod label:after {
    content: "";
    display: block;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.cabStepSum .cabMoveDataItem .cabPaymentMethods .cabPaymentMethod label:before {
    width: 24px;
    height: 24px;
    background-color: #fff;
    left: 0;
    top: 0;
    -webkit-box-shadow: 0 9px 11px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 9px 11px rgba(0, 0, 0, 0.11);
    box-shadow: 0 9px 11px rgba(0, 0, 0, 0.11);
    -webkit-transition: box-shadow .4s;
    -moz-transition: box-shadow .4s;
    -o-transition: box-shadow .4s;
    transition: box-shadow .4s
}

.cabStepSum .cabMoveDataItem .cabPaymentMethods .cabPaymentMethod label:after {
    width: 10px;
    height: 10px;
    background-color: #06515f;
    left: 7px;
    top: 7px;
    opacity: 0;
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s
}

.cabStepSum .cabMoveDataItem .cabPaymentMethods .cabPaymentMethod label:hover:before {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0)
}

.cabStepSum .cabMoveDataItem .cabPaymentMethods .cabPaymentMethod label:hover:after {
    opacity: .2
}

.cabStepSum .cabMoveDataItem .cabPaymentMethods .cabPaymentMethod input {
    display: none
}

.cabStepSum .cabMoveDataItem .cabPaymentMethods .cabPaymentMethod input:checked+label:after {
    opacity: 1
}

.cabStepSum .cabMoveDataItem+.cabMoveDataItem {
    margin-top: 27px
}

.cabStepSum .cabMoneyMoveData {
    padding-bottom: 56px
}

.cabStepSum .cabMoneyMoveResult {
    text-align: center;
    background-image: url(../img/border-dot-color-2.png);
    background-size: auto;
    background-position: left top;
    background-repeat: repeat-x;
    padding-top: 52px;
    padding-bottom: 47px
}

.cabStepSum .cabMoneyMoveResult .pre {
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #104559;
    font-weight: 300;
    letter-spacing: .2em;
    text-transform: uppercase
}

.cabStepSum .cabMoneyMoveResult .val {
    display: block;
    font-size: 30px;
    line-height: 40px;
    color: #008384;
    font-weight: 700;
    text-transform: uppercase
}

.cabStepSum .cabMoneyMoveResult .percent {
    display: block;
    font-size: 50px;
    line-height: 60px;
    color: #008384;
    font-weight: 700;
    text-transform: uppercase
}

.cabStepSum .cabMoneyMoveResult .addVal {
    display: block;
    font-size: 20px;
    line-height: 40px;
    color: #f5b800;
    font-weight: 700;
    text-transform: uppercase
}

.cabStepSum .btnMain {
    margin: auto auto 0
}

.cabOpenDep:before {
    height: 527px
}

.paymentsOpenDep {
    padding: 0 76px 19px 34px;
    position: relative
}

.paymentsOpenDep:before,
.paymentsOpenDep:after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 1161px;
    left: -31px
}

.paymentsOpenDep:before {
    height: calc(calc(100% + 32px) - -88px);
    background-image: url(../img/back-corner-white-top.png), url(../img/back-corner-white-top-2.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center bottom;
    top: -88px
}

.paymentsOpenDep:after {
    height: calc(calc(100% + 32px) - -88px - 235px);
    top: calc(-88px + 180px);
    background-image: url(../img/back-corner-white-top-3.png);
    background-size: auto;
    background-position: center top;
    background-repeat: repeat-y
}

@media (max-width: 1199px) {

    .paymentsOpenDep:before,
    .paymentsOpenDep:after {
        width: 981px
    }

    .paymentsOpenDep:before {
        background-image: url(../img/back-corner-white-top-1024.png), url(../img/back-corner-white-top-2-1024.png)
    }

    .paymentsOpenDep:after {
        background-image: url(../img/back-corner-white-top-3-1024.png)
    }
}

@media (max-width: 1023px) {

    .paymentsOpenDep:before,
    .paymentsOpenDep:after {
        width: 1049px;
        left: -25px
    }

    .paymentsOpenDep:before {
        background-image: url(../img/back-corner-white-top.png), url(../img/back-corner-white-top-2.png)
    }

    .paymentsOpenDep:after {
        background-image: url(../img/back-corner-white-top-3.png)
    }
}

.cabSettings:before {
    top: 794px
}

.cabSettings .cabCaption {
    margin-bottom: 64px
}

.cabSettings .formItem {
    padding: 20px 34px 0
}

.cabSettings .formContent {
    margin: -20px -34px 0
}

.cabSettings .settingsPersonal .settingsForm {
    padding: 53px 40px 55px;
    position: relative
}

.cabSettings .settingsPersonal .settingsForm:before,
.cabSettings .settingsPersonal .settingsForm:after {
    content: "";
    display: block;
    position: absolute;
    width: 1099px;
    left: 0;
    z-index: -1
}

.cabSettings .settingsPersonal .settingsForm:before {
    background-image: url(../img/grey-back-top.png), url(../img/grey-back-down-image.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center bottom;
    height: calc(100% + 25px);
    top: 0
}

.cabSettings .settingsPersonal .settingsForm:after {
    background-image: url(../img/back-cab-lines.png);
    background-repeat: repeat;
    background-position: left top;
    height: calc(calc(100% + 25px) - 25px - 224px);
    top: 25px
}

@media (max-width: 1199px) {

    .cabSettings .settingsPersonal .settingsForm:before,
    .cabSettings .settingsPersonal .settingsForm:after {
        content: "";
        display: block;
        position: absolute;
        width: 919px;
        left: 0;
        z-index: -1
    }

    .cabSettings .settingsPersonal .settingsForm:before {
        background-image: url(../img/grey-back-top-1024.png), url(../img/grey-back-down-image-1024.png)
    }

    .cabSettings .settingsPersonal .settingsForm:after {
        height: calc(calc(100% + 25px) - 24px - 172px);
        top: 24px
    }
}

@media (max-width: 1023px) {

    .cabSettings .settingsPersonal .settingsForm:before,
    .cabSettings .settingsPersonal .settingsForm:after {
        width: 1049px;
        left: -25px
    }

    .cabSettings .settingsPersonal .settingsForm:before {
        background-image: url(../img/grey-back-down.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        height: 152px;
        top: 100%;
        margin-top: 0
    }

    .cabSettings .settingsPersonal .settingsForm:after {
        height: 100%;
        top: 0
    }
}

.cabSettings .settingsPersonal .formContent {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cabSettings .settingsPersonal .formItem {
    width: 50%
}

.cabSettings .settingsPersonal .formItem:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.cabSettings .settingsPersonal .formItem:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}

.cabSettings .settingsPersonal .formItem:nth-child(5) {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.cabSettings .settingsPersonal .formItem:nth-child(6) {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}

.cabSettings .settingsPersonal [class*=btnMain] {
    margin-left: auto;
    margin-top: 59px
}

.cabSettings .settingsPassword .settingsForm {
    padding: 53px 32px 70px 30px;
    position: relative
}

.cabSettings .settingsPassword .settingsForm:before,
.cabSettings .settingsPassword .settingsForm:after {
    content: "";
    display: block;
    position: absolute;
    width: 516px;
    left: -31px;
    z-index: -1
}

.cabSettings .settingsPassword .settingsForm:before {
    background-image: url(../img/grey-back-mini-shadow-top.png), url(../img/grey-back-mini-shadow-down.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center bottom;
    height: calc(100% + 66px);
    top: 0
}

.cabSettings .settingsPassword .settingsForm:after {
    background-image: url(../img/back-cab-lines-mini-shadow.png);
    background-repeat: repeat;
    background-position: left top;
    height: calc(calc(100% + 66px) - 72px - 127px);
    top: 72px
}

@media (max-width: 1899px) {

    .cabSettings .settingsPassword .settingsForm:before,
    .cabSettings .settingsPassword .settingsForm:after {
        width: 1161px
    }

    .cabSettings .settingsPassword .settingsForm:before {
        background-image: url(../img/grey-back-top-shadow.png), url(../img/grey-back-down-shadow.png);
        height: calc(100% + 92px);
        top: 0
    }

    .cabSettings .settingsPassword .settingsForm:after {
        background-image: url(../img/back-cab-lines-shadow.png);
        height: calc(100% - 72px - 167px + 92px);
        top: 72px
    }
}

.cabSettings .settingsPassword [class*=btnMain] {
    margin: 45px auto 0
}

.cabSettings .settingsPayments .settingsForm {
    background-color: #ebf3f3;
    background-image: url(../img/back-cab-lines.png);
    background-position: left top;
    background-repeat: repeat;
    border-radius: 25px;
    -webkit-box-shadow: 0 33px 43px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 33px 43px rgba(0, 0, 0, 0.05);
    box-shadow: 0 33px 43px rgba(0, 0, 0, 0.05);
    padding: 40px 23px 72px
}

.cabSettings .settingsSecurity {
    position: relative;
    min-height: 400px
}

.cabSettings .settingsSecurity:before,
.cabSettings .settingsSecurity:after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 1161px;
    left: -31px
}

.cabSettings .settingsSecurity:before {
    height: calc(calc(100% + 32px) - -65px);
    background-image: url(../img/back-corner-white-top.png), url(../img/back-corner-white-top-2.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center bottom;
    top: -65px
}

.cabSettings .settingsSecurity:after {
    height: calc(calc(100% + 32px) - -65px - 235px);
    top: calc(-65px + 180px);
    background-image: url(../img/back-corner-white-top-3.png);
    background-size: auto;
    background-position: center top;
    background-repeat: repeat-y
}

@media (max-width: 1199px) {

    .cabSettings .settingsSecurity:before,
    .cabSettings .settingsSecurity:after {
        width: 981px
    }

    .cabSettings .settingsSecurity:before {
        background-image: url(../img/back-corner-white-top-1024.png), url(../img/back-corner-white-top-2-1024.png)
    }

    .cabSettings .settingsSecurity:after {
        background-image: url(../img/back-corner-white-top-3-1024.png)
    }
}

@media (max-width: 1023px) {

    .cabSettings .settingsSecurity:before,
    .cabSettings .settingsSecurity:after {
        width: 1049px;
        left: -25px
    }

    .cabSettings .settingsSecurity:before {
        background-image: url(../img/back-corner-white-top.png), url(../img/back-corner-white-top-2.png)
    }

    .cabSettings .settingsSecurity:after {
        background-image: url(../img/back-corner-white-top-3.png)
    }
}

.cabTickets:before {
    height: 420px
}

.cabTickets .cabCaption {
    margin-bottom: 64px
}

.cabChat {
    padding: 55px 59px 63px;
    background-color: #ebf3f3;
    background-image: url(../img/back-cab-lines.png);
    background-position: left top;
    background-repeat: repeat;
    border-radius: 25px;
    -webkit-box-shadow: 0 33px 43px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 33px 43px rgba(0, 0, 0, 0.05);
    box-shadow: 0 33px 43px rgba(0, 0, 0, 0.05)
}

.cabChat .messageItem {
    background-color: #fff;
    -webkit-box-shadow: 0 33px 43px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 33px 43px rgba(0, 0, 0, 0.05);
    box-shadow: 0 33px 43px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    padding: 16px 20px 25px 112px;
    position: relative
}

.cabChat .messageItem+.messageItem {
    margin-top: 30px
}

.cabChat .messageItem .date {
    display: block;
    position: relative;
    padding-left: 28px;
    font-family: "Stolzl Book";
    font-size: 12px;
    line-height: 20px;
    color: #104559;
    letter-spacing: .05em
}

.cabChat .messageItem .date:before {
    content: "\e933";
    display: block;
    position: absolute;
    font-family: icomoon;
    font-size: 18px;
    line-height: 18px;
    color: inherit;
    letter-spacing: 0;
    left: 0;
    top: 1px
}

.cabChat .messageItem .userName {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #009fa0;
    font-weight: 500;
    letter-spacing: .05em;
    margin-top: 10px
}

.cabChat .messageItem .textWrapper {
    font-family: "Stolzl Book";
    font-size: 12px;
    line-height: 20px;
    color: #708384;
    letter-spacing: .05em
}

.cabChat .messageItem .textWrapper p+p {
    margin-top: 20px
}

.cabChat .messageItem .userAvator {
    position: absolute;
    width: 58px;
    height: 58px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    left: 32px;
    top: 24px
}

.cabChat .messageItem.answer {
    background-color: #ebf3f3
}

.cabChat .messageItem.answer:before {
    content: "";
    display: block;
    position: absolute;
    width: 46px;
    height: 21px;
    background-image: url(../img/answer-corner.png);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    bottom: 100%;
    left: 38px
}

.cabChat .cabPagination {
    margin-left: -59px;
    margin-right: -59px
}

.cabChatForm {
    padding: 60px 45px 138px 62px;
    position: relative
}

.cabChatForm:before,
.cabChatForm:after {
    content: "";
    display: block;
    position: absolute;
    width: 516px;
    left: -31px;
    z-index: -1
}

.cabChatForm:before {
    background-image: url(../img/grey-back-mini-shadow-top.png), url(../img/grey-back-mini-shadow-down.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center bottom;
    height: 100%;
    top: 0
}

.cabChatForm:after {
    background-image: url(../img/back-cab-lines-mini-shadow.png);
    background-repeat: repeat;
    background-position: left top;
    height: calc(100% - 72px - 127px);
    top: 72px
}

@media (max-width: 1899px) {

    .cabChatForm:before,
    .cabChatForm:after {
        width: 1161px
    }

    .cabChatForm:before {
        background-image: url(../img/grey-back-top-shadow.png), url(../img/grey-back-down-shadow.png);
        height: calc(100% + 92px);
        top: 0
    }

    .cabChatForm:after {
        background-image: url(../img/back-cab-lines-shadow.png);
        height: calc(100% - 72px - 167px + 92px);
        top: 72px
    }
}

.cabChatForm .formItem+.formItem {
    margin-top: 30px
}

.cabChatForm textarea {
    height: 236px
}

.cabChatForm [class*=btnMain] {
    margin: 54px auto 0
}

.cabPagination {
    margin-top: 58px
}

.cabPagination ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 -9px
}

.cabPagination .num {
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    background-color: #cee4e4;
    font-size: 16px;
    line-height: 41px;
    color: #104559;
    letter-spacing: .025em;
    text-align: center;
    -webkit-transition: color 0.4s, background-color .4s;
    -moz-transition: color 0.4s, background-color .4s;
    -o-transition: color 0.4s, background-color .4s;
    transition: color 0.4s, background-color .4s
}

.cabPagination .icon {
    display: block;
    position: relative;
    text-align: center;
    background-color: #ffc000;
    width: 42px;
    z-index: 1;
    font-size: 12px;
    line-height: 42px;
    color: #110e1e;
    -webkit-transition: background-color .4s;
    -moz-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s
}

.cabPagination li {
    padding: 0 9px
}

.cabPagination li.prev {
    margin-right: auto
}

.cabPagination li.prev .icon {
    -webkit-border-top-right-radius: 22px;
    -moz-border-radius-topright: 22px;
    -ms-border-top-right-radius: 22px;
    border-top-right-radius: 22px;
    -webkit-border-bottom-right-radius: 22px;
    -moz-border-radius-bottomright: 22px;
    -ms-border-bottom-right-radius: 22px;
    border-bottom-right-radius: 22px;
    padding-right: 5px
}

.cabPagination li.next {
    margin-left: auto
}

.cabPagination li.next .icon {
    -webkit-border-top-left-radius: 22px;
    -moz-border-radius-topleft: 22px;
    -ms-border-top-left-radius: 22px;
    border-top-left-radius: 22px;
    -webkit-border-bottom-left-radius: 22px;
    -moz-border-radius-bottomleft: 22px;
    -ms-border-bottom-left-radius: 22px;
    border-bottom-left-radius: 22px;
    padding-left: 5px
}

.cabPagination a {
    display: block
}

.cabPagination a.active .num,
.cabPagination a:hover .num {
    background-color: #008384;
    color: #fff
}

.cabPagination a.active:hover .icon,
.cabPagination a:hover:hover .icon {
    background-color: #07293a;
    color: #fff
}

.cabMaterials:before {
    height: 388px
}

.cabPromo {
    padding: 27px 52px 110px;
    position: relative
}

.cabPromo:before,
.cabPromo:after {
    content: "";
    display: block;
    position: absolute;
    width: 1161px;
    left: -31px;
    z-index: -1
}

.cabPromo:before {
    background-image: url(../img/grey-back-top-shadow.png), url(../img/grey-back-down-shadow.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center bottom;
    height: calc(100% + 92px);
    top: 0
}

.cabPromo:after {
    background-image: url(../img/back-cab-lines-shadow.png);
    background-repeat: repeat;
    background-position: left top;
    height: calc(100% - 72px - 167px + 92px);
    top: 72px
}

.cabPromo .linkLine {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 49px
}

.cabPromo .linkLine .cabInputWrapper {
    width: 100%
}

.cabPromo .linkLine [class*=btnMain] {
    margin-left: 30px;
    min-width: 160px
}

.cabPromo .promoContent {
    padding: 30px 3px 20px
}

.cabFilter {
    position: relative;
    padding: 41px 21px 139px 40px
}

.cabFilter:before,
.cabFilter:after {
    content: "";
    display: block;
    position: absolute;
    width: 516px;
    left: -31px;
    z-index: -1
}

.cabFilter:before {
    background-image: url(../img/grey-back-mini-shadow-top.png), url(../img/grey-back-mini-shadow-down.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center bottom;
    height: 100%;
    top: 0
}

.cabFilter:after {
    background-image: url(../img/back-cab-lines-mini-shadow.png);
    background-repeat: repeat;
    background-position: left top;
    height: calc(100% - 72px - 127px);
    top: 72px
}

@media (max-width: 1899px) {

    .cabFilter:before,
    .cabFilter:after {
        width: 1161px
    }

    .cabFilter:before {
        background-image: url(../img/grey-back-top-shadow.png), url(../img/grey-back-down-shadow.png);
        height: calc(100% + 92px);
        top: 0
    }

    .cabFilter:after {
        background-image: url(../img/back-cab-lines-shadow.png);
        height: calc(100% - 72px - 167px + 92px);
        top: 72px
    }
}

.cabFilter .formItem+.formItem {
    margin-top: 30px
}

.cabFilter .formItem.dateItem {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.cabFilter .formItem.dateItem .cabInputWrapper {
    width: calc((100% - 24px) / 3)
}

.cabFilter [class*=btnMain] {
    margin: 45px auto 0
}

.cabPromoReferal {
    position: relative;
    padding: 61px 44px 184px 64px
}

.cabPromoReferal:before,
.cabPromoReferal:after {
    content: "";
    display: block;
    position: absolute;
    width: 516px;
    left: -31px;
    z-index: -1
}

.cabPromoReferal:before {
    background-image: url(../img/grey-back-mini-shadow-top.png), url(../img/grey-back-mini-shadow-down.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center bottom;
    height: 100%;
    top: 0
}

.cabPromoReferal:after {
    background-image: url(../img/back-cab-lines-mini-shadow.png);
    background-repeat: repeat;
    background-position: left top;
    height: calc(100% - 72px - 127px);
    top: 72px
}

@media (max-width: 1899px) {

    .cabPromoReferal:before,
    .cabPromoReferal:after {
        width: 1161px
    }

    .cabPromoReferal:before {
        background-image: url(../img/grey-back-top-shadow.png), url(../img/grey-back-down-shadow.png);
        height: calc(100% + 92px);
        top: 0
    }

    .cabPromoReferal:after {
        background-image: url(../img/back-cab-lines-shadow.png);
        height: calc(100% - 72px - 167px + 92px);
        top: 72px
    }
}

.cabPromoReferal [class*=btnMain] {
    margin: 40px auto 0;
    width: 100%
}

.copyRefWrapper {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.copyRefWrapper .copyMessage {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    line-height: 16px;
    padding: 5px;
    background-color: #ebf3f3;
    color: #104559;
    text-align: center;
    display: none;
    border-radius: 5px
}

.cabOperations:before {
    height: 379px
}

.cabOperationsTableWrapper {
    background-color: #ebf3f3;
    background-image: url(../img/back-cab-lines.png);
    background-position: left top;
    background-repeat: repeat;
    border-radius: 25px;
    -webkit-box-shadow: 0 33px 43px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 33px 43px rgba(0, 0, 0, 0.05);
    box-shadow: 0 33px 43px rgba(0, 0, 0, 0.05);
    padding: 60px
}

.cabOperationsTableWrapper .cabPagination {
    margin-left: -60px;
    margin-right: -60px
}

.cabOperationsTable {
    display: table;
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 24px 48px 35px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px
}

.cabOperationsTable .pre {
    display: block;
    font-family: "Stolzl Book";
    font-size: 11px;
    line-height: 20px;
    color: #708384;
    letter-spacing: .05em
}

.cabOperationsTable .val {
    display: block;
    float: left;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 20px;
    color: #104559
}

.cabOperationsTable .num {
    font-weight: 500
}

.cabOperationsTable .date,
.cabOperationsTable .accNum {
    font-family: "Stolzl Book";
    font-size: 10px;
    letter-spacing: .05em
}

.cabOperationsTable .type {
    font-weight: 500;
    color: #25989e;
    text-transform: uppercase
}

.cabOperationsTable .sum {
    font-weight: 500;
    color: #f5b800;
    text-transform: uppercase
}

.cabOperationsTable .comission {
    font-family: "Stolzl Book"
}

.cabOperationsTable .status {
    font-family: "Stolzl Book";
    font-size: 12px;
    text-transform: uppercase
}

.cabOperationsTable .message {
    position: relative;
    overflow: visible
}

.cabOperationsTable .message .messageText {
    position: absolute;
    background-color: #fff;
    border: 1px solid #cddae6;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.01);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.01);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.01);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    font-family: "Stolzl Book";
    font-size: 10px;
    line-height: 15px;
    color: #708384;
    letter-spacing: .05em;
    width: 240px;
    bottom: calc(100% + 8px);
    left: calc(100% - 22px);
    white-space: normal;
    padding: 4px 13px 6px;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s
}

.cabOperationsTable .message .messageText:before {
    content: "";
    display: block;
    position: absolute;
    left: 22px;
    top: 100%;
    margin-top: -1px;
    background-image: url(../img/corner-message.png);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    width: 17px;
    height: 18px
}

.cabOperationsTable .message .btnMessage {
    display: table;
    position: relative;
    height: 20px;
    font-weight: 700;
    color: #25989e;
    letter-spacing: .05em;
    cursor: pointer;
    overflow: hidden
}

.cabOperationsTable .message .btnMessage:before {
    content: "...";
    display: block;
    font-size: 25px;
    line-height: 20px;
    margin-top: -7px
}

.cabOperationsTable .message:hover .messageText {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.cabOperationsTable .success .status {
    color: #40cb7c
}

.cabOperationsTable .canceled .status {
    color: #e50000
}

.cabOperationsTable .waiting .status {
    color: #ff9e06
}

.cabOperationsTable .tableLine {
    display: table-row
}

.cabOperationsTable .tableLine+.tableLine .tableItem:first-child:before {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: calc(100% - 96px);
    background-image: url(../img/border-dot-color-1.png);
    background-size: auto;
    background-position: left bottom;
    background-repeat: repeat-x;
    margin-top: -14px
}

.cabOperationsTable .tableItem {
    display: table-cell;
    vertical-align: middle;
    padding: 14px 5px
}

.cabOperationsTable .tableItem:last-child {
    width: 1%
}

.cabPartnersDynamic {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.cabPartnersDynamic .cabPartnersInfoCards {
    width: calc(50% - 66px)
}

.cabPartnersDynamic .cabPartnersInfoCards .cabInfoCard+.cabInfoCard {
    margin-top: 40px
}

.cabPartnersDynamic .cabPartnersBonus {
    width: calc(50% + 14px);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.cabPartnersDynamic .cabBonusCard {
    text-align: center;
    width: calc(50% - 23px);
    padding: 60px 10px 32px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px
}

.cabPartnersDynamic .cabBonusCard .pre {
    display: block;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: .025em;
    text-transform: uppercase
}

.cabPartnersDynamic .cabBonusCard.bonusStructure {
    background-color: #ffd33a
}

.cabPartnersDynamic .cabBonusCard.bonusStructure .pre {
    color: #104559
}

.cabPartners:before {
    top: 484px
}

.cabInputWrapper.dark input {
    background-color: #ebf3f3;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.cabInputWrapper.dark .selectric {
    background-color: #ebf3f3
}

.cabInputWrapper.payInput {
    position: relative
}

.cabInputWrapper.payInput input {
    padding-left: 64px
}

.cabInputWrapper.payInput .payIconCircle {
    position: absolute;
    left: 3px;
    top: 50%;
    margin-top: -21px
}

.checkBtn {
    position: relative;
    min-height: 25px;
    display: flex;
    align-items: center
}

.checkBtn input {
    position: absolute;
    appearance: none;
    opacity: 0
}

.checkBtn input:checked+label::after {
    opacity: 1
}

.checkBtn label {
    display: inline-block;
    padding-left: 37px;
    font-size: 12px;
    line-height: 20px;
    color: #708384;
    font-weight: 400;
    letter-spacing: .05em;
    cursor: pointer
}

.checkBtn label::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    background-color: #ebf3f3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px
}

.checkBtn label::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    background-image: url(../img/check.svg);
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.checkBtn label:hover::after {
    opacity: .5
}

.checkList li+li {
    margin-top: 15px
}

.settingsSecurity {
    padding: 24px 40px 58px
}

.settingsSecurity .settingsForm {
    margin-top: 87px
}

.settingsSecurity .col {
    padding: 20px 34px 0;
    width: 50%
}

.settingsSecurity .item+.item {
    margin-top: 24px
}

.settingsSecurity .formContent {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.settingsSecurity .formItem {
    padding: 0
}

.settingsSecurity .formItem+.formItem {
    margin-top: 35px
}

.settingsSecurity .cap {
    display: block;
    font-size: 20px;
    line-height: 1;
    color: #118f93;
    font-weight: 500;
    letter-spacing: .05em;
    text-transform: uppercase
}

.settingsSecurity .cap+.formItem {
    margin-top: 28px
}

.settingsSecurity .cap+.authSettings {
    margin-top: 42px
}

.settingsSecurity .cabInputWrapper+.checkBtn {
    margin-top: 24px
}

.settingsSecurity .cabInputWrapper+.checkList {
    margin-top: 20px
}

.settingsSecurity .btnMain {
    margin-top: 77px;
    margin-left: auto
}

.settingsSecurity .cabMessage {
    margin-top: 22px
}

.authSettings .info {
    display: block;
    font-size: 12px;
    line-height: 1;
    color: #104559;
    font-weight: 500;
    letter-spacing: .05em;
    text-transform: uppercase
}

.authSettings .key {
    display: block;
    margin-top: 22px;
    font-size: 20px;
    line-height: 1;
    color: #104559;
    font-weight: 500;
    letter-spacing: .05em;
    text-transform: uppercase
}

.authSettings .qrBlock {
    margin-top: 93px;
    width: 147px;
    height: 145px;
    -webkit-box-shadow: 7px 7px 45px #001a4f07;
    -moz-box-shadow: 7px 7px 45px #001a4f07;
    box-shadow: 7px 7px 45px #001a4f07
}

.authSettings .qrBlock img {
    display: block
}

.authSettings .qrBlock+.formItem {
    margin-top: 47px
}

.cabMessage {
    display: flex;
    align-items: center;
    height: 48px;
    font-size: 13px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: .05em;
    text-transform: uppercase;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    -ms-border-radius: 48px;
    border-radius: 48px;
    border-width: 1px;
    border-style: solid;
    padding: 5px 20px
}

.cabMessage .text {
    padding-bottom: 3px
}

.cabMessage .text span {
    font-weight: 500
}

.cabMessage .icon {
    width: 40px;
    flex-shrink: 0
}

.cabMessage .icon img {
    display: block
}

.cabMessage.success {
    color: #40cb7c;
    background-color: #edfcf5;
    border-color: #00cf58
}

.cabMessage.warning {
    color: #ff9e06;
    background-color: #fff5e6;
    border-color: #ff9e06
}

.cabMessage.info {
    color: #20abd3;
    background-color: #f2fcff;
    border-color: #20abd3
}

.cabMessage.error {
    color: #e50000;
    background-color: #ffeded;
    border-color: #e50000;
    width: 100%;
    margin-bottom: 20px;
}

.settingsPayments {
    position: relative;
    padding-top: 5px
}

.settingsPayments .btnMain {
    position: absolute;
    bottom: -16px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.cabPartners .cabColumns+.cabColumns {
    margin-top: -88px
}

.cabPartnersDynamic {
    padding-top: 13px;
    align-items: center
}

.cabBonusCard {
    padding-left: 25px !important;
    padding-right: 25px !important
}

.cabBonusCard .cardTitle {
    display: block;
    margin-top: 26px;
    font-size: 20px;
    line-height: 30px;
    color: #104559;
    font-weight: 700;
    letter-spacing: .025em;
    text-transform: uppercase
}

.cabBonusCard .sum {
    display: block;
    margin-top: 30px;
    font-size: 15px;
    line-height: 47px;
    color: #40b1b2;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    background-color: #fff;
    -webkit-border-radius: 47px;
    -moz-border-radius: 47px;
    -ms-border-radius: 47px;
    border-radius: 47px
}

.cabBonusCard .pctProgress {
    margin-top: 28px
}

.cabBonusCard .progressChart {
    font-family: "Stolzl" !important;
    font-size: 16px !important;
    line-height: 30px !important;
    font-weight: 700 !important;
    letter-spacing: .025em !important
}

.cabBonusCard.deposit {
    background-color: #1f8086
}

.cabBonusCard.deposit .pre,
.cabBonusCard.deposit .cardTitle {
    color: #fff
}

.referrerInfo .cap {
    display: block;
    margin-bottom: 14px;
    font-size: 15px;
    line-height: 15px;
    color: #104559;
    font-weight: 500;
    letter-spacing: .05em;
    text-transform: uppercase
}

.referrerInfo .data {
    font-size: 14px;
    line-height: 27px;
    color: #104559;
    letter-spacing: .024em
}

.referrerInfo .data .name {
    color: #f1b500
}

.referrerInfo .data a {
    font-size: 12px;
    line-height: 25px;
    color: #009fa0;
    text-decoration: underline;
    text-decoration-color: #009fa0;
    -webkit-transition: text-decoration-color .3s;
    -moz-transition: text-decoration-color .3s;
    -o-transition: text-decoration-color .3s;
    transition: text-decoration-color .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: inline-block;
    vertical-align: top
}

.referrerInfo .data a:hover {
    text-decoration-color: transparent
}

.referrerInfo .data .date span {
    font-size: 11px
}

.cabPartnersTable {
    position: relative;
    min-height: 400px;
    padding: 30px 50px 35px
}

.cabPartnersTable:before,
.cabPartnersTable:after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 1161px;
    left: -31px
}

.cabPartnersTable:before {
    height: calc(calc(100% + 32px) - -88px);
    background-image: url(../img/back-corner-white-top.png), url(../img/back-corner-white-top-2.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center bottom;
    top: -88px
}

.cabPartnersTable:after {
    height: calc(calc(100% + 32px) - -88px - 235px);
    top: calc(-88px + 180px);
    background-image: url(../img/back-corner-white-top-3.png);
    background-size: auto;
    background-position: center top;
    background-repeat: repeat-y
}

@media (max-width: 1199px) {

    .cabPartnersTable:before,
    .cabPartnersTable:after {
        width: 981px
    }

    .cabPartnersTable:before {
        background-image: url(../img/back-corner-white-top-1024.png), url(../img/back-corner-white-top-2-1024.png)
    }

    .cabPartnersTable:after {
        background-image: url(../img/back-corner-white-top-3-1024.png)
    }
}

@media (max-width: 1023px) {
    .cabOperationsTable .tableLine+.tableLine .tableItem:first-child::before {
        width: calc(100% - 54px);
    }

    .cabPartnersTable:before,
    .cabPartnersTable:after {
        width: 1049px;
        left: -25px
    }

    .cabPartnersTable:before {
        background-image: url(../img/back-corner-white-top.png), url(../img/back-corner-white-top-2.png)
    }

    .cabPartnersTable:after {
        background-image: url(../img/back-corner-white-top-3.png)
    }
}

.cabPartnersTable::before {
    background-image: url(../img/back-corner-white-top-type-2.png), url(../img/back-corner-white-top-2.png)
}

/* .partnersList .partnerItem .slideContent {
    padding-bottom: 10px;
    background-image: url(../img/border-dot-color-2.png);
    background-size: auto;
    background-position: left bottom;
    background-repeat: repeat-x
} */

.partnerItem .head {
    padding-top: 12px;
    display: flex;
    cursor: pointer
}

.partnerItem .icon {
    position: relative;
    margin-right: 17px;
    width: 19px;
    height: 19px;
    flex-shrink: 0;
    align-self: center
}

.partnerItem .icon img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.partnerItem .icon .show {
    opacity: 1
}

.partnerItem .icon .hide {
    opacity: 0
}

.partnerItem .name {
    width: 130px
}

.partnerItem .name .data {
    font-weight: 500;
    color: #104559;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.partnerItem .date {
    width: 143px
}

.partnerItem .date .data {
    font-size: 10px;
    color: #104559
}

.partnerItem .item {
    padding-right: 5px
}

.partnerItem .item:last-child {
    padding-right: 0
}

.partnerItem .rang {
    width: 75px
}

.partnerItem .rang .data {
    font-weight: 500;
    color: #104559
}

.partnerItem .sum {
    width: 145px
}

.partnerItem .sum .data {
    font-weight: 500;
    color: #f5b800
}

.partnerItem .ref {
    width: 143px
}

.partnerItem .ref .data {
    font-weight: 500;
    color: #40b1b2
}

/* .partnerItem .active .data {
    font-weight: 500;
    color: #104559
} */

.partnerItem .param {
    display: block;
    font-size: 11px;
    line-height: 1;
    color: #708384;
    letter-spacing: .05em
}

.partnerItem .data {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis
}

.partnerItem .mail {
    width: 177px
}

.partnerItem .mail a {
    font-size: 10px;
    color: #009fa0;
    text-decoration: underline;
    text-decoration-color: #009fa0;
    letter-spacing: .05em;
    -webkit-transition: text-decoration-color .3s;
    -moz-transition: text-decoration-color .3s;
    -o-transition: text-decoration-color .3s;
    transition: text-decoration-color .3s
}

.partnerItem .mail a:hover {
    text-decoration-color: transparent
}

.partnerItem .content {
    display: none
}

.partnerItem .content .wrapper {
    padding-left: 33px;
    padding-top: 11px;
    padding-bottom: 11px
}

.partnerItem .content .in {
    min-height: 36px;
    font-size: 11px;
    line-height: 15px;
    color: #708384;
    letter-spacing: .05em;
    background-color: #d6e4e7;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    -ms-border-radius: 36px;
    border-radius: 36px;
    padding: 10px 21px
}

.partnerItem .content .in span {
    font-size: 14px;
    color: #104559
}

.partnerItem .head.active+.content {
    display: block
}

.partnerItem .head.active .icon .show {
    opacity: 0
}

.partnerItem .head.active .icon .hide {
    opacity: 1
}

.partnerItem .head.active .name .data {
    color: #f4bc24
}

.cabChatForm .btnMain {
    margin-top: 39px;
    width: 100%
}

.cabChatForm .referrerInfo {
    margin-top: 37px
}

.cabPartnersSection .cabCaption {
    margin-bottom: 131px
}

.cabProgramSection {
    padding-top: 112px
}

.cabProgramSection .cabCaption {
    margin-bottom: 35px
}

.cabProgramBlock {
    position: relative;
    z-index: 1;
    position: relative;
    padding: 78px 45px 50px
}

.cabProgramBlock:before,
.cabProgramBlock:after {
    content: "";
    display: block;
    position: absolute;
    width: 516px;
    left: -31px;
    z-index: -1
}

.cabProgramBlock:before {
    background-image: url(../img/back-corner-white-mini-top.png), url(../img/back-corner-white-mini-top-3.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center bottom;
    height: calc(100% + 56px);
    top: 0
}

.cabProgramBlock:after {
    background-image: url(../img/back-corner-white-mini-top-2.png);
    background-repeat: repeat;
    background-position: left top;
    height: calc(100% + 56px - 64px - 88px);
    top: 64px
}

@media (max-width: 1899px) {
    .cabProgramBlock:before {
        width: 100%;
        height: 100%;
        background-image: none;
        top: 0;
        border-radius: 25px;
        -webkit-box-shadow: 0 33px 43px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0 33px 43px rgba(0, 0, 0, 0.05);
        box-shadow: 0 33px 43px rgba(0, 0, 0, 0.05);
        background-color: #fff;
        left: 0
    }

    .cabProgramBlock:after {
        display: none
    }
}

.programTable .tRow {
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    opacity: .35;
    background-image: url(../img/border-dot-color-2.png);
    background-size: auto;
    background-position: left bottom;
    background-repeat: repeat-x
}

.programTable .tRow.active {
    opacity: 1
}

.programTable .tRow:last-child {
    background-image: none
}

.programTable .cap {
    display: block;
    font-size: 11px;
    line-height: 17px;
    color: #708384;
    letter-spacing: .05em;
    text-transform: uppercase
}

.programTable .cap span {
    font-weight: 500;
    color: #104559
}

.programTable .level .sum {
    display: block;
    font-size: 13px;
    line-height: 17px;
    color: #f5b800;
    font-weight: 500;
    letter-spacing: .05em
}

.programTable .profit .sum {
    display: block;
    font-size: 13px;
    line-height: 17px;
    color: #008384;
    font-weight: 500;
    letter-spacing: .05em
}

@media (min-width: 1920px) {
    .cabHeader:before {
        left: auto;
        margin-left: 0;
        right: 0
    }
}

@media (min-width: 1024px) {
    .cabHeader .cabMenuWrapper {
        display: block !important
    }
}

@media (max-width: 1899px) {
    .cabContent.cabWithdrawals::before {
        top: auto;
        bottom: -650px;
    }

    .cabContent.cabOpenDep::before {
        top: auto;
        bottom: -570px;
    }

    .cabHeader .siteClock {
        left: 795px;
        top: auto;
        bottom: 42px;
        margin-left: -135px
    }

    .cabHeader .accSupport {
        position: absolute;
        top: 65px;
        left: 795px;
        max-width: 440px
    }

    .cabHeader .topHeadLine {
        margin-left: 21px;
        margin-right: auto
    }

    .cabHeader .langMenu {
        margin-top: 35px
    }

    .cabHeader .cabHeadLinks {
        margin-top: 35px
    }

    .cabBulletApps {
        top: -7px;
        width: 533px;
        padding: 0 20px 52px 35px
    }

    .cabBulletApps:before {
        right: -202px
    }

    .cabContent {
        margin-top: -64px;
        padding-bottom: 82px
    }

    .cabContent .cabColumns {
        display: block
    }

    .cabContent.cabOperations .cabColumns {
        display: flex;
        flex-wrap: wrap;
    }

    .cabContent.cabOperations .cabColumns .cabColumn:nth-child(2n+1) {
        order: 2;
        margin-top: 15px;
    }

    .cabContent.cabOperations .cabColumns .cabColumn:nth-child(2n) {
        order: 1;
    }

    .cabContent .cabColumns .cabColumn:nth-child(2n) {
        width: 1099px;
        margin-top: 53px
    }

    .cabContent.cabPartners {
        margin-top: 0
    }

    .cabContent.cabPartners:before,
    .cabContent.cabPartners:after {
        content: "";
        display: block;
        position: absolute;
        width: 1920px;
        left: -78px;
        z-index: -1
    }

    .cabContent.cabPartners:before {
        height: 1524px;
        top: 753px;
        background-image: url(../img/cab-back-down.png);
        background-size: 1920px auto;
        background-position: center top;
        background-repeat: no-repeat;
        bottom: 0
    }

    .cabContent.cabPartners:after {
        top: calc(753px + 1524px);
        height: calc(100% - 753px - 1524px);
        background-image: url(../img/back-cab-lines.png);
        z-index: -2;
        background-size: 4px auto;
        background-position: left top;
        background-repeat: repeat
    }
}

@media (max-width: 1899px) and (max-width: 1023px) {

    .cabContent.cabPartners:before,
    .cabContent.cabPartners:after {
        display: none
    }
}

@media (max-width: 1899px) {
    .cabPersonalStatistic .statisticTable {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 48px
    }

    .cabPersonalStatistic .statisticTable .tableLine {
        width: calc((100% - 100px) / 3);
        margin-right: 50px
    }

    .cabPersonalStatistic .statisticTable .tableLine:nth-child(3n) {
        margin-right: 0
    }

    .cabPersonalStatistic .statisticTable .tableLine:last-child {
        background-image: url(../img/border-dot-color-1.png)
    }

    .cabPersonalStatistic .accordionItem {
        padding-bottom: 0
    }

    .cabPersonalStatistic .cabPersonalStatisticWrapper {
        min-height: 0;
        padding-bottom: 26px
    }
}

@media (max-width: 1899px) {
    .cabDepositsDynamic {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: -30px
    }

    .cabDepositsDynamic .depositDynamicCard {
        width: calc((100% - 52px) / 2);
        margin-top: 40px
    }

    .cabDepositsDynamic .depositDynamicCard+.depositDynamicCard {
        margin-top: 40px
    }

    .cabDepositsDynamic .depositDynamicCard:nth-child(2n+1) {
        margin-right: 52px
    }
}

@media (max-width: 1899px) {
    .cabLastOperations {
        padding-bottom: 53px
    }
}

@media (max-width: 1899px) {
    .cabSettings .cabColumns .cabColumn:nth-child(2n) {
        margin-top: 0
    }

    .cabSettings .settingsPayments {
        margin-top: 64px
    }

    .cabSettings .settingsPayments input {
        background-color: #ebf3f3
    }

    .cabSettings .settingsPayments .payIconCircle {
        background-color: #fff
    }

    .cabSettings .settingsPayments .settingsForm {
        background-image: none;
        padding: 53px 40px 58px;
        position: relative;
        z-index: 1;
        background-color: transparent;
        -webkit-box-shadow: 0 0 0 transparent;
        -moz-box-shadow: 0 0 0 transparent;
        box-shadow: 0 0 0 transparent
    }

    .cabSettings .settingsPayments .settingsForm:before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #fff;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        border-radius: 25px;
        -webkit-box-shadow: 0 33px 43px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0 33px 43px rgba(0, 0, 0, 0.05);
        box-shadow: 0 33px 43px rgba(0, 0, 0, 0.05)
    }

    .cabSettings .settingsPayments .formContent {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .cabSettings .settingsPayments .formItem {
        width: 50%
    }

    .cabSettings .settingsPassword {
        position: relative;
        padding: 24px 40px 58px
    }

    .cabSettings .settingsPassword:before,
    .cabSettings .settingsPassword:after {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        width: 1161px;
        left: -31px
    }

    .cabSettings .settingsPassword:before {
        height: calc(calc(100% + 32px) - -65px);
        background-image: url(../img/back-corner-white-top.png), url(../img/back-corner-white-top-2.png);
        background-repeat: no-repeat, no-repeat;
        background-position: center top, center bottom;
        top: -65px
    }

    .cabSettings .settingsPassword:after {
        height: calc(calc(100% + 32px) - -65px - 235px);
        top: calc(-65px + 180px);
        background-image: url(../img/back-corner-white-top-3.png);
        background-size: auto;
        background-position: center top;
        background-repeat: repeat-y
    }
}

@media (max-width: 1899px) and (max-width: 1199px) {

    .cabSettings .settingsPassword:before,
    .cabSettings .settingsPassword:after {
        width: 981px
    }

    .cabSettings .settingsPassword:before {
        background-image: url(../img/back-corner-white-top-1024.png), url(../img/back-corner-white-top-2-1024.png)
    }

    .cabSettings .settingsPassword:after {
        background-image: url(../img/back-corner-white-top-3-1024.png)
    }
}

@media (max-width: 1899px) and (max-width: 1023px) {

    .cabSettings .settingsPassword:before,
    .cabSettings .settingsPassword:after {
        width: 1049px;
        left: -25px
    }

    .cabSettings .settingsPassword:before {
        background-image: url(../img/back-corner-white-top.png), url(../img/back-corner-white-top-2.png)
    }

    .cabSettings .settingsPassword:after {
        background-image: url(../img/back-corner-white-top-3.png)
    }
}

@media (max-width: 1899px) {
    .cabSettings .settingsPassword .settingsForm {
        padding: 0
    }

    .cabSettings .settingsPassword .settingsForm:before,
    .cabSettings .settingsPassword .settingsForm:after {
        display: none
    }
}

@media (max-width: 1899px) {
    .cabSettings .settingsPassword .formContent {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width: 1899px) {
    .cabSettings .settingsPassword .formItem {
        width: 50%
    }
}

@media (max-width: 1899px) {
    .cabSettings .settingsPassword input {
        background-color: #ebf3f3
    }
}

@media (max-width: 1899px) {
    .cabSettings .settingsSecurity {
        padding: 0;
        margin-top: 64px
    }

    .cabSettings .settingsSecurity:before,
    .cabSettings .settingsSecurity:after {
        display: none
    }

    .cabSettings .settingsSecurity .settingsForm {
        padding: 53px 40px 58px;
        margin-top: 0;
        position: relative;
        z-index: 1
    }

    .cabSettings .settingsSecurity .settingsForm:before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #fff;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        border-radius: 25px;
        -webkit-box-shadow: 0 33px 43px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0 33px 43px rgba(0, 0, 0, 0.05);
        box-shadow: 0 33px 43px rgba(0, 0, 0, 0.05)
    }

    .cabSettings .settingsSecurity .btnMain {
        margin-top: 59px
    }
}

@media (max-width: 1899px) {
    .cabChatForm {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: end;
        -moz-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        align-items: flex-end;
        padding: 60px 50px 90px
    }

    .cabChatForm .referrerInfo {
        width: 100%
    }

    .cabChatForm .cabInputWrapper {
        width: calc(100% - 68px - 348px);
        margin-right: 68px
    }

    .cabChatForm [class*=btnMain] {
        width: 348px;
        margin-top: 0
    }
}

@media (max-width: 1899px) {
    .cabTickets .cabChatForm {
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start
    }

    .cabTickets .cabChatForm .cabInputWrapper {
        width: 100%
    }

    .cabTickets .cabChatForm .formItem {
        width: 100%
    }

    .cabTickets .cabChatForm [class*=btnMain] {
        margin-top: 25px
    }
}

@media (max-width: 1899px) {
    .cabPartners .cabColumns+.cabColumns {
        margin-top: 0
    }
}

@media (max-width: 1899px) {
    .cabProgramSection {
        padding-top: 0
    }

    .cabProgramSection .cabCaption {
        margin-bottom: 53px
    }
}

@media (max-width: 1899px) {
    .cabProgramBlock {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .cabProgramBlock .programTable {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .cabProgramBlock .programTable .tRow {
        width: calc(50% - 33px)
    }

    .cabProgramBlock .programTable .tRow:nth-child(2n+1) {
        margin-right: 66px
    }

    .cabProgramBlock .programTable .tRow:last-child {
        background-image: url(../img/border-dot-color-2.png)
    }
}

@media (max-width: 1399px) {
    .cabHeader:before {
        background-image: url(../img/back-cab-header-1200.png);
        left: -39px;
        width: 1439px;
        height: 339px
    }

    .cabHeader .accData,
    .cabHeader .accSupport {
        -webkit-box-ordinal-group: initial1;
        -moz-box-ordinal-group: initial1;
        -webkit-order: initial;
        -ms-flex-order: initial;
        order: initial
    }

    .cabHeader .accData {
        width: 100%;
        padding: 30px
    }

    .cabHeader .headerContent {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .cabHeader .topHeadLine {
        margin-right: 0;
        margin-left: 0
    }

    .cabHeader .cabHeadLinks {
        margin-top: 25px
    }

    .cabHeader .langMenu {
        margin-top: 25px
    }

    .cabHeader .accSupport {
        top: 0;
        left: auto;
        right: 0;
        width: 250px
    }

    .cabHeader .accSupport .supportContacts {
        display: block
    }

    .cabHeader .accSupport .accInfoItem {
        margin-top: 0
    }

    .cabHeader .accSupport .accInfoItem+.accInfoItem {
        margin-top: 17px
    }

    .cabHeader .siteClock {
        left: auto;
        bottom: 82px;
        right: 0;
        margin-left: 0;
        width: 160px
    }

    .cabBulletApps {
        top: -2px;
        width: 433px
    }

    .cabBulletApps:before {
        right: -301px
    }

    .cabContent {
        padding: 0 8px 80px 15px;
        margin-top: -59px
    }
}

@media (max-width: 1199px) {
    .cabHeader:before {
        background-image: url(../img/back-cab-header-1024.png);
        left: -46px;
        width: 1246px;
        height: 359px
    }

    .cabHeader .accData {
        padding: 30px 240px 30px 0
    }

    .cabHeader .accData .accInfoItem {
        max-width: 100%;
        width: calc(100% - 205px)
    }

    .cabHeader .accData .accInfoItem:first-child {
        width: 100%
    }

    .cabHeader .accData .accInfoItem:nth-child(2) {
        -webkit-box-ordinal-group: initial1;
        -moz-box-ordinal-group: initial1;
        -webkit-order: initial;
        -ms-flex-order: initial;
        order: initial
    }

    .cabHeader .accData .accInfoItem:nth-child(3) {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .cabHeader .accData .accInfoItem:nth-child(4) {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .cabHeader .accData .accInfoItem:nth-child(2),
    .cabHeader .accData .accInfoItem:nth-child(3),
    .cabHeader .accData .accInfoItem:nth-child(4) {
        width: 205px
    }

    .cabHeader .accData .accInfoItem:first-child,
    .cabHeader .accData .accInfoItem:nth-child(2),
    .cabHeader .accData .accInfoItem:nth-child(3) {
        padding-left: 52px
    }

    .cabHeader .accSupport {
        padding: 20px 0 0 44px
    }

    .cabHeader .siteClock {
        bottom: 124px
    }

    .cabBulletApps {
        display: block;
        top: -43px;
        width: 332px;
        padding: 0 5px 39px 35px
    }

    .cabBulletApps:before {
        right: -415px
    }

    .cabBulletApps p {
        width: 100%;
        padding-right: 10px
    }

    .cabBulletApps .appLinks {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        margin-top: 10px
    }

    .cabBulletApps .appLinks .appLink {
        margin-right: 7px
    }

    .cabBulletApps .appLinks .appLink+.appLink {
        margin-top: 0
    }

    .cabContent {
        padding: 0 12px 80px 15px;
        margin-top: -129px
    }

    .cabContent .cabColumns .cabColumn:nth-child(2n+1),
    .cabContent .cabColumns .cabColumn:nth-child(2n) {
        width: 919px
    }

    .cabContent.cabSettings:before,
    .cabContent.cabSettings:after {
        content: "";
        display: block;
        position: absolute;
        width: 1920px;
        left: -78px;
        z-index: -1
    }

    .cabContent.cabSettings:before {
        height: 1524px;
        top: 370px;
        background-image: url(../img/cab-back-down.png);
        background-size: 1920px auto;
        background-position: center top;
        background-repeat: no-repeat;
        bottom: 0
    }

    .cabContent.cabSettings:after {
        top: calc(370px + 1524px);
        height: calc(100% - 370px - 1524px);
        background-image: url(../img/back-cab-lines.png);
        z-index: -2;
        background-size: 4px auto;
        background-position: left top;
        background-repeat: repeat
    }
}

@media (max-width: 1199px) and (max-width: 1023px) {

    .cabContent.cabSettings:before,
    .cabContent.cabSettings:after {
        display: none
    }
}

@media (max-width: 1199px) {

    .cabContent.cabPartners:before,
    .cabContent.cabPartners:after {
        content: "";
        display: block;
        position: absolute;
        width: 1920px;
        left: -78px;
        z-index: -1
    }

    .cabContent.cabPartners:before {
        height: 1524px;
        top: 970px;
        background-image: url(../img/cab-back-down.png);
        background-size: 1920px auto;
        background-position: center top;
        background-repeat: no-repeat;
        bottom: 0
    }

    .cabContent.cabPartners:after {
        top: calc(970px + 1524px);
        height: calc(100% - 970px - 1524px);
        background-image: url(../img/back-cab-lines.png);
        z-index: -2;
        background-size: 4px auto;
        background-position: left top;
        background-repeat: repeat
    }
}

@media (max-width: 1199px) and (max-width: 1023px) {

    .cabContent.cabPartners:before,
    .cabContent.cabPartners:after {
        display: none
    }
}

@media (max-width: 1199px) {
    .cabPromoReferal::after {
        display: none;
    }

    .cabDepositItem .depositBody {
        width: calc(100% - 267px);
        padding: 35px 48px 32px 31px
    }

    .cabDepositItem .depositHead {
        width: 267px;
        padding: 0 10px 0 56px
    }

    .cabDepositItem .depositHead:before {
        width: 267px;
        height: 323px;
        background-image: url(../img/back-cab-deposit-head-1024.png)
    }

    .cabDepositItem .progressWrapper {
        width: calc(100% - 27px);
        left: 27px
    }
}

@media (max-width: 1199px) {
    .cabLastOperations {
        padding-bottom: 53px
    }

    .cabLastOperations .cabLastOperationsWrapper {
        margin: 66px 0 0
    }

    .cabLastOperations .cabLastOperationsWrapper .cabLastOperationsTable {
        padding: 0;
        width: 100%
    }

    .cabLastOperations .tableLine:last-child {
        background-image: url(../img/border-dot.png)
    }
}

@media (max-width: 1199px) {
    .cabPersonalStatistic .statisticTable {
        padding-bottom: 24px
    }

    .cabPersonalStatistic .statisticTable .tableLine {
        width: calc((100% - 62px) / 2);
        margin-right: 62px
    }

    .cabPersonalStatistic .statisticTable .tableLine:nth-child(3n) {
        margin-right: 62px
    }

    .cabPersonalStatistic .statisticTable .tableLine:nth-child(2n) {
        margin-right: 0
    }

    .cabPersonalStatistic .accordionItem {
        padding-bottom: 0
    }

    .cabPersonalStatistic .cabPersonalStatisticWrapper {
        min-height: 0;
        padding-bottom: 16px
    }
}

@media (max-width: 1199px) {
    .tabsDeposits .tabsHead li {
        max-width: 290px
    }
}

@media (max-width: 1199px) {
    .cabSettings .settingsPersonal .settingsForm:before {
        background-image: url(../img/back-cab-lines.png);
        background-size: auto;
        background-position: left top;
        background-repeat: repeat;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        border-radius: 25px;
        -webkit-box-shadow: 0 33px 43px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0 33px 43px rgba(0, 0, 0, 0.05);
        box-shadow: 0 33px 43px rgba(0, 0, 0, 0.05);
        height: 100%;
        top: 0;
        left: 0;
        width: 100%
    }

    .cabSettings .settingsPersonal .settingsForm:after {
        display: none
    }

    .cabSettings .settingsPassword {
        padding: 0
    }

    .cabSettings .settingsPassword .settingsForm {
        padding: 53px 40px 55px;
        position: relative
    }

    .cabSettings .settingsPassword .settingsForm:before {
        display: block;
        background-image: none;
        background-color: #fff;
        border-radius: 25px;
        -webkit-box-shadow: 0 33px 43px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0 33px 43px rgba(0, 0, 0, 0.05);
        box-shadow: 0 33px 43px rgba(0, 0, 0, 0.05);
        height: 100%;
        top: 0;
        left: 0;
        width: 100%
    }

    .cabSettings .settingsPassword:before,
    .cabSettings .settingsPassword:after {
        display: none
    }

    .cabSettings .cabColumns .cabColumn:nth-child(2n) {
        margin-top: 64px
    }
}

@media (max-width: 1199px) {
    .cabPartnersDynamic {
        padding-top: 0;
        display: block
    }

    .cabPartnersDynamic .cabPartnersInfoCards {
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .cabPartnersDynamic .cabPartnersInfoCards .cabInfoCard {
        width: calc(50% - 18px)
    }

    .cabPartnersDynamic .cabPartnersInfoCards .cabInfoCard:nth-child(2n+1) {
        margin-right: 36px
    }

    .cabPartnersDynamic .cabPartnersInfoCards .cabInfoCard+.cabInfoCard {
        margin-top: 0
    }

    .cabPartnersDynamic .cabPartnersInfoCards .cabInfoCard .icon {
        font-size: 48px;
        line-height: 48px;
        position: relative;
        left: auto;
        top: auto
    }

    .cabPartnersDynamic .cabPartnersInfoCards .cabInfoCard .cabCaption {
        padding-left: 0
    }

    .cabPartnersDynamic .cabPartnersInfoCards .cabInfoCard .cabCaption+.val {
        padding-left: 0;
        padding-bottom: 0
    }

    .cabPartnersDynamic .cabPartnersBonus {
        width: 100%;
        margin-top: 36px
    }

    .cabPartnersDynamic .cabBonusCard {
        width: calc(50% - 18px)
    }

    .cabPartnersDynamic .cabBonusCard:nth-child(2n+1) {
        margin-right: 36px
    }
}

@media (max-width: 1199px) {
    .cabChatForm {
        padding: 60px 50px
    }

    .cabChatForm:before {
        background-image: url(../img/back-cab-lines.png);
        background-size: auto;
        background-position: left top;
        background-repeat: repeat;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        border-radius: 25px;
        -webkit-box-shadow: 0 33px 43px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0 33px 43px rgba(0, 0, 0, 0.05);
        box-shadow: 0 33px 43px rgba(0, 0, 0, 0.05);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
    }

    .cabChatForm:after {
        display: none
    }
}

@media (max-width: 1199px) {
    .cabPartners .cabColumns+.cabColumns {
        margin-top: 64px
    }
}

@media (max-width: 1199px) {
    .cabPartnersTable {
        padding: 53px 40px 55px
    }

    .cabPartnersTable:before {
        background-image: none;
        background-color: #fff;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        border-radius: 25px;
        -webkit-box-shadow: 0 33px 43px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0 33px 43px rgba(0, 0, 0, 0.05);
        box-shadow: 0 33px 43px rgba(0, 0, 0, 0.05);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
    }

    .cabPartnersTable:after {
        display: none
    }
}

@media (max-width: 1199px) {
    .cabPartnersSection .cabCaption {
        margin-bottom: 64px
    }
}

@media (max-width: 1199px) {
    .partnerItem .head {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .partnerItem .name,
    .partnerItem .date,
    .partnerItem .mail,
    .partnerItem .rang {
        width: calc((100% - 36px) / 4)
    }

    .partnerItem .sum,
    .partnerItem .ref,
    .partnerItem .active {
        width: calc((100% - 36px) / 4);
        margin-top: 10px
    }

    .partnerItem .sum {
        margin-left: 36px
    }
}

@media (max-width: 1199px) {
    .cabPlanItem {
        padding: 40px 0 40px 50px
    }

    .cabPlanItem .depositContent::before {
        width: 369px;
        height: 643px;
        left: -51px;
        background-size: contain
    }

    .cabPlanItem input:checked+.depositContent::before {
        -moz-transform: translateY(-48%) scale(1);
        -ms-transform: translateY(-48%) scale(1);
        -webkit-transform: translateY(-48%) scale(1);
        -o-transform: translateY(-48%) scale(1);
        transform: translateY(-48%) scale(1)
    }
}

@media (max-width: 1199px) {
    .cabPromo::after {
        display: none
    }
}

@media (max-width: 1199px) {
    .cabPromoReferal {
        padding: 50px
    }
}

@media (max-width: 1199px) {
    .cabFilter:after {
        display: none
    }
}

@media (max-width: 1199px) {

    .cabFilter:before,
    .cabPromoReferal::before,
    .cabPromo::before {
        background-image: url(../img/back-cab-lines.png);
        background-size: auto;
        background-position: left top;
        background-repeat: repeat;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        border-radius: 25px;
        -webkit-box-shadow: 0 33px 43px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0 33px 43px rgba(0, 0, 0, 0.05);
        box-shadow: 0 33px 43px rgba(0, 0, 0, 0.05);
        height: 100%;
        top: 0;
        left: 0;
        width: 100%
    }
}

@media (max-width: 1199px) {
    .cabOperationsTableWrapper {
        padding: 30px
    }

    .cabOperationsTableWrapper .cabPagination {
        margin-top: 30px;
        margin-left: -30px;
        margin-right: -30px
    }
}

@media (max-width: 1199px) {
    .cabOperationsTable {
        padding: 10px 20px
    }
}

@media (max-width: 1199px) {
    .cabFilter {
        padding: 30px
    }

    .cabFilter [class*=btnMain] {
        margin: 30px auto 0
    }
}

@media (max-width: 1023px) {
    .cabWrapper:before {
        display: none
    }

    .cabWrapper .cabHeader .headerContent {
        float: none;
        width: 100%;
        max-width: 100%;
        padding: 0 15px
    }

    .cabHeader {
        background-color: #1a354c
    }

    .cabHeader:before {
        display: none
    }

    .cabHeader .cabMenuWrapper {
        display: none
    }

    .cabHeader .accSupport,
    .cabHeader .siteClock {
        display: none
    }

    .cabHeader .headerContent {
        display: block
    }

    .cabHeader .langMenu {
        margin-top: 0;
        margin-left: auto;
        margin-right: 32px
    }

    .cabHeader .logoLink {
        position: relative;
        width: 47px;
        left: auto;
        top: auto
    }

    .cabHeader .topHeadLine {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        height: 78px;
        position: relative
    }

    .cabHeader .topHeadLine:before {
        content: "";
        display: block;
        position: absolute;
        height: 78px;
        width: 100vw;
        background-color: #085060;
        top: 0;
        left: -15px;
        -webkit-border-bottom-right-radius: 33px;
        -moz-border-radius-bottomright: 33px;
        -ms-border-bottom-right-radius: 33px;
        border-bottom-right-radius: 33px;
        -webkit-border-bottom-left-radius: 33px;
        -moz-border-radius-bottomleft: 33px;
        -ms-border-bottom-left-radius: 33px;
        border-bottom-left-radius: 33px
    }

    .cabHeader .cabHeadLinks {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        margin-top: 22px
    }

    .cabHeader .cabHeadLinks .headBtn {
        margin-left: 0;
        margin-right: 16px
    }

    .cabHeader .accData {
        padding: 30px 0 17px;
        min-width: 0
    }

    .cabHeader .accData .accInfoItem {
        width: 50%;
        padding-right: 10px
    }

    .cabHeader .accData .accInfoItem:nth-child(2),
    .cabHeader .accData .accInfoItem:nth-child(3),
    .cabHeader .accData .accInfoItem:nth-child(4) {
        width: 50%
    }

    .cabBulletApps {
        display: none
    }

    .cabBurger {
        display: block
    }

    .tabsDeposits .tabsHead {
        margin-bottom: 43px
    }

    .cabContent {
        padding: 17px 15px 15px;
        float: none;
        width: 100%;
        margin-top: 0
    }

    .cabContent:before {
        display: none
    }

    .cabContent .cabColumns .cabColumn:nth-child(2n+1),
    .cabContent .cabColumns .cabColumn:nth-child(2n) {
        width: 100%
    }

    .cabContent .cabColumns .cabColumn:nth-child(2n) {
        margin-top: 15px
    }

    .cabContent .cabCaption {
        margin-bottom: 26px
    }

    .cabDepositsCarousel {
        margin: 0 -15px;
        padding-top: 45px
    }

    .cabDepositsCarousel .slick-arrow {
        top: 158px
    }

    .cabDepositsCarousel .slick-arrow.slick-prev {
        left: 0
    }

    .cabDepositsCarousel .slick-arrow.slick-next {
        right: 0
    }

    .cabDepositItem {
        height: auto;
        padding: 0 0 85px
    }

    .cabDepositItem .depositContent {
        display: block
    }

    .cabDepositItem .depositHead {
        width: 252px;
        padding: 12px 10px 40px 34px;
        margin: 0 auto;
        z-index: 2
    }

    .cabDepositItem .depositHead:before {
        background-image: none;
        height: 100%;
        width: 100vw;
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        top: 0;
        left: 50%;
        margin-left: -50vw;
        -webkit-border-radius: 21px;
        -moz-border-radius: 21px;
        -ms-border-radius: 21px;
        border-radius: 21px;
        background: #00696e;
        background: -moz-linear-gradient(top, #00696e 0%, #102542 100%);
        background: -webkit-linear-gradient(top, #00696e 0%, #102542 100%);
        background: linear-gradient(to bottom, #00696e 0%, #102542 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#00696e", endColorstr="#102542", GradientType=0)
    }

    .cabDepositItem .depositHead:after {
        display: none
    }

    .cabDepositItem .depositBody {
        width: 100%;
        padding: 58px 48px 23px 31px;
        -webkit-border-top-right-radius: 0;
        -moz-border-radius-topright: 0;
        -ms-border-top-right-radius: 0;
        border-top-right-radius: 0;
        -webkit-border-bottom-left-radius: 25px;
        -moz-border-radius-bottomleft: 25px;
        -ms-border-bottom-left-radius: 25px;
        border-bottom-left-radius: 25px;
        margin-top: -21px
    }

    .cabDepositItem .progressWrapper {
        left: 15px;
        margin-top: 25px
    }

    .cabLastOperations {
        padding: 5px 0 22px;
        margin-top: 125px
    }

    .cabLastOperations .cabLastOperationsWrapper {
        margin: 28px 0 0
    }

    .cabLastOperations .tableLine .tableItem:first-child {
        width: calc(100% - 228px)
    }

    .cabLastOperations .tableLine .tableItem:nth-child(2) {
        width: 190px
    }

    .cabLastOperations .tableLine:last-child {
        background-image: none
    }

    .cabPersonalStatistic .cabCaption {
        margin-bottom: 10px
    }

    .cabPersonalStatistic .statisticTable {
        display: block;
        padding-bottom: 14px
    }

    .cabPersonalStatistic .statisticTable .tableLine {
        width: 100%;
        margin-right: 0
    }

    .cabPersonalStatistic .statisticTable .tableLine:last-child {
        background-image: none
    }

    .cabPersonalStatistic .cabPersonalStatisticWrapper {
        margin-top: 0;
        padding: 0 0 10px
    }

    .cabPersonalStatistic .cabPersonalStatisticWrapper:before {
        width: 100vw;
        left: 50%;
        margin-left: -50vw
    }

    .cabPanel {
        background-color: transparent;
        position: relative;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: 0 0 0 transparent;
        -moz-box-shadow: 0 0 0 transparent;
        box-shadow: 0 0 0 transparent
    }

    .cabPanel:before {
        content: "";
        display: block;
        position: absolute;
        width: 100vw;
        left: 50%;
        margin-left: -50vw;
        top: 0;
        height: 100%;
        z-index: -1;
        -webkit-box-shadow: 0 33px 43px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0 33px 43px rgba(0, 0, 0, 0.05);
        box-shadow: 0 33px 43px rgba(0, 0, 0, 0.05)
    }

    .cabProgressDynamic {
        margin-top: 23px
    }

    .cabProgressDynamic .cabCaption {
        margin-bottom: 38px
    }

    .cabProgressDynamic .cabDynamic {
        padding: 0 0 36px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0
    }

    .cabProgressDynamic .cabInfoCard {
        width: calc(50% - 10px)
    }

    .cabProgressDynamic .cabDynamicMap {
        margin-top: 46px;
        border: 0
    }

    .cabDepositsDynamic {
        margin-top: 0;
        position: relative;
        padding-bottom: 57px
    }

    .cabDepositsDynamic:before {
        content: "";
        display: block;
        position: absolute;
        width: 100vw;
        height: calc(100% + 30px);
        top: -15px;
        left: -15px;
        background-color: #ebf3f3;
        z-index: -2
    }

    .cabDepositsDynamic .depositDynamicCard {
        width: calc((100% - 10px) / 2);
        margin-top: 34px;
        padding: 27px 15px 13px
    }

    .cabDepositsDynamic .depositDynamicCard:nth-child(2n+1) {
        margin-right: 10px
    }

    .cabInfoCard {
        padding: 30px 10px 30px 20px
    }

    .cabInfoCard .icon {
        margin-bottom: 15px
    }

    .cabInfoCard .pre {
        font-weight: 500
    }

    .cabSettings .formItem {
        padding: 20px 15px 0
    }

    .cabSettings .formContent {
        margin: -20px -15px 0
    }

    .cabSettings .settingsPersonal .settingsForm {
        padding: 53px 0
    }

    .cabSettings .settingsPersonal .settingsForm:before {
        width: 100vw;
        left: 50%;
        margin-left: -50vw
    }

    .cabSettings .settingsPassword {
        padding: 0
    }

    .cabSettings .settingsPassword .cabCaption {
        margin-bottom: 15px
    }

    .cabSettings .settingsPassword .settingsForm {
        padding: 24px 0
    }

    .cabSettings .settingsPassword .settingsForm:before {
        width: 100vw;
        left: 50%;
        margin-left: -50vw
    }

    .cabSettings .settingsSecurity {
        margin-top: 15px
    }

    .cabSettings .settingsSecurity .cabCaption {
        margin-bottom: 10px
    }

    .cabSettings .settingsSecurity .settingsForm {
        padding: 0 0 58px
    }

    .cabSettings .settingsSecurity .settingsForm:before {
        display: none
    }

    .cabSettings .settingsSecurity .formContent {
        margin-top: 0
    }

    .cabSettings .settingsSecurity .formItem {
        padding: 0
    }

    .cabSettings .settingsPayments {
        margin-top: 15px;
        padding-top: 0;
        padding-bottom: 73px
    }

    .cabSettings .settingsPayments:before {
        content: "";
        display: block;
        position: absolute;
        height: calc(100% + 53px);
        top: -15px;
        width: 100vw;
        left: 50%;
        margin-left: -50vw;
        background-color: #ebf3f3
    }

    .cabSettings .settingsPayments .settingsForm {
        padding: 0 0 58px;
        position: relative
    }

    .cabSettings .settingsPayments .settingsForm:before {
        display: none
    }

    .cabSettings .settingsPayments input {
        background-color: #fff
    }

    .cabSettings .settingsPayments .payIconCircle {
        background-color: #ebf3f3
    }

    .settingsSecurity .col {
        padding: 24px 15px 0;
        width: 100%
    }

    .authSettings .qrBlock {
        margin-top: 24px
    }

    .authSettings .qrBlock+.formItem {
        margin-top: 24px
    }

    .cabPartnersDynamic .cabPartnersInfoCards .cabInfoCard {
        width: calc(50% - 10px)
    }

    .cabPartnersDynamic .cabPartnersInfoCards .cabInfoCard:nth-child(2n+1) {
        margin-right: 20px
    }

    .cabPartnersDynamic .cabPartnersInfoCards .cabInfoCard .cabCaption {
        font-size: 12px;
        line-height: 18px
    }

    .cabPartnersDynamic .cabPartnersInfoCards .cabInfoCard .cabCaption .accentText {
        font-size: 24px;
        line-height: 24px
    }

    .cabPartnersDynamic .cabPartnersBonus {
        margin-top: 20px
    }

    .cabPartnersDynamic .cabBonusCard {
        width: calc(50% - 10px)
    }

    .cabPartnersDynamic .cabBonusCard:nth-child(2n+1) {
        margin-right: 20px
    }

    .cabChatForm {
        display: block;
        padding: 50px 0
    }

    .cabChatForm .cabInputWrapper {
        width: 100%;
        margin-right: 0
    }

    .cabChatForm:before {
        width: 100vw;
        left: 50%;
        margin-left: -50vw
    }

    .cabChatForm [class*=btnMain] {
        margin-top: 39px;
        width: 100%;
        max-width: 348px
    }

    .cabPartners .cabColumns+.cabColumns {
        margin-top: 15px
    }

    .cabPartnersTable {
        padding: 0 0 15px
    }

    .cabPartnersTable:before {
        display: none
    }

    .partnerItem .head {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .partnerItem .name,
    .partnerItem .date,
    .partnerItem .mail,
    .partnerItem .rang {
        width: calc((100% - 36px) / 3)
    }

    .partnerItem .sum,
    .partnerItem .ref,
    .partnerItem .active {
        width: calc((100% - 36px) / 3)
    }

    .partnerItem .sum {
        margin-left: 0
    }

    .partnerItem .active {
        margin-left: 36px
    }

    .partnerItem .rang {
        margin-left: 36px;
        margin-top: 10px
    }

    .cabProgramBlock {
        padding: 15px 0
    }

    .cabProgramBlock:before {
        width: 100vw;
        left: 50%;
        margin-left: -50vw
    }

    .cabProgramBlock .programTable .tRow {
        width: 100%
    }

    .cabProgramBlock .programTable .tRow:nth-child(2n+1) {
        margin-right: 0
    }

    .cabProgramSection {
        position: relative;
        padding-bottom: 60px
    }

    .cabProgramSection:before {
        content: "";
        display: block;
        position: absolute;
        width: 100vw;
        height: calc(100% + 30px);
        top: -15px;
        left: -15px;
        background-color: #ebf3f3;
        z-index: -2
    }    

    .paymentsOpenDep {
        padding: 0 0 19px
    }

    .paymentsOpenDep .paymentTable {
        padding-left: 0;
        display: flex;
        justify-content: space-between
    }

    .paymentsOpenDep .paymentTable .paymentTableColumn {
        width: calc(50% - 15px);
        float: none
    }

    .paymentsOpenDep .paymentTable .paymentTableColumn:nth-child(2) {
        margin-left: 0
    }

    .cabPlansCarousel {
        padding: 200px 0 120px;
        max-width: 657px;
        margin-left: auto;
        margin-right: auto
    }

    .cabPlansCarousel .slick-arrow {
        margin-top: 20px
    }

    .paymentsWithdraw {
        padding: 0
    }

    .paymentsWithdraw::before {
        display: none
    }

    .paymentsWithdraw .cabPanel::before {
        box-shadow: none
    }

    .paymentsWithdraw .paymentTable {
        padding: 0
    }

    .cabStepSum {
        padding: 30px
    }

    .cabWithdrawals .paymentTable .payIcon {
        margin: 0 auto;
        padding: 0
    }

    .cabWithdrawals .paymentTable .pre,
    .cabWithdrawals .paymentTable .val {
        text-align: center
    }

    .cabWithdrawals .paymentTable .paymentTableLine {
        flex-wrap: wrap;
        padding: 10px 0
    }

    .cabWithdrawals .paymentTable .paymentTableLine .paymentTableItem {
        width: 25%;
        padding: 0
    }

    .cabWithdrawals .paymentTable .paymentTableLine .paymentTableItem:nth-child(1) {
        width: 100%;
        padding: 0
    }

    .cabWithdrawals .paymentTable .paymentTableLine .paymentTableItem:last-child {
        margin: 0;
        width: 100%;
        padding: 15px 0;
        display: flex;
        justify-content: center
    }

    .cabChat {
        padding: 30px
    }

    .cabChat .cabPagination {
        margin-left: -29px;
        margin-right: -29px
    }

    .cabPromo {
        padding: 15px 30px
    }

    .cabPromoReferal {
        padding: 30px
    }

    .cabOperationsTable {
        display: block
    }

    .cabOperationsTable .tableLine {
        display: flex;
        flex-wrap: wrap;
        gap: 5px 38px;
    }

    .cabOperationsTable .tableItem {
        display: block
    }

    .cabOperationsTable .tableItem:last-child {
        width: auto;
    }

    .cabOperationsTable .payIconCircle {
        margin-right: 0
    }

    .cabOperationsTableWrapper {
        padding: 15px 15px 30px
    }

    .cabOperationsTableWrapper .cabPagination {
        margin-left: -15px;
        margin-right: -15px
    }

    .cabFilter {
        padding: 15px
    }

    .cabWrapper .cabHeader .cabMenuWrapper {
        position: absolute;
        top: 79px;
        left: 0;
        z-index: 9;
        width: 100%;
        background-color: #1a354c;
        padding: 40px 0
    }

    .cabWrapper .cabHeader .cabMenuWrapper li+li {
        margin-top: 30px
    }

    .cabWrapper .cabHeader .cabMenuWrapper a {
        display: table
    }

    .cabWrapper .cabHeader .cabMenuWrapper a:hover .linkText,
    .cabWrapper .cabHeader .cabMenuWrapper a.active .linkText {
        color: #fff
    }

    .cabWrapper .cabHeader .cabMenuWrapper a .count {
        left: 100%;
        margin-left: -14px;
        top: -8px
    }

    .cabWrapper .cabHeader .cabMenuWrapper .icon {
        left: 18px;
        position: absolute;
        top: 50%;
        margin-top: -23px
    }

    .cabWrapper .cabHeader .cabMenuWrapper .linkText {
        height: 100%;
        opacity: 1;
        background: transparent;
        box-shadow: none;
        margin: 0;
        position: relative;
        left: auto;
        color: #7bd7de;
        font-size: 14px;
        padding: 0 21px 0 68px
    }
}

@media (max-width: 767px) {
    .cabPlansCarouselWrapper {
        padding: 55px 0 162px
    }    

    .cabPlansCarousel {
        max-width: 610px;
        margin-left: auto;
        margin-right: auto
    }

    .cabOperationsTable .tableLine {
        gap: 5px 21px
    }
}

@media (max-width: 639px) {
    .cabOperationsTable .tableItem:last-child {
        width: 50%;
    }

    .cabHeader .accData .accInfoItem {
        width: calc(100% - 180px);
        padding-right: 0
    }

    .cabHeader .accData .accInfoItem:nth-child(2),
    .cabHeader .accData .accInfoItem:nth-child(3),
    .cabHeader .accData .accInfoItem:nth-child(4) {
        width: 180px;
        padding-right: 10px
    }

    .cabDepositItem {
        padding-bottom: 90px
    }

    .cabDepositItem .depositBody {
        display: block;
        padding: 58px 20px 23px
    }

    .cabDepositItem .depositBody .accrualsItem {
        margin-top: 25px
    }

    .cabDepositItem .depositBody .depositInfoItem {
        width: auto;
        margin: 0 auto;
        display: table
    }

    .cabLastOperations .cabLastOperationsTable .date {
        padding-left: 0;
        line-height: 14px
    }

    .cabLastOperations .cabLastOperationsTable .name {
        line-height: 14px
    }

    .cabLastOperations .tableLine .tableItem:first-child {
        width: calc(50% + 15px);
        display: table
    }

    .cabLastOperations .tableLine .tableItem:nth-child(2) {
        width: auto;
        margin-left: auto
    }

    .cabDeposits {
        padding-top: 24px
    }

    .cabProgressDynamic .cabDynamic {
        display: block
    }

    .cabProgressDynamic .cabInfoCard {
        width: auto;
        margin: 0 -15px;
        -webkit-box-shadow: 0 0 0 transparent;
        -moz-box-shadow: 0 0 0 transparent;
        box-shadow: 0 0 0 transparent
    }

    .cabProgressDynamic .cabInfoCard+.cabInfoCard {
        margin-top: 23px
    }

    .cabProgressDynamic .cabDynamicMapWrapper {
        overflow-x: auto;
        padding-left: 15px;
        margin-left: -15px;
        margin-right: -15px;
        width: auto
    }

    .cabProgressDynamic .cabDynamicMap {
        min-width: 400px;
        padding-right: 15px
    }

    .cabDepositsDynamic {
        display: block;
        padding-bottom: 29px
    }

    .cabDepositsDynamic .depositDynamicCard {
        width: auto;
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 0
    }

    .cabDepositsDynamic .depositDynamicCard:nth-child(2n+1) {
        margin-right: -15px
    }

    .cabDepositsDynamic .depositDynamicCard+.depositDynamicCard {
        margin-top: 20px
    }

    .cabSettings .settingsPersonal {
        padding-bottom: 40px
    }

    .cabSettings .settingsPersonal .formItem {
        width: 100%
    }

    .cabSettings .settingsPersonal [class*=btnMain] {
        margin-top: 40px
    }

    .cabSettings .settingsPassword .formItem {
        width: 100%
    }

    .cabSettings .settingsSecurity .btnMain {
        margin-top: 40px;
        margin-right: auto
    }

    .cabSettings .settingsPayments .formItem {
        width: 100%
    }

    .cabCaption {
        padding-left: 72px
    }

    .cabCaption .icon {
        font-size: 56px
    }

    .cabCaption .accentText {
        font-size: 24px
    }

    .cabPartnersDynamic {
        margin-left: -15px;
        margin-right: -15px
    }

    .cabPartnersDynamic .cabPartnersInfoCards .cabInfoCard {
        width: 100%
    }

    .cabPartnersDynamic .cabPartnersInfoCards .cabInfoCard:nth-child(2n+1) {
        margin-right: 0
    }

    .cabPartnersDynamic .cabPartnersInfoCards .cabInfoCard+.cabInfoCard {
        margin-top: 20px
    }

    .cabPartnersDynamic .cabPartnersBonus {
        display: block
    }

    .cabPartnersDynamic .cabBonusCard {
        width: 100%
    }

    .cabPartnersDynamic .cabBonusCard:nth-child(2n+1) {
        margin-right: 0
    }

    .cabPartnersDynamic .cabBonusCard+.cabBonusCard {
        margin-top: 20px
    }

    .partnerItem .item {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center
    }

    .partnerItem .name {
        width: calc(100% - 36px)
    }

    .partnerItem .param {
        padding-right: 10px
    }

    .partnerItem .data {
        margin-top: 0
    }

    .partnerItem .date,
    .partnerItem .mail,
    .partnerItem .rang {
        width: 100%
    }

    .partnerItem .date,
    .partnerItem .mail,
    .partnerItem .rang,
    .partnerItem .sum,
    .partnerItem .ref,
    .partnerItem .active {
        margin-top: 5px
    }

    .partnerItem .sum,
    .partnerItem .ref,
    .partnerItem .active {
        width: 100%
    }

    .partnerItem .sum {
        margin-left: 0
    }

    .partnerItem .active {
        margin-left: 0
    }

    .partnerItem .rang {
        margin-left: 0
    }

    .partnerItem .content .wrapper {
        padding-left: 0
    }

    .cabPlansCarouselWrapper {
        padding: 55px 0 80px
    }

    .cabPlansCarousel {
        max-width: 337px;
        margin: 0 auto;
        padding: 10px 0;
    }

    .cabPlansCarousel .slick-arrow {
        margin-top: -22px
    }

    .paymentsOpenDep .paymentTable {
        flex-wrap: wrap
    }

    .paymentsOpenDep .paymentTable .paymentTableColumn {
        width: 100%
    }

    .cabStepSum {
        padding: 30px
    }

    .cabWithdrawals .paymentTable .paymentTableLine {
        flex-wrap: wrap;
        padding: 10px 0
    }

    .cabWithdrawals .paymentTable .paymentTableLine .paymentTableItem {
        width: 50%;
        padding: 10px 0
    }

    .cabWithdrawals .paymentTable .paymentTableLine .paymentTableItem:nth-child(1) {
        width: 100%;
        padding: 0
    }

    .cabChat {
        padding: 15px 15px 30px
    }

    .cabChat .cabPagination {
        margin-left: -14px;
        margin-right: -14px;
        margin-top: 30px
    }

    .cabChatForm {
        padding: 15px 0
    }

    .cabChat .messageItem {
        padding: 25px
    }

    .cabChat .messageItem .userAvator {
        position: relative;
        left: auto;
        top: auto;
        margin-bottom: 10px;
    }

    .cabPromo .promoContent {
        padding: 10px 0 20px
    }

    .cabPromo .linkLine {
        margin-top: 13px;
        flex-wrap: wrap;
        justify-content: center
    }

    .cabPromo .linkLine [class*=btnMain] {
        margin-left: 0;
        min-width: 160px;
        margin-top: 15px;
        width: 100%
    }

    .cabPromoReferal [class*=btnMain] {
        margin-top: 15px
    }

    .paymentTable .paymentTableColumn:nth-child(2n) {
        margin: 0;
    }
}

@media (max-width: 479px) {

    .cabFilter,
    .cabStepSum,
    .paymentsWithdraw,
    .cabChat {
        width: calc(100% + 30px);
        position: relative;
        left: -15px;
    }

    .cabFilter {
        padding: 15px;
    }

    .cabFilter .formItem.dateItem {
        flex-wrap: wrap;
    }

    .cabFilter .formItem.dateItem .cabInputWrapper:nth-child(3n) {
        width: 100%;
        margin-top: 15px;
    }

    .cabFilter .formItem.dateItem .cabInputWrapper {
        width: calc((100% - 24px) / 2);
    }

    .cabHeader .accData .accInfoItem {
        width: 100%
    }

    .cabHeader .accData .accInfoItem:nth-child(2),
    .cabHeader .accData .accInfoItem:nth-child(3),
    .cabHeader .accData .accInfoItem:nth-child(4) {
        width: 100%;
        padding-right: 0
    }

    .cabPlanItem {
        padding: 40px 35px
    }

    .cabPlanItem .depositContent::before{
        left: -35px;
        width: calc(100% + 70px);
    }

    .cabContent .cabCaption .stepNum {
        position: relative;
        margin-bottom: 5px;
        left: -5px
    }

    .cabPlansCarousel {
        padding: 45px 0;
        max-width: 290px
    }

    .cabPlansCarouselWrapper {
        padding: 20px 0 70px
    }

    .cabStepSum {
        padding: 15px
    }

    .cabStepSum .cabMoneyMoveResult {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .cabStepSum .cabMoneyMoveData {
        padding-bottom: 35px
    }

    .cabWithdrawals .cabCaption,
    .cabOpenDep .cabCaption {
        padding-left: 0
    }

    .cabPagination li {
        padding: 0 3px
    }

    .cabChat .cabPagination {
        margin-left: -8px;
        margin-right: -8px
    }

    .cabPromo {
        padding: 15px;
        width: calc(100% + 30px);
        position: relative;
        left: -15px;
    }

    .cabPromoReferal {
        padding: 15px;
        width: calc(100% + 30px);
        position: relative;
        left: -15px;
    }

    .cabOperationsTable .tableLine {
        gap: 0
    }

    .cabOperationsTable .tableLine+.tableLine {
        margin-top: 30px;
    }

    .cabOperationsTable .tableItem {
        width: 100% !important;
        padding: 5px 5px;
        text-align: center;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .cabOperationsTable .tableLine+.tableLine .tableItem:first-child::before {
        margin-top: -57px;
        width: calc(100% - 30px);
        left: 15px;
    }

    .cabOperationsTable .pre {
        width: 50%;
        text-align: left;
    }

    .cabOperationsTable .val {
        text-align: left;
        display: block;
        float: none;
        width: auto;
    }

    .cabOperationsTable .message {}

    .cabOperationsTable .tableItem:last-child {
        width: 100%;
    }

    .cabOperationsTable .tableItem:last-child .pre {
        width: 100%;
    }

    .cabOperationsTable .payIconCircle {
        margin: 0;
    }

    .cabOperationsTable {
        padding: 10px;
    }

    .cabOperationsTableWrapper {
        left: -15px;
        position: relative;
        width: calc(100% + 30px);
    }

    .cabOperationsTableWrapper .cabPagination {
        margin-left: -8px;
        margin-right: -8px
    }

    .cabFilter .formItem+.formItem {
        margin-top: 15px
    }
}

#triangleSmall {
    transform-origin: 50% 65%;
    position: absolute;
    left: -37px;
    top: -44px;
    width: 139px;
    height: 139px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

#triangleSmall polygon {
    stroke-dasharray: 17;
    -webkit-animation: dash 2.5s cubic-bezier(0.35, 0.04, 0.63, 0.95) infinite;
    animation: dash 2.5s cubic-bezier(0.35, 0.04, 0.63, 0.95) infinite
}

@-webkit-keyframes dash {
    to {
        stroke-dashoffset: 136
    }
}

@keyframes dash {
    to {
        stroke-dashoffset: 136
    }
}

@-webkit-keyframes rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg)
    }
}

@media (max-width: 1699px) {
    .lineTop .logo:before {
        left: -460px
    }

    .lineTop .logo {
        left: -160px
    }

    .loginPage .lineTop .logo {
        left: 60px
    }

    .loginPage .lineTop {
        padding: 40px 15px
    }

    .loginBlock {
        padding: 100px 0
    }
}

@media (max-width: 1499px) {
    .lineTop .logo:before {
        left: -484px;
        top: -546px
    }

    .lineTop .logo {
        left: 0
    }

    .lineTop .btn {
        top: calc(100% + 53px)
    }

    .menuLine {
        padding-left: 199px
    }

    .menuLine .menu {
        max-width: 100%;
        justify-content: space-between;
        width: 100%
    }

    .menu a+a {
        margin-left: 0
    }

    .listMining {
        margin-left: -2px
    }

    .stateBlock:after,
    .stateBlock:before {
        left: -360px
    }
}

@media (max-width: 1399px) {
    .listMining {
        margin-left: -96px
    }

    .textAboutMain .picGold {
        width: 825px;
        height: 402px;
        margin-left: -641px;
        margin-top: -145px;
        background-size: contain
    }

    .loginBlock .left {
        padding-left: 15px;
        width: 45%
    }

    .loginBlock .right {
        width: 55%
    }

    .loginList {
        padding: 40px 20px
    }

    .loginList .item {
        width: calc(50% - 7px)
    }
}

@media (max-width: 1199px) {
    .container {
        width: 1024px;
        padding: 0 7px
    }

    .backImages {
        display: none;
    }

    .wrapper .cabPlansCarouselWrapper {
        padding-bottom: 80px
    }

    .wrapper header::before {
        margin-left: -186px
    }

    .wrapper header::after {
        margin-left: 73px
    }

    .lineTop {
        padding: 30px 0
    }

    .lineTop .adressBl {
        width: 31%
    }

    .lineTop .supportBl {
        width: 17%
    }

    .lineTop .btn {
        top: calc(100% + 5px);
        right: 16px
    }

    .langBl {
        position: absolute;
        right: 124px;
        top: 100px
    }

    .menuLine {
        padding-left: 17px;
        margin-top: 59px;
        padding-right: 20px
    }

    .grettingsMain::before {
        top: -186px;
        margin-left: -963px
    }

    .grettingsMain .wrapIn {
        padding: 82px 0 101px
    }

    .grettingsMain .text {
        padding: 40px 40px 45px 63px;
        max-width: 65%
    }

    .grettingsMain .cap {
        max-width: 70%
    }

    .listMining {
        margin-left: -12px;
        top: 64px
    }

    .profitBlock .wrapIn {
        width: calc(100% + 20px);
        left: -10px;
        position: relative
    }

    .profitSlider {
        max-width: 935px
    }

    .profitSlider .item.slick-center+.item {
        padding-left: 40px
    }

    .profitSlider .item {
        width: 303px !important;
        padding: 34px 0 34px 79px
    }

    .profitLine {
        align-items: flex-start;
        margin-top: -38px
    }

    .profitLine .titleBl {
        position: relative;
        top: 15px
    }

    .profitLine .calcWrap {
        flex-wrap: wrap;
        max-width: 394px;
        justify-content: flex-end
    }

    .profitLine .btn {
        margin-left: 0;
        margin-top: 25px
    }

    .profitLine .profitTxt {
        right: 47px;
        top: 25px
    }

    .textAboutMain .text {
        width: calc(50% - 72px)
    }

    .textAboutMain .text:nth-child(1) {
        top: -137px
    }

    .textAboutMain .text:nth-child(2) {
        margin-top: -36px
    }

    .textAboutMain .text:nth-child(3) {
        left: calc(50% + 65px);
        margin-top: 11px
    }

    .textAboutMain .picGold {
        background-size: cover;
        width: 50%;
        background-position: center;
        left: 0;
        margin: 0;
        height: 290px;
        margin-top: -160px;
        margin-left: 10px
    }

    .serfBl {
        top: -383px;
        max-width: 44%
    }

    .serfBl .tit {
        max-width: 81%
    }

    .serfBl .btn {
        position: relative;
        left: auto;
        top: auto;
        margin: 14px 0 0 90px;
        display: table
    }

    .videoBl {
        -webkit-transform: scale(.75);
        -moz-transform: scale(.75);
        -o-transform: scale(.75);
        transform: scale(.73);
        left: -112px
    }

    .serfLine .list {
        left: auto;
        position: absolute;
        right: 32px;
        top: 59px;
        width: calc(50% - 96px)
    }

    .serfLine .list .item {
        width: calc(50% - 0px);
        margin-bottom: 31px
    }

    .mapBlock {
        width: 100%;
        left: 0;
        margin-top: -129px;
        padding: 40px 34px
    }

    .mapBlock .lineTxt .txt {
        margin-left: 80px
    }

    .refProgram .left {
        width: calc(50% + -15px)
    }

    .refProgram .right {
        width: calc(50% - 68px)
    }

    .representativeBl {
        margin-top: 34px
    }

    .representativeBl .infTxt {
        right: -40px;
        top: -60px;
        position: absolute
    }

    .representativeBl .infTxt .titleBl .cap {
        line-height: 26px
    }

    .representativeBl .btn {
        position: absolute;
        top: calc(100% + 83px);
        right: 70px;
        left: auto
    }

    .refProgram .list {
        padding-right: 20px
    }

    .stateInpOut .right,
    .stateInpOut .left {
        padding: 32px 38px 69px 54px
    }

    .stateBlock .stateTxt ul li {
        padding-right: 30px
    }

    .faqList .answer {
        padding: 21px 0 12px 38px
    }

    .lineInfSocial .logo {
        margin-right: 50px
    }

    .lineInfSocial .supportBl {
        width: 22%
    }

    .lineFotText .item:nth-child(2) {
        flex: 1.1
    }

    .lineFotText .item:nth-child(3) {
        flex: 1.1
    }

    .footerBot {
        padding-top: 59px;
        padding-bottom: 24px
    }

    .footerBot .left {
        padding-top: 99px
    }

    .footerBot .left .item {
        width: calc(50% - 12px)
    }

    .footerBot .left .item .tit {
        line-height: 20px
    }

    .footerBot .left .item .txt {
        margin-top: 22px
    }

    .footerBot .right {
        width: calc(50% - 14px)
    }

    .footerBot .lineTechnolog {
        margin-top: 17px
    }

    .footerBot .lineTechnolog .text {
        top: -12px;
        padding-left: 28px
    }

    .copyTxt {
        bottom: 22px;
        margin-left: 102px
    }

    .grettingsPage::before {
        top: -190px;
        left: -320px
    }

    .actionBlock .actionWrap {
        background-size: cover;
        background-position: center;
        width: calc(100% + 20px);
        left: -10px;
        position: relative
    }

    .loginPage .lineTop .langBl {
        position: relative;
        right: auto;
        top: auto
    }

    .loginBlock {
        flex-wrap: wrap;
        padding: 70px 0
    }

    .loginBlock .left {
        width: 100%;
        padding: 0 15px
    }

    .loginBlock .right {
        width: 100%;
        margin: 0 auto;
        margin-top: 65px
    }

    .loginBlock .text .cap .smallTxt {
        display: block
    }

    .loginBlock .listSteps {
        margin-top: 50px
    }

    .loginList {
        padding: 73px 48px 73px 60px
    }

    .loginList .item {
        width: calc(50% - 20px)
    }

    .listRating {
        padding: 40px;
        grid-gap: 40px
    }

    .contactsInfoTop .list .item {
        width: calc((100% / 4) - 10px)
    }

    .contacts .infoCompany {
        padding: 50px 30px
    }

    .partnersProgram .refProgram .right {
        width: calc(50% + 2px)
    }

    .specialOffer {
        width: calc(50% - 169px)
    }

    .socialInvis {
        display: none
    }
}

@media (max-width: 1023px) {
    .container {
        width: 768px
    }

    .wrapper .cabPlansCarouselWrapper {
        padding-bottom: 160px
    }

    .wrapper header::before {
        margin-left: -336px
    }

    .wrapper header::after {
        margin-left: -76px;
        top: -1300px
    }

    .lineTop .adressBl {
        width: 40%
    }

    .lineTop .supportBl {
        width: 25%
    }

    .lineTop .btn {
        top: 90px
    }

    .langBl {
        top: 90px
    }

    .menuLine {
        padding: 0
    }

    .menu a {
        font-size: 12px
    }

    .grettingsMain .text {
        max-width: 100%
    }

    .grettingsMain .cap {
        max-width: 100%
    }

    .listMining {
        display: none
    }

    .profitBlock {
        background-image: url(../img/back-cab-lines.png)
    }

    .profitBlock .wrapIn {
        background: transparent;
        width: 100%;
        left: 0
    }

    .profitSlider {
        max-width: 768px
    }

    .profitSlider .item.slick-center::before {
        background-size: contain;
        width: 277px;
        top: -65px
    }

    .profitSlider .item.slick-center {
        width: 285px !important;
        padding-left: 40px
    }

    .profitSlider .item {
        width: 240px !important;
        padding: 34px 0 34px 55px
    }

    .profitSlider .item.slick-center+.item {
        padding-left: 20px
    }

    .profitLine {
        flex-wrap: wrap;
        padding: 0
    }

    .profitLine .titleBl {
        width: 100%;
        top: auto;
        max-width: 100%
    }

    .profitLine .calcLine {
        padding: 35px 0;
        width: 100%
    }

    .profitLine .calcWrap {
        max-width: 100%;
        width: 100%
    }

    .profitLine .inputLine {
        width: calc(50% - 124px)
    }

    .profitLine .btn {
        margin-left: 25px
    }

    .profitLine .profitTxt ul {
        position: relative;
        right: auto;
        top: auto;
        justify-content: flex-end;
        display: flex
    }

    .profitLine .profitTxt {
        position: relative;
        right: auto;
        top: auto;
        margin-top: 30px
    }

    .profitLine .profitTxt ul li+li {
        margin-top: 0;
        margin-left: 50px
    }

    .textAboutMain {
        padding: 20px 0 0
    }

    .textAboutMain .text:nth-child(2) {
        margin-top: 90px
    }

    .textAboutMain .text {
        width: calc(50% - 50px)
    }

    .textAboutMain .text:nth-child(1) {
        top: 0
    }

    .textAboutMain .text:nth-child(3) {
        width: 100%;
        left: 0;
        margin-top: 100px
    }

    .textAboutMain .picGold {
        height: 220px
    }

    .textAboutMain .picLogo {
        display: none
    }

    .serfBl {
        top: auto;
        max-width: 91%;
        min-height: 290px;
        margin-top: 60px
    }

    .serfBl .tit {
        max-width: 40%
    }

    .serfBl .picDoc {
        right: 0
    }

    .videoBl {
        width: 100%;
        left: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        top: auto;
        margin-top: 50px;
        background-size: contain;
        max-width: 754px
    }

    .serfLine .list {
        width: 100%;
        position: relative;
        top: auto;
        right: auto;
        margin-top: 50px
    }

    .mapBlock:before {
        top: -20px
    }

    .mapBlock {
        margin-top: 50px
    }

    .mapBlock .lineTxt {
        margin-top: 30px
    }

    .mapBlock .lineTxt .titleBl {
        max-width: 50%
    }

    .mapBlock .lineTxt .txt {
        margin-left: 0
    }

    .serfLine::before {
        top: -548px;
        margin-left: -1390px
    }

    .refProgram .left {
        width: 100%
    }

    .refProgram .right {
        width: 100%;
        margin-top: 100px
    }

    .refProgram .left .numerBlock {
        color: #ebf3f3
    }

    .representativeBl {
        max-width: 70%
    }

    .stateBlock {
        padding: 145px 0 239px
    }

    .stateBlock:after,
    .stateBlock:before {
        height: calc(100% - 155px)
    }

    .stateInpOut .right,
    .stateInpOut .left {
        padding: 30px 25px 50px
    }

    .stateBlock .stateTxt ul {
        flex-wrap: wrap
    }

    .stateBlock .stateTxt ul li {
        width: 100%
    }

    footer::after {
        display: none
    }

    .plSystem {
        padding: 73px 25px 25px
    }

    .plSystem .item {
        background-size: contain;
        width: calc((100% / 8) - 15px)
    }

    .menuFooter li a {
        font-size: 12px
    }

    .lineInfSocial .socialList {
        margin-top: 25px
    }

    .lineInfSocial {
        margin-top: 25px;
        flex-wrap: wrap;
        padding: 25px 0
    }

    .lineInfSocial .logo {
        margin: 0;
        width: 100%;
        margin-bottom: 25px
    }

    .lineInfSocial .adressBl {
        width: 45%
    }

    .lineInfSocial .supportBl {
        width: 50%
    }

    .lineFotText {
        flex-wrap: wrap;
        gap: 15px
    }

    .lineFotText .item:nth-child(1) {
        flex: auto;
        width: 100%;
        margin-bottom: 45px
    }

    .lineFotText .item:nth-child(2) {
        flex: auto;
        width: calc(50% - 15px)
    }

    .lineFotText .item:nth-child(3) {
        flex: auto;
        width: calc(50% - 15px)
    }

    .footerBot::before {
        top: 30px
    }

    .footerBot {
        padding-bottom: 0
    }

    .footerBot .left {
        padding-top: 111px
    }

    .footerBot .left .list {
        flex-wrap: wrap
    }

    .footerBot .left .item {
        width: 100%;
        margin-bottom: 30px
    }

    .footerBot .right {
        padding-top: 75px
    }

    .footerBot .lineTechnolog {
        flex-wrap: wrap
    }

    .footerBot .lineTechnolog .text {
        font-size: 10px;
        width: 100%;
        margin: 15px 0 0;
        padding: 0
    }

    .faqPage {
        padding: 0
    }

    .faqBlock .tabsBody {
        padding: 20px 10px
    }

    .blWhiteBlock {
        padding: 10px 20px 100px
    }

    .writeUsBl {
        left: 20px
    }

    .actionBlock {
        padding-bottom: 140px
    }

    .actionBlock .actionWrap {
        padding: 0 15px;
        min-height: 550px
    }

    .actionBlock .actionTxt {
        width: 100%
    }

    .listRating {
        grid-template-columns: repeat(2, 1fr);
        padding: 40px;
        grid-column-gap: 40px;
        grid-row-gap: 40px
    }

    .newsList {
        padding: 30px
    }

    .newsList .item {
        padding: 20px
    }

    .newsList .item .name {
        max-width: 50%
    }

    .newsList .pagination {
        width: calc(100% + 76px);
        left: -38px
    }

    .contactsInfoTop .list {
        flex-wrap: wrap
    }

    .contactsInfoTop .list .item {
        width: calc((100% / 2) - 10px);
        margin-bottom: 20px
    }

    .contacts {
        padding: 100px 0
    }

    .contactsFormWrap .btnLine {
        flex-wrap: wrap
    }

    .contactsFormWrap .btnLine .btn {
        margin-top: 35px
    }

    .contacts .mapBlock {
        margin-top: 50px
    }

    .contacts .infoCompany {
        max-width: 45%;
        padding: 50px 10px
    }

    .aboutPage {
        padding: 0
    }

    .aboutTextTop .textBlock p:nth-child(3) {
        margin-bottom: auto
    }

    .aboutTextTop .textBlock {
        column-count: 1
    }

    .whyBlock::before {
        margin-left: -750px;
        top: -770px
    }

    .whyBlock .left {
        width: 100%;
        padding-top: 190px
    }

    .whyBlock .right {
        padding: 0;
        width: 100%;
        padding-bottom: 50px
    }

    .whyBlock .numBlock {
        left: 0;
        margin-top: 60px
    }

    .investPage {
        padding: 0
    }

    .profitInfo {
        padding: 0 15px;
        flex-wrap: wrap
    }

    .profitInfo .left {
        flex-wrap: wrap;
        width: 100%
    }

    .profitInfo .right {
        width: 100%;
        padding: 15px 0;
        margin-top: 25px
    }

    .profitInfo .text {
        width: 60%
    }

    .partnerRepresentative {
        flex-wrap: wrap
    }

    .partnerRepresentative .representText {
        width: 100%
    }

    .partnerRepresentative .item {
        width: calc((100% / 3) - 60px)
    }

    .partnersProgram::before {
        top: 150px;
        margin-left: -570px
    }

    .partnersProgram .refProgram {
        padding: 80px 0
    }

    .partnersProgram .refProgram .right {
        padding: 0;
        margin: 0;
        width: 100%
    }

    .specialOffer {
        margin: 0;
        width: 100%;
        padding: 50px 0 0;
        margin: 0;
        position: relative;
        max-width: 50%;
        margin-top: 190px
    }

    .blockSpecial {
        position: absolute;
        left: calc(100% + 15px);
        top: -40px;
        width: 337px
    }
}

@media (max-width: 767px) {
    .container {
        width: 100%
    }

    .menuLine .supportBl {
        display: block;
        margin-top: 8px;
        background-color: #193646;
        padding: 35px 67px
    }

    .content {
        background-image: none
    }

    .wrapper header::before {
        display: none
    }

    .wrapper header::after {
        display: none
    }

    .lineTop .logo:before {
        left: -561px;
        top: -586px
    }

    .lineTop .logo {
        left: 4px;
        width: 87px;
        top: 51px;
        z-index: 11
    }

    .lineTop .adressBl {
        display: none
    }

    .lineTop .supportBl {
        display: none
    }

    .lineTop .btn {
        top: 20px;
        z-index: 11
    }

    .menuLine .supportBl .iconBl {
        left: 19px
    }

    .langBl {
        top: 20px;
        right: 145px;
        z-index: 11
    }

    .menuLine {
        display: none;
        background-color: #224658;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        margin: 0;
        padding-top: 105px
    }

    .menuLine .menu {
        display: block
    }

    .menu a {
        display: block;
        font-size: 14px;
        padding: 17px 16px 18px
    }

    .grettingsMain {
        margin-top: -80px
    }

    .grettingsMain::before {
        top: -420px
    }

    .grettingsMain .wrapIn {
        padding: 247px 7px 0
    }

    .grettingsMain .text .txt {
        display: none
    }

    .grettingsMain .text .btn {
        margin: 0
    }

    .grettingsMain .text {
        padding: 24px 0
    }

    .grettingsMain .cap {
        font-size: 39px;
        max-width: 90%;
        line-height: 58px
    }

    .listCurrents {
        display: none
    }

    .profitBlock {
        z-index: 1;
        padding: 80px 0 0
    }

    .profitSlider {
        width: calc(100% + 20px);
        left: -10px
    }

    .investCalc .profitSlider {
        width: 100%;
        left: 0
    }

    .profitSlider .item {
        width: 320px !important
    }

    .profitLine .calcLine {
        padding: 19px 6px
    }

    .profitLine .inputLine {
        width: 174px
    }

    .profitLine .inputLine+.inputLine {
        margin-left: 30px
    }

    .profitLine .btn {
        margin-left: 53px
    }

    .profitLine .profitTxt {
        margin-top: 34px;
        padding-right: 16px
    }

    .textAboutMain {
        padding: 0
    }

    .textAboutMain .text {
        width: calc(50% - 10px)
    }

    .textAboutMain .text:nth-child(3) {
        margin-top: 82px
    }

    .textAboutMain .text:nth-child(2) {
        margin-top: 100px
    }

    .textAboutMain .picGold {
        height: 161px;
        margin-top: -155px;
        margin-left: -5px
    }

    .serfBl {
        max-width: 97%;
        margin-top: 35px;
        min-height: auto
    }

    .videoBl {
        margin-top: 77px;
        width: 625px;
        height: 369px;
        background-size: cover
    }

    .videoBl .video {
        width: calc(100% - 169px);
        height: calc(100% - 83px)
    }

    .serfLine .list {
        margin-top: 40px
    }

    .serfLine .list .item:nth-child(2n) {
        left: 8px
    }

    .mapBlock:before {
        background-color: #000000;
        background-image: none;
        width: calc(100% + 20px);
        height: 100%;
        left: -10px;
        top: 0;
        margin: 0
    }

    .mapBlock {
        padding: 28px 11px;
        margin-top: 47px;
        height: auto
    }

    .mapBlock .map {
        height: 257px
    }

    .mapBlock .lineTxt {
        margin-top: 67px
    }

    .serfLine::before {
        top: -598px
    }

    .refProgram {
        padding: 50px 0 0
    }

    .refProgram .right {
        margin-top: 75px
    }

    .representativeBl {
        max-width: 93%;
        margin-top: 59px
    }

    .representativeBl .inf::before {
        left: 97px;
        top: -5px
    }

    .representativeBl .infTxt {
        top: -57px
    }

    .representativeBl .btn {
        top: calc(100% + 87px);
        left: 140px
    }

    .stateBlock {
        padding: 200px 0 239px
    }

    .stateBlock:after,
    .stateBlock:before {
        top: 175px
    }

    .stateInpOut {
        width: calc(100% + 20px);
        left: -10px;
        position: relative
    }

    .stateInpOut .right,
    .stateInpOut .left {
        padding: 30px 25px 71px 23px
    }

    .stateInpOut .list .item {
        padding-right: 44px
    }

    .stateInpOut .list .item .pic {
        right: -2px
    }

    .stateInpOut .sumLine {
        width: 270px;
        left: 50%;
        margin-left: -130px;
        padding: 14px 15px 14px 15px;
    }

    .stateInpOut .sumLine .txt {
        font-size: 13px;
        letter-spacing: 0.025em;
        width: 60%;
    }

    .stateInpOut .sumLine .val {
        font-size: 14px;
        letter-spacing: 0.025em;
        flex: auto;
        width: 40%;
    }

    .stateBlock .stateTxt .titleBl .cap {
        font-size: 27px
    }

    .stateBlock .stateTxt ul {
        margin-top: 28px
    }

    .stateBlock .stateTxt ul li+li {
        margin-top: 38px
    }

    .stateBlock .stateTxt .titleBl {
        padding-left: 71px
    }

    .faqList {
        min-height: auto
    }

    .faqList .quest::before {
        top: 20px
    }

    .faqList .quest {
        line-height: 23px
    }

    .faqList .answer {
        padding: 0 0 21px 38px
    }

    .plSystem {
        width: calc(100% + 50px);
        left: -30px;
        padding: 73px 30px 25px;
        margin-top: 17px
    }

    .plSystem .list {
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-top: 23px
    }

    .plSystem .item {
        width: calc((100% / 5) - 15px);
        background-size: auto;
        margin: 12px 0
    }

    .menuFooter {
        display: none
    }

    .lineInfSocial .socialList {
        margin-top: 41px
    }

    .lineInfSocial {
        margin-bottom: 44px;
        padding-bottom: 117px;
        border: 0;
        padding-top: 38px
    }

    .lineInfSocial .logo {
        margin-bottom: 44px
    }

    .lineInfSocial .adressBl {
        width: 50%
    }

    .lineInfSocial .supportBl {
        width: 45%
    }

    .lineFotText {
        display: none
    }

    .footerBot {
        display: none
    }

    .copyTxt::before {
        opacity: 1
    }

    .copyTxt {
        margin: 0;
        left: 50px;
        right: auto
    }

    .grettingsPage .cap {
        font-size: 50px;
        line-height: 60px
    }

    .grettingsPage .wrapIn {
        padding: 80px 0 50px
    }

    .grettingsPage .nameCompany {
        font-size: 30px
    }

    .faqBlock .tabs {
        flex-wrap: wrap;
        min-height: auto
    }

    .faqBlock .listLinks::before {
        display: none
    }

    .faqBlock .listLinks {
        background-image: url(../img/back-cab-lines.png);
        width: 100%;
        padding: 15px;
        display: flex;
        flex-wrap: wrap;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        border-radius: 25px
    }

    .faqBlock .listLinks li+li {
        margin-top: 0
    }

    .faqBlock .tabsBody {
        width: 100%;
        flex: auto
    }

    .blWhiteBlock {
        padding: 10px 5px
    }

    .faqBlock .faqList .quest {
        padding: 8px 0 10px 37px
    }

    .writeUsBl {
        left: auto;
        position: relative;
        margin: 0 auto;
        top: auto;
        bottom: auto;
        margin-top: 25px
    }

    .loginPage.login .loginForm {
        background-image: url(../img/back-cab-lines.png);
        min-height: auto;
        height: auto
    }

    .loginList {
        padding: 50px 15px
    }

    .loginList .item {
        width: calc(50% - 6px)
    }

    .rulesPage {
        padding-bottom: 30px
    }

    .listRating {
        padding: 30px;
        grid-column-gap: 30px;
        grid-row-gap: 30px
    }

    .listRating .item .pic {
        background-size: contain
    }

    .listRating .item {
        padding: 15px 0
    }

    .newsList .item {
        flex-wrap: wrap
    }

    .newsList .item .pic {
        width: 100%;
        background-size: cover
    }

    .newsList .item .text {
        width: 100%;
        padding: 15px 0
    }

    .newsList .item .date {
        position: relative;
        top: auto;
        left: auto;
        display: table;
        margin-bottom: 5px;
        right: auto;
        margin-bottom: 10px
    }

    .newsList .item .name {
        max-width: 100%
    }

    .newsList .item .txt {
        margin-top: 10px
    }

    .contactsInfoTop {
        padding: 0
    }

    .contacts:before {
        top: 0;
        background-image: url(../img/back-cab-lines.png)
    }

    .contacts {
        padding: 50px 0;
        margin-top: 50px
    }

    .contactsFormWrap {
        flex-wrap: wrap
    }

    .contactsFormWrap .left {
        width: 100%
    }

    .contactsFormWrap .right {
        width: 100%;
        margin-top: 20px
    }

    .contacts .mapBlock {
        margin-bottom: 0
    }

    .contacts .infoCompany {
        max-width: 100%
    }

    .contacts .infoCompany .tit {
        color: #152c4c
    }

    .contacts .infoCompany .txt {
        color: #152c4c
    }

    .docBlock {
        margin: 0 auto;
        position: relative;
        left: -25px
    }

    .whyBlock::before {
        margin-left: -640px
    }

    .investCalc .profitBlock {
        padding: 0;
        width: calc(100% + 20px);
        left: -10px
    }

    .partnersProgram {
        background-image: url(../img/back-cab-lines.png);
        padding-bottom: 40px;
        margin-bottom: 30px
    }

    .partnerRepresentative .representativeBl {
        z-index: 1
    }

    .partnerRepresentative .representText {
        z-index: 2
    }

    .partnerRepresentative .list {
        flex-wrap: wrap;
        text-align: center;
        gap: 15px;
        margin: 0
    }

    .partnerRepresentative .item {
        width: 100%
    }

    .partnerRepresentative .item:before {
        display: noe
    }

    .partnerRepresentative .item .btn {
        max-width: 210px;
        margin: 15px auto 0
    }

    .partnersProgram::before {
        display: none
    }

    .partnersProgram .refProgram {
        padding: 30px 0 0
    }

    .partnersProgram .refProgram .right .titleBl .cap {
        color: #104559
    }

    .partnersProgram .refProgram .list .item .txt {
        color: #104559
    }

    .specialOffer {
        margin: 0;
        max-width: 100%
    }

    .blockSpecial {
        position: relative;
        left: auto;
        top: auto;
        margin: 25px auto 0
    }

    .menuBtn {
        display: block;
        right: 27px;
        top: 75px;
        width: 41px;
        z-index: 10
    }
}

@media (max-width: 639px) {
    .wrapper .cabPlansCarouselWrapper {
        padding-bottom: 50px
    }

    .grettingsMain::before {
        top: -560px
    }

    .grettingsMain .wrapIn {
        padding: 170px 0 0px;
    }

    .grettingsMain .cap {
        font-size: 30px;
        line-height: 50px
    }

    .profitBlock {
        padding: 60px 0 0
    }

    .titleBl .cap {
        line-height: 30px
    }

    .titleBl .cap .smallTxt {
        line-height: 14px
    }

    .profitLine .calcLine {
        padding: 19px 6px 70px
    }

    .profitLine .calcWrap {
        justify-content: space-between
    }

    .profitLine .inputLine {
        width: calc(50% - 10px)
    }

    .profitLine .inputLine+.inputLine {
        margin: 0
    }

    .profitLine .btn {
        margin: 15px auto 0;
        position: absolute;
        top: calc(100% - 74px);
        left: 0;
        right: 0;
        margin: 0 auto
    }

    .profitLine .profitTxt ul {
        justify-content: center;
        flex-wrap: wrap
    }

    .profitLine .profitTxt {
        margin: 15px 0;
        padding: 0;
        text-align: center;
        justify-content: center
    }

    .textAboutMain .text:nth-child(1) {
        width: 100%
    }

    .textAboutMain .text:nth-child(3) {
        margin-top: 25px
    }

    .textAboutMain .text:nth-child(2) {
        width: 100%;
        margin-top: 25px
    }

    .textAboutMain .picGold {
        position: relative;
        margin: 0 auto;
        max-width: 480px;
        left: auto;
        bottom: auto;
        top: auto;
        right: auto;
        height: 260px;
        width: 100%
    }

    .serfBl {
        padding: 0
    }

    .serfBl .pic {
        position: relative
    }

    .videoBl {
        width: 466px;
        height: 282px;
        margin: 90px auto 0
    }

    .videoBl .video {
        width: calc(100% - 108px);
        height: calc(100% - 55px);
        left: 60px;
        top: 25px
    }

    .mapBlock .lineTxt {
        flex-wrap: wrap;
        margin-top: 25px
    }

    .mapBlock .lineTxt .titleBl {
        max-width: 100%
    }

    .mapBlock .lineTxt .txt {
        margin-left: 80px;
        margin-top: 15px
    }

    .representativeBl {
        max-width: 100%
    }

    .representativeBl .infTxt {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        margin: 0 auto
    }

    .representativeBl .btn {
        position: relative;
        top: auto;
        left: 0;
        margin: 0 auto
    }

    .stateBlock {
        padding: 115px 0 229px
    }

    .stateInf {
        flex-wrap: wrap
    }

    .stateInf li {
        width: 50%;
        padding: 25px 0
    }

    .stateInf li+li::before {
        left: 0
    }

    .stateInf li:nth-child(3):before {
        display: none
    }

    .stateInpOut {
        flex-wrap: wrap
    }

    .stateInpOut .right,
    .stateInpOut .left {
        width: 100%;
        -webkit-border-radius: 25px;
        -moz-border-radius: 10px;
        -ms-border-radius: 25px;
        border-radius: 25px
    }

    .stateInpOut .right {
        margin-top: 50px
    }

    .stateBlock .stateTxt .left {
        width: 100%
    }

    .stateBlock .stateTxt {
        flex-wrap: wrap
    }

    .stateBlock .stateTxt .right {
        width: 100%;
        margin-top: 50px
    }

    .stateBlock .stateTxt .faqList {
        min-height: auto
    }

    .plSystem .item {
        width: calc((100% / 3) - 15px);
        margin: 10px 0
    }

    .lineInfSocial {
        padding: 15px 15px 100px
    }

    .lineInfSocial .adressBl {
        width: 100%
    }

    .lineInfSocial .supportBl .iconBl {
        left: -7px
    }

    .lineInfSocial .supportBl {
        width: 100%;
        margin-top: 25px
    }

    .loginPage .lineTop {
        padding: 20px 0
    }

    .loginBlock {
        padding: 70px 0 0
    }

    .loginBlock .text .cap {
        font-size: 30px;
        line-height: 40px;
        max-width: 100%
    }

    .loginBlock .text .cap .smallTxt {
        font-size: 24px
    }

    .loginBlock .listSteps .item .name {
        font-size: 14px
    }

    .loginBlock .listSteps .item .txt {
        font-size: 14px
    }

    .loginPage.registration .loginForm {
        background-image: url(../img/back-cab-lines.png);
        height: auto;
        min-height: auto
    }

    .loginList {
        padding: 30px 15px
    }

    .loginList .item {
        width: 100%;
        min-height: auto
    }

    .picCaptcha {
        margin: 0 auto
    }

    .loginList .btn {
        max-width: 320px;
        margin: 25px auto 0
    }

    .loginList .txt {
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0
    }

    .chekBlock {
        padding: 15px 0
    }

    .chekBlock label br {
        display: none
    }

    .rulesTxtTop {
        padding: 0
    }

    .listRating {
        grid-template-columns: 1fr;
        padding: 15px;
        grid-column-gap: 15px;
        grid-row-gap: 15px
    }

    .newsPage {
        padding: 0 0 15px
    }

    .newsList {
        padding: 15px 15px 35px
    }

    .newsList .pagination {
        width: calc(100% + 48px);
        left: -24px
    }

    .contactsInfoTop .socialList {
        margin-top: 15px
    }

    .contactsInfoTop .list {
        margin-top: 30px
    }

    .contactsInfoTop .list .item {
        padding: 25px;
        width: calc((100% / 2) - 5px);
        margin-bottom: 10px
    }

    .contactsFormWrap .btnLine .btn {
        margin: 25px auto 0
    }

    .whyBlock .docBlock {
        left: 50%;
        margin-left: -270px;
        max-width: 460px
    }

    .whyBlock .docBlock .doc {
        width: 350px;
        height: 306px
    }

    .whyBlock .numBlock {
        max-width: 100%;
        width: 100%
    }

    .profitInfo .right {
        margin-top: 15px
    }

    .profitInfo .plan {
        width: 100%
    }

    .profitInfo .text {
        width: 100%;
        margin-top: 15px
    }

    .partnersProgram {
        padding: 50px 0 0
    }
}

@media (max-width: 479px) {
    #triangleSmall {
        display: none
    }

    .lineTop {
        padding: 0
    }

    .lineTop .logo {
        left: 4px;
        width: 87px;
        top: 38px
    }

    .lineTop .btn {
        top: 15px;
        right: 4px
    }

    .langBl {
        top: 12px;
        right: 105px
    }

    .loginPage .lineTop .langBl {
        position: absolute;
        right: 5px;
        top: 65px
    }

    .grettingsMain {
        margin-bottom: -35px
    }

    .grettingsMain::before {
        top: -625px
    }

    .grettingsMain .wrapIn {
        padding: 196px 0 20px 9px;
    }

    .grettingsMain .cap {
        font-size: 22px;
        max-width: 100%;
        line-height: 34px
    }

    .profitBlock {
        z-index: 1;
        padding: 35px 0 14px
    }

    .titleBl .cap {
        font-size: 25px
    }

    .profitLine .calcLine {
        padding: 20px 0 90px
    }

    .profitLine .calcWrap {
        padding: 0 10px
    }

    .profitLine .profitTxt {
        margin: 20px 0 0
    }

    .profitLine .profitTxt ul li {
        width: 100%;
        text-align: center
    }

    .profitLine .profitTxt ul li+li {
        margin-left: 0;
        margin-top: 15px
    }

    .textAboutMain .text:nth-child(2) {
        margin-top: -8px
    }

    .textAboutMain .text:nth-child(3) {
        margin-top: 0
    }

    .textAboutMain .picGold {
        max-width: 320px;
        height: 180px;
        margin-top: 35px
    }

    .serfBl .num {
        font-size: 20px;
        margin-top: 11px
    }

    .serfBl .btn {
        margin-top: 27px
    }

    .serfBl .picDoc {
        width: 144px;
        height: 200px;
        background-position: center;
        background-size: cover;
        top: 0;
        right: 4px
    }

    .videoBl {
        width: 300px;
        height: 179px;
        margin: 30px auto 0
    }

    .videoBl .video {
        width: calc(100% - 76px);
        height: calc(100% - 35px);
        left: 40px;
        top: 18px
    }

    .playBl {
        height: 100%;
        padding: 44px 0
    }

    .playBl .play {
        background-size: contain;
        width: 50px;
        background-repeat: no-repeat;
        height: 50px
    }

    .playBl .txt {
        margin-top: 5px
    }

    .serfLine .list .item {
        width: 100%
    }

    .serfLine .list .item:nth-child(2n) {
        left: 0
    }

    .mapBlock .lineTxt {
        padding: 0;
        margin-top: 18px
    }

    .mapBlock .lineTxt .titleBl {
        padding-left: 74px
    }

    .mapBlock .lineTxt .txt {
        margin-top: 22px
    }

    .refProgram {
        padding: 92px 0 0
    }

    .refProgram .right {
        margin-top: 1px
    }

    .representativeBl .inf {
        width: 100%
    }

    .representativeBl .infTxt {
        -webkit-transform: scale(.75);
        -moz-transform: scale(.75);
        -o-transform: scale(.75);
        transform: scale(.75);
        left: -4px;
        top: -66px;
        width: 100%;
        margin-bottom: -100px
    }

    .representativeBl .infTxt::before {
        left: -31px
    }

    .refProgram .right .text {
        margin-top: 32px
    }

    .refProgram .list .item {
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between
    }

    .refProgram .list .item .txt:nth-child(3) {
        flex: auto;
        min-width: 50%;
        text-align: left
    }

    .refProgram .list .item .txt {
        width: 70%;
        flex: auto;
        padding: 5px 0
    }

    .refProgram .list .item .val.colorGreen {
        text-align: right
    }

    .refProgram .list .item .val {
        width: 30%;
        flex: auto;
        padding: 0;
        text-align: right
    }

    .stateInf li {
        padding: 15px 0
    }

    .stateInf li .tit {
        max-width: 50%;
        margin: 27px auto 0
    }

    .stateInpOut {
        width: calc(100% + 20px);
        left: -10px;
        position: relative
    }

    .stateInpOut .title {
        font-size: 14px
    }

    .stateInpOut .right,
    .stateInpOut .left {
        padding: 30px 25px 71px
    }

    .stateInpOut .right {
        margin-top: 70px
    }

    .stateInpOut .sumLine {
        width: 270px;
        margin-left: -132px;
        padding: 14px 23px 14px 17px
    }

    .stateInpOut .sumLine .txt {
        font-size: 13px;
        letter-spacing: .07em
    }

    .stateInpOut .sumLine .val {
        font-size: 14px
    }

    .stateBlock .stateTxt {
        margin-top: 38px
    }

    .stateBlock .stateTxt .right {
        margin-top: 38px
    }

    .plSystem {
        padding-right: 0;
        padding-top: 95px
    }

    .plSystem .item {
        width: calc((100% / 3) - 5px)
    }

    .lineInfSocial {
        padding: 49px 5px 100px
    }

    .lineInfSocial .logo {
        margin-bottom: 24px
    }

    .lineInfSocial .supportBl {
        margin-top: 33px
    }

    .lineInfSocial .socialList {
        margin-top: 51px
    }

    .grettingsPage {
        padding-top: 60px
    }

    .grettingsPage .cap {
        font-size: 40px;
        line-height: 40px
    }

    .grettingsPage .nameCompany {
        font-size: 30px
    }

    .blWhiteBlock::after {
        width: 100%;
        background-size: cover
    }

    .writeUsBl {
        background-size: contain;
        width: 100%;
        background-position: center;
        max-width: 320px;
        margin: 0
    }

    .actionBlock.version2 .actionWrap {
        min-height: 470px;
        align-items: flex-start;
        padding-top: 85px
    }

    .actionBlock .text {
        padding: 0;
        max-width: 100%;
        font-size: 12px;
        line-height: 18px
    }

    .actionBlock .actionTxt {
        top: 0
    }

    .loginPage .lineTop .logo {
        left: 30px
    }

    .loginList {
        padding: 30px 5px
    }

    .picCaptcha {
        position: relative;
        left: -2px
    }

    .loginList .btn {
        max-width: 280px
    }

    .rulesList .item+.item {
        padding-top: 15px
    }

    .rulesList .item .titleBl {
        padding-left: 0
    }

    .rulesList .item .titleBl .numer {
        position: relative;
        top: auto;
        left: auto;
        margin-bottom: 7px;
        display: block
    }

    .pagination ul li {
        margin: 0 6px
    }

    .contactsInfoTop .socialList ul li+li {
        margin-left: 10px
    }

    .contactsInfoTop .list .item {
        width: 100%
    }

    .contacts .infoCompany ul {
        margin-bottom: 0
    }

    .contacts .infoCompany li {
        width: 100%;
        text-align: center
    }

    .contacts .infoCompany .btn {
        margin: 0 auto
    }

    .docBlock {
        left: 50%;
        margin-top: 55px;
        margin-left: -226px
    }

    .whyBlock::before {
        top: -910px
    }

    .whyBlock .left {
        padding-top: 50px
    }

    .whyBlock .docBlock {
        justify-content: center;
        flex-wrap: wrap;
        max-width: 320px;
        left: 0;
        margin: 35px auto 0
    }

    .whyBlock .docBlock .doc {
        height: 380px;
        position: relative;
        top: auto;
        left: auto;
        width: 100% !important
    }

    .whyBlock .docBlock .doc+.doc {
        top: auto;
        margin-top: 25px
    }

    .whyBlock .numBlock .tit {
        text-align: center
    }

    .whyBlock .numBlock .num {
        text-align: center
    }

    .whyBlock .numBlock .btn {
        margin: 5px auto
    }

    .whyBlock .listWhy .item {
        width: 100%
    }

    .profitInfo .plan {
        width: 100%
    }

    .blockSpecial {
        background-size: contain;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
        padding: 90px 20px;
        max-width: 320px
    }

    .blockSpecial .pr {
        font-size: 90px;
        text-align: center;
        display: block
    }

    .menuBtn {
        right: 14px;
        top: 62px
    }
}

.backImages {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    overflow: hidden;
    z-index: 3;
    pointer-events: none;
}

.backImages [class*="layer"] {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-position: center 280px;
}

span.err {
    display: block;
    width: 100%;
    color: red;
    font-size: 12px;
}

.loginForm h2 {
    text-align: center;
    padding: 40px 0 0;
}
.loginForm p.info {
    text-align: center;
    padding: 20px 0 0;
}

.default_form {
    width: 100%;
}
.default_form fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}
.default_form table {}
.default_form table tr {
    padding: 4px 15px 4px 15px;
    min-height: 48px;
    position: relative;
}
.default_form table tr td {
    text-align: left;
    padding: 8px 50px 8px 0;
}
.default_form table tr td:first-child {
    font-size: 18px;
}

.button-blue, .button-green, .button-gray {
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.3em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

    border: 0;
    padding: 12px 24px;
    letter-spacing: 0.1em;
    cursor: pointer;

    color: #fff;
    background: #ffc000;   
}
.button-blue:hover, .button-green:hover, .button-gray:hover {
    opacity: 0.7;
}

.button-red {
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.3em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

    border: 0;
    padding: 12px 24px;
    letter-spacing: 0.1em;
    cursor: pointer;

    color: #fff;
    background: #21aaaf;
    background: -moz-linear-gradient(top, #21aaaf 0%, #017477 100%);
    background: -webkit-linear-gradient(top, #21aaaf 0%, #017477 100%);
    background: linear-gradient(to bottom, #21aaaf 0%, #017477 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#21aaaf", endColorstr="#017477", GradientType=0);
}
.button-red:hover {
    opacity: 0.7;
}