body, html {
	height: 100%;
}
@font-face {
  font-family: Montserrat;
  src: url(/img/Montserrat-VariableFont_wght.ttf);
}

body {
	font-family: Montserrat, Arial;
	font-size: 14px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background: #cccccc;
}
a {
	color: blue;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: red;
}
h2 {
	margin: 0;
}
.header_box {
/*
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0;
	z-index: 123;
*/
}
.header {
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	user-select: none;
	position: relative;
	max-width: 1440px;
	background: #ffffff;
	height: 80px;
	align-items: center;
}
.header_logo {
	width: 143px;
    height: 71px;
}
.header_logo_link {
	margin-left: 100px;
}
.header_search {
	padding: 0 45px;
}
.header_search input {
    background-color: #e7f0ff;
    border: none;
    border-radius: 5px;
    height: 40px;
    width: 330px;
    outline: none;
    padding-left: 55px;
    padding-right: 15px;
	background-image: url(/img/index/header_search_icon.svg);
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 21px;
    color: #0370bf;
    font-size: 16px;
    font-weight: 500;
}
.header_search input::placeholder {
  color: #0370bf;
  opacity: 1;
}
.header_menu {
	flex-grow: 1;
	text-align: right;
	margin-right: 100px;
	font-size: 16px;
	color: #EAEAEA;
}
.header_menu_link {
    white-space: nowrap;
    color: #ffffff;
    background-color: #1c5fd4;
    padding: 10px 25px;
    border-radius: 7px;
    font-weight: 500;
	margin-left: 10px;
}
.header_menu_link.login {
    color: #1c5fd4;
    background-color: #ffffff;
    border: 2px solid #1c5fd4;
}
.header_menu_link:hover {
	color: #85F0F3;
}
.header_menu_link.login:hover {
	color: #16af23;
}
#signup_check_rule_box {
	padding: 10px 0;
}
#signup_check_rule_box #signup_check_rule {
	height: 16px;
	width: 16px;
	margin: 0px;
}
#signup_check_rule_box:not([is_checked="true"]) {
/*	color: #C41900; */
}
#signup_check_rule_box:not([is_checked="true"]) #signup_check_rule {
	border: 2px #C41900 solid;
	outline: none;
	cursor: pointer;
	appearance:none;
	-o-appearance:none;
	-moz-appearance:none;
	-webkit-appearance: none;
}
/* *************************************************** */
.body_box {
	min-height: 100%;
	display: flex;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	max-width: 1440px;
	background: #FFFFFF;
}
.body_box_separator {
	padding-top: 80px;
}
.main_box {
	flex-grow: 1;
	display: flex;
}
.main_box_content {
	padding: 0;
	margin: 0;
	flex-grow: 1;
}
/* *************************************************** */
.head_title {
	font-size: 30px;
	font-weight: normal;
	padding: 10px 100px;
	background: #CCCCCC;
}
.main_block {
	margin: 25px 100px;
}
/* *************************************************** */
.main_section {
    background: #1c5fd3;
}
.main_section_content_box {
	display: flex;
	justify-content: space-around;
	padding: 150px 30px;
}    
.main_section_content_img {
}
.main_section_content_subject_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 35px;
    margin-top: -90px;
}
.main_section_content_subject_1 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 55px;
    font-weight: bold;
}
.main_section_content_subject_2 {
    color: #FFB11C;
    text-transform: uppercase;
    font-size: 55px;
    font-weight: bold;
}
.main_section_content_subject_3 {
	color: #ffffff;
    font-size: 20px;
    margin: 50px 0;
    max-width: 400px;
    line-height: 32px;
}
.main_section_content_subject_button {
    display: inline-block;
	background: #16BE6F;
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    padding: 15px 30px;
    border-radius: 8px;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.5);
    cursor: pointer;
}
.main_section_content_subject_button:hover {
	color: #e9ffb6;
	background: #54a37e;
}
/* *************************************************** */
.how_section {
	background: #ffffff;
    padding: 10px 30px;
}
.how_section_content_box {
    display: flex;
    flex-direction: column;	
}
.how_section_title {
	color: #1c5fd5;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 500;
    margin: auto;
    padding: 120px 0;
}
.how_section_content_subject_box {
    display: flex;
	justify-content: space-around;
}
.how_section_content_subject_content {
	padding-top: 200px;
    width: 270px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
}
.how_section_content_subject_content.box1 {
    background: url(/img/index/how_it_works_icon1.svg);
    background-repeat: no-repeat;
    background-position: top center;
}
.how_section_content_subject_content.box2 {
    background: url(/img/index/how_it_works_icon2.svg);
    background-repeat: no-repeat;
    background-position: top center;
}
.how_section_content_subject_content.box3 {
    background: url(/img/index/how_it_works_icon3.svg);
    background-repeat: no-repeat;
    background-position: top center;
}
/* *************************************************** */
.more_section {
	background: #ffffff;
    padding: 10px 30px;
}
.more_section_content_box {
    display: flex;
    flex-direction: column;
    padding-bottom: 120px;
}
.more_section_title {
	color: #1c5fd5;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 500;
    margin: auto;
    padding: 120px 0;
}
.more_section_content_subject_box {
    display: flex;
	justify-content: space-around;
	flex-direction: column;
}
.more_section_content_subject_content {
    text-align: center;
    padding: 20px 0;
}
.more_section_content_subject_content img {
    padding: 0 12px;
}
/* *************************************************** */
.signup_section {
	background: #1c5fd3;
    padding: 10px 30px 70px 30px;
}
.signup_section_content_box {
    display: flex;
    flex-direction: column;	
}
.signup_section_title {
	color: #ffffff;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 500;
    margin: auto;
    padding: 120px 0 40px 0;
}
.signup_section_content_subject_box {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.signup_section_content_subject_content {
	display: flex;
    flex-direction: column;
   	padding: 20px 0;
	width: 600px;
}
.signup_section_content_subject_content input[typefield="text"] {
	width: 600px;
    height: 50px;
    font-size: 16px;
    font-weight: 600;
    padding: 0 10px;
    outline: none;
    border: none;
    border-radius: 8px;
}
.signup_section_content_subject_content input[typefield="checkbox"] {
    width: 30px;
    height: 30px;
    outline: none;
    margin-right: 16px;
}
.signup_section_content_subject_checkbox {
    display: flex;
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 20px;
}
.signup_section_content_subject_checkbox[textlength="short"] {
    align-items: center;
}
.signup_section_content_subject_submit {
    display: inline-block;
	background: #ffffff;
    color: #1c5fd3;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 30px;
    border-radius: 8px;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.5);
    cursor: pointer;
    margin: auto;
}
.signup_section_content_subject_submit:hover {
	color: #16af23;
}




/* *************************************************** */
.meo_support_icon {
	background-repeat: no-repeat;
	background-position-x: left;
	background-position-y: center;
    padding: 5px 0;
    padding-left: 24px;
	margin-left: 40px;
}
.meo_support_icon a {
	color: #444BD0;
}
.meo_support_icon a:hover {
	color: #FF0000;
}
.meo_support_icon.email {
    background-image: url('/img/icon_email.png');
}
.meo_support_icon.skype {
    background-image: url('/img/icon_skype.png');
}
.meo_support_icon.telegram {
    background-image: url('/img/icon_telegram.png');
}


/* *************************************************** */
.footer_box {
	padding: 30px;
	background: #ffffff;
}
.footer_menu {
	text-align: right;
	font-size: 16px;
    font-weight: 500;
}
.footer_menu_link {
	white-space: nowrap;
	color: #525252;
	margin-left: 30px;
}
.footer_menu_link:hover {
	color: #C2CEE2;
}
/* *************************************************** */
@media (max-width: 1300px) {
	.header_menu {
		margin-right: 50px;
	}
	.header_logo_link {
		margin-left: 50px;
	}
	.main_section {
	    margin: 35px 50px;
	}
	.main_section_content_subject {
		flex-grow: 3;
		flex-basis: 200px;
	}
	.main_section_content_subject_sep {
		flex-basis: 10px;
	}
    .why_section {
		padding: 20px 50px;
	}
	.because_section {
		margin: 30px 50px;
	}
	.head_title {
		padding: 10px 50px;
	}
	.main_block {
		margin: 25px 50px;
	}
}
@media (max-width: 1200px) {
	.because_section {
		background-size: 400px;
		min-height: 290px;
	}
	.because_section.because_site, .because_section.because_promotion, .because_section.because_referral {
		padding-left: 450px;
	    border: 30px transparent solid;
	}
	.because_section.because_stats, .because_section.because_monetize {
	    border: 30px #F7F7F7 solid;
		padding-right: 450px;
	}
	.why_section {
		padding: 20px 50px;
	}
	.why_section_title {
		font-size: 40px;
	}
    h2.title {
		font-size: 40px;
		max-width: 700px;
	}
}
@media (max-width: 1100px) {
	.main_section_title {
		font-size: 36px;
		line-height: 50px;
	}    
	.main_section_chart {
		width: 330px;
	    height: 241px;
	}
}
@media (max-width: 1025px) {
	.header_menu {
		margin-right: 25px;
	}
	.header_logo_link {
		margin-left: 25px;
	}
	.main_section {
	    margin: 15px 25px;
	}
	.why_section {
		padding: 20px 25px;
	}
	.why_section_title {
		font-size: 40px;
	}
	.because_section {
		margin: 20px 25px;
		background-size: 340px;
		min-height: 250px;
		font-size: 18px;
	}
	.because_section_title {
		font-size: 27px;
	}
	.because_section.because_site, .because_section.because_promotion, .because_section.because_referral {
		padding-left: 385px;
	    border: 30px transparent solid;
	}
	.because_section.because_stats, .because_section.because_monetize {
	    border: 30px #F7F7F7 solid;
		padding-right: 385px;
	}
	.because_section.because_site {
		padding-top: 20px;
	}

	.head_title {
		font-size: 20px;
		padding: 10px 25px;
	}
	.main_block {
		margin: 25px 25px;
	}

	.header {
		height: 70px;
	}
	.header_logo {
		width: 236px;
	 	height: 36px;
	}
	.body_box_separator {
		padding-top: 70px;
	}
	h2.title {
		font-size: 35px;
		max-width: 600px;
	}
}
@media (max-width: 850px) {
	.main_section_title {
		font-size: 32px;
		line-height: 42px;
	}    
	.main_section_chart {
		width: 275px;
	    height: 200px;
	}
	.why_section {
		padding: 14px 20px;
	}
	.why_section_title {
		font-size: 32px;
	}
	.because_section {
		background-size: 250px;
		min-height: 180px;
	}
	.because_section.because_site, .because_section.because_promotion, .because_section.because_referral {
		padding-left: 275px;
	    border: 18px transparent solid;
	}
	.because_section.because_stats, .because_section.because_monetize {
	    border: 18px #F7F7F7 solid;
		padding-right: 275px;
	}
	.because_section.because_site {
		padding-top: 14px;
	}
	.footer_box {
		height: 185px;
	}
	.footer_menu {
		padding-top: 15px;
	}
	.footer_menu_link {
		line-height: 1.5em;
	}
	.footer_menu_link:nth-child(3):after {
		content: ' ';
		display: block;
	}
	.footer_logo {
		padding-top: 30px;
	}
}
@media (max-width: 750px) {
	.header_menu {
		margin-right: 15px;
	}
	.header_logo_link {
		margin-left: 15px;
	}
	.main_section {
	    margin: 15px 15px;
	}
	.why_section {
		padding: 15px 15px;
	}
	.because_section {
		margin: 15px 15px;
	}
	.head_title {
		padding: 10px 15px;
	}
	.main_block {
		margin: 25px 15px;
	}
	.main_section_title {
		font-size: 27px;
		line-height: 36px;
	}    
	.main_section_chart {
		width: 240px;
	    height: 174px;
	}

	h2.title {
		font-size: 25px;
		max-width: 450px;
	}
	.because_section {
		font-size: 16px;
		line-height: 22px;
	}
	.because_section_title {
		font-size: 25px;
	}
}
@media (max-width: 600px) {
	.header {
		height: 60px;
	}
	.header_logo {
		width: 157px;
	 	height: 24px;
	}
	.header_menu {
		margin-left: auto;
		flex-grow: 0;
	}
	.header_menu_link {
		padding: 3px 0;
		display: block;
		font-size: 15px;
	}
	.header_menu_link:after {
		display: none;
	}
	.body_box_separator {
		padding-top: 60px;
	}
	h2.title {
		font-size: 21px;
	}
	.main_section_title {
		font-size: 20px;
		line-height: 27px;
		padding-bottom: 10px;
	}    
	.main_section_chart {
		width: 180px;
	    height: 130px;
	}
	.main_section_content_title {
		font-size: 20px;
	}
	.main_section_content_box {
		margin-bottom: 35px;
	}
	.main_section_content_subject_box {
		padding-top: 10px;
		flex-direction: column;
	}
	.main_section_content_subject {
		font-size: 16px;
		padding-top: 50px;
		background-size: 90px;
		flex-basis: 10px;
	}
	.main_section_content_subject:not(:nth-child(2)) {
		margin-top: 20px;
	}
	.why_section {
		padding: 12px 10px;
	}
	.why_section_title {
		font-size: 24px;
	}
	.because_section {
		margin: 10px 5px;
		font-size: 14px;
		line-height: 20px;
		background-size: 105px;
		min-height: 130px;
	}
	.because_section_title {
		font-size: 22px;
	}
	.because_section.because_site, .because_section.because_promotion, .because_section.because_referral {
		padding-left: 115px;
	    border: 10px transparent solid;
	}
	.because_section.because_stats, .because_section.because_monetize {
	    border: 10px #F7F7F7 solid;
		padding-right: 115px;
	}
	.because_section.because_site {
		padding-top: 6px;
	}
	.footer_menu {
		text-align: center;
		font-size: 14px;
		padding-top: 13px;
		line-height: 25px;
	}
	.footer_menu_link:nth-child(3):after {
		content: ' ';
		display: block;
	}
	.footer_menu_link:nth-child(4):after {
		content: ' ';
		display: block;
	}
	.footer_logo {
		width: 125px;
		height: 46px;
		padding-top: 25px;
	}
	.meo_support_icon {
		margin-left: 10px;
	}
}
*:not(.blockUI) {
	-webkit-transition: .1s ease-in-out;
	-moz-transition: .1s ease-in-out;
	-o-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
}
