@media only screen and (max-width: 768px) {
	.animate_visible,
	.animate_block,
	.animate_block_when_see {
		opacity: 1;
	}
}

@media only screen and (min-width: 768px) {
	.animate_visible,
	.animate_block,
	.animate_block_when_see {
		opacity: 1;
	}
}

@media only screen and (min-width: 1024px) {
	.animate_visible,
	.animate_block,
	.animate_block_when_see {
		opacity: 1;
	}
}

@media only screen and (min-width: 1250px) {
	.animate_visible,
	.animate_block,
	.animate_block_when_see {
		opacity: 0;
	}
}

@media only screen and (min-width: 1400px) {
	.animate_visible,
	.animate_block,
	.animate_block_when_see {
		opacity: 0;
	}
}




.animate_scale_visible,
.animate_scale_block,
.animate_scale_block_when_see {
	opacity: 0;
	transform: scale(0);
}

.clear {
	clear: both;	
}

.disable_text {
	color: #777;
}

.form_tag_div {
	margin-bottom: 20px;
}

.form_text_div {
	margin-bottom: 5px;
}

.like_h3 {
	color: #333;
}

.like_link {
	color: #3CB4E8;
}

.normal_text {
	color: #333 !important;
}

.one_string {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.page_tags_div {
	padding-bottom: 15px;
}

.page_title_h1 {
	text-align: center;
	margin-bottom: 30px;
}

.page_tags_arrow {
	display: inline-block;
	font-size: 11px;
	margin: 0 5px;
}

.content_div {
	margin: auto;
	position: relative;
}

a.footer_icons {
	border-radius: 50px;
	border: 1px solid #5E5E5E;
	color: #5E5E5E;
	font-size: 18px;
	margin-left: 20px;
	padding: 10px;
	transition: all 0.2s ease-in-out;
}

.header_icons {
	border-radius: 50px;
	font-size: 20px;
	margin-left: 20px;
	padding: 10px;
	transition: all 0.2s ease-in-out;
	display: inline-block;
}

.support_btn {
	text-align: right;
}

.newsletter_icon {
	position: absolute; 
	left: 12px;
	top: 9px;
	color: rgba(196,196,196,1.00);
}

.mail_send {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.95);
    z-index: 100;
    text-align: center;
    font-size: 23px;
}

.mail_is_send, .mail_not_send {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    border-radius: 10px;
    width: 300px;
    height: 200px;
    padding-top: 65px;
}

.email_close_btn {
    position: absolute;
    right: -30px;
    top: -30px;
    color: #fff;
    cursor: pointer;
}

.app_btn:hover {
	opacity: 0.7;
}

.app_btn_url {
	display: inline-block;
	margin: 30px 20px;
}

.btn_wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.btn_wrapper a {
	height: 100%;
	width: 100%;
}
