.calc__field.flex {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 40px;
	align-items: flex-start;
}

.calc__field_icon.flex {
	justify-content: center;
}

.calc__field_title {
	padding-right: 10px;
	width: 180px;
	text-align: center;
}

.calc__field_title div {
	color: #3C3A65;
	font-size: 27px;
	font-weight: 500;
}

.calc__field_title p {
	color: #3C3A65;
	font-size: 12px;
	line-height: 18px;
}

.calc__field_input {
	width: 600px;
}

.calc__field_input .btn,
.calc__info_table .btn {
	border-radius: 5px;
	margin-top: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	text-align: center;
}

.calc__info_table .btn {
	margin-top: 5px;
}

.calc__field_input input {
	display: block;
	width: 100%;
	background: rgba(242, 242, 242, 0.61);
	border: 1px solid #E6E6E6;
	border-radius: 5px;
	color: #3C3A65;
	font-size: 16px;
	padding-left: 25px;
	padding-right: 25px;
	height: 43px;
	outline: none;
}

.calc__course {
	width: 190px;
	color: #3C3A65;
	font-size: 12px;
	line-height: 18px;
	padding-top: 20px;
}

.calc__info {
	margin-top: 40px;
	background: #F3F1F1;
	border-radius: 15px;
}

.calc__info_block {
	text-align: center;
	background: #0099FF;
	border-radius: 15px;
	padding: 25px;
	width: 25%;
	color: #fff;
}

.calc__info_speed {
	font-size: 12px;
}

.calc__info_value {
	font-size: 43px;
	font-weight: 600;
}

.calc__info_value span {
	text-transform: uppercase;
	font-size: 20px;
}

.calc__info_title {
	font-size: 15px;
}

.calc__info_table {
	padding: 10px 30px;
	border-right: 1px solid rgba(0, 0, 0, 0.18);
	width: 25%;
}

.calc__info_table:last-child {
	border: none;
}

.calc__info_table table  {
	width: 100%;
}

.calc__info_table table tr td {
	padding: 5px;
	color: rgba(0, 0, 0, 0.5);
	font-size: 15px;
	line-height: 22px;
}

.calc__info_table table tr td:nth-child(2) {
	color: #000;
	font-weight: 500;
}

.calc__field.flex {
	padding-left: 0;
	padding-right: 0;
}

.calc__block {
	padding: 30px;
}

.bounty__description {
	margin-bottom: 35px;
	color: #3C3A65;
	font-size: 18px;
	line-height: 27px;
}

.bounty__bonuses {
	margin-bottom: 35px;
}

.bounty__bonuses_title {
	margin-bottom: 10px;
	color: #757070;
	font-size: 17px;
	line-height: 25px;
}

.bounty__bonuses_value {
	background: url(../img/star.svg) left center no-repeat;
	padding-left: 33px;
	color: #3C3A65;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
}

.bounty__block.flex {
	padding: 30px;
	background: #FAFAFA;
	border-radius: 25px;
}

.bounty__title {
	color: #3C3A65;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 30px;
	padding-right: 15px;
}

.bounty__prize {
	color: #757070;
	font-size: 17px;
	line-height: 25px;
	margin-bottom: 30px;
	padding-left: 33px;
	font-weight: 600;
	padding-right: 15px;
	background: url(../img/light-star.svg) left center no-repeat;
}

.bounty__link {
	display: block;
	position: relative;
	text-decoration: none;
	background: #2342E6;
	border: 1px solid #E6E6E6;
	border-radius: 5px;
	margin-bottom: 30px;
	outline: none;
	border: none;
	line-height: 22px;
	padding: 10px 25px;
	font-size: 15px;
	color: #fff;
	width: 170px;
}

.bounty__link.disabled {
	background: #999DF4;
}

.bounty__link:after {
	position: absolute;
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	box-sizing: border-box;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	margin-top: -1px;
	right: 15px;
}

.bounty__link.disabled:after {
	-moz-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
	margin-top: -3px;
}

.bounty__info {
	background: #FFFFFF;
	border: 3px solid #F5EDED;
	border-radius: 10px;
	width: 100%;
	padding: 40px;
}

.bounty__info_block {
	width: 580px;
}

.bounty__info_item {
	margin-bottom: 30px;
}

.bounty__info_item:last-child {
	margin-bottom: 0;
}

.bounty__info_title {
	color: #655E5E;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 7px;
}

.bounty__info_item ul li {
	display: block;
	list-style: none;
	font-size: 16px;
	color: #716E6E;
	padding-left: 30px;
	position: relative;
	margin-bottom: 7px;
	line-height: 27px;
}

.bounty__info_item ul li:before {
	position: absolute;
	display: block;
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 7px;
	background: #999DF4;
	left: 0;
	top: 10px;
}

.bounty__form {
	width: 305px;
}

.bounty__form label {
	display: block;
	padding-left: 10px;
	margin-bottom: 12px;
	color: #3C3A65;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
}

.bounty__form textarea {
	display: block;
	width: 100%;
	border: 1px solid #E6E6E6;
	outline: none;
	border-radius: 5px;
	height: 80px;
	resize: none;
	padding: 15px;
	font-size: 16px;
	color: #000;
	margin-bottom: 22px;
}

.bounty__form_link {
	display: block;
	text-decoration: none;
	margin-bottom: 22px;
	color: #3C3A65;
	opacity: 0.37;
	font-size: 12px;
	line-height: 18px;
}

.bounty__form .btn {
	border-radius: 5px;
}

.btn {
	cursor: pointer;
	outline: none;
	border: none;
}

.btn.btn_light {
	background: #999DF4;
}

.bounty__history_item {
	margin-top: 20px;
	background: #FAFAFA;
	border-radius: 25px;
	padding: 25px 35px;
}

.bounty__history_title {
	color: #3C3A65;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	width: 30%;
}

.bounty__history_speed.flex {
	margin-right: auto;
	justify-content: center;
	width: 30%;
}

.bounty__history_speed span {
	display: block;
	color: #757070;
	font-size: 17px;
	line-height: 25px;
	font-weight: 600;
	padding-left: 33px;
	background: url(../img/star.svg) left center no-repeat;
}

.bounty__history_speed.light span {
	background-image: url(../img/light-star.svg);
}

.bounty__block_status {
	width: 170px;
}

.bounty__block_status div {
	text-align: center;
	padding: 10px;
	text-align: center;
	font-size: 15px;
	line-height: 22px;
	border-radius: 5px;
}

.bounty__block_status.done div {
	color: #fff;
	background: #2342E6;
}

.chat__info.flex {
	background: #FAFAFA;
    border-radius: 25px;
    padding: 30px;
    align-items: flex-start;
    margin-bottom: 70px;
}

.chat__info_item {
	padding: 10px;
}

.chat__info_title {
	color: #757070;
	font-size: 17px;
	line-height: 25px;
	font-weight: 600;
	margin-bottom: 10px;
	text-align: center;
}

.chat__info_value {
	color: #3C3A65;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	padding-top: 10px;
}

.chat__info_status {
	color: #fff;
	text-align: center;
	padding: 11px;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	border: 1px solid #E6E6E6;
	border-radius: 5px;
}

.chat__info_status.grey {
	color: #A99F9F;
	background: rgba(229, 229, 229, 0.43);
}

.chat__info_status.dark-blue {
	background: #2342E6;
}

.chat__info_status.blue {
	background: #999DF4;
}

.chat__info_status.yellow {
	background: #F2C94C;
}

.chat__message.flex {
	margin-bottom: 28px;
	width: 762px;
}

.chat__message.right {
	margin-left: auto;
}

.chat__message_user.flex {
	align-content: center;
	justify-content: center;
	width: 59px;
	height: 59px;
	border-radius: 59px;
}

.left .chat__message_user {
	background: #2342E6;
}

.right .chat__message_user {
	background: #999DF4;
}

.chat__message_body {
	padding: 30px;
	border: 2px solid #F5EDED;
	border-radius: 10px;
	width: 669px;
	position: relative;
}

.chat__message_body:before {
	position: absolute;
	display: block;
	content: "";
	width: 25px;
	height: 25px;
	box-sizing: border-box;
	border-top: 2px solid #F5EDED;
	border-left: 2px solid #F5EDED;
	top: 50%;
	margin-top: -11px;
	background: #fff;
}

.left .chat__message_body:before {
	-moz-transform: rotate(315deg);
	-webkit-transform: rotate(315deg);
	-o-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	transform: rotate(315deg);
	left: -14px;
}

.right .chat__message_body:before {
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	right: -14px;
}

.chat__message_name {
	font-size: 16px;
	color: #655E5E;
	font-weight: 700;
	margin-bottom: 20px;
	padding-right: 20px;
}

.chat__message_date {
	margin-bottom: 20px;
	color: #716E6E;
	font-size: 14px;
}

.chat__message_text {
	width: 100%;
	font-size: 16px;
	color: #655E5E;
}

.chat__reply_title {
	margin-bottom: 25px;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	color: #3C3A65;
}

.chat__reply {
	padding-left: 93px;
	padding-right: 93px;
}

.chat__reply textarea {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	border: 3px solid #F5EDED;
	border-radius: 10px;
	outline: none;
	padding: 20px;
	font-size: 16px;
	color: #655E5E;
	resize: none;
	height: 158px;
}

.chat__reply_buttons.flex {
	justify-content: flex-start;
}


.chat__reply_buttons .btn {
	margin-right: 18px;
}

.btn.btn_small {
	border-radius: 5px;
	padding: 10px 28px;
}

.chat__reply_cancel {
	padding: 10px 28px;
	text-align: center; 
	color: #fff;
	background: #A99F9F;
	border-radius: 5px;
	font-size: 15px;
	line-height: 22px;
	text-decoration: none;
}

.ticket__block.flex {
	align-items: flex-start;
}

.ticket__form {
	width: 610px;
}

.ticket__form label {
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 27px;
	font-weight: 600;
	color: #A99F9F;
}

.ticket__form textarea {
	width: 100%;
	display: block;
	padding: 10px 20px;
	background: rgba(242, 242, 242, 0.61);
	border: 1px solid #E6E6E6;
	border-radius: 5px;
	height: 84px;
	resize: none;
	margin-bottom: 22px;
	font-size: 16px;
	line-height: 24px;
	color: #3C3A65;
	outline: none;	
}

.ticket__select {
	background: rgba(242, 242, 242, 0.61);
	border: 1px solid #E6E6E6;
	border-radius: 5px;
	margin-bottom: 22px;
	position: relative;
}

.ticket__select:after {
	position: absolute;
	display: block;
	content: "";
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	border-right: 2px solid #5C5C5C;
	border-bottom: 2px solid #5C5C5C;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	margin-top: -7px;
	right: 15px;
}

.ticket__select select {
	display: block;
	width: 100%;
	outline: none;
	border: none;
	background: transparent;
	height: 57px;
	padding-left: 20px;
	padding-right: 50px;
	font-size: 16px;
	line-height: 24px;
	color: #3C3A65;
	position: relative;
	z-index: 2;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.ticket__signature {
	margin-bottom: 22px;
	font-size: 16px;
	line-height: 29px;
	color: #474545;
}

.ticket__description {
	width: 445px;
	padding-top: 25px;
}

.ticket__description_title {
	margin-bottom: 12px;
	font-weight: 500;
	font-size: 32px;
	line-height: 48px;
	color: #3C3A65;
}

.ticket__description p {
	font-size: 16px;
	line-height: 29px;
	color: #474545;
}

.tickets__block.flex {
	align-items: stretch;
	border: 1px solid #D3D8DD;
}

.tickets__items {
	width: 454px;
	border-right: 1px solid #D3D8DD;
}

.tickets__item.flex {
	padding: 25px;
	border-bottom: 1px solid #D3D8DD;
	cursor: pointer;
	transition: all ease 0.3s;
	flex-wrap: nowrap;
	align-items: flex-start;
}

.tickets__item.flex:last-child {
	border: none;
}

.tickets__item:hover {
	background: #F5F2F2;
}

.tickets__item_avatar {
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	border-radius: 3px;
}

.tickets__item_info.flex {
	width: calc(100% - 90px);
	justify-content: flex-start;
	margin-left: 15px;
	margin-right: auto;
}

.tickets__item_date {
	margin-bottom: 5px;
	padding: 1px 10px;
	text-align: center;
	font-weight: 500;
	font-size: 13px;
	line-height: 20px;
	background: #FFECF0;
	border: 1px solid #FED5DB;
	border-radius: 3px;
	color: #A99F9F;
	margin-right: 12px;
}

.tickets__item_number {
	font-style: italic;
	color: #999DF4;
	font-size: 14px;
	line-height: 22px;
	font-weight: 700;
	margin-bottom: 5px;
}

.tickets__item_text {
	margin-bottom: 2px;
	color: #031849;
	font-size: 15px;
	line-height: 24px;
	font-weight: 700;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tickets__item_name {
	padding-left: 20px;
	background: url(../img/comments-icon.svg) left 4px no-repeat;
	margin-right: 12px;
	color: #9AA3AB;
	font-size: 13px;
	line-height: 20px;
}

.tickets__item_theme {
	padding-left: 20px;
	position: relative;
	color: #9AA3AB;
	font-size: 13px;
	line-height: 20px;
}

.tickets__item_theme:before {
	position: absolute;
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background: #9AA3AB;
	top: 50%;
	margin-top: -3px;
	left: 0px;
}

.tickets__item_quantity {
	line-height: 17px;
	border-radius: 17px;
	padding-left: 6px;
	padding-right: 6px;
	text-align: center;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	background: #999DF4;
	min-width: 17px;
	margin-top: 32px;
}

.tickets__chat.flex {
	width: calc(100% - 454px);
	align-content: space-between;
}

.tickets__chat_info.flex {
	padding: 25px 45px;
	border-bottom: 1px solid #D3D8DD;
	background: rgb(245, 242, 242);
}

.tickets__chat_avatar.flex {
	width: 47px;
	height: 47px;
	border-radius: 47px;
	background: #2342E6;
	justify-content: center;
	align-content: center;
	position: relative;
}

.tickets__chat_avatar img {
	max-width: 24px;
	max-height: 24px;
}

.tickets__chat_online {
	position: absolute;
	z-index: 2;
	bottom: -2px;
	right: 0;
	width: 13px;
	height: 13px;
	border-radius: 13px;
	border: 2px solid rgb(245, 242, 242);
	background: #F2C94C;
}

.tickets__chat_name {
	width: calc(100% - 78px);
	color: #676767;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
}

.tickets__messages {
	padding: 40px 45px;
}

.tickets__message.flex {
	margin-bottom: 30px;
}

.tickets__message_name {
	color: #655E5E;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 5px;
}

.sent .tickets__message_name {
	color: #2342E6;
}

.tickets__message_date {
	margin-bottom: 5px;
	color: #716E6E;
	font-size: 14px;
}

.tickets__message_text {
	width: 100%;
	padding-top: 5px;
	font-size: 16px;
	color: #474545;
}

.tickets__form.flex {
	padding: 20px;
	border-top: 1px solid #D3D8DD;
	width: 100%;
}

.tickets__form_file {
	position: relative;
	width: 21px;
	height: 28px;
	background: url(../img/file-icon.svg) center center no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	cursor: pointer;
}

.tickets__form_file input {
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 2;
}

.tickets__form_smiles {
	display: block;
	width: 27px;
	height: 27px;
	outline: none;
	background: url(../img/smile-icon.svg) center center no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.tickets__form_submit {
	display: block;
	cursor: pointer;
	outline: none;
	border: none;
	width: 24px;
	height: 24px;
	background: url(../img/submit-button.svg) center center no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.tickets__form_field {
	display: block;
	width: calc(100% - 123px);
	color: #474545;
	outline: none;
	overflow-y: auto;
	font-size: 16px;
	line-height: 24px;
	max-height: 72px;
}

.tickets__chat_back {
	display: none;
}

.about__currencies span:nth-child(10) {
	animation-delay: 1.8s;
}
.about__currencies span:nth-child(11) {
	animation-delay: 2s;
}
.about__currencies span:nth-child(12) {
	animation-delay: 2.2s;
}
.about__currencies span:nth-child(13) {
	animation-delay: 2.4s;
}
.about__currencies span:nth-child(14) {
	animation-delay: 2.6s;
}
.about__currencies span:nth-child(15) {
	animation-delay: 2.8s;
}

.about__currencies-ten:before {
	background-position: left -180px;
}
.about__currencies-eleven:before {
	background-position: left -200px;
}
.about__currencies-twelve:before {
	background-position: left -220px;
}
.about__currencies-thirteen:before {
	background-position: left -240px;
}
.about__currencies-fourteen:before {
	background-position: left -260px;
}
.about__currencies-fifteen:before {
	background-position: left -280px;
}

.about__video {
	width: 100%;
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 17px;
	background: #A99F9F;
	border-radius: 30px;
	overflow: hidden;
}

.about__video iframe {
	display: block;
	width: 100%;
	border: none;
	height: 380px;
} 


@media screen and (max-width: 1350px) {
	.calc__info_block {
		width: 100%;
	}

	.calc__info_table {
		width: 33%;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.bounty__info_block {
		width: 435px;
	}

	.bounty__form {
		width: 285px;
	}

	.chat__info_value {
		font-size: 16px;
		line-height: 22px;
		padding-top: 5px;
	}

	.chat__info_title {
		margin-bottom: 5px;
	}

	.chat__info.flex {
		padding: 20px;
		border-radius: 15px;
		margin-bottom: 45px;
	}

	.ticket__form {
		width: 445px;
	}

	.ticket__description {
		width: 415px;
	}
}

@media screen and (max-width: 1150px) {
	.calc .calc__field_input {
		width: 500px;
	}

	.bounty__description {
		margin-bottom: 20px;
	}

	.bounty__bonuses {
		margin-bottom: 20px;
	}

	.bounty__bonuses_title {
		margin-bottom: 0;
	}

	.bounty__info_block {
		width: 100%;
		margin-bottom: 20px;
	}

	.bounty__form {
		width: 100%;
	}
}

@media screen and (max-width: 992px) {
	.calc__course {
		padding-top: 0;
	}

	.calc__info_block {
		margin-bottom: 20px;
	}

	.calc__info_table {
		width: 60%;
		border: none;
		padding: 10px;
	}

	.calc__info_table table tr td {
		width: 50%;
	}

	.calc__info.flex {
		justify-content: center;
		padding-bottom: 20px;
	}

	.calc__field.flex {
		padding-top: 10px;
	}

	.calc .calc__field_input {
		width: 100%;
	}

	.calc__field_title {
		width: 100%;
		margin-bottom: 5px;
	}

	.calc__course {
		padding-top: 10px;
		width: 100%;
		text-align: left;
	}

	.content .calc__field_input {
		margin-top: 0;
		margin-bottom: 0;
	}

	.bounty__history_title  {
		width: 100%;
	}

	.bounty__history_speed.flex {
		max-width: calc(100% - 200px);
		width: auto;
	}

	.chat__info_value {
		padding-top: 0;
	}

	.chat__message.flex {
		width: 590px;
		margin-bottom: 15px;
	}

	.chat__message_body {
		width: 505px;
	}

	.chat__reply_title {
		margin-bottom: 5px;
	}

	.chat__reply textarea {
		margin-bottom: 10px;
	}

	.ticket__form {
		width: 100%;
		margin-bottom: 30px;
	}

	.ticket__description {
		width: 100%;
	}

	.ticket__description_title {
		margin-bottom: 0;
	}

	.tickets__block.flex {
		width: 200%;
		transition: all ease 0.3s;
	}

	.tickets__block.flex.show-message {
		margin-left: -100%;
	}

	.tickets__items {
		width: 50%;
	}

	.tickets__item.flex {
		padding: 15px;
	}

	.tickets__chat.flex {
		width: 50%;
		border-left: 1px solid #D3D8DD;
	}

	.tickets__chat_back {
		display: block;
		width: 20px;
		height: 20px;
		border-left: 3px solid #5C5C5C;
		border-bottom: 3px solid #5C5C5C;
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.tickets__block-wrapper {
		overflow: hidden;
	}

	.tickets__chat_name {
		width: calc(100% - 92px);
	}

}

@media screen and (max-width: 768px) {
	.calc__field_title {
		padding-right: 0;
	}

	.content .calc__field_input {
		margin-top: 0;
		margin-bottom: 0;
	}

	.calc__info_table {
		width: 100%;
		padding: 10px 20px;
	}

	.calc__field_input .btn {
		margin-top: 10px;
	}

	.calc__info {
		margin-top: 10px;
	}

	.bounty__description {
		font-size: 16px;
		line-height: 22px;
	}

	.note {
		margin-bottom: 25px;
	}

	.bounty__title {
		width: 100%;
		margin-bottom: 15px
	}

	.bounty__prize {
		margin-bottom: 15px;
	}

	.bounty__block .bounty__link {
		margin-bottom: 15px;
	}

	.bounty__info {
		padding: 20px;
	}

	.bounty__info_item {
		margin-bottom: 15px;
	}

	.bounty__info_title {
		margin-bottom: 0;
	}

	.bounty__info_item ul li {
		font-size: 14px;
		line-height: 25px;
		margin-bottom: 0;
	}

	.bounty__info_item ul li {
		top: 9px;
	}

	.chat__info_item {
		width: 50%;
		text-align: center;
	}

	.chat__info_title {
		font-size: 15px;
		line-height: 20px;
	}

	.chat__info.flex {
		padding: 15px;
		border-radius: 10px;
	}

	.chat__message.flex {
		width: 100%;
	}

	.chat__message_body {
		width: 380px;
	}

	.chat__reply {
		padding-left: 0;
		padding-right: 0;
	}

	.chat__reply_buttons .btn {
		margin-right: 10px;
	}

	.ticket__description {
		padding-top: 0;
	}

	.about__video iframe {
		height: 270px;
	}


}

@media screen and (max-width: 576px) {
	.calc__field.flex {
		padding-left: 0;
		padding-right: 0;
	}

	.calc__block {
		padding: 10px;
	}

	.bounty__block.flex {
		padding: 0;
		border-radius: 0px;
		background: transparent;
	}

	.bounty__title {
		margin-bottom: 10px;
	}

	.bounty__history_item {
		padding: 15px;
		border-radius: 5px;
		margin-top: 10px;
	}

	.bounty__history_speed.flex {
		width: auto;
		padding-right: 10px;
		max-width: 100%;
		justify-content: flex-start;
		margin-bottom: 5px;
	}

	.bounty__history_status {
		margin-bottom: 5px;
	}

	.chat__message_user img {
		max-width: 15px;
		max-height: 15px;
	}

	.chat__message_user.flex {
		width: 30px;
		height: 30px;
	}

	.chat__message_body:before {
		display: none;
	}

	.chat__message_body {
		width: calc(100% - 40px);
		padding: 10px;
		border-radius: 5px;
	}

	.chat__message_name,
	.chat__message_date {
		margin-bottom: 5px;
	}

	.chat__message_text {
		font-size: 14px;
	}

	.chat__reply textarea {
		padding: 15px;
		font-size: 15px;
	}

	.chat__info.flex {
		margin-bottom: 20px;
	}

	.tickets__chat_info.flex {
		padding: 10px 15px;
	}

	.tickets__messages {
		padding: 15px;
	}

	.tickets__message_text {
		padding-top: 0;
		font-size: 14px;
	}

	.tickets__message_name {
		font-size: 14px;
	}

	.tickets__message_date {
		font-size: 12px;
	}

	.tickets__form.flex {
		padding: 10px;
	}

	.tickets__item_date {
		margin-bottom: 0;
	}

	.tickets__item_number {
		margin-bottom: 0;
	}

	.tickets__item_text {
		margin-bottom: 0;
	}

	.about__video {
		border-radius: 10px;
	}

	.about__video iframe {
		height: 50vw;
	}
}

.dep__transfer p {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 24px;
	color: #757070;
}

.dep__transfer_title {
	margin-bottom: 30px;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	color: #757070;
}

.dep__transfer .dep__wallet {
	margin-bottom: 15px;
}

.dep__transfer .dep__wallet_block.flex {
	width: 100%;
}

.dep__transfer_payment {
	margin-bottom: 40px;
}

.dep__transfer_payment a {
	display: block;
	padding: 10px 25px;
	color: #fff;
	font-size: 15px;
	line-height: 22px;
	background: #2342E6;
	border: 1px solid #E6E6E6;
	border-radius: 5px;
	text-decoration: none;
	transition: all ease 0.3s;
}

.dep__transfer_payment a:hover {
	background: transparent;
	color: #2342E6;
}

.dep__transfer label {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 24px;
	color: #A99F9F;
}

.dep__transfer input {
	display: block;
	width: 100%;
	background: rgba(242, 242, 242, 0.61);
	border: 1px solid #E6E6E6;
	border-radius: 5px;
	padding: 10px 25px;
	font-size: 16px;
	line-height: 24px;
	color: #3C3A65;
	outline: none;
	margin-bottom: 15px;
}

.dep__transfer_button button.btn {
	border-radius: 5px;
	padding: 10px 25px;
}

#dep__tab-2 {
	display: none;
	padding-top: 40px;
}

@media screen and (max-width: 768px) {
	.dep__transfer_title {
		margin-bottom: 10px;
	}

	.dep__transfer_payment {
		margin-bottom: 20px;
	}

	#dep__tab-2 {
		padding-top: 10px;
	}
}

.bounty__info-wrapper {
	width: 100%;
	display: none;
	padding-top: 30px;
}

.bounty__link,
.bounty__prize,
.bounty__title {
	margin-bottom: 0;
}

.bounty__prize {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}

.bounty__link {
	background: #999DF4;
	transition: all ease 0.3s;
}

.bounty__link.active {
	background: #2342E6;
}

.bounty__link:after {
	-moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    margin-top: -3px;
    transition: all ease 0.3s;
}

.bounty__link.active:after {
	-moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -1px;
}

.bounty__block.flex {
	margin-bottom: 15px;
	padding: 25px;
}

@media screen and (max-width: 768px) {
	.bounty__block .bounty__link {
	    margin-bottom: 0px;
	}

	.bounty__info-wrapper {
		padding-top: 10px;
	}
}

@media screen and (max-width: 576px) {
	.bounty__block.flex {
		background: #FAFAFA;
		padding: 10px;
		margin-bottom: 8px;
	}
}

/* Ð¡Ñ‚Ñ€Ð°Ð½Ð¸Ñ†Ð° Done */

.done {
	padding-top: 50px;
}

.done__block {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	width: 830px;
	text-align: center;
	margin-bottom: 25px;
	border-radius: 10px;
	border: 2px solid #0099FF;
	padding: 50px;
}

.done__icon.flex {
	justify-content: center;
	margin-bottom: 14px;
}

.done__icon img {
	display: block;
	max-width: 70px;
}

.done__title {
	font-size: 41px;
	line-height: 51px;
	color: #3C3A65;
	font-weight: 500;
	margin-bottom: 11px;
}

.done__description {
	font-size: 18px;
	line-height: 27px;
	color: #3C3A65;
}

.done__back-link.flex {
	justify-content: center;
}

.done__back-link a {
	display: block;
	text-decoration: none;
	transition: all ease 0.3s;
	color: #0099FF;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.315em;
}

.done__back-link a:hover {
	color: #3C3A65;
}

/* The Worldâ€™s Leading Hashpower Provider */

.lead {
	padding-top: 120px;
}

.lead h2 {
	text-align: center;
	margin-bottom: 70px;
}

.lead__content.flex {
	align-items: flex-start;
}

.lead__left {
	width: 636px;
}

.lead__info {
	margin-bottom: 45px;
}

.lead__info p {
	margin-bottom: 20px;
	color: #A99F9F;
	font-size: 16px;
	line-height: 24px;

}

.lead__info p:last-child {
	margin-bottom: 0;
}

.lead__info p span {
	font-weight: 700;
}

.lead__partners.flex {
	justify-content: flex-start;
	padding-bottom: 30px;
}

.lead__partners img {
	display: block;
	margin-right: 40px;
	margin-bottom: 10px;
}

.lead__partners img:last-child {
	margin-right: 0;
}

.lead__block {
	background: url(../img/lead-block-bg.jpg) #0099ff center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	border-radius: 10px;
	padding: 45px;
	padding-right: 80px;
}

.lead__block-title {
	color: #fff;
	margin-bottom: 8px;
	font-weight: 600;
	font-size: 33px;
	line-height: 49px;
}

.lead__block-description {
	color: #fff;
	margin-bottom: 21px;
	font-weight: 500;
	font-size: 14px;
	line-height: 23px;
}

.lead__button a {
	display: block;
	transition: all ease 0.3s;
	outline: none;
	text-decoration: none;
	font-size: 15px;
	line-height: 22px;
	font-weight: 600;
	color: #0099FF;
	background: #fff;
	border: 2px solid #fff;
	padding: 13px 42px;
	text-align: center;
	border-radius: 30px;
}

.lead__button a:hover {
	color: #fff;
	background: transparent;
}

.lead__right {
	width: 405px;
	position: relative;
}

.lead__img {
	width: 100%;
	display: block;
	position: relative;
	z-index: 1;
	border-radius: 10px;
}

.lead__advantage.flex {
	position: absolute;
	top: 0;
	right: -60px;
	height: 100%;
	width: auto;
	align-content: center;
	z-index: 2;
}

.lead__advantage-block {
	width: 220px;
	padding: 27px;
	background: #fff;
	border-right: 4px solid #999DF4;
	-webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.14);
	-moz-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.14);
	box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.14);
	border-radius: 5px;
}

.lead__icon.flex {
	justify-content: center;
	margin-bottom: 22px;
}

.lead__icon img {
	display: block;
	max-width: 100%;
}

.lead__advantage-description {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #3C3A65;
}

@media screen and (max-width: 1200px) {
	.lead__advantage.flex {
		right: -10px;
	}
}

@media screen and (max-width: 1150px) {
	.lead__right {
		width: 340px;
		max-width: 100%;
	}

	.lead__left {
		width: 595px;
	}
}

@media screen and (max-width: 992px) {
	.lead__left {
		width: 100%;
		margin-bottom: 20px;
	}

	.lead__content.flex {
		justify-content: center;
	}

	.advantages {
		margin-top: 0;
	}

	.lead h2,
	.advantages h2 {
		margin-bottom: 30px;
	}

	.lead {
		padding-top: 0;
	}

	.lead__info {
		margin-bottom: 20px;
	}

	.lead__partners.flex {
		padding-bottom: 15px;
	}
}

@media screen and (max-width: 768px) {
	.lead__partners img {
		margin-right: 20px;
	}

	.lead__block {
		padding: 45px;
	}
}

@media screen and (max-width: 576px) {
	.done {
		padding-top: 30px;
		padding-bottom: 10px;
	}

	.done__block {
		padding: 30px;
	}

	.lead {
		padding-top: 40px;
	}

	.lead h2 br {
		display: none;
	}

	.lead h2 {
		margin-bottom: 15px;
	}

	.lead__block {
		padding: 25px;
	}

	.lead__block-title {
		line-height: 41px;
	}
}

.about__text-one:after {
	display: none;
}

.about__reg.flex {
	justify-content: center;
	width: 480px;
	margin-bottom: 30px;
}

.about__reg-img img {
	display: block;
	max-width: 100%;
}

.about__reg-title {
	text-align: center;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: 500;
	font-size: 27px;
	line-height: 40px;
	color: #3C3A65;
}

.about__block.flex {
	align-items: center;
}

.about__video {
	margin-top: 50px;
}

@media screen and (max-width: 992px) {
	.about__reg.flex {
		width: 100%;
	}

	.about__video {
		margin-top: 0;
	}

	.about__reg-title {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

@media screen and (max-width: 576px) {
	.about__reg-title {
		font-size: 20px;
		line-height: 28px;
	}
}

/* Dashboard */

.info__item_table {
	padding-top: 12px;
	width: 100%;
}

.info__item_table table {
	width: 100%;
	padding: 0;
}

.info__item_table table tr td {
	text-align: left;
}

.info__item_table table tr td span {
	display: inline-block;
	color: #3C3A65;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	position: relative;
	top: 8px;
	padding-right: 5px;
	background: #FAFAFA;
	white-space: nowrap;
}

.info__item_table table tr td span b {
	font-weight: 500;
	color: #999DF4;
}

.info__item_table table tr td:nth-child(1) {
	width: 100%;
	border-bottom: 2px dotted rgba(60, 58, 101, 0.16);
}

.info__item_table table tr td:nth-child(2) span {
	padding-left: 5px;
	padding-right: 0;
}

.power {
	padding: 33px 33px 44px 386px;
	background: url(../img/power-bg.jpg) #0099FF right center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	overflow: hidden;
	position: relative;
	border-radius: 30px;
	margin-bottom: 80px;
}

.power:before {
	position: absolute;
	display: block;
	content: "";
	background: url(../img/power-arrow.png) center center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	width: 424px;
	height: 155px;
	top: 50%;
	margin-top: -77px;
	z-index: 1;
	left: 0;
}

.power__title {
	color: #fff;
	font-weight: 600;
	font-size: 33px;
	line-height: 49px;
	position: relative;
	z-index: 2;
}

.power__title span {
	font-size: 58px;
	font-weight: 600;
}

.power__signature p {
	background: #fff;
	padding: 5px 12px;
	font-size: 28px;
	font-weight: 600;
	color: #2342E6;
	border-radius: 8px;
	position: relative;
	z-index: 2;
}

.content__top_links a,
.content__top_links div {
	margin-right: 3px;
	margin-left: 3px;
}

.content__top_links.flex {
	border-radius: 0px;
}

.content__top_links a.active {
	background: #0099FF;
	color: #fff;
}

.content__top_links a:nth-child(1) {
	border-radius: 30px 0px 0px 30px;
}

.content__top_links a:last-child {
	border-radius: 0px 30px 30px 0px;
}

.deposit__title {
	text-align: center;
	font-weight: 500;
	font-size: 41px;
	line-height: 61px;
	color: #3C3A65;
}

.deposit__title-signature {
	text-align: center;
	margin-bottom: 40px;
	color: #3C3A65;
	font-size: 18px;
	line-height: 27px;
}

.deposit__transfer-title {
	margin-bottom: 30px;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	color: #757070;
}

.deposit__wallet.flex {
	padding: 10px 20px;
	border-radius: 5px;
	border: 1px solid #E6E6E6;
	margin-bottom: 18px;
	justify-content: flex-start;
	flex-wrap: nowrap;
}

.deposit__wallet_number {
	padding-left: 16px;
	padding-right: 16px;
	color: #3C3A65;
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: auto;
}

.deposit__copy {
	display: block;
	text-decoration: none;
	margin-left: auto;
	color: #A99F9F;
	font-size: 16px;
	line-height: 24px;
	transition: all ease 0.3s;
}

.deposit__copy:hover {
	color: #000;
}

.deposit__button a,
.deposit__button button {
	display: block;
	background: #2342E6;
	border: 1px solid #E6E6E6;
	border-radius: 5px;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	padding: 10px 25px;
	color: #fff;
	font-size: 15px;
	line-height: 22px;
	text-align: center;
	transition: all ease 0.3s;
}

.deposit__button a:hover,
.deposit__button button:hover,
.deposit__button.light a,
.deposit__button.light button {
	background: #999DF4;
}

.deposit__button.light a:hover,
.deposit__button.light button:hover {
	background: #2342E6;
}

.deposit__amount.flex {
	padding-top: 40px;
	justify-content: flex-start;
}

.deposit__amount_title {
	width: 100%;
	margin-bottom: 16px;
	color: #A99F9F;
	font-size: 16px;
	line-height: 24px;
}

.deposit__amount_check {
	margin-right: 24px;
	position: relative;
}

.deposit__amount_check input {
	position: absolute;
	top: 50%;
	left: -100000px;
}

.deposit__amount_check label {
	display: block;
	cursor: pointer;
	width: 22px;
	height: 22px;
	border-radius: 22px;
	background: #fff;
	border: 7px solid  #0099FF;
	transition: all ease 0.3s;
}

.deposit__amount_check input:checked + label {
	border-width: 11px;
}

.deposit__amount_input {
	display: block;
	margin-right: 24px;
	background: rgba(242, 242, 242, 0.61);
	border: 1px solid #E6E6E6;
	border-radius: 5px;
	height: 44px;
	padding-left: 24px;
	padding-right: 24px;
	width: 260px;
	color: #3C3A65;
	font-size: 16px;
	outline: none;
}

.modal .dep__currency.flex{
	margin-bottom: 50px;
}

.modal .dep__how_info {
	width: 260px;
	padding-left: 12px;
	padding-right: 12px;
}

.modal .dep__how.flex {
	justify-content: flex-start;
	align-items: center;
	border: none;
}

.modal .dep__how_cards.flex {
	width: auto;
	margin-bottom: 0;
}

.modal .power {
	margin-bottom: 0;
	border-radius: 0px;
	margin-left: -80px;
	margin-right: -80px;
	padding-left: 80px;
	padding-right: 80px;
}

.modal .power:before {
	display: none;
}

.modal.modal-currency {
	padding-bottom: 0;
}

.modal {
	overflow-x: hidden;
}

.deposit__code.flex {
	justify-content: center;
	margin-bottom: 32px;
}

.deposit__code img {
	display: block;
	max-width: 100%;
}

.deposit__code_title {
	text-align: center;
	margin-bottom: 32px;
	font-weight: 600;
	font-size: 18px;
	line-height: 27px;
	color: #4F4F4F;
}

.modal-code .deposit__wallet.flex {
	padding-left: 70px;
	position: relative;
}

.deposit__wallet_currency {
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	white-space: nowrap;
	left: 0;
	width: 70px;
	color: #3C3A65;
	font-size: 16px;
	line-height: 24px;
	padding-left: 5px;
	padding-right: 5px;
}

.deposit__wallet_currency:after,
.deposit__wallet_icon:after {
	position: absolute;
	display: block;
	content: "";
	width: 1px;
	height: 34px;
	right: 0;
	top: 50%;
	margin-top: -17px;
	background: #E5E5E5;
}

.deposit__wallet_icon.flex {
	position: absolute;
	top: 50%;
	height: 24px;
	margin-top: -12px;
	width: 70px;
	justify-content: center;
	left: 0;
}

.deposit__signature {
	padding-top: 24px;
}

.deposit__signature p {
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 24px;
	color: #A99F9F;
}

.deposit__signature p:last-child {
	margin-bottom: 0;
}

.deposit__signature p a {
	color: #2F80ED;
	font-weight: 500;
	text-decoration: underline;
}

#modal-gift {
	display: block;
}

.modal.modal-gift {
	background: url(../img/modal-gift-bg.png) #fff center bottom no-repeat;
	-webkit-background-size: 100% auto;	
	background-size: 100% auto;
	padding-bottom: 475px;
}

.modal-gift__title {
	text-align: center;
	font-weight: 600;
	font-size: 37px;
	line-height: 56px;
	color: #0099FF;
}

.modal-gift__term.flex {
	justify-content: center;
}

.modal-gift__term p {
	padding: 0px 10px;
	background: #0099FF;
	border-radius: 10px;
	color: #fff;
	font-size: 37px;
	font-weight: 600;
}

.main__block {
	margin-left: 0;
}

.main__table {
	background: #FFFFFF;
	-webkit-box-shadow: 0px 4px 37px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 0px 4px 37px rgba(0, 0, 0, 0.17);
	box-shadow: 0px 4px 37px rgba(0, 0, 0, 0.17);
	border-radius: 30px;
	width: 420px;
	position: relative;
	z-index: 10;
}

.main__table:before {
	position: absolute;
	display: block;
	content: "";
	background: url(../img/main-table-img.png) center center no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	z-index: -1;
	width: 352px;
	height: 393px;
	top: -26px;
	left: -18px;
}

.main__table_title {
	color: #fff;
	text-align: center;
	padding: 12px;
	background: #999DF4;
	font-size: 30px;
	line-height: 45px;
	font-weight: 600;
	border-radius: 30px 30px 0px 0px;
}

.main__table_content {
	padding: 40px;
	padding-bottom: 67px;
	position: relative;
	background: url(../img/main-table-bg.png) center center no-repeat;
}

.main__table_content:after {
	display: block;
	position: absolute;
	content: "";
	width: 112px;
	height: 112px;
	border-radius: 112px;
	left: 50%;
	margin-left: -56px;
	bottom: -56px;
	box-sizing: border-box;
	background: url(../img/main-circle.png) #0099FF center center no-repeat;
	-webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.05);
	border: 7px solid #F5F5F5;
	 animation: 1s linear 0s normal none infinite running rot;
  	-webkit-animation: 1s linear 0s normal none infinite running rot;
}

@keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.main__table table {
	width: 100%;
}

.main__table table tr td {
	color: rgba(60, 58, 101, 0.77);
	font-size: 14px;
	line-height: 20px;
	padding: 2px 8px;
	overflow: hidden;
}

.main__table table tr td:nth-child(1) {
	width: 100%;
}

.main__table table tr td span {
	color: #3C3A65;
	font-weight: 500;
	display: inline-block;
	position: relative;
	padding-right: 5px;
}

.main__table table tr td span:after {
	position: absolute;
	display: block;
	content: "";
	width: 500px;
	height: 2px;
	border-top: 2px dotted  rgba(60, 58, 101, 0.16);
	bottom: 2px;
	left: 100%;
}

.main {
	padding-top: 75px;
}

.data h2 {
	color: #fff;
}

.data .section__title-signature {
	color: #fff;
}

.steps.flex {
	align-items: flex-start;
	padding-top: 32px;
}

.step {
	width: 280px;
}

.step__top {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 120px;
	height: 120px;
	border-radius: 120px;
	background: #fff;
	margin-bottom: 23px;
}

.step__img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.step-1 .step__img {
	top: 12px;
	left: -37px;
}

.step-2 .step__img {
	top: -23px;
	left: -24px;
}

.step-3 .step__img {
	top: -24px;
	left: -24px;
}

.step__number {
	position: absolute;
	z-index: 2;
	color: #fff;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	background: #2342E6;
	bottom: 0;
	right: 5px;
	border-radius: 34px;
}

.step__text {
	font-size: 18px;
	line-height: 33px;
	color: #fff;
}

.step__text span {
	font-weight: 600;
}

.data {
	padding-top: 300px;
	padding-bottom: 220px;
	background: url(../img/data-bg.png) center center no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.data .container:before {
	position: absolute;
	display: block;
	content: "";
	background: url(../img/data-img-1.png) center center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	width: 308px;
	height: 308px;
	top: -308px;
	right: 0;
}

.data .container:after {
	position: absolute;
	display: block;
	content: "";
	background: url(../img/data-img-2.png) center center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	width: 255px;
	height: 255px;
	left: -270px;
	bottom: -170px;
}

.main {
	padding-bottom: 0;
}

.block-one {
	background: #F6F6F6;
}

.stat__items.flex {
	justify-content: center;
	padding-top: 65px;
}

.stat__item {
	text-align: center;
	padding-left: 40px;
	padding-right: 40px;
}

.stat__item-title {
	color: rgba(255, 255, 255, 0.56);
	font-weight: 300;
	font-size: 17px;
	line-height: 25px;
}

.stat__item-value {
	font-weight: 600;
	font-size: 37px;
	line-height: 55px;
	color: #fff;
}

.card__icon:after  {
	position: absolute;
	display: block;
	content: "";
	width: 42px;
	height: 42px;
	top: 5px;
	left: 5px;
	background: url(../img/main-circle.png) center center no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	z-index: 1;
	 animation: 2s linear 0s normal none infinite running rot;
  	-webkit-animation: 2s linear 0s normal none infinite running rot;
  	opacity: 0.2;
}

.card.active .card__icon:after {
	opacity: 0.9;
}

.card__icon:before {
	z-index: 2;
}

.card__price_withdraw {
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 5px 18px;
	color: #fff;
	font-size: 15px;
	line-height: 22px;
	background: #0099FF;
	border-radius: 30px;
	transition: all ease 0.3s;
}

.card__price_withdraw:hover {
	background: #0079f8;
}

.card__price p {
	margin-bottom: 8px;
}

.card__info.flex {
	justify-content: flex-start;
}

@media screen and (max-width: 1800px) {
	.data {
		background-size: 1800px 100%;
		-webkit-background-size: 1800px 100%;
	}
}

@media screen and (max-width: 1350px) {
	.power__title {
		font-size: 24px;
		line-height: 38px;
	}

	.power__title span {
		font-size: 46px;
	}

	.power__signature p {
		font-size: 24px;
		line-height: 28px;
	}
}

@media screen and (max-width: 1150px) {
	.power {
		margin-bottom: 50px;
	}

	.data {
		padding-bottom: 170px;
	}
}

@media screen and (max-width: 992px) {

	.info__item-one {
		order: 1;
	}

	.info__item-two {
		order: 2;
	}

	.info__item-three {
		order: 3;
	}

	.info__item.flex.info__item-five {
		width: 100%;
		order: 4;
	}

	.info__link.flex.info__link-one {
		order: 5;
		width: 50%;
	}

	.info__link.flex.info__link-two {
		order: 6;
		width: 50%;
	}

	.power {
		padding-left: 270px;
	}

	.power:before {
		left: -130px;
	}

	.modal .dep__currency.flex {
		margin-bottom: 30px;
	}

	.about {
		padding-top: 50px;
	}

	.step {
		width: 220px;
	}

	.main__table {
		width: 360px;
	}

	.main__table_content {
		padding: 20px;
		padding-bottom: 67px;
	}

	.main__block {
		width: 360px;
	}

	.step__text {
		font-size: 16px;
		line-height: 28px;
	}

	.card {
		width: 100%;
		margin-bottom: 8px;
	}
}

@media screen and (max-width: 768px) {
	.info__item.flex.info__item-three {
		width: 100%;
	}

	.power:before {
		display: none;
	}

	.power {
		padding: 40px;
		border-radius: 15px;
	}

	.deposit__title-signature {
		margin-bottom: 20px;
	}

	.deposit__transfer-title {
		margin-bottom: 12px;
	}

	.deposit__amount.flex {
		padding-top: 20px;
	}

	.deposit__amount_title {
		margin-bottom: 8px;
	}

	.deposit__wallet.flex {
		margin-bottom: 8px;
	}

	.deposit__amount_check {
		margin-right: 12px;
	}

	.deposit__amount_input {
		margin-right: 12px;
	}

	.modal .power {
		margin-left: -30px;
		margin-right: -30px;
	}

	.modal .dep__how.flex {
		padding-top: 0;
	}

	.modal .dep__how.flex {
		justify-content: center;
	}

	.deposit__code.flex {
		margin-bottom: 16px;
	}

	.deposit__code_title {
		margin-bottom: 16px;
	}

	.modal.modal-gift {
		padding-bottom: 340px;
	}

	.modal-gift__title {
		font-size: 30px;
		line-height: 50px;
	}

	.modal-gift__term p {
		font-size: 30px;
	}

	.main__block {
		width: 100%;
		order: 1;
	}

	.main__table {
		width: 420px;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		order: 2;
	}

	.main__down-link {
		display: none;
	}

	.data .container:before,
	.data .container:after {
		display: none;
	}

	.data {
		background: #0099ff;
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.main {
		padding-bottom: 75px;
	}

	.step {
		width: 100%;
		margin-bottom: 24px;
	}

	.step__text {
		text-align: center;
	}

	.step__top {
		margin-bottom: 8px;
	}


}

@media screen and (max-width: 576px) {

	.info__item_table {
		padding-top: 0;
	}

	.info__link.flex.info__link-one,
	.info__link.flex.info__link-two {
		width: 100%;
	}

	.power {
		padding: 20px;
		margin-bottom: 30px;
	}

	.power__title {
		font-size: 18px;
	}

	.power__title span {
		font-size: 28px;
	}

	.power__signature p {
		font-size: 20px;
		line-height: 24px;
	}

	.content__top_links a {
		font-size: 14px;
		padding-left: 10px;
		padding-right: 10px;
		margin-left: 1px;
		margin-right: 1px;
	}

	.note {
		margin-bottom: 30px;
	}

	.history .table-wrapper {
		margin-top: 0;
	}

	.deposit__title-signature {
		font-size: 16px;
		line-height: 22px;
	}

	.deposit__title {
		font-size: 34px;
		line-height: 44px;
	}

	.deposit__transfer-title {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 8px;
	}

	.deposit__wallet.flex {
		padding: 10px;
		justify-content: center;
	}

	.deposit__wallet_number {
		padding-right: 5px;
		padding-left: 5px;
	}

	.deposit__button {
		width: 100%;
	}

	.deposit__button a,
	.deposit__button button {
		width: 100%;
	}

	.deposit__amount_check {
		margin-bottom: 8px;
		margin-right: 0;
	}

	.deposit__amount_input {
		margin-bottom: 8px;
		width: calc(100% - 34px);
		margin-right: 0;
	}

	.deposit__amount.flex {
		justify-content: space-between;
	}

	.modal .dep__how_info {
		width: calc(100% - 57px);
	}

	.modal .power {
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.modal .dep__how.flex {
		margin-bottom: 0;
	}

	.modal .dep__currency.flex {
		margin-bottom: 20px;
	}

	.deposit__signature {
		padding-top: 12px;
	}

	.deposit__signature p {
		margin-bottom: 8px;
		font-size: 14px;
		line-height: 20px;
	}

	.deposit__wallet_currency {
		width: 50px;
		font-size: 14px;
	}

	.modal-code .deposit__wallet.flex {
		padding-left: 50px;
	}

	.deposit__wallet_icon.flex {
		width: 50px;
	}

	.deposit__copy {
		font-size: 14px;
	}

	.modal.modal-gift.modal-wide {
		width: 300px;
	}

	.modal.modal-gift {
		padding-bottom: 200px;
	}

	.modal-gift__title {
		line-height: 40px;
		margin-bottom: 8px;
	}

	.main__table  {
		border-radius: 15px;
	}

	.main__table_title {
		border-radius: 15px 15px 0px 0px;
	}

	.main__table_content {
		padding: 12px;
		padding-bottom: 67px;
	}

	.data {
		padding-bottom: 30px;
	}

	.main {
		padding-top: 45px;
	}

	.block-three {
		-webkit-background-size: 2200px auto;
		background-size: 2200px auto;
	}

	.main__table:before {
		width: 300px;
	}

	.card__price {
		padding-left: 0;
		width: 100%;
		padding-top: 10px;
	}

	.card__icon {
		margin-right: 12px;
	}

	.card__info.flex {
		width: 100%;
	}
}

/* Buy power info */

.block {
	margin-top: 40px;
	background: #F3F1F1;
	border-radius: 15px;
	padding-bottom: 70px;
}

.block__top {
	text-align: center;
	border-radius: 15px;
	background: #0099FF;
	margin-bottom: 25px;
	padding: 26px;
}

.block__top_speed {
	font-size: 12px;
	line-height: 15px;
	color: rgba(255, 255, 255, 0.46);
}

.block__top_value {
	font-weight: 600;
	color: #fff;
	font-size: 43px;
	line-height: 64px;
}

.block__top_value span {
	font-size: 19px;
	line-height: 24px;
}

.block__top_term {
	ont-size: 15px;
	line-height: 22px;
	color: #FFFFFF;
}

.block__table.flex {
	justify-content: center;
	margin-bottom: 45px;
	padding-left: 20px;
	padding-right: 20px;
}

.block__table_item {
	padding: 10px 30px;
	border-right: 1px solid rgba(0, 0, 0, 0.45);
}

.block__table_item:last-child {
	border: none;
}

.block__table_item table tr td {
	padding: 0 15px;
	color: rgba(0, 0, 0, 0.5);
	font-size: 18px;
}

.block__table_item table tr td:nth-child(2) {
	color: #000000;
	font-weight: 500;
}

.button.flex {
	justify-content: center;
}

.button a {
	display: block;
	position: relative;
	text-align: center;
	transition: all ease 0.3s;
	padding: 20px 113px 20px 79px;
	color: #fff;
	background: #999DF4;
	background: linear-gradient(180deg, #999DF4 0%, #037ED0 100%), #999DF4;
	border-radius: 40px;
	text-decoration: none;
	border-bottom: 6px solid #6568B7;
	font-size: 19px;
}

.button a:after {
	position: absolute;
	display: block;
	content: "";
	width: 40px;
	height: 40px;
	border-radius: 40px;
	right: 29px;
	top: 50%;
	margin-top: -20px;
	background: #4E98FA;
	-webkit-box-shadow: inset 0px 4px 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0px 4px 5px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0px 4px 5px rgba(0, 0, 0, 0.15);
	transition: all ease 0.3s;
}

.button a:hover:after {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.button a:before {
	position: absolute;
	display: block;
	content: "";
	width: 24px;
	height: 24px;
	right: 37px;
	z-index: 2;
	top: 50%;
	margin-top: -12px;
	background: url(../img/main-circle.png) center center no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	opacity: 0.7;
	 animation: 1s linear 0s normal none infinite running rot;
  	-webkit-animation: 1s linear 0s normal none infinite running rot;
}

@media screen and (max-width: 992px) {
	.block__table_item {
		padding-left: 10px;
		padding-right: 10px;
	}

	.block__table_item table tr td {
		font-size: 16px;
	}
}

@media screen and (max-width: 768px) {
	.block__table_item {
		width: 100%;
		border: none;
		padding: 5px;
	}

	.block__table.flex {
		margin-bottom: 15px;
	}

	.block {
		margin-top: 20px;
		padding-bottom: 35px;
	}

	.block__top_value {
		font-size: 30px;
		line-height: 44px;
	}
}

@media screen and (max-width: 576px) {
	.block__table_item table {
		width: 100%;
	}

	.block__table_item table tr td {
		width: 50%;
	}

	.block__table_item table tr td {
		padding: 0;
	}

	.block__table_item table tr td:nth-child(2) {
		padding-left: 15px;
	}

	.block__table.flex {
		padding-left: 10px;
		padding-right: 10px;
	}

	.button a {
		padding: 15px 85px 15px 45px;
	}

	.block__top {
		padding: 16px;
		margin-bottom: 18px;
	}
}