body {
	font-family: 'Montserrat', sans-serif;
	transition: all 300ms;
	overflow-x:hidden;
}

* {
	padding: 0;
	margin: 0;
}
/*========= recomend block =========*/

.filter-wrapper_btn:hover, .planning-btn:hover, .active-crypto-past-btn:hover, .subscribe-btn:hover{
	box-shadow: 0 0 15px 0 #009fe3;
	transition: 0.5s ease;
}
/**/
.recomend {
	background: #E7F0F7;
	padding: 70px 0px;
	color: #646464;
}
.recomend > h2 {
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
}

.recomend > span {
	text-align: center;
	display: block;
	font-size: 16px;
	color:#555865;
	margin-bottom: 40px;
}

.recomend-item {
	margin: 0 10px 15px 10px;
	position: relative;
	width: 200px;
}
.inst-banner > img{
	width: 100%;
}
.recomend-item p {
	color:#000;
	text-align: center;
	font-weight: bold;
	margin-bottom: 0;
	word-wrap: break-word;
}

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

.recomend-img {
	background: #fff;
	border: 1px solid #646464;
	border-radius: 8px;
	padding: 12px 0;
	width: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin:0px auto 15px auto;
}

.recomend-img img {
	width: 100px;
	height: 100px;
	object-fit: cover;
}

.recomend-exclusive, .recomend-premium {
	position: absolute;
	top: -8px;
	color: #fff;
	border-radius: 50px;
	width: 80px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	margin: auto;
	left: 0;
	right: 0;
}

.recomend-exclusive {
	background: #2dcc70;
}

.recomend-premium {
	background: #ff9933;
}

/*========= recomend block =========*/

/*========= new page exclusive =========*/
.exclusive {
	padding: 14px 22px 14px 8px;
	background-color: #FDB916;
	color: #fff;
	font-size: 16px;
	position: absolute;
	top: 20px;
	left: 0;
	font-weight: bold;
}

.exclusive:before {
	position: absolute;
	content: '';
	right: -1px;
	bottom: 0;
	top: 0;
	border-top: 26px solid transparent;
	border-bottom: 26px solid transparent;
	border-right: 16px solid #fff;
}

.exclusive-grey, .exclusive-form-wrapp {
	background: #F7F9FA;
	padding: 30px;
	border-radius: 15px;
	margin-bottom: 20px;
}

.exclusive-grey p {
	margin-bottom: 0;
	color: #646464;
	font-size: 14px;
}

.exclusive-form h2 {
	font-size: 24px;
	color: #646464;
	margin: 30px 0;
}

.exclusive-form h2 span {
	font-weight: bold;
	color: #646464;
}

.exclusive-input {
	margin-bottom: 25px;
}

.exclusive-input p {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #646464;
}

.exclusive-input span {
	display: block;
	color: #646464;
	font-size: 14px;
	font-weight: 100;

}

.exclusive-input input {
	width: 435px;
	background: #fff;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	border-radius: 5px;
	border: 1px solid #A7A7A7;
}

.exclusive-check {
	display: flex;
	margin: 30px 0 30px 0;
}

.exclusive-check input.checkbox {
	margin-right: 20px;
}

.exclusive-check label {
	font-size: 14px;
}

.exclusive-check a label {
	color: #009fe3;
	font-size: 14px;
}

.exclusive-check label a {
	color: #009fe3;
}

.exclusive-check label a:hover {
	text-decoration: underline;
}

.exclusive-captcha {
	margin: 35px 0;
	height: 65px;
	background: #aaa;
}

.exclusive-check input[type="checkbox"] {
	display: none;
}

.exclusive-check input[type="checkbox"] + label {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 20px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	font-size: 14px;
}

.exclusive-check input[type="checkbox"] + label:last-child {
	margin-bottom: 0;
}

.exclusive-check input[type="checkbox"] + label:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 3px;
	border: 1.5px solid #009fe3;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .6;
	-webkit-transition: all .12s, border-color .08s;
	transition: all .12s, border-color .08s;
}

.exclusive-check input[type="checkbox"]:checked + label:before {
	width: 10px;
	top: -5px;
	left: 5px;
	border-radius: 0;
	opacity: 1;
	border-top-color: transparent;
	border-left-color: transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*========= modal exclusive =========*/

.close-form {
	display: flex;
	justify-content: flex-end;
	cursor: pointer;
	color: #F26065;
}

.exclusive-name {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 40px;
}

.exclusive-title h3 {
	font-size: 22px;
	color: #646464;
	font-weight: 400;
}

.exclusive-title h3 span,
.exclusive-title p span,
.exclusive-join p span,
.exclusive-link p span {
	font-weight: 600;
	color: #646464;
}

.exclusive-title p {
	font-size: 18px;
	color: #646464;
}

.exclusive-img {
	margin-right: 15px;
}

.exclusive-copy {
	display: flex;
}

.exclusive-join {
	color: #646464;
}

.exclusive-link {
	margin-bottom: 35px;
}

.exclusive-input-copy {
	width: 540px;
	border: 1px dashed #669D43;
	padding: 16px 24px;
	font-size: 13px;
	border-radius: 5px 0 0 5px;
}

.exclusive-join ul li {
	list-style: initial;
	margin-left: 20px;
	font-size: 14px;
	margin-bottom: 5px;
}

.exclusive-join ul li a {
	color: #009FE3;
}

.exclusive-join ul li a:hover {
	text-decoration: underline;
}

.exclusive-join ul {
	margin-bottom: 45px;
}

.exclusive-red-txt {
	font-size: 12px;
	color: #f26065;
	font-weight: 500;
	margin-bottom: 60px;
	display: block;
}

.exclusive-join button {
	background: #009FE3 !important;
	border-radius: 5px !important;
	font-weight: 100 !important;
	position: relative;
	left: -1px;
	display: block;
	font-size: 14px !important;
	width: 200px !important;
	border: 0;
	padding: 14px;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
}

.exclusive-join button:hover {
	box-shadow: 0 0 18px 0 rgba(11, 88, 121, 1) !important;
}

.exclusive-copy button {
	margin: 0 !important;
	width: 170px;
	background: #669D43 !important;
	border-radius: 0 5px 5px 0 !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	text-transform: none !important;
	position: relative;
	left: -1px;
	border: 0;
	color: #fff;
	cursor: pointer;
}

.exclusive-copy button:hover {
	box-shadow: none !important;
	transition: 0.5s ease;
}

/*--------------------------------------------------------------*/

/*========= new page exclusive =========*/
.exclusive {
	padding: 14px 22px 14px 8px;
	background-color: #FDB916;
	color: #fff;
	font-size: 16px;
	position: absolute;
	top: 20px;
	left: 0;
	font-weight: bold;
}

.exclusive:before {
	position: absolute;
	content: '';
	right: -1px;
	bottom: 0;
	top: 0;
	border-top: 26px solid transparent;
	border-bottom: 26px solid transparent;
	border-right: 16px solid #fff;
}

.exclusive-grey, .exclusive-form-wrapp {
	background: #F7F9FA;
	padding: 30px;
	border-radius: 15px;
	margin-bottom: 20px;
}

.exclusive-grey p {
	margin-bottom: 0;
	color: #646464;
	font-size: 14px;
}

.exclusive-form h2 {
	font-size: 24px;
	color: #646464;
	margin: 30px 0;
}

.exclusive-form h2 span {
	font-weight: bold;
	color: #646464;
}

.exclusive-input {
	margin-bottom: 25px;
}

.exclusive-input p {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #646464;
}

.exclusive-input span {
	display: block;
	color: #646464;
	font-size: 14px;
	font-weight: 100;

}

.exclusive-input input {
	width: 435px;
	background: #fff;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	border-radius: 5px;
	border: 1px solid #A7A7A7;
}

.exclusive-check {
	display: flex;
	margin: 30px 0 30px 0;
}

.exclusive-check input.checkbox {
	margin-right: 20px;
}

.exclusive-captcha {
	margin: 35px 0;
	height: 65px;
	background: #aaa;
}

/*========= modal exclusive =========*/

.close-form {
	display: flex;
	justify-content: flex-end;
	cursor: pointer;
	color: #F26065;
	font-size: 50px;
}

.exclusive-name {
	display: flex;
}

.exclusive-title h3 {
	font-size: 22px;
	color: #646464;
	font-weight: 400;
}

.exclusive-title h3 span,
.exclusive-title p span,
.exclusive-join p span {
	font-weight: 600;
}

.exclusive-title p {
	font-size: 18px;
}

.exclusive-img {
	margin-right: 15px;
}

.exclusive-copy {
	display: flex;
}

.exclusive-link {
	margin-bottom: 35px;
}

.exclusive-input-copy {
	width: 540px;
	border: 1px dashed #669D43;
	padding: 16px 24px;
	font-size: 13px;
	border-radius: 5px 0 0 5px;
}

.exclusive-join ul li {
	list-style: initial;
	margin-left: 20px;
	font-size: 14px;
	margin-bottom: 5px;
}

.exclusive-join ul li a {
	color: #009FE3;
}

.exclusive-join ul li a:hover {
	text-decoration: underline;
}

.exclusive-join ul {
	margin-bottom: 45px;
}

.exclusive-red-txt {
	font-size: 12px;
	color: #f26065;
	font-weight: 500;
	margin-bottom: 60px;
	display: block;
}

.exclusive-join button {
	background: #009FE3 !important;
	border-radius: 5px !important;
	font-weight: 100 !important;
	position: relative;
	left: -1px;
	display: block;
	font-size: 14px !important;
	width: 200px !important;
}

.exclusive-join button:hover {
	box-shadow: 0 0 18px 0 rgba(11, 88, 121, 1) !important;
}

.exclusive-copy button {
	margin: 0 !important;
	width: 170px;
	background: #669D43 !important;
	border-radius: 0 5px 5px 0 !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	text-transform: none !important;
	position: relative;
	left: -1px;
}

.exclusive-copy button:hover {
	box-shadow: none !important;
	transition: 0.5s ease;
}

.wrapper, .wrapper-check {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.75);
	z-index: 1001;
}

div#modal_window {
	width: 770px;
	background: #fff;
	padding: 20px;
	border-radius: 5px;
	color: #646464;
	margin: auto;
	position: absolute;
	top: 5%;
	left: 0;
	right: 0;
}

.modal_footer {
	display: none;
}

/*========= modal exclusive =========*/

.refered-page {
	margin: 50px 0;
}

.modal_footer {
	display: none;
}

.exclusive-grey span {
	font-size: 16px;
	font-weight: 600;
	color: #646464;
	margin-bottom: 30px;
	display: block;
}

.exclusive-mail {
	display: flex;
	align-items: center;
}

.exclusive-mail input {
	padding: 15px;
	border-radius: 5px 0 0 5px;
	border: 1px solid #A7A7A7;
	font-size: 12px;
	width: 100%;
	height: 50px;
}

.exclusive-btn {
	border-radius: 0 5px 5px 0;
	background-color: #009fe3;
	height: 50px;
	font-size: 14px;
	margin: 0;
	font-weight: 400;
	width: 60%;
	transition: 0.5s ease;
	padding: 0 10px;
	border: 0;
	color: #fff;
}

.exclusive-btn-red {
	font-size: 14px;
	font-weight: 400;
}

.exclusive-mail button:hover {
	-webkit-box-shadow: 0 0 15px 0 #009fe3 !important;
	box-shadow: 0 0 15px 0 #009fe3 !important;
	-webkit-transition: 0.5s ease !important;
	transition: 0.5s ease !important;
}

.exclusive-btn i, .exclusive-btn-red i {
	margin-left: 5px;
}

/*========= modal exclusive =========*/

/*========= new page exclusive =========*/

.bar-name {
	display: none;
}

.nav-bar-line {
	color: #fff;
}

.ad_form {
	width: 500px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 30px auto 0;
}

.red-page {
	background: #ff8e1d;
}

.red-logo {
	display: flex;
	justify-content: center;
	align-items: center;
}

.container-red {
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 19px;
}

.red-btn a {
	color: #F25F65;
	background: #fff;
	padding: 3px 25px;
	border-radius: 100px;
	display: block;
	text-align: center;
	margin: 5px 20px;
	transition: 0.5s ease;
}

.red-btn a:hover {
	box-shadow: 0 0 11px 0 rgba(255, 255, 255, 1);
}

.red-logo img {
	width: 135px;
	height: 13px;
	object-fit: cover;
	margin: 0 20px;
}

.red-title {
	text-align: center;
	margin: 10px 0;
}

input {
	outline: none;
}

ul li {
	list-style: none;
}

button:focus {
	outline: none;
}

select:focus {
	outline: none;
}

.navbar-expand-lg .navbar-collapse {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

ul.navbar-nav {
	display: block;
}

ul.navbar-nav li {
	display: inline-block;
}

.mobile-reverse {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	width: 100%;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.link-review {
	text-align: left;
	margin: 10px 60px;
	display: block;
	text-decoration: underline;
	font-weight: bold;
	color: #009fe3;
	font-size: 14px;
}

.bage {
	width: 25px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

.gray-menu {
	padding: 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.blog-card-img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.facebook-this a,
.tweet-this a,
.linkedin-this a,
.gplus-this a,
.reddit-this a {
	color: #fff;
}

.subscribe-page button:hover,
.main-page button:hover,
.planning button:hover,
footer button:hover,
.contact-block button:hover,
.contact-form button:hover,
.input-new:hover,
.btn-aplication:hover,
.btn-search:hover {
	-webkit-box-shadow: 0 0 15px 0 #009fe3;
	box-shadow: 0 0 15px 0 #009fe3;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
}

a.endless_more:hover {
	-webkit-box-shadow: 0 0 15px 0 #5f5e61;
	box-shadow: 0 0 15px 0 #5f5e61;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
}

a:hover,
.link-main a:hover,
.f-bottom a:hover {
	text-decoration: none;
	color: #009FE3;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
}

.subscribe-page button,
a.endless_more,
.planning button,
footer button {
	border: none;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	padding: 10px 20px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	background: #009FE3;
	display: block;
	margin: 30px auto 0;
	width: 230px;
	font-size: 16px;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
	cursor: pointer;
}

header {
	background:#009fe3;
	position: absolute;
	width: 100%;
	padding: 3px 0;
}

.wrapp-header,
.checked-item,
.header-card {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.checked-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 40px;
}

.logo-img {
	background: url(../image/main-logo.svg) no-repeat;
	height: 50px;
	width: 50px;
	display: inline-block;
	vertical-align: top;
}

.logo-head {
	color: #fff;
	margin-bottom: 0;
	font-size: 24px;
	font-weight: bold;
}

.logo-head span {
	color: #fff;
	display: inline-block;
	font-weight: 100;
}
.logo-wrapper-link{
	display: flex;
	align-items: center;
}

.vertical-line {
	background-color: #fff;
}

.vertical-line, .vertical-line-gray {
	width: 2px;
	height: 50px;
	opacity: 0.3;
}

.vertical-line-gray {
	background-color: #000;
}

.tele-main {
	color: #009FE3 !important;
}

.tele-main:hover {
	color: #006895 !important;
}

.header-link {
	color: #fff;
	margin: 0 15px;
}

.follow-icon {
	color: #fff;
	font-size: 23px;
	margin: 0 10px;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
}

.follow-icon:hover {
	color: #009FE3;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
}

h1 {
	font-size: 70px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.main-title_h2{
	font-size: 70px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-title {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: 100vh;
}

.main-title button span {
	display: block;
	font-size: 10px;
	text-transform: initial;
}

.main-page {
	background: url(../image/background-new.png) no-repeat center;
	background-size: cover;
	height: 100vh;
}

.main-page p {
	color: #fff;
	/*text-transform: uppercase;*/
	font-size: 26px;
}

.main-page button {
	border: none;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	padding: 15px 30px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	background: #009FE3;
	font-size: 19px;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
	cursor: pointer;
}

.link-main {
	z-index: 1;
	position: absolute;
	text-align: center;
	bottom: 40px;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.link-main a {
	color: #fff;
	margin: 0 25px;
	font-size: 18px;
	font-weight: lighter;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
}

select#id_ordering {
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #009fe3;
	margin: 5px 0;
	font-size: 14px;
	font-weight: lighter;
	color: #646464;
	padding: 12px;
	min-width: 245px;
}

.btn-search {
	border: none;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	padding: 8px 0px;
	color: #fff;
	text-transform: uppercase;
	background: #009FE3;
	width: 100px;
	font-size: 16px;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
	cursor: pointer;
	display: inline-block;
}

.subscribe-page {
	padding: 120px 0;
}

.title-page {
	width: 430px;
	margin:0 auto 70px;
	position: relative;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #000;
	text-transform: capitalize;
}
.title-page::before{
	content: "";
	position: absolute;
	width:15%;
	background: #009fe3;
	height: 4px;
	bottom: -15px;
	left: 43%;
}

.subtitle-page {
	width:350px;
	margin:0 auto;
	color: #555865;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 50px;
}

.subscribe-input {
	display: block;
	margin: 20px auto;
	border: 1px solid #b0b4c4;
	padding: 15px 30px;
	-webkit-border-radius: 8px;
	border-radius: 30px;
	opacity: 0.5;
	width: 380px;
}
.subscribe-btn{
	border: none;
	opacity: 1;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	padding: 20px 20px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	background: #009FE3;
	display: block;
	margin: 30px auto 0;
	width: 230px;
	font-size: 16px;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
	cursor: pointer;
}

.captcha {
	margin: 30px auto 0;
	display: block;
	width: 380px;
	height: 100px;
	background: #aaa;
}
.prom-wrapper{
	padding: 120px 0px;
	background: #edf0f5;
}
.prom-title-wrapper{
	text-align: center;
	margin-bottom: 90px;
}
.prom-title{
	display: inline-block;
	font-weight: bold;
	position: relative;
}
.prom-title::before{
	content: "";
	position: absolute;
	height: 4px;
	bottom: -20px;
	width: 30%;
	left: 35%;
	background: #009fe3;
}
/**/
.owl-dots{
	text-align: center;
}
.owl-dot{
	width: 10px;
	height: 10px;
	margin:0 5px;
	border-radius: 5px;
	background:#c2c6cb !important;
}
.owl-dot.active{
	background:#009fe3 !important;
}
/**/

.active-crypto {
	padding: 120px 0;
	background-color: #fff;
}

.sort {
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	margin: 0 20px 0 0;
}

.cont {
	display: inline-block;
	position: relative;
	padding-right: 28px;
	cursor: pointer;
	font-size: 24px;
	font-weight: lighter;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #646464;
	margin: 0 15px;
}

.cont input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.checkmark {
	position: absolute;
	top: 10px;
	right: 0;
	height: 17px;
	width: 17px;
	background-color: #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #009fe3;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.cont input:checked ~ .checkmark:after {
	display: block;
}

.cont .checkmark:after {
	top: 3px;
	left: 3px;
	width: 7px;
	height: 7px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #009fe3;
}

.input-search {
	padding: 8px 10px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	border: none;
}

.input-search::-webkit-input-placeholder {
	font-size: 16px;
	opacity: 0.5;
}

.input-search::-moz-placeholder {
	font-size: 16px;
	opacity: 0.5;
}

.input-search:-ms-input-placeholder {
	font-size: 16px;
	opacity: 0.5;
}

.input-search:-moz-placeholder {
	font-size: 16px;
	opacity: 0.5;
}

.icon-search {
	background: url(../image/search.png) no-repeat;
	height: 24px;
	width: 24px;
	position: relative;
	right: 40px;
	top: 6px;
	cursor: default;
	display: inline-block;
}

.card-crypto {
	-webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
	background: #fff;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 20px;
	height: 560px;
	margin-bottom: 30px;
	text-align: center;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
}

.pr-mark {
	padding: 5px 15px;
	background-color: #f26065;
	color: #fff;
	font-size: 16px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.ex-mark {
	padding: 14px 22px 14px 8px;
	background-color: #f26065;
	color: #fff;
	font-size: 16px;
	position: absolute;
	top: 20px;
	left: 0;
	font-weight: bold;
}

.ex-mark:before {
	position: absolute;
	content: '';
	right: 0;
	bottom: 0;
	top: 0;
	border-top: 26px solid transparent;
	border-bottom: 26px solid transparent;
	border-right: 16px solid #fff;
}

.question-icon i {
	font-weight: initial;
	font-size: 15px;
	margin-left: 5px;
	cursor: pointer;
}

.question-icon:hover .pop-text {
	display: block;
}

.pop-text {
	background: #fff;
	border: 2px solid #009fe3;
	padding: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
	color: #646464;
	display: none;
	left: 47px;
	position: absolute;
	z-index: 4;
	top: 45px;
	text-align: center;
	font-size: 12px;
	right: -47px;
}

.pop-text:before {
	position: absolute;
	top: -10px;
	left: 72px;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 10px 8px;
	border-color: transparent transparent #009fe3 transparent;
}

.pop-text:after {
	position: absolute;
	top: -5px;
	left: 72px;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 10px 8px;
	border-color: transparent transparent #fff transparent;
}

.rate-mark {
	padding: 2px 15px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: #fff;
	background-color: #009fe3;
}

.our-rating {
	display: block;
	font-size: 12px;
	text-align: center;
	line-height: 0.5;
	padding-top: 7px;
}

.img-crypto {
	border: 1px solid #a7a7a7;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	height: 200px;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 15px 0;
}

.img-brand {
	padding: 25px;
	background-size: cover;
	height: inherit;
	background-position: center center;
}

.name-crypto {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #646464;
	margin-bottom: 5px;
}

.subname-crypto {
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	color: #646464;
	/*padding: 0 25px;*/
}

.free-coin {
	font-size: 16px;
	color: #646464;
	display: block;
	margin: 10px 0 0;
}

.day-left {
	font-size: 15px;
	font-weight: lighter;
	color: #646464;
	vertical-align: middle;
	margin-left: 8px;
}

/*===================================active-crypto-past===================================*/
footer{
	padding: 65px 0px;
}
.active-crypto-past {
	padding: 120px 0;
}

.active-crypto-past .card-crypto {
	background-color: #e7f0f7;
}

a.endless_more {
	margin:0 auto;
	color:#fff;
	width: 250px;
	height: 65px;
	background: #009fe3;
	text-align: center;
	padding: 20px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 40px;
}

/*===================================active-crypto-past===================================*/

/*===================================planning===================================*/

.planning {
	padding: 120px 0;
	background: url(../image/background-prefooter.png) no-repeat center;
	background-size: cover;
}

.planning .title-page {
	color: #fff;
}

.subtitle-planning {
	color: #fff;
	text-align: center;
	font-size: 16px;
	margin-bottom: 50px;
}

/*===================================planning===================================*/

/*===================================planning===================================*/

footer {
	background-color: #252525;
}

footer ul a {
	color: #fff;
	font-size: 16px;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
}

footer form input {
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 2px solid #fff;
	padding: 5px 15px;
	width: 100%;
	background: inherit;
	color: #fff;
}

footer input::-webkit-input-placeholder {
	color: #fff;
	font-size: 14px;
}

footer input::-moz-placeholder {
	color: #fff;
	font-size: 14px;
}

footer input:-ms-input-placeholder {
	color: #fff;
	font-size: 14px;
}

footer input:-moz-placeholder {
	color: #fff;
	font-size: 14px;
}

footer button {
	float: right;
	margin: 20px auto 0;
	min-width: 150px;
}

.f-title {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
}

.f-form-text {
	font-size: 16px;
	color: #fff;
	display: inline-block;
	margin-bottom: 25px;
}

.f-img {
	background: url(../image/f-mail.png) no-repeat;
	display: inline-block;
	width: 17px;
	height: 15px;
	margin-right: 7px;
}

.f-bottom {
	padding: 30px 0 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	flex-wrap: wrap;
}

.f-bottom a {
	margin: 0 30px;
	color: #fff;
	font-size: 16px;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
}

/*===================================planning===================================*/

/*===================================@meadia===================================*/

/*===================================@media===================================*/

/*===================================blog===================================*/

.header-blog {
	position: initial;
	background: #5f5e61;
}

.blog-page {
	padding: 65px 0;
}

.blog-head {
	background: #009FE3;
	color: #fff;
	padding: 15px 0;
	text-align: center;
	-webkit-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
}

.blog-link {
	background: #009FE3;
	color: #fff;
	margin-top: 2px;
	padding: 30px 30px 62px;
	-webkit-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
	margin-bottom: 20px;
}

.blog-link ul li {
	margin: 5px 0;
}

.blog-link a {
	color: #fff;
	font-size: 14px;
	font-weight: lighter;
}

.blog-link a:hover {
	text-decoration: underline;
}

.bg-card-blog {
	background: #009FE3;
	-webkit-border-radius: 8px 0 0 8px;
	border-radius: 8px 0 0 8px;
	width: 300px;
	height: 210px;
	padding: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.bg-card-blog a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.blog-news {
	-webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin: 0 0 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.news-block {
	padding: 15px;
	display: inline-block;
	width: 550px;
}

.news-title {
	font-size: 22px;
	font-weight: bold;
	line-height: 0.9;
}

.post-title {
	font-size: 12px;
}

.news {
	font-size: 15px;
}

.news-block a {
	color: #000;
	font-weight: bold;
	font-size: 13px;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
}

.news-block a:hover {
	color: #009FE3;
}

.arrow-blog {
	background: url(../image/arrow-blog.png) no-repeat;
	display: inline-block;
	width: 17px;
	height: 8px;
	margin-left: 5px;
}

.page-papper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 20px 0;
}

.page-blog-link {
	color: #fff;
	background: #009FE3;
	padding: 20px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	height: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 5px;
	border: 2px solid #009FE3;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
}

@media screen and (max-width: 992px){
	.page-blog-link{
		margin:5px 5px;
	}
	.page-papper{
		flex-wrap: wrap;
	}
}
.page-blog-link:hover,
.page-blog-link.active {
	background: #fff;
	color: #000;
}

/*===================================@meadia-blog===================================*/

/*===================================@meadia-blog===================================*/

/*===================================blog===================================*/

/*===================================question===================================*/

.question {
	padding: 65px 0;
}

.main-q-block {
	padding: 25px;
	-webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 8px;
	border-radius: 8px;
	color: #646464;
}

.q-main-title {
	font-size: 28px;
	font-weight: bold;
	color: #646464;
	justify-content: start;
	text-transform: unset;
	text-align: left;
}

/*===================================question===================================*/

.accordeon {
	width: 100%;
	margin: 20px 0;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
	padding: 25px;
	color: #646464;
}

.accordeon-title {
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	margin: 0 0 0 40px;
}

.accordeon-title:after {
	content: '';
	background: url(../image/arrow-down.png);
	float: left;
	width: 14px;
	height: 14px;
	position: relative;
	right: 10px;
	top: 5px;
}

.accordeon-title.is-opened:after {
	content: '';
	background: url(../image/arrow-up.png);
	float: left;
	width: 14px;
	height: 14px;
	position: relative;
	right: 10px;
	top: 5px;
}

.accordeon-content {
	display: none;
	border-top: 1px solid rgba(100, 100, 100, 0.3);
	padding-top: 20px;
	font-size: 16px;
	margin-top: 25px;
}

/*===================================@meadia-question===================================*/

/*===================================@meadia-question===================================*/

/*===================================question===================================*/

/*===================================simple-page===================================*/

.simple-page {
	padding: 65px 0 100px;
	overflow: auto;
}

.main-simple {
	font-size: 30px;
	color: #3E3D40;
	margin-bottom: 20px;
	font-weight: bold;
}

.main-simple-text {
	font-size: 16px;
	color: #646464;
	margin-bottom: 30px;
}

.main-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 40px;
}

.main-info-data {
	font-size: 12px;
	color: #646464;
}

.main-info-data span {
	margin: 0 5px;
}

.main-author {
	text-decoration: underline;
	cursor: default;
}

.main-info-link {
	color: #646464;
	margin: 0 5px;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
}

.main-info-link:hover {
	color: #01B2FD;
}

.main-img-post,
.main-blue-block {
	-webkit-box-shadow: 0 7px 14px 0 rgba(148, 150, 153, 0.5);
	box-shadow: 0 7px 14px 0 rgba(148, 150, 153, 0.5);
	margin-bottom: 75px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

.post-img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	height: 350px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

.main-post-title {
	font-size: 24px;
	color: #3E3D40;
	margin-bottom: 20px;
	font-weight: bold;
}

.main-blue-block {
	padding: 30px;
	background: #01b2fd;
}

.blue-post-title {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 25px;
}

.blue-post-subtitle {
	font-size: 16px;
	color: #fff;
}

.container-post {
	width: 970px;
	display: block;
	margin: 0 auto;
}

/*===================================simple-page===================================*/

/*===================================@meadia-simple-page===================================*/

/*===================================@meadia-simple-page===================================*/

/*===================================contact-page===================================*/

.contact {
	padding: 65px 0;
}

.contact-block,
.contact-form {
	-webkit-box-shadow: 0 1px 5px 0.05px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 5px 0.05px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 7px;
	border-radius: 7px;
	color: #646464;
}

.contact-block {
	padding: 25px;
}

.c-title {
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 25px;
	color: inherit;
	text-transform: capitalize;
	justify-content: start;
}

.c-subtitle {
	font-weight: bold;
	font-size: 16px;
}

.contact-block button,
.contact-form button,
.btn-aplication,
.tab-content-btn,
.exclusive-btn-red {
	display: block;
	margin: 25px auto;
	border: none;
	text-transform: uppercase;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background-color: #009fe3;
	color: #fff;
	padding: 15px 20px;
	font-weight: bold;
	cursor: pointer;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
	font-size: 14px;
}

.c-link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 20px;
}

.c-link-icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #cdcdcd;
	-webkit-border-radius: 70px;
	border-radius: 70px;
	width: 28px;
	height: 28px;
	margin: 0 5px;
}

.c-link-icon a {
	color: #fff;
	transition: all 0.5s ease 0s;
}

.c-link-icon a:hover {
	color: #009fe3;
}

.contact-form {
	padding: 25px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

lable.c-form {
	display: block;
	font-size: 14px;
	font-weight: lighter;
	margin-top: 15px;
}

.c-form input,
.c-form select,
.c-form textarea {
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #009fe3;
	width: 100%;
	padding: 8px;
	margin: 5px 0;
}

.c-form select {
	font-size: 14px;
	font-weight: lighter;
	color: #646464;
	padding: 12px;
}

.c-form option {
	padding: 8px;
	border: none;
	width: auto;
}

.sel-option {
	font-size: 14px;
	font-weight: lighter;
	color: #646464;
	padding: 20px;
}

.captcha-form {
	margin: 10px auto 20px;
	display: block;
	height: 100px;
	background: #aaa;
}

select.triangle-icon {
	background-image: url(../image/triansel.png);
	background-repeat: no-repeat;
	background-position: right 14px center;
	background-size: 13px 8px;
	-moz-appearance: none;
	-webkit-appearance: none;
}

/*===================================@meadia-contact===================================*/

/*===================================@meadia-contact===================================*/

/*===================================contact-page===================================*/

/*===================================publish-form===================================*/

.publish-form {
	padding: 65px 0;
}

.wrapp-publish {
	-webkit-box-shadow: 0 1px 4.95px 0.05px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 4.95px 0.05px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding: 25px;
}

.publish-title {
	color: #009fe3;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}

.publish-subtitle {
	font-size: 24px;
	font-weight: bold;
	color: #646464;
	text-align: center;
}

.publish-text {
	font-size: 16px;
	color: #646464;
	text-align: center;
	margin-bottom: 50px;
}

.publish-form-left {
	padding: 0 30px 0 100px;
}

.publish-form-right {
	padding: 0 100px 0 30px;
}

.inpit-publish-f::-webkit-input-placeholder {
	font-size: 14px;
	font-weight: lighter;
	padding-left: 15px;
}

.inpit-publish-f::-moz-placeholder {
	font-size: 14px;
	font-weight: lighter;
	padding-left: 15px;
}

.inpit-publish-f:-ms-input-placeholder {
	font-size: 14px;
	font-weight: lighter;
	padding-left: 15px;
}

.inpit-publish-f:-moz-placeholder {
	font-size: 14px;
	font-weight: lighter;
	padding-left: 15px;
}

.input-new {
	font-size: 13px;
	margin: 20px auto 0;
	display: block;
	border: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	padding: 10px 30px;
	background: #009fe3;
	cursor: pointer;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
}

input.input-old {
	display: none;
}

.btn-aplication {
	padding: 15px 40px;
	margin: 50px auto 50px;
}

.arrow-app {
	width: 25px;
	height: 11px;
	display: inline-block;
	background: url("../image/arrow-app.png") no-repeat;
	margin-left: 5px;
}

.check-app {
	font-size: 13px;
	color: #646464;
	margin: 38px 0;
}

.cont-small {
	position: relative;
	padding-left: 25px;
	cursor: pointer;
}

.cont-small input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.check-sm {
	position: absolute;
	top: 2px;
	left: 0;
	height: 14px;
	width: 14px;
	background-color: #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #009fe3;
}

.check-sm:after {
	content: "";
	position: absolute;
	display: none;
}

.cont-small input:checked ~ .check-sm:after {
	display: block;
}

.cont-small .check-sm:after {
	top: 3px;
	left: 3px;
	width: 5px;
	height: 5px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #009fe3;
}

.rating {
	padding: 15px 0;
}

.rating-block-left {
	padding: 70px 60px;
	position: relative;
}

.rating-block-right {
	padding: 25px;
}

.rating-block-left,
.rating-block-right {
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 1px 4.95px 0.05px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 4.95px 0.05px rgba(0, 0, 0, 0.1);
}

.ex-wrapp-mark {
	height: 45px;
}

.icon-mob-only {
	height: 70px;
	display: none;
}

.img-rating {
	border: 1px solid #a7a7a7;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin: 0px 0px 15px 0px;
	height: 200px;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.inst-wrapp {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 20px 0 20px 0px;
}

.inst-icon-item {
	margin-left: 35px;
	color: #696969;
	font-size: 13px;
}

.ex-mark-rate {
	padding: 14px 22px 14px 8px;
	background-color: #f26065;
	color: #fff;
	font-size: 16px;
	position: absolute;
	top: 20px;
	left: 0;
	font-weight: bold;
}

.ex-mark-rate:before {
	position: absolute;
	content: '';
	right: -1px;
	bottom: 0;
	top: 0;
	border-top: 26px solid transparent;
	border-bottom: 26px solid transparent;
	border-right: 16px solid #fff;
}

.rating-title {
	font-size: 30px;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: bold;
}

.rating-text {
	font-size: 12px;
	color: #646464;
	text-align: center;
	margin-bottom: 25px;
}

.blue-block-rate {
	margin-bottom: 45px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-color: #009fe3;
	color: #fff;
	padding: 15px;
}

.blue-title {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0;
}

.blue-subtitle {
	font-size: 12px;
	text-align: center;
	margin: 10px 0;
}

.rate-val {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	display: block;
}

.rating-det{
	font-size: 24px;
	text-align: center;
	color: #000;
	margin: 0px 0px 20px 0px;
	font-weight: bold;
}
.tabs-instruction_add{
	margin-top: 35px;
}
.inst-title{
	font-size: 24px;
	text-align: center;
	color: #000;
	font-weight: bold;
	text-transform: unset;
	justify-content: start;
}

.rating-timelimit {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	color: #646464;
}

.rating-timelimit p {
	margin-bottom: 5px;
}

.rating ul.nav {
	border-bottom: 1px solid rgba(100, 100, 100, 0.1);
}

.rating-link.active {
	font-weight: bold;
	border-bottom: 2px solid #009FE3;
	-webkit-transition: none;
	transition: none;
}

.rating-link.active:hover {
	color: #646464;
}

.rating-link {
	color: #000;
	font-size: 15px;
	margin: 0 20px 0px 0px;
	padding-bottom: 2px;
}

.instruction {
	padding: 0;
}

.inst-title {
	display: inherit;
	text-align: left;
	font-weight: 400;
	font-size: 19px;
	text-transform: unset;
	justify-content: start;
}

.inst-title span {
	font-weight: bold;
	margin-left: 6px;
}
.inst-banner{
	margin: 40px 0px
}

.inst-subtit {
	color: #646464;
	font-size: 13px;
	margin-bottom: 0;
}

.inst-link-social {
	display: inline-block;
}

.inst-icon {
	padding: 0 6px;
}

.icon-share-link {
	background-color: #fff;
	width: 23px;
	height: 23px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-right: 5px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
}

.share-icon-wrapp {
	display: flex;
	flex-wrap: wrap;
}

.icon-tweet {
	color: #009fe3;
}

.icon-face {
	color: #3b5998;
}

.icon-link {
	color: #007bb6;
}

.icon-google {
	color: #dd4b39;
}

.icon-reddit {
	color: #ef4623;;
}

.inst-tweet,
.inst-tele,
.inst-facebook,
.inst-mail,
.inst-q,
.inst-reddit,
.inst-talk {
	display: inline-block;
	width: 24px;
	height: 24px;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
}

.inst-talk {
	background: url("../image/inst-talk.png") no-repeat;
}

.inst-reddit {
	background: url("../image/inst-reddit.png") no-repeat;
}

.inst-tweet {
	background: url("../image/inst-twet.png") no-repeat;
}

.inst-tele {
	background: url("../image/inst-tele.png") no-repeat;
}

.inst-facebook {
	background: url("../image/social-facebook-outline.png");
	background-size: contain;
}

.inst-mail {
	background: url("../image/inst-mail.png") no-repeat;
}

.inst-q {
	background: url("../image/inst-q.png") no-repeat;
}

.join-txt,
a.join-links,
.join-txt span {
	display: inline-block;
	font-size: 14px;
}

.join-txt span,
a.join-links {
	color: #009FE3;
}

.tab-content-btn, .exclusive-btn-red {
	background-color: #f26065;
	margin: 20px 0;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
}

.tab-content-btn:hover, .exclusive-btn-red:hover {
	-webkit-box-shadow: 0 0 15px 0 #f26065;
	box-shadow: 0 0 15px 0 #f26065;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
}

.share-block {
	border-top: 1px solid rgba(100, 100, 100, 0.1);
	padding: 20px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: start;
	-ms-flex-pack: start;
	justify-content: start;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.share-txt {
	font-size: 14px;
	font-weight: bold;
	color: #646464;
	margin-bottom: 0;
}
.recomended-title{
	margin-bottom: 35px;
}
.share-txt span {
	color: #009FE3;
}

.share-twet {
	background: #009fe3;
}

.share-twet:hover {
	-webkit-box-shadow: 0 0 15px 0 #009fe3;
	box-shadow: 0 0 15px 0 #009fe3;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
}

.share-inst {
	background: #3b5998;
}

.share-inst:hover {
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
	-webkit-box-shadow: 0 0 15px 0 #1750a1;
	box-shadow: 0 0 15px 0 #1750a1;
}

.share-link {
	background: #007bb6;
}

.share-link:hover {
	-webkit-box-shadow: 0 0 15px 0 #007bb6;
	box-shadow: 0 0 15px 0 #007bb6;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
}

.share-goo {
	background: #dd4b39;
}

.share-goo:hover {
	-webkit-box-shadow: 0 0 15px 0 #dd4b39;
	box-shadow: 0 0 15px 0 #dd4b39;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
}

.share-red {
	background: #ef4623;
}

.share-red:hover {
	-webkit-box-shadow: 0 0 15px 0 #ef4623;
	box-shadow: 0 0 15px 0 #ef4623;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
}

.share-twet,
.share-inst,
.share-link,
.share-goo,
.share-red {
	color: #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 10px;
	width: 75px;
	padding: 3px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
	margin: 0 5px;
}

.icon-share {
	background-color: #fff;
	width: 23px;
	height: 23px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-right: 5px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.widget-block {
	padding: 25px;
	overflow-y: auto;
}

.widget-rating-img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}

.rate-name {
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	margin: 20px;
}

.rate-check {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-transform: uppercase;
}

.rate-check .cont-small {
	margin: 0 10px;
	font-size: 13px;
}

textarea.input-check {
	background: #ebebee;
	width: 100%;
	max-width: 100%;
	resize: none;
	outline: none;
	border: 2px solid transparent;
	padding: 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 13px;
	color: #444968;
	min-height: 85px;
	line-height: 120%;
	margin: 0 auto;
	display: block;
	height: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.text-area {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #302f2f;
	margin-bottom: 5px;
}

.scroll-image {
	margin: 35px 0;
}

.widge-square {
	margin: 0 auto;
	text-align: center;
	width: 150px;
	/*    background: #009fe3;*/
	-webkit-border-radius: 8px;
	border-radius: 8px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	padding: 5px 25px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

/*===================================Widget change block===================================*/

.widget-change {
	display: none;
	margin: 0 auto;
}

.widget-change.active {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.caption_image {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 325px;
	margin: 5px auto;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	outline: none;
	background: #009fe3;
}

.ui-widget.ui-widget-content {
	border: 0;
	background: #ccc;
	height: 3px;
	max-width: 300px;
	margin: 0 auto;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.5em;
	cursor: pointer;
}

.size-rate {
	font-size: 14px;
}

.width,
.height {
	font-weight: bold;
}

.dist-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 auto;
	width: 970px;
}

.distributed-page {
	background: #e7f0f7;
}

.dist-block {
	margin-bottom: 65px;
}

.dist-title {
	text-align: center;
	padding: 50px 0;
}

.dist-title h2 {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 20px;
}

.dist-title h1 {
	font-size: 18px;
	color: #000;
	text-transform: unset;
	font-weight: 400;
}

.dist-date {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 25px;
}

.dist-tape {
	background: #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
	padding: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px;
}

.dist-img {
	margin-right: 25px;
}

.dist-img img {
	height: 70px;
	width: 60px;
	-o-object-fit: cover;
	object-fit: cover;
}

.dist-tape-title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.dist-tape-name {
	font-size: 18px;
	font-weight: bold;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.dist-pluse {
	margin-left: 25px;
	color: #aaa;
	font-size: 7px;
	vertical-align: top;
	border: 1.5px solid;
	padding: 4px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 15px;
	height: 15px;
	font-weight: bold;
}

.dist-rate {
	font-size: 16px;
	color: #646464;
}

.dist-rate span {
	font-weight: bold;
	color: #01b2fd;
}

.dist-text {
	font-style: italic;
	font-size: 14px;
	color: #646464;
}

.dist-text p {
	margin-bottom: 5px;
}

.dist-text span {
	font-style: initial;
	font-size: 12px;
	color: #969696;
	margin-bottom: 10px;
	display: block;
}

.dist-link {
	width: 100%;
	justify-content: flex-end;
	display: flex;
}

.dist-icon {
	margin: 0 8px;
	color: #9c9c9c;
}

/*===================================@meadia-distributed===================================*/

/*===================================distributed===================================*/

@font-face {
	font-family: 'Proxima Nova';
	src: url(../fonts/ProximaNova/ProximaNova-Regular.ttf);
	font-weight: normal;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url(../fonts/ProximaNova/ProximaNova-Light.ttf);
	font-weight: 100;
}

@media (max-width: 1200px) {
	.share-twet,
	.share-inst,
	.share-link,
	.share-goo,
	.share-red {
		margin: 5px 3px 0 0;
	}

	.share-block {
		flex-wrap: wrap;
		flex-direction: column;
	}

	.blog-image {
		height: auto;
		width: 100%;
	}

	.header-link {
		margin: 0 10px;
	}

	.sort,
	.cont {
		font-size: 18px;
	}

	.checkmark {
		top: 6px;
	}

	.f-title {
		display: inline-block;
	}

	.news-title {
		line-height: 1;
	}

	.bg-card-blog {
		-webkit-border-radius: 8px 8px 0 0;
		border-radius: 8px 8px 0 0;
		width: 100%;
		height: auto;
	}

	.c-form input,
	.c-form select,
	.c-form textarea {
		width: 100%;
	}

	.inst-social a {
		margin-right: 8px;
	}

	.inst-social p {
		font-size: 10px;
		margin: 0 4px 0 0;
	}

	.blue-subtitle {
		font-size: 12px;
		margin:0px;
	}
}

@media (max-width: 1024px) {
	footer ul a,
	.link-main a {
		font-size: 13px;
	}

	.blog-news {
		margin: 0 10px 20px;
	}

	.container-post {
		width: initial;
		display: initial;
		margin: initial;
	}

	.rating ul.nav {
		/*border: none;*/
	}
}

@media screen and (max-width: 1024px) {
	.dist-container {
		width: 100%;
		padding: 0 10px;
	}
}

@media (max-width: 992px) {
	div#modal_window {
		width: 95%;
		overflow-y: scroll;
		height: 90%;
	}
	.tabs-instruction_add{
		margin-bottom: 30px;
	}
	.inst-title {
		/*margin: 0px 0px 40px 0px;*/
	}
	.recomend{
		padding: 40px 0px;
		background:#fff;
	}
	.inst-banner {
		margin:40px 0px;
	}

	.icon-mob-only {
		display: block;
	}

	.ex-wrapp-mark {
		display: none;
	}

	.rating-block-right {
		position: relative;
		margin-bottom: 30px;
	}

	.bar-name {
		display: block;
	}

	.container-red {
		font-size: 17px;
	}

	.ad_form {
		width: 100%;
	}

	.publish-title {
		font-size: 20px;
	}

	.publish-subtitle {
		font-size: 15px;
	}

	.mobile-reverse {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 20px;
		background: #5f5e61;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.vertical-line {
		width: 100%;
		height: 1px;
		background-color: #4d4d4f;
		margin: 25px 0;
	}

	.gray-menu {
		margin-top: 10px;
	}

	ul.navbar-nav li {
		display: initial;
	}

	.card-crypto {
		margin-bottom: 30px;
	}

	.subtitle-page,
	.subtitle-planning {
		font-size: 18px;
	}

	.active-crypto-past,
	footer,
	.subscribe-page,
	.active-crypto {
		padding: 25px 0;
	}

	.f-bottom a {
		font-size: 9px;
	}

	.checked-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-right: 0;
	}

	.block-page {
		margin: 10px;
	}

	.wrapp-header {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	h1 {
		font-size: 50px;
	}

	.main-page p {
		text-align: center;
		font-size: 20px;
	}

	.main-page button {
		font-size: 15px;
		margin-top: 0;
	}

	.link-main {
		bottom: 10px;
	}

	.link-main a {
		margin: 2px 10px;
		font-size: 12px;
	}

	.sort,
	.cont {
		width: 100%;
	}

	.checked-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 10px;
	}

	.f-form-text {
		display: block;
	}

	.gray-menu {
		background: #212529;
	}

	.header-link {
		color: #fff;
		display: block;
		margin: 10px 10px;
	}

	header ul.navbar-nav {
		margin: initial;
		text-align: center;
	}

	a.rating-link {
		/*display: none;*/
	}

	.news-block {
		width: 100%;
	}

	.contact-form {
		margin-top: 30px;
	}

	.publish-form-left,
	.publish-form-right {
		padding: 0;
	}

	.publish-text {
		margin-bottom: 0;
	}

	.join-txt,
	a.join-links,
	.join-txt span {
		margin-bottom: 0;
	}
}

@media (max-width: 768px) {
	.f-form-text{
		padding: 0px 10px;
	}
	.footer-email{
		padding: 15px 30px;
	}
	.subscribe-btn{
		float:none;
	}
	.footer-items > li > a{
		font-size: 16px;
		font-weight: 500;
	}
	.exclusive-name {
		justify-content: center;
		margin-bottom: 10px;
	}

	.exclusive-img {
		margin: 0 0 20px;
	}

	.exclusive-input input {
		width: 100%;
	}

	.exclusive-grey, .exclusive-form-wrapp {
		padding: 10px;
	}

	.rating-block-left, .rating-block-right {
		height: initial;
		margin-bottom: 20px;
	}

	.red-title {
		/*display: none;*/
		font-size: 14px;
		height: 20px;
		overflow:hidden;
	}

	h1 {
		font-size: 40px;
	}

	.main-page p {
		font-size: 17px;
	}

	.subtitle-page,
	.subtitle-planning {
		font-size: 15px;
	}

	.title-page {
		font-size: 25px;
	}

	.cont {
		margin: 0 10px;
	}

	.link-crypto,
	.free-coin,
	.days-block {
		text-align: center;
	}

	.btn-search {
		margin: 15px auto;
		display: block;
	}

	.cont-small input {
		position: relative;
	}

	.publish-form {
		padding: 30px 0;
	}

	.publish-subtitle {
		font-size: 20px;
	}

	.check-app {
		margin: 0;
	}

	.share-block {
		display: block;
	}

	.share-txt {
		font-size: 15px;
	}

	.inst-social a {
		font-size: 13px;
	}

	.inst-social p {
		margin: 0 15px 0 0;
	}
}

@media (max-width: 576px) {
	.main-title {
		height: 80vh;
	}
	.rating-block-right{
		padding: 0px;
	}

	.recomend-img {
		width:90%;
		margin: 0 auto 15px;
	}

	.recomend-item {
		margin: 0 5px 20px;
		/*width: 150px;*/
	}

	.exclusive-mail {
		flex-direction: column;
		align-items: flex-start;
	}

	.exclusive-mail input {
		border-radius: 5px;
		margin-bottom: 20px;
	}

	.exclusive-btn, .exclusive-btn-red {
		width: 215px;
		border-radius: 5px;
		margin-bottom: 10px;
	}

	.exclusive-input-copy {
		font-size: 7px;
		padding: 15px;
		width: 80%;
		display: flex;
		align-items: center;
		word-wrap: break-word;
	}

	.exclusive-copy button {
		font-size: 9px !important;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0 !important;
		width: 20%;
	}

	.exclusive-title h3 {
		font-size: 20px;
	}

	.exclusive-title p {
		font-size: 16px;
	}

	.exclusive-link {
		margin-bottom: 10px;
	}

	.exclusive-link p {
		margin-bottom: 5px;
		font-size: 14px;
	}

	.exclusive-join {
		font-size: 14px;
	}

	.exclusive-join ul {
		margin-bottom: 15px;
	}

	.exclusive-red-txt {
		margin-bottom: 25px;
	}

	.inst-title, .exclusive-form h2 {
		font-size: 21px;
	}

	.exclusive-grey, .exclusive-form-wrapp {
		margin-top: 20px;
	}

	.exclusive-input span {
		font-size: 11px;
	}

	input[type="checkbox"] + label {
		font-size: 10px;
	}
	.ex-wrapp-mark {
		display: none;
	}

	.vertical-line {
		margin: 10px 0;
	}

	.container-red {
		padding: 5px 20px;
		justify-content: space-between;
		font-size: 14px;
	}

	.red-logo img {
		margin: 0 5px 0 0;
	}

	.red-btn a {
		margin: 2px 0 2px 5px;
	}

	.link-main {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.btn-aplication {
		font-size: 10px;
	}

	.subscribe-page input,
	.captcha {
		width: auto;
	}
	.subscribe-page input{
		width: 100%;
	}

	.f-bottom a {
		margin: 0 10px;
	}

	h1 {
		font-size: 23px;
	}

	.main-page p {
		font-size: 15px;
	}

	.title-page {
		font-size: 19px;
	}

	.card-crypto {
		margin-bottom: 15px;
	}

	a.endless_more {
		margin-top: 10px;
	}

	.planning {
		padding: 20px 0;
	}

	.subtitle-planning {
		margin-bottom: 25px;
	}

	.planning button {
		margin: 20px auto 0;
	}

	.sort,
	.cont {
		font-size: 20px;
		text-align: center;
	}

	.input-search {
		width: 65%;
	}

	.icon-search {
		position: relative;
		display: block;
		right: 15px;
		float: right;
		top: -31px;
	}

	.f-title {
		margin-top: 20px;
	}

	.f-form-text {
		font-size: 16px;
	}

	footer button {
		float: initial;
	}

	.logo-head {
		font-size: 19px;
		line-height: 3.5;
	}

	.btn-search {
		width: 33%;
		margin: 0;
		display: inline-block;
	}

	.bg-card-blog {
		padding: 10px;
		width: 100%;
	}

	.accordeon-title {
		margin: 0 0 0 20px;
	}

	.main-info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: start;
		-ms-flex-align: start;
		align-items: start;
	}

	.main-info-data {
		margin-bottom: 10px;
	}

	.main-simple {
		font-size: 22px;
		text-align: left;
		justify-content: flex-start;
		text-transform: unset;
	}

	.simple-page {
		padding: 20px 0 10px;
	}

	.main-post-title,
	.blue-post-title {
		font-size: 18px;
	}

	.main-simple-text,
	.blue-post-subtitle {
		font-size: 14px;
	}

	.main-info,
	.main-simple-text {
		margin-bottom: 20px;
	}

	.main-img-post,
	.main-blue-block {
		margin-bottom: 30px;
	}

	.main-blue-block {
		padding: 20px;
	}

	.contact-block button,
	.contact-form button {
		font-size: 12px;
	}

	.rating {
		padding: 25px 0;
	}

	.rating-link {
		margin: 0 11px;
	}

	.instruction {
		padding: 0;
	}

	.inst-social {
		margin-bottom: 10px;
		font-size: 0;
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.join-txt,
	a.join-links {
		display: block;
		margin-bottom: 0;
	}

	.tab-content-btn {
		margin: 20px auto;
	}

	.size-rate {
		font-size: 10px;
	}

	.widget-block {
		padding: 10px;
	}

	.news-block {
		width: auto;
	}

	.inst-tweet,
	.inst-facebook,
	.inst-tele,
	.inst-mail,
	.inst-q,
	.inst-reddit,
	.inst-talk {
		display: inline-block;
		width: 24px;
		height: 24px;
		-webkit-transition: 0.5s ease;
		transition: 0.5s ease;
	}

	.inst-facebook {
		background-image: url("../image/social-facebook-outline.png");
		background-size: contain;
	}

	.blog-news {
		width: 100%;
	}
}

@media screen and (max-width: 576px) {
	.rating-block-right {
		padding: 12px;
		position: relative;
	}

	.inst-subtit {
		font-size: 10px;
		text-align: left;
	}

	.inst-icon-item {
		width: 70%;
		text-align: center;
		margin: 0;
	}

	.inst-icon {
		padding: 0 4px;
		vertical-align: middle;
		font-size: 13px;
	}

	.dist-title h2 {
		font-size: 25px;
	}

	.dist-title p {
		font-size: 13px;
	}

	.dist-title {
		padding: 20px 0 30px;
	}

	.dist-tape {
		padding: 15px;
	}

	.dist-date {
		font-size: 18px;
	}

	.dist-tape-name {
		font-size: 16px;
	}

	.dist-img {
		margin-right: 10px;
	}

	.dist-rate {
		font-size: 12px;
	}

	.dist-text span {
		margin-bottom: 0;
	}

	.dist-tape-title {
		margin-bottom: 15px;
	}

	footer {
		text-align: center;
	}
}

@media screen and (max-height: 575px) {
	#rc-imageselect, .g-recaptcha {
		transform: scale(0.77);
		-webkit-transform: scale(0.77);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}
}
.mob-link-page{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav-items{
	padding: 0px;
	margin:0px;
	display: flex;
}
.header-link{
	margin:0px 30px;
	padding: 0px;
}
.form-input{
	display: none;
}
.form-activater img{
	display: block;
	width: 100%;
}
.form-activater{
	font-size: 25px;
	color:#fff;
}
.social-media-wrapper{
	display: flex;
	margin:0 auto;
	width: 330px;
}
.social-media-link{
	margin:0px 15px;
}
.form-wrapper{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 45px;
	position: relative;
}
.logo-wrapper{
	margin:0px auto;
}
.social-media-link{
	font-size: 25px;
	color: #fff;
}
.bitok{
	transform: rotateZ(-30deg);
}
.header-link{
	position: relative;
}
.notifications-msg{
	position: absolute;
	top: -70%;
	background:#ff8e1d;
	right: -45%;
	font-size: 11px;
	padding: 0px 5px;
	border-radius: 10px;
}
@media screen and (max-width: 992px){
	.notifications-msg{
		right: -10%;
	}
}
.header-link:hover{
	color:#fff;
}
.header-link::before{
	content: "";
	position: absolute;
	width: 0%;
	left:-5%;
	bottom: -10%;
	height: 1px;
	background: #fff;
	transition: all 300ms;
}
.header-link::after{
	content: "";
	position: absolute;
	right: -5%;
	bottom: -10%;
	width: 0%;
	height: 1px;
	background: #fff;
	transition: all 300ms;
}
.header-link:hover::before{
	width: 60%;
}
.header-link:hover::after{
	width: 60%;
}
.social-media-link{
	transition: all 300ms;
}
.social-media-link:hover{
	color:#fff;
	transform: rotateZ(15deg);
}
.logo-img{
	margin-right: 10px;
	transition: all 300ms;
}
.navbar-brand{
	transition: all 300ms;
}
.navbar-brand:hover .logo-img{
	transform: translateY(-10%);
}
.link-main{
	height: 60px;
	bottom: 0;
	background: #081a73;
}
.form-activater:hover{
	cursor:pointer;
}
.form-input{
	padding: 15px;
	display: none;
	height: 38px;
	background: transparent;
	border:solid 1px #fff;
	border-radius: 20px;
	color: #fff;
}
.form-input::placeholder{
	color: #fff;
	font-size: 14px;
}
.activater-icon{
	position: absolute;
	right: 10%;
}
.adverstising-banner{
	width: 100%;
	height: 90px;
	position: absolute;
	bottom: 15%;
	text-align: center;
}
.adverstising-container{
	position: relative;
}
header{
	z-index: 999;
}
/**/
.active-crypto_title-wrapper{
	text-align: center;
	margin-bottom: 95px;
}
.active-crypto_title{
	display: inline-block;
	position: relative;
	font-size: 28px;
	font-weight: bold;
	color: #000;
	text-transform: capitalize;
}
.active-crypto_title::before{
	content: "";
	position: absolute;
	width: 15%;
	height: 4px;
	bottom: -20px;
	background: #009fe3;
	left: 43.5%;
}
.active-crypto-filter_wrapper{
	margin-bottom: 70px;
}
.active-crypto-filter_switch{
	padding: 15px 30px;
	background:#edf0f5;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 5;
	align-items: center;
}
.active-crypto-filter_name{
	font-size: 20px;
	font-weight: bold;
	margin:0px;
}
.filter-wrapper_activater-arrow{
	width: 3%;
	text-align: center;
}
/*style radio*/
.radio-custom{
	margin-right: 10px;
}
.checkbox,
.radio {
	display: none;
}
.checkbox-custom,
.radio-custom {
	width: 15px;
	height: 15px;
	border: 2px solid #ccc;
	position: relative;
}
.checkbox-custom,
.radio-custom,
.label {
	display: inline-block;
	vertical-align: middle;
}
.checkbox:checked + .checkbox-custom::before,
.radio:checked + .radio-custom::before {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background: #009fe3;
}
.radio-custom,
.radio:checked + .radio-custom::before {}
/*style radio*/
.active-crypto-form_label{
	margin-right: 50px;
	margin-bottom: 0px;
}
.filter-wrapper_activater-arrow{
	transition: all 300ms;
}
.filter_activater-arrow::selection{
	background: transparent;
}
.active-crypto-form-sort-title{
	margin-right: 105px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
.active-crypto-form-required-title{
	font-size: 16px;
	margin-right: 42px;
	margin-bottom: 5px;
	font-weight: bold;
}
.active-crypto-form-sort_wrapper{
	display: flex;
}
.enabled-arrow{
	transition: all 300ms;
	transform: rotateX(180deg);
}
.filter_hr{
	margin:30px 0px;
}
/**/
.active-crypto-filter_info{
	transition: all 300ms;
	border:solid 1px #edf0f5;
	padding: 35px 30px 40px 35px;
	animation: filt-wrap 500ms;
}
@keyframes filt-wrap{
	0%{
		transform: translateY(-100%);
		opacity: 0;
	}
	100%{
		opacity: 1;
		transform: translateY(0%);
	}
}
.active-crypto-filter_info{
	transition: all 300ms;
}
.disabled-crypto-filter_info{
	position: relative;
	transition: all 300ms;
	animation: filter-info 300ms;
	animation-fill-mode: both;
	z-index: 1;
}
@keyframes filter-info {
	0% {
		opacity: 1;
		transform: translateY(0%);
	}
	100% {
		opacity: 0;
		transform: translateY(-100%);
	}
}
.filter-wrapper-for-btn{
	margin-top: 35px;
}
.filter-wrapper_btn{
	border:none;
	text-transform: uppercase;
	background: #009fe3;
	border-radius: 50px;
	color:#fff;
	font-weight: 600;
	padding: 20px 50px;
	font-size: 16px;
}
.filter-wrapper_btn:hover{
	cursor:pointer;
}
/*active-content*/
.active-crypto-content-box{
	position: relative;
	padding:30px 20px;
	background: #edf0f5;
	border-radius: 5px;
	margin-bottom: 30px;
}
.active-crypto-content-boximg{
	height: 155px;
	position: relative;
	border-radius: 5px;
	margin-bottom: 25px;
	background: #fff;
}
.active-crypto-content-boximg img{
	width: 100%;
	height: 100%;
	border-radius: 5px;
	object-fit: contain;
}
.active-crypto-content-ratingcase{
	position: absolute;
	padding: 3px;
	width: 80px;
	height: 40px;
	bottom: 0;
	right: 0;
	border-radius: 5px 0px 5px 0px;
	background:rgba(76,188,235, .7);
}
.active-crypto-content-title{
	margin-bottom: 20px;
	font-weight: bold;
}
.active-crypto-content-title a{
	color:#000;
}
.active-crypto-content-txt{
	font-size: 12px;
	color:#fff;
	margin:0px;
	text-align: center;
}
.active-crypto-content-txt:last-child{
	font-weight: bold;
}
.active-crypto-content-boxprice{
	display: flex;
	align-items: center;
	margin-bottom: 9px;
}
.active-crypto-content-boxtimeleft{
	display: flex;
	align-items: center;
}
.active-crypto-content-boxtimeleft img, .active-crypto-content-boxprice img{
	margin-right: 10px;
}
.active-crypto-content-exclusive{
	position: absolute;
	top: -5px;
	left: -7px;
	z-index: 10;
}
.activate-crypto-pag-items{
	display: flex;
	align-items: center;
	margin:0px;
	padding: 0px;
	justify-content: flex-end;
}
.activate-crypto-pag-link{
	margin:0 15px;
	color:#000;
	transition: all 300ms;
}
.activate-crypto-pag-link:hover{

}
.active-pag-link_activated{
	display: block;
	color: #fff;
	width: 30px;
	height: 30px;
	padding: 3px;
	border-radius: 20px;
	background: #009fe3;
	text-align: center;
	margin: 0 5px;
	border:solid 1px #fff;
	transition: all 300ms;
}
.active-pag-link_activated:hover{
	border:solid 1px #009fe3;
	background: transparent;
	color:#009fe3;
}
.active-crypto-past{
	background: #edf0f5;
}
.content-past-box{
	background: #fff;
	box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.05);
	margin-bottom:50px;
}
.active-crypto-past-btn{
	margin:0 auto;
	color:#fff;
	width: 250px;
	height: 65px;
	background: #009fe3;
	text-align: center;
	padding: 20px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 40px;
}
.active-crypto-past-btn:hover{
	color:#fff;
}
.planning-btn{
	border: none;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	padding: 18px 20px;
	text-align: center;
	color: #0a208d;
	font-weight: bold;
	text-transform: uppercase;
	background: #fff;
	display: block;
	margin: 30px auto 0;
	width: 260px;
	font-size: 16px;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
	cursor: pointer;
}
.footer{
	background: #161d25;
	padding: 120px 0px;
}
.f-title{
	position:relative;
	margin-bottom: 60px;
	font-size: 22px;
}
.f-title::before{
	content: "";
	position: absolute;
	bottom: -15px;
	height: 3px;
	width: 33%;
	background: #fff;
}
.footer-items{
	margin-bottom: 20px;
}
.footer-items li{
	margin-bottom: 20px;
}
.f-email{
	padding: 5px 30px;
	border:solid 1px #fff;
	border-radius: 40px;
	height: 60px;
	font-weight: lighter;
}
.f-email::placeholder{
	opacity: .4;
}
.f-form-email-wrapper i{
	position: absolute;
	right: 30px;
	font-size: 20px;
	color:#fff;
}
.f-btn{
	margin:30px auto 30px 0;
}
.footer-items > li > a{
	display: flex;
	align-items: center;
}
.footer-items > li > div{
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	text-align: center;
	margin-right: 10px;
}
.footer-items > li > div > i{
	color:#fff;
}
.footer-items > li{
	display: flex;
	align-items: center;
}
.copyright{
	background: #1d2631;
	padding: 38px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.copyright-item{
	margin:0px 15px;
}
.copyright-items{
	margin:0px;
	display: flex;
	align-items: center;
	font-weight: 600;
}
.copyright-link{
	color:#fff;
}
.planning-title-page {
	width: 430px;
	margin:0 auto 60px;
	position: relative;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	text-transform: capitalize;
}
.planning-title-page::before{
	content: "";
	position: absolute;
	width:30%;
	background: #fff;
	height: 4px;
	bottom: -15px;
	left: 35%;
}
.active-crypto-content-boxprice, .active-crypto-content-boxtimeleft{
	color:#555865;
}
.main-page{
	position: relative;
}
.mobile-logotype{
	display: none;
}
.nav{
	padding: 5px 0px;
	align-items: center;
}
.header-wrapper-mobile{
	display: none;
}
.logo-wrapper-link .logo-head{
	font-size: 22px;
}
@media screen and (max-width: 992px){
	.footer-form-wrapper i{
		right: 10%;
	}
	.planning-btn{
		width: 200px;
		font-size: 14px;
	}
	.footer{
		padding: 60px 0px 40px 0px;
	}
	.endless_more{
		width: 200px;
		padding: 22px;
		font-size: 14px;
	}
	.copyright{
		padding: 30px 0px;
	}
	.main-page{
		background-position: -240px 30px;
	}
	.f-btn{
		margin: 30px auto 0px auto;
	}
	.adverstising-banner{
		display: none;
	}
	.active-crypto-form-sort_wrapper {
		flex-direction: column;
	}
	.title-page{
		width: 70%;
		margin: 0 auto 50px;
	}
	.subtitle-page{
		width: 80%;
		font-size: 16px;
	}
	.copyright-items{
		flex-direction: column;
	}
	.planning-title-page{
		width: 100%;
		margin:0 auto 50px;
	}
	h1{
		font-size: 22px;
		margin-bottom: 30px;
	}
	.link-main{
		padding: 20px 0px;
		display: flex;
		flex-direction: column;
		height: auto;
	}
	.link-main > a{
		font-size: 16px;
	}
	.mobile-logotype{
		display: block;
		margin:0 auto 0 0;
	}
	.mobile-logotype > a{
		display: flex;
		align-items: center;
	}
	.nav-wrapper{
		padding: 0px 5px 0px 0px;
	}
	.navbar-toggler-icon{
		display: block;
		width: 100%;
		font-size: 30px;
		height: 100%;
	}
	.main-page button{
		margin-left: auto;
	}
	.red-btn a{
		padding: 5px 25px;
		font-size: 14px;
	}
	.main-page button{
		margin:0 auto;
	}
	.mob-link-page{
		flex-direction: column;
	}
	.mob-link-page > .nav-items{
		flex-direction: column;
	}
	.social-media-wrapper{
		width: 100%;
	}
	.bitok{
		transform: none;
	}
	.logo-wrapper{
		margin:0 auto 0 0;
	}
	.mobile-reverse{
		background: #01b2fd;
	}
	/**/
	.nav-items{
		order:1;
		flex-direction: column;
		text-align: center;
		padding-bottom: 40px;
		border-bottom: solid 1px #fff;
		margin-bottom: 40px;
	}
	.logo-wrapper{
		order:0;
	}
	.social-media-wrapper{
		order:3;
	}
	.nav{
		flex-direction: column;
		justify-content: center;
		transition: all 300ms;
	}
	.header-wrapper-mobile{
		padding: 1px 0px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		color:#fff;
		font-size: 30px;
		padding: 0px 5px 0px 0px;
	}
	.logo-wrapper > .navbar-brand{
		padding: 0px;
		margin:0px;
		display: flex;
		align-items: center;
	}
	.navbar-brand-logo-svg{
		display: block;
		height: 100%;
		width: 17%;
		margin-right: 7px;
	}
	.logo-head{
		text-transform: capitalize !important;
	}
	.logo-head > span{
		text-transform: capitalize;
	}
	.logo-nav-mobile{
		display: none;
		margin:0px auto 40px auto;
	}
	.test2{
		position: fixed;
	}
	.social-media-link{
		margin:0 10px;
	}
	#show {}
	.navigation {
		position: fixed;
		width: 76%;
		height: 95%;
		top: 0;
		overflow-y: auto;
		overflow-x: hidden;
		opacity: 0;
		visibility: hidden;
		z-index: 99;
		transition-delay: 300ms;
		right: 0;
	}
	.navigation.active {
		opacity: 1;
		visibility: visible;
		transition-delay: 0s;
	}
	.navigation.active .navigation__inner {
		padding: 80px 15px 80px 30px;
		background-color: #01b2fd;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		transition: background-color 0s linear 599ms, -webkit-transform 300ms linear;
		transition: transform 200ms linear, background-color 0s linear 599ms;
		transition: transform 200ms linear, background-color 0s linear 599ms, -webkit-transform 300ms linear;
	}
	.navigation.active .navigation__inner:after {
		width: 300%;
		border-radius: 50%;
		-webkit-animation: elastic 150ms ease 200.5ms both;
		animation: elastic 150ms ease 200.5ms both;
	}

	.navigation__inner {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		overflow: hidden;
		z-index: 999999;
		-webkit-transform: translate(100%, 0);
		transform: translate(100%, 0);
		transition: background-color 0s linear 150ms, -webkit-transform 150ms linear;
		transition: transform 150ms linear, background-color 0s linear 150ms;
		transition: transform 150ms linear, background-color 0s linear 150ms, -webkit-transform 200ms linear;
	}
	.navigation__inner:after {
		content: '';
		position: absolute;
		width: 0;
		height: 100%;
		top: 0;
		left: 0;
		background-color: #01b2fd;
		border-radius: 50%;
		z-index: -1;
		transition: all 150ms linear;
	}

	@-webkit-keyframes elastic {
		0% {
			border-radius: 50%;
		}
		45% {
			border-radius: 0;
		}
		65% {
			/*border-top-left-radius: 40px 50%;*/
			/*border-bottom-left-radius: 40px 50%;*/
		}
		80% {
			border-radius: 0;
		}
		90% {
			/*border-top-right-radius: 20px 50%;*/
			/*border-bottom-right-radius: 20px 50%;*/
		}
		100% {
			border-radius: 0;
		}
	}

	@keyframes elastic {
		0% {
			border-radius: 50%;
		}
		45% {
			border-radius: 0;
		}
		65% {
			/*border-top-left-radius: 40px 50%;*/
			/*border-bottom-left-radius: 40px 50%;*/
		}
		80% {
			border-radius: 0;
		}
		90% {
		/*border-top-right-radius: 20px 50%;
		border-bottom-right-radius: 20px 50%;*/
	}
	100% {
		border-radius: 0;
	}
}
#show{
	left: 7%;
}
.mobile-background{
	display: none;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
}
.header-transparent{
	background:transparent;
}
.no-scroll{
	overflow: hidden;
}
.subscribe-page{
	padding: 60px 0px;
}
.title-page::before {
	content: "";
	position: absolute;
	width: 26%;
	background: #009fe3;
	height: 4px;
	bottom: -15px;
	left: 38%;
}
.subscribe-btn{
	padding: 20px 60px;
}
.active-crypto{
	padding: 60px 0px;
}
.active-crypto_title{
	font-size: 20px;
	width: 80%;
}
.active-crypto-content-exclusive {
	position: absolute;
	top: -5px;
	left:auto;
	transform: rotateZ(90deg);
	right: -6px;
	z-index: 10;
}
.active-crypto-content-box{
	display: flex;
	min-height: 155px;
}
.active-crypto-content-boximg {
	width: 80px;
	margin: 0px 20px 0px 0px;
	height: 80px;
	position: relative;
	border-radius: 5px;
	margin-bottom: 25px;
}
.active-crypto-content-box{
	padding: 20px 20px;
}
.active-crypto-content-ratingcase {
	position: static;
	padding: 10px 0px;
	height: auto;
	border-radius: none;
	background: none;
}
.active-crypto-content-txt{
	color:#000;
	font-weight: 500;
}
.active-crypto-content-txt:nth-child(2){
	color:#009fe3;
}
.active-crypto-content-title{
	margin-bottom: 20px;
	min-height: 40px;
	line-height: 20px;
}
.active-crypto-content-title {
	margin-bottom: 10px;
}
.active-crypto-content-boxprice{
	align-items: start;
	font-size: 14px;
	min-height: 35px;
	font-weight: 500;
}
.active-crypto-content-boxtimeleft{
	font-size: 14px;
	font-weight: 500;
}
.activate-crypto-pag-items {
	justify-content: start;
}
.active-crypto-past{
	padding: 60px 0px;
}
.planning {
	padding: 60px 0;
}
.planning-title-page{
	font-size: 24px;
}
.subtitle-planning{
	font-weight: 500;
	font-size: 14px;
}
.footer-items > li{
	justify-content: center;
}
.f-title::before{
	left: 33%;
}
.footer-social-media > li{
	justify-content: center;
}
}
/**/
.footer-social-media > li > span{
	color:#fff;
}
.main-subtitle{
	text-transform: uppercase;
	font-size: 28px;
	margin-bottom: 46px;
}
.f-wrapper-social{
	width: 110px;
	display: flex;
	padding-left: 25px;
	position: relative;
	align-items: center;
}
.f-special-icon{
	position: absolute;
	left: 0;
}

/*teststyles*/
.red-page{
	height: 60px;
	display: flex;
}
.main-title{
	height: 94vh;
}
.subscribe-input{
	display: inline-block;
	margin:0;
	padding: 20px 30px;
}
.f-form-email-wrapper{
	margin-bottom: 30px;
}
.subscribe-form-wrapper{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.f-form-email-wrapper{
	position: relative;
}
.f-form-email-wrapper i{
	color:#b0b4c4;
	top: 24px;
}
.captcha{
	margin:0px;
}
.owl-item-box_shadow{
	box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.05);
}
.footer-form-wrapper{
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 30px;
}
.footer-email{
	display: inline-block;
	margin: 0;
	padding: 20px 30px;
	border: 2px solid #fff;
	border-radius: 30px;
	opacity: 0.5;
	width: 380px;
}
.footer-form-wrapper i{
	position: absolute;
	font-size: 22px;
	color: #fff;
	right: 35px;
}
.f-vip > span{
	padding: 0px;
}
.tabs-joinairdrop-box{
	width: 205px;
}
.tabs-joinairdrop{
	display: block;
	transition: all 300ms;
	padding: 15px 20px;
	border-radius: 10px;
	color:#fff;
	font-weight: 500;
	font-size: 14px;
	border:solid 2px #f26065;
	text-transform: uppercase;
	background: #f26065;
	margin-bottom: 45px;
}
.tabs-joinairdrop > i{
	margin-left: 5px;
}
.tabs-joinairdrop:hover{
	background:#fff;
	color:#f26065;
	border:solid 2px #f26065;
}
.tabs-second-title{
	font-weight: bold;
	margin-bottom: 25px;
}
.tabs-video{
	margin-bottom: 40px;
}
@media screen and (max-width: 992px){
	.tabs-second-title{
		font-size: 14px;
	}
	.rating-block-right{
		box-shadow:none;
		padding: 40px 0px 0px 0px;
	}
	.rating-block-left{
		background: #fafbfc;
	}
	.rating-exclusive{
		position: absolute;
		top: -5px;
		left: -6px;
		transform: rotateZ(0deg);
		right: 0;
		z-index: 0;
	}
	.rating ul.nav{
		justify-content: left;
	}
	.blue-block-rate{
		padding:7px;
		margin-bottom: 30px;
	}
	.link-review{
		text-align: center;
		padding: 0px;
		font-size: 15px;
		margin:10px 40px;
	}
	.order-2{
		padding: 0px;
		}.rating-block-left {
			padding: 25px 15px;
			position: relative;
			border-radius: 0px;
			box-shadow:none;
			margin-bottom: 0px;
		}
		.rating{
			padding: 0px;
		}
		.img-rating{
			overflow: initial;
			position: relative;
		}
		.img-rating > img{
			height: 90%;
		}
	}
	/*test style adaptive*/
	@media screen and (max-width: 992px){
		.red-page{
			height: 60px;
		}
		.active-crypto-filter_info{
			padding: 30px 20px;
		}
		.active-crypto-filter_swith{
			padding: 15px 30px 15px 20px;
		}
		.active-crypto_title{
			font-size: 20px;
			line-height: 30px;
			width: 90%;
		}
		.active-crypto-filter_title{
			display: none;
		}
		.active-crypto-filter_wrapper{
			margin-bottom: 30px;
		}
		.prom-carousel {
			flex-direction: column;
		}
		.prom-carousel > img{
			margin:10px 0px;
		}
		.main-title{
			height: 90vh;
		}
		.logo-wrapper-link .logo-head{
			font-size: 15px;
		}
		.header-link{
			margin:7px 30px;
		}
		.captcha{
			width: 100%;
		}
		.owl-stage-outer {
			margin-bottom: 30px;
		}
		.f-vip span{
			padding-left: 25px;
		}
		.copyright-item{
			margin: 7px 15px;
		}
		.prom-carousel{
			align-items: center;
			justify-content: center;
		}
		.prom-wrapper-item{
			margin:0px 0px 15px 0px;
		}
		.prom-wrapper{
			padding: 60px 0px;
		}
		.active-crypto_title-wrapper{
			margin-bottom: 45px;
		}
		.active-crypto-form_label{
			margin: 5px 0px;
		}
		.title-page{
			margin:0 auto 35px;
		}
		.content-past-box{
			margin-bottom: 30px;
		}
		.active-crypto-filter_info{
			padding: 35px 30px 40px 30px;
		}
	}
	@media screen and (min-width: 374px) and (max-width: 992px){
		.active-crypto-content-box {
			padding: 30px 20px;
		}
		.social-media-wrapper{
			justify-content: center;
			margin: 0px 10px 0px 0px;
		}
		.form-wrapper {
			margin-left: 5px;
		}
	}
	@media screen and (min-width:414px) and (max-width: 992px){
		.form-wrapper {
			margin-left: 15px;
		}
	}
	@media screen and (min-width:519px) and (max-width: 992px){
		.f-title{
			font-size: 18px;
			width: 100%;
			text-align: center;
		}
		.footer-email{
			width: 100%;
		}
	}
	@media screen and (min-width:992px) and (max-width: 1023px){
		.logo-wrapper{
			display: block;
		}
		.prom-wrapper-item{
			margin:0px 5px;
		}
		.active-crypto-form-sort_wrapper {
			flex-direction: column;
		}
		.footer-email{
			width: 100%;
		}
		.copyright-item{
			margin:0 5px;
		}
		.social-media-wrapper{
			width: auto;
			order:2;
		}
		.form-wrapper{
			display: none;
		}
		.logo-wrapper{
			order:3;
		}
		.header-link{
			margin:0 20px;
		}
		.nav{
			padding: 10px 0px;
		}
		.adverstising-banner{
			display: none;
		}
	}
	@media screen and (min-width:992px) and (max-width: 1200px){
		.logo-wrapper{
			display: block;
		}
		.active-crypto-form-sort_wrapper {
			flex-direction: column;
		}
		.footer-email{
			width: 100%;
		}
		.copyright-item{
			margin:0 5px;
		}
		.social-media-wrapper{
			width: auto;
			order:3;
		}
		.form-wrapper{
			display: none;
		}
		.logo-wrapper{
			order:3;
		}
		.header-link{
			margin:0 10px;
		}
		.nav{
			padding: 10px 0px;
		}
		.adverstising-banner{
			display: none;
		}
	}
	@media screen and (min-width:992px) and (max-width:1024px){
		.red-page{
			height: 60px;
		}
	}
	@media screen and (min-width: 599px) and (max-width: 768px){
		.captcha{
			width: 380px;
		}
	}
	.prom-carousel{
		display: flex;
		justify-content: space-between;
	}
	/*update style 6.11.2018*/
	.prom-wrapper-item{
		display: block;
		width: 273px;
		position: relative;
		min-height: 204px;
		height: 204px;
		max-height: 204px;
		border-radius: 10px;
		margin:0 auto;
	}
	.prom-wrapper-item > img{
		width: 100%;
		object-fit: cover;
		height: 100%;
		border-radius: 10px;
	}
	.prom-wrapper-details{
		width: 100%;
		word-break:break-word;
		padding: 10px;
		position: absolute;
		bottom: 0;
		left: 0;
		background: rgba(0,0,0,.4);
		color:#fff;
		border-radius: 0px 0px 10px 10px;
	}
	.prom-wrapper-title{
		font-size: 16px;
		font-weight: bold;
		margin:0px;
	}
	.prom-wrapper-info{
		font-size: 12px;
		margin:0px;
	}
	.tabs-title{
		font-weight: bold;
		font-size: 20px;
		margin-bottom: 15px;
	}
	@media screen (min-width: 320px) and (max-width: 565px){
		.f-form-email-wrapper{
			width: 100%;
		}
	}
	/*home-page*/
	.header-home{
		position: relative;
	}
	.prom-wrapper-home{
		padding: 60px 0px;
	}
	.active-crypto-home{
		padding: 60px 0px;
	}
	.active-crypto-past-home{
		padding: 60px 0px;
	}
	.planning-home{
		padding: 60px 0px;
	}
	.active-crypto-filter_title{
		margin:0px;
		font-size: 16px;
		color:#555865;
	}

	@media screen and (min-width:767px) and (max-width: 992px){
		.active-crypto-content-boximg > a{
			display: flex;
			align-items: center;
			justify-content: center;
			flex-direction: column;
			/*height: 100%;*/
		}
		.active-crypto-content-boximg img{
			height: 90%;
		}
	}
	.active-crypto_title-wrapper-home{
		margin-bottom: 65px;
	}
	.prom-carousel{
		touch-action:none;
	}
	.subscribe-input::placeholder{
		opacity: .5;
	}
	.subscribe-input{
		opacity: 1;
		color: black;
	}
	@media screen and (min-width: 992px) and (max-width: 1200px){
		.active-crypto-content-title{
			font-size: 15px;
		}
		.active-crypto-content-boxprice{
			display: block;
			overflow: hidden;
			height: 25px;
		}
	}
	.red-title-mobile{
		display: none;
	}
	@media screen and (max-width: 767px){
		.red-title{
			display: none;
		}
		.red-logo{
			display: none;
		}
		.red-title-mobile{
			display: block;
			height: 20px;
			overflow: hidden;
			word-break: break-all;
			text-align: left;
			width: 40%;
		}
	}
	/*premium page*/
/*.premium-homepage{
	padding: 140px 0px 70px 0px;
}
.premium-wrapper-addon{
	width: 435px;
	margin-left: auto;
	position: relative;
	box-shadow: 0px 1px 4.95px 0.05px rgba(0, 0, 0, 0.1);
	padding: 70px 30px;
}
.premium-wrapper-box{
	margin:0 auto;
	width: 315px;
	height: 195px;
	padding: 20px 78px;
	border:solid 1px lightgrey;
	border-radius: 5px;
	margin-bottom: 40px;
}
.premium-wrapper-box > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}
.premium-addon-title{
	text-align: center;
	text-transform: uppercase;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
}
.premium-addon-socialmedia{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 45px;
}
.premium-addon-socialmedia-item{
	margin:0px 5px;
}
.premium-addon-info{
	text-align: center;
	margin-bottom: 40px;
}
.premium-addon-result{
	padding: 20px 10px;
	width: 370px;
	margin:0 auto 40px auto;
	background: #009fe3;
	border-radius: 5px;
	text-align: center;
	line-height: 25px;
}
.premium-addon-result-title{
	color:#fff;
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 5px;

}
.premium-addon-result-info{
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 15px;
	color:#fff;
}
.premium-addon-result-txt{
	font-size: 30px;
	margin:0px;
	font-weight:bold;
	color:#fff;
}
.premium-addon-details-title{
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}
.premium-addon-details-items{
	margin:0 auto;
	max-width: 300px;
}
.premium-addon-details-item{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.premium-addon-details-item > span{
	width: 20%;
}
.premium-addon-details-link{
	margin-top: 25px;
	display: block;
	text-decoration: underline;
	font-weight: 500;
}
/**/
/*.premium-wrapper-item{
	padding: 75px 50px;
	box-shadow: 0px 1px 4.95px 0.05px rgba(0, 0, 0, 0.1);
}
.premium-item-title{
	font-size: 24px;
	margin-bottom: 85px;
}
.premium-item-title > span{
	font-weight: bold;
}
.premium-item-banner{
	margin-bottom: 30px;
}
.premium-box-items{
	display: flex;
}
.premium-box-link{
	font-size: 16px;
	color: #7e8089;
	padding: 10px;
	transition: all 300ms;
}
.premium-box-link_active{
	font-weight: bold;
	color:#000;
	border-bottom: solid 3px #009fe3;
}
tabs
.tab {
	position: relative;
	overflow: hidden;
}

.tabs {
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%;
}
.tabs li {
	min-width: 150px;
	height: 39px;
	overflow: hidden;
	padding: 0;
	position: relative;
	border-bottom: 1px solid lightgrey;
}
.tabs a {
	color: #888;
	font-weight: 500;
	display: block;
	letter-spacing: 0;
	outline: none;
	padding: 0 20px;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.tabs_item {
	display: none;
	padding: 30px 0;
}
.tabs_item h4 {
	font-weight: bold;
	color: blue;
	font-size: 20px;
}
.tabs_item img {
	width: 200px;
	float: left;
	margin-right: 30px;
}
.tabs_item:first-child {
	display: block;
}
.tabs li.current{
	display: flex;
	border-bottom:none;
	height: 40px;
	border-bottom: 3px solid #009fe3;
}
.current a {
	font-weight: bold;
	color: #000;
}
tabs
.tabs-social-box{
	display: flex;
	margin-bottom: 45px;
}
.tabs-social-title{
	color:#555865;
	font-size: 14px;
	margin:0px 35px 0px 0px;
}
.tabs-social-items{
	display: flex;
	margin:0px;
}
.tabs-social-item{
	margin:0 8px;
}
.tabs-social-link{
	color:#555865;
}
.tabs-instruction{
	padding: 0px 16px;
	margin-bottom: 30px;
}
.tabs-instruction > li {
	font-size: 14px;
	color:#555865;
	margin:10px 0px;
}
.tabs-instruction > li > a:hover {
	text-decoration: underline;
}
.tabs-instruction_add > a:hover{
	text-decoration: underline;
}
/*cookie*/
#CookielawBanner{
	background: #081a73;
	position: fixed;
	bottom: 0;
	z-index: 999;
	width: 100%;
	height: 55px;
}
.cookie-wrapper{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3px 50px;
	color:#fff;
}
.cookie-wrapper > p{
	font-size: 14px;
	margin:0px 50px;
}
.cookie-box_links{
	display: flex;
	align-items: center;
	justify-content: center;
}
.cookie-btn{
	min-width: 100px;
	border-radius: 50px;
	max-width: 200px;
	margin:0px 20px 0px 0px;
	font-weight: 600;
	padding: 10px 40px;
}
.cookie-btn:hover{
	background:#fff;
	color: #081a73;
}
.cookie-wrapper > div > a:last-child{
	padding:10px 23px;
}
@media screen and (min-width: 1200px) and (max-width: 1230px){
	#CookielawBanner{
		height: 90px;
	}
}
@media screen and (max-width: 1200px){
	#CookielawBanner{
		width: 100%;
		height: 140px;
		z-index: 1;
		bottom: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.cookie-wrapper{
		flex-direction: column;
		padding:0px 0px;
	}
	.cookie-wrapper > p{
		margin:5px 0px;
		text-align: center;
		font-size: 12px;
	}
	.cookie-box_links{
		display: flex;
	}
	.cookie-box_links > a{
		font-size: 12px;
		min-width: auto;
		display: flex;
		align-items: center;
		justify-content: center;
		margin:0px 5px;
		padding: 10px;
	}
	.cookie-wrapper > div > a:last-child {
		padding: 10px 40px;
	}
}
@media screen (max-width: 767px){
	.tabs-video{
		width: 100%;
		height: 150px;
	}
	.recomend-item{
		width: 100%;
	}
}
/**/
.red-logo{
	display: none;
}
/*blog*/
.blog-wrapper{
	margin:65px 0px;
}

.blog-wrapper_title{
	font-size: 30px;
	margin-bottom: 30px;
	text-align: center;
	font-weight: bold;
	color: #646464;
	text-transform: capitalize;
}
.blog-category_items{
	margin:0 auto;
	display: flex;
	justify-content: center;
	margin-bottom: 65px;
	width: 70%;
}
.blog-category_item{
	height: 56px;
}
.blog-category_link{
	padding: 15px 25px;
	display: block;
	color: #646464;
	height: 55px;
	border-bottom: solid 1px #e6e6e6;
}
.blog-category_link:hover{
	height: 56px;
	color: #009fe3;
	border-bottom: solid 3px #009fe3;
}
.blog-category_link-active{
	color: #000;
	height: 56px;
	font-weight: bold;
	border-bottom: solid 3px #009fe3;
}
.blog-item_box-img{
	width: 100%;
	height: 220px;
	border-radius: 10px 10px 0px 0px;
}
.blog-item_box-img > img{
	border-radius: 10px 10px 0px 0px;
	width: 100%;
	height: 100%;
	/*object-fit: cover;*/
}
.blog-item_box-info{
	background: #edf0f5;
	/*height: 325px;*/
	padding: 30px;
	border-radius: 0px 0px 10px 10px;
}
.blog-item_box-tags{
	margin-bottom: 30px;
}
.blog-item_box_tags-items{
	display: flex;
	margin-bottom: 0px;
}
.blog-item_box_tags-item{
	margin:0 2.5px;
}
.blog-item_box_tags-link{
	font-size: 13px;
	display: block;
	line-height: 1;
	padding: 5px 7px;
	border:solid 1px;
	border-radius: 5px;
	transition: all 300ms;
}
.blog-item_box_tags-link:hover{
	border:solid 1px #009FE3;
	background: #009FE3;
	color: #fff;
}
.blog-item_title{
	width: 100%;
	font-size: 28px;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 30px;
	max-height: 28px;
	overflow:hidden;
}
.blog-item_data{
	font-size: 12px;
	text-transform: uppercase;
	color: #969696;
	margin-bottom: 25px;
}
.blog-item_info{
	font-size: 16px;
	min-height: 120px;
	max-height: 120px;
	overflow: hidden;
	line-height: 20px;
	margin-bottom: 40px;
}
.blog-item_detail-link{
	display: flex;
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 1;
	align-items: center;
}
.blog-item_detail-link > i {
	margin-left: 5px;
}
.blog-wrapper_item{
	height: 600px;
	margin:0 auto;
	width: 93%;
	overflow: hidden;
	line-height: 1;
	margin-bottom: 40px;
}
@media screen and (max-width: 992px){
	div.cookie-wrapper > p{
		margin: 0px;
	}
	.blog-item_box-img{
		height: 100%;
	}
	div.cookie-wrapper > span.cookie-wrapper{
		padding: 5px;
	}
	.blog-category_items{
		margin: 0 auto 0 0;
		width: 100%;
		flex-direction: column;
		margin-bottom: 30px;
	}
	.blog-item_box-img > img{
		border-radius: 0px;
		object-position: left top;
	}
	.blog-item_box-info{
		padding: 15px;
	}
	.blog-item_box_tags-items{
		flex-wrap: wrap;
	}
	.blog-item_box_tags-item{
		margin: 2.5px;
	}
	.blog-item_box-tags{
		margin-bottom: 15px;
	}
	.blog-item_title{
		font-size: 18px;
		max-height: 100%;
		margin-bottom: 10px;
	}
	.blog-item_data{
		margin-bottom: 10px;
	}
	.blog-item_info{
		font-size: 14px;
		max-height: 100%;
		margin-bottom: 10px;
	}
	.blog-wrapper_item{
		height: auto;
		margin-bottom: 30px;
	}
	.blog-item_box-info{
		border-radius: 0px;
	}
	p.blog-category-name{
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-weight: bold;
		font-size: 18px;
		padding: 10px 15px;
		background: #009FE3;
		color: #fff;
		margin-bottom: 25px;
	}
	.blog-category_items{
		display: none;
		border: solid 1px #009FE3;
	}
	.blog-category-name > i{
		transition: all 300ms;
	}
	.arrow-top{
		transform: rotateX(180deg);
	}
}
@media screen and (min-width: 1200px) and (max-width: 1200px){

}
@media screen and (min-width: 992px) and (max-width: 1375px){
	.blog-category_items{
		width: 100%;
	}
	.blog-item_box-info{
		padding: 20px;
	}
	.blog-item_box_tags-items{
		flex-wrap: wrap;
	}
	.blog-item_box_tags-item{
		margin: 2.5px 2.5px;
	}
	.blog-item_box-tags{
		margin-bottom: 15px;
	}
	.blog-item_title{
		margin-bottom: 15px;
		max-height: 100%;
	}
	.blog-item_data{
		margin-bottom: 15px;
	}
	.blog-item_info{
		max-height: 100%;
		font-size: 14px;
		margin-bottom: 20px;
	}
	.blog-item_box-img > img{
		object-position: left top;
	}
}
.blog-category-name{
	display: none;
}
.cookie-btn{
	text-transform: uppercase;
	padding: 10px 25px;
	max-width: 250px;
}
.cookie-wrapper > p,span{
	font-weight: 500;
}
.cookie-wrapper > span{
	display: flex;
	flex-direction: row;
}
.cookie-wrapper > span > a{
	text-decoration: underline;
	font-size: 12px;
	margin:0 2.5px;
	display: block;
	color: #fff;
}
.cookie-wrapper > span > a:hover{
	color: #009FE3;
}
.cookie-wrapper > span{
	margin-bottom: 10px;
}
span.cookie-wrapper{
	padding: 15px 15px 15px 0px;
	margin-bottom: 0px;
}
.cookie-wrapper > p {
	margin:0px 0px 0px 50px;
}
@media screen and (min-width: 1200px) and (max-width: 1375px){
	div.cookie-wrapper > p{
		margin: 0px;
	}
	span.cookie-wrapper{
		padding: 0px 10px 0px 0px;
	}
}
/**/
@media screen and (min-width: 767px){
	.mobile-case-wrapper{
		min-height: 125px;
		overflow:hidden;
	}
}
/**/
.form-launch_wrapper{
	margin: 70px 0px;
	padding: 22px 0px;
	background: #fff;
	min-height: 300px;
}
/*tabs ***/
.tab {
	position: relative;
	overflow: hidden;
}

.tabs {
	display: flex;
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%;
}
.tabs.active{
	border-bottom: solid 2px #d8d8d8;
	padding: 0px 0px 10px 11px;
}
.tabs li {
	overflow: hidden;
	padding: 0;
	position: relative;
}
.tabs a {
	padding-bottom: 15px;
	border-bottom: 1px solid #fff;
	color: #888;
	font-weight: 500;
	display: block;
	letter-spacing: 0;
	outline: none;
	margin: 0 15px;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.tabs_item {
	display: none;
	padding: 33px 20px;
}
.tabs_item h4 {
	font-weight: bold;
	color: blue;
	font-size: 20px;
}
.tabs_item:first-child {
	display: block;
}

.current a {
	color: #656565;
	font-weight: 600;
	border-bottom: solid 2px #009fe3;
}
.form-launch_box-input{
	margin-bottom: 24px;
}
.form-launch_box-input > p{
	margin-bottom: 7px;
}
.form-launch_box-input >  input,select{
	width: 100%;
	height: 45px;
	padding: 10px;
	border:solid 1.5px #5ac1ed;
	border-radius: 5px;
}
.form-launch_box-input:focus{
	outline: none;
}
textarea:focus{
	outline: 0;
}
.form-launch_box-input textarea{
	width: 100%;
	min-height: 200px;
	padding: 10px;
	border:solid 1.5px #5ac1ed;
	border-radius: 5px;
}
.form-launch_box-input > input[type="submit"]{
	text-transform: uppercase;
	background: #5ac1ed;
	font-weight: 600;
	display: block;
	margin-left: auto;
	cursor:pointer;
	width: 240px;
	color: #fff;
	height: 47px;
}
.form-launch-box-input{
	background:#fff;
}
.form-tab1-title{
	font-size: 20px;
	font-weight: 600;
	color:#656565;
	margin-bottom: 15px;
	text-transform: unset;
	text-align: left;
	line-height: 1.4;
}
.form-tab1-subtitle{
	font-size: 13px;
	font-weight: 600;
	color:#656565;
	margin-bottom: 25px;
}
.form-tab1-question_box{
	background: #edf0f5;
	box-shadow: 2px 1px 9.48px 0.52px rgba(184, 184, 184, 0.17);
	font-size: 20px;
	cursor: pointer;
	border-radius: 5px;
	margin-bottom: 25px;
}
.form-tab1-question_box-head{
	display: flex;
	color:#575757;
	align-items: center;
	padding: 25px 20px 25px 10px;
	justify-content: space-between;
}
.form-tab1-question_box-closed{
	display: none;
}
.form-tab1-question_box-open{
	font-size: 50px;
	color: #b8b8b8;
}
.form-tab1-question_box-head span{
	position: absolute;
	text-align: right;
	right: 10%;
	line-height: 1;
	font-weight: 300;
}
.form-tab1-question_box-head img{
	width: 50%;
}
.form-tab1-info_box{
	padding: 10px;
	font-size: 15px;
	background: #fff;
	display: none;
}
/**/
.form-tab1-question_box-premium > .form-tab1-info_box{
	display: block;
}
.form-tab1-question_box-premium .form-tab1-question_box-closed{
	display: block;
}
.form-tab1-question_box-premium .form-tab1-question_box-open{
	display: none;
}
.form-tab1-checbox_label {
	display: inline-block;
	width: 50%;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.form-launch_box-checbox{
	font-size: 0;
	margin-bottom: 15px;
}
.form-launch_box-checkboxtitle{
	font-size: 18px;
	margin-bottom: 5px;
}

/* Hide the browser's default checkbox */
.form-tab1-checbox_label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #fff;
}

/* On mouse-over, add a grey background color */
.form-tab1-checbox_label:hover input ~ .checkmark {
	background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.form-tab1-checbox_label input:checked ~ .checkmark {
	background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.form-tab1-checbox_label input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.form-tab1-checbox_label .checkmark:after {
	left: 35%;
	top: -15%;
	width: 7px;
	height: 22px;
	border: solid #009fe3;
	border-width: 0 1.5px 1.5px 0;
	-webkit-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	transform: rotate(40deg);
}
.form-launch-box{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.form-launch_box-input > img{
	position: absolute;
	width: 5%;
	right: 5.5%;
}
.form-launch_box-input > input[type="submit"]{
	margin:0;
	padding: 0px 30px 0px 0px;
	width: 50%;
	max-width: 240px;
}
.form-launch_box-captha > div > div{
	margin-left: auto;
}
.form-launch_box-captha > div{
	transform: scale(1);
}
.mobile-item{
	display: none;
}
@media screen and (min-width: 992px) and (max-width: 1200px){
	.form-launch_box-input > input[type="submit"]{
		margin:0;
		padding: 0px 30px 0px 0px;
		width: 100%;
		max-width: 240px;
	}
	.form-launch_box-input > img{
		position: absolute;
		width: 7%;
		right: 7%;
	}
}
@media screen and (max-width: 992px){
	.mobile-item{
		display: block;
	}
	.form-launch_box-captha > div{
		transform: scale(.9);
	}
	.form-launch-box{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.form-launch_box-input > img{
		position: absolute;
		width: 10%;
		right: 12%;
	}
	.form-tab1-title{
		font-size: 19px;
		margin-bottom: 5px;
	}
	.tabs_item{
		padding: 7px 5px 5px 7px;
	}
	.tabs.active{
		padding: 0px 0px 5px 0px;
		flex-direction: column;
	}
	.tabs a{
		padding-bottom: 0px;
		padding-left: 0px;
		display: inline-block;
		border-bottom: none;
		margin:5px 0px;
		font-size: 14px;
		border-bottom: solid 2px #fff;
	}
	.tabs li{
		text-align: center;
	}
	.current{
		text-align: center;
	}
	.current a{
		display: inline-block;
		padding-left: 0px;
		border-left: none;
		border-bottom: solid 2px;
		border-color:#009fe3;
	}
	.form-launch_wrapper{
		margin: 20px 0px;
		padding: 11px 0px;
	}
	.form-tab1-checbox_label{
		width: 100%;
	}
	.form-launch_box-input > input[type="submit"]{
		margin:0;
		padding: 0px 35px 0px 0px;
		width: 100%;
		max-width: 100%;
	}
}
@media screen and (max-width: 767px){
	.tab_content-order1{
		order: 1;
	}
}
/**/
.blog-category_item h2{
	font-size: 16px !important;
}
/* stylesheet*/
.question-homepage{
	height: 600px;
}
.accordeon-box{
	height: 410px;
	overflow-y: scroll;
}
.accordeon-box::-webkit-scrollbar {
	width: 10px;
}

.accordeon-box::-webkit-scrollbar-thumb {
	background: #999;
	border-radius: 20px;
}

.accordeon-box::-webkit-scrollbar-track {
	background: #ddd;
	border-radius: 20px;
}
.accordeon-box > div{
	text-align: left;
	padding: 24px;
	margin:5px 0px;
}
.active-crypto_title-question{
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}
.our-blog{
	height:auto;
}
.blog-wrapper_item{
	height: 100%;
}
.blog-item_title{
	font-size: 21.4px;
	height: 55px;
	max-height: 55px;
}
.blog-item_info{
	min-height: 100px;
	max-height: 100px;
}
.our-blog .active-crypto_title-question{
	margin-bottom: 80px;
}
@media screen and (max-width: 992px){
	.blog-wrapper_item{
		height: auto;
	}
	.blog-item_title{
		font-size: 19.5px;
	}
}
/* upd 1.04.2019 blog post*/
.blog-image{
	width: 100%;
}