body {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  position: relative;
  background-color: #202036;
  color: rgba(224, 224, 255, 0.6);
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
}

#wrapper {
  min-height: calc(100vh - 72px - 171px);
}
.theme{
	color: rgba(245, 69, 98, 0.6);
}

.themecolor {
  color: #f54562
}

h1,
.h1 {
  font-size: 36px;
  line-height: 1em;
  font-weight: bold;
  letter-spacing: -1px;
  color: rgba(20, 16, 41, 0.8);
  margin-bottom: 36px;
  font-family: Montserrat;
  font-size: 72px;
  font-weight: 800;
  line-height: 1em;
  letter-spacing: -4px;
  color: #e0e0ff;
}

.news_block {
  border-left:3px solid rgba(245, 69, 98, 0.6);
  padding-left:20px;
  margin-bottom:20px
}

.news_block h5 {
  font-size: 200%;
  color:#fff;
  margin:0px;
  text-indent: 20px;
}

.news_block span {
  font-size:110%;
  color:#bbb;
  margin-left:20px;
}

.news_block p {
  margin-bottom: 5px !important;
  padding-bottom: 5px !important;
  text-indent: 20px;
  text-align: justify;
}

.title {
  /*+font(48px, 1em, bold, -2px)*/
  font-size: 36px;
  line-height: 1em;
  font-weight: bold;
  letter-spacing: -1px;
  color: #ffffff;
  margin-bottom: 48px;
}

h2,
.h2 {
  font-size: 36px;
  line-height: 1em;
  font-weight: bold;
  letter-spacing: -1px;
  color: #ffffff;
  margin-bottom: 32px;
}

h3,
.h3 {
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 600;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: 24px;
}

h4,
.h4 {
  font-size: 18px;
  line-height: 1.33em;
  font-weight: 600;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: 24px;
}

h5,
.h5 {
  font-size: 14px;
  line-height: 24px;
  color: rgba(20, 16, 41, 0.8);
  font-weight: 600;
  letter-spacing: 1px;
}

h6,
.h6 {
  font-size: 14px;
  line-height: 24px;
  color: rgba(20, 16, 41, 0.8);
  font-weight: 600;
  letter-spacing: 1px;
}

a {
  font-family: Montserrat, sans-serif;
  color: #f54562;
  outline: none;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

a:hover {
  color: #fff;
}

button,
input,
textarea,
span,
div {
  font-family: Montserrat, sans-serif;
  outline: none !important;
}

button:hover,
input:hover,
textarea:hover,
span:hover,
div:hover {
  outline: none !important;
}

button:focus,
input:focus,
textarea:focus,
span:focus,
div:focus {
  outline: none !important;
}

button:active,
input:active,
textarea:active,
span:active,
div:active {
  outline: none !important;
}

pre {
	padding: 21px 15px 20px;
	margin: 15px 0;
	display: block;
	line-height: 21px!important;
	background: #fff;
	color: #2991d6;
	background: -moz-linear-gradient(top, #fff 50%, #fafafa 50%);
	background: -webkit-linear-gradient(top, #fff 50%, #fafafa 50%);
	background: -o-linear-gradient(top, #fff 50%, #fafafa 50%);
	background: linear-gradient(top, #fff 50%, #fafafa 50%);
	background-size: 42px 42px;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
}

.btn {
  display: inline-block;
  border-radius: 24px;
  -webkit-box-shadow: 0 8px 8;
  box-shadow: 0 8px 8;
}

.btn {
  display: inline-block;
  outline: none !important;
  cursor: pointer;
  border: 0px solid transparent;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 600;
  letter-spacing: normal;
  color: #ffffff;
}

.btn i.fa {
  float: left;
	top:20px;
  margin-right: 12px;
}

.btn-base {
  -webkit-box-shadow: 0 8px 8px -4px rgba(245, 69, 98, 0.12), 0 16px 24px 0 rgba(245, 69, 98, 0.24), 0 2px 4px -1px rgba(27, 10, 82, 0.12), 0 0 1px 0 rgba(245, 69, 98, 0.24);
  box-shadow: 0 8px 8px -4px rgba(245, 69, 98, 0.12), 0 16px 24px 0 rgba(245, 69, 98, 0.24), 0 2px 4px -1px rgba(27, 10, 82, 0.12), 0 0 1px 0 rgba(245, 69, 98, 0.24);
  background-image: -o-linear-gradient(341deg, #ff5e00, #f54562 54%, #c32de1);
  background-image: linear-gradient(109deg, #ff5e00, #f54562 54%, #c32de1);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.btn-base:hover {
  color: #ffffff;
  -webkit-box-shadow: 0 12px 12px -4px rgba(245, 69, 98, 0.12), 0 24px 32px 0 rgba(245, 69, 98, 0.24), 0 4px 4px -1px rgba(27, 10, 82, 0.12), 0 1px 1px 0 rgba(245, 69, 98, 0.24);
  box-shadow: 0 12px 12px -4px rgba(245, 69, 98, 0.12), 0 24px 32px 0 rgba(245, 69, 98, 0.24), 0 4px 4px -1px rgba(27, 10, 82, 0.12), 0 1px 1px 0 rgba(245, 69, 98, 0.24);
  background-image: -o-linear-gradient(top, rgba(224, 224, 255, 0.12), rgba(224, 224, 255, 0.12)), -o-linear-gradient(336deg, #ff5e00, #f54562 54%, #c32de1 100%);
  background-image: linear-gradient(to bottom, rgba(224, 224, 255, 0.12), rgba(224, 224, 255, 0.12)), linear-gradient(114deg, #ff5e00, #f54562 54%, #c32de1 100%);
}

.btn-base:active {
  color: #ffffff;
  -webkit-box-shadow: 0 8px 8px -4px rgba(245, 69, 98, 0.12), 0 8px 16px 0 rgba(245, 69, 98, 0.24), 0 1px 4px -1px rgba(27, 10, 82, 0.12), 0 0 1px 0 rgba(245, 69, 98, 0.24);
  box-shadow: 0 8px 8px -4px rgba(245, 69, 98, 0.12), 0 8px 16px 0 rgba(245, 69, 98, 0.24), 0 1px 4px -1px rgba(27, 10, 82, 0.12), 0 0 1px 0 rgba(245, 69, 98, 0.24);
  background-image: -o-linear-gradient(336deg, #ff5e00, #f54562 54%, #c32de1 100%);
  background-image: linear-gradient(114deg, #ff5e00, #f54562 54%, #c32de1 100%);
}

.btn-base.disabled,
.btn-base[disabled="disabled"] {
  color: rgba(224, 224, 255, 0.24);
  cursor: text;
}

.btn-transparent {
  font-size: 14px;
  line-height: 1.71em;
  font-weight: 500;
  letter-spacing: normal;
  color: #f54562;
}

.btn-darklight {
  font-size: 14px;
  line-height: 1.71em;
  font-weight: 500;
  letter-spacing: normal;
  color: #f54562;
  border-radius: 18px;
  background-color: rgba(245, 69, 98, 0.03);
}

.btn-darklight:hover {
  background-color: rgba(245, 69, 98, 0.06);
  color: #f54562;
}

.btn-darksomelight {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 600;
  letter-spacing: normal;
  background-color: rgba(245, 69, 98, 0.03);
  color: rgba(224, 224, 255, 0.6);
  border-radius: 24px;
}

.btn-darksomelight:hover,
.btn-darksomelight.active {
  background-color: rgba(245, 69, 98, 0.06);
  color: #f54562;
}

.btn-shadowed {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 600;
  letter-spacing: normal;
  border-radius: 36px;
  background-image: -o-linear-gradient(347deg, #33334b, #27273e 50%, #202036);
  background-image: linear-gradient(103deg, #33334b, #27273e 50%, #202036);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.btn-chat {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 600;
  letter-spacing: normal;
  border-radius: 36px;
  background-image: -o-linear-gradient(347deg, #76BA1F, #67a11b 50%, #76BA1F);
  background-image: linear-gradient(103deg, #76BA1F, #67a11b 50%, #76BA1F);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.btn-representatives {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 600;
  letter-spacing: normal;
  border-radius: 36px;
  background-image: -o-linear-gradient(347deg, #f54562, #d73d56 50%, #f54562);
  background-image: linear-gradient(103deg, #f54562, #d73d56 50%, #f54562);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.main_page_shade {
  -webkit-box-shadow: 0 8px 8px -4px rgba(245, 69, 98, 0.06), 0 16px 24px 0 rgba(245, 69, 98, 0.12), 0 2px 4px -1px rgba(27, 10, 82, 0.06), 0 0 1px 0 rgba(245, 69, 98, 0.12), inset 0 2px 6px 0 rgba(245, 69, 98, 0.4);
  box-shadow: 0 8px 8px -4px rgba(245, 69, 98, 0.06), 0 16px 24px 0 rgba(245, 69, 98, 0.12), 0 2px 4px -1px rgba(27, 10, 82, 0.06), 0 0 1px 0 rgba(245, 69, 98, 0.12), inset 0 2px 6px 0 rgba(245, 69, 98, 0.4);
}

.btn-shadowed:hover,
.btn-shadowed.active {
  color: #ffffff;
  -webkit-box-shadow: 0 12px 12px -4px rgba(245, 69, 98, 0.06), 0 24px 32px 0 rgba(245, 69, 98, 0.12), 0 4px 4px -1px rgba(27, 10, 82, 0.06), 0 1px 1px 0 rgba(245, 69, 98, 0.12), inset 0 0 8px 0 rgba(245, 69, 98, 0.4);
  box-shadow: 0 12px 12px -4px rgba(245, 69, 98, 0.06), 0 24px 32px 0 rgba(245, 69, 98, 0.12), 0 4px 4px -1px rgba(27, 10, 82, 0.06), 0 1px 1px 0 rgba(245, 69, 98, 0.12), inset 0 0 8px 0 rgba(245, 69, 98, 0.4);
  background-image: -o-linear-gradient(top, rgba(224, 224, 255, 0.06), rgba(224, 224, 255, 0.06)), -o-linear-gradient(340deg, #33334b, #27273e 50%, #202036);
  background-image: linear-gradient(to bottom, rgba(224, 224, 255, 0.06), rgba(224, 224, 255, 0.06)), linear-gradient(110deg, #33334b, #27273e 50%, #202036);
}

.btn-chat:hover, 
.btn-chat:active {
  color: #ffffff;
  -webkit-box-shadow: 0 12px 12px -4px rgba(245, 69, 98, 0.06), 0 24px 32px 0 rgba(245, 69, 98, 0.12), 0 4px 4px -1px rgba(27, 10, 82, 0.06), 0 1px 1px 0 rgba(245, 69, 98, 0.12), inset 0 0 8px 0 rgba(245, 69, 98, 0.4);
  box-shadow: 0 12px 12px -4px rgba(245, 69, 98, 0.06), 0 24px 32px 0 rgba(245, 69, 98, 0.12), 0 4px 4px -1px rgba(27, 10, 82, 0.06), 0 1px 1px 0 rgba(245, 69, 98, 0.12), inset 0 0 8px 0 rgba(245, 69, 98, 0.4);
  background-image: -o-linear-gradient(top, rgba(224, 224, 255, 0.06), rgba(224, 224, 255, 0.06)), -o-linear-gradient(340deg, #67a11b, #76BA1F 50%, #67a11b);
  background-image: linear-gradient(to bottom, rgba(224, 224, 255, 0.06), rgba(224, 224, 255, 0.06)), linear-gradient(110deg, #67a11b, #76BA1F 50%, #67a11b);
}

.btn-representatives:hover, 
.btn-representatives:active {
  color: #ffffff;
  -webkit-box-shadow: 0 12px 12px -4px rgba(245, 69, 98, 0.06), 0 24px 32px 0 rgba(245, 69, 98, 0.12), 0 4px 4px -1px rgba(27, 10, 82, 0.06), 0 1px 1px 0 rgba(245, 69, 98, 0.12), inset 0 0 8px 0 rgba(245, 69, 98, 0.4);
  box-shadow: 0 12px 12px -4px rgba(245, 69, 98, 0.06), 0 24px 32px 0 rgba(245, 69, 98, 0.12), 0 4px 4px -1px rgba(27, 10, 82, 0.06), 0 1px 1px 0 rgba(245, 69, 98, 0.12), inset 0 0 8px 0 rgba(245, 69, 98, 0.4);
  background-image: -o-linear-gradient(top, rgba(224, 224, 255, 0.06), rgba(224, 224, 255, 0.06)), -o-linear-gradient(340deg, #d73d56, #f54562 50%, #d73d56);
  background-image: linear-gradient(to bottom, rgba(224, 224, 255, 0.06), rgba(224, 224, 255, 0.06)), linear-gradient(110deg, #d73d56, #f54562 50%, #d73d56);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .btn-chat {
    font-size: 12px;
    border-radius: 24px;
  }
  .btn-representatives {
    font-size: 12px;
    border-radius: 24px;
   }
}


.btn-shadowed:active {
  color: #ffffff;
  -webkit-box-shadow: 0 8px 8px -4px rgba(245, 69, 98, 0.06), 0 8px 16px 0 rgba(245, 69, 98, 0.12), 0 1px 4px -1px rgba(27, 10, 82, 0.06), 0 0 1px 0 rgba(245, 69, 98, 0.12), inset 0 3px 12px 0 rgba(245, 69, 98, 0.4);
  box-shadow: 0 8px 8px -4px rgba(245, 69, 98, 0.06), 0 8px 16px 0 rgba(245, 69, 98, 0.12), 0 1px 4px -1px rgba(27, 10, 82, 0.06), 0 0 1px 0 rgba(245, 69, 98, 0.12), inset 0 3px 12px 0 rgba(245, 69, 98, 0.4);
  background-image: -o-linear-gradient(340deg, #33334b, #27273e 50%, #202036);
  background-image: linear-gradient(110deg, #33334b, #27273e 50%, #202036);
}

.btn-big {
  padding: 24px 32px;
  border-radius: 36px;
}

.btn-small {
  padding: 12px 24px;
  border-radius: 24px;
}

.btn-micro {
  padding: 6px 16px;
  border-radius: 24px;
}

.a-link {
	display:block;
	width:100% !important;
	border-radius: 20px;
	color:#fff;
	margin: 0px 0px 12px !important;
}
.a-link a {
	
}
.a-link span {
	color:#fff;
	margin:0px;
}
.a-link span i {
	color:#fff !important;
}
.btn .button_icon .fa {
	line-height: 1.5em;
}
a.btn .button_icon {
	top:10px;
	vertical-align: middle !important;
	padding: 11px 13px;
}
a.btn .button_label {
	display: block;
	float: left;
	position: relative;
	font-weight: normal !important;
	z-index: 2;
}
a.button .button_icon {
	display: block;
	float: left;
	background: rgba(0, 0, 0, .05);
}
a.button .button_icon i {
	color: rgba(0, 0, 0, .5);
}
/* Button icon left */

a.button.button_left .button_icon, a.tp-button.button_left .button_icon {
	float: left;
}
a.button.button_right .button_icon, a.tp-button.button_right .button_icon {
	float: right;
}


.clearfix:after {
  content: " ";
  clear: both;
  display: block;
}

.pt-0 {
	padding-top: 0px;
}
.mt-0 {
	margin-top: 0px;
}
.mb-12 {
  margin-bottom: 12px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-48 {
  margin-bottom: 48px;
}

.mb-54 {
  margin-bottom: 54px;
}

.mb-72 {
  margin-bottom: 72px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* Chart box ------------------------------------------------------------------------- */

.chart_box {
	position: relative;
	text-align: center
}
.chart_box:before {
	content: "";
	display: block;
	z-index: 2;
	width: 138px;
	height: 138px;
	border-width: 1px;
	border-style: solid;
	position: absolute;
	left: 50%;
	margin-left: -69px;
	top: 1px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	background-image: url(../css/images/stripes/stripes_3_b.png)
}
.chart_box .chart {
	width: 140px;
	margin: 0 auto 10px;
	position: relative
}
.chart_box .chart canvas {
	position: relative;
	z-index: 2
}
.chart_box .chart .icon, .chart_box .chart .image {
	width: 70px;
	height: 70px;
	line-height: 70px;
	overflow: hidden;
	position: absolute;
	left: 35px;
	top: 35px;
	z-index: 3;
	text-align: center
}
.chart_box .chart .icon {
	font-size: 45px
}
.chart_box .chart .icon i:before {
	margin: 0
}
.chart_box .chart .image img {
	vertical-align: middle
}
.chart_box .chart .num {
	position: absolute;
	left: 0;
	top: 45px;
	z-index: 3;
	width: 100%;
	font-size: 50px;
	line-height: 20px
}
.chart_box p {
	margin-bottom: 0
}

/* Quick facts ----------------------------------------------------------------------- */

.quick_fact {
	margin-top: 20px;
	text-align: center
}
.quick_fact.align_left {
	text-align: left
}
.quick_fact.align_right {
	text-align: right
}
.quick_fact .number-wrapper {
	font-size: 90px;
	line-height: 90px
}
.quick_fact .number-wrapper .label {
	font-size: 70%;
	line-height: 100%
}
.quick_fact hr {
	width: 40%
}

.counter .icon_wrapper i,.quick_fact .number {
    color: #f54562;
}
.counter .desc_wrapper .number-wrapper, .chart_box .chart .num, .chart_box .chart .icon, .style-simple .quick_fact .number-wrapper, #edd_checkout_cart .edd_cart_header_row th {
	color: #444
}
.quick_fact .fa {
	font-size: 50px;
	line-height: 50px;
	color: #f54562;
}
.quick_fact .number {
	display:inline;
	font-size: 70px;
	line-height: 70px;
}
.quick_fact h3{
	font-size:30px
}


/* Progress bars --------------------------------------------------------------------- */
.progress_bars .bars_list ul{
	list-style: none !important;
	list-style-type: none !important;
	color:#fff
}

.progress_bars .bars_list {
	margin: 0
}
.progress_bars .bars_list li {
	margin-bottom: 20px;
	list-style: none;
	overflow: hidden
}
.progress_bars .bars_list li:last-child {
	margin-bottom: 0
}
.progress_bars .bars_list li h5 {
	margin-bottom: 7px;
	position: relative;
	color: #FFF;
	padding-right: 40px
}
.progress_bars .bars_list li h5 .label {
	display: block;
	font-size: 11px;
	line-height: 17px;
	padding: 0 5px;
	font-weight: 400;
	position: absolute;
	right: 0;
	top: 1px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #000;
	background: #FFF
}
.progress_bars .bars_list li h5 .label em {
	font-style: normal
}
.progress_bars .bars_list li .bar {
	position: relative;
	width: 100%;
	height: 20px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
  -webkit-box-shadow: 0 8px 8px -4px rgba(245, 69, 98, 0.12), 0 16px 24px 0 rgba(245, 69, 98, 0.24), 0 2px 4px -1px rgba(27, 10, 82, 0.12), 0 0 1px 0 rgba(245, 69, 98, 0.24);
  box-shadow: 0 8px 8px -4px rgba(245, 69, 98, 0.12), 0 16px 24px 0 rgba(245, 69, 98, 0.24), 0 2px 4px -1px rgba(27, 10, 82, 0.12), 0 0 1px 0 rgba(245, 69, 98, 0.24);
  background-color: #fff;
/**	background-image: -o-linear-gradient(341deg, #ff5e00, #f54562 54%, #c32de1);
  background-image: linear-gradient(109deg, #ff5e00, #f54562 54%, #c32de1); **/
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.progress_bars .bars_list li .bar .progress {
	display: block;
	height: 100%;
	background-image: url(../images/progressbar.png);
	-webkit-box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.04);
	box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.04)
}
.progress_bars .bars_list:not(.hover) li .bar .progress {
	width: 0!important
}

.progress_bars .bars_list li .bar .progress {
    background-color: #f54562;
}

@font-face {
  font-family: 'Averta';
  src: url("../fonts/subset-Averta-Bold.eot");
  src: url("../fonts/subset-Averta-Bold.eot") format("embedded-opentype"), url("../fonts/subset-Averta-Bold.woff2") format("woff2"), url("../fonts/subset-Averta-Bold.woff") format("woff"), url("../fonts/subset-Averta-Bold.ttf") format("truetype"), url("../fonts/subset-Averta-Bold.svg") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Averta';
  src: url("../fonts/subset-Averta-Semibold.eot");
  src: url("../fonts/subset-Averta-Semibold.eot") format("embedded-opentype"), url("../fonts/subset-Averta-Semibold.woff2") format("woff2"), url("../fonts/subset-Averta-Semibold.woff") format("woff"), url("../fonts/subset-Averta-Semibold.ttf") format("truetype"), url("../fonts/subset-Averta-Semibold.svg") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Averta Demo';
  src: url("../fonts/subset-AvertaDemo-Regular.eot");
  src: url("../fonts/subset-AvertaDemo-Regular.eot") format("embedded-opentype"), url("../fonts/subset-AvertaDemo-Regular.woff2") format("woff2"), url("../fonts/subset-AvertaDemo-Regular.woff") format("woff"), url("../fonts/subset-AvertaDemo-Regular.ttf") format("truetype"), url("../fonts/subset-AvertaDemo-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.alert {
  width: 100%;
  padding: 12px 16px;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 12px;
  font-size: 16px;
}
.alert h4 {
  margin: 0 auto 15px;
  text-transform: uppercase;
}
.alert.alert-success {
  background-color: rgba(227, 253, 235, 1);
  border-color: rgba(38, 179, 3, 1);
  color: rgba(60, 118, 61, 1);
}
.alert.alert-info {
  background-color: rgba(217, 237, 247, 1);
  color: rgba(49, 112, 143, 1);
  border-color: rgba(126, 182, 193, 1);
}
.alert.alert-warning {
  background-color: rgba(252, 248, 227, 1);
  border-color: rgba(177, 161, 129, 1);
  color: rgba(138, 109, 59, 1);
}
.alert.alert-danger {
  background-color: rgba(248, 215, 218, 1);
  border-color: rgba(220, 53, 69, 1);
  color: rgba(114, 28, 36,1);
}
.logo {
  font-size: 24px;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: -1px;
  float: left;
  color: #ffffff;
}

.menu__top {
  padding: 12px 0;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 1001;
  -webkit-box-shadow: 0 2px 4px -1px rgba(20, 16, 41, 0.24), 0 0 1px 0 rgba(20, 16, 41, 0.4);
  box-shadow: 0 2px 4px -1px rgba(20, 16, 41, 0.24), 0 0 1px 0 rgba(20, 16, 41, 0.4);
  background-color: #27273e;
}

.header-meta i {
	margin-left: 5px;
	font-size: 150%;
}
.header-meta i:hover {
	color: #fff;
}


.menu-top__style .mainmenu {
  display: inline-block;
  float: left;
}

.menu-top__style .mainmenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-top__style .mainmenu ul li {
  display: inline-block;
  margin-left: 8px;
}

@media (min-width: 1199px) {
	.menu-top__style .mainmenu ul li {
	  display: inline-block;
	  margin-left: 15px;
	}
}


.menu-top__style .mainmenu ul li a {
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 500;
  letter-spacing: normal;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.menu-top__style .mainmenu ul li a:hover {
  opacity: .8;
}

.header-login .btn {
  margin-left: 24px;
}

.header-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-icons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px;
  width: 48px;
  height: 48px;
  border-radius: 4px;
  background-color: rgba(245, 92, 69, 0.02);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-icons a.active i,
.header-icons a:hover i {
  background-color: #f55c45;
}

.menu__left {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100vh;
  z-index: 1001;
  -webkit-box-shadow: 0 2px 4px -1px rgba(20, 16, 41, 0.24), 0 0 1px 0 rgba(20, 16, 41, 0.4);
  box-shadow: 0 2px 4px -1px rgba(20, 16, 41, 0.24), 0 0 1px 0 rgba(20, 16, 41, 0.4);
  background-color: #27273e;
  padding-top: 72px;
  width: 72px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.menu__left ul {
  display: block;
  width: 100%;
  margin: 0;
  pading: 0;
}

.menu__left ul li {
  display: block;
  width: 100%;
  margin: 0;
  pading: 0;
}

.menu__left ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 12px 12px 12px 20px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 2px solid transparent;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5em;
  color: rgba(224, 224, 255, 0.6);
}

.menu__left ul li a span {
  display: none;
  padding-left: 24px;
}

.menu__left ul li a .fa:after {
  width: 24px;
  height: 24px;
  opacity: 0.4;
  background-color: #e0e0ff;
}

.menu__left ul li a.active,
.menu__left ul li a:hover {
  border-left-color: #f54562;
  color: #f54562;
  background-color: rgba(245, 69, 98, 0.03);
}

.menu__left ul li a.active .fa:after,
.menu__left ul li a:hover .fa:after {
  opacity: 1;
  background-color: #f54562;
}

.menu__left:hover {
  width: 255px;
}

.menu__left:hover ul li a span {
  display: block;
}

/* Alerts ---------------------------------------------------------------------------- */

.alert {
	margin-bottom: 30px;
	padding: 20px 55px 20px 20px;
	position: relative;
	-webkit-border-radius: 5px;
	font-weight: normal;
	border-radius: 5px
}
.alert .alert_icon {
	width: 60px;
	height: 60px;
	font-size: 30px;
	line-height: 60px;
	color: rgba(0, 0, 0, .4);
	position: absolute;
	left: 10px;
	top: 10px;
	text-align: center;
	-webkit-border-radius: 5px;
	border-radius: 5px
}
.alert a.close {
	position: absolute;
	right: 15px;
	top: 20px;
	font-size: 20px;
	line-height: 20px
}
.alert a.close i {
	margin: 0!important;
	color: rgba(0, 0, 0, .6)
}
.alert a:hover.close i {
	color: rgba(0, 0, 0, .8)
}
.alert_warning {
	background: #846d2c;
	color: #fff
}
.alert_warning .alert_icon {
	background: #fbda72
}
.alert_warning a, .alert_warning a:hover {
	color: #FFF;
	text-decoration:underline;
	font-weight:bold
}
.alert_error {
	background: #fb5455;
	color: #fff
}
.alert_error .alert_icon {
	background: #f24143
}
.alert_error a, .alert_error a:hover {
	color: #fff;
	text-decoration: underline;
	font-weight: bold
}
.alert_info {
	background: #3097db;
	color: #fff
}
.alert_darkinfo{
  background-color: #27273e;
	color: #fff
}
.alert_info .alert_icon {
	background: #1c81c4
}
.alert_info a, .alert_info a:hover, .alert_darkinfo a, .alert_darkinfo a:hover {
	color: #fff;
	text-decoration: underline;
	font-weight: bold
}
.alert_success {
	background: #76BA1F;
	color: #fff
}
.alert_success .alert_icon {
	background: #8fc944
}
.alert_success a, .alert_success a:hover {
	color: #fff;
	text-decoration: underline;
	font-weight: bold
}


.input,
.textarea {
  display: block;
  width: 100%;
  height: 48px;
  border-radius: 4px;
  background-color: rgba(224, 224, 255, 0.02);
  outline: none;
  border: 2px solid transparent;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
  letter-spacing: normal;
  padding: 12px 16px;
  color: #ffffff;
  font-family: Montserrat;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -ms-input-placeholder-color: rgba(224, 224, 255, 0.6);
  -moz-placeholder-color: rgba(224, 224, 255, 0.6);
}

.input:hover,
.textarea:hover {
  background-color: rgba(224, 224, 255, 0.04);
}

.input:focus,
.textarea:focus {
  border-color: rgba(224, 224, 255, 0.06);
  color: #ffffff;
  background-color: rgba(224, 224, 255, 0.02);
}

.input.error,
.textarea.error {
  border-color: #ff00aa;
}

.input ::-webkit-input-placeholder,
.textarea ::-webkit-input-placeholder {
  color: rgba(224, 224, 255, 0.6);
}

.input ::-moz-placeholder,
.textarea ::-moz-placeholder {
  color: rgba(224, 224, 255, 0.6);
}

.textarea {
  height: auto;
  resize: none;
}

label {
  font-size: 13px;
  line-height: 1.23em;
  font-weight: 500;
  letter-spacing: normal;
  color: rgba(224, 224, 255, 0.4);
  display: block;
  margin-bottom: 8px;
  padding-left: 16px;
}

.inputs {
  margin-bottom: 24px;
  position: relative;
}

.inputs .postfix {
  position: absolute;
  right: 16px;
  top: calc(50% - 0.85em);
  font-size: 14px;
  line-height: 1.71em;
  font-weight: 600;
  letter-spacing: 1px;
  color: rgba(224, 224, 255, 0.6);
}

.mobile__menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 12px 0;
  z-index: 100;
  -webkit-box-shadow: 0 2px 4px -1px rgba(20, 16, 41, 0.24), 0 0 1px 0 rgba(20, 16, 41, 0.4);
  box-shadow: 0 2px 4px -1px rgba(20, 16, 41, 0.24), 0 0 1px 0 rgba(20, 16, 41, 0.4);
  background-color: #27273e;
}

.mobile__menu .burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: relative;
  z-index: 950;
}

.mobile__menu .mm__topnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mobile__menu .mm__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 16px;
}

.mobile__menu .mm__icons a span {
  display: none;
}

.mobile__menu .mm__icons a.active {
  padding: 4px 10px;
  border-radius: 18px;
  background-color: rgba(245, 69, 98, 0.03);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.71em;
  font-weight: 500;
  letter-spacing: normal;
}

.mobile__menu .mm__icons a.active .fa {
  margin-right: 3px;
}

.mobile__menu .mm__icons a.active .fa:after {
  background-color: #f54562;
}

.mobile__menu .mm__icons a.active span {
  display: inline-block;
}

.top-menu-mobile {
  -webkit-box-shadow: 0 2px 4px -1px rgba(20, 16, 41, 0.06), 0 0 1px 0 rgba(20, 16, 41, 0.12);
  box-shadow: 0 2px 4px -1px rgba(20, 16, 41, 0.06), 0 0 1px 0 rgba(20, 16, 41, 0.12);
  background: #ffffff;
  padding: 16px;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 555;
  margin-bottom: 36px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.top-menu-mobile .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-menu-mobile__burger {
  cursor: pointer;
  font-size: 27px;
}

.langs-drop {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 32px 32px -4px rgba(20, 16, 41, 0.24), 0 64px 96px 0 rgba(20, 16, 41, 0.4), 0 8px 16px -1px rgba(20, 16, 41, 0.24), 0 0 1px 0 rgba(20, 16, 41, 0.4);
  box-shadow: 0 32px 32px -4px rgba(20, 16, 41, 0.24), 0 64px 96px 0 rgba(20, 16, 41, 0.4), 0 8px 16px -1px rgba(20, 16, 41, 0.24), 0 0 1px 0 rgba(20, 16, 41, 0.4);
  background-color: #27273e;
  display: none;
  padding: 0 0 24px;
  overflow-y: auto;
  z-index: 900;
}

.langs-drop .langs__list-drop {
  position: relative;
  display: block;
  width: 100%;
}

.langs-drop .langs__list-drop .langs__item {
  padding: 12px 16px 12px 32px;
}

.langs-drop .langs__list-drop .langs__text {
  font-size: 14px;
  line-height: 1.71em;
  font-weight: 500;
  letter-spacing: normal;
  text-transform: none;
}

.langs-drop__text {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 600;
  letter-spacing: normal;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.langs-drop__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 14px;
  color: #ffffff;
  padding: 12px 0 12px 24px;
  margin-bottom: 16px;
  width: calc(100% - 54px);
  cursor: pointer;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
  letter-spacing: normal;
}

.langs-drop__top .back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #f54562;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.langs-drop__top .back .fa {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.langs-drop__top .back .fa:after {
  background-color: #f54562;
}

.langs-drop .user-drop__link {
  padding-left: 33px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.langs-drop .user-drop__link .fa {
  width: 20px;
  height: 20px;
}

.langs-drop .user-drop__link .fa:after {
  width: 20px;
  height: 20px;
}

.mobile-drop {
  overflow-y: auto;
  z-index: 900;
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  display: none;
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  padding-bottom: 24px;
  -webkit-box-shadow: 0 32px 32px -4px rgba(20, 16, 41, 0.24), 0 64px 96px 0 rgba(20, 16, 41, 0.4), 0 8px 16px -1px rgba(20, 16, 41, 0.24), 0 0 1px 0 rgba(20, 16, 41, 0.4);
  box-shadow: 0 32px 32px -4px rgba(20, 16, 41, 0.24), 0 64px 96px 0 rgba(20, 16, 41, 0.4), 0 8px 16px -1px rgba(20, 16, 41, 0.24), 0 0 1px 0 rgba(20, 16, 41, 0.4);
  background-color: #27273e;
}

.mobile-drop__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 16px;
  margin-top: 16px;
}

.mobile-drop__link {
  padding: 12px 16px 12px 72px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.71em;
  font-weight: 500;
  letter-spacing: normal;
}

.mobile-drop__btn {
  border-radius: 0;
  margin: 24px 24px 0;
}

.mobile-drop__btn .btn {
  text-align: center;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 600;
  letter-spacing: normal;
}

.mobile-drop__lang {
  color: #ffffff;
  position: relative;
  padding: 12px 30px 12px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  margin-bottom: 16px;
  width: 100%;
  display: block;
}

.mobile-drop__lang-fix {
  margin-bottom: 0;
}

.mobile-drop__lang_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-drop__arrow {
  color: rgba(20, 16, 41, 0.6);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 20px;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.mobile-drop__arrow:after {
  background-color: #e0e0ff;
}

.mobile-drop__arrow:hover {
  color: rgba(20, 16, 41, 0.8);
}

.mobile-drop__img {
  position: absolute;
  top: 11px;
  left: 33px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.jq-checkbox,
.jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.jq-checkbox input,
.jq-radio input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0;
  display: none;
}

.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em;
}

.jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.jq-selectbox,
.jq-select-multiple {
  position: relative;
  display: inline-block;
}

.jq-selectbox select,
.jq-select-multiple select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-selectbox li,
.jq-select-multiple li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.jq-selectbox {
  z-index: 10;
}

.jq-selectbox__select {
  position: relative;
}

.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.jq-selectbox__dropdown {
  position: absolute;
}

.jq-selectbox__search input {
  -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch;
}

.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.jq-number {
  display: inline-block;
}

.jq-number__field input {
  -moz-appearance: textfield;
  text-align: left;
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.jq-checkbox,
.jq-radio {
  position: relative;
  overflow: hidden;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  vertical-align: middle;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-right: 12px;
  outline: none !important;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background-color: rgba(20, 16, 41, 0.02);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.jq-checkbox:hover,
.jq-radio:hover {
  background-color: rgba(20, 16, 41, 0.04);
}

.jq-checkbox.checked,
.jq-radio.checked {
  background-color: #f55c45;
}

.jq-checkbox.checked:hover,
.jq-radio.checked:hover {
  background-color: #f36c5b;
}

.jq-checkbox.disabled,
.jq-radio.disabled {
  opacity: .55;
}

.jq-checkbox {
  border-radius: 3px;
}

.jq-checkbox.checked .jq-checkbox__div {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 16px;
  height: 16px;
  background: url(../images/fa/check.svg) no-repeat 50% 50%/contain;
  background-color: #FFFFFF;
  -webkit-animation: wave 0.4s ease;
  animation: wave 0.4s ease;
}

.jq-radio {
  border-radius: 50%;
}

.jq-radio.checked .jq-radio__div {
  width: 10px;
  height: 10px;
  margin: 3px 0 0 3px;
  border-radius: 50%;
  background: #777;
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.7);
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.7);
}

.jq-file {
  width: 270px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.jq-file input {
  cursor: pointer;
}

.jq-file__name {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  padding: 0 80px 0 10px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #FFF;
  -webkit-box-shadow: inset 1px 1px #F1F1F1;
  box-shadow: inset 1px 1px #F1F1F1;
  font: 14px/32px Arial, sans-serif;
  color: #333;
}

.jq-file__browse {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 10px;
  border-left: 1px solid #CCC;
  border-radius: 0 4px 4px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: -o-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/32px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF;
}

.jq-file:hover .jq-file__browse {
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: -o-linear-gradient(#F6F6F6, #E6E6E6);
  background: linear-gradient(#F6F6F6, #E6E6E6);
}

.jq-file:active .jq-file__browse {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
  box-shadow: inset 1px 1px 3px #DDD;
}

.jq-file.focused .jq-file__name {
  border: 1px solid #5794BF;
}

.jq-file.disabled {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #888;
}

.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #888;
}

.jq-number {
  position: relative;
  vertical-align: middle;
  padding: 0 24px;
}

.jq-number__field {
  border-radius: 2px;
}

.jq-number__field input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 40px;
  text-align: center;
  border: none;
  outline: none;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71em;
  letter-spacing: normal;
  color: rgba(20, 16, 41, 0.6);
  background-color: rgba(20, 16, 41, 0.02);
  height: 24px;
}

.jq-number__spin {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  background-color: rgba(20, 16, 41, 0.02);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.jq-number__spin.minus {
  top: 0;
  bottom: 0;
  left: 0;
  border-radius: 4px 0 0 4px;
}

.jq-number__spin:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.jq-number__spin.minus:after {
  -webkit-mask: url(../images/fa/minus.svg) no-repeat 50% 50%/contain;
  mask: url(../images/fa/minus.svg) no-repeat 50% 50%/contain;
  background-color: rgba(20, 16, 41, 0.6);
}

.jq-number__spin.plus {
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: 0 4px 4px 0;
}

.jq-number__spin.plus:after {
  -webkit-mask: url(../images/fa/plus.svg) no-repeat 50% 50%/contain;
  mask: url(../images/fa/plus.svg) no-repeat 50% 50%/contain;
  background-color: rgba(20, 16, 41, 0.6);
}

.jq-number__spin:hover {
  background-color: #f55c45;
}

.jq-number__spin:hover.minus:after,
.jq-number__spin:hover.plus:after {
  background-color: #ffffff;
}

.jq-number.disabled .jq-number__spin:hover {
  background-color: rgba(20, 16, 41, 0.02);
}

.jq-number.disabled .jq-number__spin:hover .plus:after,
.jq-number.disabled .jq-number__spin:hover .minus:after {
  background-color: rgba(20, 16, 41, 0.6) !important;
}

.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
  width: 100%;
}

.jq-selectbox__select {
  font-family: Montserrat;
  display: block;
  width: 100%;
  height: 48px;
  border-radius: 4px;
  background-color: rgba(224, 224, 255, 0.02);
  outline: none;
  border: 2px solid transparent;
  padding: 12px 48px 12px 16px;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
  letter-spacing: normal;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.jq-selectbox__select:hover {
  background-color: rgba(224, 224, 255, 0.04);
}

.jq-selectbox.focused .jq-selectbox__select {
  color: #ffffff;
  background-color: rgba(224, 224, 255, 0.02);
}

.input.jq-selectbox {
  padding: 0;
}

.input .jq-selectbox__select {
  padding: 12px 48px 13px 24px;
  background-color: transparent;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
  letter-spacing: normal;
  color: #ffffff;
}

.jq-selectbox.focused {
  background-color: rgba(20, 16, 41, 0.04);
  /*border: 1px solid #5794BF*/
}

.jq-selectbox.disabled .jq-selectbox__select {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.jq-selectbox__select-text {
  display: block;
  width: 100%;
}

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%;
}

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: calc(50% - 2px);
  right: 18px;
  width: 12px;
  height: 9px;
  -webkit-mask: url(../images/fa/arrow.svg) no-repeat 50% 50%/contain;
  mask: url(../images/fa/arrow.svg) no-repeat 50% 50%/contain;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.jq-selectbox.opened {
  background-color: #27273e;
}

.jq-selectbox.opened .jq-selectbox__trigger-arrow {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.jq-selectbox__dropdown {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0 0 4px 4px;
  font-size: 14px;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: normal;
  color: #ffffff;
  background-color: #27273e;
  -webkit-box-shadow: 0 16px 16px -4px rgba(20, 16, 41, 0.24), 0 4px 8px -1px rgba(20, 16, 41, 0.24), 0 0 1px 0 rgba(20, 16, 41, 0.4);
  box-shadow: 0 16px 16px -4px rgba(20, 16, 41, 0.24), 0 4px 8px -1px rgba(20, 16, 41, 0.24), 0 0 1px 0 rgba(20, 16, 41, 0.4);
}

.jq-selectbox__search {
  margin: 5px;
}

.jq-selectbox input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  border: 1px solid #CCC;
  border-radius: 3px;
  outline: none;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==") no-repeat 100% 50%;
  -webkit-box-shadow: inset 1px 1px #F1F1F1;
  box-shadow: inset 1px 1px #F1F1F1;
  color: #333;
}

.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #F0F0F0;
  font-size: 13px;
}

.jq-selectbox ul {
  margin: 0;
  padding: 0;
}

.jq-selectbox li {
  min-height: 18px;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: normal;
  color: #ffffff;
}

.jq-selectbox li.selected {
  background-color: rgba(20, 16, 41, 0.02);
}

.jq-selectbox li:hover {
  background-color: rgba(20, 16, 41, 0.02);
}

.jq-selectbox li.disabled {
  color: #AAA;
}

.jq-selectbox li.disabled:hover {
  background: none;
}

.jq-selectbox li.optgroup {
  font-weight: bold;
}

.jq-selectbox li.optgroup:hover {
  background: none;
  color: #231F20;
  cursor: default;
}

.jq-selectbox li.option {
  padding-left: 25px;
}

.jq-select-multiple {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #FFF;
  -webkit-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/18px Arial, sans-serif;
  color: #333;
  cursor: default;
}

.jq-select-multiple.focused {
  border: 1px solid #5794BF;
}

.jq-select-multiple.disabled {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #888;
}

.jq-select-multiple ul {
  margin: 0;
  padding: 0;
}

.jq-select-multiple li {
  padding: 3px 9px 4px;
  list-style: none;
}

.jq-select-multiple li:first-child {
  border-radius: 3px 3px 0 0;
}

.jq-select-multiple li:last-child {
  border-radius: 0 0 3px 3px;
}

.jq-select-multiple li.selected {
  background: #08C;
  color: #FFF;
}

.jq-select-multiple li.disabled {
  color: #AAA;
}

.jq-select-multiple li.optgroup {
  font-weight: bold;
}

.jq-select-multiple li.option {
  padding-left: 25px;
}

.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
  background: #CCC;
  color: #FFF;
}

input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler {
  padding: 8px 9px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  -webkit-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Arial, sans-serif;
  color: #333;
}

textarea.styler {
  padding: 8px 9px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  -webkit-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Arial, sans-serif;
  color: #333;
}

input[type='search'].styler {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea.styler {
  overflow: auto;
}

input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover {
  border-color: #B3B3B3;
}

textarea.styler:hover {
  border-color: #B3B3B3;
}

input[type='email'].styler:hover:focus,
input[type='password'].styler:hover:focus,
input[type='search'].styler:hover:focus,
input[type='tel'].styler:hover:focus,
input[type='text'].styler:hover:focus,
input[type='url'].styler:hover:focus {
  border-color: #CCC;
  border-top-color: #B3B3B3;
  outline: none;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

textarea.styler:hover:focus {
  border-color: #CCC;
  border-top-color: #B3B3B3;
  outline: none;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

button.styler {
  overflow: visible;
  padding: 8px 11px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  outline: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: -o-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF;
  cursor: pointer;
}

input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
  overflow: visible;
  padding: 8px 11px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  outline: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: -o-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF;
  cursor: pointer;
}

button.styler.styler::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input[type='button'].styler.styler::-moz-focus-inner,
input[type='submit'].styler.styler::-moz-focus-inner,
input[type='reset'].styler.styler::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.styler:not([disabled]):hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: -o-linear-gradient(#F6F6F6, #E6E6E6);
  background: linear-gradient(#F6F6F6, #E6E6E6);
}

input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: -o-linear-gradient(#F6F6F6, #E6E6E6);
  background: linear-gradient(#F6F6F6, #E6E6E6);
}

input[type='reset'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: -o-linear-gradient(#F6F6F6, #E6E6E6);
  background: linear-gradient(#F6F6F6, #E6E6E6);
}

button.styler:active {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
  box-shadow: inset 1px 1px 3px #DDD;
}

input[type='button'].styler:active,
input[type='submit'].styler:active,
input[type='reset'].styler:active {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
  box-shadow: inset 1px 1px 3px #DDD;
}

button.styler[disabled] {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #888;
}

input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #888;
}

.pagenavi {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagenavi a,
.pagenavi span {
  width: 36px;
  height: 36px;
  text-align: center;
  border-radius: 50%;
  float: left;
  position: relative;
  display: inline-block;
  color: rgba(224, 224, 255, 0.6);
  font-size: 14px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: normal;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.pagenavi a.previouspostslink,
.pagenavi a.nextpostslink {
  text-indent: -9999px;
  overflow: hidden;
}

.pagenavi a.previouspostslink:before,
.pagenavi a.nextpostslink:before {
  content: " ";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  -webkit-mask: url(https://web.archive.org/web/20211017214202im_/https://zetbull.com/images/fa/arrow.svg) no-repeat 50% 50%/contain;
  mask: url(https://web.archive.org/web/20211017214202im_/https://zetbull.com/images/fa/arrow.svg) no-repeat 50% 50%/contain;
  background-color: rgba(224, 224, 255, 0.4);
}

.paginator a.previouspostslink:before {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.paginator a.nextpostslink:before {
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.paginator a:hover {
  background-color: rgba(224, 224, 255, 0.02);
}

.paginator .current {
  background-color: rgba(224, 224, 255, 0.02);
}
.paginator .active {
  background-color: rgba(224, 224, 255, 0.02);
}

.breadcrumbs {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  color: rgba(20, 16, 41, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumbs a {
  margin-right: 8px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
  letter-spacing: normal;
  color: rgba(224, 224, 255, 0.6);
}

.breadcrumbs a:hover {
  opacity: .8;
}

.breadcrumbs a.active {
  color: #e0e0ff;
}

.breadcrumbs span {
  margin-right: 8px;
}

.breadcrumbs .fa-arrow-right {
	color: #36365c;
}

.popup-wrapper {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 16, 41, 0.6);
  z-index: 1001;
}

.popup-body {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow-y: auto;
}

.popup-inner {
  position: relative;
  margin-top: 30px;
  background: #ffffff;
  width: 540px;
  padding: 40px;
  border-radius: 12px;
  -webkit-box-shadow: 0 32px 32px -4px rgba(20, 16, 41, 0.24), 0 64px 96px 0 rgba(20, 16, 41, 0.4), 0 8px 16px -1px rgba(20, 16, 41, 0.24), 0 0 1px 0 rgba(20, 16, 41, 0.4);
  box-shadow: 0 32px 32px -4px rgba(20, 16, 41, 0.24), 0 64px 96px 0 rgba(20, 16, 41, 0.4), 0 8px 16px -1px rgba(20, 16, 41, 0.24), 0 0 1px 0 rgba(20, 16, 41, 0.4);
  background-color: #27273e;
  overflow: hidden;
}

.popup-inner .close {
  position: absolute;
  top: 64px;
  right: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transform: translate(200%, -110%);
  -ms-transform: translate(200%, -110%);
  transform: translate(200%, -110%);
  z-index: 100;
}

.popup-inner .close .fa:after {
  opacity: 0.24;
  background-color: #e0e0ff;
}

.popup-content .login {
  padding: 0;
}

.popup-content .login-signup {
  margin-top: -40px;
}

.popup-content .login-signup .login-status {
  margin: 0 -40px  32px;
}

.popup-content .login-signup .login-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.box {
  position: relative;
  border-radius: 12px;
  -webkit-box-shadow: 0 8px 8px -4px rgba(20, 16, 41, 0.24), 0 2px 4px -1px rgba(20, 16, 41, 0.24), 0 0 1px 0 rgba(20, 16, 41, 0.4);
  box-shadow: 0 8px 8px -4px rgba(20, 16, 41, 0.24), 0 2px 4px -1px rgba(20, 16, 41, 0.24), 0 0 1px 0 rgba(20, 16, 41, 0.4);
  background-color: #000;
  margin-bottom: 16px;
}

.box-title {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 600;
  letter-spacing: normal;
}

.box-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

.box-deposit {
  padding: 24px;
}

.box-setting {
  padding: 24px;
}

.box-faq__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 24px;
  font-size: 18px;
  line-height: 1.33em;
  font-weight: 500;
  letter-spacing: normal;
  color: #ffffff;
}

.box-faq__body {
  font-size: 14px;
  line-height: 1.71em;
  font-weight: 500;
  letter-spacing: normal;
  color: rgba(224, 224, 255, 0.6);
  padding: 0 24px 24px;
  display: none;
}

.box-faq.active .box-faq__body {
  display: block;
}

.langs {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  background-color: rgba(224, 224, 255, 0.02);
  cursor: pointer;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 24px;
}
.langs a {
  font-size: 130%;
  padding-left:5px
}

.langs__btn {
  padding: 10px 12px;
  -webkit-box-shadow: 0 8px 8px -4px #1410290f, 0 2px 4px -1px #1410290f, 0 0 1px 0 #1410291e;
  box-shadow: 0 8px 8px -4px #1410290f, 0 2px 4px -1px #1410290f, 0 0 1px 0 #1410291e;
  background: rgba(20, 16, 41, 0.02);
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.langs__text {
  margin-left: 12px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  color: #ffffff;
  margin-right: auto;
  font-size: 14px;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: normal;
}

.langs__list {
  border-radius: 12px;
  -webkit-box-shadow: 0 16px 16px -4px rgba(20, 16, 41, 0.24), 0 4px 8px -1px rgba(20, 16, 41, 0.24), 0 0 1px 0 rgba(20, 16, 41, 0.4);
  box-shadow: 0 16px 16px -4px rgba(20, 16, 41, 0.24), 0 4px 8px -1px rgba(20, 16, 41, 0.24), 0 0 1px 0 rgba(20, 16, 41, 0.4);
  background-color: #27273e;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(calc(100% + 4px));
  -ms-transform: translateY(calc(100% + 4px));
  transform: translateY(calc(100% + 4px));
  overflow: hidden;
  display: none;
  z-index: 555;
  width: 255px;
  padding-bottom: 16px;
}

.langs__item {
  padding: 9px 16px 9px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.langs__item:hover {
  background: rgba(20, 16, 41, 0.02);
}

.langs__ok .fa:after {
  background-color: #f54562;
}

.top-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-user img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.top-user.active-user-menu .fa {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.user-balance {
  color: rgba(224, 224, 255, 0.6);
}

.user-balance__txt {
  margin-right: auto;
}

.user-drop {
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  background: #ffffff;
  -webkit-box-shadow: 0 32px 32px -4px rgba(20, 16, 41, 0.06), 0 64px 96px 0 rgba(20, 16, 41, 0.12), 0 8px 16px -1px rgba(20, 16, 41, 0.06), 0 0 1px 0 rgba(20, 16, 41, 0.12);
  box-shadow: 0 32px 32px -4px rgba(20, 16, 41, 0.06), 0 64px 96px 0 rgba(20, 16, 41, 0.12), 0 8px 16px -1px rgba(20, 16, 41, 0.06), 0 0 1px 0 rgba(20, 16, 41, 0.12);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  display: none;
  padding-bottom: 16px;
  width: 270px;
  border-radius: 12px;
  -webkit-box-shadow: 0 16px 16px -4px rgba(20, 16, 41, 0.24), 0 4px 8px -1px rgba(20, 16, 41, 0.24), 0 0 1px 0 rgba(20, 16, 41, 0.4);
  box-shadow: 0 16px 16px -4px rgba(20, 16, 41, 0.24), 0 4px 8px -1px rgba(20, 16, 41, 0.24), 0 0 1px 0 rgba(20, 16, 41, 0.4);
  background-color: #27273e;
}

.user-drop__top {
  padding: 16px 16px 0;
  margin-bottom: 24px;
}

.user-drop__link {
  padding: 9px 12px 9px 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  cursor: pointer;
  width: 100%;
  font-size: 14px;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: normal;
  color: #ffffff;
}

.user-drop__link:last-child {
  margin-top: 16px;
}

.user-drop__link:first-child {
  margin-bottom: 16px;
}

.user-drop__link .fa {
  left: 20px;
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.user-drop__link .fa:after {
  width: 16px;
  height: 16px;
  opacity: 0.6;
  background-color: #e0e0ff;
}

.user-drop__link:hover {
  color: inherit;
  background-color: rgba(224, 224, 255, 0.02);
}

.box-faq {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.box-faq:hover {
  -webkit-box-shadow: 0 12px 12px -4px rgba(20, 16, 41, 0.24), 0 4px 4px -1px rgba(20, 16, 41, 0.24), 0 1px 1px 0 rgba(20, 16, 41, 0.4);
  box-shadow: 0 12px 12px -4px rgba(20, 16, 41, 0.24), 0 4px 4px -1px rgba(20, 16, 41, 0.24), 0 1px 1px 0 rgba(20, 16, 41, 0.4);
  background-color: #2a2a2a;
  cursor: pointer;
}

.box-faq.active {
  -webkit-box-shadow: 0 8px 8px -4px rgba(20, 16, 41, 0.24), 0 1px 4px -1px rgba(20, 16, 41, 0.24), 0 0 1px 0 rgba(20, 16, 41, 0.4);
  box-shadow: 0 8px 8px -4px rgba(20, 16, 41, 0.24), 0 1px 4px -1px rgba(20, 16, 41, 0.24), 0 0 1px 0 rgba(20, 16, 41, 0.4);
  background-color: #2a2a2a;
}

.box-faq.active:hover {
  -webkit-box-shadow: 0 12px 12px -4px rgba(20, 16, 41, 0.24), 0 4px 4px -1px rgba(20, 16, 41, 0.24), 0 1px 1px 0 rgba(20, 16, 41, 0.4);
  box-shadow: 0 12px 12px -4px rgba(20, 16, 41, 0.24), 0 4px 4px -1px rgba(20, 16, 41, 0.24), 0 1px 1px 0 rgba(20, 16, 41, 0.4);
  background-color: #2a2a2a;
}

.box-faq.active .fa-faq:after {
  width: 14px;
  height: 14px;
  -webkit-mask: url(../images/fa/minus.svg) no-repeat 50% 50%/contain;
  mask: url(../images/fa/minus.svg) no-repeat 50% 50%/contain;
}

.faq-box {
  display: none;
  margin-top: 32px;
}

.faq-box.active {
  display: block;
}

.faq-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-tabs .btn {
  margin-left: 16px;
}

.faq-tabs .btn:first-child {
  margin-left: 0;
}

.section1 {
  display: block;
  position: relative;
  z-index: 1;
  padding: 0 0 72px;
}

.section-breadcrumbs {
  margin-top: 72px;
  padding: 24px 0;
}

.section-faqfix {
  overflow: hidden;
}

.content p,
.content ul,
.content ol {
  color: rgba(224, 224, 255, 0.6);
  font-size: 16px;
  line-height: 1.75em;
  font-weight: 500;
  letter-spacing: normal;
  margin-bottom: 48px;
}

.content ol {
  list-style-type: decimal;
  margin-left: 20px;
}

.content figure {
  margin-bottom: 48px;
}

.content figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.content figure figcaption {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.71em;
  font-weight: 500;
  letter-spacing: normal;
  color: rgba(224, 224, 255, 0.6);
  display: block;
  width: 100%;
  text-align: center;
}

.content p.intro {
  font-size: 20px;
  line-height: 1.8em;
  font-weight: 500;
  letter-spacing: normal;
  color: rgba(224, 224, 255, 0.6);
  margin-bottom: 32px;
}

.content li {
  margin-bottom: 32px;
  position: relative;
}

.content li:last-child {
  margin-bottom: 0;
}

.content ul,
.content ol {
  margin-bottom: 48px;
}

.content ul li {
  padding-left: 30px;
}

.content ul li:after {
  content: " ";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #f54562;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 4px;
}

.content ul.list li:after {
  -webkit-mask: url(../images/fa/check.svg) no-repeat 50% 50%/contain;
  mask: url(../images/fa/check.svg) no-repeat 50% 50%/contain;
  width: 14px;
  height: 10px;
  background-color: #f54562;
}

.content blockquote {
  border-left: 4px solid #f54562;
  border-radius: 4px;
  padding: 32px 40px;
  margin-bottom: 48px;
}

.content blockquote li,
.content blockquote p {
  font-size: 14px;
  line-height: 1.71em;
  font-weight: 500;
  letter-spacing: normal;
  color: rgba(224, 224, 255, 0.6);
  margin-bottom: 16px;
}

.content blockquote ul,
.content blockquote ol,
.content blockquote p:last-child {
  margin-bottom: 0;
}

.title-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-tabs .btn {
  margin-left: 16px;
}

.title-tabs .btn:first-child {
  margin-left: 0;
}

.currency {
  margin-left: 24px;
  color: #f54562;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: 'Averta';
}

.currency-prefix {
  padding-right: 4px;
  font-size: 16px;
  line-height: 1.25em;
  font-weight: bold;
  letter-spacing: normal;
  font-family: 'Averta';
}

.currency-postfix {
  padding-left: 4px;
  font-size: 16px;
  line-height: 1.25em;
  font-weight: bold;
  letter-spacing: normal;
  font-family: 'Averta';
}

.currency-total {
  font-size: 34px;
  line-height: 1em;
  font-weight: bold;
  letter-spacing: -1px;
  font-family: 'Averta';
  display:inline;
  color:#FFF;
  padding:0px !important
}

.block-selectors {
  margin-bottom: 40px;
}

.block-selectors__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-selectors__item {
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 600;
  letter-spacing: -0.4px;
  color: rgba(224, 224, 255, 0.24);
  margin-right: 40px;
}

.block-selectors__item.active {
  color: #ffffff;
}

.box-depo {
  padding: 24px;
}

.deposit-tab {
  display: none;
}

.deposit-tab.active {
  display: block;
}

.adv {
  display: block;
  margin-bottom: 32px;
}

.adv-block {
  height: 232px;
  border-radius: 12px;
  background-color: rgba(224, 224, 255, 0.06);
}

.rating-tabs-parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
	margin: 20px 0px;
}

.rating-tabs-parent .btn + .btn {
  margin-left: 12px;
}

.rating-tabs-parent .btn .fa {
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.rating-tabs-parent .btn .fa:after {
  background-color: #ffffff;
}

.box-contacts {
  padding: 24px;
}

.box-contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: 16px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.box-contacts__item:hover {
  opacity: .6;
}

.box-contacts__item:last-child {
  margin-bottom: 0;
}

.box-contacts__item .fa {
  margin-right: 16px;
  float: left;
  min-width: 24px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.box-contacts__item .fa:after {
  opacity: 0.6;
  background-color: #e0e0ff;
}

.box-title {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 1.71em;
  font-weight: 600;
  letter-spacing: 1px;
  color: rgba(224, 224, 255, 0.6);
  text-transform: uppercase;
}

.content-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 36px;
}

.content-share__back a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-share__back a .fa {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-right: 8px;
}

.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.share__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 12px;
}

.share__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.share__icons a {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background-color: rgba(224, 224, 255, 0.02);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 12px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.share__icons a:hover {
  background-color: rgba(224, 224, 255, 0.04);
}

.share__icons a .fa:after {
  background-color: rgba(224, 224, 255, 0.6);
}

.section-login {
  /*padding-top: 142px*/
  position: relative;
  min-height: 100vh;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.login-height {
  min-height: 100vh;
}

.login-background {
  background-size: cover;
  background-position: 100% 0;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 30%;
}

.login-status {
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 32px;
}

.login-status__item {
  height: 4px;
  background-color: #f54562;
  display: none;
  -ms-flex-preferred-size: calc(100% / 3);
  flex-basis: calc(100% / 3);
}

.login-status__item.active {
  display: block;
}

.login-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 32px;
}

.login-title .h2 {
  margin-bottom: 0;
}

.login-title__password .desc {
  font-size: 16px;
  line-height: 1.75em;
  font-weight: 500;
  letter-spacing: normal;
  color: rgba(224, 224, 255, 0.6);
  margin-bottom: 16px;
}

.login-steper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.login-steper__item {
  width: 24px;
  height: 24px;
  border-radius: 12px;

  text-align: center;
  margin-left: 24px;
  border-radius: 50%;
  display: block;
  -ms-flex-preferred-size: 24px;
  flex-basis: 24px;
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: normal;
  color: rgba(224, 224, 255, 0.24);
}

.login-steper__item.active {
  background-color: #f54562;
  color: #ffffff;
}

.login-steps-2,
.login-steps-3 {
  display: none;
}

.login-steps-1 {
  display: block;
}

.login-steps__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* +lg
        position: fixed
        padding-bottom: 32px
        bottom: 0*/
}

.news {
  margin-bottom: 30px;
}

.news-box {
  border-radius: 12px;
  -webkit-box-shadow: 0 8px 8px -4px rgba(20, 16, 41, 0.24), 0 2px 4px -1px rgba(20, 16, 41, 0.24), 0 0 1px 0 rgba(20, 16, 41, 0.4);
  box-shadow: 0 8px 8px -4px rgba(20, 16, 41, 0.24), 0 2px 4px -1px rgba(20, 16, 41, 0.24), 0 0 1px 0 rgba(20, 16, 41, 0.4);
  background-color: #27273e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100%;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news-box__img {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.news-box__img a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-box__img img {
  width: 100%;
  border-radius: 12px 12px 0 0;
}

.news-box .news-box__img-overlay {
  min-width: 60%;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-box .news-box__img-overlay a {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.news-box__big,
.news-box__medium {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.news-box__big .news-box__img-overlay a,
.news-box__medium .news-box__img-overlay a {
  border-radius: 12px 0 0 12px;
}

.news-box__medium .news-box__img-overlay {
  min-width: 53%;
  -ms-flex-preferred-size: 53%;
  flex-basis: 53%;
}

.news-box__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.news-box__cat {
  color: rgba(224, 224, 255, 0.6);
  font-size: 14px;
  line-height: 1.71em;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.news-box__title {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 600;
  letter-spacing: normal;
  margin-bottom: 16px;
}

.news-box__sdesc {
  color: rgba(224, 224, 255, 0.6);
  font-size: 14px;
  line-height: 1.71em;
  font-weight: 500;
  letter-spacing: normal;
  margin-bottom: 16px;
}

.news-box__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 100%;
}

.news-box__date {
  color: rgba(224, 224, 255, 0.6);
  font-size: 14px;
  line-height: 1.71em;
  font-weight: 500;
  letter-spacing: normal;
}

.news-mb-30 {
  margin-bottom: 30px;
}

.box-history {
  padding: 24px;
  margin-bottom: 32px;
  display: none;
}

.box-history.active {
  display: block;
}

.box-history-title {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 600;
  letter-spacing: -0.4px;
  text-transform: none;
  margin-bottom: 40px;
}

.box-history-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.box-history-bottom .btn {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71x;
}

.box-referals {
  padding: 24px;
  margin-bottom: 32px;
}

.box-referals-title {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 600;
  letter-spacing: -0.4px;
  text-transform: none;
  margin-bottom: 40px;
}

.box-referals-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.box-referals-bottom .btn {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71x;
}

.box-banner {
  padding: 24px;
  margin-bottom: 32px;
}

.box-banner-title {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 600;
  letter-spacing: -0.4px;
  text-transform: none;
  margin-bottom: 40px;
}

.box-banner-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 24px;
}

.box-banner-bottom .btn {
  margin-left: 16px;
}

.box-banner-bottom .btn:first-child {
  margin-left: 0;
}

.box-link {
  padding: 24px;
  margin-bottom: 32px;
}

.box-link__item .input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.box-link__item .input i {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.71;
  letter-spacing: 1px;
  color: #f54562;
}

.box-link__result {
  display: none;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.71;
  letter-spacing: 1px;
  color: #f54562;
}

.box-link-title {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 600;
  letter-spacing: -0.4px;
  text-transform: none;
  margin-bottom: 40px;
}

.box-link-desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71;
  color: rgba(224, 224, 255, 0.6);
  margin-bottom: 24px;
}

.table-referal .table {
  margin: 0 0 0 -16px;
  margin-bottom: 30px;
}

.table-referal .table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.table-referal .table-row__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
}

.table-referal .table-row__user span:first-child {
  min-width: 24px;
  text-align: right;
  margin-right: 16px;
}

.table-referal .table-row__header {
  padding: 12px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71em;
  color: #ffffff;
}

.table-referal .table-row__header .table-cell__1 {
  padding-left: 56px;
}

.table-referal .table-row__body {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71em;
  color: rgba(224, 224, 255, 0.6);
  padding: 12px 0;
}

.table-referal .table-cell__1 {
  padding-left: 16px;
  -ms-flex-preferred-size: 44%;
  flex-basis: 44%;
}

.table-referal .table-cell__2 {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  margin-right: auto;
}

.table-referal .table-cell__3 {
  -ms-flex-preferred-size: 26%;
  flex-basis: 26%;
  text-align: right;
}

.table-history .table {
  margin: 0 0 0 -16px;
  margin-bottom: 30px;
}

.table-history .table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.table-history .table-row__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #ffffff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.table-history .table-row__user span:first-child {
  min-width: 24px;
  text-align: right;
  margin-right: 12px;
}

.table-history .table-row__user img {
  margin-right: 12px;
}

.table-history .table-row__header {
  padding: 12px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71em;
  color: #ffffff;
}

.table-history .table-row__header .table-cell__1 {
  padding-left: 84px;
}

.table-history .table-row__body {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71em;
  color: rgba(224, 224, 255, 0.6);
  padding: 12px 0;
}

.table-history .table-cell__1 {
  padding-left: 16px;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}

.table-history .table-cell__2 {
  -ms-flex-preferred-size: 18%;
  flex-basis: 18%;
}

.table-history .table-cell__3 {
  -ms-flex-preferred-size: 22%;
  flex-basis: 22%;
  text-align: right;
  margin-right: auto;
}

.table-history .table-cell__4 {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  text-align: right;
}

.table-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #ffffff;
}

.table-sort:hover {
  color: rgba(224, 224, 255, 0.6);
}

.table-sort .fa-sort-up {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.user-mini {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.block-history__fix {
  overflow: hidden;
}

.block-history__inner {
  padding-right: 20%;
}

.block-history .btn {
  background-color: transparent;
  margin-bottom: 8px;
}

.block-history .btn:hover,
.block-history .btn.active {
  background-color: rgba(245, 69, 98, 0.06);
}

.section-deposits-fix {
  overflow: hidden;
  padding-bottom: 72px;
}

.section-deposits-fix .deposits-overflow {
  /*margin-right: -4000px*/
}

.section-deposit {
  padding-bottom: 0;
}

.box-withdraw {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px;
}

.box-deposit {
  width: 255px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px;
}

.box-deposit-item {
  padding-right: 30px;
  width: 285px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.box-deposit .currency {
  margin-left: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #ffffff;
  margin-bottom: 16px;
}

.box-deposit__status {
  height: 8px;
  border-radius: 4px;
  background-color: rgba(224, 224, 255, 0.06);
  margin-bottom: 32px;
}

.box-deposit__status span {
  position: relative;
  display: block;
  height: 8px;
  border-radius: 4px;
  background-color: #f54562;
}

.box-deposit__rows div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 1.71em;
  font-weight: 500;
  letter-spacing: normal;
  color: rgba(224, 224, 255, 0.6);
}

.box-deposit__rows div:last-child {
  margin-bottom: 0px;
}

.box-deposit__rows div span:first-child {
  color: #ffffff;
}

.dashboard {
  padding: 24px;
  border-radius: 12px;
  margin-bottom: 32px;
}

.dashboard .currency {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: 0;
  margin-bottom: 30px;
}

.dashboard-1 {
  background-color: rgba(255, 94, 0, 0.03);
}

.dashboard-1 .currency {
  color: #ff5e00;
}

.dashboard-2 {
  background-color: rgba(245, 69, 98, 0.03);
}

.dashboard-2 .currency {
  color: #f54562;
}

.dashboard-3 {
  background-color: rgba(195, 45, 225, 0.03);
}

.dashboard-3 .currency {
  color: #c32de1;
}

.dashboard-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dashboard-footer__links .btn + .btn {
  margin-left: 16px;
}

.dashboard-footer__title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.71em;
  letter-spacing: 1px;
  color: rgba(224, 224, 255, 0.6);
  text-transform: uppercase;
}

.box-deposs {
  display: block;
}

.box-depos {
  width: calc(100% + 24px);
  margin-bottom: 20px;
}

.box-depos-item {
  width: 120px;
  border-radius: 4px;
  background-color: rgba(224, 224, 255, 0.02);
  padding: 16px 16px 12px;
}

.box-depos-item.active {
  background-color: #ff5f00;
}

.box-depos__img {
  margin-bottom: 24px;
}

.box-depos__img img {
  width: 48px !important;
  height: 48px !important;
}

.box-depos__txt {
  font-size: 14px;
  line-height: 1.71em;
  font-weight: 600;
  letter-spacing: 1px;
  color: rgba(224, 224, 255, 0.6);
}

.depos-img {
  width: 96px;
  height: 96px;
}

.row-deposit-input .mt-8 {
  margin-top: 8px;
}

.row-deposit-input .inputs {
  margin-bottom: 0;
}

.box-rating {
  padding: 16px;
  margin-bottom: 0;
}

.box-rating__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  border-radius: 36px;
  background-color: rgba(245, 69, 98, 0.03);
  margin-bottom: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.box-rating__icon .fa:after {
  background-color: #f54562;
}

.box-rating__desc {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.71em;
  letter-spacing: 1px;
  color: rgba(224, 224, 255, 0.6);
  text-transform: uppercase;
}

.box .currency {
  color: #ffffff;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: 0;
  margin-bottom: 12px;
}

.mb-30 {
  margin-bottom: 32px;
}

.box-rating-overflow {
  overflow: hidden;
}

.box-ratings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 30px);
  margin: 0 -15px;
}

.box-ratings .box-rating-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 32px;
}

.box-invests {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.box-invest {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px;
  cursor: pointer;
  margin-bottom: 32px;
}

.box-invest-1 .box-invest__header-bar .status,
.box-invest-1 .box-invest__header-bar .checked .fa {
  background-color: #5d2de1;
}

.box-invest-1 .box-invest__header-vip {
  color: #5d2de1;
}

.box-invest-2 .box-invest__header-bar .status,
.box-invest-2 .box-invest__header-bar .checked .fa {
  background-color: #4579f5;
}

.box-invest-2 .box-invest__header-vip {
  color: #4579f5;
}

.box-invest-3 .box-invest__header-bar .status,
.box-invest-3 .box-invest__header-bar .checked .fa {
  background-color: #00858f;
}

.box-invest-3 .box-invest__header-vip {
  color: #00858f;
}

.box-invest-4 .box-invest__header-bar .status,
.box-invest-4 .box-invest__header-bar .checked .fa {
  background-color: #00bbff;
}

.box-invest-4 .box-invest__header-vip {
  color: #00bbff;
}

.box-invest-5 .box-invest__header-bar .status,
.box-invest-5 .box-invest__header-bar .checked .fa {
  background-color: #9c42f5;
}

.box-invest-5 .box-invest__header-vip {
  color: #9c42f5;
}

.box-invest-6 .box-invest__header-bar .status,
.box-invest-6 .box-invest__header-bar .checked .fa {
  background-color: #ff00aa;
}

.box-invest-6 .box-invest__header-vip {
  color: #ff00aa;
}

.box-invest-7 .box-invest__header-bar .status,
.box-invest-7 .box-invest__header-bar .checked .fa {
  background-color: #f54562;
}

.box-invest-7 .box-invest__header-vip {
  color: #f54562;
}

.box-invest-8 .box-invest__header-bar .status,
.box-invest-8 .box-invest__header-bar .checked .fa {
  background-color: #ff5e00;
}

.box-invest-8 .box-invest__header-vip {
  color: #ff5e00;
}

.box-invest-9 .box-invest__header-bar .status,
.box-invest-9 .box-invest__header-bar .checked .fa {
  background-color: #ffaa00;
}

.box-invest-9 .box-invest__header-vip {
  color: #ffaa00;
}

.box-invest-10 .box-invest__header-bar .status,
.box-invest-10 .box-invest__header-bar .checked .fa {
  background-color: #eeff00;
}

.box-invest-10 .box-invest__header-vip {
  color: #eeff00;
}

.box-invest.active .box-invest__header-bar .status {
  display: none;
}

.box-invest.active .box-invest__header-bar .checked {
  display: block;
}

.box-invest-item {
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% / 4);
}

.box-invest .currency {
  margin-left: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #ffffff;
  margin-bottom: 24px;
}

.box-invest__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
  height: 24px;
}

.box-invest__header-bar {
  width: 40px;
  min-width: 40px;
}

.box-invest__header-bar .status {
  display: inline-block;
  width: 40px;
  height: 8px;
  border-radius: 4px;
  background-color: #5d2de1;
}

.box-invest__header-bar .checked {
  display: none;
}

.box-invest__header-bar .checked .fa {
  background-color: #5d2de1;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.box-invest__header-bar .checked .fa:after {
  background-color: #ffffff;
}

.box-invest__header-text {
  font-size: 14px;
  line-height: 1.71em;
  font-weight: 500;
  letter-spacing: normal;
  color: rgba(224, 224, 255, 0.6);
}

.box-invest__header-vip {
  font-size: 14px;
  line-height: 1.71em;
  font-weight: 500;
  letter-spacing: normal;
  color: #eeff00;
  padding: 0 8px;
  border-radius: 12px;
  text-transform: uppercase;
  background-color: rgba(238, 255, 0, 0.03);
}

.box-invest__rows div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 1.71em;
  font-weight: 500;
  letter-spacing: normal;
  color: #ffffff;
}

.box-invest__rows div:last-child {
  margin-bottom: 0px;
}

.box-invest__rows div span:first-child {
  letter-spacing: 1px;
  color: rgba(224, 224, 255, 0.6);
  text-transform: uppercase;
}

.range-box {
  margin-bottom: 30px;
}

.range-box__info {
  margin-top: -16px;
  padding-bottom: 16px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: rgba(224, 224, 255, 0.4);
}

@media (min-width: 3000px) {
  .section-index {
      padding-top: 100px;
      background-position: 50% 0%;
      background-size: contain;
      overflow: hidden;
      background-repeat: no-repeat;
  }
}


@media (max-width: 2999px) {
  .section-index {
      padding-top: 100px;
      background-size: cover;
      background-position: 50% 0%;
      overflow: hidden;
      background-repeat: no-repeat;
  }
}


.section-plan {
  padding: 72px 0;
  position: relative;
  overflow: hidden;
}

.section-plan .container {
  position: relative;
  z-index: 100;
}

.section-plan .pre-title {
  margin-top: 56px;
}

.section-plan .box-invests {
  margin: 0 -15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-plan .box-invest-item {
  padding: 0 15px;
  width: calc(100% / 2);
}

.section-about {
  padding: 54px 0 0;
  position: relative;
  overflow: hidden;
}

.section-about .container {
  position: relative;
  z-index: 100;
}

.section-profitcalc {
  padding: 72px 0;
  position: relative;
  overflow: hidden;
}

.section-profitcalc .container {
  position: relative;
  z-index: 100;
}

.section-how {
  padding: 72px 0;
  position: relative;
  overflow: hidden;
}

.section-how .container {
  position: relative;
  z-index: 100;
}

.pre-title {
  font-size: 13px;
  line-height: 1.85em;
  font-weight: 600;
  letter-spacing: 1px;
  color: #f54562;
  text-transform: uppercase;
  margin-bottom: 24px;
  padding-left: 8px;
}

.title-index {
  margin-bottom: 48px;
  font-size: 48px;
  line-height: 1em;
  font-weight: bold;
  letter-spacing: -2px;
}

.index-desc {
  margin-bottom: 32px;
  font-size: 20ox;
  line-height: 1.8em;
  font-weight: 500;
  letter-spacing: normal;
  color: rgba(224, 224, 255, 0.6);
}

.index-about-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.index-about-desc span {
  margin-left: 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71em;
  color: rgba(224, 224, 255, 0.6);
}

.circle {
  background-image: -o-linear-gradient(315deg, #ff5e00, #f54562 54%, #c32de1);
  background-image: linear-gradient(135deg, #ff5e00, #f54562 54%, #c32de1);
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}

.circle-1 {
  width: 217px;
  height: 217px;
  top: 13px;
  left: calc(50% - 330px);
}

.circle-2 {
  width: 125px;
  height: 125px;
  bottom: 45px;
  left: calc(50% + 487px);
}

.circle-3 {
  width: 58px;
  height: 58px;
  top: 57px;
  left: calc(50% - 590px);
}

.circle-4 {
  width: 134px;
  height: 134px;
  top: 228px;
  left: calc(50% - 120px);
}

.circle-5 {
  width: 217px;
  height: 217px;
  bottom: 50px;
  left: calc(50% - 550px);
}

.circle-6 {
  width: 319px;
  height: 319px;
  top: 31px;
  left: calc(50% - 160px - 500px);
}

.circle-7 {
  width: 134px;
  height: 134px;
  top: 228px;
  left: calc(50% - 220px);
}

.video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 100;
}

.video img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.video-play {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -webkit-box-shadow: 0 8px 8px -4px rgba(245, 69, 98, 0.12), 0 16px 24px 0 rgba(245, 69, 98, 0.24), 0 2px 4px -1px rgba(27, 10, 82, 0.12), 0 0 1px 0 rgba(245, 69, 98, 0.24);
  box-shadow: 0 8px 8px -4px rgba(245, 69, 98, 0.12), 0 16px 24px 0 rgba(245, 69, 98, 0.24), 0 2px 4px -1px rgba(27, 10, 82, 0.12), 0 0 1px 0 rgba(245, 69, 98, 0.24);
  background-image: -o-linear-gradient(315deg, #ff5e00, #f54562 54%, #c32de1);
  background-image: linear-gradient(135deg, #ff5e00, #f54562 54%, #c32de1);
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.video-play .fa:after {
  background-color: #ffffff;
}

.owl-carousel.owl-loaded {
  display: block !important;
}

.box-front-profit {
  padding: 24px;
  border-radius: 12px;
  -webkit-box-shadow: 0 8px 8px -4px rgba(20, 16, 41, 0.24), 0 2px 4px -1px rgba(20, 16, 41, 0.24), 0 0 1px 0 rgba(20, 16, 41, 0.4);
  box-shadow: 0 8px 8px -4px rgba(20, 16, 41, 0.24), 0 2px 4px -1px rgba(20, 16, 41, 0.24), 0 0 1px 0 rgba(20, 16, 41, 0.4);
  background-color: #27273e;
}

.box-front-profit__title {
  color: #ffffff;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 600;
  letter-spacing: -0.4px;
}

.box-front-profit__content div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.71em;
  font-weight: 600;
  letter-spacing: 1px;
  color: #ffffff;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.71em;
  font-weight: 500;
  letter-spacing: normal;
}

.box-front-profit__content div:last-child {
  margin-bottom: 16px;
}

.box-front-profit__content div span:first-child {
  color: rgba(224, 224, 255, 0.6);
  text-transform: uppercase;
}

.profit {
  padding: 24px;
  border-radius: 12px;
  -webkit-box-shadow: 0 8px 8px -4px rgba(20, 16, 41, 0.24), 0 2px 4px -1px rgba(20, 16, 41, 0.24), 0 0 1px 0 rgba(20, 16, 41, 0.4);
  box-shadow: 0 8px 8px -4px rgba(20, 16, 41, 0.24), 0 2px 4px -1px rgba(20, 16, 41, 0.24), 0 0 1px 0 rgba(20, 16, 41, 0.4);
  background-color: #27273e;
}

.profit__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

.profit__top-title {
  color: #ffffff;
}

.profit__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.profit__btn {
  background: transparent;
  margin-left: 16px;
  color: rgba(224, 224, 255, 0.6);
}

.profit__btn_active {
  background-color: rgba(245, 69, 98, 0.06);
  color: #f54562;
}

.profit__percent {
  font-size: 16px;
}

.profit__range-slider:not(:last-child) {
  margin-bottom: 24px;
}

.profit__functions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px;
}

.profit__name {
  color: rgba(20, 16, 41, 0.4);
  font-size: 14px;
  line-height: 16px;
}

.profit__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.range-slider {
  margin-top: -10px;
}

.range-slider .irs-line {
  height: 4px;
  border-radius: 2px;
  background-color: rgba(224, 224, 255, 0.06);
}

.range-slider .irs-bar--single {
  height: 4px;
  background: #f54562;
  border-radius: 2px;
}

.range-slider .irs-handle {
  width: 24px;
  height: 24px;
  -webkit-box-shadow: 0 8px 8px -4px rgba(20, 16, 41, 0.06), 0 2px 4px -1px rgba(20, 16, 41, 0.06), 0 0 1px rgba(20, 16, 41, 0.12);
  box-shadow: 0 8px 8px -4px rgba(20, 16, 41, 0.06), 0 2px 4px -1px rgba(20, 16, 41, 0.06), 0 0 1px rgba(20, 16, 41, 0.12);
  background: #ffffff;
  border-radius: 50%;
  top: 14px;
  cursor: pointer;
}

.range-slider .irs-handle i {
  opacity: 0;
}

.range-slider__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  line-height: 16px;
}

.range-slider__title {
  color: rgba(224, 224, 255, 0.4);
}

.range-slider__value {
  color: #ffffff;
}

.box-header-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 28px;
}

.box-title-desc {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
  color: #ffffff;
}

.box-back {
  margin-left: -16px;
}

.box-back a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.box-back a .fa {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.box-back a .fa:after {
  background-color: #f54562;
}

.check__selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.toggler {
  position: relative;
  cursor: pointer;
  height: 24px;
  border-radius: 12px;
  background-color: rgba(224, 224, 255, 0.06);
}

.toggler-text {
  margin-left: 16px;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
  letter-spacing: normal;
  color: rgba(20, 16, 41, 0.8);
}

.toggler.active .toggler-way {
  background-color: #f54562;
  width: 40px;
}

.toggler.active .toggler-circle {
  -webkit-box-shadow: 0 4px 8px -4px #ff00003d, 0 2px 4px -1px #1b0a523d, 0 0 1px 0 #ff00003d;
  box-shadow: 0 4px 8px -4px #ff00003d, 0 2px 4px -1px #1b0a523d, 0 0 1px 0 #ff00003d;
  background: #ffffff;
  left: 18px;
}

.toggler-way {
  width: 40px;
  height: 24px;
  background-color: rgba(20, 16, 41, 0.02);
  border-radius: 12px;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.toggler-circle input {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 3px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 8px 8px -4px rgba(20, 16, 41, 0.06), 0 2px 4px -1px rgba(20, 16, 41, 0.06), 0 0 1px 0 rgba(20, 16, 41, 0.12);
  box-shadow: 0 8px 8px -4px rgba(20, 16, 41, 0.06), 0 2px 4px -1px rgba(20, 16, 41, 0.06), 0 0 1px 0 rgba(20, 16, 41, 0.12);
  background-color: #ffffff;
}

.security {
  padding: 0 0 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71em;
  color: #ffffff;
}

.block-wallert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 12px;
}

.wallet-icon {
  margin-right: 16px;
}

.wallet-icon img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.wallet-text {
  margin-right: auto;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #ffffff;
}

.wallet-settings .fa:after {
  width: 20px;
  height: 20px;
  opacity: 0.4;
  background-color: #e0e0ff;
}

.wallet-delete .fa:after {
  width: 18px;
  height: 18px;
  opacity: 0.4;
  background-color: #e0e0ff;
}

.block-wallets__add {
  margin-top: 24px;
  text-align: center;
}

.block-wallets__add .btn .fa {
  float: left;
  margin-left: 0;
  margin-right: 12px;
}

.container-settings {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container-settings-selectors {
  -ms-flex-preferred-size: 285px;
  flex-basis: 285px;
  min-width: 285px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container-settings-tabs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.container-settings-tabs .box-setting {
  display: none;
}

.container-settings-tabs .box-setting.active {
  display: block;
}

.container-settings-tabs .box-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container-settings-tabs .box-header .box-s-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4em;
  color: #ffffff;
}

.tabs-item {
  padding: 16px 8px 16px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 40px 12px 12px 40px;
  margin-bottom: 8px;
}

.tabs-item.active {
  background-color: rgba(224, 224, 255, 0.02);
}

.tab-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.tab-inner__icon {
  margin-right: 16px;
	text-align:center !important;
}

.tab-inner__icon-round {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-inner__icon-round .fa:after {
  background-color: #ffffff;
}

.tab-inner__icon-round-pink {
  background-color: #f54562;
	color:#FFF;
}

.tab-inner__icon-round-orange {
  background-color: #ff5e00;
}

.tab-inner__icon-round-siren {
  background-color: #c32de1;
}

.tab-inner__desc {
  margin-right: auto;
}

.tab-inner__desc div {
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  color: #ffffff;
}

.tab-inner__desc span {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.23em;
  color: rgba(224, 224, 255, 0.6);
}

.tab-inner__arr .fa {
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.tab-inner__arr .fa:after {
  background-color: #ffffff;
}

@media (min-width: 992px) {
  .box-ratings .box-rating-item {
    width: calc(100% / 6);
    padding: 0 15px 0;
  }
}

@media (max-width: 1200px) {
  .footer-menu ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer-menu ul li {
    margin-right: 16px;
    margin-bottom: 8px;
  }

  .menu-top__style .mainmenu ul li {
    margin-left: 15px;
  }

  .header-icons a {
    margin-left: 0;
  }

  .box-ratings {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .box-ratings .box-rating-item {
    width: calc(100% / 3);
    padding: 0 15px 0;
  }

  .box-invests {
    margin: 0 -8px;
    width: calc(100% + 16px);
  }
}

@media (max-width: 992px) {
  body.body-login {
    padding-top: 30px;
  }

  .footer .menu-top__style .mainmenu {
    width: 100%;
    float: none;
    margin-top: 44px;
  }

  .footer .menu-top__style .mainmenu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer .menu-top__style .mainmenu ul li {
    margin: 0;
  }

  .footer .menu-top__style .mainmenu ul li a {
    padding: 12px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer .menu-top__style .mainmenu ul li a .fa {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .logo {
    font-size: 18px;
    line-height: 1.33em;
    font-weight: 600;
    letter-spacing: -0.4px;
    color: #ffffff;
  }

  .menu__top {
    display: none;
  }

  .faq-tabparent {
    margin: 0 -15px;
    overflow: hidden;
    height: 48px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .faq-tabs {
    padding: 0 15px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: calc(48px + 40px);
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hide;
    -webkit-overflow-scrolling: touch;
  }

  .rating-tabs-parent {
    margin-bottom: 32px;
  }

  .box-contacts {
    margin-bottom: 32px;
  }

  .login {
    padding-top: 48px;
    padding-bottom: 32px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .login-body {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .login-background {
    display: none;
  }

  .login-steps {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .login-steps__footer {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .news-box {
    margin-bottom: 30px;
    height: auto;
  }

  .news-box .news-box__img-overlay a {
    display: none;
  }

  .news-box__big,
  .news-box__medium {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .news-box__medium .news-box__img-overlay {
    display: none;
  }

  .news-box__desc {
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .news-mb-30 {
    margin-bottom: 0;
  }

  .block-history {
    margin: 0 -15px;
    overflow: hidden;
    height: 48px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 32px;
  }

  .block-history__inner {
    padding: 0 15px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: calc(48px + 40px);
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hide;
    -webkit-overflow-scrolling: touch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .block-history .btn {
    margin-right: 8px;
    margin-bottom: 0px;
  }

  .row-deposit-input > div {
    margin-bottom: 24px;
  }

  .box-rating-overflow-margin {
    width: 2000px;
  }

  .box-ratings {
    margin: 0;
  }

  .box-ratings .box-rating-item {
    width: 215px;
    padding: 0;
  }

  .box-invest-item {
    width: 280px;
    padding: 0 8px;
    width: 260px;
  }

  .section-plan {
    padding: 48px 0 24px;
  }

  .section-plan .box-invests {
    display: block;
    margin: 0 -15px 0 -15px;
    width: calc(100% + 30px);
  }

  .section-plan .box-invest-item {
    padding: 0 8px;
    width: 260px;
  }

  .section-plan .btn {
    display: block;
    text-align: center;
    margin-bottom: 48px;
  }

  .section-about {
    padding: 48px 0 0;
  }

  .section-profitcalc {
    padding: 48px 0 48px;
  }

  .section-how {
    padding: 48px 0 24px;
  }

  .circle-1 {
    left: auto;
    right: -40px;
    top: 0;
  }

  .circle-2 {
    left: 15px;
    bottom: 15px;
  }

  .circle-3 {
    top: 90px;
    right: 30px;
    left: auto;
  }

  .circle-4 {
    top: 55%;
    right: 32px;
    left: auto;
  }

  .circle-5 {
    bottom: 0;
    left: -110px;
  }

  .circle-7 {
    top: 320px;
  }

  .video {
    margin-top: 60px;
  }

  .profit {
    margin-bottom: 32px;
  }

  .profit__type {
    margin-top: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-width: 100%;
  }

  .profit__type .btn {
    margin: 0;
  }

  .range-slider {
    margin-bottom: 12px;
  }

  .wallet-text {
    margin-right: 20px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }

  .container-settings {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .container-settings .mobile-unactive {
    display: none;
  }
}

@media (max-width: 992px) and (max-width: 768px) {
  .footer .menu-top__style .mainmenu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 833px) {
  .top-menu-mobile {
    display: block;
  }
}

@media (max-width: 768px) {
  h1,
  .h1 {
    font-size: 32px;
    line-height: 1em;
    font-weight: bold;
    letter-spacing: -1px;
    margin-bottom: 48px;
  }

  .title {
    font-size: 36px;
    line-height: 1em;
    font-weight: bold;
    letter-spacing: -1px;
    margin-bottom: 48px;
  }

  h2,
  .h2 {
    margin-bottom: 32px;
  }

  .footer-bottom {
    margin-bottom: 48px;
  }

  .title-tabs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 32px;
  }

  .rating-tabs-parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .rating-tabs-parent .btn + .btn {
    margin-left: 0;
  }

  .rating-tabs-parent .btn {
    display: block;
    margin-bottom: 12px;
  }

  .rating-tabs-parent .btn:last-child {
    margin-bottom: 0;
  }

  .box-history-bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .box-history__show {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 16px;
    text-align: center;
  }

  .box-history__show .btn {
    display: block;
    width: 100%;
    text-align: center;
  }

  .box-referals-bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .box-referals__show {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 16px;
    text-align: center;
  }

  .box-referals__show .btn {
    display: block;
    width: 100%;
    text-align: center;
  }

  .table-referal .table {
    margin-left: 0;
  }

  .table-referal .table-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 32px;
  }

  .table-referal .table-row__header {
    padding: 0;
    margin-bottom: 24px;
  }

  .table-referal .table-row__header .table-cell__1 {
    padding-left: 0;
    margin: 0;
  }

  .table-referal .table-row__body {
    padding: 0;
  }

  .table-referal .table-cell__sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .table-referal .table-cell__1 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 16px;
    padding-left: 0;
  }

  .table-referal .table-cell__2 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .table-referal .table-cell__3 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .table-history .table {
    margin-left: 0;
  }

  .table-history .table-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 32px;
  }

  .table-history .table-row__header {
    padding: 0;
    margin-bottom: 24px;
  }

  .table-history .table-row__header .table-cell__1 {
    padding-left: 0;
    margin: 0;
  }

  .table-history .table-row__body {
    padding: 0;
  }

  .table-history .table-cell__sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .table-history .table-cell__1 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 16px;
    padding-left: 0;
  }

  .table-history .table-cell__2 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .table-history .table-cell__3 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .table-history .table-cell__4 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .order-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 4px;
  }

  .order-field span:first-child {
    color: #ffffff;
  }

  .section-plan .pre-title {
    margin-top: 0;
  }

  .section-plan .title {
    padding-right: 90px;
  }

  .title-index {
    margin-bottom: 32px;
  }

  .index-desc {
    margin-bottom: 24px;
  }

  .index-about-desc {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .index-about-desc .btn {
    display: block;
    width: 100%;
    text-align: center;
  }

  .index-about-desc span {
    min-width: 100%;
    text-align: center;
    padding-top: 28px;
    margin-left: 0;
  }

  .block-wallets__add .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 576px) {
  h1,
  .h1 {
    margin-bottom: 32px;
  }

  .title {
    margin-bottom: 32px;
  }

  h2,
  .h2 {
    font-size: 24px;
    line-height: 1.17em;
    font-weight: 600;
    letter-spacing: -0.4px;
    margin-bottom: 24px;
  }

  h3,
  .h3 {
    font-size: 18px;
    line-height: 1.33em;
    font-weight: 500;
    letter-spacing: normal;
    margin-bottom: 19px;
  }

  h4,
  .h4 {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 600;
    letter-spacing: normal;
    margin-bottom: 16px;
  }

  .mb-sm-16 {
    margin-bottom: 16px;
  }

  .mt-24-sm {
    margin-top: 24px;
  }

  .text-center-sm {
    text-align: center;
  }

  .popup-inner {
    width: calc(100% - 30px);
    padding: 32px;
    margin-top: 10px;
  }

  .popup-inner .close {
    top: 64px;
    right: 64px;
  }

  .popup-content .login-signup {
    margin-top: -32px;
  }

  .popup-content .login-signup .login-status {
    margin: 0 -32px 32px;
  }

  .popup-content .login-signup .btn .fa {
    display: none;
  }

  .content p,
  .content ul,
  .content ol {
    font-size: 14px;
    line-height: 1.71em;
    font-weight: 500;
    letter-spacing: normal;
    margin-bottom: 32px;
  }

  .content p.intro {
    font-size: 18px;
    line-height: 1.78em;
    font-weight: 500;
    letter-spacing: normal;
    margin-bottom: 24px;
  }

  .content blockquote {
    padding: 24px 32px;
  }

  .content blockquote li,
  .content blockquote p {
    font-size: 13px;
    line-height: 1.23em;
    font-weight: 500;
    letter-spacing: normal;
  }

  .block-selectors {
    width: 100%;
    overflow: hidden;
    height: 28px;
  }

  .block-selectors__items {
    height: calc(28px + 40px);
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hide;
    -webkit-overflow-scrolling: touch;
  }

  .content-share {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .content-share__back {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .content-share__back a span {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .content-share__icons {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 28px;
  }

  .share__title {
    padding: 0 32px 0 0;
  }

  .share__icons {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .login-steps__footer-login {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    font-size: 14px;
    font-size: 14px;
    line-height: 1.71em;
    font-weight: 500;
    letter-spacing: normal;
  }

  .section-index {
    background-position: 100% 0%;
    background-size: 100%;
    padding-top: 204px;
  }

  .pre-title {
    margin-bottom: 16px;
  }

  .profit__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .profit__functions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .profit__func-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 16px;
  }

  .profit__func-btns .profit__btn {
    width: 100%;
    margin: 0;
  }

  .profit__func-btns .profit__btn:not(:last-child) {
    margin-bottom: 8px;
  }

  .profit__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .profit__bottom .btn {
    width: 100%;
    margin-top: 24px;
  }
}

@media (min-width: 1200px) and (max-width: 1300px) {
  .body-login {
    padding-left: 72px;
  }
}

@media (min-width: 992px) and (max-width: 1080px) {
  .body-login {
    padding-left: 72px;
  }
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
	display: none !important;
}
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
	display: none !important;
}
@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}
	table.visible-xs {
		display: table;
	}
	tr.visible-xs {
		display: table-row !important;
	}
	th.visible-xs, td.visible-xs {
		display: table-cell !important;
	}
}
@media (max-width: 767px) {
	.visible-xs-block {
		display: block !important;
	}
}
@media (max-width: 767px) {
	.visible-xs-inline {
		display: inline !important;
	}
}
@media (max-width: 767px) {
	.visible-xs-inline-block {
		display: inline-block !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}
	table.visible-sm {
		display: table;
	}
	tr.visible-sm {
		display: table-row !important;
	}
	th.visible-sm, td.visible-sm {
		display: table-cell !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-block {
		display: block !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline {
		display: inline !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline-block {
		display: inline-block !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important;
	}
	table.visible-md {
		display: table;
	}
	tr.visible-md {
		display: table-row !important;
	}
	th.visible-md, td.visible-md {
		display: table-cell !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-block {
		display: block !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline {
		display: inline !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline-block {
		display: inline-block !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg {
		display: block !important;
	}
	table.visible-lg {
		display: table;
	}
	tr.visible-lg {
		display: table-row !important;
	}
	th.visible-lg, td.visible-lg {
		display: table-cell !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg-block {
		display: block !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg-inline {
		display: inline !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg-inline-block {
		display: inline-block !important;
	}
}
@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important;
	}
}
.visible-print {
	display: none !important;
}
@media print {
	.visible-print {
		display: block !important;
	}
	table.visible-print {
		display: table;
	}
	tr.visible-print {
		display: table-row !important;
	}
	th.visible-print, td.visible-print {
		display: table-cell !important;
	}
}
.visible-print-block {
	display: none !important;
}
@media print {
	.visible-print-block {
		display: block !important;
	}
}
.visible-print-inline {
	display: none !important;
}
@media print {
	.visible-print-inline {
		display: inline !important;
	}
}
.visible-print-inline-block {
	display: none !important;
}
@media print {
	.visible-print-inline-block {
		display: inline-block !important;
	}
}
@media print {
	.hidden-print {
		display: none !important;
	}
}

/* Table ----------------------------------------------------------------------------- */

table {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-spacing: 0;
	-webkit-border-radius: 5px;
	border-radius: 5px
}
table th, table td {
	padding: 10px;
	text-align: center;
	vertical-align: middle
}
table th {
	font-weight: 700;
	background-color: rgba(224, 224, 255, 0.02);
}
table th.clear {
	border: 0;
	background: none
}
table tr:first-child td {
	background: url(../images/box_shadow.png) repeat-x left top
}
table tr:nth-child(2n) td {
	background: rgba(0, 0, 0, 0.01)
}

.deposit_table_list {
  background-color: #27273e;
}
.deposit_table thead {
	
}
.deposit_table th {
	font-weight:bold;
	padding: 5px 0px;
}
.deposit_table_list tbody {
}

.deposit_table_list td {
	color:#fff
}
.deposit_table_list .bane {
}
table{
	width:100%
}
ul.pagination {
  list-style: none !important;
	list-style-type: none !important;
	list-style-image:none;
  margin:auto;
	  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;

}
ul.pagination li {
  display: inline-block;
  list-style: none !important;
	list-style-type: none !important;
	list-style-image:none;

  padding: 12px;
}

.content_slider {
	padding: 0 140px;
	position: relative
}
.content_slider .content_slider_ul {
	margin: 0!important;
	line-height: 0;
	border-width: 8px;
	border-style: solid;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.content_slider .content_slider_ul li {
	display: block;
	float: left;
	margin: 0!important;
}
.content_slider a.button {
	position: absolute;
	top: 50%;
	margin: -22px 0 0;
	font-size: 13px;
	line-height: 21px
}
.content_slider a.slider_prev {
	left: -90px
}
.content_slider a.slider_next {
	right: -90px
}
.content_slider .slider_pagination {
	width: 100%;
	margin-top: 30px;
}
.content_slider .slider_pagination li {
	display: inline-block;
}
.content_slider .content_slider_ul {
	max-height: 283px;
	transition: opacity 0.3s ease-in-out;
}
.content_slider .content_slider_ul.slick-slider {
	opacity: 1;
	max-height: none;
	zoom: 1;
}
/* Flat */

.content_slider.flat .content_slider_ul {
	border-width: 0
}
.content_slider.flat a.button {
	background: none!important;
	box-shadow: none;
	border: none
}
.content_slider.flat a.button:after {
	display: none!important
}
.content_slider.flat a.button:hover {
	background: none!important
}
.content_slider.flat a.button .button_icon {
	background: none;
	padding: 0;
	font-size: 50px;
	opacity: .3
}
.content_slider.flat a:hover.button .button_icon {
	opacity: 1
}
/* Flat description */

.content_slider.flat.description ul li {
	text-align: center
}
.content_slider.flat.description ul li a {
	display: block;
	text-decoration: none
}
.content_slider.flat.description ul li img {
	margin-bottom: 30px
}
.content_slider.flat.description ul li h3 {
	margin-bottom: 0
}
.content_slider.flat.description ul li .desc {
	line-height: initial;
	padding: 0 20%;
	margin-top: 15px
}
/* Carousel */

.content_slider.carousel {
	padding: 0 70px
}
.content_slider.carousel .content_slider_ul {
	border-width: 0
}
.content_slider.carousel .content_slider_ul li {
	text-align: center;
	padding: 0 20px;
	padding-top: 5px
}
.content_slider.carousel .content_slider_ul li img {
	margin-bottom: 20px;
	opacity: .8;
	position: relative;
	top: 0
}
.content_slider.carousel .content_slider_ul li a {
	color: inherit;
	text-decoration: none;
}
.content_slider.carousel .content_slider_ul li .title {
	opacity: .3;
	font-size: 115%;
	line-height: initial;
}
.content_slider.carousel .content_slider_ul li:hover img {
	opacity: 1;
	top: -5px
}
.content_slider.carousel .content_slider_ul li:hover .title {
	opacity: 1
}
.content_slider.carousel a.button {
	background: none!important;
	box-shadow: none;
	border: none;
	top: 40%;
	margin-top: -11px;
}
.content_slider.carousel a.button:after {
	display: none!important
}
.content_slider.carousel a.button:hover {
	background: none!important
}
.content_slider.carousel a.button .button_icon {
	background: none;
	padding: 0;
	font-size: 30px;
	opacity: .5
}
.content_slider.carousel a.button:hover .button_icon {
	opacity: 1
}
.content_slider.carousel a.slider_prev {
	left: -70px
}
.content_slider.carousel a.slider_next {
	right: -70px
}
/* Navigation visibility */

.content_slider.hide-arrows {
	padding: 0
}
.content_slider.hide-arrows a.slider_prev, .content_slider.hide-arrows a.slider_next {
	display: none!important
}
.content_slider.hide-dots .slider_pagination {
	display: none!important
}
.section.full-width .column.one .content_slider.hide-arrows {
	padding: 0 140px;
}
/* Animation */

.content_slider.carousel ul li img, .content_slider.carousel ul li .title, .content_slider.flat a.button .button_icon {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

img.scale-with-grid, #Content img {
	max-width: 100%;
	height: auto;
}
.paginator {
  display: flex;
  align-items: center;
  justify-content: center;
}
.paginator a {
  background: #242321;
  padding: 4px 8px;
  margin: 4px;
  border-radius: 5px;
}
.paginator a.pgactive {
  background: #ff9813;
}