Viewing File: /home/quiczmwg/bitmaven.org/css/style.css
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type='number'] {
-moz-appearance: textfield;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body.hidden {
overflow: hidden;
}
body {
margin: 0 auto;
max-width: 1920px;
min-width: 320px;
font-family: "Aguda";
}
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 {
text-decoration: none;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
outline: none;
}
:after,
:before {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
input,
textarea {
outline: none;
font-family: "Aguda";
}
button {
outline: none;
margin: 0;
padding: 0;
font-family: "Aguda";
}
span,
.owl-prev,
.owl-next {
outline: none;
}
.cfix:after {
content: " ";
display: block;
clear: both;
}
.table {
display: table;
}
.invisLink {
position: relative;
}
.invisLink > a, .invsLink > a, .invsiLink a {
display: block;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 7;
overflow: hidden;
text-indent: 200%;
white-space: nowrap;
}
.wrapper {
overflow: hidden;
position: relative;
}
.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: 5px;
}
.modalsScroll .closeModal span {
position: relative;
background-color: #fff;
height: 2px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
display: block;
width: 100%;
top: 7px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.modalsScroll .closeModal:hover {
opacity: 0.5;
}
.modalsScroll .closeModal {
outline: none;
z-index: 30;
position: absolute;
right: -41px;
top: -31px;
text-decoration: none;
cursor: pointer;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
font-size: 35px;
width: 30px;
height: 30px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
border-radius: 50px;
border: solid 2px #fff;
padding: 5px;
}
.modalsScroll .closeModal:hover span {
background-color: #fff;
}
.modalsScroll .overlayModal {
z-index: 4;
position: fixed;
background-color: #0a1832;
width: 100%;
height: 100%;
top: 0;
left: 0;
cursor: pointer;
display: none;
opacity: 0.77;
}
.modalsScroll .blockMod {
position: relative;
z-index: 5;
display: none;
margin: 0 auto;
max-width: 450px;
}
.blockMod .in {
position: relative;
z-index: 2;
}
.container {
width: 1410px;
margin: 0 auto;
}
header {
position: relative;
z-index: 2;
}
header.headerMain {
min-height: 1446px;
}
header.headerMain::before {
content: "";
position: absolute;
left: calc(50% - 973px);
top: 0;
background-image: url(../img/bgheadermain.png);
width: 1933px;
height: 1446px;
background-position: center;
background-repeat: no-repeat;
z-index: -1;
}
header.headerMain .wrapIn {
position: relative;
}
.lineTop {
display: flex;
align-items: flex-end;
justify-content: space-between;
}
.lineTop .logo {
width: 255px;
left: 4px;
top: 28px;
}
.logo {
display: flex;
position: relative;
cursor: pointer;
}
.logo .text {
padding-left: 19px;
padding-top: 14px;
}
.logo .txt {
color: #27e11c;
font-size: 21px;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 1.2px;
}
.logo .desr {
color: #fd0;
font-size: 16px;
display: block;
letter-spacing: 11px;
margin-top: 3px;
}
.lineTop .infoLine {
width: calc(100% - 255px);
padding-left: 100px;
}
.lineTop .infoLine .top {
display: flex;
padding-top: 30px;
justify-content: space-between;
}
.socialBl ul {
display: flex;
}
.socialBl ul li + li {
margin-left: 12px;
}
.socialBl ul li a {
color: #fff;
font-size: 15px;
background-color: #133e34;
width: 45px;
height: 45px;
display: block;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
border-radius: 50px;
text-align: center;
line-height: 48px;
}
.socialBl ul li a:hover {
background-color: #fd0;
color: #133e34;
}
.timeBlock {
position: relative;
margin-left: 105px;
width: 102px;
}
.timeBlock .iconBl {
color: #27e11c;
font-size: 40px;
position: absolute;
left: -57px;
top: 1px;
}
.timeBlock #date {
color: #8db0a6;
font-size: 14px;
display: block;
letter-spacing: 0.4px;
}
.timeBlock #time {
color: #fff;
font-size: 22px;
font-weight: 900;
margin-top: 3px;
display: block;
}
.linksBlock {
margin-left: 21px;
}
.linksBlock ul {
display: flex;
}
.linksBlock ul li {
width: 100%;
}
.linksBlock ul li + li {
margin-left: 26px;
}
.linksBlock ul li .tit {
color: #8db0a6;
font-size: 14px;
display: block;
}
.linksBlock ul li .phone {
color: #fff;
font-size: 14px;
display: table;
margin-top: 11px;
letter-spacing: 0.5px;
text-decoration: underline;
text-decoration-color: transparent;
}
.linksBlock ul li .phone:hover {
text-decoration-color: #fff;
}
.linksBlock ul li .mail {
color: #27e11c;
font-size: 14px;
letter-spacing: 0.4px;
display: table;
margin-top: 10px;
text-decoration: underline;
/* white-space: nowrap; */
}
.headerMain .linksBlock ul li .mail {
white-space: nowrap;
}
.linksBlock ul li .mail:hover {
text-decoration-color: transparent;
}
.logBlock {
border: solid 2px #27e11c;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
border-radius: 50px;
display: flex;
overflow: hidden;
width: 210px;
justify-content: space-between;
position: relative;
top: 3px;
height: 45px;
margin-left: 44px;
}
.logBlock .reg {
color: #27e11c;
font-size: 14px;
font-weight: 700;
display: flex;
align-items: center;
justify-content: center;
height: 100%;
padding: 15px 5px 15px 6px;
width: 50%;
text-transform: uppercase;
}
.logBlock .reg:hover {
opacity: 0.75;
}
.logBlock .log {
color: #1e2029;
font-size: 14px;
font-weight: 700;
background-color: #27e11c;
display: flex;
align-items: center;
justify-content: center;
height: 100%;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
border-radius: 50px;
text-transform: uppercase;
padding: 15px 25px 15px 41px;
position: relative;
background-image: url(../img/str_black.png);
background-position: 18px center;
background-repeat: no-repeat;
}
.logBlock .log:hover {
opacity: 0.75;
}
.menu {
margin-top: 45px;
padding-left: 31px;
}
.menu ul {
display: flex;
justify-content: space-between;
}
.menu ul li a {
color: #fff;
font-size: 18px;
font-weight: 700;
position: relative;
}
.menu ul li a:hover {
color: #fd0;
}
.menu ul li a.active {
color: #fd0;
}
.menu ul li a.active::before {
opacity: 1;
}
.menu ul li a::before {
content: "";
position: absolute;
left: -30px;
top: -12px;
width: calc(100% + 58px);
height: calc(100% + 21px);
border: solid 2px #fd0;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
border-radius: 50px;
display: block;
opacity: 0;
}
.colorGreen {
color: #27e11c;
}
.colorYellow {
color: #f4d300;
}
.colorWhite {
color: #fff;
}
.btn, .sbmt {
outline: none;
font-size: 20px;
font-weight: 700;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
border-radius: 50px;
border: 0;
background: transparent;
position: relative;
cursor: pointer;
text-align: center;
display: table;
}
.btn.btnGreen, .sbmt {
color: #1e2029;
background-color: #27e11c;
}
.sbmt {
margin-top: 57px;
padding: 16px 0;
width: 209px;
font-size: 16px;
display: inline-block;
}
.sbmt:hover {
background-color: #fd0;
}
.btn.btnGreen:hover {
background-color: #fd0;
}
.btn.btnYellow {
color: #1e2029;
background-color: #fd0;
}
.btn.btnYellow:hover {
background-color: #27e11c;
}
.greetingsMain {
padding-top: 393px;
position: relative;
}
.greetingsMain .cap {
font-size: 60px;
color: #fff;
display: block;
font-weight: 300;
letter-spacing: -2.2px;
line-height: 101px;
position: relative;
z-index: 2;
left: -5px;
}
.greetingsMain .cap span {
/* display: block; */
}
.greetingsMain .txt {
font-size: 20px;
color: #fff;
display: block;
margin-top: 26px;
max-width: 50%;
letter-spacing: 0.5px;
line-height: 39px;
position: relative;
z-index: 2;
text-align: right;
padding-right: 100px;
}
.greetingsMain .btn {
margin-top: 83px;
width: 278px;
padding: 19px 0;
-webkit-box-shadow: 0 23px 40px 8px rgba(0, 0, 0, 0.61);
-moz-box-shadow: 0 23px 40px 8px rgba(0, 0, 0, 0.61);
box-shadow: 0 23px 40px 8px rgba(0, 0, 0, 0.61);
z-index: 2;
}
.acceptBlock {
margin-top: 112px;
position: relative;
z-index: 5;
}
.acceptBlock .title {
color: #fff;
font-size: 20px;
display: block;
letter-spacing: 0.5px;
}
.acceptBlock .list {
display: flex;
margin-top: 19px;
justify-content: space-between;
position: relative;
left: -7px;
max-width: 68%;
}
/* .acceptBlock .item::before {
content: "";
position: absolute;
left: -42px;
top: 50%;
background-image: url(../img/fonaccept.png);
background-repeat: no-repeat;
width: 41px;
height: 5px;
margin-top: 0;
} */
/* .acceptBlock .item:first-child::before {
display: none;
} */
.acceptBlock .item {
background-repeat: no-repeat;
height: 50px;
background-position: center;
background-size: 100% auto;
width: 100px;
position: relative;
}
.listCurCircle {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.listCurCircle .item {
position: absolute;
}
.listCurCircle .item .picture {
background-position: center;
background-repeat: no-repeat;
position: absolute;
left: 0;
top: 0;
}
.listCurCircle .item .circle {
width: 0;
height: 0;
background-color: #fff;
display: block;
position: absolute;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
background: rgba(255, 255, 255, 0.7);
box-shadow: inset 0 0 10px 2px rgba(255, 255, 255, 1), 0 0 10px 10px rgba(255, 255, 255, 1);
-webkit-animation: pulse 1s alternate infinite;
-moz-animation: pulse 1s alternate infinite;
}
.listCurCircle .item .val {
color: #fd0;
font-weight: 900;
font-size: 20px;
display: block;
position: relative;
z-index: 3;
}
.listCurCircle .item .val .small {
font-size: 16px;
vertical-align: 8px;
}
.listCurCircle .item .pr {
color: #27e11c;
font-size: 16px;
margin-top: 6px;
display: block;
position: relative;
z-index: 3;
}
.listCurCircle .item.riple {
padding-left: 118px;
left: -170px;
top: 211px;
padding-top: 24px;
}
.listCurCircle .item.riple .picture {
width: 102px;
height: 117px;
left: 0;
top: 0;
}
.listCurCircle .item.riple .circle {
left: 97px;
top: 30px;
}
.listCurCircle .item.eth {
padding-left: 306px;
left: 477px;
top: 92px;
padding-top: 61px;
}
.listCurCircle .item.eth .picture {
width: 284px;
height: 259px;
}
.listCurCircle .item.eth .circle {
left: 273px;
top: 65px;
}
.listCurCircle .item.dash {
left: 988px;
top: 227px;
padding-top: 178px;
text-align: right;
}
.listCurCircle .item.dash .picture {
width: 220px;
height: 267px;
left: 49px;
}
.listCurCircle .item.dash .circle {
left: 93px;
top: 186px;
}
.listCurCircle .item.ltc {
right: 21px;
top: 461px;
padding-top: 178px;
text-align: right;
}
.listCurCircle .item.ltc .picture {
width: 192px;
height: 167px;
top: 41px;
left: 14px;
}
.listCurCircle .item.ltc .circle {
left: 83px;
top: 184px;
}
.listCurCircle .item.btc {
left: 666px;
top: 536px;
padding-top: 449px;
text-align: right;
padding-left: 50px;
}
.listCurCircle .item.btc .picture {
width: 444px;
height: 503px;
top: 41px;
left: 14px;
}
.listCurCircle .item.btc .circle {
left: 175px;
bottom: 38px;
box-shadow: inset 0 0 10px 2px #fd0 0 0 10px 10px #fd0;
}
.calcInvestBl {
padding: 109px 0 48px;
position: relative;
z-index: 5;
}
.calc {
display: flex;
justify-content: space-between;
}
.calc .left {
width: 507px;
}
.calc .left .capTitle + * {
margin-top: 55px;
}
.calc .right {
width: calc(50% + 70px);
}
.capTitle {
color: #2f313c;
font-size: 40px;
font-weight: 300;
position: relative;
display: table;
}
.capTitle:before {
content: "";
position: absolute;
left: 0;
background-color: #27e11c;
width: 65px;
height: 2px;
bottom: -19px;
}
.textBlock {
color: #2f313c;
font-size: 14px;
letter-spacing: 0.4px;
line-height: 25px;
}
.textBlock p + b {
margin-top: 26px;
}
.textBlock p + p {
margin-top: 27px;
}
.textBlock > b {
font-weight: 900;
display: block;
}
.textBlock ul li {
position: relative;
}
.textBlock ul li::before {
content: "";
position: absolute;
left: -18px;
top: 8px;
background-color: #27e11c;
width: 9px;
height: 9px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
}
.textBlock ul li + li {
margin-top: 17px;
}
.calcTotal {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-top: 63px;
max-width: 485px;
}
.calcTotal .inputLine {
width: calc(50% - 15px);
position: relative;
}
.inputLine label .imp {
color: #fd0;
}
.inputLine label {
color: #2f313c;
font-size: 12px;
text-transform: uppercase;
display: block;
text-align: center;
letter-spacing: 2.5px;
margin-bottom: 15px;
}
.inputLine input {
background-color: #efeff0;
border: 0;
height: 64px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
border-radius: 50px;
width: 100%;
color: #41414d;
font-size: 14px;
font-weight: 400;
padding: 1px 23px 0;
border-top: solid 5px #dededf;
}
.inputLine textarea {
background-color: #efeff0;
border: 0;
height: 238px;
-webkit-border-radius: 35px;
-moz-border-radius: 35px;
-ms-border-radius: 35px;
border-radius: 35px;
width: 100%;
color: #41414d;
font-size: 14px;
font-weight: 400;
padding: 24px 25px;
border-top: solid 5px #dededf;
resize: none;
}
.calcTotal .inputLine .cur {
position: absolute;
right: 26px;
bottom: 16px;
color: #41414d;
font-size: 18px;
font-weight: 700;
}
.calcTotal .btnLine {
display: flex;
justify-content: space-between;
margin-top: 33px;
width: 100%;
}
.calcTotal .btnLine .info {
color: #1e2029;
background-color: #fd0;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
border-radius: 50px;
padding: 21px 0;
width: calc(50% - 11px);
text-align: center;
letter-spacing: 0;
font-size: 18px;
}
.calcTotal .btnLine .info .pr {
font-weight: 900;
}
.calcTotal .btnLine .btn {
width: calc(50% - 16px);
padding: 20px 0;
}
.lineSumma {
width: 100%;
margin-top: 20px;
}
.lineSumma .tit {
color: #2f313c;
font-size: 12px;
text-transform: uppercase;
display: block;
text-align: center;
letter-spacing: 2.5px;
}
.lineSumma .value .cur {
color: #27e11c;
background-color: #04412f;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
border-radius: 50px;
display: inline-block;
vertical-align: middle;
width: 29px;
text-align: center;
height: 46px;
padding: 6px 0 2px;
}
.lineSumma .value .val.toh {
background-color: transparent;
color: #042b25;
margin: 0 -5px;
}
.lineSumma .value .val {
background-color: #04412f;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
border-radius: 50px;
padding: 6px 0 2px;
display: inline-block;
vertical-align: middle;
margin: 0 3px;
width: 29px;
text-align: center;
height: 46px;
}
.lineSumma .value {
font-size: 30px;
font-weight: 900;
color: #fd0;
margin: 0 auto;
margin-top: 19px;
padding-left: 4px;
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.inputLine .selectric {
background-color: #efeff0;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
border-radius: 50px;
border: 0;
height: 64px;
border-top: solid 5px #dededf;
}
.inputLine .selectric .label {
margin: 0;
height: 100%;
padding: 11px 26px;
color: #41414d;
font-size: 14px;
font-weight: 400;
}
.filterBl .inputLine .selectric .button {
top: 4px;
}
.inputLine .selectric .button {
background: transparent;
background-image: url(../img/arrow_black.png);
background-position: center;
background-repeat: no-repeat;
top: 10px;
right: 5px;
}
.inputLine .selectric .button:after {
display: none;
}
.depBlock {
width: 100%;
}
.selectBlock {
background-image: url(../img/fonselectblock.png);
background-repeat: no-repeat;
background-position: center;
width: 524px;
height: 527px;
margin: 0 auto;
position: relative;
top: -79px;
left: -16px;
}
.selectBlock .list {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.selectBlock .item {
position: absolute;
left: 0;
top: 0;
}
.selectBlock .item input {
display: none;
}
.selectBlock .item label {
position: absolute;
left: -27px;
top: -11px;
width: calc(100% + 50px);
height: calc(100% + 22px);
cursor: pointer;
}
.selectBlock .item .inf {
position: absolute;
width: 250px;
opacity: 0.5;
}
.selectBlock .item .inf .tit {
color: #23242b;
font-size: 12px;
display: block;
text-align: center;
}
.selectBlock .item .inf .sum {
color: #084f04;
font-size: 17px;
display: block;
text-align: center;
font-weight: 700;
}
.selectBlock .item .value {
color: #2f313c;
}
.selectBlock .item .value .val {
font-size: 30px;
font-weight: 900;
}
.selectBlock .item .value .day {
font-size: 12px;
display: block;
font-weight: 700;
}
.selectBlock .item:nth-child(7) {
left: 63px;
top: 185px;
}
.selectBlock .item:nth-child(2) {
left: 291px;
top: 113px;
}
.selectBlock .item:nth-child(3) {
left: 388px;
top: 211px;
}
.selectBlock .item:nth-child(4) {
left: 336px;
top: 334px;
}
.selectBlock .item:nth-child(5) {
left: 202px;
top: 404px;
}
.selectBlock .item:nth-child(6) {
left: 101px;
top: 306px;
}
.selectBlock .item:nth-child(1) {
left: 146px;
top: 93px;
}
.selectBlock .item:nth-child(7) .inf {
right: 100%;
}
.selectBlock .item:nth-child(2) .inf {
left: -48px;
top: -113px;
}
.selectBlock .item:nth-child(3) .inf {
left: 70px;
top: 30px;
}
.selectBlock .item:nth-child(4) .inf {
left: -13px;
top: 170px;
}
.selectBlock .item:nth-child(5) .inf {
left: -123px;
top: 132px;
}
.selectBlock .item:nth-child(6) .inf {
left: -180px;
top: 101px;
}
.selectBlock .item:nth-child(1) .inf {
left: -138px;
top: -103px;
}
.selectBlock .item input:checked + label + .inf {
opacity: 1;
}
.selectBlock .item input:checked + label + .inf + .value {
color: #fff;
text-shadow: 0 0 3px #2f313c;
}
.vipSelect {
display: flex;
position: relative;
top: -25px;
}
.vipSelect .item {
position: relative;
width: 227px;
height: 212px;
padding-top: 49px;
padding-left: 18px;
}
.vipSelect .item::after {
content: "";
position: absolute;
left: 0;
top: 0;
background-image: url(../img/fonvip.png);
background-repeat: no-repeat;
width: 227px;
height: 212px;
background-position: center;
z-index: -1;
}
.vipSelect .item::before {
content: "";
position: absolute;
right: 25px;
top: -9px;
background-image: url(../img/vip.png);
background-repeat: no-repeat;
width: 41px;
height: 38px;
}
.vipSelect .item label {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
cursor: pointer;
}
.vipSelect .item input {
display: none;
}
.vipSelect .item input:checked + label + .val + .day + .inf .sum,
.vipSelect .item input:checked + label + .val {
color: #fff;
}
.vipSelect .item .val {
color: #fd0;
font-size: 30px;
font-weight: 900;
display: block;
text-align: center;
}
.vipSelect .item .day {
color: #fff;
font-size: 12px;
display: block;
text-align: center;
}
.vipSelect .item .inf {
margin-top: 9px;
}
.vipSelect .item .inf .tit {
color: #fff;
font-size: 12px;
display: block;
text-align: center;
}
.vipSelect .item .inf .sum {
color: #27e11c;
font-size: 17px;
font-weight: 700;
display: block;
text-align: center;
}
.vipSelect .item:nth-child(2) {
margin-top: 84px;
margin-left: 18px;
}
.vipSelect .item:nth-child(2)::before {
right: 25px;
top: 2px;
}
.vipSelect .item:nth-child(3) {
margin-top: 8px;
margin-left: 26px;
}
.vipSelect .item:nth-child(3)::before {
right: 35px;
top: 2px;
}
.vipSelect .item:nth-child(2)::after {
left: 4px;
top: -6px;
background-image: url(../img/fonvip2.png);
height: 214px;
width: 228px;
}
.vipSelect .item:nth-child(3)::after {
background-image: url(../img/fonvip3.png);
width: 211px;
height: 229px;
left: 26px;
top: -3px;
}
.hidselectric {
display: none;
}
.aboutMainBl {
position: relative;
z-index: 4;
}
.aboutMainBl:before {
content: "";
position: absolute;
left: -20px;
top: -221px;
background-image: url(../img/fonaboutmain.jpg);
width: 1938px;
height: 1114px;
z-index: -1;
}
.aboutBlock .wraIn {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.aboutBlock .videoBl {
width: 483px;
height: 450px;
position: relative;
z-index: 2;
}
.aboutBlock .text {
width: calc(50% + 152px);
padding-top: 123px;
position: relative;
z-index: 3;
}
.aboutBlock .text .capTitle + * {
margin-top: 54px;
}
.aboutBlock .text .textBlock + * {
margin-top: 31px;
}
.aboutBlock .text .textBot {
color: #2f313c;
font-size: 18px;
display: block;
line-height: 30px;
}
.aboutBlock .text .textBot + .textBlock {
margin-top: 31px;
}
.videoBl .picture {
background-repeat: no-repeat;
background-position: center;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: -1;
}
.videoBl .play {
background-image: url(../img/play.png);
background-repeat: no-repeat;
width: 100px;
height: 119px;
text-align: center;
padding-top: 80px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -37px;
margin-top: -62px;
background-position: center 0;
cursor: pointer;
-webkit-animation: pulse 1s alternate infinite;
-moz-animation: pulse 1s alternate infinite;
}
.videoBl .play .txt {
color: #fd0;
font-size: 14px;
text-transform: uppercase;
display: block;
font-weight: 700;
margin-top: 21px;
}
.lineCertificate {
margin-top: 37px;
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
z-index: 2;
}
.lineCertificate:before{
content: "";
position: absolute;
right: -16px;
bottom:-165px;
background-image: url("../img/foncertificat.png");
width: 486px;
height: 447px;
z-index: -1;
}
.lineCertificate .list {
display: flex;
align-items: center;
}
.lineCertificate .item {
position: relative;
padding-left: 64px;
width: 35%;
}
.lineCertificate .item + .item {
margin-left: 74px;
}
.lineCertificate .item .txt {
color: #1e2029;
font-size: 14px;
letter-spacing: 0.3px;
line-height: 25px;
display: block;
}
.lineCertificate .item .iconBl {
font-size: 50px;
color: #38e32e;
position: absolute;
left: 0;
top: -4px;
width: 50px;
}
.lineCertificate .item ul {
margin-left: 1px;
}
.lineCertificate .item ul li + li {
margin-top: 7px;
}
.lineCertificate .item .tit {
font-size: 14px;
color: #1e2029;
}
.lineCertificate .item .tel:hover {
text-decoration-color: #1e2029;
}
.lineCertificate .item .tel {
color: #1e2029;
font-size: 14px;
text-decoration: underline;
text-decoration-color: transparent;
}
.lineCertificate .item .mail:hover {
text-decoration-color: transparent;
}
.lineCertificate .item .mail {
color: #27e11c;
font-size: 14px;
text-decoration: underline;
}
.lineCertificate .item .num {
font-weight: 700;
font-size: 20px;
color: #1e2029;
display: block;
margin-top: 2px;
}
.lineCertificate .btn {
padding: 14px 0;
right: 59px;
width: 222px;
font-size: 16px;
}
.lineListPl {
display: flex;
width: 100%;
margin-top: 89px;
position: relative;
z-index: 3;
}
.lineListPl .item {
width: 150px;
height: 50px;
background-repeat: no-repeat;
background-position: 0 center;
}
.fonicon1 {
background-image: url(../img/fonicon1.png);
width: 97px;
height: 90px;
background-repeat: no-repeat;
line-height: 85px;
text-align: center;
}
.fonicon2 {
background-image: url(../img/fonicon2.png);
width: 95px;
height: 91px;
background-repeat: no-repeat;
line-height: 81px;
text-align: center;
}
.fonicon3 {
background-image: url(../img/fonicon3.png);
width: 89px;
height: 96px;
background-repeat: no-repeat;
line-height: 83px;
text-align: center;
padding-left: 10px;
}
.whyBlock {
padding: 90px 0;
position: relative;
z-index: 3;
}
.whyBlock .wrapIn {
display: flex;
flex-wrap: wrap;
}
.whyBlock .left {
width: calc(50% + 8px);
}
.whyBlock .right {
width: calc(50% - 8px);
}
.whyBlock .list {
position: relative;
margin-top: 84px;
}
.whyBlock .list::before {
content: "";
position: absolute;
left: 48px;
top: 33px;
background-image: url(../img/whyline.png);
background-repeat: no-repeat;
width: 208px;
height: 412px;
}
.whyBlock .list .item:nth-child(2) {
left: 184px;
top: 9px;
}
.whyBlock .list .item {
position: relative;
padding-left: 129px;
max-width: 538px;
}
.whyBlock .list .item + .item {
margin-top: 91px;
}
.whyBlock .item .iconBl {
position: absolute;
left: 12px;
top: -4px;
font-size: 50px;
}
.whyBlock .item .tit {
color: #27e11c;
font-size: 16px;
display: block;
font-weight: 700;
}
.whyBlock .item .txt {
color: #2f313c;
font-size: 12px;
font-weight: 400;
margin-top: 3px;
display: block;
letter-spacing: 0.3px;
line-height: 22px;
}
.prBlockTxt {
display: flex;
align-items: center;
justify-content: space-between;
}
.prBlockTxt .prBl {
background-image: url(../img/prblfon.png);
background-repeat: no-repeat;
width: 227px;
height: 212px;
text-align: center;
padding-top: 45px;
position: relative;
left: 15px;
top: -11px;
padding-left: 23px;
}
.prBlockTxt .prBl .tit {
color: #000;
font-size: 15px;
display: block;
text-align: center;
font-weight: 700;
}
.prBlockTxt .prBl .pr {
color: #000;
font-size: 100px;
font-weight: 700;
display: block;
text-align: center;
font-weight: 900;
margin-top: -5px;
}
.prBlockTxt p {
color: #2f313c;
font-size: 14px;
width: calc(100% - 275px);
line-height: 26px;
position: relative;
top: -10px;
padding-right: 20px;
display: block;
letter-spacing: 0.3px;
}
.whyBlock .picture {
width: 600px;
height: 500px;
background-position: center;
background-repeat: no-repeat;
position: relative;
right: -116px;
margin-top: 69px;
}
.lineMiniState {
display: flex;
padding: 58px 0;
}
.lineMiniState .item {
position: relative;
width: 300px;
padding-left: 111px;
z-index: 5;
}
.lineMiniState .item:nth-child(2) {
left: 78px;
top: -65px;
}
.lineMiniState .item:nth-child(3) {
left: 17px;
top: -198px;
}
.lineMiniState .item:nth-child(4) {
left: -98px;
top: 54px;
}
.lineMiniState .item:nth-child(5) {
left: -4px;
top: 11px;
}
.lineMiniState .item .txt {
color: #2f313c;
font-size: 12px;
line-height: 17px;
}
.lineMiniState .item .iconBl {
width: 100px;
height: 100px;
background-position: center;
background-repeat: no-repeat;
display: block;
position: absolute;
left: -1px;
top: 8px;
}
.lineMiniState .item ul li {
color: #1bd90f;
}
.lineMiniState .item ul li + li {
color: #f4d300;
}
.lineMiniState .item ul li .tit {
color: #000;
font-size: 14px;
display: block;
letter-spacing: 0.4px;
}
.lineMiniState .item ul li .name {
font-size: 20px;
font-weight: 900;
margin-top: 4px;
display: block;
}
.lineMiniState .item ul li .val .cur {
font-size: 20px;
vertical-align: 9px;
}
.lineMiniState .item ul li .val {
font-size: 30px;
font-weight: 900;
margin-top: 4px;
display: block;
}
.stateBlock {
position: relative;
}
.stateBlock::before {
content: "";
position: absolute;
left: calc(50% - 960px);
top: -269px;
background-image: url(../img/bgstate.jpg);
width: 1920px;
height: 1059px;
background-repeat: no-repeat;
background-position: center;
z-index: -1;
}
.lineTableState {
margin-top: 81px;
display: flex;
justify-content: space-between;
}
.lineTableState .col {
width: calc((100% / 3) - 94px);
}
.lineTableState .list {
margin-top: 88px;
}
.lineTableState .item {
display: flex;
align-items: center;
justify-content: space-between;
padding: 4px 0;
position: relative;
}
.lineTableState .item + .item {
margin-top: 7px;
}
.lineTableState .item .iconBl {
font-size: 23px;
position: absolute;
left: 0;
top: 50%;
margin-top: -15px;
}
.lineTableState .item .name {
color: #000;
font-size: 16px;
width: 181px;
padding-left: 47px;
}
.lineTableState .item .val .cur{
vertical-align: 3px;
font-size: 12px;
position: relative;
top: -3px;
}
.lineTableState .item .val {
font-weight: 900;
font-size: 15px;
width: 115px;
}
.lineTableState .item .pic {
width: 30px;
height: 15px;
background-position: center;
background-repeat: no-repeat;
}
footer {
padding: 260px 0 66px;
position: relative;
z-index: 1;
}
footer:before {
content: "";
position: absolute;
left: calc(50% - 1168px);
top: -29px;
background-image: url(../img/bgfooter.png);
width: 2834px;
height: 1192px;
z-index: -1;
}
footer .wrapIn {
display: flex;
justify-content: space-between;
position: relative;
}
footer .left {
width: 25%;
}
footer .right {
width: 67%;
}
footer .lineCertificate:before{
display: none;
}
footer .lineCertificate {
margin: 0;
}
footer .lineCertificate .list {
flex-wrap: wrap;
}
footer .lineCertificate .item {
width: 100%;
color: #fff;
}
footer .lineCertificate .item .tit,
footer .lineCertificate .item .tel,
footer .lineCertificate .item .txt {
color: #fff;
}
footer .lineCertificate .item + .item {
margin-left: 0;
margin-top: 33px;
}
footer .acceptBlock {
margin-top: 60px;
}
footer .acceptBlock .list {
max-width: 100%;
}
footer .menu {
margin-top: 69px;
}
footer .copy {
color: #8db0a6;
font-size: 14px;
margin-top: 87px;
}
footer .acceptBlock .list {
width: 100%;
max-width: 100%;
left: 4px;
}
footer .menu ul li a {
font-size: 16px;
}
footer .socialBl ul li a {
background-color: #22564a;
}
footer .logo {
position: absolute;
right: 0;
top: 0;
}
.headerPage::before {
content: "";
position: absolute;
left: calc(50% - 972px);
top: 0;
background-image: url(../img/bgheaderpage.png);
width: 1932px;
height: 532px;
z-index: -1;
}
.greetingsPage {
padding-top: 129px;
position: relative;
left: -6px;
}
.greetingsPage .cap {
color: #27e11c;
font-size: 60px;
font-weight: 300;
letter-spacing: -0.8px;
}
.faqPage::before {
content: "";
position: absolute;
left: calc(50% - 960px);
top: 164px;
background-image: url(../img/fonfaq.jpg);
width: 1920px;
height: 1828px;
z-index: -1;
}
.faqPage {
padding: 238px 0 0;
margin-bottom: -86px;
position: relative;
}
.lkPage .tabs,
.content .tabs {
background: transparent;
border: 0;
padding-bottom: 141px;
}
.lkPage .tabs .listLinks:after,
.content .tabs .listLinks:after,
.lkPage .tabs .listLinks:before,
.content .tabs .listLinks:before {
display: none;
}
.lkPage .tabs .listLinks,
.content .tabs .listLinks {
background: transparent;
border: 0;
display: flex;
justify-content: space-between;
}
.lkPage .tabs .listLinks li,
.content .tabs .listLinks li {
border: 0;
background: transparent;
}
.faqPage .tabs .listLinks li {
width: calc((100% / 4) - 24px);
}
.lkPage .tabs .listLinks li.ui-tabs-active a,
.content .tabs .listLinks li.ui-tabs-active a {
background-color: #27e11c;
color: #1e2029;
}
.lkPage .tabs .listLinks li.ui-tabs-active a:before,
.content .tabs .listLinks li.ui-tabs-active a:before {
opacity: 1;
}
.lkPage .tabs .listLinks li a:before,
.content .tabs .listLinks li a:before {
content: "";
position: absolute;
left: calc(50% - 19px);
top: 100%;
border-top: solid 18px #27e11c;
border-left: solid 19px transparent;
border-right: solid 19px transparent;
border-bottom: solid 0 transparent;
opacity: 0;
}
.lkPage .tabs .listLinks li a,
.content .tabs .listLinks li a {
color: #fd0;
font-size: 20px;
font-weight: 700;
background-color: #04412f;
border: 0;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
border-radius: 50px;
padding: 16px 0;
display: block;
width: 100%;
text-align: center;
position: relative;
}
.faqPage .tabs .tabsBody {
padding: 153px 0 15px 137px;
}
.listFaq {
margin-top: 76px;
}
.listFaq .item + .item {
margin-top: 26px;
}
.listFaq .item .quest {
color: #2f313c;
font-size: 16px;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 0.4px;
}
.listFaq .item .answer {
position: relative;
margin-top: 29px;
padding-left: 60px;
color: #2f313c;
font-size: 14px;
letter-spacing: 0.35px;
line-height: 24px;
}
.listFaq .item .answer .iconBl {
position: absolute;
font-size: 40px;
left: 0;
top: 50%;
color: #5fe757;
margin-top: -19px;
}
.listFaq .item .answer .txt a {
text-decoration: underline;
color: #27e11c;
}
.listFaq .item .answer .txt a:hover {
text-decoration-color: transparent;
}
.faqPage .iconTop {
display: block;
font-size: 41px;
position: absolute;
top: 203px;
padding-left: 5px;
}
.startMiniBl {
display: flex;
justify-content: flex-end;
align-items: flex-end;
position: relative;
z-index: 5;
}
.startMiniBl .txt {
font-size: 40px;
font-weight: 300;
}
.startMiniBl .txt b {
color: #27e11c;
font-weight: 300;
}
.startMiniBl .btn {
padding: 20px 0;
top: 23px;
width: 299px;
right: -21px;
margin-left: 23px;
}
.contactsPage::before {
content: "";
position: absolute;
left: calc(50% - 960px);
top: 0;
background-image: url(../img/foncontacts.jpg);
width: 1920px;
height: 1240px;
z-index: -1;
}
.contactsPage .wrapIn {
padding: 256px 0 0 553px;
position: relative;
}
.contactsPage .textBlock {
margin-top: 65px;
}
.contactsPage .lineCertificate:before{
display: none;
}
.contactsPage .lineCertificate {
margin-top: 66px;
}
.contactsPage .lineCertificate .list {
flex-wrap: wrap;
}
.contactsPage .lineCertificate .item {
padding-left: 65px;
width: 50%;
margin-bottom: 46px;
}
.contactsPage .lineCertificate .item + .item {
margin-left: 0;
}
.certBl {
display: flex;
align-items: center;
padding-left: 169px;
justify-content: space-between;
padding-top: 28px;
}
.certBl .pic {
width: 227px;
height: 212px;
}
.certBl .txt {
color: #1e2029;
font-size: 12px;
letter-spacing: 0.2px;
}
.certBl .text {
width: calc(100% - 266px);
}
.certBl .tit {
display: block;
color: #1e2029;
font-size: 14px;
margin-top: 31px;
letter-spacing: 0.4px;
}
.certBl .num {
color: #1e2029;
font-size: 20px;
margin-top: 8px;
display: block;
letter-spacing: 0.5px;
font-weight: 700;
}
.certBl .btn {
padding: 15px 0;
width: 211px;
font-size: 16px;
margin-top: 46px;
}
.mapBlock iframe{}
.mapBlock {
position: absolute;
left: -3px;
top: 248px;
width: 483px;
height: 446px;
overflow: hidden;
}
.feedBackForm {
margin-top: 47px;
}
.feedBackForm .wrapForm {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
padding: 65px 22px 47px 0;
}
.feedBackForm .inputLine {
width: calc(50% - 15px);
}
.feedBackForm .inputLine:nth-child(3) {
width: 100%;
margin-top: 42px;
}
.feedBackForm .btn {
margin: 0 auto;
padding: 20px 0;
width: 265px;
}
.joinBl {
position: absolute;
left: 0;
margin-top: -62px;
}
.contactsPage .joinBl {
left: 150px;
}
.joinBl .textBlock {
margin-top: 91px;
}
.joinBl .textBlock + * {
margin-top: 99px;
}
.joinBl ul {
position: relative;
margin-top: 109px;
}
.joinBl ul::after {
content: "";
position: absolute;
left: 16px;
top: 47px;
background-image: url(../img/linejoin.png);
background-repeat: no-repeat;
width: 228px;
height: 200px;
z-index: -1;
}
.joinBl ul li:nth-child(2) {
left: 109px;
}
.joinBl ul li:nth-child(3) {
padding-left: 101px;
}
.joinBl ul li:nth-child(2) .iconBl {
left: 5px;
top: -30px;
}
.joinBl ul li:nth-child(3) .iconBl {
left: -7px;
top: -47px;
}
.joinBl ul li {
position: relative;
padding-left: 117px;
}
.joinBl ul li + li {
margin-top: 106px;
}
.joinBl ul li .iconBl {
display: block;
position: absolute;
left: 0;
top: -16px;
font-size: 24px;
}
.joinBl ul li .txt {
color: #27e11c;
font-size: 16px;
font-weight: 700;
line-height: 34px;
position: relative;
top: -5px;
}
.joinBl ul li a {
color: #27e11c;
font-size: 16px;
font-weight: 700;
}
.joinBl .btn {
padding: 16px 0;
width: 220px;
position: absolute;
right: 56px;
bottom: 93px;
font-size: 16px;
}
.bannersPage {
padding: 253px 0 0;
margin-bottom: -79px;
position: relative;
}
.bannersPage .textBlock {
font-size: 18px;
letter-spacing: 0.8px;
line-height: 31px;
}
.bannersPage .textBlock + * {
margin-top: 79px;
}
.bannersPage .tabs .listLinks li {
width: calc((100% / 8) - 15px);
}
.bannersPage .tabs .tabsBody {
padding: 93px 0;
text-align: center;
}
.bannersPage .inputLine {
margin-top: 100px;
display: flex;
justify-content: space-between;
}
.bannersPage .inputLine input {
width: calc(100% - 247px);
text-align: center;
font-family: "Aguda";
}
.bannersPage .inputLine .btn {
width: 227px;
font-size: 20px;
font-weight: 700;
font-family: "Aguda";
}
.bannersPage img {
margin-top: 121px;
}
.lkPage .bannersPage .inputLine input {
height: 53px;
}
.bannersPage::before {
content: "";
position: absolute;
left: calc(50% - 960px);
top: 164px;
background-image: url(../img/fonbanners.jpg);
width: 1920px;
height: 1626px;
z-index: -1;
}
.rulesPage {
padding: 254px 0 0;
margin-bottom: -87px;
}
.rulesPage .textBlock {
font-size: 18px;
line-height: 30px;
}
.rulesPage .textBlock b {
font-weight: 900;
}
.rulesPage .list {
margin-top: 110px;
padding-left: 139px;
margin-bottom: 118px;
}
.rulesPage .list .item {
position: relative;
padding-right: 30px;
}
.rulesPage .list .item + .item {
margin-top: 59px;
}
.rulesPage .list .item .iconBl {
display: block;
position: absolute;
left: -135px;
top: -16px;
font-size: 36px;
}
.rulesPage .list .item .capTitle + * {
margin-top: 72px;
}
.rulesPage .list .item ul li {
color: #2f313c;
font-size: 14px;
line-height: 21px;
letter-spacing: 0.35px;
}
.rulesPage .list .item ul li + li {
margin-top: 6px;
}
.rulesPage .list .item ul li span {
font-weight: 700;
margin-right: 7px;
width: 16px;
display: inline-block;
}
/* .rulesPage::before {
content: "";
position: absolute;
left: calc(50% - 960px);
top: 619px;
background-image: url(../img/fonrules.jpg);
width: 1920px;
height: 2389px;
z-index: -1;
} */
.aboutPage {
padding: 249px 0 0;
margin-bottom: -104px;
}
.aboutPage .aboutBlock .text {
padding-top: 8px;
}
.aboutPage .certBl {
width: 100%;
padding-left: 724px;
margin-top: 37px;
}
.aboutPage .joinBl {
position: relative;
margin-top: -161px;
max-width: 50%;
}
.aboutPage .joinBl ul li + li {
margin-top: 60px;
}
.aboutPage .joinBl .iconBl {
font-size: 47px;
}
.aboutPage .joinBl ul li:nth-child(3) .iconBl {
left: 3px;
top: -29px;
}
.aboutPage .joinBl ul {
left: 13px;
}
.aboutPage .joinBl ul li:nth-child(3) {
padding-left: 109px;
}
.offerBl {
padding-left: 726px;
margin-top: -382px;
}
.offerBl .textBlock {
margin-top: 67px;
}
.offerBl .textBlock ul {
margin-top: 51px;
padding-left: 303px;
}
.missionBl {
position: relative;
margin-top: -8px;
}
.missionBl:before {
content: "";
position: absolute;
left: calc(50% - 1008px);
top: -243px;
background-image: url(../img/bgstate2.jpg);
width: 1921px;
height: 1046px;
background-repeat: no-repeat;
background-position: center;
z-index: -1;
}
.missionBl .lineMiniState .item {
display: flex;
align-items: center;
}
.missionBl .lineMiniState {
padding: 104px 0;
}
.missionBl .lineMiniState .item:nth-child(2) {
left: 46px;
top: -57px;
}
.missionBl .lineMiniState .item:nth-child(3) {
left: -21px;
top: -189px;
}
.missionBl .lineMiniState .item:nth-child(4) {
left: -151px;
top: 62px;
}
.missionBl .lineMiniState .item:nth-child(5) {
left: -84px;
top: 12px;
}
.companyTxt {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
padding: 107px 0 119px;
position: relative;
z-index: 3;
}
.companyTxt .capTitle {
width: 100%;
}
.companyTxt .textBlock {
width: calc(50% - 24px);
}
.companyTxt .textBlock + .textBlock {
padding-top: 66px;
}
.companyTxt .btn {
position: absolute;
right: 39px;
bottom: -22px;
padding: 18px 0;
width: 297px;
}
.companyTxt .textBig {
font-size: 18px;
margin-top: 68px;
line-height: 32px;
}
.helloBlock .hello {
display: flex;
justify-content: center;
min-height: 100vh;
width: 100%;
align-items: center;
}
.helloBlock {
background-image: url(../img/bghello.jpg);
background-position: center;
width: 100%;
min-height: 100vh;
background-repeat: no-repeat;
}
.helloBlock .logo .text .desr {
font-size: 16px;
color: #fd0;
}
.helloBlock .nameBl {
color: #27e11c;
font-size: 70px;
font-weight: 300;
margin-top: 41px;
}
.helloBlock .nameBl .name {
color: #fd0;
}
.helloBlock .desrTxt {
color: #fff;
font-size: 20px;
margin-top: 33px;
display: block;
letter-spacing: 0.6px;
}
.helloBlock .btn {
padding: 20px 0;
width: 318px;
margin-top: 49px;
}
.investPage {
padding: 251px 0 0;
margin-bottom: -120px;
}
.investPage .textTop {
color: #2f313c;
font-size: 18px;
letter-spacing: 0.45px;
line-height: 33px;
}
.investCalc {
display: flex;
justify-content: space-between;
}
.investCalc .left .textBlock {
margin-top: 104px;
}
.investCalc .left {
width: 50%;
}
.investCalc .right {
width: 50%;
}
.investCalc .right .calcTotal {
max-width: 621px;
float: right;
margin: 0;
}
.investCalc .right .capTitle {
margin-bottom: 92px;
}
.investCalc .calcTotal .lineSumma {
margin-top: 61px;
}
.investCalc .calcTotal .lineSumma .value .cur,
.investCalc .calcTotal .lineSumma .value .val {
padding: 11px 7px;
height: 69px;
width: 41px;
}
.investCalc .calcTotal .lineSumma .value {
font-size: 40px;
letter-spacing: 1px;
margin-top: 28px;
}
.investCalc .calcTotal .btnLine {
margin-top: 67px;
}
.whyInvestBlock .whyBlock .prBlockTxt {
margin-top: 91px;
left: -21px;
position: relative;
}
.whyInvestBlock .whyBlock .right {
padding-top: 203px;
padding-left: 78px;
}
.whyInvestBlock .whyBlock {
padding: 0;
}
.whyInvestBlock .whyBlock .right .textBlock {
margin-top: 35px;
}
.whyInvestBlock .whyBlock .right .btn {
float: right;
padding: 19px 0;
margin-top: 55px;
width: 298px;
right: -17px;
}
.whyInvestBlock .whyBlock .list .item .iconBl {
font-size: 40px;
}
.whyInvestBlock .prBlockTxt p {
font-weight: 900;
font-size: 16px;
top: -14px;
left: 8px;
}
.investPage::before {
content: "";
background-image: url(../img/bginvest.jpg);
position: absolute;
left: calc(50% - 960px);
top: 352px;
width: 1920px;
height: 2362px;
z-index: -1;
}
.listCalcInvest {
position: relative;
width: 100%;
height: 944px;
}
.listCalcInvest .item {
position: absolute;
padding-top: 65px;
padding-left: 0;
width: 213px;
height: 227px;
}
.listCalcInvest .item::after {
content: "";
position: absolute;
left: 0;
top: 0;
background-image: url(../img/foninvestcalc.png);
background-repeat: no-repeat;
width: 213px;
height: 227px;
background-position: center;
z-index: -1;
background-size: 99%;
}
.listCalcInvest .item.vip:after {
content: "";
position: absolute;
left: 0;
top: 0;
background-image: url(../img/fonvip.png);
background-repeat: no-repeat;
width: 227px;
height: 212px;
background-position: center;
z-index: -1;
}
.listCalcInvest .item.vip::before {
content: "";
position: absolute;
right: 25px;
top: -9px;
background-image: url(../img/vip.png);
background-repeat: no-repeat;
width: 41px;
height: 38px;
z-index: 4;
}
.listCalcInvest .item label {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
cursor: pointer;
z-index: 4;
}
.listCalcInvest .item input {
display: none;
}
.listCalcInvest .item input:checked + label + .val + .day + .inf .tit,
.listCalcInvest .item input:checked + label + .val + .day,
.listCalcInvest .item input:checked + label + .val + .day + .inf .sum,
.listCalcInvest .item input:checked + label + .val {
color: #000;
}
.listCalcInvest .item .val {
color: #fd0;
font-size: 30px;
font-weight: 900;
display: block;
text-align: center;
position: relative;
z-index: 3;
}
.listCalcInvest .item .day {
color: #fff;
font-size: 12px;
display: block;
text-align: center;
position: relative;
z-index: 3;
}
.listCalcInvest .item .inf {
margin-top: 9px;
position: relative;
z-index: 3;
}
.listCalcInvest .item .inf .tit {
color: #000;
font-size: 12px;
display: block;
text-align: center;
}
.listCalcInvest .item .inf .sum {
color: #000;
font-size: 17px;
font-weight: 700;
display: block;
text-align: center;
}
.listCalcInvest .item:nth-child(1) {
left: 29px;
top: 219px;
}
.listCalcInvest .item:nth-child(2) {
left: 285px;
top: 87px;
}
.listCalcInvest .item:nth-child(3) {
left: 576px;
top: 142px;
}
.listCalcInvest .item:nth-child(4) {
left: 623px;
top: 467px;
}
.listCalcInvest .item:nth-child(5) {
left: 389px;
top: 625px;
}
.listCalcInvest .item:nth-child(6) {
left: 55px;
top: 514px;
}
.listCalcInvest .item:nth-child(7) {
left: 322px;
top: 348px;
}
.listCalcInvest .item:nth-child(8) {
left: 873px;
top: 256px;
}
.listCalcInvest .item:nth-child(9) {
right: 69px;
top: 200px;
left: auto;
}
.listCalcInvest .item:nth-child(10) {
right: 133px;
top: 456px;
left: auto;
}
.listCalcInvest .item:nth-child(2) label::after,
.listCalcInvest .item:nth-child(2):after {
-webkit-transform: rotate(155deg);
-moz-transform: rotate(155deg);
-o-transform: rotate(155deg);
transform: rotate(155deg);
top: 21px;
left: -7px;
}
.listCalcInvest .item:nth-child(3) label::after,
.listCalcInvest .item:nth-child(3):after {
-webkit-transform: rotate(212deg);
-moz-transform: rotate(212deg);
-o-transform: rotate(212deg);
transform: rotate(212deg);
top: 13px;
left: -16px;
}
.listCalcInvest .item:nth-child(4) label::after,
.listCalcInvest .item:nth-child(4):after {
-webkit-transform: rotate(50deg);
-moz-transform: rotate(50deg);
-o-transform: rotate(50deg);
transform: rotate(50deg);
top: -2px;
left: 12px;
}
.listCalcInvest .item:nth-child(5) label::after,
.listCalcInvest .item:nth-child(5):after {
-webkit-transform: rotate(122deg);
-moz-transform: rotate(122deg);
-o-transform: rotate(122deg);
transform: rotate(122deg);
top: 23px;
left: 0;
}
.listCalcInvest .item:nth-child(6) label::after,
.listCalcInvest .item:nth-child(6):after {
-webkit-transform: rotate(158deg);
-moz-transform: rotate(158deg);
-o-transform: rotate(158deg);
transform: rotate(158deg);
top: 21px;
left: -7px;
}
.listCalcInvest .item:nth-child(7) label::after,
.listCalcInvest .item:nth-child(7):after {
-webkit-transform: rotate(122deg);
-moz-transform: rotate(122deg);
-o-transform: rotate(122deg);
transform: rotate(217deg);
top: 23px;
left: -22px;
}
.listCalcInvest .item:nth-child(8) label::after {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(289deg);
left: -5px;
top: -7px;
}
.listCalcInvest .item:nth-child(8):after {
left: -16px;
top: 16px;
}
.listCalcInvest .item:nth-child(9) label::after {
-webkit-transform: rotate(13deg);
-moz-transform: rotate(13deg);
-o-transform: rotate(13deg);
transform: rotate(13deg);
left: 5px;
top: 4px;
}
.listCalcInvest .item:nth-child(9):after {
-webkit-transform: rotate(92deg);
-moz-transform: rotate(92deg);
-o-transform: rotate(92deg);
transform: rotate(84deg);
left: -18px;
top: 8px;
}
.listCalcInvest .item:nth-child(10) label::after {
-webkit-transform: rotate(216deg);
-moz-transform: rotate(216deg);
-o-transform: rotate(216deg);
transform: rotate(217deg);
left: -14px;
top: 12px;
}
.listCalcInvest .item:nth-child(10):after {
-webkit-transform: rotate(288deg);
-moz-transform: rotate(288deg);
-o-transform: rotate(288deg);
transform: rotate(288deg);
left: -8px;
top: 29px;
}
.investPage .listCalcInvest .item.vip .inf .tit {
color: #fff;
}
.investPage .listCalcInvest .item.vip .inf .sum {
color: #27e11c;
}
.investPage .listCalcInvest .item:nth-child(8)::before {
top: 6px;
}
.investPage .listCalcInvest .item:nth-child(9)::before {
right: 31px;
top: 16px;
}
.investPage .listCalcInvest .item:nth-child(10)::before {
right: 37px;
top: 16px;
}
.listCalcInvest .item input:checked + label {
z-index: 3;
}
.listCalcInvest .item input:checked + label::after {
opacity: 1;
}
.listCalcInvest .item label::after {
content: "";
position: absolute;
left: 0;
top: 0;
background-image: url(../img/foninvestcalcactive.png);
background-repeat: no-repeat;
width: 213px;
height: 227px;
background-position: center;
z-index: -1;
opacity: 0;
}
.loginBlock {
background-image: url(../img/bglogin.jpg);
background-position: center;
width: 100%;
min-height: 100vh;
}
.loginBlock .wrapIn {
padding: 19px 0 0;
position: relative;
height: 100vh;
min-height: 700px;
}
.loginBlock .linkHome {
color: #fd0;
font-size: 14px;
border: solid 2px #fd0;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
border-radius: 50px;
text-transform: uppercase;
padding: 14px 15px 12px;
width: 144px;
text-align: center;
}
.loginBlock .linkHome:hover {
border-color: #27e11c;
color: #27e11c;
}
.loginBlock .lineTop .infoLine .top {
padding-top: 40px;
}
.loginBlock .lineTop .logo {
top: 22px;
}
.formaLog {
/* max-width: 1000px;
float: right;
width: 100%;
position: absolute;
right: 0;
bottom: 50px; */
padding: 350px 0 150px;
margin: 0 auto;
max-width: 1000px;
margin-bottom: -104px;
}
.formaLog::before {
content: "";
position: absolute;
left: calc(50% - 960px);
top: 164px;
background-image: url(../img/foncontacts.jpg);
width: 1920px;
height: 1626px;
z-index: -1;
}
.formaLog .listInputs {
display: flex;
justify-content: space-between;
}
.formaLog .inputLine {
width: calc((100% / 3) - 15px);
position: relative;
}
/* .formaLog .inputLine label {
color: #fff;
} */
.formaLog .cap {
font-size: 70px;
color: #27e11c;
font-weight: 300;
display: block;
margin-bottom: 61px;
}
.formaLog .inputLine input {
background-color: #25443d;
border-color: #1d3630;
color: #fff;
}
.formaLog .linksBot {
margin-top: 70px;
}
.formaLog .linksBot a {
color: #27e11c;
font-size: 14px;
display: table;
margin: 0 auto;
letter-spacing: 2.5px;
text-decoration: underline;
text-decoration-color: transparent;
}
.formaLog .linksBot a + a {
margin-top: 22px;
}
.formaLog .linksBot a:hover {
text-decoration-color: #27e11c;
}
.formaLog .btn {
padding: 21px 0;
width: 314px;
margin: 0 auto;
margin-top: 69px;
-webkit-box-shadow: 0 23px 40px 8px rgba(0, 0, 0, 0.61);
-moz-box-shadow: 0 23px 40px 8px rgba(0, 0, 0, 0.61);
box-shadow: 0 23px 40px 8px rgba(0, 0, 0, 0.61);
}
.formaReg .btn {
margin-top: 44px;
}
.captcha {
width: 135px;
height: 46px;
position: absolute;
left: 10px;
bottom: 7px;
background-position: center;
background-repeat: no-repeat;
background-color: white;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
border-radius: 50px;
text-align: center;
line-height: 46px;
}
.captcha img {
vertical-align: middle;
}
.inputLine.captchaInput input {
padding-left: 150px;
text-align: center;
}
.formaReg {
bottom: 98px;
}
.formaReg .listInputs {
flex-wrap: wrap;
width: 658px;
}
.formaReg .listInputs .inputLine {
width: calc((100% / 2) - 11px);
margin-bottom: 17px;
}
.formaReg .informationPaynemt {
width: 319px;
}
.formaReg .informationPaynemt .inputLine {
width: 100%;
}
.formaReg .informationPaynemt .inputLine input {
background-color: #233536;
border-color: #1c2a2b;
}
.formaReg .informationPaynemt .inputLine + .inputLine {
margin-top: 10px;
}
.formaRegWrap {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.formaReg .informationPaynemt .inputLine .iconBl {
position: absolute;
right: 14px;
bottom: 12px;
width: 35px;
height: 35px;
background-color: #122627;
background-position: center;
background-repeat: no-repeat;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
}
.chekBl {
width: 100%;
margin-top: 45px;
}
.chekBl .chek input {
display: none;
}
.chekBl .chek input:checked + label::after {
opacity: 1;
}
.chekBl .chek label::before {
content: "";
position: absolute;
left: 4px;
top: 50%;
width: 30px;
height: 30px;
border-top: solid 2px #1d3630;
background-color: #25443d;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
border-radius: 10px;
margin-top: -21px;
}
.chekBl .chek label::after {
content: "";
position: absolute;
left: 11px;
top: 50%;
background-image: url(../img/chek.png);
background-repeat: no-repeat;
opacity: 0;
width: 18px;
height: 13px;
margin-top: -12px;
}
.chekBl .chek label a {
color: #27e11c;
text-decoration: underline;
}
.chekBl .chek label a:hover {
text-decoration-color: transparent;
}
.chekBl .chek label {
color: #fff;
font-size: 14px;
cursor: pointer;
padding-left: 49px;
position: relative;
}
.lkPage {
position: relative;
display: flex;
background-color: #fff;
min-height: 1400px;
}
.lkPage .lkLeft {
width: 415px;
padding-left: 125px;
}
.lkPage .lkRight {
width: calc(100% - 415px);
background-color: #f8f8fa;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
-ms-border-radius: 100px;
border-radius: 100px;
-webkit-box-shadow: inset 0 11px 11px 11px rgba(0, 0, 0, 0.03);
-moz-box-shadow: inset 0 11px 11px 11px rgba(0, 0, 0, 0.03);
box-shadow: inset 0 11px 11px 11px rgba(0, 0, 0, 0.03);
padding: 83px 203px 83px 71px;
}
.lineLeftLk {
background-color: #133e34;
position: absolute;
left: 0;
top: 0;
width: 138px;
height: 100%;
padding: 62px 0;
-webkit-border-top-right-radius: 100px;
-moz-border-top-right-radius: 100px;
-ms-border-top-right-radius: 100px;
border-top-right-radius: 100px;
-webkit-border-bottom-right-radius: 100px;
-moz-border-bottom-right-radius: 100px;
-ms-border-bottom-right-radius: 100px;
border-bottom-right-radius: 100px;
-webkit-box-shadow: inset 0 11px 11px 11px rgba(0, 0, 0, 0.4);
-moz-box-shadow: inset 0 11px 11px 11px rgba(0, 0, 0, 0.4);
box-shadow: inset 0 11px 11px 11px rgba(0, 0, 0, 0.4);
overflow: hidden;
}
.lineLeftLk .logo {
width: 73px;
margin: 0 auto;
}
.lineLeftLk .logo img {
width: 100%;
}
.menuLk {
margin-top: 34px;
}
.menuLk ul li.active,
.menuLk ul li:hover {
background-color: #042a24;
}
.menuLk ul li {
width: 100%;
text-align: center;
padding: 22px 0 14px;
border-top: solid 1px #45675f;
}
.menuLk ul li:last-child {
border-bottom: solid 1px #45675f;
}
.menuLk ul li .iconBl {
display: table;
font-size: 29px;
margin: 0 auto;
color: #f7d702;
}
.menuLk ul li:hover .iconBl,
.menuLk ul li:hover .txt,
.menuLk ul li.active .iconBl,
.menuLk ul li.active .txt {
color: #27e11c;
}
.menuLk ul li .txt {
color: #fff;
font-size: 12px;
margin-top: 14px;
display: block;
line-height: 20px;
text-transform: uppercase;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.welcomeBl {
text-align: center;
padding: 61px 0 51px;
}
.welcomeBl .pic {
background-color: #e0e0e2;
width: 80px;
height: 80px;
background-repeat: no-repeat;
background-position: center;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
margin: 0 auto;
margin-bottom: 32px;
background-position: center 22px;
}
.welcomeBl .desr {
color: #2f313c;
font-size: 14px;
display: block;
text-align: center;
}
.welcomeBl .name {
color: #27e11c;
font-size: 17px;
font-weight: 900;
display: block;
text-align: center;
margin-top: 6px;
}
.welcomeBl ul {
padding: 56px 0 60px;
text-align: center;
}
.welcomeBl ul li {
color: #2f313c;
font-size: 14px;
}
.welcomeBl ul li + li {
margin-top: 31px;
}
.welcomeBl ul li .tit {
display: block;
text-align: center;
}
.welcomeBl ul li .time {
display: block;
text-align: center;
font-weight: 900;
margin-top: 8px;
}
.welcomeBl .btn {
width: 210px;
margin: 0 auto;
padding: 19px 0 12px 63px;
font-size: 16px;
text-align: left;
/* background-image: url(../img/str_black.png);
background-repeat: no-repeat;
background-position: calc(50% + 32px) 22px; */
}
.balanceBl {
margin-top: 3px;
}
.balanceBl .tit {
color: #2f313c;
font-size: 14px;
display: block;
text-align: center;
}
.balanceBl .value {
color: #27e11c;
font-size: 25px;
font-weight: 700;
display: block;
text-align: center;
margin-top: 8px;
}
.balanceBl .value .cur {
font-size: 15px;
vertical-align: 9px;
}
.listBalance {
padding: 41px 37px 41px 45px;
}
.listBalance .item {
background-color: #efeff0;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
border-radius: 50px;
padding: 15px 0 15px 56px;
position: relative;
}
.listBalance .item + .item {
margin-top: 19px;
}
.listBalance .item .iconBl {
background-color: #133e34;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
background-position: center;
background-repeat: no-repeat;
width: 35px;
height: 35px;
display: block;
position: absolute;
left: 6px;
top: 8px;
}
.listBalance .item .val {
color: #2f313c;
font-size: 16px;
font-weight: 900;
}
.listBalance .item .val .cur {
font-size: 10px;
margin-left: 2px;
vertical-align: 5px;
}
.lineRightLk {
background-color: #042a24;
position: absolute;
right: 0;
top: 0;
width: 138px;
height: 100%;
padding: 70px 0;
-webkit-border-top-left-radius: 100px;
-moz-border-top-left-radius: 100px;
-ms-border-top-left-radius: 100px;
border-top-left-radius: 100px;
-webkit-border-bottom-left-radius: 100px;
-moz-border-bottom-left-radius: 100px;
-ms-border-bottom-left-radius: 100px;
border-bottom-left-radius: 100px;
-webkit-box-shadow: inset 0 11px 11px 11px rgba(0, 0, 0, 0.4);
-moz-box-shadow: inset 0 11px 11px 11px rgba(0, 0, 0, 0.4);
box-shadow: inset 0 11px 11px 11px rgba(0, 0, 0, 0.4);
}
.lineRightLk .infoLine .socialBl {
position: relative;
}
.lineRightLk .infoLine .socialBl ul {
flex-wrap: wrap;
justify-content: center;
}
.lineRightLk .infoLine .socialBl li {
width: 100%;
text-align: center;
}
.lineRightLk .infoLine .socialBl li + li {
margin-left: 0;
margin-top: 16px;
}
.lineRightLk .infoLine .socialBl li a {
margin: 0 auto;
}
.lineRightLk .infoLine .timeBlock {
margin-left: 0;
margin-top: 103px;
text-align: center;
width: 100%;
}
.lineRightLk .infoLine .timeBlock #date {
margin-top: 23px;
}
.lineRightLk .linksBlock .iconBl,
.lineRightLk .timeBlock .iconBl {
position: relative;
top: auto;
left: auto;
margin: 0 auto;
display: table;
color: #27e11c;
font-size: 40px;
margin-bottom: 18px;
}
.lineRightLk .infoLine .linksBlock {
margin: 0;
text-align: center;
width: 100%;
margin-top: 38px;
}
.lineRightLk .infoLine .linksBlock ul {
flex-wrap: wrap;
}
.lineRightLk .infoLine .linksBlock li {
padding: 0 15px;
}
.lineRightLk .infoLine .linksBlock li + li {
margin: 0;
margin-top: 39px;
}
.lineRightLk .infoLine .linksBlock li .tit {
text-align: center;
}
.lineRightLk .infoLine .linksBlock li .phone {
margin: 0 auto;
word-break: break-all;
width: 100%;
font-size: 12px;
text-align: center;
margin-top: 8px;
}
.lineRightLk .infoLine .linksBlock li .mail {
word-break: break-all;
text-align: center;
font-size: 12px;
color: #fd0;
padding: 0 15px;
line-height: 22px;
}
.lineRightLk .infoLine .linksBlock li .txt {
font-size: 12px;
color: #fff;
text-align: center;
display: block;
margin-top: 15px;
line-height: 22px;
}
.lineRightLk .copy {
color: #8db0a6;
font-size: 12px;
display: block;
margin-top: 144px;
padding: 0;
padding-left: 24px;
line-height: 21px;
}
.lkRight .capTitle {
font-size: 50px;
}
.accountBl {
display: flex;
justify-content: space-between;
margin-top: 101px;
margin-bottom: 100px;
}
.accountBl .left {
width: calc(50% - 30px);
}
.accountBl .right {
width: calc(50% - 30px);
}
.accountBl .left .col {
background-color: #fff;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
border-radius: 50px;
padding: 40px 37px 47px 44px;
-webkit-box-shadow: 0 11px 11px 11px rgba(0, 0, 0, 0.03);
-moz-box-shadow: 0 11px 11px 11px rgba(0, 0, 0, 0.03);
box-shadow: 0 11px 11px 11px rgba(0, 0, 0, 0.03);
}
.accountBl .left .col + .col {
margin-top: 55px;
}
.accountBl .left .line {
display: flex;
align-items: center;
justify-content: space-between;
padding: 4px 0;
position: relative;
}
.accountBl .left .line + .line {
margin-top: 22px;
}
.accountBl .left .line .iconBl {
font-size: 23px;
position: absolute;
left: 0;
top: 50%;
margin-top: -15px;
}
.accountBl .left .line .tit {
color: #000;
font-size: 16px;
width: 50%;
padding-left: 47px;
}
.accountBl .left .line .val .cur {
font-size: 12px;
vertical-align: 4px;
}
.accountBl .left .line .val {
font-weight: 900;
font-size: 15px;
width: 115px;
}
.youline {
background-color: #efeff0;
padding: 92px 0 77px;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
-ms-border-radius: 25px;
border-radius: 25px;
-webkit-box-shadow: inset 0 11px 11px 11px rgba(0, 0, 0, 0.03);
-moz-box-shadow: inset 0 11px 11px 11px rgba(0, 0, 0, 0.03);
box-shadow: inset 0 11px 11px 11px rgba(0, 0, 0, 0.03);
}
.youline .iconBl {
font-size: 65px;
display: block;
margin: 0 auto;
background-image: url(../img/fonicon1big.png);
width: 132px;
height: 126px;
line-height: 114px;
padding-right: 6px;
}
.youline ul {
margin-top: 68px;
}
.youline ul li + li {
margin-top: 16px;
}
.youline ul li .tit {
color: #1e2029;
font-size: 14px;
display: block;
text-align: center;
}
.youline ul li .name {
color: #1e2029;
font-size: 24px;
display: block;
text-align: center;
margin-top: 10px;
}
.youline ul li .mail {
color: #1ace0f;
font-size: 14px;
text-decoration: underline;
margin: 0 auto;
display: table;
margin-top: 16px;
}
.youline ul li .mail:hover {
text-decoration-color: transparent;
}
.refLinkBl {
margin-top: 113px;
}
.refLinkBl .inputLine {
margin-top: 84px;
display: flex;
justify-content: space-between;
}
.refLinkBl .inputLine input {
width: calc(100% - 247px);
height: 52px;
text-align: center;
}
.refLinkBl .inputLine .btn {
width: 212px;
font-size: 16px;
}
.refLinkBl > .btn {
margin-top: 57px;
padding: 16px 0;
width: 209px;
font-size: 16px;
}
.capTitleIn {
color: #2f313c;
font-size: 30px;
font-weight: 400;
position: relative;
}
.capTitleIn::before {
content: "";
position: absolute;
left: 50%;
margin-left: -33px;
background-color: #fd0;
width: 65px;
height: 2px;
bottom: -19px;
background-color: #fd0;
}
.lkPage .refLinkBl {
margin: 0;
margin-bottom: 77px;
}
.lkPage .bannersPage {
margin: 0;
padding: 0;
margin-top: 101px;
}
.lkPage .bannersPage .tabsBody {
background-color: #fff;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
border-radius: 50px;
padding: 0;
margin-top: 63px;
padding: 46px 37px;
-webkit-box-shadow: 0 11px 11px 11px rgba(0, 0, 0, 0.03);
-moz-box-shadow: 0 11px 11px 11px rgba(0, 0, 0, 0.03);
box-shadow: 0 11px 11px 11px rgba(0, 0, 0, 0.03);
}
.settingsBlock {
margin-top: 100px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.settingsBlock .left {
width: calc(50% - 30px);
}
.settingsBlock .right {
width: calc(50% - 28px);
}
.settingsBlock .right .col {
padding-bottom: 144px;
background-image: url(../img/fonsettingsblock.png);
background-position: -2px calc(100% + 108px);
background-repeat: no-repeat;
}
.settingsBlock .col {
background-color: #fff;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
-ms-border-radius: 25px;
border-radius: 25px;
padding: 46px 44px 47px 46px;
-webkit-box-shadow: 0 11px 11px 11px rgba(0, 0, 0, 0.03);
-moz-box-shadow: 0 11px 11px 11px rgba(0, 0, 0, 0.03);
box-shadow: 0 11px 11px 11px rgba(0, 0, 0, 0.03);
}
.settingsBlock .col + .col {
margin-top: 63px;
}
.settingsBlock .listInput {
margin-top: 59px;
}
.settingsBlock .listInput .inputLine {
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
}
.settingsBlock .listInput .inputLine + .inputLine {
margin-top: 19px;
}
.settingsBlock .listInput .inputLine input {
width: calc(100% - 173px);
height: 51px;
}
.settingsBlock .listInput .inputLine label {
margin: 0;
}
.settingsBlock .listInput .inputLine .iconBl {
position: absolute;
right: 10px;
bottom: 7px;
width: 13px;
height: 15px;
background-position: center;
background-repeat: no-repeat;
background-color: #fff;
width: 35px;
height: 35px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
}
.settingsBlock .btn {
margin: 73px auto 0;
padding: 15px 0;
width: 210px;
font-size: 16px;
}
.filterBl {
background-color: #fff;
-webkit-box-shadow: 0 11px 8px 11px rgba(0, 0, 0, 0.03);
-moz-box-shadow: 0 11px 8px 11px rgba(0, 0, 0, 0.03);
box-shadow: 0 11px 8px 11px rgba(0, 0, 0, 0.03);
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
-ms-border-radius: 25px;
border-radius: 25px;
margin-top: 85px;
position: relative;
z-index: 5;
}
.filterBl .filterWrap {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 45px 63px 57px 42px;
align-items: flex-end;
}
.filterBl .inputLine {
position: relative;
}
.filterBl .inputLine input {
height: 52px;
}
.filterBl .inputLine .selectric {
height: 52px;
}
.filterBl .inputLine .selectric .label {
padding: 3px 26px;
}
.filterBl .inputLine:nth-child(1) {
width: 165px;
}
.filterBl .inputLine:nth-child(2) {
width: 165px;
}
.filterBl .inputLine:nth-child(3) {
width: 265px;
}
.filterBl .inputLine:nth-child(4) {
width: 265px;
}
.filterBl .btn {
width: 150px;
padding: 14px 0;
font-size: 17px;
}
.filterBl .iconBl {
background-image: url(../img/arrow_black.png);
width: 13px;
height: 7px;
position: absolute;
right: 24px;
bottom: 21px;
}
.tableOperWrap {
background-color: #efeff0;
-webkit-box-shadow: inset 0 11px 8px 11px rgba(0, 0, 0, 0.03);
-moz-box-shadow: inset 0 11px 8px 11px rgba(0, 0, 0, 0.03);
box-shadow: inset 0 11px 8px 11px rgba(0, 0, 0, 0.03);
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
-ms-border-radius: 25px;
border-radius: 25px;
margin-top: 49px;
padding: 40px 38px 40px 23px;
}
.tableBl {
display: table;
width: 100%;
position: relative;
z-index: 2;
border-collapse: separate;
border-spacing: 0px 5px;
}
.tableBl .theadBl {
display: table-row-group;
}
.tableBl .theadBl .tr {
display: table-row;
}
.tableBl .theadBl .td {
display: table-cell;
color: #454750;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 2.5px;
padding-bottom: 20px;
text-align: center;
min-height: 35px;
}
.tableBl .theadBl .td:nth-child(1) {
width: 15%;
}
.tableBl .theadBl .td:nth-child(2) {
width: 22%;
}
.tableBl .theadBl .td:nth-child(3) {
width: 17%;
}
.tableBl .theadBl .td:nth-child(4) {
width: 13%;
}
.tableBl .theadBl .td:nth-child(5) {
width: 9%;
}
.tableBl .theadBl .td:nth-child(6) {
width: 14%;
}
.tableBl .theadBl .td:nth-child(7) {
width: 10%;
}
.tableBl .tbodyBl {
display: table-row-group;
}
.tableBl .tbodyBl .tr {
display: table-row;
position: relative;
}
.tableBl .tbodyBl .td:last-child {
-webkit-border-bottom-right-radius: 50px;
-moz-border-bottom-right-radius: 50px;
-ms-border-bottom-right-radius: 50px;
border-bottom-right-radius: 50px;
-webkit-top-bottom-right-radius: 50px;
-moz-border-top-right-radius: 50px;
-ms-border-top-right-radius: 50px;
border-top-right-radius: 50px;
}
.tableBl .tbodyBl .td:first-child {
-webkit-border-bottom-left-radius: 50px;
-moz-border-bottom-left-radius: 50px;
-ms-border-bottom-left-radius: 50px;
border-bottom-left-radius: 50px;
-webkit-top-bottom-left-radius: 50px;
-moz-border-top-left-radius: 50px;
-ms-border-top-left-radius: 50px;
border-top-left-radius: 50px;
}
.tableBl .tbodyBl .td {
display: table-cell;
text-align: center;
color: #276053;
padding: 9px 0;
text-align: center;
vertical-align: middle;
letter-spacing: 0.5px;
background-color: #fff;
}
.tableBl .date {
color: #999;
font-size: 12px;
text-transform: uppercase;
}
.tableBl .type {
color: #000;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 1px;
}
.tableBl .sum {
font-size: 15px;
font-weight: 900;
}
.tableBl .sum .cur {
vertical-align: 4px;
font-size: 10px;
}
.tableBl .pay {
color: #999;
font-size: 12px;
text-transform: uppercase;
}
.tableBl .comment {
color: #27e11c;
cursor: pointer;
position: relative;
}
.pagination ul {
display: flex;
justify-content: center;
}
.pagination ul li {
margin: 0 6px;
}
.pagination ul li .prev {
background-color: #fd0;
background-image: url(../img/arrow_black.png);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.pagination ul li .next {
background-color: #fd0;
background-image: url(../img/arrow_black.png);
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.pagination ul li a {
color: #042a24;
font-size: 15px;
background-color: #fff;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
display: block;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
background-position: center;
background-repeat: no-repeat;
font-weight: 900;
}
.pagination ul li a.prev,
.pagination ul li a.next {
font-size: 0;
}
.pagination ul li a:hover,
.pagination ul li a.active {
background-color: #27e11c;
}
.tableOperWrap .pagination {
margin-top: 31px;
}
.tableBl .comment:hover:after {
opacity: 1;
}
.tableBl .comment::after {
content: attr(data-title);
position: absolute;
left: -71px;
bottom: -4px;
opacity: 0;
color: #000;
font-size: 12px;
font-weight: 400;
display: block;
text-align: center;
width: 150px;
background-color: #fff;
border: solid 1px #27e11c;
padding: 10px 0;
line-height: 20px;
font-family: "Aguda";
}
.withBl {
display: flex;
width: 100%;
justify-content: space-between;
flex-wrap: wrap;
margin-top: 98px;
}
.withBl .left {
background-color: #efeff0;
-webkit-box-shadow: inset 0 11px 8px 11px rgba(0, 0, 0, 0.03);
-moz-box-shadow: inset 0 11px 8px 11px rgba(0, 0, 0, 0.03);
box-shadow: inset 0 11px 8px 11px rgba(0, 0, 0, 0.03);
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
-ms-border-radius: 25px;
border-radius: 25px;
width: calc(50% - 35px);
padding: 46px 47px;
}
.withBl .right {
width: calc(50% - 31px);
background-color: #fff;
-webkit-box-shadow: 0 11px 8px 11px rgba(0, 0, 0, 0.03);
-moz-box-shadow: 0 11px 8px 11px rgba(0, 0, 0, 0.03);
box-shadow: 0 11px 8px 11px rgba(0, 0, 0, 0.03);
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
-ms-border-radius: 25px;
border-radius: 25px;
padding: 48px 42px;
/* min-height: 578px; */
}
.withBl .inputLine + .inputLine {
margin-top: 56px;
}
.withBl .inputLine {
max-width: 300px;
margin: 65px auto 0;
position: relative;
}
.withBl .inputLine .cur {
position: absolute;
right: 18px;
bottom: 11px;
color: #41414d;
font-size: 18px;
font-weight: 700;
}
.withBl .inputLine label + * {
margin-top: 17px;
}
.withBl .inputLine input {
height: 48px;
}
.withBl .inputLine + .inputLine input {
border: 0;
color: #27e11c;
font-size: 20px;
text-align: center;
font-weight: 700;
background-color: #f8f8fa;
}
.withBl .listPay {
display: flex;
flex-wrap: wrap;
margin-top: 100px;
justify-content: space-between;
}
.withBl .listPay .item {
position: relative;
width: calc(50% - 10px);
padding: 16px 59px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
border-radius: 50px;
overflow: hidden;
margin-bottom: 17px;
}
.withBl .listPay .item label {
cursor: pointer;
}
.withBl .listPay .item label:before {
content: "";
position: absolute;
left: 0;
top: 0;
background-color: #fff;
width: 100%;
height: 100%;
}
.withBl .listPay .item input {
display: none;
}
.withBl .listPay .item input:checked + label::before {
background-color: #fd0;
}
.withBl .listPay .item .iconBl {
width: 35px;
height: 35px;
background-position: center;
background-repeat: no-repeat;
background-color: #133e34;
display: block;
position: absolute;
left: 9px;
top: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
margin-top: -17px;
}
.withBl .listPay .item .val {
color: #2f313c;
font-size: 16px;
font-weight: 900;
position: relative;
}
.withBl .listPay .item .val .cur {
font-size: 10px;
vertical-align: 6px;
margin-left: 6px;
}
.withBl .bot {
width: 100%;
padding: 74px 0;
}
.withBl .bot .btn {
width: 215px;
margin: 46px auto 0;
padding: 15px 0;
font-size: 16px;
}
.withBl .lineSumma .value .cur,
.withBl .lineSumma .value .val {
font-size: 40px;
height: 70px;
padding: 12px 0 2px;
width: 44px;
}
.withBl .lineSumma .value {
margin-top: 27px;
}
.listDepositCab {
margin-top: 74px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.listDepositCab .item {
background-color: #efeff0;
-webkit-box-shadow: inset 0 11px 8px 11px rgba(0, 0, 0, 0.03);
-moz-box-shadow: inset 0 11px 8px 11px rgba(0, 0, 0, 0.03);
box-shadow: inset 0 11px 8px 11px rgba(0, 0, 0, 0.03);
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
-ms-border-radius: 25px;
border-radius: 25px;
position: relative;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
width: calc(50% - 34px);
padding: 28px 0;
margin-bottom: 48px;
}
.listDepositCab .prBl .vip {
background-image: url(../img/fonvipdep.png);
width: 41px;
height: 38px;
background-repeat: no-repeat;
position: absolute;
right: 29px;
display: block;
top: 16px;
}
.listDepositCab .prBl {
position: absolute;
left: 50%;
background-image: url(../img/fondepyellow.png);
width: 205px;
height: 195px;
margin-left: -106px;
padding: 60px 0;
}
.listDepositCab .prBl .pr {
color: #2f313c;
font-size: 40px;
font-weight: 900;
display: block;
text-align: center;
}
.listDepositCab .prBl .day {
color: #2f313c;
font-size: 14px;
font-weight: 700;
display: block;
text-align: center;
}
.listDepositCab .prBl .link {
width: 54px;
height: 53px;
display: table;
margin: 0 auto;
margin-top: 34px;
}
.listDepositCab .prBl .link:hover {
opacity: 0.8;
}
.listDepositCab .left {
width: 158px;
text-align: right;
}
.listDepositCab .right {
text-align: left;
width: 166px;
}
.listDepositCab .right ul {
text-align: left;
}
.listDepositCab .title {
color: #1e2029;
font-size: 14px;
display: block;
margin-top: 8px;
letter-spacing: 0.5px;
}
.listDepositCab .value {
color: #2f313c;
font-size: 14px;
font-weight: 900;
display: block;
margin-top: 7px;
letter-spacing: 0.7px;
}
.listDepositCab .iconBl {
width: 55px;
height: 55px;
background-position: center;
background-repeat: no-repeat;
display: inline-block;
vertical-align: middle;
}
.listDepositCab ul {
margin-top: 19px;
text-align: right;
}
.listDepositCab ul li + li {
margin-top: 3px;
}
.listDepositCab ul li .tit {
color: #858896;
font-size: 12px;
display: block;
}
.listDepositCab ul li .val {
color: #2f313c;
font-size: 12px;
display: block;
margin-top: 3px;
}
.progBl {
width: 100%;
margin-top: -44px;
padding: 0 27px;
}
.progBl .tit {
font-size: 14px;
display: block;
text-align: center;
}
.progBl .val .cur {
font-size: 12px;
vertical-align: 8px;
}
.progBl .val {
color: #27e11c;
font-size: 25px;
font-weight: 900;
display: block;
text-align: center;
margin-bottom: 7px;
}
.progBl .progLine {
width: 100%;
height: 20px;
position: relative;
background-color: #fff;
margin-top: 12px;
overflow: hidden;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
-ms-border-radius: 25px;
border-radius: 25px;
}
.progBl .progLine .prog {
background-color: #133e34;
position: absolute;
left: 0;
top: 0;
width: 25%;
height: 100%;
background-image: url(../img/fonprog.png);
background-position: center;
}
.progBl .progLine .vl {
color: #27e11c;
font-size: 17px;
position: absolute;
right: 17px;
top: 0;
font-weight: 900;
}
.refSysInfo {
display: flex;
justify-content: space-between;
margin-top: 88px;
}
.refSysInfo .left {
background-color: #efeff0;
-webkit-box-shadow: inset 0 11px 8px 11px rgba(0, 0, 0, 0.03);
-moz-box-shadow: inset 0 11px 8px 11px rgba(0, 0, 0, 0.03);
box-shadow: inset 0 11px 8px 11px rgba(0, 0, 0, 0.03);
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
-ms-border-radius: 25px;
border-radius: 25px;
width: calc(50% - 36px);
padding: 33px 0 21px;
}
.refSysInfo .left .iconBl {
display: block;
font-size: 60px;
margin: 0 auto;
background-image: url(../img/fonicon1big.png);
width: 132px;
height: 126px;
line-height: 116px;
color: #003327;
}
.refSysInfo .left .title {
color: #1e2029;
font-size: 14px;
font-weight: 400;
display: block;
text-align: center;
margin-top: 12px;
}
.refSysInfo .left .name {
color: #1e2029;
font-size: 24px;
font-weight: 700;
display: block;
text-align: center;
margin-top: 9px;
}
.refSysInfo .left ul {
display: flex;
justify-content: space-between;
margin-top: 9px;
}
.refSysInfo .left ul li {
color: #1e2029;
width: calc((100% / 3) - 10px);
}
.refSysInfo .left ul li:nth-child(2) {
color: #27e11c;
}
.refSysInfo .left ul li .tit {
color: #1e2029;
font-size: 14px;
display: block;
text-align: center;
margin-top: 12px;
}
.refSysInfo .left ul li .val {
font-size: 20px;
font-weight: 900;
display: block;
text-align: center;
margin-top: 6px;
}
.refSysInfo .left ul li .val .cur {
font-size: 14px;
vertical-align: 7px;
}
.refSysInfo .left ul .pic {
width: 60px;
height: 60px;
background-position: center;
background-repeat: no-repeat;
display: block;
margin: 0 auto;
}
.refSysInfo .right {
background-color: #fff;
-webkit-box-shadow: 0 11px 8px 11px rgba(0, 0, 0, 0.03);
-moz-box-shadow: 0 11px 8px 11px rgba(0, 0, 0, 0.03);
box-shadow: 0 11px 8px 11px rgba(0, 0, 0, 0.03);
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
-ms-border-radius: 25px;
border-radius: 25px;
width: calc(50% - 25px);
}
.refSysInfo .filterBl {
background: transparent;
box-shadow: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
width: 100%;
margin: 0;
}
.refSysInfo .filterBl .filterWrap {
padding: 43px 38px 27px 43px;
position: relative;
z-index: 2;
display: block;
}
.refSysInfo .filterBl .filterWrap .inputLine {
/* width: calc(50% - 15px); */
width: 100%;
text-align: center;
}
.refSysInfo .filterBl .filterWrap .inputLine .selectric-wrapper {
width: 30%;
display: inline-block;
}
.refSysInfo .filterBl .filterWrap .inputLine .btn {
margin: 0 auto;
}
.tableMiniRef {
display: table;
width: 100%;
padding: 15px 61px;
}
.tableMiniRef .thead {
display: table-row-group;
}
.tableMiniRef .thead .tr {
display: table-row;
}
.tableMiniRef .thead .td {
color: #454750;
font-size: 12px;
text-transform: uppercase;
display: table-cell;
text-align: center;
padding-bottom: 22px;
}
.tableMiniRef .tbody {
display: table-row-group;
}
.tableMiniRef .tbody .tr {
display: table-row;
position: relative;
z-index: 2;
}
.tableMiniRef .tbody .td {
color: #999;
font-size: 12px;
text-transform: uppercase;
display: table-cell;
text-align: center;
padding: 10px 0;
vertical-align: middle;
}
.tableMiniRef .tbody .val {
font-size: 15px;
font-weight: 900;
}
.tableMiniRef .thead .td:nth-child(1) {
width: 19%;
}
.tableMiniRef .thead .td:nth-child(2) {
width: 65%;
}
.tableMiniRef .thead .td:nth-child(3) {
width: 80px;
}
.tableMiniRef .tbody .tr:after {
content: "";
position: absolute;
left: -19px;
top: 2px;
background-color: #f8f8fa;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
border-radius: 50px;
width: calc(100% + 41px);
height: calc(100% - 5px);
z-index: -1;
}
.yourRef {
margin-top: 64px;
}
.yourRef .list {
margin-top: 81px;
}
.yourRef .item + .item {
margin-top: 4px;
}
.yourRef .item .top::before {
content: "\e922";
position: absolute;
left: 0;
top: 0;
font-family: "icomoon" !important;
font-size: 20px;
left: 5px;
top: 50%;
margin-top: -13px;
}
.yourRef .item.active .top::before {
content: "\e923";
}
.yourRef .item.active .top {
background-color: #fd0;
cursor: pointer;
}
.yourRef .item .top {
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
-ms-border-radius: 25px;
border-radius: 25px;
background-color: #fff;
padding: 8px 35px;
position: relative;
}
.yourRef .item ul {
display: flex;
justify-content: space-between;
position: relative;
}
.yourRef .item ul li .tit {
color: #999;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.yourRef .item ul li .name {
color: #1e2029;
font-size: 12px;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.yourRef .item ul li .link {
color: #1e2029;
font-size: 12px;
font-weight: 900;
text-transform: uppercase;
}
.yourRef .item .bot {
background-color: #27e11c;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
-ms-border-radius: 25px;
border-radius: 25px;
display: none;
padding: 8px 0 8px 20px;
margin-left: 33px;
margin-top: 4px;
letter-spacing: 0.5px;
}
.yourRef .item .bot .txt {
color: #fff;
font-size: 12px;
text-transform: uppercase;
}
.yourRef .item .bot .txt b {
font-weight: 900;
}
.yourRef .pagination {
margin-top: 55px;
}
.makeBl {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-top: 100px;
}
.makeBl .bot {
width: 100%;
padding: 35px 0;
}
.makeBl .bot .btn {
width: 215px;
margin: 46px auto 0;
padding: 15px 0;
font-size: 16px;
}
.makeBl .lineSumma .value .cur,
.makeBl .lineSumma .value .val {
font-size: 40px;
height: 70px;
padding: 12px 0 2px;
width: 44px;
}
.makeBl .lineSumma .value {
margin-top: 27px;
}
.makeBl .left {
background-color: #efeff0;
padding: 44px 47px 0;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
-ms-border-radius: 25px;
border-radius: 25px;
-webkit-box-shadow: inset 0 11px 11px 11px rgba(0, 0, 0, 0.03);
-moz-box-shadow: inset 0 11px 11px 11px rgba(0, 0, 0, 0.03);
box-shadow: inset 0 11px 11px 11px rgba(0, 0, 0, 0.03);
width: calc(50% - 35px);
}
.makeBl .right {
width: calc(50% - 30px);
}
.makeBl .right .col {
background-color: #ffffff;
-webkit-box-shadow: 0 11px 8px 11px rgba(0, 0, 0, 0.03);
-moz-box-shadow: 0 11px 8px 11px rgba(0, 0, 0, 0.03);
box-shadow: 0 11px 8px 11px rgba(0, 0, 0, 0.03);
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
-ms-border-radius: 25px;
border-radius: 25px;
width: 100%;
padding: 45px 43px 65px;
}
.makeBl .right .col + .col {
margin-top: 64px;
}
.makeBl .right .col .inputLine {
display: flex;
align-items: center;
margin-top: 58px;
justify-content: space-between;
position: relative;
}
.makeBl .right .col .inputLine label {
margin: 0;
}
.makeBl .right .col .inputLine input {
height: 51px;
width: 324px;
}
.makeBl .right .col .inputLine .cur {
position: absolute;
right: 21px;
bottom: 11px;
font-weight: 700;
font-size: 18px;
color: #41414d;
}
.makeBl .right .txtMin {
margin-top: 48px;
display: block;
color: #2f313c;
font-size: 14px;
}
.makeBl .right .col .selectric-wrapper {
width: 324px;
}
.makeBl .right .col .selectric .label {
padding: 2px 26px;
}
.makeBl .right .col .selectric .button {
right: 14px;
top: 1px;
}
.makeBl .right .col .selectric {
height: 51px;
}
.chekList {
margin-top: 46px;
}
.chekList .chekLine + .chekLine {
margin-top: 17px;
}
.chekList .chekLine label {
color: #2f313c;
font-size: 14px;
display: table;
position: relative;
padding-left: 36px;
letter-spacing: 0.4px;
cursor: pointer;
}
.chekList .chekLine label::before {
content: "";
position: absolute;
left: 6px;
top: -2px;
background-color: #efeff0;
border-top: solid 2px #dededf;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
width: 20px;
height: 18px;
}
.chekList .chekLine label::after {
content: "";
position: absolute;
left: 11px;
top: 3px;
background-color: #27e11c;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
width: 10px;
height: 10px;
opacity: 0;
}
.chekList .chekLine input {
display: none;
}
.chekList .chekLine input:checked + label:after {
opacity: 1;
}
.makeBl .selectBlock {
background-image: url(../img/fonselectblock2.png);
width: 479px;
height: 455px;
top: 0;
left: 0;
margin-top: 52px;
}
.makeBl .selectBlock .item .value {
text-align: center;
}
.makeBl .selectBlock .item .value .val {
font-size: 25px;
}
.makeBl .selectBlock .item:nth-child(1) {
left: 49px;
top: 55px;
}
.makeBl .selectBlock .item:nth-child(2) {
left: 152px;
top: 20px;
}
.makeBl .selectBlock .item:nth-child(3) {
left: 258px;
top: 39px;
}
.makeBl .selectBlock .item:nth-child(4) {
top: 77px;
left: 364px;
}
.makeBl .selectBlock .item:nth-child(5) {
left: 388px;
top: 178px;
}
.makeBl .selectBlock .item:nth-child(6) {
left: 338px;
top: 268px;
}
.makeBl .selectBlock .item:nth-child(7) {
left: 263px;
top: 345px;
}
.makeBl .selectBlock .item:nth-child(8) {
left: 160px;
top: 347px;
}
.makeBl .selectBlock .item:nth-child(9) {
left: 86px;
top: 263px;
}
.makeBl .selectBlock .item:nth-child(10) {
left: 39px;
top: 172px;
}
.makeBl .selectBlock .item .vip {
color: #fd0;
font-size: 12px;
font-weight: 900;
text-transform: uppercase;
position: relative;
z-index: 2;
text-align: center;
padding: 16px 0;
position: absolute;
left: 0;
top: 0;
}
.makeBl .selectBlock .item .vip:before {
content: "";
background-image: url(../img/fonvip4.png);
width: 39px;
height: 41px;
background-repeat: no-repeat;
display: block;
z-index: -1;
position: absolute;
left: -8px;
top: 0;
}
.makeBl .selectBlock .item:nth-child(8) .vip {
top: 81px;
left: 36px;
}
.makeBl .selectBlock .item:nth-child(9) .vip {
top: 38px;
left: -22px;
}
.makeBl .selectBlock .item:nth-child(10) .vip {
left: -33px;
top: -34px;
}
.makeBl .selectBlock .item:nth-child(9) .vip::before {
-webkit-transform: rotate(258deg);
-moz-transform: rotate(258deg);
-o-transform: rotate(258deg);
transform: rotate(258deg);
left: -9px;
top: -1px;
}
.makeBl .selectBlock .item:nth-child(10) .vip::before {
-webkit-transform: rotate(258deg);
-moz-transform: rotate(258deg);
-o-transform: rotate(258deg);
transform: rotate(42deg);
left: -8px;
top: 5px;
}
.selectBlock .item input:checked + label + .value {
color: #fff;
text-shadow: 0 0 3px #2f313c;
}
.makeBl .info {
width: 100%;
padding: 38px 0 0;
position: relative;
left: -6px;
}
.makeBl .info .name {
color: #2f313c;
font-size: 20px;
font-weight: 900;
display: block;
text-align: right;
max-width: 50%;
}
.makeBl .info ul {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-top: 6px;
width: calc(100% + 21px);
}
.makeBl .info ul li {
color: #2f313c;
font-size: 14px;
width: calc(50% - 32px);
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
}
.makeBl .info ul li:nth-child(2) {
top: -26px;
}
.makeBl .info ul li:nth-child(4) {
top: -23px;
}
.makeBl .info ul li + li {
margin-top: 2px;
}
.makeBl .info ul li .tit {
font-weight: 900;
letter-spacing: 0.5px;
}
.makeBl .info .desr {
display: block;
text-align: right;
color: #2f313c;
font-size: 14px;
right: -21px;
position: relative;
letter-spacing: 0.3px;
top: -16px;
}
.depositModal {
background-color: #efeff0;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
-ms-border-radius: 25px;
border-radius: 25px;
padding: 54px 51px;
}
.depositModal .capTitle {
text-align: center;
display: block;
font-size: 50px;
}
.depositModal .capTitle::before {
left: 50%;
margin-left: -32px;
bottom: -29px;
}
.depositModal .list {
margin-top: 91px;
}
.depositModal .list .item {
display: flex;
justify-content: space-between;
align-items: center;
font-size: 12px;
color: #999;
background-color: #fff;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
border-radius: 50px;
overflow: hidden;
padding: 10px 18px;
}
.depositModal .list .item + .item {
margin-top: 5px;
}
.depositModal .list .item .tit {
color: #000;
text-transform: uppercase;
letter-spacing: 0.9px;
font-weight: 400;
}
.depositModal .list .item.amount {
background-color: #27e11c;
}
.depositModal .list .item.plan {
background-color: #fd0;
}
.depositModal .list .item .val {
text-transform: uppercase;
}
.depositModal .list .item.amount .tit {
color: #000;
}
.depositModal .list .item.amount .val {
font-weight: 900;
color: #000;
}
.depositModal .list .item.plan .val {
color: #000;
font-weight: 900;
}
.depositModal .list .item b {
color: #27e11c;
}
#modal_dep {
max-width: 584px;
}
.menuBtn {
border: 0;
width: 52px;
background: transparent;
position: absolute;
right: 0;
top: 57px;
right: 45px;
display: none;
cursor: pointer;
z-index: 9;
}
.menuBtn span {
display: block;
width: 100%;
height: 2px;
background-color: #fd0;
position: relative;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.menuBtn span + span {
margin-top: 6px;
}
.menuBtn.selected span:nth-child(1) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
top: 12px;
}
.menuBtn.selected span:nth-child(2) {
opacity: 0;
}
.menuBtn.selected span:nth-child(3) {
opacity: 0;
}
.menuBtn.selected span:nth-child(4) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
top: -12px;
}
.lkPage .menuBtn {
top: 36px;
right: 25px;
}
.mobileHid {
display: none;
}
header .fonVolna canvas {
position: absolute;
top: 0;
z-index: 0;
width: 100%;
height: 100%;
}
@-webkit-keyframes pulse {
0% {
background: rgba(255, 255, 255, 0.3);
box-shadow: inset 0 0 10px 2px rgba(0, 255, 182, 0.5), 0 0 5px 2px rgba(0, 255, 135, 0.3);
}
100% {
background: rgba(255, 255, 255, 1);
box-shadow: inset 0 0 10px 2px rgba(0, 255, 182, 0.5), 0 0 15px 2px rgba(0, 255, 135, 1);
}
}
@-moz-keyframes pulse {
0% {
background: rgba(255, 255, 255, 0.3);
box-shadow: inset 0 0 10px 2px rgba(0, 255, 182, 0.5), 0 0 5px 2px rgba(0, 255, 135, 0.3);
}
100% {
background: rgba(255, 255, 255, 1);
box-shadow: inset 0 0 10px 2px rgba(0, 255, 182, 0.5), 0 0 15px 2px rgba(0, 255, 135, 1);
}
}
.waves {
z-index: -1;
position: absolute;
left: 0;
top: 287px;
}
.canvas {
width: calc(100% + 300px);
height: 100%;
display: block;
position: absolute;
overflow: hidden;
z-index: -1;
top: -4px;
left: -150px;
opacity: 0.3;
}
footer .canvas {
width: 100%;
left: 0;
top: 1px;
}
.ui-datepicker {
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-ms-border-radius: 15px;
border-radius: 15px;
overflow: hidden;
padding: 0;
}
.loginBlockReg .wrapIn {
min-height: 1200px;
}
.default_table {}
.default_table p.info {
margin: 0 0 40px 0;
}
.default_table fieldset {
display: block;
margin: 0;
padding: 0;
border: 0;
}
.default_table form,
.default_table .default_form {
display: inline-block;
}
.default_table table,
.default_table table tbody {
width: 600px;
}
.default_table table tr th {
padding: 0 10px 20px 0;
text-align: left;
width: 50%;
}
.default_table table tr td {
padding: 0 0 20px 10px;
text-align: left;
width: 50%;
}
.default_table form input[type=submit],
.default_table .default_form input[type=submit] {
cursor: pointer;
}
ul.errors {
color: white;
background: rgba(255,0,0,0.3);
font-size: 14px;
}
ul.errors li {
padding: 8px 20px;
margin: 10px 0 20px;
}
Back to Directory
File Manager
<