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

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

html {
  padding: env(safe-area-inset);
  max-width: 1900px;

}

body {
  background-color: var(--var-bgcolor);
  color: var(--var-fontcolor);
}
body {
  max-width: 1900px;
  position: relative;
  overflow-x: hidden;
  font-family: 'Mont', 'Mont', sans-serif;
  padding: 0px;
  margin: 0px auto;
  line-height: 1;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  color: #fff; /*! background-color: #100814; */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  letter-spacing: 0.5px;
}

body.menuIsOpened {
  overflow: hidden;
}

body .bodyWrap {
  position: relative;
  overflow: hidden;
}
/*.animated{
	-webkit-animation-name: fadeInUp !important;
  animation-name: fadeInUp !important;
}*/
.fadeIn, 
.fadeInLeft, 
.fadeInUp,
.fadeInDown,
.fadeInRight
 {
  /* -webkit-animation-duration: 0.5s !important;
  animation-duration: 0.5s !important;
  -webkit-animation-name: fadeIn !important;
  animation-name: fadeInUp !important;
 -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;*/}
.fill-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1200px;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
  display: block;
  /*! background-image: url(../img/bg.jpg); */ /*
background-size: 100% auto;
background-position: center top;
background-repeat: no-repeat;*/

}
#mobile-video.background.fill-container{
	display: none;
}
.vimeo-wrapper {
  position: relative;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;

overflow: hidden;
}

 div.vimeo-wrapper iframe.bg-video{

}
div.vimeo-wrapper iframe.bg-video {
width: 100vw;
height: 56.25vw;
min-height: 100vh;
min-width: 177.77vh;
position: absolute;
top: 35%;
left: 50%;
transform: translate(-50%,-50%);
opacity: .8;
min-height: 1000px;
}


div.vimeo-wrapper video.bg-video {
width: auto;
  height: auto;
  position: absolute;
  top: 0;
  /*! left: 50%; */
  /*! transform: translate(-50%,-0%); */
  /*! opacity: 0.8; */
display: flex;
}
.vimeo-wrapper::after {
    background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 0;
  opacity: 0.25;
  content: "";
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
box-sizing: border-box;
  background: #000;
  background-image: url(../img/town.jpg);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  }

.vimeo-wrapper::before {
    background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 0;
  opacity: 1;
  content: "";
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
box-sizing: border-box;
  background: #000;
  
  }
.main-header--services video {
    left:50%;
    top: 0%;
    transform: translate(-50%,-0%);
    overflow: hidden !important;
}

.main-header--services video {
    position: absolute;
    min-height: 650px;
    min-width: auto;
}
.main-header {
    height: 650px;
    overflow: hidden !important;
    min-height: 400px;
    position: absolute;
    z-index: 0;
   	width: 100%;
    margin: 0;
    
}
.container {
  width: 100%;
  padding: 0px 50px;
  margin: 0px auto;
}
div.cabinetContentWrapper div#response.container{
	width:100%;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  width: 100%;
}

a {
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transition: color 0.3s;
-moz-transition: color 0.3s;
-o-transition: color 0.3s;
transition: color 0.3s;
  opacity: 1;
  -webkit-outline: none;
  -moz-outline: none;
  outline: none;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
  color:#4A8BD1;
  font-size: 18px;
}
a:hover{
	color:#D92534;
	
}

select,
input[type=text],
input[type=password],
input[type=email],
input[type=number],
textarea {
  width: 100%;
  -webkit-outline: none;
  -moz-outline: none;
  outline: none;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  font-family: "Mont";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; 
  color: #fff;
}
select{background: #000;}
div.fieldset.pay div.payWrapper div.selectric-wrapper.selectric-hover div.selectric-hide-select.selectric-is-native select option:hover{
  background: #9457EB;
}
input[type=text],
input[type=password],
input[type=email],
input[type=number]{
	 letter-spacing: 0.5px;
}
textarea
button {
  padding: 0px;
  font-family: "Mont";
  background-color: transparent;
  border: none;
  -webkit-outline: none;
  -moz-outline: none;
  outline: none;
  cursor: pointer;
}

button:disabled {
  cursor: default;
}

.siteTabs .tabContent {
  display: none;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.siteTabs .tabContent.active {
  display: block;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.mainAddress {
  /*max-width: 230px;*/
font-size: 18px;
line-height: 1.5;
color: #fff;

position: relative;
padding-left: 30px;
}
.flex-comp{  display: flex; }
#mainAddress_nopad{
	padding-left: 0px;
}
#bgbodyWrap.bodyWrap div.aboutSection div.container div.aboutMap.wow.animate__fadeInUp div.licenseList div.item div.licenseBlock div.info div.address p.mainAddress { 
  padding-left: 0px;
}
.mainAddress [class*=icon] {
  position: relative;
  left: -3px;
  display: inline-block;
  color: #fff;
}

.mainContacts {
  font-size: 18px;
  line-height: 37px;
  color: #4A8BD1;
  
}

/*.mainContacts p [class*=icon] {
  position: relative;
  top: 7px;
  margin-right: 2px;
  display: inline-block;
  color: #4A8BD1;
  font-weight: 600;
    background-image: url(../img/mail.png);
background-size: 28px 57px;
background-position: top center;
background-repeat: no-repeat;

width: 28px;
height: 28px;

}*/

.mainContacts p a {
display: table;
line-height: 33px;
color: #fff;
-webkit-transition: color 0.3s;
-moz-transition: color 0.3s;
-o-transition: color 0.3s;
transition: color 0.3s;
font-weight: 400;
padding-left: 35px;
font-size: 18px;
}

.mainContacts p a:hover, .mainContacts p:hover [class*="icon"] {
background-position: bottom left;
  color: #4A8BD1;
}
.mainContacts p span.icon-mail{
	fill:#fff;
	position: absolute;
top: 5px;
}
 p.mainAddress span.icon-location1{
	position: absolute;
  top: -6px;
}
 p.mainAddress span.icon-wallet{
	position: absolute;
  top: -1px;
}

.socList {
  display: flex;
  justify-content: flex-start;
  /*! padding-left: 35px; */
}

.socList li {
  position: relative;
  z-index: 1;
}

.socList li>a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}

.socList li [class*=icon] {
  font-size: 26px;
  color: #fff;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.socList li:hover [class*=icon] {
  color: #D92534;
}

.socList li+li {
  margin-left: 18px;
}



div#mobile_logo_page.titleContainer{
	text-align: center;
	margin-top: 70px;
		-webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
	position: relative;
	opacity: 1;
	display: none;
}
div#mobile_logo_page.titleContainer div.siteLogopage a img{
	width: 100%;
height: auto;
}
.siteLogo>a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
div#mobile_logo_page.titleContainer:hover,
.siteLogo:hover {
  /*opacity: 0.7;*/
}

.siteLogo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
height: auto;
}

.siteLogo .title {
  display: block;
  margin-top: 9px;
  font-size: 29px;
  line-height: 1;
  color: #4A8BD1;
  font-weight: bold;
  
  text-align: center;
}
.mainStartWrapper header.header div.headerInfo.wow.fadeIn div.container div.wrapper div.leftSide div.mainContacts div.minilogo-head a img{
	display: none;
}
.minilogo-head {
  display: block;
  position: relative;
  z-index: 2;
  height: 10px;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.minilogo-head a img{
	position:absolute;
	top:85px;
}
.minilogo-head:hover{
	opacity: 0.7;
}
.mainStartWrapper header.header div.headerInfo.wow.animate__fadeIn div.container div.wrapper div.leftSide div.mainContacts div.minilogo-head{
	display:none;
}
.pagination .pagination {
  display: flex;
  justify-content: center;
}

.pagination .pagination li {
  position: relative;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  background-color: #4A8BD1;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  /*-webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;*/
  position: relative;
  z-index: 1;
}

.pagination .pagination li>a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}

.pagination .pagination li::before {
  content: "";
  display: block;
  position: absolute;
  left: -4px;
  top: -4px;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  border: 1px solid #16d0fe;
  /*-webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;*/
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.pagination .pagination li.active,
.pagination .pagination li:hover {
  background-color: #16d0fe;
}

.pagination .pagination li.active::before,
.pagination .pagination li:hover::before {
  opacity: 1;
}

.pagination .pagination li+li {
  margin-left: 23px;
}

.pagination .navigation {
  margin-top: 36px;
  display: flex;
  justify-content: center;
}

.pagination .navigation [class*=icon] {
  font-size: 19px;
  color: #629fd1;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.pagination .navigation .prev,
.pagination .navigation .next {
  position: relative;
  z-index: 1;
}

.pagination .navigation .prev>a,
.pagination .navigation .next>a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}

.pagination .navigation .prev:hover [class*=icon],
.pagination .navigation .next:hover [class*=icon] {
  color: #000001;
}

.pagination .navigation .next {
  margin-left: 48px;
}

.siteLink {
  display: inline-block;
  font-size: 16px;
  line-height: 21px;
  color: #4A8BD1;
  text-decoration: underline;
  text-decoration-color: inherit;
  -webkit-transition: text-decoration-color 0.3s;
  -moz-transition: text-decoration-color 0.3s;
  -o-transition: text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s;
  font-weight: 400;
  font-size: 18px; 
}

.siteLink:hover {
  text-decoration-color: transparent;
  color:#D92534;
}
div.footerInfo div.container div.wrapper div.rightSide.wow.fadeIn div.mainContacts a.siteLink{
	display:block;
	line-height: 28px;
	padding-left: 35px;
}
div#cap_flex.inWrap img{
	/*height: 20px;*/
/*! margin-right: 20px; */
    padding: 0px 5px;
    /*! background: #4A8BD1; */
	/*! border-left: 17px solid #4A8BD1; */
	/*! border-right: 17px solid #4A8BD1; */
	position: relative;
	display: block;
}
.cap-img{display: flex; margin-right: 20px;}
.cap-img-left, .cap-img-right{
  display: block; 
width: 17px;
height: 17px;
background: #4A8BD1;
-webkit-animation-name: zoomcap;
  -moz-animation-name: zoomcap;
  -o-animation-name: zoomcap;
  animation-name: zoomcap;
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
  -o-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@keyframes zoomcap {
  
  0%{
     opacity: : rotateY(0deg);
  }
  
   20%{
     transform: rotateY(180deg);
  }
  40%{
     transform: rotateY(0deg);
  }
}
#cap_flex{
	display: flex;
	align-items: center;
}

[class*=btnFill] {
  position: relative;
  display: inline-block;
  min-width: 233px;
  height: 63px;
  padding: 0px 15px;
  font-size: 18px;
  line-height: 63px;
  color: #4A8BD1;
  font-weight: 500;
  
  text-transform: none;
  text-align: center;
  /*-webkit-border-radius: 63px;
  -moz-border-radius: 63px;
  -ms-border-radius: 63px;
  border-radius: 63px;*/
  /*! -webkit-box-shadow: 0px 5px 11px rgba(0,0,0,0.3); */
  /*! -moz-box-shadow: 0px 5px 11px rgba(0,0,0,0.3); */
  /*! box-shadow: 0px 5px 11px rgba(0,0,0,0.3); */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
  letter-spacing: 1px;
  /*border: 1px solid #4A8BD1;*/
  
}
.topbutton{
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
  letter-spacing: 1px;
  /*border: 1px solid #4A8BD1;*/
  -webkit-animation-name: slimZoomPlan;
  -moz-animation-name: slimZoomPlan;
  -o-animation-name: slimZoomPlan;
  animation-name: slimZoomPlan;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
}

[class*=btnFill][class*=Type1]:hover {
  background-color: #4A8BD1;
  
  }
[class*=btnFill][class*=Type1]{color:#fff;}
[class*=btnFill][class*=Type1]:hover {
   color:#000;
}
[class*=btnFill][class*=Type1]::after {
  background-color: #D92534;
  color: #fff;
}

[class*=btnFill][class*=Type2] {
  background-color: #D92534;
  color:#000;
  border: 0;
}

[class*=btnFill][class*=Type2]::after {
  background-color: #4A8BD1;
  color:#fff;
}

[class*=btnFill]::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*-webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;*/
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: -1;
  cursor: pointer;
}

[class*=btnFill]:hover {
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  color:#fff;
}


[class*=btnFill]:hover::after {
  -moz-transform: scaleX(1.4) scaleY(1.6);
  -ms-transform: scaleX(1.4) scaleY(1.6);
  -webkit-transform: scaleX(1.4) scaleY(1.6);
  -o-transform: scaleX(1.4) scaleY(1.6);
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}

[class*=btnFill]:active {
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -webkit-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
input.sbmt.deposit-process-wrap,
input.sbmt.deposit-cancel1,
.btnGrad input{
  font-size: 18px;
  line-height: 63px;
  font-family: "Mont";
  background-color: #4A8BD1;
  color: #FFFFFF;
  border: none;
  text-transform: none;
  font-weight: 600;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  cursor: pointer;
  height: 63px;
}
.btnGrad input:hover{
	color:#4A8BD1;
}
div#CabinetSection.aboutSection div form span.deposit-cancel-wrap{
	margin-left:9px;
}
div#CabinetSection.aboutSection div form span.deposit-process-wrap,
div#CabinetSection.aboutSection div form span.deposit-cancel-wrap{
position: relative;
display: inline-block;
margin-top: 50px;
}

input.sbmt.deposit-process,
input.sbmt.deposit-cancel,
.btnGrad {
  position: relative;
  display: inline-block;
  min-width: 233px;
  height: 63px;
  padding: 0px 25px;
  font-size: 18px;
  line-height: 63px;
  font-family: "Mont";
  font-weight: 500;
  
  text-transform: none;
  text-align: center;
  background-color: #4A8BD1;
  color:#FFFFFF;
  /*! -webkit-border-radius: 63px; */ /*
  -moz-border-radius: 63px;
  -ms-border-radius: 63px;
  border-radius: 63px;*/
  /*! -webkit-box-shadow: 0px 5px 11px rgba(0,0,0,0.3); */
  /*! -moz-box-shadow:0px 5px 11px rgba(0,0,0,0.3); */
  /*! box-shadow: 0px 5px 11px rgba(0,0,0,0.3); */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
  border: 0;
  cursor: pointer;
  letter-spacing: 1px;
}

.btnGrad::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
background-color: #4A8BD1;
 
  /*-webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;*/
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: -1;
}
div#referralos.userInfo.wow.fadeIn div.wrap div.item div.inBtn button.btnGrad.center.copyLink
{margin: 0 0 0 auto;}
div#referralos.userInfo.wow.fadeIn div.wrap div.item div.inBtn button.btnGrad.center.copyLink:hover{ color: #000;}
div#referralos.userInfo.wow.fadeIn div.wrap div.item div#banner3.inpts{color: #4A8BD1;background: #000;padding: 2px;}
input.sbmt.deposit-process:hover,
input.sbmt.deposit-cancel:hover,
.btnGrad:hover {
color:#4A8BD1;
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/*---TG button---*/
.tg_btnGrad {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
 text-transform: none;
  text-align: center;
  background-color: #4A8BD1;
   background-image: url(../img/tg-hover.svg);
  background-size: 35px 35px;
  background-position: 5px center;
  background-repeat: no-repeat;
  color:#FFFFFF;
   -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 5;
  border: 0;
  cursor: pointer;
  position: fixed;
  right: 40px;
  bottom: 40px;
  border-radius: 50%;
}

.tg_btnGrad::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
background-color: #4A8BD1;
 background-image: url(../img/tg.svg);
  background-size: 35px 35px;
  background-position: 5px center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 4;
  border-radius: 50%;
}

.tg_btnGrad:hover {
color:#4A8BD1;
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.tg_btnGrad:hover::after {
  -moz-transform: scaleX(1.4) scaleY(1.6);
  -ms-transform: scaleX(1.4) scaleY(1.6);
  -webkit-transform: scaleX(1.4) scaleY(1.6);
  -o-transform: scaleX(1.4) scaleY(1.6);
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}

/*---End TG button---*/
input.sbmt.deposit-process:hover::after,
input.sbmt.deposit-cancel:hover::after,
.btnGrad:hover::after {
  -moz-transform: scaleX(1.4) scaleY(1.6);
  -ms-transform: scaleX(1.4) scaleY(1.6);
  -webkit-transform: scaleX(1.4) scaleY(1.6);
  -o-transform: scaleX(1.4) scaleY(1.6);
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}

input.sbmt.deposit-process:active,
input.sbmt.deposit-cancel:active,
.btnGrad:active {
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -webkit-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
#pay-form{
	text-align: center;
font-size: 16px;
margin-top: 50px;
line-height: 30px;
}

.btnGrad.center {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.btnGrad.full {
  width: 100%;
}

.btnGrad.sm {
  min-width: 147px;
  height: 45px;
  font-size: 16px;
  line-height: 42px;
  /*-webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  border-radius: 45px;*/
}

.inBlock label {
  display: block;
  padding-left: 10px;
  font-size: 16px;
  line-height: 17px;
  color: #4A8BD1;
  white-space: nowrap;
}

.inBlock label+.inWrap {
  margin-top: 8px;
}
div#CabinetSection.aboutSection div.outSection.wow.fadeIn form.cont div.wrapper div.col div.fieldset.sum div.field div.inBlock div.inWrap input#amount.inpts{text-align: right;}
.inBlock input {
    padding-left: 22px;
  padding-right: 32px;
  
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  color: #4A8BD1;
  background-color: #000;
border-width: 1px;
border-style: solid;
border-color: #4A8BD1;
  /*-webkit-border-radius: 31px;
  -moz-border-radius: 31px;
  -ms-border-radius: 31px;
  border-radius: 31px;*/
   -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;

}
.inBlock input:active, .inBlock input:focus, .inBlock input:hover,
.inBlock textarea:active, .inBlock textarea:focus, .inBlock textarea:hover{
	/*background-color: #fff;*/
	border-color: #D92534;
	
}
.inBlock textarea {
  padding-left: 22px;
  padding-top: 18px;
  padding-right: 32px;
  padding-bottom: 8px;
  min-height: 100px;
  font-size: 16px;
  line-height: 24px;
  color: #4A8BD1;
 background-color: #000;
border-width: 1px;
border-style: solid;
border-color: #4A8BD1;
  /*-webkit-border-radius: 31px;
  -moz-border-radius: 31px;
  -ms-border-radius: 31px;
  border-radius: 31px;*/
  resize: none;
  overflow: hidden;
   -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

input::placeholder,
textarea::placeholder {
  color: #254669;
  /*! font-size: 16px; */
 
}



.restorePassword {
  margin-top: 10px;
  font-size: 18px;
  text-align: ;
  color: #fff;
}
.selectric-focus .selectric,
.selectric-open .selectric {
  border-color: #D92534;
}

.selectric {
  height: 50px;
  background-color: #000;
  border-width: 1px;
  border-style: solid;
  border-color: #4A8BD1;
-webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.selectrics:hover, .selectric:focus, .selectric:active{
	/*background-color: rgba(2,104,126,.2);*/
	border-color: #D92534;
}
.selectric:hover {
  border-color:  #D92534;
}

.selectric .label {
  height: 50px;
  margin: 0px;
  padding-left: 32px;
  padding-right: 45px;
  font-size: 18px;
  line-height: 50px;
  color: #4A8BD1;
}
 div.outSection.wow.fadeIn form.cont div.wrapper div.col div.fieldset.pay div.payWrapper div.selectric-wrapper.selectric-balance div.selectric span.label span{
	color: #4A8BD1;
}
.selectric .label span {
  display: inline-block;
  margin-left: 5px;
  color: #4A8BD1;
}

.selectric .selectricBtn {
  position: absolute;
  top: 0px;
  right: 26px;
  font-size: 13px;
  line-height: 50px;
  color: #4A8BD1;
}

.selectric-items {
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #000;
  border-width: 1px;
  border-style: solid;
  border-color: #4A8BD1;
  color:#fff;
  
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  
  width: 100% !important;
}

.selectric-items li {
  padding: 5px 33px;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.selectric-items li span {
  display: inline-block;
  margin-left: 5px;
  color: #4A8BD1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.selectric-items li.selected,
.selectric-items li.highlighted,
.selectric-items li:hover {
  color: #fff;
  background-color: #4A8BD1;
}

.selectric-items li.selected span,
.selectric-items li.highlighted span,
.selectric-items li:hover span {
  color: #fff;
}

.checkBtn {
  position: relative;
}

#hiden-text,
.checkBtn input {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
  width: 0;
  font-size: 0;
}

.checkBtn input:checked+label::after {
  opacity: 1;
}

.checkBtn label {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  font-size: 18px;
  line-height: 1.4;
  color: #4A8BD1;
  
  text-align: left;
  cursor: pointer;
}

.checkBtn label a {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.checkBtn label::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -14px;
  width: 28px;
  height: 28px;
  border: 2px solid #D92534;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  
}
.checkBtn:hover label::before{
	-webkit-box-shadow:  0px 0px 7px 2px #D92534;
-moz-box-shadow:  0px 0px 7px 2px #D92534;
box-shadow:  0px 0px 7px 2px #D92534;
}

.checkBtn label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  background-color: #D92534;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

div#CabinetSection.aboutSection div.cabSecurity form.cabForm div.cabFormRight div.inBlock div.checkBtn label{
	color: #fff;
}
.switcherBtn {
  position: relative;
}

.switcherBtn input {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
}

.switcherBtn input:checked+.wrap .checked {
  color: #4A8BD1;
}

.switcherBtn input:checked+.wrap .unchecked {
  color: #4A8BD1;
}

.switcherBtn input:checked+.wrap label::before {
  left: 2px;
}

.switcherBtn input:not(:checked)+.wrap .checked {
  color: #4A8BD1;
}

.switcherBtn input:not(:checked)+.wrap .unchecked {
  color: #4A8BD1;
}

.switcherBtn .wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.switcherBtn .option {
  font-size: 18px;
  line-height: 23px;
  color: #4A8BD1;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.switcherBtn .option.checked {
  text-align: right;
}
.header { 
position: fixed;
  width: 100%;
  z-index:100;   
  border-bottom: 1px solid rgba(255,255,255, 0.4);
  
  -webkit-box-shadow: 0 4px 16px rgba(54,183,192, 0.24);
  -moz-box-shadow: 0 4px 16px rgba(54,183,192, 0.24);
  box-shadow: 0 4px 16px rgba(255,255,255, 0.24);
  
background: transparent;
}

.switcherBtn label {
  position: relative;
  display: block;
  width: 51px;
  height: 27px;
  margin-left: 6px;
  margin-right: 10px;
  align-self: center;
  background-color: #5b1daa;
  -webkit-box-shadow: inset 0px 1px 3px 1px rgba(0, 0, 0,0.25);
  -moz-box-shadow: inset 0px 1px 3px 1px rgba(0, 0, 0,0.25);
  box-shadow: inset 0px 1px 3px 1px rgba(0, 0, 0,0.25);
  /*-webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  border-radius: 13px;/*
  cursor: pointer;
}

.switcherBtn label::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 26px;
  width: 23px;
  height: 23px;
  background-color: #000001;
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 1, 0, 0.2);
  -moz-box-shadow: 1px 1px 3px 1px rgba(0, 1, 0, 0.2);
  box-shadow: 1px 1px 3px 1px rgba(0, 1, 0, 0.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s;
}

.header {
  position: relative;
}

.header::before {
  /*content: "";
  display: block;
  position: absolute;
  top: -300px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  width: 601px;
  height: 601px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 59px 0px #FFFFFF;
  -moz-box-shadow: 0px 0px 59px 0px #FFFFFF;
  box-shadow: 0px 0px 59px 0px #FFFFFF;*/
}

.header::after {
  /*content: "";
  display: block;
  position: absolute;
  top: -240px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  width: 483px;
  height: 483px;
  opacity: 0.212;
  background-image: -moz-linear-gradient(-145deg, #c256ff 0%, #1b0094 0%, #df4cff 0%, #7237ff 100%);
  background-image: -webkit-linear-gradient(-145deg, #c256ff 0%, #1b0094 0%, #df4cff 0%, #7237ff 100%);
  background-image: -ms-linear-gradient(-145deg, #c256ff 0%, #1b0094 0%, #df4cff 0%, #7237ff 100%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 59px 0px #FFFFFF;
  -moz-box-shadow: 0px 0px 59px 0px #FFFFFF;
  box-shadow: 0px 0px 59px 0px #FFFFFF;*/
}

@keyframes pulse {
  0% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes pulse-ring {
  0% {
    transform: scale(0.7);
  }

  80%,
  100% {
    opacity: 0;
  }
}

.topLine {
  
  background-color: rgba(0,0,0,.8);
  /*-webkit-box-shadow: 0px 0px 59px #FFFFFF;
  -moz-box-shadow: 0px 0px 59px #FFFFFF;
  box-shadow: 0px 0px 59px #FFFFFF;*/
   
}
 div#headermenuacc.topLine{
 background-color: rgba(0,0,0,.8);
 	position: fixed;
  width: 100%;
  z-index: 100;
 border-bottom: 1px solid rgba(255,255,255, 0.4);
  -webkit-box-shadow: 0 4px 16px rgba(255,255,255, 0.24);
  -moz-box-shadow: 0 4px 16px rgba(255,255,255, 0.24);
  box-shadow: 0 4px 16px rgba(255,255,255, 0.24);
 }
/*div#bgbodyWrap.bodyWrap div.pageStartWrapper div.pageTitleSection{
	padding-top: 160px;
}*/
.siteMenu {
  position: relative;
  display: flex;
   justify-content: space-between;
  z-index: 5;
}

nav.mobileMenu ul.socList.headmenu{
	display:none;
}
ul.siteMenu li.menu_svg{
	
}
nav.mobileMenu ul.siteMenu li.menu_svg a{
	width: 55px;
  height: 60px;
  
  background-image: url(../img/faq.png);
  background-size: 32px auto;
  background-position: center center;
  background-repeat: no-repeat;
  /*! padding: 2px 10px; */
  
font-size:0px;
}
nav.mobileMenu ul.siteMenu li.menu_svg a.active,
nav.mobileMenu ul.siteMenu li.menu_svg a:hover{
	background-image: url(../img/faq-hover.html);
}
.siteMenu li a {
  position: relative;
  display: block;
  padding:0 10px;
  font-size: 20px;
  line-height: 60px;
  color: #4A8BD1;
  font-weight: 400;
  
  text-transform: none;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  white-space: nowrap;
}

ul.siteMenu li#logo-li a{
	padding-bottom:0px;
}
ul.siteMenu li#logo-li a::before{
height: 0px !important;	
}
#logo-li {
  height: 60px;
}
ul.siteMenu li#logo-li a img{
	/*! height: 45px; */
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
 padding-top: 10px;
  width: 40px;
	height: ;
}

ul.siteMenu li#logo-li a:hover img{
	opacity:0.7;
}
ul.siteMenu li a#registration_head:hover{background: #4A8BD1; color: #000;}
ul.siteMenu li a#registration_head{background: #D92534; color: #fff; -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
padding: 0 20px;
}
.siteMenu li a.registration_head {
background: #D92534;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 20px;
}
.siteMenu li:hover a.registration_head{
  color: #000;
 background:#4A8BD1;
}
.siteMenu li:hover a.registration_head::before{
  height: 0px;
  opacity: 0;
}
.siteMenu li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background-color: #D92534;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#li-mobile{display: none;}
.siteMenu li a.active,
.siteMenu li:hover a
{
  color: #D92534;
  }
ul.siteMenu li:hover a::before #registration_heada{opacity: 0;}
.siteMenu li a.active::before,
.siteMenu li:hover a, 
.siteMenu li:hover a::before{
	opacity: 1;
}



.headerInfo .wrapper {
  display: flex;
  justify-content: space-between;
}

.headerInfo .leftSide {
  padding-top: 40px;
  width: 33.3333%;
}

.headerInfo .rightSide {
  margin-top: 32px;
  width: 33.3333%;
  display: flex;
  justify-content: flex-end;
  position: relative;
  
}

.headerInfo .logoWrapper {
  padding-top: 15px;
  width: 33.3333%;
}

.headerInfo .mainContacts {
  margin-left: auto;
}

.headerInfo .socList {
  margin-top: 15px;
}

.openMobileMenu {
  display: none;
  padding: 10px;
  margin: 0 0 0 auto;
}
 a.mobileLogo{	
  display: none;
  width: 40px;
  height: 62px;
  background-image: url(../img/logo-small.png);
  background-size: 40px 62px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  left: 10px;
  z-index: 10;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
.header div.topLine.open a.mobileLogo{
	/*! opacity:0; */
	 -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a.mobileLogo:hover{
	opacity:0.7;
}

.openMobileMenu span {
  display: block;
  width: 38px;
  height: 2px;
  background-color: #4A8BD1;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.openMobileMenu:hover span {
  background-color: #4A8BD1;
 
}

.openMobileMenu span+span {
  margin-top: 6px;
}

.mobileMenu .mainContacts {
  display: none;
}

.firstCap {
  display: block;
  font-size: 40px;
  line-height: 60px;
  color: #4A8BD1;
  font-weight: 300;
  
  text-transform:none;
}
#top-text {
  display: block;
  font-size: 22px;
  line-height: 40px;
  color: #4A8BD1;
  font-weight: 500;
  text-align: left;
  margin-top: 20px;
  /*! text-transform: uppercase; */
}
 span.bluetitle{
 	color: #4A8BD1;
 	white-space: nowrap;
 }
.redtitle{color: #D92534;}
.bluetitle{color: #4A8BD1;}
.secCap {
display: block;
  font-size: 40px;
  line-height: 1.4;
  color: #4A8BD1;
  font-weight: 300;
  text-transform: none;
  text-align: center;
  padding-bottom: 50px;
  padding-top: 50px;
}
div#sectionContentbonus.sectionContent{margin-top:100px;}
div#reff_home.col.wow.fadeInUp div.sectionTitle.center.wow.fadeInUp span.secCap,
div#invest_home.col.wow.fadeInUp div.sectionTitle.center.wow.fadeInUp span.secCap{text-align: left;}
html body div.bodyWrap div.mainStartWrapper div.startSection div.aboutSectionhome div.mainAbout div.container div.sectionContent div#reff_home.col.wow.fadeInUp div.textBlock div#bonus.sectionTitle.center span.secCap{
  text-align: left;
  padding-right: 50px;
  /*! font-weight: 400; *//*! padding: 0px 50px 30px 0; *//*! color: #fff !important; */}
div.sectionContent div#reff_home.col.wow.fadeInUp{/*! background-color: rgba(9,10,26, 0.8); */
  /*! border: 1px solid rgb(35, 44, 132); */ /*! background-image: url(../img/logo-small.png); */ background-size: ; background-position: 40px 60%; background-repeat: no-repeat;/*! padding-left: 20px; */
/*! padding-right: 50px; */
}
html body div.bodyWrap div.mainStartWrapper div.startSection div.aboutSectionhome div.mainAbout div.container div.sectionContent div#reff_home.col.wow.fadeInUp div.textBlock{}
.container div#CabinetSection.aboutSection div.cabSecurity form.cabForm div.cabFormRight div.inBlock div.sectionTitle.center{
	margin-bottom: 50px;
	text-align: left;
}

.thirdCap {
  display: block;
font-size: 36px;
line-height: 50px;
color: #D92534;
font-weight: 300;
text-transform: none;
  /*! padding-bottom: 20px; */
  line-height: 70px;
}
.atten_block.wow.fadeIn {
  margin: 0 10px;
}
.rulesSection .firstCap{
}
.rulesSection .textBlock{
  font-size: 18px;
line-height: 1.6;
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
} 

.textBlock {
  font-size: 22px;
line-height: 1.6;
color: #fff;
  font-weight: 300;
}
div.aboutSection div.container div#about-txt.textContainer.wow.fadeInUp div.textBlock{
  display: flex;
  /*! flex-direction: column; */
  justify-content: flex-start;
  /*! align-items: center; */
}
div.container div.sectionContent div.col div.textBlock img{
 	width: 50%;
margin: 0 auto;
display: block;
position: relative;
 }
 #textBlock-logo{
  position: relative;
  /*! margin: 0 auto; */
display: block;
 top: 50px;
  left: 100%;
  margin-left: -120px;
  width: 292px;
  height: 312px;
background-image: url(../img/logo-small.png);
  background-size: 90% 90%;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 1;	
  }
 #textBlock-logo::after{
 content: "";
  display: block;
  position: absolute;
  top: 0px;
  width: 292px;
  height: 312px;
  background-image: url(../img/logo-small-1.html);
  background-size: 90% 90%;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 1;	
  -webkit-animation-name: slimInUp;
  -moz-animation-name: slimInUp;
  -o-animation-name: slimInUp;
  animation-name: slimInUp;
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
  -o-animation-duration: 5s;
  animation-duration: 5s;
   /*-webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;*/
     -webkit-animation-iteration-count: infinite;
	   -moz-animation-iteration-count: infinite;
	  -o-animation-iteration-count: infinite;
	   animation-iteration-count: infinite;
 }


.view {
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  bottom: 0;
  perspective: 400;
}

.plane {
  width: 320px;
  height: 320px;
  transform-style: preserve-3d;
}
.plane.main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: rotateX(60deg) rotateZ(-30deg);
  -webkit-animation: rotate 20s infinite linear;
          animation: rotate 20s infinite linear;
}
.plane.main .circle {
  width: 320px;
  height: 320px;
  position: absolute;
  transform-style: preserve-3d;
  border-radius: 100%;
  box-sizing: border-box;
  box-shadow: 0 0 60px rgba(53,182,191,.3), inset 0 0 60px rgba(53,182,191,.3);
}
.plane.main .circle::before, .plane.main .circle::after {
  content: "B";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 10%;
  height: 10%;
  border-radius: 100%;
  background: rgb(214, 214, 214);
  box-sizing: border-box;
  box-shadow: 0 0 60px 2px rgba(214,214,214,.5);
  text-align: center;
  font-size: 16px;
  line-height: 32px;
}
.plane.main .circle::before {
  transform: translateZ(-90px);
}
.plane.main .circle::after {
  transform: translateZ(90px);
}
.plane.main .circle:nth-child(1) {
  transform: rotateZ(72deg) rotateX(63.435deg);
}
.plane.main .circle:nth-child(2) {
  transform: rotateZ(144deg) rotateX(63.435deg);
}
.plane.main .circle:nth-child(3) {
  transform: rotateZ(216deg) rotateX(63.435deg);
}
.plane.main .circle:nth-child(4) {
  transform: rotateZ(288deg) rotateX(63.435deg);
}
.plane.main .circle:nth-child(5) {
  transform: rotateZ(360deg) rotateX(63.435deg);
}

@-webkit-keyframes rotate {
  0% {
    transform: rotateX(0) rotateY(0) rotateZ(0);
  }
  100% {
    transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg);
  }
}

@keyframes rotate {
  0% {
    transform: rotateX(0) rotateY(0) rotateZ(0);
  }
  100% {
    transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg);
  }
}

@keyframes slimInUp {
  50%{
    transform: translateY(30px);
  }
}




.textBlock figure {
	margin-top: 62px;
  margin-bottom: 0px;
 /* width: 557px;
  height: 358px;
  
border-left: 5px solid #4A8BD1;
  -webkit-box-shadow: 0px 0px 21px 0px #FFFFFF;
  -moz-box-shadow: 0px 0px 21px 0px #FFFFFF;
  box-shadow: 0px 0px 21px 0px #FFFFFF;*/
}





.textBlock figure:first-child {
  margin-top: 8px;
}



.textBlock figure img {
  /*! display: block; */
  /*! width: 100%; */
  /*! height: 100%; */
  /*! object-fit: cover; */
  /*! width: 80%; */
  margin: 0 auto;
  margin-right: 50px;
}

.textBlock figure.leftSide {
  float: left;
  margin-left: 4px;
  margin-right: 47px;
}





.textBlock figure.rightSide {
  float: right;
  /*! margin-left: 50px; */
  margin-right: 4px;
}




.mainStartWrapper {
  position: relative;
}
.mywrapper{
	display: none;
}
/*.mainStartWrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  height: 1547px;
  background-image: url(../img/start_back.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: -1;
}*/

.startSection {
  padding-top: 80px;
}

.startSection .wrapper {
    margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
}
#col-logo {
  width: 100%;
  background-image: url(../img/santa1.png);
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  height: 650px;
}
.siteLogo {
font-size: 65px;
  font-weight: 400;
  /*! text-transform: uppercase; */
  font-family: 'Mont';
  color: #4A8BD1;
  text-align: left;
  line-height: 1.4;
width: 50%;
margin-top: 50px;
}
div#col-logo div.statshead{margin-top: 120px; display: flex;}
div#col-logo div.statshead div.item span.text_gold{line-height: 1.2;font-size: 20px;white-space: nowrap;width: 100%;}
div#col-logo div.statshead div.item span.data{color: #D92534;font-size: 42px;line-height: 1.6;font-weight: 400;}
div.statshead div.item {border-right:1px solid #666666; margin-left:  20px; padding-right:20px;}
div.statshead div#stats_noborder.item{border: none;}
p span.bigtext {
  display: block;
}
span.st_color{
	color: #fff;
  font-weight: 500;
  font-size: 22px;
  display: block;
  margin-top: 10px;
	width: 60%;
}
 p.minifont{
 font-size: 16px;
  line-height: 1.5;
  margin-top: 20px;
  text-align: left;
}
p.middlefont{
	
}
.startSection .contentContainer {
margin-top: 15px;
  font-size: 20px;
  line-height: 30px;
  color: #4A8BD1;
  text-align: left;
}
.pageTitleSection div.container div.buttons,
.startSection .buttons {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
 div.startSection div.container div.wrapper.wow.fadeIn div#home_but.buttons{
	 justify-content: flex-start;
	 
}
.pageTitleSection .buttons [class*=btn]+[class*=btn],
.startSection .buttons [class*=btn]+[class*=btn] {
  margin-left: 20px;
}

.startSection .mainStat {
  /*margin-top: 85px;*/
  /*! margin-top: 15px; */
}

.startSection .startAbout {
  margin-top: 108px;
}

.startSection .mainCurrency {
  margin-top: 92px;
}
.iframe_block {
  width: 100%;
  
}
iframe{
	width: 100%;
	height:260px;
	
}
.mainStat-content{
   display: flex;  
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; 
  justify-content: space-around;
  flex-wrap: wrap;
  /*! width:50%; */
  padding:0px 0px;
  
   /*! flex-direction: column; */
   
   margin: 0px auto;
}
div.mainStat-content div.item{border-right: 1px solid #666666;margin-left: 0px;padding-right: 20px;padding-left: 100px;margin-bottom: 50px;}
div#stat1.item{
   background-image: url(../img/stat1.png);
  background-size: 64px;
  background-position: left center;
  background-repeat: no-repeat;
  /*! border: none; */
   /*! margin-bottom: ; */
}
div#stat2.item{
  background-image: url(../img/stat2.png);
  background-size: 64px;
  background-position: left center;
  background-repeat: no-repeat;/*! border: none; */
}
div#stat3.item{/*! border: none; */
  background-image: url(../img/stat3.png);
  background-size: 64px;
  background-position: left center;
  background-repeat: no-repeat;
}
div#stat4.item{border: none;
background-image: url(../img/stat4.png);
  background-size: 64px;
  background-position: left center;
  background-repeat: no-repeat;

}
div.mainStat-content div.item span.text_gold{line-height: 1.2;font-size: 20px;white-space: nowrap;width: 100%;}
div.mainStat-content div.item span.data span#one.counter{color: #D92534;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 400;
letter-spacing: 2px;
}
.mainStat {
   display: flex;  
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; 
  justify-content: space-around;
  flex-wrap: wrap;
  width:100%;
  padding:0px 10px;
  /*! background-image: url(../img/mainstat.png); */
   background-size: contain;
   background-position: center left;
   background-repeat: no-repeat;
  
 

}
.col2 {
    /*! margin-left: auto; */
  /*! margin-right: auto; */
  display: flex;
  /*! align-items: flex-end; */
    /*! margin-top: 50px; */
    margin-bottom: 100px;
    justify-content: space-around;
}
.col2 .col-right{width: 47%;margin-left: 3%;display: flex;justify-content: flex-start;}

.col2 .col-left{width: 47%;margin-right: 3%;display: flex;justify-content: flex-end;}
div.col2.depositwithdrawal{justify-content: space-around;display: flex; }
ul.stateTable
{position: relative; width: 70%;padding: 30px 10%;background-color: rgba(8,14,21, 0.7);border: 1px solid rgba(74, 139, 209, 0.4);}
ul.stateTable:before{
  
}
ul.stateTable h2.cap {font-weight:300; text-align:center;margin-bottom: 30px;font-size: 32px;color: #4A8BD1;}
div.col2.depositwithdrawal div.col-left h2.cap{/*! width: 50%; */}
div.col2.depositwithdrawal div.col-left ul.stateTable li,
div.col2.depositwithdrawal div.col-right ul.stateTable li {line-height: 50px;display: flex;justify-content: space-around;align-items: center;border-bottom: 1px solid rgba(191, 191, 191, 0.2);}
ul.stateTable li div.pic {width: 30px;height: 30px;background-size: contain;width: 10%;background-repeat: no-repeat;}
div.col2.rewards div.col-right div.rewards-item{}
ul.stateTable li span.name {min-width: 50%;color: #fff;font-size: 22px;}




 ul.stateTable li span.val {width: 30%;color: #fff;font-size: 22px;}
.mainStat .item {
 display: flex;
  flex-direction: row;
  align-items: center;
  width: calc(33.3333% - 10px);
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center;
  background: rgba(29,34,86, 0.3);
  margin-bottom: 10px;
  border: 1px solid rgba(29,34,86, 1);
  /*! justify-content: center; */
  /*! gap: 10px; */
 padding-left: 2%;
}
span.text_gold{
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  display: flex;
  width: 50%;
  /*! align-items: flex-start; */
}
.mainStat .item .icon {
  margin-bottom: auto;
  margin-bottom: 10px;
}

.mainStat .item+.item {
  /*! border-left: 1px solid #FFFFFF; */
}

.mainStat .param {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #4A8BD1;
  font-weight: bold;  
  text-transform: uppercase;
}

.mainStat .data {
  display: block;
font-size: 22px;
line-height: 28px;
color: #4A8BD1;
font-weight: 500;
  display: block;
  font-size: 32px;
  line-height: 1.4;
  color: #4A8BD1;
  font-weight: 400;
  font-size: 22px;
  /*! line-height: 48px; */
  color: #4A8BD1;
  font-weight: 600;
}
#mainStat2{
	margin-top: 55px;
	display: none;
}
.startAbout {
  display: flex;
  justify-content: space-between;
}

.startAbout .item {
  display: flex;
  align-items: center;
}

.startAbout .img {
  flex-shrink: 0;
}

.startAbout .img img {
  display: block;
  opacity: .6;
}

.startAbout .data {
  margin-left: 33px;
}

.startAbout .title {
  display: block;
  font-size: 28px;
  line-height: 30px;
  color: #4A8BD1;
  font-weight: bold;
}

.startAbout ul {
  margin-top: 34px;
}

.startAbout ul li {
  position: relative;
  padding-left: 21px;
  font-size: 20px;
  line-height: 30px;
  color: #4A8BD1;
}

.startAbout ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  top: 10px;
  width: 0px;
  height: 0px;
  border-left: 7px solid #4A8BD1;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.mainCurrency {
  background-color: rgba(75, 36, 134, 0.549);
  border: 1px solid #8f3af8;
  /*-webkit-border-radius: 103px;
  -moz-border-radius: 103px;
  -ms-border-radius: 103px;
  border-radius: 103px;*/
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0,0.25);
  -moz-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0,0.25);
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0,0.25);
}

.mainCurrency+.navigation {
  display: none;
}

.mainCurrency .swiper-wrapper {
  display: flex;
}

.mainCurrency .swiper-slide {
  width: 11.1111111111%;
  -webkit-transition: border-left 0.3s;
  -moz-transition: border-left 0.3s;
  -o-transition: border-left 0.3s;
  transition: border-left 0.3s;
}

.mainCurrency .swiper-slide+.swiper-slide {
  border-left: 1px solid #8f3af8;
}

.mainCurrency .swiper-slide+.swiper-slide-active {
  border-left: 1px solid transparent;
}

.mainCurrency .swiper-slide:first-child {
  flex-basis: 140px;
}

.mainCurrency .swiper-slide:first-child .item {
  padding-left: 35px;
}

.mainCurrency .item {
  padding-left: 20px;
  padding-top: 22px;
  padding-right: 10px;
  padding-bottom: 18px;
}

.mainCurrency .item.up .arrow {
  border-bottom: 7px solid #07c8ff;
}

.mainCurrency .item.up .data {
  color: #07c8ff;
}

.mainCurrency .item.down .arrow {
  border-top: 7px solid #cf4cff;
}

.mainCurrency .item.down .data {
  color: #cf4cff;
}

.mainCurrency .arrow {
  display: block;
  width: 0px;
  height: 0px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.mainCurrency .param {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  line-height: 24px;
  color: #4A8BD1;
  font-weight: bold;
  
  text-transform: uppercase;
}

.mainCurrency .data {
  display: block;
  font-size: 16px;
  line-height: 24px;
  
}

.sectionTitle.center {
  text-align: center;
}

.sectionTitle .preTitle {
  display: block;
font-size: 20px;
line-height: 16px;
color: #4A8BD1;

text-transform: uppercase;
margin: 20px auto 70px;
line-height: 32px;
font-weight: 500;
}
.term_preTitle {
 font-size: 24px;
line-height: 16px;
color: #4A8BD1;
line-height: 1.4;
font-weight: 400;
  text-align: left;
}
div.regForm form.formWrap span.preTitle{
	 display: block;
font-size: 20px;
line-height: 16px;
color: #4A8BD1;
letter-spacing: 0.01em;
text-transform: uppercase;
margin: 0px auto;
width: 100%;
text-align: center;
}
.sectionTitle .preTitle+* {
  margin-top: -16px;
  letter-spacing: 0em;
}

.mainAdvantages {
  position: relative;
  margin-top: 114px;
}

.mainAdvantages::before {
  content: "";
display: block;
position: absolute;
top: 235px;
left: 50%;
margin-left: -50%;
width: 100%;
height: 341px;
/*background-image: url(../img/advantages_back.png);
background-size: 100% auto;
background-position: center top;
background-repeat: no-repeat;*/
z-index: -1;
opacity:.5;
}

.mainAdvantages .sectionContent {
  position: relative;
  margin-top: 75px;
}

.mainAdvantages .logoImage {
  position: absolute;
  top: 119px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  z-index: -1;
}

.advantagesList {
  display: flex;
  justify-content: space-between;
}

.advantagesList .col {
  width: 458px;
}

.advantagesList .advantageItem+.advantageItem {
  margin-top: 88px;
}

.advantageItem {
  display: flex;
  justify-content: space-between;
}

.advantageItem .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 93px;
  height: 93px;
  margin-top: 7px;
  flex-shrink: 0;
  background-color: rgba(48,48,48,0.7);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0,0.25);
  -moz-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0,0.25);
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0,0.25);
}

.advantageItem .data {
  width: 270px;
}

.advantageItem:nth-child(2) {
  padding-left: 70px;
}

.advantageItem .title {
  display: block;
  font-size: 28px;
  line-height: 30px;
  color: #4A8BD1;
  font-weight: 500;
}

.advantageItem p {
margin-top: 8px;
height: 60px;
font-size: 18px;
line-height: 24px;
color: #4A8BD1;
}

.advantageItem.reverse {
  flex-direction: row-reverse;
}

.advantageItem.reverse .data {
  text-align: right;
}

.advantageItem.reverse:nth-child(2) {
  padding-left: 0px;
  padding-right: 70px;
}

.logoImage {
  width: 239px;
  height: 239px;
}

.logoImage .logo {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /*background-image: -moz-linear-gradient(-145deg, #c256ff 0%, #1b0094 0%, #df4cff 0%, #7237ff 100%);
  background-image: -webkit-linear-gradient(-145deg, #c256ff 0%, #1b0094 0%, #df4cff 0%, #7237ff 100%);
  background-image: -ms-linear-gradient(-145deg, #c256ff 0%, #1b0094 0%, #df4cff 0%, #7237ff 100%);*/
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  /*-webkit-box-shadow: 0px 0px 59px 0px #FFFFFF;
  -moz-box-shadow: 0px 0px 59px 0px #FFFFFF;
  box-shadow: 0px 0px 59px 0px #FFFFFF;*/
}

.logoImage::before {
  content: "";
  display: block;
  position: absolute;
  left: -45px;
  top: -45px;
  width: 329px;
  height: 329px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 59px 0px #4A8BD1;
  -moz-box-shadow: 0px 0px 59px 0px #4A8BD1;
  box-shadow: 0px 0px 59px 0px #4A8BD1;
  z-index: -1;
}

.logoImage::after {
  content: "";
  display: block;
  position: absolute;
  left: -129px;
  top: -129px;
  width: 497px;
  height: 497px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  /*-webkit-box-shadow: 0px 0px 33px 0px rgba(0, 0, 0,0.25);
  -moz-box-shadow: 0px 0px 33px 0px rgba(0, 0, 0,0.25);
  box-shadow: 0px 0px 33px 0px rgba(0, 0, 0,0.25);*/
  z-index: -1;
}
div.bodyWrap div.mainStartWrapper div.aboutSectionhome{

padding-bottom: 30px;
  position: relative;
 background: #000;
}
div.bodyWrap div.mainStartWrapper div.aboutSectionhome:before{
content: "";
background-image:url(../img/snow-big.png), url(../img/snow-med.png), url(../img/snow-sm.png);
 width: 100%;
  height: 100%;
  position: absolute;
    opacity: 0.2;
-webkit-animation: snowy 15s linear infinite;
  -moz-animation: snowy 15s linear infinite;
  -o-animation: snowy 15s linear infinite;
  -ms-animation: snowy 15s linear infinite;
  animation: snowy 15s linear infinite;
}
@-moz-keyframes snowy {
 0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }
  75% {
    background-position: -125px 750px, -75px 600px, -5px 150px;
  }
  100% {
    background-position: -200px 1000px, -150px 800px, 0px 300px;
  }
}
@-webkit-keyframes snowy {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }
  75% {
    background-position: -125px 750px, -75px 600px, -5px 150px;
  }
  100% {
    background-position: -200px 1000px, -150px 800px, 0px 300px;
  }
}
@-o-keyframes snowy {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }
  75% {
    background-position: -125px 750px, -75px 600px, -5px 150px;
  }
  100% {
    background-position: -200px 1000px, -150px 800px, 0px 300px;
  }
}
@keyframes snowy {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }
  75% {
    background-position: -125px 750px, -75px 600px, -5px 150px;
  }
  100% {
    background-position: -200px 1000px, -150px 800px, 0px 300px;
  }
}



.mainAbout {
  position: relative;
  /*! margin-top: 50px; */
  /*! padding-top: 40px; */
}


.mainAbout [class*=btn] {
  margin-top: 52px;
}

.mainAbout .sectionContent {
  /*! margin-top: 40px; */
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  align-items: start;
}
div.mainAbout div.container div#invreff.sectionContent{
  display: flex;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 100px;
  justify-content: space-around;
  align-items: start;
}
div#invreff.sectionContent div#invest_home.col.wow.fadeInUp.col,
div.mainAbout div.container div#invreff.sectionContent div#reff_home.col.wow.fadeInUp
{width: 100%;padding-left: 20px;padding-right: 20px;}
div#logoreff_home.col.wow.fadeInUp img.logoreff_homeimg{padding-top: 50px;
position: relative;
 
  animation: slimInUp 8s linear infinite;

}
.mainAbout .col {
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
 
}
#logoreff_home{display: flex;
height: 100%;
  align-items: center;
min-height: 500px;
}
 div.mainAbout div.container div.sectionContent div#licenseBlock_home.col{
 	margin:0px auto 0;
 }
 .santa-dollars{width: 600px; 
object-fit: contain;
}
.santa-dollars2{display: none;}
div.about-vimeo-wrapper {
  position: relative;
  text-align: center;
}
.about-bg-video {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
div.col.calc.wow.fadeInUp::before {
 content: ""; 
  display: block;
  position: absolute;
  left: 0; top: 0;
  
  /*! opacity: 0.3; */
  z-index: 1;
  /*padding-left:60px;*/
  -webkit-transition: color 0s;
  -moz-transition: color 0s;
  -o-transition: color 0s;
  transition: color 0s;
  background-image: url(../img/plans1.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
 width: 100%;
 height: 100%;
  -webkit-animation: bg-scrolling-reverse 5s infinite; -moz-animation: bg-scrolling-reverse 5s infinite;
   -o-animation: bg-scrolling-reverse 5s infinite;
 
  animation: bg-scrolling-reverse 5s infinite;
 
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}
@-webkit-keyframes bg-scrolling-reverse {
  100% {
    background-position: 0px 0px;
  }
}
@-moz-keyframes bg-scrolling-reverse {
  100% {
    background-position: 0px 0px;
  }
}
@-o-keyframes bg-scrolling-reverse {
  100% {
    background-position: 0px 0px;
  }
}
@keyframes bg-scrolling-reverse {
  100% {
    background-position: 0px 0px;
  }
}
@-webkit-keyframes bg-scrolling {
  0% {
    background-position: 0px 0px;
  }
}
@-moz-keyframes bg-scrolling {
  0% {
    background-position: 0px 0px;
  }
}
@-o-keyframes bg-scrolling {
  0% {
    background-position: 50px 50px;
  }
}
@keyframes bg-scrolling {
  0% {
    background-position: 50px 50px;
  }
}
.mainAbout .aboutMap {
  margin-top: 275px;
}

#bull-block{
	height:200px;
}
.aboutMap {
  display: flex;
}

.aboutMap .map {
  margin-top: 5px;
  flex-shrink: 0;
}

.aboutMap .inner {
  position: relative;
  right: -40px;
}

.aboutMap .highlight {
  display: block;
  font-size: 30px;
  line-height: 48px;
  color: #16d0fe;
  font-weight: bold;
}

.aboutMap .lastStatItem {
  position: absolute;
}

.aboutMap .lastStatItem:nth-of-type(1) {
  top: 71px;
  left: 142px;
}

.aboutMap .lastStatItem:nth-of-type(2) {
  top: 30px;
  left: 400px;
}

.aboutMap .lastStatItem:nth-of-type(3) {
  bottom: 75px;
  left: 415px;
}

.aboutMap .lastStatItem:nth-of-type(4) {
  top: 66px;
  right: 62px;
}

.lastStatItem {
  text-align: center;
}

.lastStatItem .sum {
  display: block;
  font-size: 35px;
  line-height: 1;
  color: #4A8BD1;
  font-weight: bold;
  
}

.lastStatItem .type {
  display: block;
  margin-top: 3px;
  font-size: 18px;
  line-height: 27px;
  color: #16d0fe;
  font-weight: bold;
  
  text-transform: uppercase;
}

.lastStatItem .name {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #4A8BD1;
  
}

.lastStatItem .date {
  display: block;
  font-size: 12px;
  line-height: 17px;
  color: #4A8BD1;
  font-weight: bold;
  letter-spacing: 0.02em;
}

.lastStatItem .dot {
  position: relative;
  display: block;
  margin-left: auto;
  margin-top: 11px;
  margin-right: auto;
  width: 22px;
  height: 22px;
  border: 1px solid #16d0fe;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.lastStatItem .dot::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  background-color: #16d0fe;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.lastStatItem.out .type {
  color: #4A8BD1;
}
/*---gen plans*/
div#plans-new.mainPlans::before{
	/*top: -500px;*/
}
div#plans-new.mainPlans{
	margin-top: 0px;
}
.investPlan {
    padding: 73px 0 0;
    position: relative;
}
.investPlan:after {
    content: "";
    /*background-image: url(../img/fon_toh.png);*/
    position: absolute;
    left: calc(50% - 1006px);
    top: 47px;
    width: 2139px;
    height: 717px;
    z-index: -1;
}
.investPlan:before {
    content: "";
    width: 2139px;
    height: 765px;
    position: absolute;
    left: 50%;
    top: 77px;
    margin-left: -1080px;
    z-index: -1;
    background-color: #FFFFFF;
    -webkit-transform: rotate(-9.5deg);
    -moz-transform: rotate(-9.5deg);
    -o-transform: rotate(-9.5deg);
    transform: rotate(-9.5deg);
    z-index: -1;
}
.investPlan .calcProfit {
    padding: 133px 0 0 32px;
}
.investPlan .investTxt {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    width: 350px;
    text-align: right;
    width: 100%;
}
.investPlan .investTxt .cap {
    font-size: 22px;
    width: 265px;
    text-align: left;
    font-weight: 400;
    position: relative;
    z-index: 2;
}
.investPlan .investTxt .cap::before {
    content: "";
    background-image: url(../img/investplan_border.html);
    width: 219px;
    height: 93px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: -31px;
    z-index: -1;
}
.investPlan .investTxt .txt {
    color: #9a9a9a;
    font-size: 16px;
    
    width: 510px;
    line-height: 24px;
    margin-right: 48px;
    letter-spacing: 0.4px;
}
.investListPlan {
     display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
    margin-top: 117px;
     width: auto;
     margin: 50px 5%;
  
}
 span#title_plans.secCap{
 	/*margin-top: 60px;
  padding-bottom: 60px;*/
 }
.investListPlan .item label:hover::before{
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}
.investListPlan .item input:checked + label::before,
.investListPlan .item label:hover::before {
   
    /*! -webkit-box-shadow: 0 0 5px 5px rgba(74,139,209, 0.55); */
    /*! -moz-box-shadow: 0 0 5px 5px rgba(74,139,209, 0.55); */
    /*! box-shadow: 0 0 5px 5px rgba(74,139,209, 0.55); */
}

.investListPlan .item {
   -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  width: calc((100% / 3));
  border-left: 1px solid #D92534;
  /*padding: 10px 0;*/
  /*! margin-bottom: 20px; */
  /*! margin-top: 20px; */
  
   padding-left: 50px;
}
.investListPlan.wow.fadeInUp div.item div.top img{
	margin:30px 0 10px;
	 -webkit-animation-name: flipPlan;
  -moz-animation-name: flipPlan;
  -o-animation-name: flipPlan;
  animation-name: flipPlan;
  -webkit-animation-duration: 10s;
  -moz-animation-duration: 10s;
  -o-animation-duration: 10s;
  animation-duration: 10s;
        -webkit-animation-iteration-count: infinite;
	   -moz-animation-iteration-count: infinite;
	  -o-animation-iteration-count: infinite;
	   animation-iteration-count: infinite;
}
@keyframes flipPlan {
  
  0%{
     transform: rotateY(0deg);
  }
  
   20%{
     transform: rotateY(180deg);
  }
  40%{
     transform: rotateY(0deg);
  }
}
div#video-new.mainPlans div#video.investListPlan.wow.fadeIn div.item{
    /*margin-right: 14px;*/
  width: 49%;
    border: 0;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
	border:1px solid #4A8BD1;
  
}
div#video-new.mainPlans div#video.investListPlan.wow.fadeIn div.item iframe{
  height:250px;
}

div.investListPlan div#plan_lock1.item,
div.investListPlan div#plan_lock2.item,
div.investListPlan div#plan_lock3.item,
div.investListPlan div#plan_lock4.item,
div.investListPlan div#plan_lock5.item,
div.investListPlan div#plan_lock6.item,
div.investListPlan div#plan_lock7.item{
	/*width: calc((100% / 8) - 14px);*/
	text-align:center;
	background-image: url(../img/lock-plan.html);
    background-position:center center;
	background-repeat:no-repeat;
	
	
}
div#plan_lock1{
	text-align:center;
	background-image: url(../img/lock-plan.html);
    background-position:center center;
	background-repeat:no-repeat;
	width: 100%;
	height: 100%;
	background-size: 53px;
	opacity: .8;
}
 div.investListPlan div#plan_lock.item div.iconBl.icon-lock-5{
 	
 }
div#my_vip.investListPlan div.item{
	width: calc((100% / 3) - 24px);
	/*! background-color: rgba(2, 104, 126, 0.05); */
	
	border: 1px solid #4A8BD1;
}
.investListPlan .item .top {
    /*height: 98px;*/
    width: 100%;
    padding: 10px;
    position: relative;
    z-index: 2;
   pointer-events: none;
   text-align: left;
    padding-top: 0;
}
div.item div.top svg.home-icon{
	width: 32px;
height: 40px;
position: absolute;
top: 7px;
}

.investListPlan .item .name {
    font-size: 24px;
color: #4A8BD1;
display: block;
text-align: center;
font-weight: 500;
letter-spacing: 0.5px;
line-height: 34px;
margin-bottom: 5px;
}
.investListPlan .item .desr {
    display: block;
text-align: left;
color: #D92534;
font-size: 26px;
margin-top: 8px;
/*! letter-spacing: 0.5px; */
line-height: 40px;
/*! font-weight: 600; */

}

div#powerplan.investListPlan.wow.fadeInDown div.item div.top img{
	margin: 0 auto;
display: block;
}
.conter{
	/*border: 1px solid #4A8BD1;*/
}
div#my_vip.investListPlan.wow.fadeInUp div.item div.top span.num{
	/*display: block;
margin-left: auto;
margin-right: auto;
width: 116px;
height: 116px;
font-size: 36px;
line-height: 110px;
color: #4A8BD1;
font-weight: 500;

text-align: center;
*/ background-color: #4A8BD1; /*
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
margin-top: 24px;*/
}
.investListPlan .num {
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 42px;
  line-height: 48px;
  color: #fff;
  font-weight: 600;
  text-align: left;
  /*! background-color: rgb(217,38,28,.7); */
  
  margin-top: -5px;
  
  /*! border-bottom: 1px solid rgb(217,38,28,.7); */
 }
.investListPlan .item .center {
   /* background-color: rgba(0,0,0,.4);
border-left: 2px solid rgb(49, 48, 48);
border-right: 1px solid rgb(49, 48, 48);
    /*font-family: "Montserrat";*/
    padding: 0px 0 16px;
    position: relative;
    pointer-events: none;
    z-index: 2;
}
.investListPlan .item .tit {
    color: #fff;
    font-size: 20px;
    /*display: block;*/
    text-align: left;
    margin: ;
    line-height: 1.2;
}
.investListPlan .item .tit_right{
	font-size: 20px;
color: #D92534;
font-weight: 500;
    /*display: block;*/
    text-align: right;
}
.investListPlan .item .val {
    /*! font-size: 120px; */
    /*! color: #fff; */
    /*! font-weight: 500; */
    /*! display: block; */
    /*! text-align: left; */
    /*! margin-top: 8px; */
    /*! letter-spacing: 1px; */
    /*! width: 70%; */
	/*! margin: 8px auto; */
}
.investListPlan .item .bot {
    /*font-family: "Montserrat";*/
    /*! padding: 0px 0 18px; */
    position: relative;
    z-index: 2;
    pointer-events: none;
}
.investListPlan .item ul {
    color: #fff;
    /*! font-size: 15px; */
    text-align: left;
    margin-top: 15px;
}
.investListPlan .item ul li {
    display: block;
    /*! text-align: left; */
    /*! letter-spacing: 0.3px; */
}
.item div.bot ul li span span{
	/*! color: #4A8BD1; */
	font-weight: 500px;
}
.investListPlan .item ul li + li {
    margin-top: 8px;
}
.investListPlan .item input {
    display: none;
}
.investListPlan .item label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
	/*background-color:rgba(255,255,255,.2);
    background-color: rgba(0,112,210,.2);
	border:1px solid rgba(0, 115, 215, 0.8);*/
    width: 100%;
    height: 100%;
    z-index: 0;
	  -webkit-transition: all 0.3s;

}
.investListPlan .item label {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  /*! background-image: url(../img/plans1.png); */
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
}
#plans1{/*! background-image: url(../img/plans1.png); */
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;}
#plans2{background-image: url(../img/plans2.html);
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;}
#plans3{background-image: url(../img/plans3.html);
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;}
#plans4{background-image: url(../img/plans4.html);
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;}
#plans5{background-image: url(../img/plans5.html);
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
/*! border-right: 1px solid #D92534; */
/*! margin-top: 40px; */
}
/* ---end gen plans*/

.mainPlans {
  position: relative;
  margin-top: 40px;
  /*padding-bottom: 150px;*/
}

.mainPlans .sectionContent {
  margin-top: 82px;
}

.mainPlans::before {
  /*content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  height: 1620px;
  background-image: url(../img/plans_back.png);
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  z-index: -1;
  opacity:0.8;*/
}

.plansSlider {
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  padding-right: 10px;
}

.plansSlider .pagination {
  margin-top: 77px;
  display: flex;
  justify-content: center;
}

.plansSlider .pagination .swiper-pagination-bullet {
  display: flex;
  width: auto;
  height: auto;
  background-color: transparent;
  opacity: 1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

.plansSlider .pagination .swiper-pagination-bullet span {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  background-color: #4A8BD1;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.plansSlider .pagination .swiper-pagination-bullet span::before {
  content: "";
  display: block;
  position: absolute;
  left: -4px;
  top: -4px;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  border: 1px solid #16d0fe;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.plansSlider .pagination .swiper-pagination-bullet span+span {
  margin-left: 23px;
}

.plansSlider .pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
  margin-left: 19px;
}

.plansSlider .pagination .swiper-pagination-bullet-active {
  background-color: transparent;
}

.plansSlider .pagination .swiper-pagination-bullet-active span {
  background-color: #16d0fe;
}

.plansSlider .pagination .swiper-pagination-bullet-active span::before {
  opacity: 1;
}

.plansSlider .navigation {
  margin-top: 36px;
  display: flex;
  justify-content: center;
}

.plansSlider .navigation [class*=icon] {
  font-size: 19px;
  color: #629fd1;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.plansSlider .navigation [class*=icon]:hover {
  color: #000001;
}

.plansSlider .navigation .prev,
.plansSlider .navigation .next {
  cursor: pointer;
}

.plansSlider .navigation .next {
  margin-left: 48px;
}

.planCard {
  position: relative;
  width: 360px;
  padding-top: 17px;
  padding-bottom: 22px;
}

.planCard .in {
  position: relative;
  padding-left: 24px;
  padding-top: 290px;
  padding-right: 24px;
  padding-bottom: 52px;
  background-color: #FFFFFF;
  background-image: url(../img/plan_bg.html);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

.planCard .img {
  position: absolute;
  display: block;
  top: -17px;
  left: -20px;
}

.planCard .title {
  display: block;
  font-size: 30px;
  line-height: 37px;
  color: #d24cff;
  font-weight: bold;
}

.planCard .data {
  margin-top: 24px;
}

.planCard .cap {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #4A8BD1;
  font-weight: bold;
}

.planCard .list li {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #4A8BD1;
}

.planCard .list li span {
  color: #4A8BD1;
}

.planCard .list li::before {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  top: 9px;
  width: 0px;
  height: 0px;
  border-left: 5px solid #cf4cff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.planCard [class*=btn] {
  position: absolute;
  display: table;
  bottom: 5px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
}

.planCard .vip {
  position: absolute;
  top: 217px;
  right: -10px;
  display: block;
  width: 183px;
  height: 54px;
  padding-left: 12px;
  padding-top: 5px;
  font-size: 24px;
  line-height: 37px;
  color: #4A8BD1;
  font-weight: bold;
  text-align: center;
  background-color: #000001;
  -webkit-border-radius: 27px 0px 0px 27px;
  -moz-border-radius: 27px 0px 0px 27px;
  -ms-border-radius: 27px 0px 0px 27px;
  border-radius: 27px 0px 0px 27px;
}

.planCard .vip span {
  font-size: 30px;
  text-transform: uppercase;
}

.planCard .vip::before {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: 100%;
  width: 0px;
  height: 0px;
  border-top: 17px solid #923eff;
  border-right: 10px solid transparent;
}

.mainProgram {
  position: relative;
  padding-top: 150px;
}

.mainProgram::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  height: 1789px;
  /*background-image: url(../img/program_back.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;*/
  z-index: -1;
}

.mainProgram::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  height: 676px;
  /*background-image: url(../img/program_back_2.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;*/
  z-index: -1;
}

.mainProgram .sectionContent {
  position: relative;
}

.mainProgram .logoImage {
  position: absolute;
  top: 70px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
}

.mainProgram .logoImage::before,
.mainProgram .logoImage::after {
  display: none;
}

.mainProgram [class*=btn] {
  margin-top: 70px;
}

.mainProgramBlock {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.mainProgramBlock .item {
  display: flex;
  flex-direction: column;
  height: 379px;
  padding-left: 30px;
  padding-top: 23px;
  padding-right: 136px;
  padding-bottom: 33px;
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

.mainProgramBlock .item:first-child {
  background-image: url(../img/program_1.html);
}

.mainProgramBlock .item:first-child .info {
  max-width: 230px;
}

.mainProgramBlock .item:last-child {
  padding-left: 160px;
  padding-right: 30px;
  background-image: url(../img/program_2.html);
}

.mainProgramBlock .item:last-child .title {
  color: #000001;
}

.mainProgramBlock .item:last-child .info {
  max-width: 260px;
}

.mainProgramBlock .item:last-child .pct span {
  color: #000001;
}

.mainProgramBlock .title {
  display: block;
margin-top: 6px;
font-size: 30px;
line-height: 50px;
color: #4A8BD1;
font-weight: 500;

text-align: center;
}

.mainProgramBlock .info {
  margin-top: 11px;
  font-size: 13px;
  line-height: 16px;
  color: #4A8BD1;
  margin-bottom: auto;
}

.mainProgramBlock .pct {
  font-size: 60px;
  line-height: 84px;
  color: #4A8BD1;
  font-weight: bold;
  text-align: right;
}

.mainProgramBlock .pct span {
  color: #16d0fe;
}

.mainSteps {
  /*! margin-top: 50px; */
  margin-bottom: 50px;
  background-image: url(../img/mainsteps.html);
  background-size: auto 100%;
  background-position: right center;
  background-repeat: no-repeat;
  
}

.mainSteps .sectionContent {
  margin-top: 20px;
}
div#home.stepsList {
  display: grid;
   grid-template-columns: repeat(4, 1fr); 
   gap: 30px;
   padding: 30px 0;
  /*! border-radius: 50px; */
  position: relative;
  z-index: 2;
  background-color: rgba(8,14,21, 0.7);
  border: 1px solid rgba(74, 139, 209, 0.4);
  
}
div#home.stepsList::before{
  
  content: ""; 
  display: block;
  position: absolute;
  left: 0; top: 0;
  
  opacity: 0.15; 
  z-index: 1;
  /*padding-left:60px;*/
  -webkit-transition: color 0s;
  -moz-transition: color 0s;
  -o-transition: color 0s;
  transition: color 0s;
  /*! background-image: url(../img/gold.png); */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
 width: 100%;
 height: 100%;
  /*! -webkit-animation: bg-scrolling-reverse 10s infinite; */ /*! -moz-animation: bg-scrolling-reverse 10s infinite; */
   /*! -o-animation: bg-scrolling-reverse 10s infinite; */
 
  /*! animation: bg-scrolling-reverse 10s infinite; */
 
  /*! -webkit-animation-timing-function: linear; */
  /*! -moz-animation-timing-function: linear; */
  /*! -o-animation-timing-function: linear; */
  /*! animation-timing-function: linear; */
}

div#how_it.stepsList{
	display:block;
}
#finish_block{
	overflow: hidden;
	border-right: 1px solid;
}
#finish_block:after, #finish_block:before{display: none;}
.breadcrumbs {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  
}

.breadcrumbs__item {
  background: #fff;
  color: #111;
  outline: none;
  padding: 20px 20px 20px 40px;
  position: relative;
  text-decoration: none;
  transition: background 0.3s linear;
  
  border: 1px solid;
  margin-top: 5px;
  /*! margin-bottom: 1px; */
  width:33%;
}

div#how_it.stepsList div.item{
	
}
.breadcrumbs__item:hover:after,
.breadcrumbs__item:hover {
  background: #F1F1F2;
}

.breadcrumbs__item:focus:after,
.breadcrumbs__item:focus,
.breadcrumbs__item.is-active:focus {
  background: #F4FFFF;
  color: #4A8BD1;
}

.breadcrumbs__item:after{
	 background: #fff;
  bottom: 0;
  clip-path: polygon(50% 50%, -50% -50%, 0 100%);
  content: "";
  left: 100%;
  position: absolute;
  top: 0;
  transition: background 0.3s linear;
  width: 60px;
  z-index: 1;
}
.breadcrumbs__item:before {
  background: #fff;
  bottom: 0;
  clip-path: polygon(50% 50%, -50% -50%, 0 100%);
  content: "";
  left: 100%;
  position: absolute;
  top: 0;
  transition: background 0.3s linear;
  width: 60px;
  z-index: 1;
}

.breadcrumbs__item:before {
  background: #111;
  margin-left: 1px;
}
.breadcrumbs__item:after {
  /*background: #111;
  margin-left: 1px;*/
}

.breadcrumbs__item:last-child {
  border-right: none;
}

.breadcrumbs__item.is-active {
  background: #F4FFFF;
}
#how_it.stepsList{
	/*! display: block; */

}
#how_it.stepsList div.item div.stepItem{
	/*border-right: 2px;
	border-left: 0;
	border-style: solid;
	border-image: linear-gradient(to bottom, #000, #4A8BD1, #000) 1 100%;*/
	/*! padding-top: 48px; */
  /*! padding-left: 20px; */
  /*! padding-right: 20px; */
  /*! padding-bottom: 75px; */
  
	margin: 0 auto;
}
#bg-1.item{
	/* background-image: url(../img/bg-1.png);
background-size: 100% auto;
background-position: center top;
background-repeat: no-repeat;*/
}
#how_it.stepsList div.item div.stepItem span#finish.num{
	width: 70px;
  height: 70px;
  font-size: 36px;
  line-height: 65px;
  margin-left: auto;
}
#how_it.stepsList div.item div.stepItem span#finish.num::before{
	left: 0px;
  width: 70px;
  height: 70px;
  background: #111;
}
#how_it.stepsList div.item div.stepItem.wow.fadeIn span#finish.num span.numer{
	padding-left: 26px;
  color: #fff;
  line-height: 70px;
}
#how_it.stepsList div.item div.stepItem.wow.fadeIn span.title{
	text-align: left;
}
#how_it.stepsList div.item div.stepItem.wow.fadeIn span.title h2{
	font-size: 27px;
  font-weight: 500;
  color: #4A8BD1;
	 text-align: center; 
}
.stepsList .stepItem {
  height: 100%;
}

.stepItem {
  position: relative;
  /*padding: 20px 10px;*/
  z-index: 1;
}

.stepItem .num::before {
  position: absolute;
   border: 0;
border-radius: 50%;
background: rgba(74, 139, 209, 0.8);
left: -30px;
  width: 140px;
height: 140px;
display: block;
z-index: -1;
content: "";
left: 0;
top: 0;
}
.stepsList div.item div.stepItem.wow.zoomIn span#finish-red.num::before {
  background: rgba(217,37,52, 0.7);
}

.stepsList div.item div.stepItem.wow.zoomIn span#finish-red.num{/*! color:#fff; */}
.stepItem span#finish.num::before{
	 border: 0;
border-radius: 50%;
background: rgba(rgba(2,104,126,.8));

}


.stepItem .num {
  display: block;
margin-left: auto;
margin-right: auto;
width: 140px;
height: 140px;
font-size: 52px;
line-height: 135px;
color: #fff;
font-weight: 300;

/*! text-align: left; */
content: "";
position: relative;

  display: flex;
  justify-content: center;
}
span.num span.numer{
	/*! padding-left:50px; */
}


.stepItem .title {
display: block;
  margin-top: 20px;
  font-size: 22px;
  line-height: 1.6;
  color: #4A8BD1;
  font-weight: 400;
text-align: left;
padding:0 5%;
}


.stepItem .img {
  margin-top: 16px;
  height: 200px;
  border-left: 3px solid #4A8BD1;
}

.stepItem .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
}

.stepItem p {
  margin-top: 22px;
  padding: 0px 10px;
  color: #4A8BD1;
font-size: 18px;
line-height: 23px;

}


.mainCalc {
  position: relative;
/*margin-top: 10px;
padding-top: 30px;*/
}

.mainCalc::before {
 /* content: "";
  display: block;
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  height: 1894px;
  background-image: url(../img/calc_back.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  background: rgba(1, 52, 63, 0.5);
  z-index: -1;*/
}

.mainCalc .sectionContent {
  
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.mainCalc .col {
  width: calc((100% - 40px) / 2);
  min-height: 490px;
  background-color: rgba(8,14,21, 0.8);
  border: 1px solid rgb(74,139,209, 0.4);
  
}

.mainCalc .buttonWrapper {
  position: relative;
  display: table;
  margin-top: -48px;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  z-index: 5;
}

.mainCalc .buttonWrapper::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0px;
  top: 0px;
  background-color: #271152;
  -webkit-border-radius: 47px 47px 0px 0px;
  -moz-border-radius: 47px 47px 0px 0px;
  -ms-border-radius: 47px 47px 0px 0px;
  border-radius: 47px 47px 0px 0px;
  z-index: -1;
}

.mainCalc [class*=btn] {
  min-width: 193px;
}

.plansBlockWrapper {
  position: relative;
  min-height: 100%;
  z-index: 1;
  /*! border: 1px solid #4A8BD1; */
}
div.mainCalc  div.sectionTitle.center.wow.fadeIn span.secCap{
	display:table;
	width: auto;
	margin: 0 auto;
}
div.mainCalc  div.sectionTitle.center.wow.fadeIn.animated.animate__animated span.secCap{
	display:inline-block;
	justify-content: center;
}
div.mainCalc  div.sectionTitle.center.wow.fadeIn span.secCap input#plannum{
width: 30px;
  font-size: 50px;
  line-height: 1.4;
  color: #4A8BD1;
  font-weight: 300;
  text-transform: none;
  text-align: center;
  /*! padding-bottom: 50px; */	
}
.form_home.calc_input {
  padding-top: 90px;

}
div.form_home.calc_input span.text_gold{
  
}
div.form_home.calc_input span.desr{
  display: block;
  margin: 0 auto;
  height: 30px;
  font-size: 32px;
  color: #4A8BD1;
  text-align: center;
  /*! padding-top: 0px; */
  margin-bottom: 50px;
  font-weight: 400;
  white-space: nowrap;
  justify-content: center;
}
div.form_home.calc_input span.desr input#plannum{
  width: 120px;
  font-size: 32px;
  line-height: 30px;
  margin-left: 10px;
  color: #D92534;
}
.plansBlockWrapper ul{
	/*padding-top: 70px;*/
}
.plansBlockWrapper ul li{
	
}
html body div.aboutSection div.container div.wrapIn.textContainer div.mainCalc div.sectionContent div.col.wow.fadeInUp div.resultBlockWrapper div.profitBlock div.item{
	
}
div.mainCalc div.sectionContent div.col.wow.fadeInUp div.resultBlockWrapper div.profitBlock div.item span.title{
	
}
div.mainCalc  div.sectionContent div.col.wow.fadeInUp div.plansBlockWrapper div.sumWrapper div.field div.inBlock div.inWrap div.inputLine input#inv_amount{
	text-align: right;
	font-size: 22px;
	/*! line-height: 1.4; */
	/*! height: auto; */
	font-weight: 600;
	color: #D92534;
}
div.mainCalc  div.sectionContent div.col.wow.fadeInUp div.plansBlockWrapper ul li div.form_home.calc_input span.text_gold label,
div.mainCalc  div.sectionContent div.col.wow.fadeInUp div.plansBlockWrapper div.sumWrapper div.field div.inBlock div.inWrap div.inputLine span.text_gold label{
	text-align: center;
  display: block;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
}
div.mainCalc  div.sectionContent div.col.wow.fadeInUp div.plansBlockWrapper div.sumWrapper div.field div.inBlock div.inWrap div.inputLine input#inv_min_max{
	border: 0;
  background: transparent;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
}
div.mainCalc  div.sectionContent div.col.wow.fadeInUp div.resultBlockWrapper div.profitBlock div.item input#daily_return{
	    display: block;
    font-size: 32px;
    line-height: 59px;
    color: #4A8BD1;
    font-weight: 600;
	text-align: center;
}
 div.mainCalc  div.sectionContent div.col.wow.fadeInUp div.resultBlockWrapper div.profitBlock div.item input#assign_per{
    display: block;
    font-size: 32px;
    line-height: 59px;
    color: #4A8BD1;
    font-weight: 600;
	text-align: center; 	
 }
div.mainCalc  div.sectionContent div.col.wow.fadeInUp div.resultBlockWrapper div.profitChart input#planname{
    display: block;
    font-size: 32px;
    line-height: 36px;
    color: #D92534;
    text-align: center;
    padding-top: 0px;
	
    font-weight: 400;
}
input#planminimum, 
input#planduration,
input#plandrefund{
 	text-align: center;
 }
input#plandrefund{
  /*! border-bottom: 1px solid #4A8BD1; */
}

div.mainCalc  div.sectionContent div.col.wow.fadeInUp div.resultBlockWrapper div.profitBlock div.item input#principal_return{
   display: block;
    font-size: 32px;
    line-height: 59px;
    color: #4A8BD1;
    font-weight: 500;
	text-align: center;	
   word-wrap: ;
}
div.mainCalc  div.sectionContent div.col.wow.fadeInUp div.resultBlockWrapper div.profitBlock div.item input#total_return{
	   display: block;
    font-size: 32px;
    line-height: 59px;
    color: #4A8BD1;
    font-weight: 600;
	text-align: center;
}
.plansBlockWrapper::before {
  /*content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  width: 328px;
  height: 328px;
  background-color: #FFFFFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;*/
}

.plansBlockWrapper::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  /*! height: calc(100% - 20px); */
  /*! background-color: rgba(54, 183, 192, 0.1); */
  /*! border: 1px solid #4A8BD1; */
  z-index: -1;
  /*! box-shadow: 0px 4px 16px rgba(54, 183, 192, 0.5); */
  right: 0;
}

.plansBlockWrapper .sumWrapper {
  padding-top: 20px;
  padding-bottom: 50px;
}

.plansBlockWrapper .field {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.plansSmSlider {
  position: relative;
}

.plansSmSlider .navigation [class*=icon] {
  font-size: 16px;
  font-weight: 400;
  color: #4A8BD1;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  
}

.plansSmSlider .navigation [class*=icon]:hover {
  color: #4A8BD1;
}

.plansSmSlider .navigation .prev,
.plansSmSlider .navigation .next {
  position: absolute;
  cursor: pointer;
  z-index: 5;
}

.plansSmSlider .navigation .prev {
  top: 242px;
  left: 45px;
}

.plansSmSlider .navigation .next {
 top: 242px;
right: 45px;
}

.planSmCard {
  padding-top: 56px;
}

.planSmCard input {
  width: 0;
  height: 0;
  opacity: 0;
}

.planSmCard .back {
  position: absolute;
  display: block;
  top: -29px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  -webkit-filter: drop-shadow(0px 0px 32px 0px rgba(0, 0, 0, 0.3));
  -moz-filter: drop-shadow(0px 0px 32px 0px rgba(0, 0, 0, 0.3));
  -ms-filter: drop-shadow(0px 0px 32px 0px rgba(0, 0, 0, 0.3));
  -o-filter: drop-shadow(0px 0px 32px 0px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0px 0px 32px 0px rgba(0, 0, 0, 0.3));
  z-index: -1;
}

.planSmCard .image {
  position: absolute;
  display: block;
  top: 2px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  z-index: -1;
}

.planSmCard .info {
  position: relative;
  height: 100px;
  padding: 0px 30px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  /*border-bottom: 1px solid #210d47;*/
  z-index: 1;
  
}

.planSmCard .info::before {
 /* content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  width: 330px;
  height: 169px;
  background-color: #210d47;
  -webkit-border-radius: 0px 0px 169px 169px;
  -moz-border-radius: 0px 0px 169px 169px;
  -ms-border-radius: 0px 0px 169px 169px;
  border-radius: 0px 0px 169px 169px;
  z-index: -2;*/
}

.planSmCard .info::after {
  /*content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  width: 328px;
  height: 168px;
  background-color: #FFFFFF;
  -webkit-border-radius: 0px 0px 168px 168px;
  -moz-border-radius: 0px 0px 168px 168px;
  -ms-border-radius: 0px 0px 168px 168px;
  border-radius: 0px 0px 168px 168px;
  z-index: -2;*/
}

.planSmCard .name {
font-size: 24px;
  line-height: 36px;
  color: #4A8BD1;
  font-weight: 400;
  display: flex;
  width: 100%;
  height: 36px;
  text-align: center;
  padding-top: 0px;
  position: relative;
  margin: 0 auto;
  justify-content: center;
  align-items: flex-start;
  padding-top: 30px;
}

.planSmCard .data {
  text-align: right;
}

.planSmCard .pct {
  display: block;
  font-size: 24px;
  line-height: 25px;
  color: #4A8BD1;
  font-weight: bold;
}

.planSmCard .term {
  display: block;
  margin-top: 4px;
  font-size: 16px;
  line-height: 25px;
  color: #4A8BD1;
}

.planSmCard .title {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 39px;
  padding-bottom: 20px;
  font-size: 24px;
  line-height: 36px;
  color: #4A8BD1;
  font-weight: 500;
  background-color: #F4FFFF;
  padding-top: 20px;
  /*! border-left: 2px solid #4A8BD1; */
   /*! border-right: 1px solid #4A8BD1; */ 
  margin-left: 1px;
  margin-right: 1px;

  /*! border-top: 1px solid #4A8BD1; */
  /*! border-bottom: 1px solid #4A8BD1; */
  padding: ;
}

.parent {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 30px;
  white-space: wrap;
  
}
.bgwhy{color: #fff; 
  font-size: 22px;
  line-height: 1.2;
  background: #4A8BD1; 
  position: absolute;
  bottom: 20px; 
padding: 5px 10px;
 
}
.div1{
    background-image: url(../img/parents/1.jpg);
  background-size: auto;
  background-position: center bottom;
  background-repeat: no-repeat;
 position: relative;
}
.div3 {
  position: relative;
    grid-column-start: 1;
    grid-row-start: 2;
  background-image: url(../img/parents/7.jpg);
  background-size: auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  width:100%;

}

.div4 {
    grid-row: span 2 / span 2;
    grid-column-start: 2;
    grid-row-start: 1;
   background-image: url(../img/parents/4.jpg);
  background-size: auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  min-height: 300px;
  position: relative;
}

.div5 {
    grid-column: span 2 / span 2;
    grid-column-start: 3;
    grid-row-start: 1;
  background-image: url(../img/parents/5.jpg);
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 300px;
  position: relative;
}

.div6 {
    grid-column-start: 3;
    grid-row-start: 2;
  background-image: url(../img/parents/6.jpg);
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 300px;
  position: relative;
}

.div7 {
    grid-column-start: 4;
    grid-row-start: 2;
  background-image: url(../img/parents/3.jpg);
  background-size: auto;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 300px;
  position: relative;
}
        
 input#calc_amount.enterNum{
 	text-align: right;
 }
.resultBlockWrapper,
.plansInfoWrapper {
  position: relative;
  padding-top: 40px;
  min-height: 100%;
  z-index: 1;
}

.resultBlockWrapper .icon,
.plansInfoWrapper .icon {
  /*position: absolute;
  top: 19px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 76px;
  height: 76px;
  background-color: rgba(1, 52, 63, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;*/
}

.resultBlockWrapper::before,
.plansInfoWrapper::before {
  /*content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  width: 112px;
  height: 112px;
  background-color: #FFFFFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;*/
}

.resultBlockWrapper::after,
.plansInfoWrapper::after {
 content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  /*! height: calc(100%); */
  /*! background-color: rgba(54, 183, 192, 0.1); */
  /*! border: 1px solid #4A8BD1; */
  z-index: -1;
 /*! box-shadow: 0px 4px 16px rgba(54, 183, 192, 0.5); */
}

.profitBlock {
  display: flex;
  height: 125px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.profitBlock .item {
  width: 50%;
  height: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.profitBlock .item+.item {
  border-left: 1px solid #4A8BD1;
  /*! height: 100%; */
}

.profitBlock .item+.item .title {
  color: #fff;
}

.profitBlock .item:first-child {
  padding-left: 22px;
}

.profitBlock .item:last-child {
  padding-right: 22px;
}

.profitBlock .title {
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  height: 48px;
  display: flex;
  align-items: start;
  
}

.profitBlock .num {
  display: block;
  font-size: 24px;
  line-height: 59px;
  color: #111;
  font-weight: 500;
  
}

.profitChart {
  /*height: 100px;*/
  /*! padding-top: 15px; */
  /*! padding-left: 15px; */
  /*! padding-right: 15px; */
  /*background-color: #291450;
  border-top: 1px solid #210d47;
  border-bottom: 1px solid #210d47;*/
  /*! border-top: 1px solid #4A8BD1; */
}
 div.resultBlockWrapper input#plandrefund,
 div.resultBlockWrapper input#planduration,
div.resultBlockWrapper input#planminimum{font-size: 18px}
.profitChart .chart {
  display: block;
  margin-left: auto;
  margin-right: auto;

}

.profitChart .subtitle {
  display: block;
font-size: 24px;
line-height: 55px;
color: #111;
text-align: center;
padding-top: 0px;
}

.mainTextContent {
  margin-top: 93px;
}

.mainTextContent .sectionContent {
  margin-top: 74px;
}

.mainTextContent .sectionContent:after {
  content: " ";
  display: block;
  clear: both;
}

.mainTextContent p+p {
  margin-top: 60px;
}

.mainTextContent p+p:last-child {
  margin-top: 35px;
}

.mainTextContent figure+p {
  margin-top: 55px;
}

.mainTextContent figure+p:first-of-type {
  margin-top: 0px;
}

.pageStartWrapper {
  position: relative;
}
#bgbodyWrap{
	  /*! background: rgba(1, 52, 63, 0.5); */ /*
  position: relative;
  z-index: 0;*/
}
div#bgbodyWrap.bodyWrap div#pageAcc.pageStartWrapper::before{
	display: none;
}
.pageStartWrapper::before {
  /*! content: ""; */
  /*! display: block; */
  /*! position: absolute; */
  /*! top: 0px; */
  /*! left: 50%; */
  /*! margin-left: -960px; */
  /*! width: 1920px; */
  /*! min-height: 420px; */
  /*! z-index: 0; */
  /*! background: #000; */
  /*! background-image: url(../img/bg-body.png); */
  /*! background-size: 100% auto; */
  /*! background-position: center top; */
  /*! background-repeat: no-repeat; */
  /*! opacity: .6; */
}

	#pageAcc {

   background-image: url(../img/bg-page-acc.html);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

.pageTitleSection {
padding-top: 120px;
  padding-bottom: 60px;
  position: relative;
}
.pageTitleSection::after{
	
}


.pageTitleSection .mainCurrency {
  margin-top: 84px;
}

.pageTitle {
  text-align: center;
}

.aboutSection {
 background: #000;
  padding-bottom: 100px;
  /*! background-image: url(../img/bg-body-bot.png); */
  /*! background-size:auto; */
  /*! background-position: left bottom; */
  /*! background-repeat: no-repeat; */
 padding-top: 50px;
}


.missionAbout {
    
    position: relative;
   
    margin-top: 20px;
}

.missionAbout .missionBl {
    position: relative;
	/*! margin-top: 60px; */
}
.missionAbout .list {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    position: relative;
    z-index: 2;
}
.missionAbout .item {
    width: calc((100% / 3) - 22px);
   /*! background-color: rgba(8,14,21, 0.8); */
  border-left: 1px solid rgba(217,37,52, .7);
 /*
-moz-box-shadow: 2px 2px 14px 2px rgba(54,183,192, 0.35);
box-shadow: 2px 2px 14px 2px rgba(54,183,192, 0.35);*/
    padding: 0 0 0 30px;
    
    /*! border: 1px solid #4A8BD1; */
    -webkit-box-shadow: 2px 2px 14px 2px rgba(0, 0, 0, 0.1));
    -moz-box-shadow: 2px 2px 14px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 14px 2px rgba(0, 0, 0, 0.1);
    /*! align-items: center; */
display: flex;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;  
    color: #fff;
    /*! text-align: center; */
    flex-direction: column;
    justify-content: flex-start;
}
.missionAbout div.missionBl div.list div#home_item.item{

display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: repeat(1, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;  
}
.missionAbout .item .iconBl {
    background-image: url(../img/chek_pic1.png);
    width: 32px;
    height: 32px;
    display: block;
	/*! position: absolute; */
    /*! top: 0px; */
    background-size: 30px;
    background-repeat: no-repeat;
    grid-area: 1 / 1 / 2 / 2;
    background-position: center center;
}
.missionAbout .item .txt {
    font-size: 18px;
    color: #fff;
    /*font-family: "Montserrat";*/
    display: block;
    margin-top: 10px;
    letter-spacing: 0.4px;
    line-height: 1.4;
    grid-area: 2 / 1 / 3 / 6;
    /*! text-align: center; */
}
 div.missionAbout div.missionBl p{
 	line-height:32px;
	font-size:22px;
 }
 
 .missionBl div.list div.item span.title{
 font-size: 28px;
  padding-left: 40px;
  /*! display: inline-block; */
  line-height: 1.4;
  font-weight: 400;
 grid-area: 1 / 2 / 2 / 6;
 color: #4A8BD1;
 /*! text-align: left; */
 background-image: url(../img/chek_pic1.png);
 background-size: 30px;
 background-repeat: no-repeat;
 background-position: left 6px;
 }
div.aboutSection div.container div.wrapIn.textContainer div.missionAbout div.missionBl div.list div.item span.title{
 	/*! margin-top: 10px; */
 }
.missionBl div.list div.item span.num{
 	font-size: 30px;
display: block;
padding-left: 80px;
line-height: 45px;
 }
.missionAbout .textBl {
    margin-top: 130px;
    position: relative;
    z-index: 2;
}
.missionAbout .textBl .textBlock {
    margin-top: 107px;
    display: flex;
    justify-content: space-between;
}
.missionAbout .textBl .textBlock p {
    width: calc(50% - 49px);
}
.missionAbout .textBl .textBlock p + p {
    margin-top: 0;
}
.missionAbout .fon_toh_gray {
    width: 1064px;
    height: 462px;
    position: absolute;
    right: -58px;
    bottom: -363px;
    z-index: 0;
	padding-top: 5px;
}
.applyBl {
    padding: 176px 0 99px;
}
.applyBl .list {
    display: flex;
    justify-content: space-between;
}
.applyBl .desrApply {
    display: block;
    text-align: center;
    font-size: 20px;
    margin-top: 129px;
    position: relative;
}
.zvz {
    color: #fdde00;
}

.about-grid{
   display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
   align-items: baseline;
   white-space: wrap;
}
div.about-grid div#about-txt.textContainer.wow.fadeInUp{
 
}
.textContainer:after {
  content: " ";
  display: block;
  clear: both;
}

.textContainer figure {
  margin-top: 74px;
  /*width: 564px;
  height: 355px;*/
  border-color: #4A8BD1;
  
}

.textContainer figure.rightSide {
  margin-left: 0px;
  margin-right: 0px;
  /*! max-width: 380px; */
}

.textContainer figure.leftSide {
  margin-left: 0px;
  margin-right: 43px;
}
figure.rightSide img{max-width: 300px;}

.textContainer figure:first-child {
  /*! margin-top: 0px; */
}

.textContainer p+p {
  margin-top: 50px;
}

.textContainer p+p:last-child {
  margin-top: 35px;
}

.textContainer figure+p {
  /*! margin-top: 60px; */
}

.textContainer figure+p:first-of-type {
  padding-top: 0px;
}

.textContainer+.textContainer {
  margin-top: 30px;
}

.licenseList {
display: flex;
  /*! grid-template-columns: repeat(3, 33%);*/
  /*! gap: 42px; */
  /*! background-image: url(../img/dots_map.png); */
  /*! background-size: 70% auto; */
  background-position: center center;
  background-repeat: no-repeat;
  padding: 20px 20px;
justify-content: center;
  flex-wrap: wrap;
  
position: relative;
}
.licenseList .item{width: 33%;}


.licenseList .subtitle {
  display: block;
  margin-top: 16px;
  font-size: 16px;
  line-height: 24px;
  /*color: #4A8BD1;
  text-align: center;*/
}

.licenseList .title {
  display: block;
font-size: 22px;
line-height: 40px;
color: #4A8BD1;
font-weight: 500;

}

.licenseList .info {
  /*! display: flex; */ /*
  flex-direction: column;
  justify-content: space-between;*/
  height: 100%;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0px;
  /*! margin-top: 40px; */
}

.licenseList .address {
  margin-bottom: auto;
}
 div.licenseBlock div.info span.subtitle a.link{
 	font-size:18px;
	line-height:32px;
 }
.licenseList .mainAddress {
  font-size: 17px;
  line-height: 37px;
  color: #4A8BD1;
}

.licenseList .mainAddress [class*=icon] {
  font-size: 20px;
}

.licenseList .number .title {
  color: #d24cff;
}

.licenseList .number p {
  font-size: 16px;
  line-height: 37px;
  
  color: #4A8BD1;
}

.licenseList .number p span {
  display: inline-block;
  margin-right: 5px;
  color: #d24cff;
}
 div#myreff.licenseBlock{
	
}
 div#myreff.licenseBlock div.info div.address span.title{
	text-transform: uppercase;
	color: #4A8BD1;
}
 div#myreff.licenseBlock div.info div.address p.mainAddress{
  font-size: 16px;
  line-height: 24px;
  color: #4A8BD1;
  padding-top: 20px;
  padding-bottom: 4px;
  padding-left: 0px;
}
.min_reff {
  font-size: 26px;
}
 div#myreff.licenseBlock div.info div.address div.pct{
 	 font-size: 50px;
  line-height: 84px;
  color: #4A8BD1;
  font-weight: 300;
  text-align: left;
 	 position: relative;
 }
 div#myreffblock.item div#myreff.licenseBlock div.info div.address div.pct p span.min_reff1{
   font-size: 26px;
  line-height: 84px;
  color: #4A8BD1;
  font-weight: 300;
  text-align: left;
   margin-right: 20px;
   white-space: nowrap;
}

.licenseBlock {
  /*! height: 379px; */  
  position: relative;
  z-index: 1;

  margin-right: 30px;
}
div#licenseBlock_home.col div.licenseBlock div.info div.address{
   margin-top: 30px;
    text-align:center;
}
div.sectionContent div#licenseBlock_home.col div.licenseBlock div.info div.address p{
  font-size: 16px;
  line-height: 28px;
 
}
#bord.licenseBlock{
	/*border-style: solid;
  border-color: #FFFFFF;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 21px 0px #FFFFFF;
  -moz-box-shadow: 0px 0px 21px 0px #FFFFFF;
  box-shadow: 0px 0px 21px 0px #FFFFFF;
  border-width: 7px;*/
}

.licenseBlock>a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}

.licenseBlock:hover img {
  border-color: #4A8BD1;

}

.licenseBlock img {
  
  display: block;
width: 200px; /*
height: 344px;
   object-fit: cover; */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
 -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
 border: 1px solid  rgba(0, 0, 0, 0.1);
 
  padding: 5px;
  margin-top: -5px;
  object-fit: cover;
}

.advantagesSection {
  position: relative;
  margin-top: 136px;
}

.advantagesSection::before {
  content: "";
  display: block;
  position: absolute;
  top: -840px;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  height: 1798px;
  background-image: url(../img/about_back.html);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: -3;
}

.advantagesSection::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -201px;
  left: 50%;
  margin-left: -965px;
  width: 1929px;
  height: 341px;
  background-image: url(../img/advantages_back_2.html);
  mix-blend-mode: overlay;
  opacity: 0.21;
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: -1;
}

.advantagesSection .sectionContent {
  margin-top: 115px;
}

.advantagesBlock {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 42px;
  row-gap: 78px;
}

.advantageCard {
  display: flex;
}

.advantageCard .img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 93px;
  height: 93px;
  margin-top: 7px;
  flex-shrink: 0px;
  background-color: #1d093f;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0,0.25);
  -moz-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0,0.25);
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0,0.25);
}

.advantageCard .data {
  margin-left: 33px;
}

.advantageCard .title {
  display: block;
  font-size: 28px;
  line-height: 30px;
  color: #4A8BD1;
  font-weight: bold;
}

.advantageCard p {
  margin-top: 19px;
  font-size: 17px;
  line-height: 24px;
  color: #4A8BD1;
}

.feedbackSection {
  margin-top: 298px;
}

.feedbackSection .subtitle {
  margin-top: 46px;
  font-size: 30px;
  line-height: 37px;
  color: #4A8BD1;
  
}

.feedbackSection .sectionContent {
  margin-top: 64px;
}

.feedbackForm {
  max-width: 766px;
  margin-left: auto;
  margin-right: auto;
}

.feedbackForm .fieldwrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 42px;
  row-gap: 52px;
}

.feedbackForm .field.lg {
  grid-column: 1/3;
}

.feedbackForm [class*=btn] {
  margin-top: 59px;
}

.plansSection {
  position: relative;
  margin-top: 176px;
}

.plansSection::before {
  content: "";
  display: block;
  position: absolute;
  top: -310px;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  height: 1693px;
  /*background-image: url(../img/program_back_3.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;*/
  z-index: -2;
}

.plansSection .sectionContent {
  margin-top: 10px;
}

.plansSection .wrapper {
  display: flex;
  justify-content: space-between;
}

.plansSection .wrapper+.wrapper {
  position: relative;
  margin-top: -15px;
  z-index: 1;
}

.plansSection .wrapper+.wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: -28px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  width: 168px;
  height: 84px;
  background-color: #291254;
  -webkit-border-radius: 84px 84px 0px 0px;
  -moz-border-radius: 84px 84px 0px 0px;
  -ms-border-radius: 84px 84px 0px 0px;
  border-radius: 84px 84px 0px 0px;
  z-index: -1;
}

.plansSection .col {
  width: calc((100% - 40px) / 2);
}

.plansSection .resultBlockWrapper {
  width: 100%;
}

.plansSection .info+.wrapper {
  margin-top: 40px;
}

.plansSection .buttonWrapper {
  position: relative;
  display: table;
  padding: 26px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -36px;
  z-index: 1;
}

.plansSection .buttonWrapper::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 37px;
  background-color: #341a67;
  -webkit-border-radius: 37px 37px 0px 0px;
  -moz-border-radius: 37px 37px 0px 0px;
  -ms-border-radius: 37px 37px 0px 0px;
  border-radius: 37px 37px 0px 0px;
  z-index: -1;
}

.plansSection [class*=btn] {
  min-width: 193px;
}

.planInfoSlider {
  padding-top: 50px;
  padding-bottom: 34px;
}

.planInfoSlider .note {
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 28px;
  font-size: 13px;
  line-height: 16px;
  color: #4A8BD1;
}

.planInfo li {
  height: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.planInfo li:nth-child(odd) {
  background-color: #291450;
}

.planInfo .param {
  font-size: 18px;
  line-height: 20px;
  color: #4A8BD1;
}

.planInfo .data {
  font-size: 18px;
  line-height: 20px;
  color: #4A8BD1;
  font-weight: bold;
  text-align: right;
}

.resultBlockWrapper.partners {
  display: flex;
}

.resultBlockWrapper.partners .wrap {
  width: 50%;
}

.resultBlockWrapper.partners .wrap+.wrap {
  border-left: 1px solid #210d47;
}

.resultBlockWrapper.partners .profitChart {
  min-height: 214px;
  padding-left: 40px;
  padding-right: 40px;
  background-color: transparent;
  border-bottom: none;
}

.resultBlockWrapper.partners .profitChart .chart {
  margin-left: 0px;
}

.resultBlockWrapper.partners .profitChart .subtitle {
  max-width: 452px;
}

.resultBlockWrapper.partners .sumWrapper {
  padding-left: 40px;
  padding-top: 48px;
  padding-right: 40px;
  padding-bottom: 24px;
}

.resultBlockWrapper.partners .field {
  max-width: 452px;
}

.resultBlockWrapper.partners .profitBlock {
  min-height: 135px;
  height: auto;
}

.resultBlockWrapper.partners .profitBlock .item {
  height: auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  padding-left: 92px;
  padding-top: 26px;
}

.resultBlockWrapper.partners .profitBlock .item+.item {
  padding-left: 72px;
}

.resultBlockWrapper.partners .profitBlock+.profitBlock {
  min-height: 214px;
  border-top: 1px solid #210d47;
}

.resultBlockWrapper.partners .profitBlock+.profitBlock .item {
  padding-top: 46px;
}

.programSection {
  position: relative;
  margin-top: 123px;
}

.programSection::before {
  content: "";
  display: block;
  position: absolute;
  top: -209px;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  height: 735px;
  /*background-image: url(../img/program_back_4.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;*/
  z-index: -1;
}

.programSection .sectionContent {
  position: relative;
}

.programSection .logoImage {
  position: absolute;
  top: 70px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
}

.programSection .logoImage::before,
.programSection .logoImage::after {
  display: none;
}

.programSection [class*=btn] {
  margin-top: 70px;
}

.programSection+.advantagesSection {
  margin-top: 146px;
}

.rulesSection {
  /*margin-top: 176px;*/
}

.rulesSection .sectionContent {
  margin-top: 8px;
}

.rulesSection .info {
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
}

.rulesSection .rulesList {
  margin-top: 80px;
}

.rulesSection+.advantagesSection {
  margin-top: 106px;
}

.rulesList .rulesItem {
  width: calc((100% - 40px) / 2);
  margin-bottom: 82px;
}

.rulesItem .titleBlock {
  position: relative;
  padding-left: 37px;
  font-size: 30px;
  line-height: 47px;
  color: #4A8BD1;
  font-weight: bold;
}

.rulesItem .titleBlock .title span {
  margin-right: 5px;
  color: #4A8BD1;
}

.rulesItem .dot {
  display: block;
  position: absolute;
  top: 14px;
  left: 0px;
  width: 22px;
  height: 22px;
  border: 1px solid #16d0fe;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.rulesItem .dot::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  background-color: #16d0fe;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.rulesItem .contentBlock {
  margin-top: 13px;
  font-size: 16px;
  line-height: 22px;
  color: #4A8BD1;
}

.rulesItem .contentBlock p {
  position: relative;
}

.rulesItem .contentBlock p+p {
  margin-top: 10px;
}

.rulesItem .contentBlock span {
  display: inline-block;
  font-variant-numeric: tabular-nums;
  font-weight: bold;
  color: #4A8BD1;
}


.tabs {
  position: relative;
/*margin:0px 20px;*/
/*! min-height: 90em; */

width: 100%;
text-align: center;
  display: flex;
  flex-direction: column;
}
.tabs::before,
.tabs::after {
  content: "";
  display: table;
}
.tabs::after {
  clear: both;
}
.tab {
  float: left;
  width:100%;
  margin-top: 30px;
}
.tab-switch {
  display: none;
}
.tab-label {
 font-size: 50px;
  line-height: 1.4;
  color: #4A8BD1;
  font-weight: 300;
  text-transform: none;
  text-align: center;
  padding-bottom: 50px;
  padding-top: 50px;
 position: relative;
 display: block;
}

.tab-content {
  width: 100%;
  position: relative;
  /*! z-index: 1; */
  top: 20px;
  left: 0;
  /*padding: 1.618rem;
  background: #4A8BD1;
  color: #2c3e50;
  border-bottom: 0.25rem solid #bdc3c7;*/
  /*! opacity: 0; */
  transition: all 0.35s;
}
.tab-switch:checked + .tab-label {
 
}
.tab-switch:checked + label + .tab-content {
  z-index: 2;
  opacity: 1;
  transition: all 0.35s;
}
.faqSection {
  position: relative;
  margin-top: 176px;
}

.faqSection::before {
  content: "";
  display: block;
  position: absolute;
  top: -310px;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  height: 1693px;
  /*background-image: url(../img/program_back_3.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;*/
  z-index: -2;
}

.faqSection .sectionContent {
  margin-top: 8px;
}

.faqSection .info {
  font-size: 18px;
  line-height: 27px;
  color: #fff;
}

.faqSection .faqList {
  margin-top: 94px;
}

.faqSection .pagination {
  margin-top: 80px;
}

.faqList .faqItem+.faqItem {
  margin-top: 20px;
}

.faqItem .head {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.faqItem .head:hover .title::after {
  opacity: 1;
}

.faqItem .icon {
  width: 60px;
  height: 60px;
  padding: 5px;
  flex-shrink: 0;
  background-color: rgba(74,139,209, 0.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.faqItem .icon .in {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  
 /*! -webkit-box-shadow: 2px 2px 11px 1px rgba(0, 1, 0, 0.3); */ /*
  -moz-box-shadow: 2px 2px 11px 1px rgba(0, 1, 0, 0.3);
  box-shadow: 2px 2px 11px 1px rgba(0, 1, 0, 0.3);*/
}

.faqItem .icon img {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.faqItem .icon .show {
  opacity: 1;
}

.faqItem .icon .hide {
  opacity: 0;
}

.faqItem .title {
  position: relative;
  margin-left: 14px;
  padding-left: 34px;
  padding-top: 5px;
  padding-bottom: 8px;
  min-height: 60px;
  display: flex;
  align-items: center;
  flex-grow: 1;
  font-size: 22px;
  line-height: 25px;
  color: #fff;
    -webkit-border-radius: 31px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: none;
  z-index: 1;
  font-weight: 500;
}

.faqItem .title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: calc(100% + 60px);
  height: 100%;
  background: radial-gradient(circle at left, rgba(54, 34, 94, 0) 60px, rgba(74,139,209, 0.2) 60px);
  z-index: -1;
 
}

.faqItem .title::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: calc(100% + 60px);
  height: 100%;
  background: radial-gradient(circle at left, rgba(211, 76, 255, 0) 60px, rgba(74,139,209, .4) 60px);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  /*! z-index: -1; */
  
}
 div.faqItem.active div.head div.title span, div.faqItem div.head:hover div.title span{
 	color:#fff;
   position: relative;
   z-index: 11;
 }
 div.faqItem div.head div.icon{
   -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;	
 }
 
div.faqItem.active div.head div.icon, div.faqItem div.head:hover div.icon{
	background:rgba(74,139,209, 0.5);
}
.faqItem .content {
  display: none;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  text-align:left;
  padding: 10px 0;
  
  
}

.faqItem .content .in {
  padding-left: 108px;
  padding-top: 5px;
  margin-bottom: -6px;
}

.faqItem.active .icon .show {
  opacity: 0;
}

.faqItem.active .icon .hide {
  opacity: 1;
}

.faqItem.active .title::after {
  opacity: 1;
}

.faqItem.active .content {
  display: block;
}

.newsSection {
  position: relative;
  margin-top: 176px;
}

.newsSection::before {
  content: "";
  display: block;
  position: absolute;
  top: -310px;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  height: 1693px;
  /*background-image: url(../img/program_back_3.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;*/
  z-index: -2;
}

.newsSection .sectionContent {
  margin-top: 8px;
}

.newsSection .info {
  font-size: 18px;
  line-height: 27px;
  color: #4A8BD1;
}

.newsSection .newsList {
  margin-top: 86px;
}

.newsSection .pagination {
  margin-top: 80px;
}

.newsList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
  row-gap: 20px;
}

.newsCard {
  position: relative;
  padding-top: 18px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 77px;
  height: 100%;
  z-index: 1;
}

.newsCard::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  width: 112px;
  height: 56px;
  background-color: #FFFFFF;
  -webkit-border-radius: 56px 56px 0px 0px;
  -moz-border-radius: 56px 56px 0px 0px;
  -ms-border-radius: 56px 56px 0px 0px;
  border-radius: 56px 56px 0px 0px;
  z-index: -1;
}

.newsCard::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: calc(100% );
  background-color: #FFFFFF;
  z-index: -1;
}

.newsCard .date {
  margin-left: auto;
  margin-right: auto;
  padding-top: 9px;
  width: 76px;
  height: 76px;
  background-color: #4A8BD1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.newsCard .date span {
  display: block;
  width: 42px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  line-height: 29px;
  color: #4A8BD1;
  font-weight: 500;
  
  text-align: center;
}

.newsCard .date span+span {
  line-height: 24px;
  color: #4A8BD1;
  border-top: 1px solid #4A8BD1;
}

.newsCard .title {
  display: block;
  margin-top: 9px;
  font-size: 20px;
  line-height: 25px;
  color: #4A8BD1;
  font-weight: bold;
  
  text-transform: uppercase;
  text-align: center;
}

.newsCard .img {
  margin-top: 20px;
  height: 140px;
  
}

.newsCard .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newsCard p {
  margin-top: 16px;
font-size: 18px;
  line-height: 24px;
  color: #4A8BD1;
}

.newsCard .moreLink {
  margin-top: 10px;
}

.moreLink {
  display: inline-block;
  font-size: 17px;
  line-height: 20px;
  color: #4A8BD1;
  font-weight: 300;
  
  text-decoration: underline;
  text-decoration-color: inherit;
  -webkit-transition: text-decoration-color 0.3s;
  -moz-transition: text-decoration-color 0.3s;
  -o-transition: text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s;
}

.moreLink:hover {
  text-decoration-color: transparent;
}

.rateSection {
  position: relative;
  margin-top: 176px;
}

.rateSection::before {
  content: "";
  display: block;
  position: absolute;
  top: -310px;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  height: 1693px;
  /*background-image: url(../img/program_back_3.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;*/
  z-index: -2;
}

.rateSection .sectionContent {
  margin-top: 8px;
}

.rateSection .info {
  font-size: 18px;
  line-height: 27px;
  color: #4A8BD1;
}

.rateSection .rateList {
  margin-top: 95px;
}

.rateSection+.advantagesSection {
  margin-top: 215px;
}

.rateList {
  display: grid;
  grid-template-columns: repeat(auto-fit, 370px);
  gap: 30px;
}

.rateList .item {
  padding: 30px;
  background-color: rgba(54, 34, 94, 0.77);
}

.rateItem {
  position: relative;
  z-index: 1;
  height: 469px;
  border: 7px solid #4A8BD1;
}

.rateItem>a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}

.rateItem>* {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.rateItem:hover>* {
  opacity: 0.7;
}

.contactsSection {
  position: relative;
  margin-top: 176px;
}

.contactsSection::before {
  content: "";
  display: block;
  position: absolute;
  top: -310px;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  height: 1693px;
  /*background-image: url(../img/program_back_3.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;*/
  z-index: -2;
}

.contactsSection .sectionContent {
  margin-top: 8px;
}

.contactsSection .info {
  font-size: 18px;
  line-height: 27px;
  color: #4A8BD1;
}

.contactsSection .contactsList {
  margin-top: 27px;
}

.contactsSection .mapBlock {
  margin-top: 100px;
}

.contactsSection+.advantagesSection {
  margin-top: 215px;
}

.contactsList {
  display: grid;
  grid-template-columns: repeat(auto-fit, 370px);
  column-gap: 30px;
  row-gap: 20px;
}

.contactsList .item:nth-child(1) .back {
  left: -60px;
  bottom: -35px;
}

.contactsList .item:nth-child(2) .back {
  left: 6px;
  bottom: -12px;
}

.contactsList .item:nth-child(3) .back {
  left: -30px;
  bottom: -10px;
}

.contactsList .item:nth-child(4) .back {
  left: -35px;
  bottom: 20px;
}

.contactsList .item:nth-child(5) .back {
  left: -40px;
  bottom: 10px;
}

.contactsList .item:nth-child(6) .back {
  left: -18px;
  bottom: 26px;
}

.contactCard {
  position: relative;
  padding-top: 18px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 45px;
  height: 100%;
  text-align: center;
  overflow: hidden;
  z-index: 1;
}

.contactCard::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  width: 112px;
  height: 56px;
  background-color: #FFFFFF;
  -webkit-border-radius: 56px 56px 0px 0px;
  -moz-border-radius: 56px 56px 0px 0px;
  -ms-border-radius: 56px 56px 0px 0px;
  border-radius: 56px 56px 0px 0px;
  z-index: -2;
}

.contactCard::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: calc(100% - 56px);
  background-color: #FFFFFF;
  z-index: -2;
}

.contactCard .icon {
  margin-left: auto;
  margin-right: auto;
  width: 76px;
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #4A8BD1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.contactCard .icon img {
  display: block;
}

.contactCard .title {
  display: block;
  margin-top: 33px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 21px;
  color: #4A8BD1;
  font-weight: bold;
  text-transform: uppercase;
}

.contactCard .back {
  display: block;
  position: absolute;
  opacity: 0.1;
  z-index: -1;
}

.mapBlock {
  position: relative;
  height: 343px;
  border: 7px solid #4A8BD1;
}

.mapBlock .address {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 425px;
  height: 138px;
  padding-left: 39px;
  padding-top: 36px;
  padding-right: 100px;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 21px;
  color: #4A8BD1;
  font-weight: bold;
  text-transform: uppercase;
  overflow: hidden;
  z-index: 1;
}

.mapBlock .address::before {
  content: "";
  display: block;
  position: absolute;
  right: -95px;
  bottom: 0px;
  width: 794px;
  height: 794px;
  background-color: #FFFFFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
}

.mapBlock iframe {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.authPage {
  min-height: 100vh;
  padding-bottom: 50px;
  background-image: url(../img/auth_back.html);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.authPage .header {
  z-index: 1;
}

.authPage .header::before {
  top: -360px;
  z-index: -1;
}

.authPage .header::after {
  top: -300px;
  z-index: -1;
}

.authWrapper {
  position: relative;
  max-width: 1270px;
  margin-top: 26px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 49px;
  padding-top: 20px;
  padding-right: 49px;
  padding-bottom: 74px;
  background-image: url(../img/auth_back_2.html);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

.authWrapper .regForm {
  margin-top: 193px;
}

.authWrapper .restorePassword {
  margin-top: 25px;
  font-size: 18px;
  line-height: 31px;
  color: #4A8BD1;
  
}

.authWrapper .restorePassword a {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.authWrapper .logoImage {
  position: absolute;
  top: 239px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  z-index: 0;
}

.authWrapper .logoImage::before,
.authWrapper .logoImage::after {
  display: none;
}

.forma, .loginForm .formWrap, .regForm .formWrap{
display: grid;
grid-template-columns: repeat(1, 1fr);
gap: 30px;
width: 50%;
margin: 0 auto;
}

.loginForm [class*=btn] {
  min-width: 253px;
}

.regForm .formTitle {
  text-align: right;
}

.regForm .formWrap, .loginForm .formWrap {
  /*margin-top: 21px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;*/
  background-color: rgba(8,14,21, 0.8);
  border: 1px solid rgb(74,139,209, 0.4);
  padding: 50px 100px;
}

.regForm .checkBtn {
  height: 100%;
  display: flex;
  align-items: center;
}

.cabinetWrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  /*padding-right: 260px;*/
  /*! background-image: url(../img/bg-body-bot.png); */
  /*! background-size: auto; */
  /*! background-position: center bottom; */
  /*! background-repeat: no-repeat; */
  padding-bottom: 50px;
  padding-top: 10px;
  
  background: #000;
}

.userStatBlock {
  /*position: absolute;
  top: 0px;
  right: 0px;
  width: 260px;
  min-height: 100%;
  padding-top: 44px;
  background-color: rgba(2,104,126,.5);
  z-index: 1;*/
}

.userStatBlock::before {
  /*content: "";
  display: block;
  position: absolute;
  top: -320px;
  right: -245px;
  width: 601px;
  height: 601px;
  -webkit-box-shadow: 0px 0px 59px 0px #FFFFFF;
  -moz-box-shadow: 0px 0px 59px 0px #FFFFFF;
  box-shadow: 0px 0px 59px 0px #FFFFFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;*/
}

.userStatBlock::after {
  /*content: "";
  display: block;
  position: absolute;
  top: -260px;
  right: -185px;
  width: 483px;
  height: 483px;
  background-image: -moz-linear-gradient(-145deg, #c256ff 0%, #1b0094 0%, #df4cff 0%, #7237ff 100%);
  background-image: -webkit-linear-gradient(-145deg, #c256ff 0%, #1b0094 0%, #df4cff 0%, #7237ff 100%);
  background-image: -ms-linear-gradient(-145deg, #c256ff 0%, #1b0094 0%, #df4cff 0%, #7237ff 100%);
  -webkit-box-shadow: 0px 0px 59px 0px #FFFFFF;
  -moz-box-shadow: 0px 0px 59px 0px #FFFFFF;
  box-shadow: 0px 0px 59px 0px #FFFFFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;*/
}
.userStatBlock div#info_data.userStat{
	
}
.userStatBlock .userStat {
  /*margin-top: 205px;*/
display: flex;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
padding: 20px 10px;
background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #4A8BD1;
  flex-wrap: wrap;
  justify-content: space-around;
  background-color: rgba(8,14,21, 0.8);
  border: 1px solid rgb(74,139,209, 0.4);
}

.userStatBlock [class*=btn] {
  margin-top: 90px;
  min-width: 213px;
}

.cabinetHeader {
  position: relative;
  display: flex;
  height: 79px;
  background-color: rgba(0, 0, 0, 0.77);
  /*-webkit-box-shadow: 0px 0px 59px 0px #FFFFFF;
  -moz-box-shadow: 0px 0px 59px 0px #FFFFFF;
  box-shadow: 0px 0px 59px 0px #FFFFFF;*/
  z-index: 1;
}

.cabinetHeader .logoWrapper {
  position: relative;
  width: 261px;
  padding-top: 24px;
  padding-right: 20px;
  flex-shrink: 0;
  z-index: 1;
}

.cabinetHeader .logoWrapper::before {
  /*content: "";
  display: block;
  position: absolute;
  top: -320px;
  left: -245px;
  width: 601px;
  height: 601px;
  -webkit-box-shadow: 0px 0px 59px 0px #FFFFFF;
  -moz-box-shadow: 0px 0px 59px 0px #FFFFFF;
  box-shadow: 0px 0px 59px 0px #FFFFFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;*/
}

.cabinetHeader .logoWrapper::after {
  /*content: "";
  display: block;
  position: absolute;
  top: -260px;
  left: -185px;
  width: 483px;
  height: 483px;
  background-image: -moz-linear-gradient(-145deg, #c256ff 0%, #1b0094 0%, #df4cff 0%, #7237ff 100%);
  background-image: -webkit-linear-gradient(-145deg, #c256ff 0%, #1b0094 0%, #df4cff 0%, #7237ff 100%);
  background-image: -ms-linear-gradient(-145deg, #c256ff 0%, #1b0094 0%, #df4cff 0%, #7237ff 100%);
  -webkit-box-shadow: 0px 0px 59px 0px #FFFFFF;
  -moz-box-shadow: 0px 0px 59px 0px #FFFFFF;
  box-shadow: 0px 0px 59px 0px #FFFFFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;*/
}

.cabinetHeader .infoWrapper {
  width: calc(100% - 261px);
  height: 100%;
  padding-left: 114px;
  padding-right: 114px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cabinetContent {
  display: flex;
  flex-grow: 1;
  justify-content: flex-start;
}

.cabinetContent .leftSide {
  /* padding-top: 50px; */
  width: 261px;
  flex-shrink: 0;
}

.cabinetContent .rightSide {
  display: flex;
  flex-direction: column;
  width: calc(100% - 261px);
  padding-top: 0px;
  /*! background-color: #fff; */
  /*background-image: url(../img/cab_back.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-box-shadow: inset 0px 3px 68px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: inset 0px 3px 68px 0px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0px 3px 68px 0px rgba(0, 0, 0, 0.35);*/
  
  height: 100%;
}
div#CabinetSection.aboutSection div.infoWrapper{
	display: flex;
	/*! flex-direction: column; */
	min-height: 250px;
	justify-content: flex-start;
}
.userInfo {
background-color: #000;
  margin-bottom: 20px;
  background-image: url(../img/user1.png);
  background-position: 5% center;
  background-repeat: no-repeat;
  padding: 20px;
  background-size: 100px auto;
  border: 1px solid #4A8BD1;
  width: calc(100% - 10px);
  margin-right: 10px;
background-color: rgba(8,14,21, 0.8);
border: 1px solid rgb(74,139,209, 0.4);
position: relative;
z-index: 32;
}

.userInfo .item {
  
}

.userInfo .item+.item {
  margin-left: 60px;
}

.userInfo .icon {
  margin-top: 14px;
flex-shrink: 0;
}

.userInfo .icon+.wrap {
  margin-left: 10px;
}

.userInfo .param {
  display: block;
font-size: 22px;
line-height: 1.6;
color: #fff;
text-align: right;
  font-weight: 300;
}

.userInfo .data {
  font-size: 18px;
  line-height: 1.4;
  color: #4A8BD1;
  /*! font-weight: 500; */
  text-align: right;
  /*text-transform: uppercase;*/
}

.userInfo .data a:not(.mail) {
  color: inherit;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.userInfo .data a:not(.mail):hover {
  opacity: 0.7;
}

.userInfo .mail {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  color: #4A8BD1;
  font-weight: 500;
  
  text-transform: lowercase;
  /*text-decoration: underline;*/
  text-decoration-color: #4A8BD1;
  -webkit-transition: text-decoration-color 0.3s;
  -moz-transition: text-decoration-color 0.3s;
  -o-transition: text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s;
}

.userInfo .mail:hover {
  text-decoration-color: transparent;
}

 div#referralos.userInfo
{position: relative;
	background-image: url(../img/referral1.png);
  background-position: 5% center;
  background-repeat: no-repeat;
  padding: 20px;
  display: block;
  background-size: 150px auto;
  height: auto;
 
	width: calc(100% - 10px);
	margin-right: 0;
	margin-left: 10px;
	
}
.userInfo, div#referralos.userInfo{
   position: relative;
  background-color: rgba(8,14,21, 0.8);
	border: 1px solid rgb(74,139,209, 0.4);}

.accBalance::before, .userInfo::before, div#referralos.userInfo::before{content: ""; 
  display: block;
  position: absolute;
  left: 0; top: 0;
  
  /*! opacity: 0.3; */
  z-index: 0;
  /*padding-left:60px;*/
  -webkit-transition: color 0s;
  -moz-transition: color 0s;
  -o-transition: color 0s;
  transition: color 0s;
  background-image: url(../img/plans1.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
 width: 100%;
 height: 100%;
  -webkit-animation: bg-scrolling-reverse 10s  infinite; -moz-animation: bg-scrolling-reverse 10s  infinite;
   -o-animation: bg-scrolling-reverse 10s  infinite;
 
  animation: bg-scrolling-reverse 10s  infinite;
 
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;}

div#referralos.userInfo{
  /*width: 100%;*/
}
 div#referralos.userInfo div.wrap{
 	position: absolute;
 	bottom: 20px;
  right: 20px;
 }
 div#referralos.userInfo div.wrap div.item div.data span{
 	/*! background: #fff; */
 	padding: 0 0 0 10px;
 }
div#referral.userInfo div.accStat div.item1{
	height: 60px;
  padding-bottom: 5px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  background-color: rgba(0,0,0, 1);
  padding-right: 20px;
	
}
div#referral.userInfo div.accStat div.item span.data{
	letter-spacing: 0em;
margin-right: 20px;
font-size: 16px;
line-height: 40px;
position: relative;
}
div#referral.userInfo div.accStat div.item span.param{
	font-size: 16px;
	line-height: 40px;
	padding-bottom: 0px;
	font-weight: 400;
}
.cabSocList {
  display: flex;
}

.cabSocList li {
  position: relative;
  z-index: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.cabSocList li>a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}

.cabSocList li:hover {
  opacity: 0.7;
}

.cabSocList li+li {
  margin-left: 19px;
}

.cabSocList [class*=icon] {
  font-size: 26px;
  color: #4A8BD1;
}

ul.cabinetMenu {
    border-right: 1px solid rgb(74,139,209, 0.4);
    border-top: 1px solid rgb(74,139,209, 0.4);
    border-bottom: 1px solid rgb(74,139,209, 0.4);
    padding: 30px 0;
    background-color: rgba(8,14,21, 0.8);
    /*! border: 1px solid rgb(74,139,209, 0.4); */
}
.cabinetMenu li {
  position: relative;
  padding-left: 16px;
  height: 70px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.cabinetMenu li>a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}

.cabinetMenu li+li {
  /*margin-top: 27px;*/
}

.cabinetMenu li:hover [class*=icon],
.cabinetMenu li:hover .data,
.cabinetMenu li.active [class*=icon],
.cabinetMenu li.active .data {
  color: #D92534;
}

.cabinetMenu li:hover::before,
.cabinetMenu li.active::before {
  opacity: 1;
}

.cabinetMenu li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 3px;
  height: 100%;
  background-color: #D92534;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  /*clip-path: polygon( 100% 0, 100% 100%, 0 50%);
  width: 30px;*/
}

.cabinetMenu [class*=icon] {
  display: block;
  width: 30px;
  font-size: 22px;
  color: #fff;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.cabinetMenu .data {
  padding-bottom: 0px;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  text-transform: none;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.cabClock {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cabClock .time {
  padding-left: 7px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.cabClock .time img {
  margin-right: 10px;
}

.cabClock .timeStr {
  display: block;
  font-size: 35px;
  line-height: 35px;
  color: #4A8BD1;
  font-weight: bold;
  font-variant-numeric: tabular-nums;
}

.cabClock .date {
  margin-top: 15px;
  font-size: 18px;
  line-height: 22px;
  color: #4A8BD1;
  font-weight: 300;
  
  text-align: center;
}

.cabClock .date span {
  display: block;
}

.userStat {
  text-align: center;
}

.userStat .item+.item {
  /*margin-top: 33px;*/
}

.userStat .param {
  display: block;
  font-size: 22px;
  line-height: 1.6;
  color: #fff;
}

.userStat .num {
  display: block;
  font-size: 22px;
  line-height: 1.4;
  color: #D92534;
  font-weight: 500;
}

.userStat .date {
  display: block;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
}

.userStat .note {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #4A8BD1;
  
}

.userStat .switcherBtn {
  margin-top: 7px;
  padding-left: 12px;
}

#CabinetSection{
	padding-top: 0px;
padding-bottom: 0px;
/*! min-height: 800px; */
	background: no-repeat;
	max-width: 100%;
	/*margin-top: 20px;*/
}
.cabinetContentWrapper {
  /*! margin-bottom: 100px; */
}
#CabinetSection.aboutSection div.cabPageTitle span.secCap{
 	padding-bottom: 10px !important;
 }

.cabCopyright {
  margin-top: auto;
  background-color: #5b1daa;
}

.cabCopyright .wrapper {
  height: 70px;
  padding-left: 97px;
  padding-right: 117px;
  padding-bottom: 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cabCopyright .mainContacts [class*=icon] {
  margin-right: 7px;
}

.cabCopyright .mainContacts a {
  display: inline-block;
}

.cabPageTitle {
  /*! margin-bottom: 30px; */
  text-align: center;
}

.accInfo {
  display: flex;
  grid-template-columns: repeat(2, 1fr);
  /*! gap: 30px; */
}
  .accInfo .col:first-child {
    width: calc(50% - 10px);
    margin-right: 10px;
    position: relative;
  }
#accInfostats{
   width: calc(50% - 10px);
    margin-left: 10px;
}

.accBalance {
  padding-left: 40px;
  padding-top: 42px;
  padding-right: 40px;
  padding-bottom: 40px;
  min-height: 100%;
  /*background-color: rgba(0,115,215, 1);*/
  /*! background-color: #fff; */
  background-image: url(../img/bal_back1.png);
  background-position: right 15px;
  background-repeat: no-repeat;
  background-size: 150px auto;
  border: 1px solid #4A8BD1;
  background-color: rgba(8,14,21, 0.8);
  border: 1px solid rgb(74,139,209, 0.4);
  position: relative;
  z-index: 2;
  /*! display: block; */
}

.accBalance .title {
  display: block;
font-size: 28px;
line-height: 38px;
color: #fff;
font-weight: 300;
text-transform: none;
}

.accBalance .num {margin-top: 10px;color: #D92534;font-size: 50px;line-height: 1.4;}

.accBalance .buttons {
  margin-top: 27px;
  /*! display: flex; */
  justify-content: space-between;
  margin: 20px auto 0;
  text-align: center;
}
.accBalance.wow.fadeIn div.buttons a.btnFillType2,
.accBalance.wow.fadeIn div.buttons a.btnFillType1{margin-top: 10px;margin-right: 5px;}

.accStat .item {
  height: 60px;
/*! padding-bottom: 5px; */
display: flex;
justify-content: flex-end;
align-items: flex-end;
/*! background-color: #fff; */
padding-right: 20px;
  border: 1px solid #4A8BD1;
  background-color: rgba(8,14,21, 0.8);
  border: 1px solid rgb(74,139,209, 0.4);
}

.accStat .item+.item {
  margin-top: 15px;
}

.accStat .param {
  /*padding-bottom: 8px;*/
  font-size: 18px;
  line-height: 60px;
  color: #fff;
}

.accStat .data {
  margin-left: 10px;
  font-size: 20px;
  line-height: 60px;
  color: #D92534;
  /*! font-weight: 500; */
  
}

.balanceBlock {
  margin-top: 20px;
}

.balanceBlock .sectionContent {
  /*! margin-top: 20px; */
  /*! margin-bottom: 20px; */
}

.balanceList {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

.paymentBalance {
  position: relative;
  padding-top: 18px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 25px;
  z-index: 1;
  border: 1px solid #4A8BD1;
  background-color: rgba(8,14,21, 0.8);
  border: 1px solid rgb(74,139,209, 0.4);
}

.paymentBalance::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  width: 100%;
  height: 56px;
  /*! background-color: #011A20; */
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  z-index: -1;
}

.paymentBalance::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: calc(100% - 56px);
  /*! background-color: #011A20; */
  z-index: -1;
}

.paymentBalance .icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 76px;
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
  /*! background-color: #000; */
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  /*border: 1px solid #4A8BD1;*/
}
div.paymentBalance div.icon img{
	width:60px;
	
}

.paymentBalance ul {
  margin-top: 14px;
  text-align: center;
}

.paymentBalance ul li {
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  
}

.paymentBalance ul li>span {
  display: block;
font-size: 22px;
font-weight: 500;
color: #D92534;
line-height: 40px;
}

.paymentBalance ul li>span span {
  font-size: 14px;
}

.paymentBalance ul li+li {
  margin-top: 5px;
}

.paymentBalance ul li+li>span {
  color: #000;
}

.cabNews {
  margin-top: 80px;
}

.cabNews .sectionContent {
  margin-top: 10px;
}

.cabNews .newsCard {
  padding-bottom: 49px;
}
/*.acctabs {
  font-size: 18px;
}*/
.depotab{
	border: 1px solid #4A8BD1;
padding:10px 5px;
width: 100%;
font-size: 18px;
background-color: rgba(255, 255, 255, 0.8);	
	font-weight: 400;
	background-color: rgba(8,14,21, 0.8);
	border: 1px solid rgb(74,139,209, 0.4);
	color: #ffff;
}

.depotab.balancetab{
	width:50%;
	margin:0 auto;
}
.deposit_creo{
	display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

table#depotab_pl1.depotab div#depotab1.checkBtn label:hover,
table#depotab_pl2.depotab div#depotab1.checkBtn label:hover,
table#depotab_pl3.depotab div#depotab1.checkBtn label:hover,
table#depotab_pl4.depotab div#depotab1.checkBtn label:hover,
table#depotab_pl5.depotab div#depotab1.checkBtn label:hover,
table#depotab_pl6.depotab div#depotab1.checkBtn label:hover,
table#depotab_pl7.depotab div#depotab1.checkBtn label:hover{
 background: rgb(74,139,209, 0.8);
  color:#fff;
  	-webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}


table#depotab_pl1.depotab:hover div#depotab1.checkBtn label:before,
table#depotab_pl2.depotab:hover div#depotab1.checkBtn label:before,
table#depotab_pl3.depotab:hover div#depotab1.checkBtn label:before,
table#depotab_pl4.depotab:hover div#depotab1.checkBtn label:before,
table#depotab_pl5.depotab:hover div#depotab1.checkBtn label:before,
table#depotab_pl6.depotab:hover div#depotab1.checkBtn label:before,
table#depotab_pl7.depotab:hover div#depotab1.checkBtn label:before{
  background: #fff;
  -webkit-box-shadow:  0px 0px 7px 2px #D92534;
-moz-box-shadow:  0px 0px 7px 2px #D92534;
box-shadow:  0px 0px 7px 2px #D92534;
  -webkit-animation-name: slimZoomPlan;
  -moz-animation-name: slimZoomPlan;
  -o-animation-name: slimZoomPlan;
  animation-name: slimZoomPlan;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
        -webkit-animation-iteration-count: infinite;
	   -moz-animation-iteration-count: infinite;
	  -o-animation-iteration-count: infinite;
	   animation-iteration-count: infinite;
}
table#depotab_pl1.depotab:hover div#depotab1.checkBtn label:after,
table#depotab_pl2.depotab:hover div#depotab1.checkBtn label:after,
table#depotab_pl3.depotab:hover div#depotab1.checkBtn label:after,
table#depotab_pl4.depotab:hover div#depotab1.checkBtn label:after,
table#depotab_pl5.depotab:hover div#depotab1.checkBtn label:after,
table#depotab_pl6.depotab:hover div#depotab1.checkBtn label:after,
table#depotab_pl7.depotab:hover div#depotab1.checkBtn label:after{
  -webkit-animation-name: slimZoomPlan;
  -moz-animation-name: slimZoomPlan;
  -o-animation-name: slimZoomPlan;
  animation-name: slimZoomPlan;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
        -webkit-animation-iteration-count: infinite;
	   -moz-animation-iteration-count: infinite;
	  -o-animation-iteration-count: infinite;
	   animation-iteration-count: infinite;
}

@keyframes slimZoomPlan {
  50%{
    transform:scale(1.1, 1.1);
  }
}

table#depotab_pl1.depotab,
table#depotab_pl2.depotab,
table#depotab_pl3.depotab,
table#depotab_pl4.depotab,
table#depotab_pl5.depotab,
table#depotab_pl6.depotab,
table#depotab_pl7.depotab,
table#depotab_pl8.depotab,
table#depotab_pl9.depotab,
table#depotab_pl10.depotab{
	width: 31%;
  	margin-top: 1%;
    margin-right: 1%;
	-webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
	
}

table#depotab_pl1.depotab:hover,
table#depotab_pl2.depotab:hover,
table#depotab_pl3.depotab:hover,
table#depotab_pl4.depotab:hover,
table#depotab_pl5.depotab:hover,
table#depotab_pl6.depotab:hover,
table#depotab_pl7.depotab:hover,
table#depotab_pl8.depotab:hover,
table#depotab_pl9.depotab:hover,
table#depotab_pl10.depotab:hover{
	-webkit-box-shadow: 0 0 5px 5px rgba(255,255,255, 0.3);
    -moz-box-shadow: 0 0 5px 5px rgba(255,255,255, 0.3);
    box-shadow: 0 0 5px 5px rgba(255,255,255, 0.3);
	-webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
 table#depotab_pl1.depotab tbody tr td.depotab_img div.depo_img{
 	background-image: url(../img/plans_1.png);
  background-size: 70px auto;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100px;
  width: 200px;
  margin: 0 auto 10px;
 }
table#depotab_pl1.depotab tbody tr td.depotab_img div.depo_img,
table#depotab_pl2.depotab tbody tr td.depotab_img div.depo_img,
table#depotab_pl3.depotab tbody tr td.depotab_img div.depo_img{
 -webkit-animation-name: flipPlan;
  -moz-animation-name: flipPlan;
  -o-animation-name: flipPlan;
  animation-name: flipPlan;
  -webkit-animation-duration: 10s;
  -moz-animation-duration: 10s;
  -o-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite; 
}

  table#depotab_pl2.depotab tbody tr td.depotab_img div.depo_img{
 	background-image: url(../img/plans_3.png);
  background-size: 70px auto;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100px;
  width: 200px;
  margin: 0 auto 10px;
 }
 table#depotab_pl4.depotab tbody tr td.depotab_img div.depo_img{
  background-image: url(../img/new-land.html);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 150px;
  width: 100%;
  margin: 0 auto;
}
  table#depotab_pl3.depotab tbody tr td.depotab_img div.depo_img{
 	background-image: url(../img/plans_5.png);
  background-size: 70px auto;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100px;
  width: 200px;
  margin: 0 auto 10px;
 }
  /* table#depotab_pl3.depotab tbody tr td.depotab_img div.depo_img{
 	background-image: url(../img/asic41.png);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  height: 150px;
  width: 200px;
  margin: 0 auto;
 }
   table#depotab_pl5.depotab tbody tr td.depotab_img div.depo_img{
 	background-image: url(../img/asic42.png);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  height: 150px;
  width: 200px;
  margin: 0 auto;
 }
   table#depotab_pl7.depotab tbody tr td.depotab_img div.depo_img{
 	background-image: url(../img/asic4.png);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  height: 150px;
  width: 200px;
  margin: 0 auto;
 }
 table#depotab_pl1.depotab tbody tr td.depotab1 div#depotab1.checkBtn label{
/*	position: absolute;
  height: 200px;
  width:100%;*/
}
table#depotab_pl2.depotab tbody tr td.depotab1 div#depotab1.checkBtn{
	
}
.depotab tbody tr td.depotab1 div#depotab1.checkBtn label{
	-webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}


div.deposit_creo .depotab tbody tr td.depotab1 div#depotab1.checkBtn input:hover + label{
  opacity: 1;
  background:#F1F1F2;
  color:#111;
}

.depotab tbody tr td.depotab1 div#depotab1.checkBtn input:checked + label::before{
	background:#fff;
}
div.deposit_creo .depotab tbody tr td.depotab1 div#depotab1.checkBtn input:checked label::before {
	background:#fff;
}
 div.deposit_creo .depotab tbody tr td.depotab1 div#depotab1.checkBtn input:checked + label{
 	color: #fff;
  background: rgb(74,139,209, 0.8);
 }


div#depotab1.checkBtn label{
	font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 0px;
  display: block;
  color: #4A8BD1;
	background: rgb(74,139,209, 0.4);
	padding: 10px;
	padding-left: 45px;
	top: 0;
}
div#depotab1.checkBtn label:before{
	left:10px;
	
}


div.cabinetWrapper div.cabinetContent div.rightSide div.cabinetContentWrapper div#response.container div#CabinetSection.aboutSection ul.errors form.acctabs div.deposit_creo table.depotab tbody tr#depotab2 td.inheader2{
	font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 5px ;
  background:rgb(74,139,209, 0.2);
}
.depoflex{ min-height: 75px; margin-top: 5px;}
.depoflex1{display: flex; justify-content: space-between;line-height: 1.4;}
div#CabinetSection.aboutSection ul.errors form.acctabs div.deposit_creo table.depotab tbody tr#depotab3 td.item{
	font-size: 18px;
  padding: 5px ;
	color: #fff;
}
 span#numers.secCap{
 	 display: flex;
  justify-content: center;
  height: auto;
 	 text-align: left;
 	 align-items: center;
 }
 .depo_num {
  width: 140px;
  height: 140px;
  background: rgba(217,37,52, 0.7);
  color: #fff;
  font-size: 52px;
  line-height: 140px;
  border-radius: 100%;
  margin-right: 20px;
  min-width: 100px;
  
  text-align: center;
  width: 100px;
  height: 100px;
  font-size: 42px;
  line-height: 100px;
}
div#depotab1.checkBtn label:after{
	left:15px;
}
.deposit_creo .depotab tbody tr td.depotab1{
	background:transparent;
}
table#mytabs.depotab tbody tr td.depotab1 b{font-weight:400; /*! color:#D92534; */ }
td.depotab1{
	  background: rgb(74,139,209, 0.4);
  padding: 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  color:#fff;
	  min-height: 85px;
}

.inheader2 {
  font-size: 14px;
  font-weight: 600;
  color: #666;
  padding-top: 10px;
  padding-bottom: 10px;
}
div#depotab1.checkBtn{
	
}
form.acctabs div.sectionTitle.center.wow.animate__fadeIn span.secCap{
font-size: 30px;
line-height: 50px;
padding-bottom: 20px;
color: #4A8BD1;
font-weight: 500;
}
#depotab2 td.inheader{
	font-size: 16px;
}

#mytabs.depotab tbody tr:nth-child(2n){
	background:rgba(16, 29, 43, 0.8);
}

#mytabs.depotab tbody tr#depotab3 td.item div.description{
padding-left: 10px;
  padding-bottom: 10px;
  font-weight: 300;
}
.item b.transtype{
	font-size: 18px;
line-height: 1.2;
/*padding-left: 10px;*/
	color: #D92534;
}
 table#mytabs.depotab tbody tr#depotab3 td.item b small{
 	font-weight:500px;
 }
 table#mytabs.depotab tbody tr#depotab3 td.item small{
 	padding-left: 10px;
line-height: 20px;
 }
table#mytabs.depotab tbody tr#depotab3 td.item b{
	font-weight: 500;
}
table#mytabs.depotab tbody tr#depotab3 td.item div.myhystor1 div#myhystor3.item b{font-size: 22px; line-height:1.4; color: #D92534; }
table#mytabs.depotab tbody tr#depotab3 td.item div.myhystor1 div#myhystor3.item img{margin-top: -4px;}
 center.paginat a, center.paginat, .paginat spam.pagepag{
 	font-size: 18px;
padding: 5px;
font-weight: 500;
 	
 }
 

 .inheader1{
 	padding: 10px 0px 10px 5px;
border-bottom: 1px solid rgb(74,139,209, 0.4);
 }
div#CabinetSection.aboutSection ul.errors form.acctabs table.depotab.wow.fadeIn tbody tr#depotab1 th.inheader1{
 	font-size: 18px;
  font-weight: 400;
  color: #4A8BD1;
  padding-top: 10px;
  padding-bottom: 10px;
 }
.inheader1 div.checkBtn {
	margin-top: -15px;
	line-height: 50px;
}
.availfiat {
  position: relative;
  top: 5px;
}
.makeDeposit {
  padding-top: 35px;
}
.mybalance {
	margin:0 auto;
}
.mybalance1{
	font-size: 18px;
  padding: 10px;
}
.makeDeposit .wrapper {
  display: flex;
  justify-content: space-between;
}

.makeDeposit .wrapper+.wrapper {
  margin-top: 20px;
}

.makeDeposit .col {
  width: calc((100% - 40px) / 2);
}

.makeDeposit .fieldset {
  position: relative;
  width: 100%;
  padding-top: 18px;
  z-index: 1;
}

.makeDeposit .fieldset::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  width: 112px;
  height: 56px;
  background-color: #FFFFFF;
  -webkit-border-radius: 56px 56px 0px 0px;
  -moz-border-radius: 56px 56px 0px 0px;
  -ms-border-radius: 56px 56px 0px 0px;
  border-radius: 56px 56px 0px 0px;
  z-index: -1;
}

.makeDeposit .fieldset::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: calc(100% - 56px);
  background-color: #FFFFFF;
  z-index: -1;
}

.makeDeposit .fieldset>.num {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 6px;
  width: 76px;
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  line-height: 34px;
  color: #8a8a8a;
  font-weight: bold;
  /*background-color: rgba(1, 52, 63, 0.5);*/
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.makeDeposit .fieldset>.title {
  display: block;
  margin-top: 2px;
  font-size: 30px;
  line-height: 37px;
  color: #4A8BD1;
  font-weight: bold;
  text-align: center;
}

.makeDeposit .fieldset.sum {
  padding-left: 55px;
  padding-right: 55px;
  padding-bottom: 55px;
}

.makeDeposit .fieldset.pay {
  padding-left: 55px;
  padding-right: 55px;
  padding-bottom: 50px;
  z-index: 2;
}

.makeDeposit .fieldset+.fieldset {
  margin-top: 16px;
}

.makeDeposit .sumInfo {
  font-size: 18px;
  line-height: 40px;
  color: #4A8BD1;
}

.makeDeposit .sumInfo span {
  font-weight: bold;
  color: #4A8BD1;
}

.makeDeposit .sumWrapper {
  margin-top: 20px;
}

.makeDeposit .sumWrapper .field {
  margin-top: 28px;
}

.makeDeposit .payWrapper {
  margin-top: 37px;
}

.makeDeposit .switcherBtn {
  padding-left: 40px;
}

.makeDeposit .paySysWrapper {
  margin-top: 47px;
}

.makeDeposit .planSmCard {
  padding-top: 41px;
  padding-bottom: 22px;
}

.makeDeposit .planSmCard .info {
  height: 57px;
}

.makeDeposit .planSmCard .info::before {
  top: -56px;
  width: 330px;
  height: 330px;
  background: linear-gradient(#FFFFFF 34%, #210d47 34%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.makeDeposit .planSmCard .info::after {
  top: -55px;
  width: 328px;
  height: 328px;
  background-color: #FFFFFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.makeDeposit .planSmCard .title {
  min-height: 170px;
  padding-bottom: 18px;
  border-bottom: none;
}

.makeDeposit .planInfo li:nth-child(odd) {
  background-color: transparent;
}

.makeDeposit .planInfo li:nth-child(even) {
  background-color: #291450;
}

.makeDeposit .plansSmSlider .navigation .prev,
.makeDeposit .plansSmSlider .navigation .next {
  top: 142px;
}

.makeDeposit .buttonWrapper {
  position: relative;
  display: table;
  margin-top: -38px;
  padding: 30px;
  margin-left: auto;
  margin-right: auto;
  z-index: 5;
}

.makeDeposit .buttonWrapper::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0px;
  top: 0px;
  /*background-color: rgba(1, 52, 63, 0.5);*/
  -webkit-border-radius: 47px 47px 0px 0px;
  -moz-border-radius: 47px 47px 0px 0px;
  -ms-border-radius: 47px 47px 0px 0px;
  border-radius: 47px 47px 0px 0px;
  z-index: -1;
}

.makeDeposit [class*=btn] {
  min-width: 193px;
}

.resultBlockWrapper.fieldset {
  padding-top: 56px;
}

.resultBlockWrapper.fieldset .profitBlock {
  min-height: 121px;
}

.resultBlockWrapper.fieldset .profitBlock .item {
  padding-top: 21px;
}

.resultBlockWrapper.fieldset .profitBlock+.profitBlock {
  min-height: 153px;
}

.resultBlockWrapper.fieldset .profitBlock+.profitBlock .item {
  padding-top: 13px;
}

.resultBlockWrapper.fieldset .profitChart {
  padding-top: 57px;
  border-top: none;
}

.paySysWrapper {
  position: relative;
  height: 61px;
}

.paySysWrapper .paySysItem {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 5;
}

.paySysItem.hidden {
  display: none;
}

.depositsSection {
  /*border: 2px solid rgba(2,104,126,.5);
padding: 10px;*/
width: 100%;
font-size: 18px;
  background-color: rgba(8,14,21, 0.8);
  margin-bottom: 200px;
}

.depositsSection .head {
  display: flex;
  align-items: center;
  height: 70px;
  padding-bottom: 5px;
  font-size: 16px;
  line-height: 24px;
  color: #4A8BD1;
  text-align: center;
  background:#FFFFFF;
  margin-bottom: 20px;
text-transform: none;

 
}

.depositsSection .head .tCell {
  /*flex-shrink: 0;*/
}

.depositsSection .head .name, .depositsSection .head .date, .depositsSection .head .in, .depositsSection .head .done, .depositsSection .head .out{
  width: 20%;
  padding-left: 33px;
  text-align: center;
  border-right: 1px solid #111;
}

 

.depositsSection .pagination {
  margin-top: 49px;
}

.depositItem {
  display: flex;
/*! background: rgba(8,14,21, 0.8); */
/*margin-bottom:40px;*/
padding: 20px 5px;
border: 1px solid rgb(74,139,209, 0.4);
position: relative;

  /*! z-index: 1; */
}
.depositItem::before{
content: ""; 
  display: block;
  position: absolute;
  left: 0; top: 0;
  /*! z-index: 1; */
    -webkit-transition: color 0s;
  -moz-transition: color 0s;
  -o-transition: color 0s;
  transition: color 0s;
  background-image: url(../img/plans1.png);
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
 width: 100%;
 height: 100%;
  -webkit-animation: bg-scrolling-reverse 10s infinite; -moz-animation: bg-scrolling-reverse 10s infinite;
   -o-animation: bg-scrolling-reverse 10s infinite; 
  animation: bg-scrolling-reverse 10s infinite; 
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}

.depositItem+.depositItem {
  margin-top: 40px;
}
.about-vimeo-deposit{
	
}

.about-bg-video-deposit{
	width: 100px;
	background-image: url(../img/bal_back1.png);
	background-size: 100px;
	background-position: top center;
	background-repeat: no-repeat;
	height: 100px;
}

.depositItem .name {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  /*! width: 157px; */
  flex-shrink: 0;
 font-size: 22px;
line-height: 26px;
color: #fff;
  font-weight: 500;
  text-align: center;
  /*! overflow: hidden; */
  padding: 5px;
  
 
}

.depositItem .name img {
  position: absolute;
  display: block;
  top: 0px;
  left: 50%;
  z-index: 1;
  width: 150px;
  opacity: .2;
  margin-left: -75px;
}

.depositItem .name span {
  position: relative;
  z-index: 2;
  /*! background: rgb(255,255,255,1); */
  color: #4A8BD1;
  font-weight: 600;
}

.depositItem .info {
  flex-grow: 1;
  border-left: 1px solid rgb(74,139,209, 0.4);
  border-bottom: 1px solid rgb(74,139,209, 0.4);
}

.depositItem .progress {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 283px;
  padding-left: 18px;
  padding-top: 6px;
  padding-right: 20px;
  padding-bottom: 6px;
  flex-shrink: 0;
  border-left: 1px solid rgb(74,139,209, 0.4);
}

.depData {
  /*! height: 67px; */
  display: flex;
  text-align: center;
  border-top: 1px solid rgba(74, 139, 209, 0.4);
  border-bottom: 1px solid rgb(74,139,209, 0.4);
  padding-left: 28px;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: flex-start;
}

.depData li {
  padding-left: 0px;
  display: flex;
  align-items: center;
  width: 33.3333%;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  /*! text-transform: uppercase; */
  justify-content: center;
}

.depData li.in, .depData li.out {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

.depData li.out {
  /*font-size: 16px;
  font-weight: 900;
  color: #4A8BD1;*/
}

.depData li+li {
  /*! border-left: 1px solid #4A8BD1; */
}

.depInfo {
 padding-left: 28px;
padding-top: 0px;
padding-bottom: 0px;
  display: flex;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  font-weight: 400;
  
  /*! background-color: rgba(255, 255, 255, 0.8); */
  /*! border-bottom: 1px solid #4A8BD1; */
 width: 100%;
 padding-top: 10px;
}

.depInfo>li:nth-child(1),
.depInfo>li:nth-child(2) {
 width:33%;
}

.depInfo span {
  font-size: 16px;
  font-weight: 600;
  color: #D92534;
  line-height:24px;
}

#myprogressBar{
	
}
.progressBar {
  padding-bottom: 8px;
  width:100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.progressBar .title {
  display: block;
font-size: 16px;
line-height: 32px;
color: #fff;
font-weight: 400;

text-align: center;
}

.progressBar .title span {
  font-weight: 500;
  color: #111;
}

.progressBar .line {
  position: relative;
  margin-top: 14px;
  width: 100%;
  height: 27px;
  /*! background-color: #FFFFFF; */
    overflow: hidden;
  border: 1px solid rgb(74,139,209, 0.4);
}

.progressBar .line .in {
  position: absolute;
  height: 27px;
  top: 0px;
  left: 0px;
  background-color: #D92534;
  
}

.progressChart {
  width: 92px;
  height: 92px;
  background-color: #923eff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.progressChart .progressInput {
  font-family: "Mont" !important;
  font-size: 24px !important;
  font-weight: 900 !important;
}

.historySection {
  padding-top: 36px;
}
.myhystor1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 5px;
  grid-template-columns: [myhystor1] 75% [myhystor2] 25%;
}
#myhystor3 {
  text-align: right;
}
#myhystor2 {
  
  word-break: break-word;
  line-height: 20px;
}
.historySection .historyTable {
  margin-top: 65px;
}

.historySection .pagination {
  margin-top: 50px;
}

.filterBlock {
position: relative;
  padding-top: 20px;
  padding-left: 1%;
  padding-right: 1%;
  z-index: 1;
  border: 1px solid rgb(74,139,209, 0.4);
  padding-bottom: 20px;
  min-height: 220px;
background: rgba(8,14,21, 0.8);
}

.filterBlock::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: calc(100% - 48px);
  /*! background: rgba(2,104,126,.5); */
  z-index: -1;
  /*! border: 1px solid #4A8BD1; */
}

.filterBlock::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 48px;
  /*background-image: url(../img/content_back.png); 
  background-position: center top;
  background-repeat: no-repeat;*/
  z-index: -1;
  border: ;
}

.filterBlock .formWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.filterBlock .date {
  display: flex;
    margin-bottom: 20px;
  margin-top: 10px;
}

.filterBlock .date .item {
  width: calc(100% - 5px);
}

.filterBlock .date .item+.item {
  margin-left: 10px;
}

.filterBlock .date {
  margin-right: 10px;
}

.filterBlock .type {
  min-width: 320px;
  margin-top: 10px;
}

.filterBlock [class*=btn] {
  position: relative;
  min-width: 213px;
  margin-top: 20px;
}

.historyTable .tRow {
  display: flex;
  height: 60px;
  background-color: rgba(54, 34, 94, 0.8);
}

.historyTable .tRow+.tRow {
  margin-top: 10px;
}

.historyTable .tCell {
  padding-top: 10px;
  padding-bottom: 10px;
}

.historyTable .param {
  display: block;
  font-size: 15px;
  line-height: 18px;
  color: #4A8BD1;
  
}

.historyTable .data {
  display: block;
  font-size: 15px;
  line-height: 18px;
  color: #4A8BD1;
  font-weight: bold;
  text-transform: uppercase;
}

.historyTable .type {
  padding-left: 40px;
  width: 317px;
}

.historyTable .type .data {
  font-size: 17px;
}

.historyTable .date {
  width: 220px;
}

.historyTable .pay {
  flex-grow: 1;
}

.historyTable .deb {
  padding-left: 40px;
  width: 150px;
  background-color: rgba(211, 76, 255, 0.5);
}

.historyTable .cred {
  padding-left: 43px;
  width: 150px;
  background-color: rgba(0, 0, 0, 0.5);
}

.historyTable .bal {
  padding-left: 45px;
  width: 150px;
  background-color: #4A8BD1;
}

.historyTable .bal .param {
  /*color: rgba(1, 52, 63, 0.5);*/
}

.outSection {
  padding-top: 36px;
  padding-bottom: 56px;
}

.outSection .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.outSection .wrapper+.wrapper {
  margin-top: 0px;
}

.outSection .col {
  width: calc(50% - 10px);
  margin-bottom: 20px;
}

.outSection .fieldset {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 18px;
  z-index: 1;
  border: 1px solid rgb(74,139,209, 0.4);
  padding-bottom: 50px;
  background: rgba(8,14,21, 0.8);
}

.outSection .fieldset::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  width: 100%;
  height: 56px;
  /*! background-color: #011A20; */
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  z-index: -1;
}

.outSection .fieldset::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: calc(100% - 56px);
  /*! background-color: #011A20; */
  z-index: -1;
}

.outSection .fieldset>.num {
margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  width: 70px;
  height: 70px;
  background: rgba(217,37,52, 0.7);
  color: #fff;
  font-size: 40px;
  line-height: 70px;

  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
width: 100px;
height: 100px;
font-size: 42px;
line-height: 100px;
}

.outSection .fieldset>.title {
  display: block;
  margin-top: 10px;
  font-size: 22px;
  line-height: 40px;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.outSection .fieldset.withButton::before {
}

.outSection .fieldset.withButton::after {
  display: none;
}

.outSection .fieldset.withButton .back {
  position: absolute;
  top: 56px;
  left: 0px;
  width: 100%;
  height: calc(100% - 56px - 37px);
  z-index: -1;
}

.outSection .fieldset.withButton .back::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 137px;
  top: 100%;
  left: 0px;
  background: ;
 
}

.outSection .fieldset.sum {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  border: 1px solid rgb(74,139,209, 0.4);
}

.outSection .fieldset.pay {
  padding-left: 55px;
  padding-right: 55px;
  padding-bottom: 40px;
  z-index: 2;
  border: 1px solid rgb(74,139,209, 0.4);
}

.outSection .sumWrapper {
  margin-top: 11px;
}

.outSection .sumWrapper .field {
 
  margin-top: 30px;
  width: 100%;
}

.outSection .payWrapper {
 /* margin-top: 41px;*/
}
div.outSection.wow.fadeIn form.cont div.wrapper div.col div.fieldset.sum div.field div.sumWrapper ul li
{
	line-height: 2;
  
	font-size: 18px;
}
form.cont div.wrapper div.col div.fieldset.sum div.field div.sumWrapper ul li img{margin-right:10px}
div.field div.sumWrapper div.balanceInfo span.title{
  font-size: 22px;
 color:#4A8BD1;
  line-height: 1.6;
}
.outSection .balanceInfo {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
#CabinetSection.aboutSection div.outSection form.cont div.wrapper div.col div.fieldset.sum div.sumWrapper div.field div.inBlock div.inWrap input#amount.inpts{
	text-align: right;
}
.outSection .balanceInfo .cap {
  font-size: 18px;
  line-height: 35px;
  color: #4A8BD1;
  font-weight: 500;
  text-transform: none;
}

.outSection .balanceInfo .sum {
  margin-left: 10px;
  font-size: 24px;
  line-height: 35px;
  color: #4A8BD1;
  font-weight: 500;
}

.outSection .result {
  display: block;
font-size: 30px;
color: #4A8BD1;
font-weight: 500;

text-align: center;
width: 300px;
/*background: #FFFFFF;*/
line-height: 63px;
/*border: 1px solid #4A8BD1;*/
margin: 0 auto;
  margin-top: 0px;

}
div.outSection form.cont div.wrapper div.fieldset.withButton div.inBlock textarea.inpts{
	height: 150px;
width: 70%;
margin: 40px auto;
}
.outSection [class*=btn] {
  position: relative;
  
  margin-top: 14px;
  min-width: 193px;
}

.editSection {
  padding-top: 0;
  padding-bottom: 56px;
}

.editSection .wrapper {
  display: flex;
  justify-content: space-between;
}

.editSection .col {
  width: calc((100% - 20px) / 2);
}

.editForm {
  position: relative;
  padding-left: 59px;
  padding-top: 43px;
  padding-right: 59px;
  padding-bottom: 10px;
  z-index: 1;
}

.editForm::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  width: 100%;
  height: calc(100% - 37px);
  z-index: -1;
  /*! border: 1px solid #4A8BD1; */
}

.editForm::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 37px;
  bottom: 0px;
  left: 0px;
  background-image: none;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: -1;
}
 div#CabinetSection.aboutSection div.editSection div.wrapper div.col div.editForm form div.formWrap div.field div.inBlock label{
 	font-size: 18px;
line-height: 20px;
/*color: #4A8BD1;*/
 }
.editForm .title {
  display: block;
  font-size: 30px;
  line-height: 30px;
  color: #4A8BD1;
  font-weight: bold;
  
  text-align: center;
}

.editForm .formWrap {
  margin-top: 32px;
}

.editForm .field+.field {
  margin-top: 24px;
}

.editForm [class*=btn] {
  position: relative;
  bottom: -64px;
  margin-top: 5px;
  min-width: 193px;
}

.editForm+.editForm {
  /*! margin-top: 85px; */
}

.editForm.payments [class*=btn] {
  margin-top: 25px;
}

.cabMessage {
  padding-top: 35px;
  padding-bottom: 15px;
}

.cabMessage img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.cabMessage p {
  max-width: 600px;
  margin-top: 42px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 20px;
  color: #4A8BD1;
  
  text-align: center;
}

.cabMessage [class*=btn] {
  margin-top: 94px;
  min-width: 213px;
}

.depositSection {
  padding-top: 35px;
  padding-bottom: 15px;
}

.depositSection [class*=btn] {
  /*margin-top: 50px;*/
  min-width: 213px;
}

.depositTable {
 max-width: 100%%;
margin-left: auto;
margin-right: auto;
border: 1px solid rgb(74,139,209, 0.4);
padding: 20px 10px;
 margin-bottom: 20px;
 width: 600px;
}

.depositTable .tRow {
  position: relative;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*! background-color: #FFFFFF; */
  padding: 5px 10px;
  line-height: 30px;
  width: 100%;
}

.depositTable .tRow+.tRow {
  margin-top: 5px;
}

.depositTable .img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 58px;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 11px;
  background-color: rgba(100, 224, 255, 0.1);
  -webkit-border-radius: 0px 45px 45px 0px;
  -moz-border-radius: 0px 45px 45px 0px;
  -ms-border-radius: 0px 45px 45px 0px;
  border-radius: 0px 45px 45px 0px;
}

.depositTable .param {
  color: #fff;
  
  text-transform: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  padding-bottom: 4px;
  display: block;
}

.depositTable .data {
  font-size: 20px;
  line-height: 1;
  color: #4A8BD1;
  font-weight: 500;
  
}

.withdr-arrow {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  color: #D92534;
}
.depositTable .datapct {
  font-size: 20px;
  color: #4A8BD1;
  line-height: 34px;
  padding-bottom: 5px;
  padding-left: 5px;
}

.depositTable .datapct span {
  font-size: 20px;
}

.depositTable .datasum {
  font-size: 16px;
  color: #4A8BD1;
  line-height: 34px;
  padding-bottom: 5px;
  padding-left: 5px;
}

.cabTabLinks {
  padding: 0px 0 47px;
}

.cabTabLinks .cabTabs .listLinks {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cabTabLinks .cabTabs .listLinks li {
  width: 25%;
}

.cabTabLinks .cabTabs .listLinks li a {
font-size: 18px;
line-height: 36px;
  color: #4A8BD1;
  font-weight: 500;
 
  /*background-color: #FFFFFF;*/
  text-transform: none;
  display: block;
  width: 100%;
  text-align: center;
  padding: 18px 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px solid #4A8BD1;
  
/*! margin-bottom: 5px; */
}
.cabTabLinks .cabTabs .listLinks li:hover a{
	background:#D92534;
	border-bottom: 1px solid #4A8BD1;
  color: #fff;
}
.cabTabLinks .cabTabs .listLinks li.active a {
  background-color: #4A8BD1;
  color:#000;
}

.cabTabLinks .cabTabs .tabsBody {
  margin-top: 20px;
  padding: 100px 15px 100px;
  position: relative;
  background-color: rgba(8,14,21, 0.8);
  border: 1px solid rgb(74,139,209, 0.4);
}

.cabTabLinks .cabTabs .tabsBody img {
  display: table;
  margin: 0 auto;
  max-width: 100%;
}

.cabTabLinks .cabTabs .inBlock {
  padding: 0 70px;
margin-top: 40px;
}

.cabTabLinks .cabTabs .inBlock input {
  text-align: center;
  color: #4A8BD1;
}

.cabTabLinks .cabTabs .inBtn {
  position: relative;
  z-index: 5;
  display: table;
  margin: 0 auto;
  top: 40px;
}

.cabTabLinks .cabTabs .inBtn .copyLink {
  min-width: 193px;
}
textarea#banner1.inpts,
textarea#banner2.inpts,
textarea#banner3.inpts,
textarea#banner4.inpts,
textarea#banner5.inpts{
	height: auto;
	font-size: 16px;
	text-align: center;
	padding: 15px;
}

.cabTabLinks .cabTabs .inBtn::before {
  /*content: "";
  position: absolute;
  left: -30px;
  top: -29px;
  width: calc(100% + 60px);
  height: calc(100% + 60px);
  background-color: rgba(1, 52, 63, 0.5);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  z-index: -1;*/
}

.cabSecurity {
  padding: 0px 0 92px;
}

.cabSecurity .cabForm {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px;
  border: 1px solid rgb(74,139,209, 0.4);
  background: rgba(8,14,21, 0.8);
}

.cabSecurity .cabForm::before {
  /*content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 37px;
  top: 100%;
  left: 0px;
  background-image: url(../img/content_back_2.png);
  background-position: center top;
  background-repeat: no-repeat;*/
}

.cabSecurity .cabForm .cabFormLeft {
  width: calc(50% + 42px);
}

.cabSecurity .cabForm .cabFormLeft .inBlock+.checkBtn {
  margin-top: 29px;
}

.cabSecurity .cabForm .cabFormLeft .checkBtn+.checkBtn {
  margin-top: 29px;
}

.cabSecurity .cabForm .cabFormLeft .checkBtn+.inBlock {
  margin-top: 33px;
}

.cabSecurity .cabForm .cabFormRight .checkBtn {
  padding: 0 12px;
}

.cabSecurity .cabForm .cabFormRight .checkBtn+.checkBtn {
  margin-top: 28px;
}

.cabSecurity .cabForm .cabFormRight label+.checkBtn {
  margin-top: 27px;
}

.cabSecurity .cabForm .cabFormRight .inBlock+.inBlock {
  margin-top: 53px;
}

.cabSecurity .cabForm .btnLine {
  position: absolute;
  left: 0;
  bottom: -91px;
  width: 100%;
}

.cabSecurity .cabForm .btnLine .btnGrad {
  min-width: 193px;
}

.cabSecurity .cabForm .checkBtn label {
  /*! padding-bottom: 5px; */
}

.cabSecurity .cabForm+.cabForm {
  margin-top: 120px;
}

.cabSecurity .cabForm.cabGoogleForm {
  padding: 40px;
}

.cabSecurity .cabGoggle {
  width: 100%;
}

.cabSecurity .cabGoggle .title {
  display: block;
  font-size: 36px;
  line-height: 50px;
  color: #4A8BD1;
  font-weight: 300;
  text-transform: none;

}

.cabSecurity .cabGoggle .lineGoogle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 45px;
}

.cabSecurity .cabGoggle .lineGoogle .text {
  width: calc(50% - 200px);
  top: -8px;
  position: relative;
}

.cabSecurity .cabGoggle .lineGoogle .text .tit {
  display: block;
  font-size: 17px;
  line-height: 24px;
  /*! color: #4A8BD1; */
  
}

.cabSecurity .cabGoggle .lineGoogle .text .num {
  display: block;
  font-size: 20px;
  line-height: 40px;
  /*! color: #4A8BD1; */
  font-weight: 500;
  
  letter-spacing: 2px;
}

.cabSecurity .cabGoggle .lineGoogle .picCode {
  width: 200px;
  height: 206px;
  /*! background-color: rgb(74,139,209, 0.2); */
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}

.cabSecurity .cabGoggle .lineGoogle .inBlock {
  width: calc(50% - 66px);
}

.referralInfo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
}

.referralInfo .bl {
  width: calc(50% - 16px);
  /*! background-color: rgba(2,104,126,.5); */
  /*! background-position: right top; */
  /*! background-repeat: no-repeat; */
  border: ;
  border: 1px solid rgb(74,139,209, 0.4);
}

.referralInfo .refUpline {
  /*background-image: url("../img/pic_back_ref1.png");*/
  padding: 20px;
  text-align: center;
}

.referralInfo .refTotal {
  /*background-image: url("../img/pic_back_ref2.png");*/
  padding: 20px;
  text-align: center;
}

.referralInfo .filterBlock {
  margin-top: 30px;
  padding: 2%;
}

.referralInfo .filterBlock .formWrap {
  flex-wrap: wrap;
}

.referralInfo .filterBlock .formWrap .date {
  width: 100%;
  justify-content: space-between;
}

.referralInfo .filterBlock .formWrap .date+.date {
  margin-left: 0;
  margin-top: 24px;
}

.referralInfo .tableInfoReferal {
  background: transparent;
  margin-top: 30px;
}

.referralInfo .tableInfoReferal .tr {
  display: flex;
  justify-content: space-between;
}

.referralInfo .tableInfoReferal .tr .td {
  padding: 10px 20px ;
}
#mytabsreff{
	border: 0px;
padding: 0px;

}
#mytabsreff.depotab tbody tr td.depotab1{
	font-size: 16px;
	padding: 2px;
}
.referralInfo .tableInfoReferal .tr .td .tit {
  font-size: 15px;
  color: #4A8BD1;
  display: block;
}

.referralInfo .tableInfoReferal .tr .td .text {
  font-size: 16px;
  color: #4A8BD1;
  display: block;
  font-weight: 500;
  margin-top: 4px;
}

.referralInfo .tableInfoReferal .tr .td .num {
  font-size: 16px;
  font-weight: 500;
  color: #4A8BD1;
  display: block;
  margin-top: 4px;
}

.referralInfo .tableInfoReferal .tr .td .num.color1 {
  color: #4A8BD1;
}

.referralInfo .tableInfoReferal .tr .td .num.color2 {
  /*color: #4A8BD1;*/
}

.referralInfo .tableInfoReferal .tr+.tr {
  /*margin-top: 15px;*/
}

.referralInfo .title {
  font-size: 18px;
  line-height: 30px;
  color: #4A8BD1;
  font-weight: 500;
  letter-spacing: 0;
  display: block;
  text-transform: none;
}

.referralInfo .data {
  font-size: 22px;
  line-height: 1.4;
  color: #D92534;
  font-weight: 600;
  /*! text-transform: uppercase; */
}

.referralInfo .link {
  font-size: 18px;
  line-height: 20px;
  color: #4A8BD1;
  font-weight: 500;
  letter-spacing: 0.007em;
  display: table;
  margin-top: 12px;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 auto;
}

.referralInfo .link:hover {
  text-decoration-color: transparent;
}

.referralInfo .stateList {
  margin-top: 14px;
  /*! display: flex; */
  /*! margin: 0 auto; */
  text-align: center;
}

.referralInfo .stateList li {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.referralInfo .stateList li+li {
  /*! color: #4A8BD1; */
  /*! margin-left: 25px; */
}

.refList {
  padding: 46px 0;
  /*! background-color: rgba(255, 255, 255, 0.8); */
}

.refList .capTitle {
  width: 100%;
  display: block;
  margin-top: 2px;
  font-size: 34px;
  line-height: 37px;
  color: #4A8BD1;
  font-weight: bold;
  
  text-align: center;
}

.refList .faqItem {
  margin-top: 47px;
}

.refList .faqItem:hover .head .title .col .cap,
.refList .faqItem.active .head .title .col .cap {
  color: #fff;
}

.refList .faqItem .head {
  display: flex;
  padding-left: 49px;
}

.refList .faqItem .head .title {
  display: flex;
  justify-content: space-between;
  padding-top: 7px;
  padding-bottom: 14px;
}

.refList .faqItem .head .title .col {
  width: 25%;
}

.refList .faqItem .head .title .col:nth-child(4) {
  width: 33%;
}

.refList .faqItem .head .title .col:nth-child(5) {
  width: 20%;
}

.refList .faqItem .head .title .col .cap {
  /*! color: #4A8BD1; */
  font-size: 15px;
  display: block;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.refList .faqItem .head .title .col .link,
.refList .faqItem .head .title .col .data {
 /*! color: #111; */
  font-size: 17px;
    font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  margin-top: -4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.refList .faqItem:hover .head .title .col .link,
.refList .faqItem:hover .head .title .col .data, 
.refList .faqItem.active .head .title .col .link,
.refList .faqItem.active .head .title .col .data {color:#fff;}

.refList .faqItem .head .title .col .link {
  font-size: 15px;
}

.refList .faqItem .head .title::after,
.refList .faqItem .head .title::before {
  width: calc(100% + 50px);
}

.refList .faqItem .content .in {
  padding-left: 138px;
}

.refList .faqItem .icon {
  position: absolute;
  left: -63px;
  top: 50%;
  margin-top: -30px;
}

.refList .faqItem+.faqItem {
  margin-top: 20px;
}

.mobileTitle {
  /*! display: none; */
  font-weight: 500;
  display: block;
}

.userInfo.mobile {
  padding-top: 191px;
  display: none;
  position: relative;
  width: 260px;
  left: -16px;
}

.userInfo.mobile .item {
  display: block;
}

.userInfo.mobile .item+.item {
  margin-left: 0;
  margin-top: 22px;
}


.footer {

position: relative;
  /*margin-top: 50px;*/
  
  padding-top: 50px;
  overflow: hidden;
  box-shadow: 0px 0px 21px rgba(255,255,255, 0.24);
  border-top: 1px solid rgba(255,255,255, 0.4);
background: #000;
}
footer#footer-bg.footer:before
 {
  content: ""; display: block; position: absolute; bottom: 0px; left: 50%; margin-left: -960px; width: 100%; height: 100%; /*! background-image: url(../img/footer-bg.png); */ /*! background-size: 70%; */ /*! background-position: center bottom; */ /*! background-repeat: no-repeat; */ z-index: 1;
  
  opacity: .4;
}

.footer.page::before {
  bottom: 0px;
  height: 1609px;
  /*background-image: url(../img/page_footer_back.png);*/
}
div.mainAddress-flex div.payments.wow.fadeIn p.mainAddress{margin-top: 30px;margin-bottom: 20px;}
.payments .list {
  display: flex;
  /*justify-content: space-between;*/
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  white-space: wrap;
  padding-left: 22px;
}
 .payments .list li img {
       -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
   opacity:1;
       width: 40px;
       margin-left: 3px;
  }
  .payments .list li img:hover{
  	opacity:0.7 ;
  }
.footerInfo {
  position: relative;
  margin-top: 50px;
  padding-bottom: 28px;
  /*background-color: rgba(22, 8, 49, 0.302);
  -webkit-box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.5);*/
  z-index: 1;
}

.footerInfo::before {
 /* content: "";
  display: block;
  position: absolute;
  bottom: -13px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  width: 649px;
  height: 349px;
  background-image: url(../img/logo_back.png);
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  z-index: -1;*/
}

.footerInfo .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footerInfo .leftSide {
  padding-bottom: 28px;
  width: 90%;
  padding-top: 5px;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
}
footer#footer-bg.footer div.footerInfo div.container div.wrapper div.leftSide.wow.fadeIn div.mainContacts{position: relative; }

.footerInfo .rightSide {
  padding-bottom: 20px;
  width: 33.3333%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.footerInfo .logoWrapper {
  /*! padding-top: 24px; */
  /*! width: 33.3333%; */
}

.footerInfo .mainContacts {
  /*! margin-left: auto; */
}

.footerInfo .socList {
  margin-top: 15px;
  padding-left: 30px;
}

div.footerInfo div.container div.wrapper div.leftSide.wow.fadeIn div.mainContacts a.siteLink{
  padding-left: 30px;
  margin-top: 10px
}

.footerInfo .copyright {
  margin-top: 28px;
}

.copyright {
  font-size: 18px;
  line-height: 1;
  color: #fff;
  
  text-align: center;
  position: relative;
z-index: 1;
}

.bottomLine {
position: relative;
  padding-top: 10px;
  z-index: 1;
  padding-bottom: 10px;
  border-top: 1px solid rgba(255,255,255, 0.2);
  /*! width: 90%; */
  margin: 0 auto;
}

.bodyModal {
  overflow: hidden;
}

.modalsScroll {
  overflow: auto;
  overflow-x: hidden;
  position: fixed;
  z-index: -1;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  display: none;
}

.modalsScroll.open {
  z-index: 55;
  display: block;
}

.modals {
  height: 100vh;
  width: 100vw;
}

.modals.table {
  display: table;
}

.modals>.tCell {
  padding: 30px;
  overflow: auto;
  display: table-cell;
  vertical-align: middle;
}

.overlayModal {
  z-index: 1;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: none;
}

.btnGrad.mline {
  margin-left: 40px;
}
.editForm {
  position: relative;
  padding-left: 20px;
  padding-top: 43px;
  padding-right: 20px;
  padding-bottom: 40px;
  z-index: 1;
  border: 1px solid rgb(74,139,209, 0.4);
  background-color: rgba(8,14,21, 0.8);
  margin-bottom: 20px;
}

.fa_my.editForm::before,
.fa_my.editForm{
	/*background-color: rgba(1, 52, 63, 0.5);*/
	
}
.bottom_line {
  display: block;
  height: 70px;
}
.lineGoogle div.inBlock.myGoogle div.field{
	text-align: left;
	}
#CabinetSection.aboutSection div.cabSecurity form.cabForm.cabGoogleForm div.cabGoggle div.lineGoogle div.inBlock.myGoogle div.field div.checkBtn{
	margin-top: 28px;
	text-align: left;
	padding: 0 12px;
}
.inBlock.myGoogle div.field div.checkBtn label{
	color:#4A8BD1;
}
.default_table {
    /*! max-width: 573px; */
    margin-left: auto;
    margin-right: auto;
}
.default_table table {
    width: 100%;
}
.default_table table tr th {
    position: relative;
    text-align: left;
    padding: 0 22px;

    height: 45px;
    font-size: 14px;
    line-height: 14px;
    color: #4A8BD1;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 400;
    
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 6px 21px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 6px 21px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 6px 21px 0px rgba(0, 0, 0, 0.06);
}
.default_table table tr td {
    position: relative;
    text-align: right;
    padding: 0 22px;
    font-size: 14px;
    line-height: 1;
    color: #4A8BD1;
    font-weight: bold;
    
    text-transform: uppercase;

    height: 45px;
    
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 6px 21px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 6px 21px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 6px 21px 0px rgba(0, 0, 0, 0.06);
}

.default_table table tr td[colspan="2"] {
  padding-top: 40px;
  background: none;
  text-align: center;
}

.notices{
	padding: 20px;
border: ;
text-align: center;
background: #FFFFFF;
font-size: 16px;
line-height: 22px;
margin-bottom: 30px;
color: #3B7A57;
}
ul.notices form div.btnLine{
	margin-top: 30px;
}
ul.notices li{
	
}
.error,
ul.errors li {
    color: #D92534;
  padding: 5px 10px;
  font-size: 18px;
  text-align: center;
  text-transform: none;
  font-weight: 500;
  line-height: 30px;
  border: 1px solid;
  display: table;
  margin: 0 auto 20px;
  width: 100%;
  /*! background: #D92534; */
}
.success{
color: #3B7A57;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  text-transform: none;
  font-weight: 500;
  line-height: 30px;
  border: 1px solid;
  display: table;
  width: 100%;
  margin: 0 auto 20px;
 
}

 ul.success br, ul.errors br{
 	display:none;
 }

a.teleg-icon {
	width: 50px;
  height: 50px;
  /*background-image: url(../img/telegram-icon.png);
  background-size: auto auto;
  background-position: center center;
  background-repeat: no-repeat;*/
  position: fixed;
  right: 40px;
  bottom: 30px;
  z-index: 100;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%;
  
}
 a:hover.teleg-icon{
	opacity:1;
   /*-webkit-box-shadow: 0px 5px 11px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 5px 11px rgba(0,0,0,0.3);
  box-shadow: 0px 5px 11px rgba(0,0,0,0.3);*/
   border:2px solid #4A8BD1;
}
/*---translate---*/
#myflags {
position: relative;
width: 90px;
/*! height: 60px; */
top: 0px;
/*! right: 10px; */
}
div#myflags.gtranslate_wrapper.new-flag{
  display:none;
}
.translate-title {
    position: absolute;
  top: 0px;
  padding-bottom: 13px;
  font-size: 16px;
  line-height: 60px;
  color: #4A8BD1;
  font-weight: bold;
  
  text-transform:capitalize;
  width: 90px;
  text-align: right;
}




 div#myflags.gtranslate_wrapper.gt_container--9uakgu{
position: relative;
z-index: 999;
display: block;
margin: 0 auto;
  margin-top: 0px;
text-align: right;
height: 25px;
margin-top: 10px;

}

 div#myflags.gtranslate_wrapper.gt_container--9uakgu a.glink.nturl.notranslate.gt-current-lang img{
  opacity:1;
}
a.glink {
 text-decoration:none
}
div#myflags.gtranslate_wrapper.gt_container--9uakgu a.glink.nturl.notranslate img {
 vertical-align:middle;
  border:0;
 padding:0;
 margin:0;
 opacity:0.5;
 height:22px;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
div#myflags.gtranslate_wrapper.gt_container--9uakgu a.glink.nturl.notranslate.gt-current-lang,
div#myflags.gtranslate_wrapper.gt_container--9uakgu a.glink.nturl.notranslate img:hover{
 opacity:1;
}
div.skiptranslate,
#google_translate_element2 {
 display:none!important
}
.gt_switcher_wrapper{
	position: absolute;
top: 0px;
height: 60px;
z-index: 4;
}
a.glink {
 text-decoration:none
}
.gt_container--hich1m a.glink span {
 margin-right:5px;
 font-size:15px;
 vertical-align:middle
}
a.glink img {
 vertical-align:middle;
 display:inline;
 border:0;
 padding:0;
 margin:0;
 opacity:0.8
}
a.glink:hover img {
 opacity:1
}
div.skiptranslate,
#google_translate_element2 {
 display:none!important
}
body {
 top:0!important
}
.gt_container--hich1m .gt_switcher {
 font-family:Mont;
 font-size:16px;
 text-align:left;
 cursor:pointer;
 overflow:hidden;
 width:75px;
 line-height:0;
 font-weight: 500;

text-transform: capitalize;


}
.gt_container--hich1m .gt_switcher a {
 text-decoration:none;
 display:block;
 font-size:12pt;
 box-sizing:content-box;
 line-height: 18px;
 /*! text-transform: uppcapitalize; */
}
.gt_container--hich1m .gt_switcher a img {
 width:24px;
 height:24px;
 vertical-align:middle;
 display:inline;
 border:0;
 padding:0;
 margin:0;
 opacity:1;
 -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  margin-top: -3px;
}
div#myflags.gtranslate_wrapper.gt_container--hich1m div.gt_switcher_wrapper div.gt_switcher.notranslate img
{
	margin-right: 2px;
	margin-left: 2px;
}
.gt_option img{
	margin-right: 10px;
}
 div#myflags.gtranslate_wrapper.gt_container--hich1m div.gt_switcher_wrapper div.gt_switcher.notranslate div.gt_selected a img {
 	opacity:1;
}
.gt_container--hich1m .gt_switcher a:hover img {
 opacity:1;
}
.gt_container--hich1m .gt_switcher .gt_selected {
 /*background:#FFFFFF;*/
 position:relative;
 z-index:4;
 padding: 0px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  height: 60px;
  
 line-height: 60px;
}
.gt_container--hich1m .gt_switcher .gt_selected a:hover 
{
	color: #D92534;
}

.gt_container--hich1m .gt_switcher .gt_selected a {
 border: 0;
color: #4A8BD1;
padding: 0px;
/*! padding-top:10px; */
/*! width: 100px; */
/*! padding-left: 9px; */
line-height: 60px;
 border: 1px solid #border: 1px solid #4A8BD1;
 /*! border: 1px solid #4A8BD1; */
}
.gt_switcher.notranslate div.gt_selected a::before,
.gt_switcher.notranslate div.gt_option a::before{
	height: 0px !important;
}
.gt_container--hich1m .gt_switcher .gt_selected a:after {
 display: inline-block;
  position: absolute;
  right: 5px;
  width: 15px;
  height: 60px;
  background-position: 50%;
  background-size: 12px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%234A8BD1'/></svg>");
  background-repeat: no-repeat;
  content: "" !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 60px;
}
.gt_container--hich1m .gt_switcher .gt_selected a.open:after {
 transform: transform: rotate(-180deg);

 transform: rotate(-180deg);
}
.gt_container--hich1m .gt_switcher .gt_selected:hover a:after
 {

 background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%23D92534'/></svg>");

}
.gt_container--hich1m .gt_switcher .gt_current {
 display:none;
}
.gt_container--hich1m .gt_switcher .gt_option {
 position:relative;
 z-index:4;
 border:0; 
   background-color: rgb(0,0,0,0.8);
 display:none;
 width:73px;
 max-height:auto;
 height:0;
 box-sizing:content-box;
 overflow-y:auto;
 overflow-x:hidden;
 -webkit-transition: height 0.3s ease-in-out;
  -moz-transition: height 0.3s  ease-in-out;
  -o-transition: height 0.3s  ease-in-out;
  transition: height 0.3s  ease-in-out;
  border: 1px solid rgba(255,255,255, 0.4);
 padding-top: 5px;
 margin-top: 5px;
}
.gt_container--hich1m .gt_switcher .gt_option a {
 color:#4A8BD1;
 padding:3px 5px 3px 9px;
 -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gt_container--hich1m .gt_switcher .gt_option a:hover {
	color:#fff;
 background:#D92534;
}
.gt_container--hich1m .gt_switcher .gt_option::-webkit-scrollbar-track {
 background-color:#f5f5f5;
}
.gt_container--hich1m .gt_switcher .gt_option::-webkit-scrollbar {
 width:5px
}
.gt_container--hich1m .gt_switcher .gt_option::-webkit-scrollbar-thumb {
 background-color:#888;
}
/*-----End translate----*/
/*-------attention-----*/
.atten_block .atten_blockBl {
    position: relative;
	/*! margin-top: 100px; */
}
.atten_block .list {
    /*! display: flex; */
    /*! justify-content: space-between; */
    margin-top: 20px;
    position: relative;
    z-index: 2;
}
.atten_block .item {
    /*! width: 100%; */
    /*! background: rgba(0, 0, 0, 0.5); */
/*-webkit-box-shadow: 21px 21px 21px 0 rgba(0, 0, 0, 0.55);
-moz-box-shadow: 21px 21px 21px 0 rgba(0, 0, 0, 0.55);
box-shadow: 21px 21px 21px 0 rgba(0, 0, 0, 0.55);*/
    padding: 10px 0px;
    display: flex;
justify-content: center;
align-items: center;
/*! border: 1px solid #2F2F2F; */
    
}
.atten_block .item .iconBl {
    background: url(../img/atten_block.html) no-repeat;
 
width: 200px;
height: 100px;
display: inline-block;
position: absolute;
left: 2%;
background-position: center center;
}
.atten_block .item .txt {
    font-size: 16px;
color: #4A8BD1;
display: block;

line-height: 18px;
text-align: left;
padding-left: 5%;
}
.atten_blockBl div.list div.item span.txt a{
	color:#4A8BD1;
	font-size: 18px;
	 -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.atten_blockBl div.list div.item span.txt a:hover{
	color:#4A8BD1;
}
 div.atten_block div.atten_blockBl p{
 	line-height:32px;
	font-size:22px;
 }
 
 .atten_blockBl div.list div.item span.title{
 	font-size: 24px;
padding-left: 80px;
display: block;

color: #4A8BD1;
text-transform: uppercase;
font-weight: 500;
letter-spacing: 1px;
line-height: 32px;
 }
.atten_blockBl div.list div.item span.num{
 	font-size: 30px;
display: block;
padding-left: 80px;
line-height: 45px;
 }
.atten_block .textBl {
    margin-top: 130px;
    position: relative;
    z-index: 2;
}
.atten_block .textBl .textBlock {
    margin-top: 107px;
    display: flex;
    justify-content: space-between;
}
.atten_block .textBl .textBlock p {
    width: calc(50% - 49px);
}
.atten_block .textBl .textBlock p + p {
    margin-top: 0;
}
.atten_block .fon_toh_gray {
    width: 1064px;
    height: 462px;
    position: absolute;
    right: -58px;
    bottom: -363px;
    z-index: 0;
    }
span.txt span.red_text{
	font-weight: 500;
text-transform: uppercase;
line-height: 26px;
}
 



.cgm {
 position:relative;
 overflow:hidden;
 background-color:rgba(16,23,41,.75);
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale
}
.cgm-rtl {
 direction:rtl
}
.cgm-tooltip {
 position:relative;
 cursor:pointer
}
.cgm-tooltip:hover .cgm-tooltip__body,
.cgm-tooltip:focus .cgm-tooltip__body,
.cgm-tooltip:active .cgm-tooltip__body {
 display:block
}
.cgm-tooltip svg {
 display:block
}
.cgm-rtl .cgm-tooltip__container {
 right:unset;
 left:0
}
.cgm-tooltip__container {
 position:absolute;
 right:0;
 bottom:0
}
.cgm-tooltip__body {
 position:absolute;
 font-size:12px;
 line-height:16px;
 width:184px;
 bottom:100%;
 left:-6px;
 -webkit-margin-after:12px;
 margin-block-end:12px;
 padding:12px;
 background:#393d45;
 color:#4A8BD1;
 border-radius:4px;
 display:none
}
.cgm-rtl .cgm-tooltip__body {
 left:unset;
 right:-3px
}
.cgm-rtl .cgm-tooltip__body::after {
 display:none
}
.cgm-rtl .cgm-tooltip__body::before {
 position:absolute;
 content:"";
 width:0;
 height:0;
 top:100%;
 right:8px;
 -webkit-border-start:8px solid transparent;
 border-inline-start:8px solid transparent;
 -webkit-border-end:8px solid transparent;
 border-inline-end:8px solid transparent;
 -webkit-border-before:8px solid #393d45;
 border-block-start:8px solid #393d45
}
.cgm-tooltip__body::after {
 position:absolute;
 content:"";
 width:0;
 height:0;
 top:100%;
 left:8px;
 -webkit-border-start:8px solid transparent;
 border-inline-start:8px solid transparent;
 -webkit-border-end:8px solid transparent;
 border-inline-end:8px solid transparent;
 -webkit-border-before:8px solid #393d45;
 border-block-start:8px solid #393d45
}
.cgm__header {
 padding:16px 20px 0;
 -webkit-margin-after:26px;
 margin-block-end:26px;
 text-align:center;
 font-size:22px;
 line-height:38px
}
.cgm__title {
 font-weight:400;
 color:#8fb9e0;
 -webkit-margin-after:8px;
 margin-block-end:8px
}
.cgm__title span {
 color:#fff
}
.cgm__multiplier {
 font-weight:700
}
.cgm__multiplier-sign {
 font-size:24px
}
.cgm__multiplier-value {
 font-size:32px
}
.cgm__miners {
 display:none;
 align-items:center;
 height:40px
}
.cgm__slider {
 margin:6px;
 padding:0 7px 0 5px
}
.cgm__input {
 -webkit-appearance:none;
 width:100%;
 max-width:100%;
 display:block;
 outline:none;
 transition:background 300ms ease-in;
 height:8px;
 border-radius:8px;
 background:0 0;
 background-image:linear-gradient(to right,#00d664 0%,#00d664 0%,#525458 0%,#525458 100%)
}
.cgm__input:focus {
 outline:none
}
.cgm__input::-webkit-slider-thumb {
 -webkit-appearance:none;
 border:2px solid #007300;
 width:36px;
 height:36px;
 border-radius:36px;
 cursor:pointer;
 -webkit-margin-before:-2px;
 margin-block-start:-2px;
 box-shadow:0 4px 16px rgba(27,28,31,.24);
 background-color:#00d664;
 background-size:16px;
 background-repeat:no-repeat;
 background-position:center
}
.cgm__input[currentstep='0']::-webkit-slider-thumb {
 background-image:url(../themes/custom/stormgain_blue/img/icons/0c747e4310a96905f57315676df3fdf0.html)
}
.cgm__input[currentstep='1']::-webkit-slider-thumb {
 background-image:url(../themes/custom/stormgain_blue/img/icons/d0c3beef620f3a93a592b66c1f40f19e.html)
}
.cgm__input[currentstep='2']::-webkit-slider-thumb {
 background-image:url(../themes/custom/stormgain_blue/img/icons/666ee78ee3092e52f29ccf5d255dc72f.html)
}
.cgm__input[currentstep='3']::-webkit-slider-thumb {
 background-image:url(../themes/custom/stormgain_blue/img/icons/3d27d2d6500b49fe5058920f05db2f68.html)
}
.cgm__input[currentstep='4']::-webkit-slider-thumb {
 background-image:url(../themes/custom/stormgain_blue/img/icons/564e41929665ad731357ee0f1b5db58c.html)
}
.cgm__input[currentstep='5']::-webkit-slider-thumb {
 background-image:url(../themes/custom/stormgain_blue/img/icons/84e9db5d553e789a7a58dc633e788b09.html)
}
.cgm__input[currentstep='6']::-webkit-slider-thumb {
 background-image:url(../themes/custom/stormgain_blue/img/icons/b81cbf819734a28b39c7ddd4a4cb9035.html)
}
.cgm__input::-moz-range-thumb {
 border:2px solid #007300;
 width:33px;
 height:33px;
 border-radius:36px;
 cursor:pointer;
 box-shadow:0 4px 16px rgba(27,28,31,.24);
 position:absolute;
 background-color:#00d664;
 background-size:16px;
 background-repeat:no-repeat;
 background-position:center
}
.cgm__input[currentstep='0']::-moz-range-thumb {
 background-image:url(../themes/custom/stormgain_blue/img/icons/0c747e4310a96905f57315676df3fdf0.html)
}
.cgm__input[currentstep='1']::-moz-range-thumb {
 background-image:url(../themes/custom/stormgain_blue/img/icons/d0c3beef620f3a93a592b66c1f40f19e.html)
}
.cgm__input[currentstep='2']::-moz-range-thumb {
 background-image:url(../themes/custom/stormgain_blue/img/icons/666ee78ee3092e52f29ccf5d255dc72f.html)
}
.cgm__input[currentstep='3']::-moz-range-thumb {
 background-image:url(../themes/custom/stormgain_blue/img/icons/3d27d2d6500b49fe5058920f05db2f68.html)
}
.cgm__input[currentstep='4']::-moz-range-thumb {
 background-image:url(../themes/custom/stormgain_blue/img/icons/564e41929665ad731357ee0f1b5db58c.html)
}
.cgm__input[currentstep='5']::-moz-range-thumb {
 background-image:url(../themes/custom/stormgain_blue/img/icons/84e9db5d553e789a7a58dc633e788b09.html)
}
.cgm__input[currentstep='6']::-moz-range-thumb {
 background-image:url(../themes/custom/stormgain_blue/img/icons/b81cbf819734a28b39c7ddd4a4cb9035.html)
}

@-webkit-keyframes bg-scrolling-reverse {
  100% {
    background-position: 0px 100px;
  }
}
@-moz-keyframes bg-scrolling-reverse {
  100% {
    background-position: 0px 100px;
  }
}
@-o-keyframes bg-scrolling-reverse {
  100% {
    background-position: 0px 100px;
  }
}

@-webkit-keyframes bg-scrolling {
  0% {
    background-position: 0px 0px;
  }
}
@-moz-keyframes bg-scrolling {
  0% {
    background-position: 0px 0px;
  }
}
@-o-keyframes bg-scrolling {
  0% {
    background-position: 0px 0px;
  }
}

@keyframes bg-scrolling {
  0% {
    background-position: 0px 0px;
  }
}
@keyframes bg-scrolling-reverse {
  100% {
    background-position: 0px 100px;
  }
}
@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
 .cgm__input {
  background:0 0!important;
  overflow:visible;
  height:40px;
  line-height:0;
  padding:0
 }
}
.cgm__input::-ms-thumb {
 position:relative;
 border:2px solid #007300;
 width:36px;
 height:36px;
 border-radius:36px;
 cursor:pointer;
 margin-block-start:0;
 box-shadow:0 4px 16px rgba(27,28,31,.24);
 z-index:100;
 background-color:#00d664;
 background-size:16px;
 background-repeat:no-repeat;
 background-position:center
}
.cgm__input[currentstep='0']::-ms-thumb {
 background-image:url(../themes/custom/stormgain_blue/img/icons/0c747e4310a96905f57315676df3fdf0.html)
}
.cgm__input[currentstep='1']::-ms-thumb {
 background-image:url(../themes/custom/stormgain_blue/img/icons/d0c3beef620f3a93a592b66c1f40f19e.html)
}
.cgm__input[currentstep='2']::-ms-thumb {
 background-image:url(../themes/custom/stormgain_blue/img/icons/666ee78ee3092e52f29ccf5d255dc72f.html)
}
.cgm__input[currentstep='3']::-ms-thumb {
 background-image:url(../themes/custom/stormgain_blue/img/icons/3d27d2d6500b49fe5058920f05db2f68.html)
}
.cgm__input[currentstep='4']::-ms-thumb {
 background-image:url(../themes/custom/stormgain_blue/img/icons/564e41929665ad731357ee0f1b5db58c.html)
}
.cgm__input[currentstep='5']::-ms-thumb {
 background-image:url(../themes/custom/stormgain_blue/img/icons/84e9db5d553e789a7a58dc633e788b09.html)
}
.cgm__input[currentstep='6']::-ms-thumb {
 background-image:url(../themes/custom/stormgain_blue/img/icons/b81cbf819734a28b39c7ddd4a4cb9035.html)
}
.cgm__input::-ms-track {
 width:100%;
 height:8px;
 border-width:16px;
 border-radius:8px;
 cursor:pointer;
 background:0 0;
 border-color:transparent;
 color:transparent
}
.cgm__input::-ms-fill-lower {
 background:#00d664
}
.cgm__input::-ms-fill-upper {
 background:#525458
}
.cgm__input::-ms-tooltip {
 display:none
}
.cgm__values {
 display:flex;
 justify-content:space-between;
 padding:6px;
 -webkit-margin-before:-8px;
 margin-block-start:-8px;
 -webkit-margin-after:12px;
 margin-block-end:12px
}
.cgm-status {
 width:48px;
 position:relative;
 -webkit-padding-before:10px;
 padding-block-start:10px;
 text-align:center;
 font-weight:600;
 cursor:pointer;
 color:#959dae
}
.cgm-rtl .cgm-status::before {
 display:none
}
.cgm-rtl .cgm-status::after {
 content:"";
 position:absolute;
 top:0;
 right:50%;
 height:4px;
 width:1px;
 background:#4A8BD1;
 z-index:-1
}
.cgm-status::before {
 content:"";
 position:absolute;
 top:0;
 left:50%;
 height:4px;
 width:1px;
 background:#4A8BD1;
 z-index:-1
}
.cgm-status__value {
 display:inline-flex;
 -webkit-margin-after:2px;
 margin-block-end:2px
}
.cgm-status__title {
 display:none;
 font-size:12px;
 font-weight:400
}
.cgm-volumes {
 -webkit-border-before:1px solid #393d45;
 border-block-start:1px solid #393d45
}
.cgm-volumes__row {
 display:flex;
 -webkit-border-after:1px solid #393d45;
 border-block-end:1px solid #393d45
}
.cgm-volume {
 flex:1;
 padding:12px 20px;
 text-align:start
}
.cgm-volume:nth-child(odd) {
 -webkit-border-end:1px solid #393d45;
 border-inline-end:1px solid #393d45
}
.cgm-volume__label {
 font-size:12px;
 line-height:16px;
 color:#9fa9b0
}
.cgm-volume__label>* {
 display:inline-block;
 vertical-align:top;
 height:16px
}
.cgm-volume__label>.cgm-tooltip {
 -webkit-margin-before:-2px;
 margin-block-start:-2px
}
.cgm-volume__text {
 display:inline;
 position:relative
}
.cgm-rtl .cgm-volume__info {
 right:100%;
 left:unset
}
.cgm-volume__info {
 position:absolute;
 -webkit-padding-start:2px;
 padding-inline-start:2px;
 left:100%;
 bottom:-3px
}
.cgm-volume__value {
 font-size:18px;
 line-height:24px
}
.cgm-volume__value span {
 font-weight:600;
 direction:ltr
}
.cgm-volume__price {
 color:#959dae;
 font-size:12px;
 line-height:16px
}
.cgm-info {
 text-decoration:none;
 color:#4A8BD1;
 width:18px;
 height:18px
}

@media (max-width: 1366px) {
.siteLogo{
	width:70%;
}

div.aboutSection div.container div#about-txt.textContainer.wow.fadeInUp div.textBlock{
	flex-direction: column;
}
figure.rightSide img {
  max-width: 400px;
  margin:0 auto;
}
.forma, .loginForm .formWrap, .regForm .formWrap {
   width: 70%;
 
}
.depotab.balancetab {
  width: 70%;
  margin: 0 auto;
}
.outSection .wrapper {
 
  flex-direction: column;
}
.outSection .col {
  width: calc(80% - 10px);
  margin: 20px auto;
}
.outSection .wrapper + .wrapper {
  width: 80%;
  margin: 0 auto;
  margin-top: 20px;
}
.depData li, .depData li.in, .depData li.out{
	font-size:16px;
}
.textBlock {
  font-size: 18px;
  
}
  .santa-dollars {
  width: 500px;
  background-image: url(../img/santa-dollars1.png);
  background-size: auto;
  background-position: center center;
  background-repeat: no-repeat;
  height: 600px;
}
  ul.stateTable {
  position: relative;
    width: 90%;}
  .bgwhy {
   font-size: 20px;
 
}
  .investListPlan {
    margin: 50px 0;
}
   #col-logo {
    width: 100%;
   background-position: right -200px bottom 0px;
  
  }

 .depInfo {
 flex-wrap: wrap;
 /*! justify-content: center; */
 /*! text-align: center; */
 padding-top: 10px;
 padding-bottom: 10px;
  }
  .depInfo > li:nth-child(1), .depInfo > li:nth-child(2), .depInfo > li:nth-child(3){
  	width: 100%;
  }
  table#depotab_pl1.depotab, table#depotab_pl2.depotab, table#depotab_pl3.depotab, table#depotab_pl4.depotab, table#depotab_pl5.depotab, table#depotab_pl6.depotab, table#depotab_pl7.depotab, table#depotab_pl8.depotab, table#depotab_pl9.depotab, table#depotab_pl10.depotab {
  width: 48%;
  margin-top: 2%;
  margin-right: 1%;
  margin-left: 1%;
}
ul.stateTable li span.name, .userStat .param {

  font-size: 18px;
}
}
@media (max-width: 1199px) {
div#CabinetSection.aboutSection div.infoWrapper{
	flex-direction: column;
}
div#referralos.userInfo{
	margin-left: 0px;
  min-height: 200px;
}
.accInfo{
	flex-direction: column;
}
.accInfo .col:first-child {
  width: calc(100% - 10px);
  margin-right: 10px;
}
#accInfostats {
  width: calc(100% - 10px);
  margin-left: 0px;
  margin-right: 10px;
}
.accBalance .title, .accBalance .num{
	display:block;
	/*! text-align:center; */
}
.userInfo .param {
    font-size: 18px;
  
}
  ul.stateTable {
    width: 95%;
  }
.investListPlan .item .desr{
	height:80px;
}
.investListPlan .item{
	padding-left: 20px;
}
.investListPlan .item .top {  
  text-align: center;
}
  div#invreff.sectionContent div#reff_home.col.wow.fadeInUp div.textBlock div#bonus.sectionTitle.center span.secCap {
    padding-right: 0;
  }
ul.stateTable h2.cap {
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
  font-size: 26px;
  color: #4A8BD1;
}
.footerInfo .leftSide {
    width: 100%;

    /*! flex-direction: column; */
    /*! justify-content: space-around; */
}
.investListPlan .item .tit_right {
  font-size: 18px;
 
}
div#stat4.item{
	border-right: 1px solid #666666;
}
div.mainStat-content div.item {
 
  margin-left: 20px;
  padding-right: 20px;
  padding-left: 100px;
  margin-bottom: 50px;
  width: 35%;
}
ul.stateTable h2.cap{
	
}
.secCap {
 display: block;
  font-size: 45px;
  line-height: 1.4;
  color: #4A8BD1;
  font-weight: 300;
  text-transform: none;
  text-align: center;
  padding-bottom: 30px;
  padding-top: 30px;
}
.investListPlan .item .desr{
	font-size: 22px;
}
.investListPlan .item .tit{
	font-size: 18px;
}
.progressBar {	
	margin-left:0px;
	}
.depotab.balancetab{
	width:80%;
	margin:0 auto;
}
.textBlock figure.rightSide {
    margin-left: 30px;
    margin-right: 0px;
  }
   .textBlock figure.leftSide {
    margin-left: 0px;
    margin-right: 30px;
  }
  .textBlock figure:first-child {
    margin-top: 11px;
  }
  .textBlock figure {
    margin-top: 30px;
    margin-bottom: 10px;
  }
	.investListPlan .item {
  width: calc((100% / 3) - 14px);
  margin-top: 20px;
}
	.editForm {
  	padding-left: 30px;
padding-top: 43px;
padding-right: 30px;
}
	.outSection .payWrapper {
  /*margin-top: 73px;*/
}
	.filterBlock .date {
 	 /*! margin: 10px auto; */
}
  .type {
    /*! margin-left: auto; */
    margin-top: 10px;
  }
	div#bgbodyWrap.bodyWrap div.cabinetWrapper div.cabinetContent div.rightSide div.cabinetContentWrapper div.container{
	width: 100%;
}
	div.vimeo-wrapper video.bg-video { 
  /*! top: 60px; */  
}
  .vimeo-wrapper::after {
    /*! top: 60px; */  }
.accStat .item{
	padding-right: 10px;
	padding-left: 10px;
}
	 
div#myreff.licenseBlock div.info div.address p.mainAddress{
	/*! position: relative; */
/*! top: 0; */
/*! left: 310px; */
/*! width: 300px; */
/*! margin-top: -57px; */
}
div#myreff.licenseBlock div.info div.address span.title {
 
  /*! width: 280px; */
}
div#myreff.licenseBlock div.info div.address div.pct{
	/*! width: 600px; */
/*! text-align: center; */
margin-top: 30px;
}
div#myreff.licenseBlock{
	/*! padding-top: 100px; */
}
.cabinetContent .leftSide {
  /*! padding-top: 70px; */}
  .container {
    /*! width: 992px; */
    padding: 0px 20px;
  }
  div.bodyWrap div.mainStartWrapper div.startSection div#bg-wrapper.container{/*! padding: 0 0 0 50px */}
    .mainStat {
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
  }
#textBlock-logo {
    left: 50%;
  }  
#CabinetSection {
  
  /*! max-width: 880px; */
}
.acctabs {
  /*! width: 100%; */
/*! margin: 0 auto; */
}
.accInfo {
  /*! display: block; */
  /*! max-width: 865px; */
}
.accStat {
  /*! display: block; */
  text-align: center;
}
.accBalance{
	margin-bottom:20px;
}
.accInfo div.col div.accStat div.item{
	/*! width: 865px; */
}
.userInfo, .userStatBlock .userStat, .notices {
  /*! max-width: 865px; */
}
  .header::before {
    top: -360px;
  }

  .header::after {
    top: -300px;
  }

  .siteMenu {
    padding-left: 10px;
    padding-right: 10px;
    /*justify-content: space-between;*/
  }

  .startSection {
    /*padding-top: 63px;*/
  }
  .vimeo-wrapper::after {
    background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 0;
  opacity: 0.25;content: "";
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
box-sizing: border-box;
  background-image: url(../img/town.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  }
  #col-logo {
  width: 100%;
  background-image: url(../img/santa1.png);
  background-size: 90%;
  background-position: right -200px bottom 0px;
  background-repeat: no-repeat;
  height: 670px;
}
  .textBlock {
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
  font-weight: 300;
}
  .siteLogo{  /*! padding-top: 63px; */width: 70%;}
  .startSection .mainStat {
   /* margin-top: 70px;*/
  }

  .startSection .startAbout {
    margin-top: 50px;
  }

  .startSection .mainCurrency {
    margin-top: 55px;
  }

  .mainStat {
    /*! max-width: 586px; */
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
  }


  .mainStat .param {
    margin-top: 12px;
  }

  .startAbout {
    padding-left: 69px;
    padding-right: 81px;
  }

  .startAbout .item {
    display: block;
  }

  .startAbout .img {
    height: 133px;
    display: flex;
    align-items: flex-end;
  }

  .startAbout .data {
    margin-left: 0px;
    margin-top: 17px;
  }

  .startAbout ul {
    margin-top: 3px;
  }

  .startAbout ul li::before {
    left: 0px;
  }

  .mainCurrency {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
  }

  .mainCurrency .swiper-slide:first-child {
    flex-basis: auto;
  }

  .mainCurrency .swiper-slide:first-child .item {
    padding-left: 25px;
  }

  .mainAdvantages {
   margin-top: 130px;
  }

  .mainAdvantages::before {
    top: 224px;
  }

  .mainAdvantages .sectionContent {
    margin-top: 85px;
  }

  .advantagesList .col {
    width: auto;
  }

  .advantageItem {
    justify-content: flex-start;
  }

  .advantageItem .data {
    width: 230px;
    margin-left: 20px;
  }

  .advantageItem:nth-child(2) {
    padding-left: 0px;
  }

  .advantageItem.reverse {
    flex-direction: row;
  }

  .advantageItem.reverse:nth-child(2) {
    padding-right: 0px;
  }

  .advantageItem.reverse .data {
    text-align: left;
  }

  .mainAbout {
    /*! margin-top: 74px; */
  }

  div#logoreff_home.col.wow.fadeInUp img.logoreff_homeimg {
   width: 200px;
  
}
  .mainAbout .col {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
.bgwhy {
  color: #fff;
  font-size: 18px;}
  .mainAbout::before {
    top: -704px;
  }
  
  ul.stateTable{width: 90%;}
  .mainAbout [class*=btn] {
    margin-top: 62px;
  }

  .mainAbout .sectionContent {
    /*! margin-top: 115px; */
    /*! gap: 78px; */
  }

  .mainAbout .aboutMap {
    margin-top: 82px;
  }

  .aboutMap {
    display: block;
    
  }

  .aboutMap .map {
    margin-left: 22px;
    margin-top: 40px;
  }

  .aboutMap .inner {
    display: table;
    right: 0px;
  }

  .mainPlans {
    margin-top: 78px;
  }

  .mainPlans .sectionContent {
    margin-top: 92px;
  }

  .plansSlider {
    max-width: 786px;
    margin-left: auto;
    margin-right: auto;
  }

  .mainProgramBlock .item {
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 28px;
  }

  .mainProgramBlock .item:first-child {
    background-image: url(../img/program_1_md.html);
  }

  .mainProgramBlock .item:last-child {
    padding-top: 23px;
    padding-right: 0px;
    background-image: url(../img/program_2_md.html);
  }

  .mainProgramBlock .pct {
    font-size: 48px;
    text-align: left;
  }

  .mainSteps {
    /*! margin-top: 124px; */
   /*background: rgba(1, 52, 63, 0.5);*/
  }
.stepItem .title {
  display: block;
  margin-top: 20px;
  font-size: 18px;}
  .mainSteps .sectionContent {
    margin-top: 32px;
  }
.investListPlan {
 
  margin-top: 57px;
  margin: 50px 1%;
}
  .stepsList {
    /*! gap: 20px; */
  }

  .stepItem .title {
    /*font-size: 27px;*/
  }

  .stepItem p {
    padding: 0px;
  }

  .mainCalc {
    /*! margin-top: 124px; */
  }

  .mainCalc::before {
    /*! top: -70px; */
  }

  .mainCalc .sectionContent {
    display: block;
   margin-top: 0px;
  }

  .mainCalc .col {
    /*! max-width: 565px; */
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .mainCalc .col+.col {
    margin-top: 20px;
  }

  .mainCalc .buttonWrapper::before {
    display: none;
  }

  .profitBlock:last-child .item {
    padding-bottom: 5px;
  }

  .mainTextContent {
    margin-top: 103px;
  }

  .mainTextContent .sectionContent {
    margin-top: 80px;
  }

  .mainTextContent p+p {
    margin-top: 30px;
  }

  .mainTextContent p+p:last-child {
    margin-top: 28px;
  }

  .mainTextContent figure+p {
    margin-top: 30px;
  }

  .footer {
    /*! margin-top: 0px; */
  }

  .footer::before {
    bottom: 55px;
    /*height: 2155px;*/
    
  }

  .payments .list {
    /*flex-wrap: wrap;*/
  }

  .payments .list li {
    flex-shrink: 0;
  }

 /* .payments .list li img {
    display: block;
  }

  .payments .list li:nth-last-child(1) {
    width: 50%;
    margin-top: 30px;
    margin-left: auto;
  }

  .payments .list li:nth-last-child(1) img {
    margin-left: auto;
  }

  .payments .list li:nth-last-child(2) {
    width: 50%;
    margin-top: 30px;
    margin-right: auto;
  }*/

  .footerInfo {
    /*! margin-top: 57px; */
  }

  .pageTitleSection {
    /*! padding-top: 80px; */
  }

  .pageTitleSection .mainCurrency {
    margin-top: 80px;
  }

  .aboutSection {
    /*! margin-top: 30px; */
    /*! padding-top: 50px; */
  }

  .textContainer p+p {
    margin-top: 30px;
  }

  .textContainer p+p:last-child {
    margin-top: 28px;
  }

  .textContainer figure {
    margin-top: 30px;
    
  }

  .textContainer figure.rightSide {
    /*! margin-left: 30px; */
    /*! margin-bottom: 100px; */
  }

  .textContainer figure.leftSide {
    margin-right: 30px;
    /*! margin-bottom: 130px; */
  }

  .textContainer figure+p {
    padding-top: 30px;
  }

  .textContainer+.textContainer {
    margin-top: 30px;
  }

div#bgbodyWrap.bodyWrap div.aboutSection div.container div.aboutMap.wow.animate__fadeInUp div.licenseList{
	padding-top: 100px;
}
.mainAddress {
  
  /*padding-left: 0px;*/
}
  .licenseList {
    grid-template-columns: repeat(2, 261px);
    /*! justify-content: center; */
    /*! padding-top: 150px; */
  }

  .advantagesSection {
    margin-top: 120px !important;
  }

  .advantagesSection .sectionContent {
    margin-top: 80px;
  }

  .advantagesSection::after {
    display: none;
  }

  .advantagesBlock {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 42px;
  }

  .feedbackSection {
    margin-top: 200px;
  }

  .plansSection {
    margin-top: 120px;
  }

  .plansSection .wrapper {
    display: block;
    max-width: 565px;
    margin-left: auto;
    margin-right: auto;
  }

  .plansSection .wrapper+.wrapper {
    margin-top: 20px;
  }

  .plansSection .wrapper+.wrapper::before {
    display: none;
  }

  .plansSection .col {
    width: 100%;
  }

  .plansSection .col+.col {
    margin-top: 20px;
  }

  .plansSection .buttonWrapper {
    margin-top: 30px;
    padding: 0px;
  }

  .plansSection .buttonWrapper::before {
    display: none;
  }

  .resultBlockWrapper.partners {
    display: block;
  }

  .resultBlockWrapper.partners .sumWrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .resultBlockWrapper.partners .field {
    margin-left: auto;
    margin-right: auto;
  }

  .resultBlockWrapper.partners .profitChart {
    min-height: auto;
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }

  .resultBlockWrapper.partners .profitChart .chart {
    margin-left: auto;
  }

  .resultBlockWrapper.partners .profitChart .subtitle {
    max-width: 100%;
  }

  .resultBlockWrapper.partners .wrap {
    width: 100%;
  }

  .resultBlockWrapper.partners .wrap+.wrap {
    border-left: none;
    border-top: 1px solid #210d47;
  }

  .resultBlockWrapper.partners .profitBlock .item {
    padding-left: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .resultBlockWrapper.partners .profitBlock .item+.item {
    padding-left: 0px;
  }

  .resultBlockWrapper.partners .profitBlock+.profitBlock {
    min-height: 135px;
  }

  .resultBlockWrapper.partners .profitBlock+.profitBlock .item {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .programSection {
    margin-top: 120px;
  }

  .programSection [class*=btn] {
    margin-top: 50px;
  }

  .rulesSection {
    /*margin-top: 120px;*/
  }

  .rulesSection .rulesList {
    margin-top: 60px;
  }

  .rulesList {
    margin-bottom: -40px;
  }

  .rulesList .rulesItem {
    margin-bottom: 40px;
  }

  .faqSection {
    margin-top: 120px;
  }

  .faqSection .faqList {
    margin-top: 60px;
  }

  .faqSection .pagination {
    margin-top: 60px;
  }

  .newsSection {
    margin-top: 120px;
  }

  .newsSection .newsList {
    margin-top: 60px;
  }

  .newsSection .pagination {
    margin-top: 60px;
  }

  .newsList {
    column-gap: 20px;
  }

  .rateSection {
    margin-top: 120px;
  }

  .rateSection .rateList {
    margin-top: 60px;
  }

  .rateList {
    justify-content: center;
  }

  .contactsSection {
    margin-top: 120px;
  }

  .contactsSection .mapBlock {
    margin-top: 80px;
  }

  .contactsList {
    justify-content: center;
  }

  .authWrapper {
    margin-top: 120px;
    padding-bottom: 0px;
    background-image: none;
  }

  .authWrapper .logoImage {
    display: none;
  }

  .authWrapper .regForm {
    margin-top: 60px;
  }

  .loginForm {
    padding: 30px;
    /*background-color: rgba(35, 14, 74, 0.7);*/
  }

  .regForm {
    padding: 30px;
    /*background-color: rgba(35, 14, 74, 0.7);*/
  }

  .regForm .formWrap {
    /*grid-template-columns: repeat(3, 1fr);*/
  }

  .regForm [class*=btn] {
    min-width: 253px;
  }

  .cabinetHeader .logoWrapper {
    padding-left: 25px;
    padding-top: 13px;
    left: -14px;
  }

  .cabinetHeader .infoWrapper {
    width: calc(100% - 480px);
    padding-left: 7px;
    padding-right: 48px;
  }

  .cabinetHeader .openMobileMenu {
    right: -2px;
  }

  .cabinetContent .rightSide {
    width: 100%;
    /*! padding-top: 40px; */
  }

  .cabPageTitle {
    margin-bottom: 41px;
  }



  .accInfo [class*=btnFill] {
    min-width: 233px;
    margin-right: 10px;
  }

  .balanceList {
    /*! gap: 29px; */
  }

  .cabNews .newsList {
    column-gap: 40px;
  }

  .cabNews .newsList .newsCard {
    padding-left: 20px;
    padding-right: 20px;
  }

  .depositsSection .head {
    display: none;
  }

  .depositItem {
    flex-wrap: wrap;
	padding-bottom: 0;
  }

  .depositItem .name {
    width: 100%;
    justify-content: center;
    align-items: end;
    flex-wrap: wrap;
    order: 1;
    /*! background: rgba(255, 255, 255, 0.8); */
    /*! min-height: 150px; */
    /*! border-bottom: 2px solid #fff; */
  }

  .depositItem .name span {
    width: 100%;
    color: #4A8BD1;
    font-weight: 600;
  }

  .depositItem .name img {
    /*! position: relative; */
    /*! display: block; */
    /*! top: auto; */
    /*! left: auto; */
    /*! margin: 0 auto; */
    /*! width: 140px; */
    /*! margin: -15px 0 -30px; */
  }

  .depositItem .progress {
    flex-wrap: wrap;
    width: 100%;
    order: 4;
    padding: 20px 15px 12px;
    border-left: 0px;
  }

  .depositItem .info {
    order: 3;
    border-left: 0px;
  }

  .progressBar {
    /*width: calc(100% - 200px);*/
  }

  .progressBar .line {
    width: 100%;
  }

  .depData li {
    flex-wrap: wrap;
    padding-left: 0;
    /*! border-top: 1px solid #4A8BD1; */
  }

  .depData li .mobileTitle {
    /*text-align: left;*/
  }

  .depInfo {
    padding-left: 10px;
    /*! border: 1px solid rgba(2,104,126,.5); */
  }

  .depInfo>li {
    /*! padding: 15px; */
    width: 33.3333333333% !important;
  }

  .mobileTitle {
    display: block;
    text-transform: none;
    text-align: center;
    width: 100%;
  }

  .depositItem+.depositItem {
    margin-top: 25px;
  }

  .historySection {
    padding-top: 0;
  }

  .filterBlock .formWrap {
    flex-wrap: wrap;
  }



  .filterBlock .type {
    
  }

  .historyTable .tRow {
    flex-wrap: wrap;
    height: auto;
  }

  .historyTable .tRow .tCell {
    width: 33.3333333333%;
    padding: 15px !important;
  }

  .outSection {
    padding-top: 0;
  }

  .outSection .balanceInfo {
    flex-wrap: wrap;
  }

  .outSection .balanceInfo .sum {
    /*font-size: 50px;
    line-height: 50px;*/
  }

  .outSection .fieldset.pay,
  .outSection .fieldset.sum {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }

  .editSection {
    padding-top: 0;
  }

  .depositSection {
    padding-top: 0;
    padding-bottom: 0;
  }

  .referralInfo {
    padding: 0;
  }

  .cabSecurity .cabForm {
    padding: 35px;
  }

  .cabSecurity .cabForm.cabGoogleForm {
    padding: 35px;
  }

  .cabSecurity .cabGoggle .lineGoogle .text {
    width: 33%;
  }

  .cabSecurity .cabGoggle .lineGoogle .inBlock {
    width: 33%;
  }

  .cabSecurity .cabGoggle .title {
    max-width: 100%;
  }

  .cabSecurity {
    padding-top: 0;
  }

  .cabClock {
    left: 45px;
  }

  .userStatBlock .userStat {
    /*width: 291px;*/
  }

  .userInfo.mobile {
    width: 213px;
    left: -24px;
  }
.sectionTitle .preTitle+* {
    margin-top: 0px;
  }
 
}
@media (max-width: 991px) {
.depotab.balancetab{
	width:100%;
	margin:0 auto;
}

  .textBlock figure.leftSide {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
  }
  .textBlock figure.rightSide {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin: 0 auto;
  }
  .textBlock figure img{
    margin: 0 auto;
    /*! width: auto; */
  }
  table#depotab_pl1.depotab, table#depotab_pl2.depotab, table#depotab_pl3.depotab, table#depotab_pl4.depotab, table#depotab_pl5.depotab, table#depotab_pl6.depotab, table#depotab_pl7.depotab, table#depotab_pl8.depotab, table#depotab_pl9.depotab, table#depotab_pl10.depotab {
    width: 100%;
    margin-top: 2%;    
    margin-right: 0;
  }
  .depositItem .name {
    width: 100%;
    justify-content: center;
    align-items: end;
    flex-wrap: wrap;
    order: 1;
    /*! min-height: 150px; */
   
    /*! border-bottom: 2px solid #fff; */
  }

  
.outSection .wrapper + .wrapper {
  margin-top: 20px;
  width: 100%;
}
  .outSection .col {
  width: 100%;
  margin-bottom: 20px;
}
	  .outSection .payWrapper {
  margin-top:0px;
}
	 td#depotd.inheader1{
    padding: 10px 0px;
  }
	div#home.stepsList{
	 	display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 30px;
	 }
	
  
div#home.stepsList div.item div.stepItem.wow.fadeIn span.title {

    text-align: center;
  }
  .mainSteps{
  	background-size:auto;
  }
  .missionAbout .item {
  width: calc((100% / 2) - 22px);
    margin: 10px auto;
	padding: 30px 100px;
}
  .missionAbout div.missionBl div.list div#home_item.item{
    padding: 30px 30px;
  }
.missionAbout .list {
 
  flex-wrap: wrap;
}
	.userInfo .item + .item {
  margin-left: 20px;
}
.licenseList .item {
  width: 49%;
  /*! margin-right: 1%; */
  margin-bottom: 20px;
}
  div#myreffblock.item{
    width: 100%;  
  margin-bottom: 0px;
  }
  div#myreff.licenseBlock div.info div.address span.title{
    display: block;
    font-size: 50px;
    line-height: 1.4;
    color: #4A8BD1;
    font-weight: 300;
    text-transform: none;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  div#myreff.licenseBlock div.info div.address p.mainAddress{
    text-align: center;
  }
  div#myreff.licenseBlock div.info div.address div.pct{
     text-align: center;
     margin-top: 30px;
  }
  div#myreffblock.item div#myreff.licenseBlock div.info div.address div.pct p span.min_reff1 {
    font-size: 26px;}
.userInfo, .userStatBlock .userStat, .accInfo, .notices{
  /*! width: 100% !important; */
  min-height: 250px;
  /*! margin: 0px auto 20px; */
}
  .userInfo{margin: 0px auto 20px;
   padding-left: 0px;}
  div#CabinetSection.aboutSection div.infoWrapper{
    flex-wrap: wrap
  }
  div#referralos.userInfo{
 margin: 0px auto 20px;
    padding-left: 0px;
  }
.userStat .date {  
  font-size: 16px;  
 
}
.accInfo div.col div.accStat div.item {
  /*! max-width: 650px; */
}
	.cabTabLinks .cabTabs .listLinks li{
		width: 50%;
	}
	div#myreff.licenseBlock {
  /*! padding-top: 130px; */
  /*! text-align: center; */
	}
	.minilogo-head a img {
 
  top: 55px;
  left: 0;
}
.investListPlan .item,div#my_vip.investListPlan div.item {
  /*! width: calc((100% / 2) - 14px); */
  margin-top: 0px;
  margin-bottom: 14px;
}
  .container {
    width: 98%;
    padding-left: 9px;
    padding-right: 9px;
  }
 div#bgbodyWrap.bodyWrap div#headermenuacc.topLine div.container{
    /*! width: 900px; */
  }
  #CabinetSection {
  /*! max-width: 100%; */
  padding-right: 10px;
 
padding-left: 10px;
  margin-top: 0px;
}
.siteLogo {
  /*! font-size: 75px; */}
.editSection .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.editSection .col {
  width: calc((100% - 0px) /1);
  /*! margin-bottom: 20px; */
}
.cabSecurity .cabGoggle {
    text-align: center;
}
.cabSecurity .cabGoggle .lineGoogle .picCode {
  margin: 0 auto;  
}
  .col2 .col-left{margin-left: 20px;}
    .col2 .col-right{margin-right:  20px;margin-left: 0;}
::before, ::after {

    /*! -webkit-box-sizing: border-box; */
    /*! -moz-box-sizing: border-box; */
    /*! box-sizing: border-box; */

}
  .depositItem::before {
 
  /*! -webkit-animation: bg-scrolling-reverse 5s infinite; */
  /*! -moz-animation: bg-scrolling-reverse 5s infinite; */
  /*! -o-animation: bg-scrolling-reverse 5s infinite; */
    /*! animation: bg-scrolling-reverse 10s infinite; */}
  .mainAbout .sectionContent{display: flex;
  flex-direction: column;
justify-content: center;
 }
    .santa-dollars{display: none; width: 600px;
object-fit: contain;
}
.santa-dollars2{width: 100%;
object-fit: contain;
/*! height: 500px; */
display: block;
}
  div.mainAbout div.container div.sectionContent div#licenseBlock_home.col{ display: block;
    width: auto;}
  img.santa-dollars {
  
}
  div#col-logo div.statshead{/*! justify-content: center; */}
  .siteLogo{
    width: 80%
  }
  
  div.accBalance.wow.fadeIn div.buttons a.btnFillType1{
    margin-top: 10px;
  }
  div#referralos.userInfo {
     /* background-position: center top;*/}
.siteMenu li a::before {

    content: "";
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 4px;
    background-color: #4A8BD1;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;

}
ul.siteMenu li#logo-li a {

    padding-bottom: 0px;

}
.siteMenu li a {

    padding: 0 10px;}
  .siteMenu {
    padding-left: 0px;
    padding-right: 0px;
	 /*! margin-left: -10px; */
  }

  .headerInfo .leftSide {
    padding-top: 20px;
  }

  .headerInfo .rightSide {
    margin-top: 37px;
  }

  .headerInfo .socList {
    margin-top: 14px;
  }

  .mainAddress {
    /*max-width: 140px;
    font-size: 15px;
    line-height: 22px;*/
  }

  .mainAddress br {
    display: none;
  }

  .mainAddress [class*=icon] {
    top: 3px;
    font-size: 20px;
  }

  .mainContacts {
    /*! font-size: 15px; */
    /*! line-height: 24px; */
    /*! text-align: right; */
    display: flex;
    flex-direction: column;
    position: relative;
    width: auto;
    margin: 20px auto 0;
  }

  .mainContacts p [class*=icon] {
    top: 3px;
    /*! margin-right: 5px; */
    /*! font-size: 20px; */
  }

  .mainContacts p a {
    /*margin-left: auto;
    line-height: inherit;*/
  }

  .mobileMenu .mainContacts {
   /* text-align: center;
    margin-top: 20px;
    display: block;*/
  }
  .mobileMenu .mainContacts p a {
    margin: 0;
    display: inline-block;
  }
  .mobileMenu .socList {
    justify-content: center;
    margin-top: 0px;
    /*border-top: 1px solid rgba(54,183,192, 0.2);*/
    padding-top: 20px;
  }

  .socList li+li {
    margin-left: 10px;
  }

  .startSection {
    padding-top: 59px;
  }

  .startSection .contentContainer {
    margin-top: 13px;
    /*! font-size: 25px; */
    /*! line-height: 32px; */
  }

  .startSection .buttons {
    margin-top: 35px;
  }

  .startSection .mainCurrency {
    margin-top: 42px;
  }

  .startAbout {
    padding-left: 0px;
    padding-right: 24px;
  }

  .startAbout .data {
    margin-top: 14px;
  }

  .startAbout .title {
    font-size: 18px;
  }

  .startAbout ul {
    margin-top: 1px;
  }

  .startAbout ul li {
    font-size: 16px;
  }

  .mainCurrency .swiper-slide:first-child .item {
    padding-left: 27px;
  }

  .mainCurrency .item {
    padding-left: 18px;
  }

  .mainCurrency+.navigation {
    margin-top: 30px;
    display: flex;
    justify-content: center;
  }

  .mainCurrency+.navigation [class*=icon] {
    font-size: 19px;
    color: #629fd1;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
  }

  .mainCurrency+.navigation [class*=icon]:hover {
    color: #000001;
  }

  .mainCurrency+.navigation .prev,
  .mainCurrency+.navigation .next {
    cursor: pointer;
  }

  .mainCurrency+.navigation .next {
    margin-left: 48px;
  }

  .mainAdvantages {
    margin-top: 74px;
  }

  .mainAdvantages::before {
    display: none;
  }

  .mainAdvantages .logoImage {
    top: 57px;
    opacity: 0.2;
  }

  .mainAdvantages .sectionContent {
    margin-top: 35px;
  }

  .advantagesList .col {
    width: 50%;
  }

  .advantagesList .advantageItem+.advantageItem {
    margin-top: 27px;
  }

  .advantageItem {
    align-items: center;
  }

  .advantageItem .title {
    font-size: 24px;
  }

  .advantageItem p {
    margin-top: 0px;
    /*font-size: 16px;
    line-height: 18px;*/
    height: auto;
  }

  .mainAbout {
    /*! margin-top: 59px; */
  }

  .mainAbout [class*=btn] {
    margin-top: 42px;
  }

  .mainAbout .sectionContent {
    /*! margin-top: 135px; */
    gap: 40px;
  }

  .mainAbout .col::before {
    left: -4px;
    top: -62px;
    padding-left: 20px;
  }
  #logoreff_home{
    min-height: 200px;
  }
   div#logoreff_home.col.wow.fadeInUp img.logoreff_homeimg {
    width: 300px;
    padding-top: 0px;
    
  }
  
  .col2 .col-right{}
  ul.stateTable{width: 100%;
  }
  #logoreff_home{margin: 0 auto;}
.mainAbout .col {
  
  padding-left: 0px;
}
  .mainAbout .aboutMap {
    margin-top: 78px;
  }

  .aboutMap p {
    /*font-size: 18px;*/
    line-height: 37px;
  }

  .aboutMap .highlight {
    font-size: 24px;
    line-height: 30px;
  }

  .aboutMap .map {
    margin-left: 0px;
    margin-top: 33px;
  }

  .aboutMap .inner {
    right: 127px;
  }

  .mainPlans {
    margin-top: 49px;
    /*! padding-bottom: 100px; */
  }

  .mainPlans .sectionContent {
    margin-top: 42px;
  }

  .plansSlider {
    margin-left: -10px;
    margin-right: -10px;
  }

  .plansSlider .pagination {
    margin-top: 45px;
  }

  .plansSlider .pagination .swiper-pagination-bullet span:nth-child(3) {
    display: none;
  }

  .mainProgram {
    padding-top: 100px;
  }

  .mainProgram .logoImage {
    display: none;
  }

  .mainProgram [class*=btn] {
    margin-top: 50px;
  }

  .mainProgram::after {
    top: -50px;
  }

  .mainProgramBlock {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .mainProgramBlock .item {
    width: auto;
    padding-right: 10px;
    padding-bottom: 8px;
  }

  .mainProgramBlock .item:first-child {
    background-image: url(../img/program_1_sm.html);
  }

  .mainProgramBlock .item:last-child {
    padding-left: 20px;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 8px;
    background-image: url(../img/program_2_sm.html);
  }

  .mainProgramBlock .pct {
    font-size: 48px;
    text-align: center;
  }

  .mainSteps {
    /*! margin-top: 104px; */
  }

  .mainSteps .sectionContent {
    margin-top: 42px;
  }

  .breadcrumbs__item {
       width: 45%;
  }

  .stepsList .item {
    /*! width: 310px; */
  }

  .mainCalc {
    /*! margin-top: 74px; */
  }

  .mainCalc::before {
    /*! top: -50px; */
  }

  .mainCalc .sectionContent {
    margin-top: 0px;
  }

  .profitBlock:last-child {
    height: 173px;
  }

  .profitBlock:last-child .item {
    padding-bottom: 35px;
  }

  .mainTextContent {
    margin-top: 54px;
  }

  .mainTextContent .sectionContent {
    margin-top: 44px;
  }

  .mainTextContent p+p {
    margin-top: 24px !important;
  }

  .mainTextContent figure {
    margin-top: 25px;
  }

  .mainTextContent figure+p {
    margin-top: 39px;
  }

  .mainTextContent figure+p:first-of-type {
    margin-top: 17px;
  }

  .footer {
    /*! margin-top: 40px; */
  }

  .footer::before {
    bottom: 0px;
  }

  .payments .list {
    /*! margin: -12px 0px; */
    /*! padding-left: 55px; */
    /*! padding-right: 55px; */
  }

  .payments .list li {
    /*! margin: 12px 10px; */
  }

  .payments .list li img {
    /*! margin-left: auto; */
    margin-right: auto;
    
  }
  .payments .list li img:hover{
  
  }

  

  .footerInfo {
    /*! margin-top: 68px; */
    /*! padding-bottom: 12px; */
  }

  .footerInfo::before {
    width: 459px;
    height: 291px;
    bottom: 0px;
  }

  .footerInfo .leftSide {
    /*! padding-bottom: 20px; */
    /*! width: 50%; */
    flex-direction: column;
    justify-content: space-around;
  }
  .flex-comp{/*! justify-content: center; */ }
 footer#footer-bg.footer div.footerInfo div.container div.wrapper div.leftSide.wow.fadeIn div.mainContacts{justify-content: space-around; display: flex; flex-direction: column;width: auto;margin: 30px auto 0;}
.footerInfo .rightSide {
 
  width: 40%;
  
}
  .footerInfo .logoWrapper {
    /*! padding-top: 0px; */
    /*! width: 20%; */
  }

  .footerInfo .copyright {
    margin-top: 14px;
  }

  .copyright {
    /*font-size: 14px;*/
  }
  .startSection .mainStat {
  /*margin-top: 110px;*/
}

  .pageTitleSection {
    /*! padding-top: 160px; */
    /*! padding-bottom: 40px; */
  }

  .pageTitleSection .mainCurrency {
    margin-top: 60px;
  }

  .aboutSection {
   /* margin-top: 100px;*/
  }

  .aboutSection .licenseList {
    /*! margin-top: 40px; */
  }

  .textContainer p+p {
    margin-top: 24px !important;
  }

  .textContainer figure {
    margin-top: 25px;
  }

  .textContainer figure.rightSide {
    /*! margin-left: auto; */
    /*! margin-right: auto; */
    /*! margin-top: 50px; */
  }
#bgbodyWrap.bodyWrap div.aboutSection div.container div.aboutMap.wow.animate__fadeInUp div.licenseList div.item div.licenseBlock div.info div.address p.mainAddress { 
  padding-left: 0px;
}
  .textContainer figure.leftSide {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    margin-top: 50px;
  }

  .textContainer figure+p {
    margin-top: 39px;
  }

  .textContainer figure+p:first-of-type {
    margin-top: 17px;
  }

  .textContainer+.textContainer {
    margin-top: 24px;
  }

  .licenseList .subtitle {
    margin-top: 12px;
    font-size: 16px;
    line-height: 21px;
  }

  .advantagesSection {
    margin-top: 100px !important;
  }

  .advantagesSection .sectionContent {
    margin-top: 60px;
  }

  .advantageCard .data {
    margin-left: 24px;
  }

  .advantageCard .title {
    font-size: 24px;
  }

  .advantageCard p {
    margin-top: 0px;
    font-size: 16px;
    line-height: 18px;
  }

  .feedbackSection {
    margin-top: 100px;
  }

  .feedbackSection .subtitle {
    margin-top: 24px;
    font-size: 24px;
    line-height: 30px;
  }

  .feedbackSection .sectionContent {
    margin-top: 42px;
  }

  .feedbackForm .fieldwrap {
    row-gap: 42px;
  }

  .feedbackForm [class*=btn] {
    margin-top: 42px;
  }

  .plansSection {
    margin-top: 100px;
  }

  .programSection {
    margin-top: 100px;
  }

  .programSection .logoImage {
    display: none;
  }

  .rulesSection {
    /*margin-top: 100px;*/
  }

  .rulesSection .info {
    font-size: 16px;
    line-height: 24px;
  }

  .rulesSection .rulesList {
    margin-top: 40px;
  }

  .rulesList {
    margin-bottom: 0px;
  }

  .rulesList .rulesItem {
    width: 100%;
    margin-bottom: 0px;
  }

  .rulesList .rulesItem+.rulesItem {
    margin-top: 30px;
  }

  .rulesItem .titleBlock {
    font-size: 26px;
    line-height: 36px;
  }

  .rulesItem .titleBlock .dot {
    top: 8px;
  }

  .faqSection {
    margin-top: 100px;
  }

  .faqSection .info {
    font-size: 16px;
    line-height: 24px;
  }

  .faqSection .faqList {
    margin-top: 40px;
  }

  .faqSection .pagination {
    margin-top: 40px;
  }

  .faqItem .content .in {
    padding-left: 80px;
  }

  .newsSection {
    margin-top: 100px;
  }

  .newsSection .info {
    font-size: 16px;
    line-height: 24px;
  }

  .newsSection .newsList {
    margin-top: 40px;
  }

  .newsSection .pagination {
    margin-top: 40px;
  }

  .newsCard {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
  }

  .rateSection {
    margin-top: 100px;
  }

  .rateSection .info {
    font-size: 16px;
    line-height: 24px;
  }

  .rateSection .rateList {
    margin-top: 40px;
  }

  .contactsSection {
    margin-top: 100px;
  }

  .contactsSection .info {
    font-size: 16px;
    line-height: 24px;
  }

  .contactsSection .mapBlock {
    margin-top: 60px;
  }

  .contactsList {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
  }

  .loginForm .formWrap {
    grid-template-columns: repeat(1, 1fr);
  }

  .loginForm [class*=btn] {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }

  .loginForm .restorePassword {
    text-align: center;
  }

  .regForm .formWrap {
    grid-template-columns: repeat(1, 1fr);
  }

  .regForm [class*=btn] {
    width: auto;
    display: table;
    margin-left: auto;
    margin-right: auto;
  }

  .cabSocList {
    display: flex;
    position: absolute;
    left: 50%;
    top: calc(100% + 21px);
    margin-left: -103px;
  }

  .cabinetHeader .infoWrapper {
    width: calc(100% - 480px);
    padding-left: 36px;
    padding-right: 36px;
  }

  .cabinetHeader .logoWrapper:before {
    left: -330px;
  }

  .cabinetHeader .logoWrapper:after {
    left: -273px;
  }

  .cabinetHeader .openMobileMenu {
    right: -6px;
  }

  .cabinetHeader .openMobileMenu::before {
    left: -149px;
  }

  .cabinetHeader .openMobileMenu:after {
    left: -88px;
  }

  .cabinetContent .rightSide {
    padding-top: 0px;
    margin-top: 0px;
  }
  table#depotab_pl1.depotab, table#depotab_pl2.depotab, table#depotab_pl3.depotab, table#depotab_pl4.depotab, table#depotab_pl5.depotab, table#depotab_pl6.depotab, table#depotab_pl7.depotab, table#depotab_pl8.depotab{
    width: 100%;
    margin:0 auto 10px;
  }
  .accInfo {
    display: block;
  }

  .accInfo .col:first-child {
    margin: 0 auto;
    width: 100%;
  }

  .accInfo .col+.col {
    margin-top: 20px;
  }
  #accInfostats {
  width: 100%;
  margin-left: 0px;
}

 .accStat {
   /*! display: block; */
  text-align: center;

}
 div#referral.userInfo div.accStat div.item span.param {  
  line-height: 10px;
 
}

#referral.userInfo div.accStat div.item{
	width:100%;
}
 div#referral.userInfo div.accStat div.item span.data {
  margin-right: 0px;
  display: block;
}

 div#referral.userInfo div.accStat div.item:first-child {
    display: block;
    margin-top: 2px;
  }

div#referral.userInfo div.accStat div.item span.param {
  text-align: right;
  margin-left: 10px;
}
#referral.userInfo div.accStat div.item span.data{
	margin-top: 0px;
}

div#referral.userInfo div.accStat div.item{
	width:100%;
}
.accStat .item {
  height: 60px;
  /*! padding-bottom: 12px; */
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-right: 20px;
  margin-top: 10px;
  padding-top: 10px;
}

  .accStat .item+.item {
    margin-top: 15px;
  }

  .accBalance {
    padding-bottom: 51px;
  }

  .balanceList {
    grid-template-columns: repeat(3, 1fr);
    /*! gap: 20px; */
  }

  .balanceBlock .sectionContent {
    /*! margin-top: 40px; */
  }

  .paymentBalance {
    padding-bottom: 14px;
  }

  .paymentBalance ul {
    margin-top: 2px;
  }

  .paymentBalance ul li+li {
    margin-top: 2px;
  }

  .cabNews .newsList {
    grid-template-columns: repeat(1, 1fr);
    max-width: 467px;
    margin: 0 auto;
  }

  .cabNews .sectionContent {
    margin-top: 40px;
  }

  .cabCopyright .wrapper {
    padding-left: 44px;
    padding-right: 64px;
  }

  .cabCopyright .mainContacts {
    font-size: 20px;
  }

  .cabCopyright .copyright {
    font-size: 16px;
  }

  .makeDeposit .col {
    width: 100%;
  }

  .makeDeposit .col+.col {
    margin-top: 20px;
  }

  .makeDeposit .wrapper {
    flex-wrap: wrap;
  }

  .resultBlockWrapper.partners .wrap+.wrap {
    padding-bottom: 30px;
  }

  .depInfo {
    flex-wrap: wrap;
    /*! text-align: center; */
    /*! justify-content: space-around; */
  }

  .depInfo>li {
    width: 50% !important;
  }

  .depData {
    height: auto;
    /*! border-top: 2px solid #fff; */
    padding-left: 0px;
  }

  .depData li {
    padding: 10px;
  }

  .filterBlock {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .filterBlock .date {
    display: flex;
    margin: 0 auto !important;
  }

  .filterBlock .date+.date {
    margin-top: 15px !important;
  }

  .filterBlock .type {
   
  }

  .editForm {
    padding-left: 15px;
    padding-top: 43px;
    padding-right: 15px;
    padding-bottom: 20px;
  }

  .cabMessage img {
    max-width: 150px;
  }

  .cabMessage [class*=btn] {
    margin-top: 50px;
  }

  .referralInfo .bl {
    width: 100%;
    text-align: center;
  }
.referralInfo .link {
  margin: 0 auto;
}
.referralInfo .stateList {
 
  justify-content: space-around;
}
div.outSection form.cont div.wrapper div.fieldset.withButton div.inBlock textarea.inpts {
  
  width: 90%;
 }
  .referralInfo .bl+.bl {
    margin-top: 30px;
  }

  .referralInfo .filterBlock .date .item {
    width: 100%;
  }

  .refList .faqItem .head .title {
    flex-wrap: wrap;
  }

  .refList .faqItem .head .title .col {
    /*! width: 50% !important; */
  }

  .cabSecurity .cabForm {
    padding: 35px 15px;
  }

  .cabSecurity .cabForm.cabGoogleForm {
    padding: 35px 15px;
  }

  .cabSecurity .cabGoggle .lineGoogle {
    flex-wrap: wrap;
  }

  .cabSecurity .cabGoggle .lineGoogle .text {
    width: 100%;
  }

  .cabSecurity .cabGoggle .lineGoogle .picCode {
    margin-top: 30px;
  }

  .cabSecurity .cabGoggle .lineGoogle .inBlock {
    width: 100%;
    margin-top: 30px;
  }

  .cabSecurity .cabGoggle .title {
    max-width: 100%;
  }

  .cabTabLinks .cabTabs .inBlock {
    padding: 0 30px;
    margin-top: 30px;
  }

  .cabTabLinks .cabTabs .tabsBody {
    /*padding: 30px 15px;*/
    position: relative;
  }

  .cabTabLinks .cabTabs .tabsBody img {
    /*! width: 100%; */
  }

  .userInfo.mobile {
    padding-top: 330px;
  }

  .cabClock {
    left: 19px;
    top: 198px;
  }

  .userStatBlock .userStat {
    /*width: 251px;
    padding: 150px 0 0;*/
	min-height: 100px;
  }
.depositTable {  
  width: 100%;
}
.depositTable .datasum {
  font-size: 14px;
 }
  .cabinetContent .leftSide .leftSideWrap {
    max-width: 768px;
  }
  .siteLogo img {  
  width: 90%;  
}

  	.atten_block .item .iconBl{
	left:0;	}
	.atten_block .item .txt { 
  padding-left: 9%;
}
.atten_blockBl {
  /*margin-top: 120px;*/
}
.pageStartWrapper::before {

  /*! background-size: 120%; */
}
}
@media (max-width: 840px) {
div#col-logo div.statshead {
  margin-top: 20px;
  display: flex;
}
  #col-logo {
    width: 100%;
    background-image: url(../img/santa1.png);
    background-size: 100%;
    background-position: right -200px bottom 0px;
    background-repeat: no-repeat;
    height: 670px;
  }
iframe{
	width: 100%;
	height:780px;
}
.mainStat .item {
        width: 100%;}
}
@media (max-width: 767px) {
input#investmentAmount { 
  width: 100%;
}

  .textBlock figure {
    width: 100%;
    height: auto;
  }

  .textBlock figure img {
    
    /*! height: auto; */
  }
  .secCap {
  
	font-size: 40px;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .parent{gap: 10px;}
  div.mainCalc div.sectionTitle.center.wow.fadeIn span.secCap input#plannum{
    font-size: 40px;
  }
  [class*=btnFill] {
    min-width: 250px;
  }
  .firstCap {
    /*! font-size: 40px; */}
  .mobileMenu {
    /*! display: block !important; */
  }
	.mainAbout::before {
  opacity: .6;
}
	.cabinetContent {
  display: block;
  }
  .container {
    /*! max-width: 480px; */
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
  }
  #textBlock-logo {
    top: 0px;
    left: auto;
    margin: 50px auto 10px;
  }
   .mainStat .item {
    /*! width: 50%; */
    width: 100%;
    /*! border-top: 1px solid #FFFFFF; */
    /*! margin-top: 10px; */
    /*! padding-bottom: 10px; */
  }
  .startSection .wrapper{
 max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    /*! text-align: center; */
    display: block;
}
  div.statshead div.item{
    /*! background: rgb(0,0,0,0.8) */
  }
  div#col-logo div.statshead{
    background: rgb(0,0,0,0.5);
    padding: 10px; 
    margin-top: 100px;
  }
  #col-logo{height: 600px}
    #top-text {
    text-align: center;
    margin-top: 50px;
	line-height: 1.2;
  }
 .siteLogo {
    text-align: center;
  }
.startSection .contentContainer {
    text-align: center;
  }
  p.minifont {
    text-align: center;
  }
  div.startSection div.container div.wrapper.wow.fadeIn div#home_but.buttons {
    justify-content: center;
  }
  
  .header::before {
    left: 50%;
    right: auto;
    margin-left: -300px;
  }
  .header::after {
    left: 50%;
    right: auto;
    margin-left: -240px;
  }
div.aboutSection div.container div.wrapper div.tabs div.tab{
	float: left;
width: 95%;
margin: 0px 0px;
position: relative;
}  
  .topLine {
    position: relative;
    padding-top: 8px;
    height: 60px;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }

  .topLine.open {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
a.mobileLogo{
	display:block;
	/*! width: 60px; */
	/*! height: 60px; */
	margin-left: 5px;
}
nav.mobileMenu div.menu-hr {
  border-top: 1px solid rgba(255,255,255, 0.2);
  width: 80%;
  margin: 0 auto;
}
  .openMobileMenu {
    position: absolute;
    display: block;
    z-index: 7;
    cursor: pointer;    
    right: 10px;
    top: 10px;
  }
div.topLine.open div.container div.openMobileMenu span:nth-child(1) {
    top: 10px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #D92534;
  }
  div.topLine.open div.container div.openMobileMenu span:nth-child(2) {
    opacity: 0;
  }
  div.topLine.open div.container div.openMobileMenu span:nth-child(3) {
    top: -6px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #D92534;
  }
  .mainAbout .col::before{
  	/*! opacity: 0.4; */
  }
  div#licenseBlock_home.col div.licenseBlock div.info div.address{
    margin: 20px auto 0;
    text-align: center;
  }
input#menu {
    display: none;
}
  .mobileMenu {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 20px;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 5;
    border-bottom: 1px solid rgba(255,255,255, 0.4);
  -webkit-box-shadow: 0 4px 16px rgba(54,183,192, 0.24);
  -moz-box-shadow: 0 4px 16px rgba(54,183,192, 0.24);
  box-shadow: 0 4px 16px rgba(255,255,255, 0.24);
  }
 
  .mobileMenu .siteMenu {
    display: block;
    max-width: 480px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    /*! border-bottom: 1px solid rgba(54,183,192, 0.2); */
    margin-bottom: 10px;
  }
  .mobileMenu .siteMenu li {
    position: relative;
    padding-left: 30px;
  }
  ul.siteMenu li.menu_svg {
    height: 40px;
}
  nav.mobileMenu ul.siteMenu li.menu_svg a{height: 40px;}
  li.menu-hiden{
    display:  none;
  }
  .mobileMenu .siteMenu li a {
    position: static;
    padding-bottom: 0px;
    line-height: 40px;
    font-size: 18px;
  }

  .mobileMenu .siteMenu li a::before {
    width: 20px;
    height: 20px;
    top: 10px;
    bottom: auto;
   -webkit-animation-name: zoomcap;
  -moz-animation-name: zoomcap;
  -o-animation-name: zoomcap;
  animation-name: zoomcap;
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
  -o-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  }
  #li-mobile{  display: table;}
  .siteMenu li a.registration_head{display: none;}
.headerInfo .rightSide {
  margin-top: 5px;
}
.headerInfo .leftSide {
  padding-top: 0px;
}
.headerInfo .leftSide {
 display: flex;
  width: 100%;
}
.headerInfo .rightSide {  
  width: 100%;
  display: flex;  
}
 .headerInfo .wrapper {
text-align: center;
padding-top: 10px;
display: flex;
flex-wrap: wrap;
place-content: space-between center;
width: 300px;
margin: 0 auto;
}
.minilogo-head{
	display: none;
}
  div#mobile_logo_page.titleContainer{
  	display: block;
  }
	.missionAbout .list {
  display: block;
  /*! margin-top: 60px; */
  }
  .missionAbout .item {
  width: calc((100% / 1) - 22px);
  margin-top: 20px;}
  
  .forma, .loginForm .formWrap, .regForm .formWrap{
  	width:100%;
    padding: 50px;
  }
  .startSection {
    /*! padding-top: 80px; */
  }

  .startSection .contentContainer {
    /*! margin-top: 66px; */   
    /*! font-size: 32px; */
/*! line-height: 42px; */
  }

.pageTitleSection div.container div.buttons,  .startSection .buttons {
    margin-top: 20px;
    /*justify-content: space-between;*/
    /*! margin-bottom: 60px; */
  }

  /*.startSection .buttons [class*=btn]+[class*=btn] {
    margin-left: 0px;
  }*/
  .siteLogo img {
  
  width: 80%;
 
}

  .startSection .mainStat {
    /*margin-top: 160px;*/
  }
.siteLogo{
	/*! margin-top: 0px; */
}
#bgbodyWrap.bodyWrap div.headerInfo.wow.animate__fadeIn div.container div.wow.animate__fadeIn div#mobile_logo_page.titleContainer,
#bgbodyWrap.bodyWrap div.pageStartWrapper header.header div.headerInfo.wow.animate__fadeIn div.container div.wow.animate__fadeIn div#mobile_logo_page.titleContainer{
	display: none;
}

.mywrapper {
display: block;
margin: 40px auto;
}
.headerInfo .logoWrapper {
  padding-top: 0;
 
}

div#mobile_logo_page.titleContainer div.siteLogo {
  display: block;
  cursor: pointer;
margin-top: 70px;
}
div#mobile_logo_page.titleContainer {
  display: none;
}
.footerInfo .copyright {
  margin-top: 30px;
}
  .startSection .mainCurrency {
    margin-top: 49px;
  }

  .mainStat {
    /*! max-width: 392px; */
  }

  .mainStat .item {
    /*width: 50%;*/
    /*! width: 100%; */
    /*! border-top: 1px solid #FFFFFF; */
  }
  .mainAdvantages{
  	margin-top: 94px;
  }
#mobstat{
	width: 100%;
}
  .mainStat .item:nth-child(1),
  .mainStat .item:nth-child(2) {
    /*border-top: none;*/
  }



  .startAbout {
    display: block;
    padding-right: 0px;
  }

  .startAbout .item {
    display: flex;
  }

  .startAbout .item+.item {
    margin-top: 30px;
  }

  .startAbout .img {
    width: 161px;
    height: auto;
  }

  .startAbout .data {
    margin-top: 0px;
  }

  .mainCurrency .swiper-slide:first-child .item {
    padding-left: 32px;
  }

  .mainAdvantages .sectionContent {
    margin-top: 37px;
  }

  .mainAdvantages .logoImage {
    top: 197px;
  }

  .advantagesList {
    display: block;
  }

  .advantagesList .col {
    max-width: 350px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .advantagesList .col+.col {
    margin-top: 10px;
  }

  .advantagesList .advantageItem+.advantageItem {
    margin-top: 10px;
  }
  .mainAbout {
   /*! margin-top: 0px; */
    /*! padding-top: 0px; */
  }

  .mainAbout .sectionContent {
    margin-top: 0px;
    display: block;
  }

  .mainAbout .col+.col {
    margin-top: 50px;
  }

  .mainAbout .aboutMap {
    margin-top: 35px;
  }
  .aboutMap p {
    /*font-size: 16px;
    line-height: 21px;*/
  }

  .aboutMap .highlight {
    display: block;
    margin-top: 6px;
    font-size: 21px;
    line-height: 36px;
  }

  .aboutMap .map {
    margin-left: calc((100vw - 225px) / -2);
    margin-right: calc((100vw - 450px) / -2);
    overflow-x: scroll;
    margin-top: 37px;
  }
  .aboutMap .inner {
    right: 0px;
  }

  .mainPlans {
    margin-top: 53px;
  }
  .plansSlider .planCard {
    margin-left: auto;
    margin-right: auto;
  }

  .plansSlider .pagination .swiper-pagination-bullet span:nth-child(2),
  .plansSlider .pagination .swiper-pagination-bullet span:nth-child(3) {
    display: none;
  }
  .mainProgram [class*=btn] {
    margin-top: 30px;
  }
  .mainProgramBlock {
    display: block;
  }

  .mainProgramBlock .item {
    min-height: 258px;
    height: auto;
    /*background-color: rgba(35, 14, 74, 0.77);*/
    background-size: auto;
    background-position: right bottom 10px;
    background-repeat: no-repeat;
  }

  .mainProgramBlock .item:first-child {
    background-image: url(../img/program_1_xs.html);
  }

  .mainProgramBlock .item:first-child .info {
    max-width: 100%;
  }

  .mainProgramBlock .item:last-child {
    background-image: url(../img/program_2_xs.png);
    background-position: right bottom 30px;
  }

  .mainProgramBlock .item:last-child .info {
    max-width: 100%;
  }

  .mainProgramBlock .item+.item {
    margin-top: 20px;
  }

  .mainProgramBlock .pct {
    padding-left: 25px;
    text-align: left;
  }

  .stepsList .item {
    width: 100%;
  }
  .mainSteps {
    /*! margin-top: 76px; */
  }

  .mainSteps .sectionContent {
    margin-top: 33px;
  }

  .stepItem {
    /*! padding-bottom: 37px; */
  }

  .stepItem p {
    margin-top: 12px;
  }

  .mainCalc {
    /*! margin-top: 75px; */
  }
 .mainCalc .col {
        width: 100%;
    
  }
  .mainCalc::before {
    top: -80px;
  }

  .mainCalc .buttonWrapper {
    margin-top: -45px;
  }

  .mainCalc .buttonWrapper::before {
    display: none;
  }

  .plansBlockWrapper::after {
    height: calc(100% - 0px);
    background-position: center 85px;
  }
  .plansSmSlider .navigation .prev {
    left: 13px;
    top: 250px;
  }

  .plansSmSlider .navigation .next {
    right: 13px;
    top: 250px;
  }

  .planSmCard {
    padding-top: 36px;
  }

  .planSmCard .back {
    top: -9px;
  }

  .planSmCard .image {
    top: 22px;
  }

  .planSmCard .info {
    height: 125px;
    line-height: 54px;
    padding: 0px 13px 25px;
    align-items: center;
  }

  .planSmCard .name {
    /*font-size: 18px;
    line-height: 22px;*/
    display: block;
    line-height: 1;
    /*! font-size: 40px; */
  }

  .planSmCard .term {
    margin-top: 1px;
    font-size: 15px;
    line-height: 19px;
  }

  .planSmCard .pct {
    font-size: 18px;
    line-height: 19px;
  }

  .profitBlock .item:first-child {
    padding-left: 0px;
  }

  .profitBlock .item:last-child {
    padding-right: 0px;
  }

  .profitChart {
    /*! padding-left: 28px; */
    /*! padding-right: 28px; */
  }

  .profitChart .chart {
    /*width: 100%;*/
  }

  .mainTextContent .sectionContent {
    margin-top: 38px;
  }

  .mainTextContent p+p {
    margin-top: 21px !important;
  }

  .mainTextContent p+p:last-child {
    margin-top: 24px !important;
  }

  .mainTextContent figure {
    margin-top: 25px;
  }

  .mainTextContent figure+p {
    margin-top: 29px;
  }

  .mainTextContent figure+p:first-of-type {
    margin-top: 19px;
  }

  .footer {
    /*! margin-top: 40px; */
  }

  .footer .siteMenu {
    display: flex;
  }

  .footerInfo {
    /*! margin-top: 50px; */
    /*! background-color: transparent; */
    /*! -webkit-box-shadow: none; */
    /*! -moz-box-shadow: none; */
    /*! box-shadow: none; */
  }

  .footerInfo::before {
    bottom: -2px;
    width: 466px;
    height: 246px;
  }

  .footerInfo .wrapper {
    flex-wrap: wrap;
  }
.footerInfo .leftSide {
  
  /*! width: 100%; */
  /*! text-align: center; 
  text-align: center;*/
}
.footerInfo .rightSide {
  /*! width: 100%; */
}
.mobileMenu .mainContacts{
	display: block;
	text-align: center;
	padding-top: 30px;
}
.mainContacts {
   margin: 0 auto;
   line-height: 34px;
}
  footer#footer-bg.footer div.footerInfo div.container div.wrapper div.leftSide.wow.fadeIn div.mainContacts{text-align: center;}
div.footerInfo div.container div.wrapper div.rightSide.wow.fadeIn div.mainContacts a.siteLink {
  display: block;
  line-height: 28px;
  /*! padding-left: 0; */
  /*! text-align: center; */
}
  .mainContacts p a {
  /*margin-left: auto;*/
  line-height: inherit;
}
.socList {
  /*! display: flex; */
  justify-content: start;
  /*! width: 180px; */
  /*! margin: 0 auto; */
    margin-top: 0px;
}
.footerInfo .rightSide {
  /*! width: 100%; */
  /*! justify-content: space-between; */
  /*! position: relative; */
/*! z-index: 1; */
}
  .footerInfo .logoWrapper {
    /*! margin-top: 0px; */
    /*! order: 1; */
    /*! width: 100%; */
	/*! position: relative; */
	/*! z-index: 1; */
  }

  .payments .list {
    /*! margin: -5px 0px; */
    /*! padding-left: 0px; */
    /*! padding-right: 0px; */
    flex-wrap: wrap;
    /*! justify-content: center; */
    /*! width: 400px; */
  }

  .payments .list li {
    margin: 5px 0px;
	
   
  }

  
  .payments .list li img {
    /*! margin-left: auto; */
    margin-right: auto;
  }

  .payments .list li:nth-last-child(1) {
    margin-top: 0px;
    margin-left: 0px;
  }

  .payments .list li:nth-last-child(2) {
    margin-top: 0px;
    margin-right: 0px;
  }
  .footerInfo::after {
    /*! content: ""; 
    display: block;
    position: absolute;
    width: 100%;
    height: 215px;
    left: 0px;
    bottom: 0px;
    background-color: rgba(22, 8, 49, 0.302);
    -webkit-box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.5);*/
  }

  .bottomLine {
    /*padding-top: 21px;*/
  }

  .bottomLine .siteMenu {
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -12px;
    margin-right: -12px;
  }

  .bottomLine .siteMenu li {
    margin: 0px 12px 9px;
  }

  .bottomLine .siteMenu li a {
    padding-bottom: 12px;
    line-height: 16px;
  }

  .pageTitleSection .mainCurrency {
    margin-top: 50px;
  }

  .aboutSection {
    margin-top: 0px;
	padding-top: 0px;
  }
  #response{
  	max-width: 100%;
  }
  #CabinetSection {
  padding-right: 0px;
  padding-left: 0px;
}
.userInfo, .userStatBlock .userStat, .accInfo, .notices {
  width: 100%;
}
.accStat {
  max-width: 100%;
  margin: 0 auto;
}

.accStat {

  max-width: 100%;
  margin: 0 auto;
}
  .aboutSection .licenseList {
    /*! margin-top: 30px; */
  }
  div#bgbodyWrap.bodyWrap div.aboutSection div.container div.aboutMap.wow.animate__fadeInUp div.licenseList {
  padding-bottom: 0px;
  }

.licenseList .item {
  width: 100%;}
  .textContainer p+p {
    margin-top: 21px !important;
  }

  .textContainer p+p:last-child {
    margin-top: 24px !important;
  }

  .textContainer figure {
    margin-top: 25px;
    width: 100%;
    height: auto;
  }

  .textContainer figure img {
  
    width: 100%;
    margin: 30px auto;
  }
div.aboutSection div.container div#about-txt.textContainer.wow.fadeInUp div.textBlock {
  display: flex;
  align-items: center;
  flex-direction: column; 
}
  .textContainer figure+p {
    margin-top: 29px;
  }

  .textContainer figure+p:first-of-type {
    margin-top: 19px;
  }

  .textContainer+.textContainer {
    margin-top: 21px;
  }

	.licenseList {
    grid-template-columns: repeat(1, 320px);
	/*! gap: 20px; */
	text-align: center;
	/*padding-top: 0px;*/
	padding-bottom: 0px;
  }
  .licenseBlock img{
  	/*! margin:0 auto; */
  	/*! width: 330px; */
  }
  div#myreff.licenseBlock div.info div.address p.mainAddress {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 0;
}
div#myreff.licenseBlock {
  padding-top: 0px;
  margin-top: -40px;
}
div#myreff.licenseBlock div.info div.address div.pct {
  width: 100%;}
  span#title_plans.secCap {
  margin-top: 0px;
  padding-bottom: 50px;
  padding-top: 50px;
}
  .licenseList {
    background-position: center 85%;}
    .investListPlan .item {
  width: calc((100% / 1) - 14px);
  border: 1px solid #D92534;
  padding: 20px;
}
  .parent{gap: 10px;grid-template-columns: repeat(2, 1fr);grid-template-rows: repeat(4, 1fr);}
  .div3 {
    grid-column-start: 1;
    grid-row-start: 2;
}

.div4 {
    grid-row: span 2 / span 2;
    grid-column-start: 2;
    grid-row-start: 1;
}

.div5 {
    grid-column: span 2 / span 2;
    grid-row-start: 3;
}

.div6 {
    grid-row-start: 4;
  grid-column-start: 1;
}

.div7{
    grid-row-start: 4;
  grid-column-start: 2;
}
  div.mainAbout div.container div#invreff.sectionContent{margin-top: 50px;}
  div.mainAbout div.container div#invreff.sectionContent div#reff_home.col.wow.fadeInUp {margin-top: 0px;}
  .div7 {
      /*! background-position: center bottom; */}
    .investListPlan {
    margin-top: 57px;
    margin: 50px auto 0;
  }
   div.mainStat-content div.item {
       width: 50%;
       margin-left: 0;
       border-right: 0;
  }
    div#stat4.item {
    border-right: 0;
  }
 div.col2.depositwithdrawal{
    flex-direction: column;
    padding: 0 30px;
  }
div.startSection div.aboutSectionhome div.col2.depositwithdrawal div.col-left.wow.fadeInUp,
div.aboutSectionhome div.col2.depositwithdrawal div.col-right.wow.fadeInUp{ width: 100%; margin-right: 0;margin-left: 0;margin-bottom: 20px;}
  .investListPlan .num,
.investListPlan .item .desr,
  .investListPlan .item ul{text-align: center;  }
  .investListPlan .item .desr{height: 40px}
  
  .flex-comp{ /*! display: table; *//*! text-align: center; */flex-direction: column;align-items: center;text-align: center;width: auto;}
  .mainAddress-flex{margin-top: 20px;}
footer#footer-bg.footer div.footerInfo div.container div.wrapper div.leftSide.wow.fadeIn div.flex-comp div.mainAddress-flex div.payments{/*! width: 50%; */}
  div.leftSide.wow.fadeIn div.flex-comp div.mainAddress-flex{position: relative; width: auto;}
  .mainAddress, .payments .list, .mainContacts p a, div.footerInfo div.container div.wrapper div.leftSide.wow.fadeIn div.mainContacts a.siteLink{padding-left: 0;text-align: center;}
  .licenseBlock{text-align: center;margin-right: 0;}
  div.flex-comp div.mainAddress-flex p.mainAddress span.icon-location1,
  p.mainAddress span.icon-wallet, div.wrapper div.leftSide.wow.fadeIn div.mainContacts p span.icon-mail{display: none;}
  .mainPlans::before {
  height: auto;}
  
  div#video-new.mainPlans div#video.investListPlan.wow.fadeIn div.item{
   width: 97%;
}
  div#video-new.mainPlans div#video.investListPlan.wow.fadeIn div.item iframe{

  height: 300px;
}
  div#my_vip.investListPlan div.item {
  width: calc((100% / 1) - 14px);
}
.investListPlan .item .desr {

/*! font-size: 34px; */}
  .advantagesSection {
    margin-top: 60px !important;
  }

  .advantagesSection .sectionContent {
    margin-top: 40px;
  }

  .advantagesBlock {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .feedbackSection {
    margin-top: 80px;
  }

  .feedbackSection .subtitle {
    margin-top: 16px;
    font-size: 20px;
    line-height: 26px;
  }

  .feedbackSection .sectionContent {
    margin-top: 30px;
  }
  .feedbackForm .fieldwrap {
    display: block;
  }

  .feedbackForm .field+.field {
    margin-top: 20px;
  }

  .feedbackForm [class*=btn] {
    margin-top: 30px;
  }

  .plansSection {
    margin-top: 60px;
  }

  .planInfo li {
    padding-left: 15px;
    padding-right: 15px;
  }

  .planInfo .param {
    font-size: 16px;
  }

  .planInfo .data {
    font-size: 16px;
  }
  .planInfoSlider {
    padding-bottom: 24px;
  }

  .planInfoSlider .note {
    margin-top: 16px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .programSection {
    margin-top: 80px;
  }

  .programSection [class*=btn] {
    margin-top: 30px;
  }

  .rulesSection {
    margin-top:0px;
  }

  .faqSection {
    margin-top: 0px;
  }

  .faqItem .icon {
    width: 50px;
    height: 50px;
  }

  .faqItem .title {
    padding-left: 14px;
    margin-left: 30px;
    font-size: 16px;
    line-height: 21px;
  }

  .pagination .pagination li+li {
    margin-left: 16px;
  }

  .newsSection {
    margin-top: 60px;
  }

  .newsList {
    display: block;
  }

  .newsList .item+.item {
    margin-top: 20px;
  }

  .rateSection {
    margin-top: 60px;
  }

  .rateList {
    display: block;
  }

  .rateList .item {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
  }

  .rateList .item+.item {
    margin-top: 20px;
  }

  .contactsSection {
    margin-top: 60px;
  }

  .contactsSection .mapBlock {
    margin-top: 40px;
  }

  .contactsList {
    display: block;
  }

  .contactsList .item+.item {
    margin-top: 20px;
  }

  .mapBlock .address {
    width: 100%;
    height: auto;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 30px;
    padding-right: 120px;
    font-size: 16px;
  }

  .mapBlock .address::before {
    right: -110px;
  }

  .authWrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .loginForm {
    padding: 30px 15px;
  }

  .regForm {
    padding: 30px 15px;
  }

  .cabinetHeader .logoWrapper {
    width: 167px;
  }

  .cabinetHeader .logoWrapper:before {
    display: none;
  }

  .cabinetHeader .logoWrapper:after {
    left: -268px;
  }

  .cabinetHeader .openMobileMenu {
    right: -25px;
  }

  .cabinetHeader .openMobileMenu:before {
    display: none;
  }
  .cabSocList {
    top: calc(100% + 33px);
    margin-left: -107px;
  }
  .cabinetContent .rightSide {
    padding-top:0px;
  }

  .cabinetHeader .infoWrapper {
    width: 110px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
    text-align: center;
    top: 7px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
  }

  .cabinetHeader .openMobileMenu {
    right: 0;
  }

  .userInfo .icon {
    margin-top: 0;
  }

  .userInfo .icon+.wrap {
    margin-left: 0;
    margin-top: 0;
  }



  .userInfo .data {
    margin-top: 2px;
    font-size: 15px;
  }

  .accInfo .col:first-child {
    width: 100%;
  }

  .accInfo [class*=btnFill] {
    /*! min-width: 192px; */
    font-size: 17px;
  }
  .accBalance {
    padding: 19px 21px 41px;
  }

  .accBalance .title {
    /*font-size: 30px;
    line-height: 32px;*/
  }

  .accBalance .num {
    font-size: 48px;
    line-height: 50px;
    /*! text-align: center; */
  }

  .accBalance .buttons {
    margin-top: 40px;
  }
  .accInfo div.col div.accStat div.item {
  max-width: 100%;
}
  .accStat {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px 60px;
    max-width: 100%;
    margin: 0 auto;
  }
  .accStat {
  
  text-align: left;
}
  .balanceList {
    /*! gap: 20px; */
    grid-template-columns: repeat(2, 1fr);
  }

  .balanceBlock .sectionContent {
    /*! margin-top: 37px; */
  }
  .cabNews .sectionContent {
    margin-top: 20px;
  }

  .cabNews .newsList .newsCard {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cabCopyright .wrapper {
    height: auto;
    padding: 22px 0 22px;
    flex-wrap: wrap;
  }

  .cabCopyright .mainContacts {
    font-size: 20px;
    width: 100%;
    text-align: center;
  }

  .cabCopyright .copyright {
    font-size: 16px;
    width: 100%;
    margin-top: 21px;
  }

  .depositItem .name {
    width: 100%;
  }
  .depositItem{padding: 10px;}
.about-bg-video-deposit {
  max-width: 150px;
}
  .depositItem .progress {
    /*border-top: 1px solid rgba(1, 52, 63, 0.5);*/
    width: 100%;
  }

  .depData {
    flex-wrap: wrap;
    border-top: 0;
  }

  .depData li {
    width: 100% !important;
    border-top: 1px solid rgb(74,139,209, 0.4);;
    padding-left: 8px;
  }

  .depData li .mobileTitle {
    margin-bottom: 5px;
    line-height: 1.4;
    font-size: 18px;
  }

  .depInfo>li {
    width: 50% !important;
    white-space: nowrap;
  }

  .depositsSection {
    padding-top: 0;
  }

  .historyTable .type .data {
    font-size: 15px;
  }

  .historyTable .tRow .tCell {
    width: 50%;
  }

  .outSection .balanceInfo .sum {
    font-size: 40px;
    line-height: 40px;
    margin: 0;
    width: 100%;
    text-align: center;
  }
.outSection .sumWrapper .field {
    max-width: 100%;
}
.item b.transtype {
  /*font-size: 20px;*/
  line-height: 25px;
  /*padding-left: 5px;*/
}
  .outSection .wrapper {
    flex-wrap: wrap;
  }

  .outSection .payWrapper {
    margin-top: 30px;
  }

  .outSection .col {
    width: 100%;
  }

  .outSection .col+.col {
    margin-top: 15px;
  }

  .editSection .wrapper {
    flex-wrap: wrap;
  }

  .editSection .col {
    width: 100%;
  }

  .editSection .col+.col {
    margin-top: 0px;
  }

  .cabMessage {
    padding-top: 0;
    padding-bottom: 0;
  }

  .refList .faqItem .head .title .col {
    width: 100% !important;
  }

  .refList .faqItem .head .title .col+.col {
    margin-top: 15px;
  }

  .refList .faqItem .content .in {
    padding-left: 40px;
    
    line-height: 20px;
  }

  .cabSecurity .cabForm .cabFormRight {
    margin-top: 30px;
  }

  .cabSecurity .cabForm .cabFormRight,
  .cabSecurity .cabForm .cabFormLeft {
    width: 100%;
  }

  .cabSecurity .cabGoggle .lineGoogle .picCode {
    margin-top: 15px;
  }

  .cabTabLinks .cabTabs .listLinks {
    flex-wrap: wrap;
  }

  .cabTabLinks .cabTabs .listLinks li {
    width: 100%;
  }

  .cabTabLinks .cabTabs .listLinks li+li {
    /*! margin-top: 5px; */
  }

  .cabTabLinks .cabTabs .tabsBody img {
    /*width: 100%;*/
  }

  .cabTabLinks .cabTabs .inBlock {
    padding: 0 15px;
  }

  .userInfo.mobile {
    width: 50%;
    left: 0;
    padding: 15px;
    order: 3;
  }

  .cabinetContent .leftSide .leftSideWrap {
    max-width: 100%;
    /*flex-wrap: wrap;
    padding-top: 173px;*/
  }
  .cabinetContent .leftSide{
  	width: 100%;
  	padding-top: 10px;
  }
  

  .cabinetContent .leftSide .leftSideWrap::before {
    /*height: 2334px;*/
  }

  .cabinetContent .leftSide .leftSideWrap:after {
    /*height: 2334px;*/
  }

  .cabinetContent .leftSide .cabinetMenu {
    order: 2;
    width: calc(100% - 30px);
    padding: 20px 15px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 10px 20px;
    border: 1px solid #4A8BD1;
    justify-content: center;
  }

  .cabinetContent .leftSide .cabinetMenu::before {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
  }

  .cabinetContent .leftSide .cabinetMenu .data {
    font-size: 16px;
    white-space: nowrap;
  }

  .cabinetContent .leftSide .cabinetMenu [class*=icon] {
    font-size: 26px;
    width: 38px;
  }

  .cabinetContent .leftSide .cabinetMenu li {
    width: 50%;
    margin-bottom: 10px;
  }

  .cabinetContent .leftSide .cabinetMenu li>a {
    font-size: 16px;
  }

  .cabinetContent .leftSide .cabinetMenu li+li {
    margin-top: 0;
  }

  .cabinetContent .leftSide .cabinetMenu li::before {
    display: none;
  }
  .cabinetMenu li {
 
  height: 50px;
  
  padding-left: 30px;
}

  .userStatBlock {
    order: 3;
  }

  .userStatBlock .userStat {
    /*! padding: 25px 0; */
    display: table;
  }
  div#CabinetSection.aboutSection div.userStatBlock.wow.fadeIn div#info_data.userStat div.item{
    margin: 20px auto;
  }
  .userStatBlock .userStat .param {
    font-size: 16px;
    line-height: 20px;
  }

  .userStatBlock .userStat .num {
    font-size: 24px;
    line-height: 28px;
   
  }
 

  .userStatBlock .userStat .date {
    font-size: 17px;
    line-height: 17px;
    margin-top: 5px;
  }
  .userInfo {
  
  flex-wrap: wrap;
  display: block;
}
.userInfo .item {
   /*! width: 50%; */
/*! text-align: right; */
/*! display: block; */
}
div#referral.userInfo div.accStat div.item {
  
  padding-right: 0px;
}
div#referral.userInfo div.accStat div.item span.param {
  line-height: 20px;
  
}
.userInfo .item:first-child {
  /*! display: block; */
}
.userInfo .icon {
  
  text-align: right;
}
.userInfo .item + .item {
  margin-left: 0px;
}


  .userStatBlock .userStat .item+.item {
    /*margin-top: 19px;*/
  }

  .userStatBlock .userStat .item:last-child {
    /*width: 220px;
    left: 50%;
    margin-left: -110px;
    position: absolute;*/
  }

  .cabClock {
    left: 50%;
    top: 40px;
    margin-left: -100px;
    width: 200px;
  }

  .userInfo.mobile {
    padding: 23px 31px;
  }

  .userInfo.mobile .item:first-child {
    display: flex;
  }

  .userInfo.mobile .item .icon+.wrap {
    margin-left: 10px;
  }

  .mainStartWrapper:before {
    top: -126px;
  }
  
 .depositItem .name img {
    /*! margin: 0 -30px -30px; */
}
	.fill-container {
		display: none;
}
#mobile-video.background.fill-container{
	display: block;
}

nav.mobileMenu ul.socList.headmenu{
	display:flex;
}
#myflags {
justify-content: center;	
}
#myflags {
   height: 26px;
 }
 div#myflags.gtranslate_wrapper.new-flag{
    display:block;
  position: absolute;
  width: 90px;
  top: 16px;
  right: 55px;
  }
.gt_switcher_wrapper {
  height: 26px;
  /*! width: 60px; */
  }
  .gt_container--hich1m .gt_switcher .gt_selected{
  	height: 26px;
  	border: 1px solid #4A8BD1;
  }
  .gt_container--hich1m .gt_switcher .gt_selected a{
  	line-height: 26px;
  }
  .gt_container--hich1m .gt_switcher .gt_selected a::after {
  right: 5px;  
  height: 26px;}
  .gt_container--hich1m .gt_switcher .gt_selected a.open::after {
   transform:rotate(-180deg);

}

.gt_container--hich1m .gt_switcher .gt_selected:hover a::after {
   right: 5px;
 
  height: 26px;}
  	.atten_block .item .iconBl{
	  left: 20px;
	width: 110px;}
	.atten_block .item .txt { 
  padding-left: 110px;
}
.atten_blockBl div.list div.item span.title{
	padding-left: 0px;
}
.mobileMenu .siteMenu {
    /*-webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;*/
  }
    .siteLogo {
    /*! font-size: 65px; */
    width: 100%;
  }
  span.st_color{width: 100%;
  margin-bottom: 40px}
  .slider label {
    font-size: 14px !important;
  }
}



@media (max-width: 479px) {
  body{min-width: 400px;}
div.mainStat-content div.item {
    width: 80%;
      }
	  div.col2.depositwithdrawal {
    flex-direction: column;
    padding: 0 10px;
  }
 div#select_wallet.fieldset.pay div.payWrapper table#depotabprocessing.depotab tbody tr td.inheader1.noview479 div.view479address{
 	white-space:wrap;
 	font-size: 15px;
 }
.depositItem::before{
content: ""; 
  display: block;
  position: absolute;
  left: 0; top: 0;
  /*! z-index: 1; */
    -webkit-transition: color 0s;
  -moz-transition: color 0s;
  -o-transition: color 0s;
  transition: color 0s;
  background-image: url(../img/plans1.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
 width: 100%;
 height: 100%;
  -webkit-animation: bg-scrolling-reverse 5s infinite; -moz-animation: bg-scrolling-reverse 5s infinite;
   -o-animation: bg-scrolling-reverse 5s infinite; 
  animation: bg-scrolling-reverse 5s infinite; 
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}

.depData {
    border-top: 0;
 
    margin-top: 0;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
}
div.col.calc.wow.fadeInUp::before {
 content: ""; 
  display: block;
  position: absolute;
  left: 0; top: 0;
  
  /*! opacity: 0.3; */
  z-index: 1;
  /*padding-left:60px;*/
  -webkit-transition: color 0s;
  -moz-transition: color 0s;
  -o-transition: color 0s;
  transition: color 0s;
  background-image: url(../img/plans1.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
 width: 100%;
 height: 100%;
  -webkit-animation: bg-scrolling-reverse 5s infinite;
   -moz-animation: bg-scrolling-reverse 5s infinite;
   -o-animation: bg-scrolling-reverse 5s infinite;
 
  animation: bg-scrolling-reverse 5s infinite;
 
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}

    #col-logo {
    height: 1000px;
    background-position: right -200px top 450px;
    background-size: 200%;
  }
  .about-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: 20px;
  align-items: baseline;
  white-space: wrap;
}

center.paginat a, center.paginat, .paginat span.pagepag {
  font-size: 16px;
  width: 90%;
  margin: 0 auto;}
.aboutSectionhome_red, .aboutSectionhome_red a{font-size: 18px;}
.cabinetContent .leftSide .cabinetMenu .data {
  font-size: 15px;
  white-space: wrap;
  /*padding-bottom: 4px;*/
}
#purchase_a_contract {
  margin-left: 10px;
}
   .cabinetContent .leftSide .cabinetMenu {
 
     width: auto;
     margin: 0 10px 20px;
}
div.field div.inBlock div.inWrap img {
  /*height: 20px;
  margin: 14px 20px 0 20px;*/
}
.outSection .fieldset > .title, .outSection .balanceInfo .cap {
 
  font-size: 24px;}

.firstCap{font-size: 35px;line-height: 50px;}

.depData li,
.depData li.in, .depData li.out {
line-height: 16px;
  font-size: 16px;}
  .depInfo > li {
  padding: 5px; 
  width: 100% !important; text-align: center;}
  .advantageItem .title {
  font-size: 20px;
}
.planSmCard .name {/*! font-size: 30px; */}
.profitBlock .title { font-size: 16px;padding: 0 5px;line-height: 1.1;}
.planSmCard .title {font-size: 24px;}
.stepItem p { font-size: 16px;}
  .textContainer figure.rightSide {/*! margin-top: 50px; */ /*! margin-bottom: 50px; */ /*! margin: 0 auto; */text-align: center;}
    .textContainer figure img {
    width: 380px;
  }
  .sectionTitle .preTitle { margin: 20px auto 50px;}
  .missionAbout .item {  margin: 20px auto; padding: 30px;}
  .missionAbout .item .txt{/*! text-align: center; */ }
  .mainContacts p a { font-size: 18px;}
  .rulesSection {  margin-top: 0px;}
.advantageItem p {
  font-size: 16px;}
div.mainCalc  div.sectionTitle.center.wow.fadeIn span.secCap input#plannum, .secCap {
  font-size: 30px;
  /*! line-height: 50px; */
  /*! padding-bottom: 20px; */
}
  div#myreff.licenseBlock div.info div.address span.title{
    font-size: 30px;
    line-height: 50px;
    padding-bottom: 20px;
display: block;
font-weight: 300;
  text-transform: none;
  text-align: center;
  }
  #how_it.stepsList div.item div.stepItem.wow.fadeIn span.title h2{line-height: 1.5;
    margin-bottom: 10px;
    font-size: 20px;
    text-align: left;}
  .planSmCard .title{font-size: 18px;}
  .plansSmSlider .navigation [class*="icon"]{font-size:10px;}
  .plansSmSlider .navigation .prev {
    left: 5px;
    top: 247px;
  }
   .plansSmSlider .navigation .next {
    right: : 5px;
    top: 247px;
  }
  .profitChart .subtitle{line-height: 1;}
.pageStartWrapper::before {
  /*! background-position: -400px top; */}
.myhystor1 {
  display: block;
  /*grid-template-columns: 1fr 1fr;*/
  padding: 5px;
  text-align: center;
  word-wrap:break-word;
  font-size: 14px;
  width:100%;
  line-height: 20px;
}
.depotab{
	/*margin-left: -20px;*/
max-width: 100%;
padding: 10px 2px;
}
 /*#mytabs {
 margin-left: -20px; 
}*/ 
.accBalance .title {
  font-size: 26px;
  line-height: 32px;
  /*! text-align: center; */
}
#myhystor3 {
  text-align: center;
}
#CabinetSection{
	
}


.faqItem .content {
  font-size: 16px;}
.tab-label {
  margin: 0px 5px;}
.faqItem .content .in {
  padding-left: 50px;
}
.faqItem .title {
  padding-right: 10px;
}
div.aboutSection div.container div.wrapper div.tabs div.tab div#tab_height.tab-content{
	/*top: 220px;*/
	padding:0px;
}



.mainCalc .plansBlockWrapper .field {
  	 max-width: 90%; }

.btnGrad.mline {
  margin-left: 0px;
margin-top: 15px;
}
.payments .list li{
	/*! width:50%; */
	/*! text-align:center; */
}
	.startSection .buttons [class*="btn"] + [class*="btn"] {
  margin-left: 0px;
}
	.siteLogo img {
  width: 70%;}
  .startSection .contentContainer {
  /*font-size: 24px;*/
  line-height: 32px;
  text-align: center;
}
.startSection .mainStat {
  margin-top: 40px;
}
.mainStat .data {
 
  /*! font-size: 24px; */}

.mainAbout::before {
opacity: .6;}
.mainAbout .col {
  padding-left: 20px;
  padding-right: 20px;
}
.mainAbout .col::before {
 /*! opacity: 0.4; */
/*! font-size: 80px; */
top: -52px;
}
.mainAbout .aboutMap {
  margin-top: 0;
}
.licenseBlock {
  /*! height: 344px; */  margin-bottom: 20px;
}
  .licenseList {
  background-position: center 100%;
  padding-bottom: 0px;
}
.tabs {
  
  margin: 0px;
 
}

	.userInfo {
  flex-wrap: wrap;
  height: 100%;
}
.userInfo .item {
  width: 100%;
  text-align: right;
  display: block;
}
.cabinetMenu li {
    padding-left: 10px;}
    textarea#banner1.inpts, textarea#banner2.inpts, textarea#banner3.inpts, textarea#banner4.inpts, textarea#banner5.inpts {
  height: 140px;}
  .depositSection [class*="btn"] {
  margin-top: 20px;  
}
.cabTabLinks .cabTabs .tabsBody img {
  width: auto;
}

.depositTable .tRow {
  position: relative; 
  display: block;
  padding: 10px 0px;
line-height: 30px;
width: 100%;
text-align: center;
height: 100%;}

.userInfo .icon, .userInfo .param, .userInfo .data {
  /*text-align: center;*/
}
	.userStatBlock .userStat {
  grid-template-columns: repeat(1, 1fr);
  }
	.accBalance {
 /*! background-position: right 10px; */
  background-image: url(../img/bal_back1.png); 
}
	div#referral.userInfo div.accStat div.item span.param {
  text-align: center;
margin-left: 10px;
}
div#referral.userInfo {
  height: 160px; 
  background-position: center 20px;  
  padding: 70px 20px 5px 0px;
  display: block; 
}
div#referral.userInfo div.accStat div.item { 
  background: transparent;
}
  .pageTitleSection div.container div.buttons, .startSection .buttons, .accBalance .buttons {
    flex-direction: column;
    align-items: center;
  }

  .accBalance  .buttons [class*=btn]+[class*=btn],
  
.pageTitleSection .buttons [class*=btn]+[class*=btn],
  .startSection .buttons [class*=btn]+[class*=btn] {
    margin-left: 0px;
    margin-top: 15px;
  }
  .container {
  padding-left: 10px;
  padding-right: 10px;}

  div#col-logo div.statshead{
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 150px;
  }
  div.form_home.calc_input span.desr, 
  div.form_home.calc_input span.desr input#plannum,
  div.mainCalc div.sectionContent div.col.wow.fadeInUp div.resultBlockWrapper div.profitBlock div.item input#daily_return,
  div.mainCalc div.sectionContent div.col.wow.fadeInUp div.resultBlockWrapper div.profitBlock div.item input#assign_per,
  div.mainCalc div.sectionContent div.col.wow.fadeInUp div.resultBlockWrapper div.profitChart input#planname,
  div.mainCalc div.sectionContent div.col.wow.fadeInUp div.resultBlockWrapper div.profitBlock div.item input#principal_return,
div.mainCalc div.sectionContent div.col.wow.fadeInUp div.resultBlockWrapper div.profitBlock div.item input#total_return
  {font-size: 24px;}
  div#col-logo div.statshead div.item span.text_gold{
      text-align: center;
    align-items: center;
      display: block;
  }
  div.statshead div.item{ width: 100%;}
    .inBlock input {
   height: 50px;
    
  }
.thirdCap {
  line-height: 50px;
}
  .selectric {
    height: 50px;
  }

  .selectric .selectricBtn {
    line-height: 47px;
	/*right: 5px;*/
  }

  .selectric .label {
    /*! line-height: 44px; */
    /*! height: 50px; */
    padding: 0 15px 5px;
  }
.filterBlock .date .item {
  width: 105px;
}
.historySection div.filterBlock form div.formWrap div.date div.item div.inBlock label,
.referralInfo div.filterBlock.bl form#filters div.formWrap div.date div.item div.inBlock label {
  display: block;
  padding-left: 0px;
  font-size: 16px;}
  .refList .faqItem .head .title .col + .col {
  margin-top: 10px;
}
.filterBlock .type {
  min-width: 100%;}
.filterBlock, .referralInfo .filterBlock {
   padding-left: 5px;
   padding-right: 5px;} 

 td.depotab1{
 	padding: 5px;
	font-size: 18px;
	text-align: center;
 }
 div#depotab1.checkBtn label {
  font-size: 20px;
  
  font-weight: 600;
}
  .depositTable .tRow {
    flex-wrap: wrap;
  }

  .depositTable .param,
  .depositTable .data {
    width: 100%;
  }
	.atten_block .item{
		padding: 10px 10px 20px;
		width: 100%;
	}
	.atten_block .item .iconBl {
  left: 10px;
  }
  .pageStartWrapper::before {

  /*! background-size: 140%; */
}
.inheader2 {
  font-size: 12px;}
	.container {
  /*! padding-left: 2px; */
/*! padding-right: 2px; */}
#CabinetSection {
  padding-right: 0px;
  padding-left: 0px;
}
div.cabinetWrapper div.cabinetContent div.rightSide div.cabinetContentWrapper div#response.container div#CabinetSection.aboutSection ul.errors form.acctabs div.deposit_creo table.depotab tbody tr#depotab2 td.inheader2 {
  font-size: 14px;
 
}
.depotab {
   /*padding: 10px 5px;
   background: #444;
   border:0px;
   max-width: 100%;*/}
.myhystor1 {
    width: auto;
	padding: 10px 0px;}
.depotab #depotab3 td.item{
	
}
td#deposit_td.inheader1 div.checkBtn{
	text-align: center;
    line-height: 70px;
    height: 70px;
}
  
  form.acctabs.wow.fadeIn table.depotab.balancetab.wow.fadeIn tbody tr td#deposit_td.inheader1{
    width: 40px;
    padding: 5px 0px 5px 5px;
  }
 .filterBlock .date .item {
    width: 33%;
  }
    .filterBlock .type {
    min-width: 100%;
  }
    .filterBlock .date {
   
    margin: 0 auto !important;
    width: 100%;
  }
.historySection div.filterBlock form div.formWrap div.date div.item div.inBlock label, .referralInfo div.filterBlock.bl form#filters div.formWrap div.date div.item div.inBlock label {
  font-size: 14px;margin-bottom: 10px;
    margin-top: 10px;}
.selectric-items li { padding: 5px 0 5px 14px;}
  #mytabs.depotab tbody tr#depotab3 td.item div.description {
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
 width: 90%;
margin: 0 auto;}
  .depositTable .datasum {
  font-size: 14px;}
  .inheader1 div.checkBtn {
  text-align: left;
}
td.depotab1 { text-align: left;}
.inBlock label + .inWrap {
   margin: 8px auto 0px;
}
  .footerInfo .leftSide, .footerInfo .rightSide {
    padding-bottom: 20px;
    width: 100%;
  }
  .footerInfo .leftSide{
    display: flex;
    width: auto;
    margin: 0 auto;
    flex-direction: column;
    justify-content: start;
    position: relative;
  }
  div.footerInfo div.container div.wrapper div.rightSide.wow.fadeIn div.mainContacts a.siteLink {
    display: block;
    line-height: 28px;
    padding-left: 0;
    text-align: center;
  }
  p.mainAddress span.icon-location1 {
  position: absolute;
  /*! top: 10px; */
  left: 0;
}
  footerInfo .leftSide {
    text-align: center;
  }
  .mainAddress {
  /*! max-width: 100%; */
    /*! padding-left: 0px; */
   text-align: center;
  /*! padding-left: 34px; */
}
    .payments .list {
    margin: -5px 0px;
    padding-left: 0px;
    padding-right: 0px;
    flex-wrap: wrap;
    justify-content: center;
  }
   .siteLogo {
    /*font-size: 55px;*/
    text-align: center;
	padding-left: 0;
  }
  #top-text{
    text-align: center;
  }
  p.minifont {
  text-align: center;
}
    .slider label {
    /*font-size: 12px !important;*/
  }
   .mainSteps {
    margin-top: 30px;
  }
    .aboutMap {
   
    /*! margin-bottom: 20px; */
  }
  .footerInfo {
  position: relative;
    margin-top: 10px;}
    div#myreffblock.item div#myreff.licenseBlock div.info div.address div.pct p span.min_reff1 {
    font-size: 26px;
    display: block;
    margin-right: 0px;
    text-align: center;
  }
  .tab-switch:checked + label + .tab-content {

  /*top: 150px;*/
}
  .mobileMenu .siteMenu {  
    /*! padding-left: 30px; */
    /*! margin-bottom: 0; */
    padding-left: 5px;
    padding-right: 40px;
    /*! width: 90%; */
    /*! padding: 0; */
  }
 .mobileMenu .siteMenu li {  
    padding-left: 30px;
  }
    .mobileMenu .siteMenu li a::before {
	left: 10px;
    width: 20px;}
div.footerInfo div.container div.wrapper div.rightSide.wow.fadeIn div.mainContacts p{
 	display:flex;
 }
   .mainContacts p a {
    font-size: 18px;
    padding-left: 10px;
  }
   .socList {
    display: flex;
    justify-content: center;
     padding-left: 0;
 
  }
  p.mainAddress span.icon-wallet{
    position: relative;
  height: 24px;
  /*! padding-top: 5px; */
  top: 4px;
    left: -8px;
  }
  .mainContacts p span.icon-mail  {
    position: relative;
  height: 24px;
  padding-top: 5px;
  top: 0px;
}
  a.mobileLogo {
    /*! width: 50px; */
    /*! height: 40px; */
    
  }

	.depo_num {
  top: -10px;
  position: relative;
}
.slider { 
  padding: 15px 5px 10px 5px !important;}
	div#referralos.userInfo {
  /*! background-image: url(../img/referral.png); */
  background-position: 5% 5%;
  background-size: 150px auto;
}
#bal_proc, td#depotd.inheader1{
	width:120px;
}
  table.depotab.balancetab.wow.fadeIn tbody tr td#bal_proc.inheader1{padding: 5px 0px 5px 5px;}

}/*# sourceMappingURL=style.css.map */
 

@media (max-width: 376px){
	#col-logo {
    height: 1000px;    
  }
    div#col-logo div.statshead {
   
    margin-top: 100px;
  }
}



 