body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
button,
input,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

fieldset,
img {
	border: 0;
}

img,
object,
embed {
	vertical-align: bottom;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

q:before,
q:after {
	content: '';
}

a * {
	cursor: pointer;
}

input,
textarea {
	outline: none;
}

@font-face {
	font-family: "Ico Moon";
	src: url("../fonts/icomoon.eot");
	src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg#Ico Moon") format("svg");
	font-weight: normal;
	font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	@font-face {
		font-family: "Ico Moon";
		src: url("../fonts/icomoon.svg#Ico Moon") format("svg");
	}
}

@font-face {
	font-family: 'flamabasic';
	src: url("../fonts/flama_basic-webfont.woff2") format("woff2"), url("../fonts/flama_basic-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'flamablack';
	src: url("../fonts/flama_black-webfont.woff2") format("woff2"), url("../fonts/flama_black-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'flamabold';
	src: url("../fonts/flama_bold-webfont.woff2") format("woff2"), url("../fonts/flama_bold-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'flamabook';
	src: url("../fonts/flama_book-webfont.woff2") format("woff2"), url("../fonts/flama_book-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'flamaextrabold';
	src: url("../fonts/flama_extrabold-webfont.woff2") format("woff2"), url("flama_extrabold-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'flamalight';
	src: url("../fonts/flama_light-webfont.woff2") format("woff2"), url("../fonts/flama_light-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'flamamedium';
	src: url("../fonts/flama_medium-webfont.woff2") format("woff2"), url("../fonts/flama_medium-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'flamathin';
	src: url("../fonts/flama_thin-webfont.woff2") format("woff2"), url("../fonts/flama_thin-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'flamaultralight';
	src: url("../fonts/flama_ultralight-webfont.woff2") format("woff2"), url("../fonts/flama_ultralight-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'flamaregular';
	src: url("../fonts/flama-webfont.woff2") format("woff2"), url("../fonts/flama-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

html {
	height: 100%;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	font: 14px/1.2 "flamaregular", sans-serif;
	height: 100%;
	min-width: 320px;
	color: #000;
	background: #fbfbfb;
	overflow: hidden;
	position: fixed;
}

body.open .hamburger:before {
	transform: rotate(135deg);
}

body.open .hamburger:after {
	transform: rotate(-135deg);
}

body.open .hamburger:before,
body.open .hamburger:after {
	top: 35px;
}

@media screen and (max-width: 568px) {

	body.open .hamburger:before,
	body.open .hamburger:after {
		top: 25px;
	}
}

body.open .hamburger span {
	transform: translate3d(-50px, -50%, 0);
	opacity: 0;
	visibility: hidden;
}

body.open .mask {
	transform: scale(50);
}

body.open .mask span {
	border-radius: 0;
	box-shadow: 0 0 0 100vw #000;
}

body.open .menu_wrapper {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

:root {
	--xrot: 0;
	--yrot: 0;
	--x: 0;
	--y: 0;
	--px: 0;
	--py: 0;
}

a {
	color: #2600ff;
	text-decoration: none;
}

input {
	outline: none;
	-webkit-appearance: none;
	border-radius: 0;
}

* {
	outline: none;
}

* {
	box-sizing: border-box;
}

*:before,
*:after {
	box-sizing: border-box;
}

* ::-moz-selection {
	background: #2600ff;
	color: #fff;
}

* ::selection {
	background: #2600ff;
	color: #fff;
}

textarea {
	border-radius: 0;
	-webkit-appearance: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #5A5A5A;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #5A5A5A;
	opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #5A5A5A;
	opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #5A5A5A;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	color: transparent;
}

input.placeholder,
textarea.placeholder {
	color: #5A5A5A !important;
}

.wrapper {
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
	overflow: hidden;
}

.container {
	max-width: 1710px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

@media screen and (max-width: 2350px) {
	.container.second {
		padding-left: 340px;
	}
}

@media screen and (max-width: 1000px) {
	.container.second {
		padding-left: 250px;
	}
}

@media screen and (max-width: 767px) {
	.container.second {
		padding: 0 20px;
	}
}

.svg-filters {
	display: none;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'Ico Moon' !important;
	font-size: 12px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-right-arrow:before {
	content: "\e908";
}

.icon-arrow-down:before {
	content: "\e900";
}

.icon-close:before {
	content: "\e901";
}

.icon-fb:before {
	content: "\e902";
}

.icon-in:before {
	content: "\e903";
}

.icon-skype:before {
	content: "\e904";
}

.icon-telegram:before {
	content: "\e905";
}

.icon-twitter:before {
	content: "\e906";
}

.icon-youtube:before {
	content: "\e907";
}

.header {
	padding: 35px 100px 100px;
	min-height: 430px;
}

@media screen and (max-width: 1900px) {
	.header {
		padding-left: 20px;
		padding-right: 20px;
		min-height: 300px;
	}
}

@media screen and (max-width: 860px) {
	.header {
		min-height: 250px;
	}
}

@media screen and (max-width: 767px) {
	.header {
		padding-bottom: 50px;
		min-height: 155px;
	}
}

@media screen and (max-width: 479px) {
	.header {
		min-height: 135px;
		padding-top: 20px;
	}
}

.header_holder {
	position: relative;
}

.logo_text {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

@media screen and (max-width: 568px) {
	.logo_text {
		padding: 12px 0;
	}
}

.logo_wrap {
	flex-shrink: 1;
	flex-grow: 1;
	min-width: 1px;
	display: flex;
	justify-content: center;
}

.mask {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 4;
	width: 70px;
	height: 70px;
	transform: scale(1);
	transition: transform .3s;
}

@media screen and (max-width: 568px) {
	.mask {
		width: 50px;
		height: 50px;
	}
}

.mask span {
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate3d(50%, -50%, 0);
	width: 10px;
	height: 10px;
	background-color: #000;
	border-radius: 35px;
	content: "";
	transition: box-shadow .2s, border-radius .1s;
	-webkit-animation: circle .5s 1s ease-in-out forwards,
		bubble 10s 1s ease-in-out infinite alternate;
	animation: circle .5s 1s ease-in-out forwards,
		bubble 10s 1s ease-in-out infinite alternate;
}

.hamburger {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
	width: 70px;
	height: 70px;
	background: none;
	border: none;
	cursor: pointer;
	opacity: 1;
	visibility: visible;
	transition: opacity .3s, visibility .3s;
}

@media screen and (max-width: 568px) {
	.hamburger {
		width: 50px;
		height: 50px;
	}
}

.hamburger:before,
.hamburger:after,
.hamburger span {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0;
	height: 2px;
	background-color: #fff;
	opacity: 1;
	visibility: visible;
	transform: rotate(0);
	transition: transform .6s, opacity .6s, visibility .6s, top .6s;
}

.hamburger:before {
	-webkit-animation: lineBefore .3s 1.2s ease-in-out forwards;
	animation: lineBefore .3s 1.2s ease-in-out forwards;
}

.hamburger span {
	-webkit-animation: lineBefore .6s 1.2s ease-in-out forwards;
	animation: lineBefore .6s 1.2s ease-in-out forwards;
}

.hamburger:after {
	-webkit-animation: lineBefore .9s 1.2s ease-in-out forwards;
	animation: lineBefore .9s 1.2s ease-in-out forwards;
}

.hamburger:before {
	top: 25px;
}

@media screen and (max-width: 568px) {
	.hamburger:before {
		top: 15px;
	}
}

.hamburger:after {
	top: 43px;
}

@media screen and (max-width: 568px) {
	.hamburger:after {
		top: 33px;
	}
}

.hamburger span {
	top: 50%;
	transform: translate3d(0, -50%, 0) rotate(0);
}

.hamburger.hide {
	opacity: 0;
	visibility: hidden;
}

@-webkit-keyframes lineBefore {
	from {
		width: 0;
	}

	to {
		width: 30px;
	}
}

@keyframes lineBefore {
	from {
		width: 0;
	}

	to {
		width: 30px;
	}
}

@media screen and (max-width: 568px) {
	@-webkit-keyframes lineBefore {
		from {
			width: 0;
		}

		to {
			width: 25px;
		}
	}

	@keyframes lineBefore {
		from {
			width: 0;
		}

		to {
			width: 25px;
		}
	}
}

@-webkit-keyframes circle {
	from {
		width: 10px;
		height: 10px;
		opacity: 0;
	}

	to {
		width: 70px;
		height: 70px;
		opacity: 1;
	}
}

@keyframes circle {
	from {
		width: 10px;
		height: 10px;
		opacity: 0;
	}

	to {
		width: 70px;
		height: 70px;
		opacity: 1;
	}
}

@media screen and (max-width: 568px) {
	@-webkit-keyframes circle {
		from {
			width: 10px;
			height: 10px;
			opacity: 0;
		}

		to {
			width: 50px;
			height: 50px;
			opacity: 1;
		}
	}

	@keyframes circle {
		from {
			width: 10px;
			height: 10px;
			opacity: 0;
		}

		to {
			width: 50px;
			height: 50px;
			opacity: 1;
		}
	}
}

@-webkit-keyframes bubble {
	0% {
		border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
	}

	25% {
		border-radius: 65% 35% 51% 49%/49% 52% 48% 51%;
	}

	50% {
		border-radius: 42% 58% 28% 72%/65% 34% 66% 35%;
	}

	75% {
		border-radius: 34% 66% 63% 37%/77% 38% 62% 23%;
	}

	100% {
		border-radius: 24% 76% 72% 28%/53% 68% 32% 47%;
	}
}

@keyframes bubble {
	0% {
		border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
	}

	25% {
		border-radius: 65% 35% 51% 49%/49% 52% 48% 51%;
	}

	50% {
		border-radius: 42% 58% 28% 72%/65% 34% 66% 35%;
	}

	75% {
		border-radius: 34% 66% 63% 37%/77% 38% 62% 23%;
	}

	100% {
		border-radius: 24% 76% 72% 28%/53% 68% 32% 47%;
	}
}

.menu_wrapper {
	position: fixed;
	inset: 0;
	z-index: 4;
	transform: scale(0.95);
	opacity: 0;
	visibility: hidden;
	transition: transform .15s, opacity .15s, visibility .3s;
}

.menu_wrapper .container {
	padding: 0 40px;
	height: 100%;
	position: relative;
	max-width: 1392px;
}

@media screen and (max-width: 640px) {
	.menu_wrapper .container {
		padding: 0 40px;
	}
}

@media screen and (max-width: 480px) {
	.menu_wrapper .container {
		padding: 0 20px;
	}
}

.menu_wrapper .columns {
	height: 100%;
	max-height: 100%;
	display: flex;
	margin: 0 -50px;
	position: relative;
	overflow: hidden;
	overflow-y: auto;
	flex-direction: row-reverse;
	align-items: center;
}

@media screen and (max-width: 860px) {
	.menu_wrapper .columns {
		margin: 0 -40px;
		padding: 20px 0;
	}
}

@media screen and (max-width: 640px) {
	.menu_wrapper .columns {
		flex-direction: column;
		padding: 75px 0 25px;
	}
}

.menu_wrapper .columns::-webkit-scrollbar {
	width: 0;
	/* Remove scrollbar space */
	background: transparent;
	/* Optional: just make scrollbar invisible */
}

.menu_wrapper .column {
	flex-shrink: 1;
	flex-grow: 1;
	min-width: 1px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 50px;
}

@media screen and (max-width: 860px) {
	.menu_wrapper .column {
		padding: 0 40px;
	}
}

@media screen and (max-width: 640px) {
	.menu_wrapper .column {
		height: auto;
	}
}

.menu_wrapper .column.second {
	flex-shrink: 0;
	flex-grow: 0;
	min-width: auto;
	position: relative;
	justify-content: stretch;
	padding: 100px 50px;
}

@media screen and (max-width: 860px) {
	.menu_wrapper .column.second {
		padding: 50px 40px;
	}
}

@media screen and (max-width: 640px) {
	.menu_wrapper .column.second {
		padding: 0 40px;
		flex-shrink: 1;
		flex-grow: 1;
		flex-direction: row;
		align-items: center;
		margin-bottom: 20px;
	}
}

.menu_wrapper .title {
	font-size: 60px;
	font-family: 'flamaextrabold';
	color: #fff;
	margin-bottom: 30px;
}

@media screen and (max-width: 1160px) {
	.menu_wrapper .title {
		font-size: 40px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 640px) {
	.menu_wrapper .title {
		text-align: center;
		font-size: 30px;
	}
}

.menu_wrapper .title span {
	color: #A0DAA8;
}

.menu_wrapper .sub_title {
	color: #EB897E;
	font-size: 40px;
	font-family: 'flamabasic';
	margin-bottom: 75px;
}

@media screen and (max-width: 1160px) {
	.menu_wrapper .sub_title {
		font-size: 25px;
	}
}

@media screen and (max-width: 640px) {
	.menu_wrapper .sub_title {
		margin-bottom: 10px;
		font-size: 30px;
		text-align: center;
	}
}

.bg_cow {
	background: url("../images/moo-bg.svg") no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 538px;
	height: 324px;
	transform: translateY(5px);
}

@media screen and (max-width: 480px) {
	.bg_cow {
		background-size: 50%;
		background-position: 0 100%;
	}
}

.wrap_form {
	max-width: 650px;
	width: 100%;
}

.form_fields .row {
	margin-bottom: 44px;
}

@media screen and (max-width: 640px) {
	.form_fields .row {
		margin-bottom: 20px;
	}
}

.form_fields .row:last-child {
	margin-bottom: 0;
}

.form_fields .cols {
	margin: 0 -25px;
	display: flex;
}

@media screen and (max-width: 1160px) {
	.form_fields .cols {
		margin: 0 -10px;
	}
}

@media screen and (max-width: 640px) {
	.form_fields .cols {
		flex-direction: column;
		margin: 0;
	}
}

.form_fields .col {
	width: 50%;
	padding: 0 25px;
}

@media screen and (max-width: 1160px) {
	.form_fields .col {
		padding: 0 10px;
	}
}

@media screen and (max-width: 640px) {
	.form_fields .col {
		width: 100%;
		padding: 0;
	}
}

.form_fields .field.error,
.form_fields .message.error {
	border-bottom-color: #EB897E;
}

.form_fields .field.error::-webkit-input-placeholder,
.form_fields .message.error::-webkit-input-placeholder {
	color: #EB897E;
}

.form_fields .field.error:-moz-placeholder,
.form_fields .message.error:-moz-placeholder {
	color: #EB897E;
	opacity: 1;
}

.form_fields .field.error::-moz-placeholder,
.form_fields .message.error::-moz-placeholder {
	color: #EB897E;
	opacity: 1;
}

.form_fields .field.error:-ms-input-placeholder,
.form_fields .message.error:-ms-input-placeholder {
	color: #EB897E;
}

.form_fields .field.error:focus::-webkit-input-placeholder,
.form_fields .message.error:focus::-webkit-input-placeholder {
	color: transparent;
}

.form_fields .field.error:focus:-moz-placeholder,
.form_fields .message.error:focus:-moz-placeholder {
	color: transparent;
}

.form_fields .field.error:focus::-moz-placeholder,
.form_fields .message.error:focus::-moz-placeholder {
	color: transparent;
}

.form_fields .field.error:focus:-ms-input-placeholder,
.form_fields .message.error:focus:-ms-input-placeholder {
	color: transparent;
}

.form_fields .field.error.placeholder,
.form_fields .message.error.placeholder {
	color: #EB897E;
}

.form_fields .field.accept,
.form_fields .message.accept {
	border-bottom-color: #A0DAA8;
}

.form_fields .field.accept::-webkit-input-placeholder,
.form_fields .message.accept::-webkit-input-placeholder {
	color: #A0DAA8;
}

.form_fields .field.accept:-moz-placeholder,
.form_fields .message.accept:-moz-placeholder {
	color: #A0DAA8;
	opacity: 1;
}

.form_fields .field.accept::-moz-placeholder,
.form_fields .message.accept::-moz-placeholder {
	color: #A0DAA8;
	opacity: 1;
}

.form_fields .field.accept:-ms-input-placeholder,
.form_fields .message.accept:-ms-input-placeholder {
	color: #A0DAA8;
}

.form_fields .field.accept:focus::-webkit-input-placeholder,
.form_fields .message.accept:focus::-webkit-input-placeholder {
	color: transparent;
}

.form_fields .field.accept:focus:-moz-placeholder,
.form_fields .message.accept:focus:-moz-placeholder {
	color: transparent;
}

.form_fields .field.accept:focus::-moz-placeholder,
.form_fields .message.accept:focus::-moz-placeholder {
	color: transparent;
}

.form_fields .field.accept:focus:-ms-input-placeholder,
.form_fields .message.accept:focus:-ms-input-placeholder {
	color: transparent;
}

.form_fields .field.accept.placeholder,
.form_fields .message.accept.placeholder {
	color: #A0DAA8;
}

.form_fields .field {
	width: 100%;
	height: 70px;
	padding: 22px;
	background: none;
	color: #fff;
	border: none;
	font-family: 'flamaregular';
	font-size: 20px;
	line-height: 1.2;
	border-bottom: 1px solid #5A5A5A;
	transition: border-color .3s;
}

@media screen and (max-width: 1160px) {
	.form_fields .field {
		padding: 10px 0;
		height: 46px;
		font-size: 18px;
	}
}

@media screen and (max-width: 640px) {
	.form_fields .field {
		height: 55px;
	}
}

.form_fields .field:focus {
	border-bottom-color: #fff;
}

.form_fields .message {
	width: 100%;
	color: #fff;
	background: none;
	border: none;
	border-bottom: 1px solid #5A5A5A;
	resize: none;
	font-family: 'flamaregular';
	font-size: 20px;
	line-height: 1.2;
	height: 80px;
	padding: 0 22px;
	display: block;
	transition: border-color .3s;
}

@media screen and (max-width: 1160px) {
	.form_fields .message {
		padding: 0;
		font-size: 18px;
	}
}

@media screen and (max-width: 640px) {
	.form_fields .message {
		height: 40px;
	}
}

.form_fields .message:focus {
	border-bottom-color: #fff;
}

.form_fields .button {
	padding: 20px;
	max-width: 300px;
	width: 100%;
	color: #5A5A5A;
	cursor: pointer;
	font-size: 24px;
	line-height: 1.2;
	font-family: 'flamabook';
	border: 1px solid #5A5A5A;
	background-color: #000;
	transition: background-color .3s, border-color .3s, color .3s;
}

@media screen and (min-width: 1025px) {
	.form_fields .button:hover {
		background-color: #A0DAA8;
		border-color: #A0DAA8;
		color: #000;
	}
}

@media screen and (max-width: 1160px) {
	.form_fields .button {
		font-size: 20px;
	}
}

@media screen and (max-width: 640px) {
	.form_fields .button {
		max-width: 100%;
	}
}

.column_bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media screen and (max-width: 640px) {
	.column_bottom {
		flex-direction: column;
		align-items: stretch;
	}
}

.col_bottom {
	flex-shrink: 1;
	flex-grow: 1;
	min-width: 1px;
}

.col_bottom.second {
	flex-shrink: 0;
	flex-grow: 0;
	min-width: auto;
	margin-left: 40px;
}

@media screen and (max-width: 640px) {
	.col_bottom.second {
		margin: 20px 0 0;
		display: flex;
		justify-content: center;
	}
}

.messager_list {
	display: flex;
	margin: 0 -20px;
}

.messager_list .item {
	padding: 0 20px;
}

.messager_list a {
	color: #fff;
}

.messager_list i {
	font-size: 30px;
}

.menu {
	flex-shrink: 1;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.menu_item {
	display: flex;
	font-size: 60px;
	font-family: 'flamabasic';
	margin-bottom: 50px;
	position: relative;
}

@media screen and (max-width: 1160px) {
	.menu_item {
		font-size: 42px;
	}
}

@media screen and (max-width: 640px) {
	.menu_item {
		font-size: 30px;
		margin-bottom: 25px;
	}
}

.menu_item:last-child {
	margin-bottom: 0;
}

.menu_item.active i {
	opacity: 1;
}

.menu_item a {
	color: #fff;
	display: flex;
	align-items: center;
	transition: color .6s;
	position: relative;
}

@media screen and (min-width: 1025px) {
	.menu_item a:hover {
		color: #A0DAA8;
	}

	.menu_item a:hover i {
		opacity: 1;
		transform: translate3d(0, -50%, 0);
	}
}

.menu_item i {
	flex-shrink: 0;
	flex-grow: 0;
	position: absolute;
	top: 50%;
	transform: translate3d(-5px, -50%, 0);
	left: -40px;
	font-size: 20px;
	opacity: 0;
	transition: opacity .3s, transform .3s;
}

@media screen and (max-width: 640px) {
	.menu_item i {
		left: 100%;
		transform: rotateY(180deg) translate3d(-5px, -50%, 0);
	}
}

.social_list {
	display: flex;
	margin: 60px -20px 0;
}

@media screen and (max-width: 640px) {
	.social_list {
		margin: 0 0 0 25px;
		flex-shrink: 0;
		flex-grow: 0;
		flex-direction: column;
	}
}

.social_list .item {
	padding: 0 20px;
}

@media screen and (max-width: 640px) {
	.social_list .item {
		padding: 15px 0;
		min-width: 32px;
		justify-content: center;
		align-items: center;
		display: flex;
	}
}

@media screen and (max-width: 479px) {
	.social_list .item {
		min-width: 50px;
	}
}

.social_list a {
	color: #fff;
}

.social_list i {
	font-size: 20px;
}

@media screen and (max-width: 640px) {
	.social_list i {
		opacity: .5;
	}
}

.logo {
	width: 628px;
	height: 524px;
	margin: 0 auto;
	position: relative;
}

@media screen and (max-width: 860px) {
	.logo {
		transform: scale(0.75);
	}
}

@media screen and (max-width: 767px) {
	.logo {
		height: 415px;
	}
}

@media screen and (max-width: 568px) {
	.logo {
		height: 375px;
	}
}

@media screen and (max-width: 480px) {
	.logo {
		height: 350px;
		transform: scale(0.7) translate3d(0, 50px, 0);
	}
}

svg {
	display: block;
}

text {
	font-family: 'flamalight', sans-serif;
	font-size: 40px;
}

@media screen and (max-width: 480px) {
	text {
		font-size: 34px;
	}
}

.cow {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate3d(-50%, 0, 0);
}

.cow_head {
	margin-bottom: 18px;
	position: relative;
}

.cow_eyes {
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	width: 100px;
	margin: 0 auto;
}

.eyebrows {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 5px;
}

.brow_left,
.brow_right {
	transition: transform .2s;
}

.eye_section {
	display: flex;
	justify-content: center;
}

.eye_left,
.eye_right {
	position: relative;
	border-radius: 50%;
	margin: 0 -5px;
	overflow: hidden;
}

.eye_section {
	-webkit-animation-iteration-count: 10;
	animation-iteration-count: 10;
}

.eye_section.blink {
	-webkit-animation: blink 0.2s cubic-bezier(0, 0.02, 0, 1.74);
	animation: blink 0.2s cubic-bezier(0, 0.02, 0, 1.74);
}

.eye_left {
	height: 68px;
	width: 56px;
}

.eye_right {
	z-index: 2;
	height: 62px;
	width: 50px;
	align-self: flex-end;
}

@-webkit-keyframes blink {
	from {
		transform: scaleY(0.4);
	}

	to {
		transform: scaleY(1);
	}
}

@keyframes blink {
	from {
		transform: scaleY(0.4);
	}

	to {
		transform: scaleY(1);
	}
}

.wrap_pupil {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	width: 50%;
	height: 50%;
}

.pupil {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}

.hand_like,
.planet,
.sphere,
.ring,
.lamp,
.rocket,
.rocket_item,
.rocket_smoke,
.rocket_cloud,
.dust,
.cloud,
.leaf {
	position: absolute;
}

.hand_like {
	top: 124px;
	left: 60px;
}

.planet {
	top: 264px;
	left: 0;
}

.sphere {
	top: 0;
	left: 20px;
}

.ring {
	top: 0;
	left: 0;
}

.lamp {
	top: 135px;
	right: 0;
}

.rocket {
	width: 326px;
	height: 240px;
	top: 0;
	right: 30px;
}

.rocket_item {
	right: -10px;
	top: -5px;
	z-index: 2;
	transform: translate3d(-4px, 2px, 0);
	opacity: 0;
}

.rocket_smoke {
	bottom: 50px;
	left: 94px;
	opacity: 0;
}

.rocket_cloud {
	bottom: 0;
	left: 0;
}

.rocket_cloud>* {
	transform: scale(0.9);
	opacity: 0;
}

.dust {
	top: 62px;
	left: 45px;
}

.star {
	position: absolute;
}

.star.one {
	bottom: 42px;
	left: 130px;
}

.star.two {
	top: 210px;
	left: 125px;
}

.star.three {
	top: 134px;
	left: 220px;
}

.star.four {
	top: 100px;
	right: 135px;
}

.star.five {
	top: 120px;
	right: 290px;
}

.star.six {
	top: 104px;
	right: 330px;
}

.star.seven {
	top: 215px;
	right: 108px;
}

.star.eight {
	bottom: 124px;
	right: 154px;
}

.cloud.first {
	bottom: 92px;
	left: 68px;
}

.cloud.second {
	top: 165px;
	left: 180px;
}

.cow_shadow {
	margin: 0 auto;
}

.leaf {
	bottom: 0;
	right: 60px;
	width: 80px;
	height: 82px;
}

@media screen and (max-width: 568px) {
	.leaf {
		right: -30px;
	}
}

@media screen and (max-width: 480px) {
	.leaf {
		transform-origin: bottom;
		transform: scale(0.85);
		right: -60px;
	}
}

.leaf svg {
	position: absolute;
}

.leaf .leaf_mid {
	bottom: 5px;
	left: 12px;
}

.leaf .leaf_min {
	bottom: 5px;
	right: 10px;
}

.leaf .shadow {
	bottom: 0;
}

.bird {
	position: absolute;
	bottom: 185px;
	right: 30px;
}

.circle {
	position: absolute;
	bottom: 168px;
	right: 60px;
}

.squares {
	position: absolute;
	bottom: 230px;
	right: 15px;
}

.section {
	padding: 75px 0;
}

@media screen and (max-width: 1024px) {
	.section {
		padding: 40px 0;
	}
}

@media screen and (max-width: 479px) {
	.section {
		padding: 25px 0;
	}
}

.section:first-child {
	padding-top: 0;
}

.section.secondary {
	background: linear-gradient(0deg, rgba(247, 247, 247, 0.95), rgba(247, 247, 247, 0.95));
}

.section .container {
	position: relative;
}

.headlineText {
	text-align: center;
	margin-bottom: 145px;
}

@media screen and (max-width: 860px) {
	.headlineText {
		margin-bottom: 75px;
	}
}

.headlineText .title {
	font-size: 18px;
	margin-bottom: 10px;
}

.headlineText .title.fade_text {
	opacity: 0;
	transition: opacity .3s;
}

.replace {
	font-size: 80px;
	line-height: 1.2;
	font-family: 'flamaextrabold';
	height: 100px;
	overflow: hidden;
	position: relative;
	visibility: hidden;
}

@media screen and (max-width: 860px) {
	.replace {
		font-size: 60px;
	}
}

@media screen and (max-width: 480px) {
	.replace {
		font-size: 40px;
		height: 55px;
	}
}

.replace div {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	transform: translate(0, 0);
}

.indicator {
	height: 25px;
	width: 3px;
	margin: 20px auto 0;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column-reverse;
}

@media screen and (max-width: 860px) {
	.indicator {
		margin-top: 10px;
	}
}

.indicator div {
	background-color: #000;
	height: 5px;
	width: 100%;
	opacity: 0;
}

.box_information {
	padding-top: 100px;
	margin-bottom: 100px;
	position: relative;
}

@media screen and (max-width: 1024px) {
	.box_information {
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 767px) {
	.box_information {
		padding-top: 0;
	}
}

.box_information:before {
	content: "";
	background: #A0DAA8;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: calc(100% - 150px);
}

@media screen and (max-width: 767px) {
	.box_information:before {
		height: calc(100% - 75px);
	}
}

.box_information .wrap {
	position: relative;
	min-height: 1060px;
	display: flex;
	flex-direction: column;
}

@media screen and (max-width: 1480px) {
	.box_information .wrap {
		min-height: 60vw;
	}
}

@media screen and (max-width: 767px) {
	.box_information .wrap {
		min-height: auto;
	}
}

.box_information .title {
	font-family: 'flamaextrabold';
	font-size: 80px;
	max-width: 50vw;
	width: 100%;
	text-transform: capitalize;
	position: relative;
	z-index: 2;
	margin: 0 0 100px 100px;
	flex-shrink: 1;
	flex-grow: 1;
	min-height: 1px;
}

@media screen and (max-width: 1280px) {
	.box_information .title {
		max-width: 55vw;
		margin: 0 40px 40px;
	}
}

@media screen and (max-width: 1160px) {
	.box_information .title {
		font-size: 60px;
	}
}

@media screen and (max-width: 860px) {
	.box_information .title {
		font-size: 50px;
	}
}

@media screen and (max-width: 767px) {
	.box_information .title {
		font-size: 40px;
		margin: 0;
		padding: 30px;
		max-width: 100%;
	}
}

@media screen and (max-width: 480px) {
	.box_information .title {
		font-size: 24px;
		padding: 18px;
	}
}

.box_image {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 84vw;
	height: auto;
	margin: 0 auto;
}

@media screen and (max-width: 1280px) {
	.box_image {
		max-width: 82vw;
	}
}

@media screen and (max-width: 767px) {
	.box_image {
		display: none;
	}
}

.box_description {
	background-color: #fff;
	padding: 45px 90px;
	font-size: 28px;
	line-height: 1.4;
	max-width: 690px;
	font-family: 'flamabook';
	width: 100%;
	position: relative;
	flex-shrink: 0;
	flex-grow: 0;
}

@media screen and (max-width: 1160px) {
	.box_description {
		font-size: 20px;
		padding: 45px;
	}
}

@media screen and (max-width: 1024px) {
	.box_description {
		max-width: 65vw;
	}
}

@media screen and (max-width: 767px) {
	.box_description {
		padding: 30px;
	}
}

@media screen and (max-width: 479px) {
	.box_description {
		font-size: 14px;
		max-width: 75vw;
		padding: 18px;
	}
}

.counter_list {
	display: flex;
}

.counter_list .item {
	width: 33.333%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.counter_list .sup {
	font-family: 'flamamedium';
	font-size: 60px;
}

@media screen and (max-width: 1024px) {
	.counter_list .sup {
		font-size: 38px;
	}
}

@media screen and (max-width: 767px) {
	.counter_list .sup {
		font-size: 28px;
	}
}

@media screen and (max-width: 479px) {
	.counter_list .sup {
		font-size: 20px;
	}
}

.counter_list .sub {
	font-size: 28px;
	font-family: 'flamabook';
}

@media screen and (max-width: 1024px) {
	.counter_list .sub {
		font-size: 20px;
	}
}

@media screen and (max-width: 767px) {
	.counter_list .sub {
		font-size: 16px;
	}
}

@media screen and (max-width: 479px) {
	.counter_list .sub {
		font-size: 14px;
	}
}

.second_title {
	color: #575757;
	font-size: 46px;
	line-height: 1;
	text-transform: uppercase;
	font-family: 'flamamedium';
	margin-bottom: 60px;
}

@media screen and (max-width: 1024px) {
	.second_title {
		font-size: 40px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 480px) {
	.second_title {
		font-size: 30px;
		margin-bottom: 20px;
	}
}

.wrapped_accordion {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.accordion {
	color: #575757;
	font-size: 22px;
	line-height: 1.6;
	font-family: 'flamabook';
}

@media screen and (max-width: 1024px) {
	.accordion {
		font-size: 18px;
	}
}

@media screen and (max-width: 480px) {
	.accordion {
		font-size: 14px;
	}
}

.accordion .item,
.accordion .default {
	margin-bottom: 70px;
	max-width: 1024px;
}

@media screen and (max-width: 640px) {

	.accordion .item,
	.accordion .default {
		margin-bottom: 25px;
	}
}

.accordion .item:last-child,
.accordion .default:last-child {
	margin-bottom: 0;
}

.accordion .item.open i,
.accordion .default.open i {
	transform: rotate(-180deg);
}

.accordion .default .desc {
	display: block;
}

.accordion .desc {
	display: none;
	margin-top: 20px;
}

.accordion .desc>* {
	margin-bottom: 20px;
}

.accordion .desc>*:last-child {
	margin-bottom: 0;
}

.button_accrordion {
	background: none;
	border: none;
	cursor: pointer;
	color: #000;
	font-family: 'flamamedium';
	font-size: 30px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	text-align: left;
}

@media screen and (max-width: 1024px) {
	.button_accrordion {
		font-size: 24px;
	}
}

@media screen and (max-width: 480px) {
	.button_accrordion {
		font-size: 16px;
	}
}

.button_accrordion span {
	margin-right: 34px;
}

@media screen and (max-width: 1024px) {
	.button_accrordion span {
		margin-right: 15px;
	}
}

.button_accrordion i {
	font-size: 20px;
	padding: 10px 0;
	transform: rotate(0);
	transition: transform .3s;
}

@media screen and (max-width: 1024px) {
	.button_accrordion i {
		font-size: 16px;
		padding: 6px 0;
	}
}

@media screen and (max-width: 480px) {
	.button_accrordion i {
		font-size: 12px;
	}
}

.group {
	max-width: 1710px;
	padding: 0 20px;
	width: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 2200px) {
	.group {
		padding-left: 260px;
		max-width: 1970px;
	}
}

@media screen and (max-width: 1280px) {
	.group {
		font-size: 26px;
		padding-left: 175px;
	}
}

@media screen and (max-width: 767px) {
	.group {
		padding: 0 20px;
	}
}

.group .inner {
	display: flex;
	justify-content: flex-end;
	text-transform: capitalize;
	align-items: center;
}

@media screen and (max-width: 1440px) {
	.group .inner {
		flex-direction: column;
	}
}

.group .wrap {
	max-width: 812px;
	position: relative;
	width: 100%;
	flex-shrink: 0;
	flex-grow: 0;
	margin-right: 110px;
}

@media screen and (max-width: 1800px) {
	.group .wrap {
		margin-right: 50px;
		max-width: 640px;
	}
}

@media screen and (max-width: 1440px) {
	.group .wrap {
		max-width: 100%;
		margin: 0 0 50px;
	}
}

.group .box {
	margin-bottom: 200px;
}

@media screen and (max-width: 1800px) {
	.group .box {
		margin-bottom: 75px;
	}
}

@media screen and (max-width: 567px) {
	.group .box {
		margin-bottom: 50px;
	}
}

.group .box:last-child {
	margin-bottom: 0;
}

.group .title {
	font-size: 60px;
	line-height: 1.2;
	font-family: 'flamaextrabold', sans-serif;
	margin-bottom: 20px;
}

@media screen and (max-width: 1280px) {
	.group .title {
		font-size: 40px;
	}
}

@media screen and (max-width: 767px) {
	.group .title {
		font-size: 32px;
	}
}

.group .title span {
	color: #A0DAA8;
}

.group .sub_title {
	font-weight: 500;
	font-size: 40px;
	font-family: 'flamalight', sans-serif;
	margin-bottom: 60px;
	text-transform: none;
}

@media screen and (max-width: 1280px) {
	.group .sub_title {
		font-size: 26px;
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 567px) {
	.group .sub_title {
		margin-bottom: 25px;
		font-size: 24px;
	}
}

.group .sub_title a {
	color: #EB897E;
}

@media screen and (min-width: 1025px) {
	.group .sub_title a:hover {
		text-decoration: underline;
	}
}

.group .desc {
	font-size: 28px;
	line-height: 1.6;
	margin-bottom: 20px;
	text-transform: initial;
}

@media screen and (max-width: 1280px) {
	.group .desc {
		font-size: 18px;
	}
}

@media screen and (max-width: 767px) {
	.group .desc {
		font-size: 16px;
	}
}

.group .list {
	display: flex;
	flex-wrap: wrap;
	font-size: 18px;
	margin: -5px -10px;
}

@media screen and (max-width: 1280px) {
	.group .list {
		font-size: 16px;
	}
}

@media screen and (max-width: 767px) {
	.group .list {
		font-size: 14px;
	}
}

.group .item {
	padding: 5px 10px;
}

.group .item.secondary a {
	color: #EB897E;
}

.group .item.primary a {
	color: #A0DAA8;
}

.group .item a {
	color: #000;
}

@media screen and (min-width: 1025px) {
	.group .item a:hover {
		text-decoration: underline;
	}
}

.player {
	flex-shrink: 1;
	flex-grow: 1;
	min-width: 1px;
	width: 100%;
	padding-bottom: 45%;
	position: relative;
}

@media screen and (max-width: 1440px) {
	.player {
		padding-bottom: 56%;
	}
}

.player iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.stuff,
.stuff_back,
.stuff_circle,
.stuff_book,
.stuff_cross,
.stuff_sph {
	position: absolute;
}

.stuff {
	top: -190px;
	right: 75%;
	width: 450px;
	height: 450px;
}

@media screen and (max-width: 1800px) {
	.stuff {
		transform: scale(0.75);
		right: auto;
		left: -250px;
	}
}

@media screen and (max-width: 1280px) {
	.stuff {
		transform: scale(0.6);
	}
}

.stuff_back {
	top: 0;
	right: 0;
}

.stuff_circle {
	top: 0;
	left: 50%;
	transform: translate3d(-25%, 0, 0);
}

.full_circle {
	transform: translate3d(34px, 34px, 0);
}

.half_circle {
	transform: translate3d(-26px, -26px, 0);
}

.stuff_book {
	top: 25px;
	left: 25px;
}

.stuff_shadow {
	transform: translate3d(-10px, -10px, 0);
}

.stuff_cross {
	bottom: 120px;
}

.cross_before {
	transform: translate3d(0, -12px, 0);
}

.cross_after {
	transform: translate3d(0, 12px, 0);
}

.stuff_sph {
	bottom: 145px;
	left: 150px;
}

.sph_before {
	transform: translate3d(10px, 10px, 0);
}

.sph_after {
	transform: translate3d(-8px, -8px, 0);
}

.field .row {
	margin-bottom: 40px;
}

.field .row:last-child {
	margin-bottom: 0;
}

.field .columns {
	display: flex;
	margin: 0 -25px;
}

@media screen and (max-width: 567px) {
	.field .columns {
		flex-direction: column;
		margin: 0;
	}
}

.field .column {
	width: 50%;
	padding: 0 25px;
}

@media screen and (max-width: 567px) {
	.field .column {
		padding: 0;
		width: 100%;
	}
}

.field .input {
	width: 100%;
	border: none;
	background: none;
	font-family: 'flamabook', sans-serif;
	font-size: 20px;
	line-height: 1.2;
	height: 60px;
	padding: 18px 25px;
	color: #5A5A5A;
	border-bottom: 1px solid #5A5A5A;
}

@media screen and (max-width: 1280px) {
	.field .input {
		font-size: 16px;
	}
}

@media screen and (max-width: 567px) {
	.field .input {
		font-size: 14px;
		padding: 14px 0;
	}
}

.field .message {
	border: none;
	border-bottom: 1px solid #000;
	color: #5A5A5A;
	background: none;
	resize: none;
	width: 100%;
	font-family: 'flamaregular', sans-serif;
	font-size: 20px;
	line-height: 1.2;
	height: 110px;
	padding: 18px 25px;
}

@media screen and (max-width: 1280px) {
	.field .message {
		font-size: 16px;
	}
}

@media screen and (max-width: 567px) {
	.field .message {
		font-size: 14px;
		padding: 14px 0;
	}
}

.button_send {
	font-size: 24px;
	line-height: 1.2;
	font-family: 'flamamedium', sans-serif;
	border: none;
	cursor: pointer;
	position: relative;
	width: 100%;
	border: 1px solid #5A5A5A;
	padding: 20px;
	background: none;
	overflow: hidden;
	transition: color .1s linear .1s;
}

@media screen and (max-width: 1280px) {
	.button_send {
		font-size: 20px;
		max-width: 300px;
	}
}

@media screen and (max-width: 567px) {
	.button_send {
		max-width: 100%;
	}
}

.button_send:before,
.button_send:after {
	content: "";
	position: absolute;
	background-color: #000;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	transform: translateY(100%);
	border-radius: 200% 75% 0 0;
	transition: transform .4s, border-radius .6s;
}

.button_send:after {
	background-color: #EB897E;
	top: -15px;
	z-index: 1;
	border-radius: 75% 200% 0 0;
}

.button_send div {
	z-index: 3;
	position: relative;
	display: flex;
	justify-content: center;
}

.button_send span {
	padding: 0 1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	-webkit-animation: var(--name, none) 0.7s linear forwards 0.2s;
	animation: var(--name, none) 0.7s linear forwards 0.2s;
}

.button_send.in {
	--name: move;
}

.button_send.in:not(.out) {
	color: #fff;
}

.button_send.in:not(.out):before,
.button_send.in:not(.out):after {
	transform: translateY(0);
}

.button_send.forward:before,
.button_send.forward:after {
	border-radius: 0;
}

.button_send.out {
	--name: move-out;
}

.button_send.out:before,
.button_send.out:after {
	border-radius: 50% 50% 0 0;
}

@-webkit-keyframes move {

	30%,
	36% {
		transform: translateY(calc(-6px * var(--move))) translateZ(0) rotate(calc(-13deg * var(--rotate) * var(--part)));
	}

	50% {
		transform: translateY(calc(3px * var(--move))) translateZ(0) rotate(calc(6deg * var(--rotate) * var(--part)));
	}

	70% {
		transform: translateY(calc(-2px * var(--move))) translateZ(0) rotate(calc(-3deg * var(--rotate) * var(--part)));
	}
}

@keyframes move {

	30%,
	36% {
		transform: translateY(calc(-6px * var(--move))) translateZ(0) rotate(calc(-13deg * var(--rotate) * var(--part)));
	}

	50% {
		transform: translateY(calc(3px * var(--move))) translateZ(0) rotate(calc(6deg * var(--rotate) * var(--part)));
	}

	70% {
		transform: translateY(calc(-2px * var(--move))) translateZ(0) rotate(calc(-3deg * var(--rotate) * var(--part)));
	}
}

@-webkit-keyframes move-out {

	30%,
	36% {
		transform: translateY(calc(6px * var(--move))) translateZ(0) rotate(calc(13deg * var(--rotate) * var(--part)));
	}

	50% {
		transform: translateY(calc(-3px * var(--move))) translateZ(0) rotate(calc(-6deg * var(--rotate) * var(--part)));
	}

	70% {
		transform: translateY(calc(2px * var(--move))) translateZ(0) rotate(calc(3deg * var(--rotate) * var(--part)));
	}
}

@keyframes move-out {

	30%,
	36% {
		transform: translateY(calc(6px * var(--move))) translateZ(0) rotate(calc(13deg * var(--rotate) * var(--part)));
	}

	50% {
		transform: translateY(calc(-3px * var(--move))) translateZ(0) rotate(calc(-6deg * var(--rotate) * var(--part)));
	}

	70% {
		transform: translateY(calc(2px * var(--move))) translateZ(0) rotate(calc(3deg * var(--rotate) * var(--part)));
	}
}

.messager_list {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 0 -5px;
	height: 100%;
}

@media screen and (max-width: 567px) {
	.messager_list {
		justify-content: flex-start;
		margin: 20px -10px 0;
	}
}

.item_box {
	padding: 0 5px;
}

@media screen and (max-width: 567px) {
	.item_box {
		padding: 0 10px;
	}
}

.item_box a {
	width: 70px;
	height: 70px;
	color: #000;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: color .3s;
}

@media screen and (min-width: 1025px) {
	.item_box a:hover {
		color: #fff;
	}

	.item_box a:hover::after {
		transform: scale(1) rotate(0);
		opacity: 1;
		border-radius: 35px;
	}
}

@media screen and (max-width: 567px) {
	.item_box a {
		width: auto;
		height: auto;
	}
}

.item_box a::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-color: #000;
	border-radius: 25px 50px;
	transform: scale(0.75) rotate(-90deg);
	opacity: 0;
	transition: transform .3s, opacity .2s, border-radius .3s;
	will-change: transform;
}

.item_box i {
	font-size: 30px;
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 567px) {
	.item_box i {
		font-size: 24px;
	}
}

.bottom_section {
	display: flex;
}

.bottom_section .column {
	flex-grow: 1;
	flex-shrink: 1;
	min-width: 1px;
}

.bottom_section .column.second {
	margin-right: 100px;
	flex-shrink: 0;
	flex-grow: 0;
	min-width: auto;
}

@media screen and (max-width: 1280px) {
	.bottom_section .column.second {
		margin-right: 25px;
	}
}

@media screen and (max-width: 767px) {
	.bottom_section .column.second {
		display: none;
	}
}

.bottom_section .wrap {
	max-width: 835px;
	width: 100%;
	font-size: 28px;
	line-height: 1.6;
}

@media screen and (max-width: 1620px) {
	.bottom_section .wrap {
		font-size: 24px;
	}
}

@media screen and (max-width: 1280px) {
	.bottom_section .wrap {
		font-size: 18px;
	}
}

@media screen and (max-width: 767px) {
	.bottom_section .wrap {
		font-size: 16px;
	}
}

.bottom_section .wrap>* {
	margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
	.bottom_section .wrap>* {
		margin-bottom: 20px;
	}
}

.bottom_section .wrap>*:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 1280px) {
	.rocket_post {
		transform: scale(0.75);
	}
}

.console_thumb .wrap {
	position: relative;
}

.console_thumb .content {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.console_thumb .hidden {
	opacity: 0;
}

.console_thumb img {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

.button_console {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	color: #fff;
	text-transform: capitalize;
	font-size: 46px;
	font-family: 'flamamedium';
	margin-top: 30px;
	-webkit-animation: anim .75s linear infinite;
	animation: anim .75s linear infinite;
	transform-origin: center;
}

@media screen and (max-width: 1280px) {
	.button_console {
		font-size: 2.75vw;
	}
}

@media screen and (max-width: 662px) {
	.button_console {
		font-size: 42.75vw;
	}
}

@media screen and (max-width: 479px) {
	.button_console {
		font-size: 8vw;
	}
}

@-webkit-keyframes anim {
	0% {
		transform: rotate(0deg);
	}

	25% {
		transform: rotate(5deg);
	}

	75% {
		transform: rotate(-5deg);
	}
}

@keyframes anim {
	0% {
		transform: rotate(0deg);
	}

	25% {
		transform: rotate(5deg);
	}

	75% {
		transform: rotate(-5deg);
	}
}

.console-underscore {
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: -0.14em;
	left: 2px;
}

.console_container {
	display: flex;
}

#console_text,
.console-underscore {
	color: #fff;
	font-family: 'flamamedium';
	font-size: 26px;
}

@media screen and (max-width: 1280px) {

	#console_text,
	.console-underscore {
		font-size: 1.6vw;
	}
}

@media screen and (max-width: 662px) {

	#console_text,
	.console-underscore {
		font-size: 2.75vw;
	}
}

@media screen and (max-width: 479px) {

	#console_text,
	.console-underscore {
		font-size: 4.2vw;
	}
}

.thumbs {
	-moz-columns: 3 200px;
	columns: 3 200px;
	margin: 0 -50px;
}

@media screen and (max-width: 1160px) {
	.thumbs {
		margin: 0 -25px;
	}
}

@media screen and (max-width: 860px) {
	.thumbs {
		margin: 0 -10px;
	}
}

@media screen and (max-width: 662px) {
	.thumbs {
		-moz-columns: 2 200px;
		columns: 2 200px;
	}
}

@media screen and (max-width: 479px) {
	.thumbs {
		-moz-columns: 1 200px;
		columns: 1 200px;
	}
}

.thumbs.small {
	-moz-columns: 2 200px;
	columns: 2 200px;
}

.thumb {
	-moz-column-break-inside: avoid;
	break-inside: avoid;
	padding: 50px;
	width: 100%;
}

@media screen and (max-width: 1160px) {
	.thumb {
		padding: 25px;
	}
}

@media screen and (max-width: 860px) {
	.thumb {
		padding: 10px;
	}
}

.thumb_item {
	width: 100%;
	-moz-column-break-inside: avoid;
	break-inside: avoid;
	padding: 50px;
}

@media screen and (max-width: 1160px) {
	.thumb_item {
		padding: 25px;
	}
}

@media screen and (max-width: 860px) {
	.thumb_item {
		padding: 10px;
	}
}

.stamp {
	-moz-column-break-inside: avoid;
	break-inside: avoid;
}

.th {
	display: block;
	position: relative;
	color: #000;
}

@media screen and (min-width: 1025px) {
	.th:hover .wrap_image {
		transform: perspective(2000px) scale(1.025) rotateX(var(--yrot)) rotateY(var(--xrot));
	}
}

.th:before {
	content: "";
	position: absolute;
	inset: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 75%;
	height: 75%;
	margin: auto;
	filter: blur(10px);
	border-radius: 5px;
	transition: width .4s, height .4s;
}

.wrap_image {
	position: relative;
	margin-bottom: 30px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform;
	transform: perspective(2000px);
	transition: transform .2s ease-out;
}

@media screen and (max-width: 860px) {
	.wrap_image {
		margin-bottom: 15px;
	}
}

.wrap_image.landscape {
	padding-bottom: 66.4%;
}

.wrap_image.portrait {
	padding-bottom: 132.6%;
}

.wrap_image img,
.wrap_image video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.wrap_image img {
	z-index: 2;
}

.thumb_title {
	font-size: 24px;
	font-family: 'flamamedium';
	margin-bottom: 15px;
}

@media screen and (max-width: 860px) {
	.thumb_title {
		font-size: 20px;
		margin-bottom: 5px;
	}
}

@media screen and (max-width: 480px) {
	.thumb_title {
		font-size: 16px;
	}
}

.thumb_desc {
	color: #5A5A5A;
	font-size: 20px;
	line-height: 1.2;
	font-family: 'flamabook';
	margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
	.thumb_desc {
		font-size: 16px;
	}
}

@media screen and (max-width: 860px) {
	.thumb_desc {
		font-size: 14px;
		margin-bottom: 15px;
	}
}

.thumb_tags {
	display: flex;
	flex-wrap: wrap;
	color: #B0B0B0;
	margin: -5px -10px;
}

.thumb_tags .item {
	padding: 5px 10px;
}

@media screen and (max-width: 860px) {
	.thumb_tags .item {
		font-size: 12px;
	}
}

.stamp {
	font-size: 28px;
	line-height: 1.4;
	font-family: 'flamabook';
	text-transform: capitalize;
	min-height: 500px;
}

@media screen and (max-width: 1000px) {
	.stamp {
		font-size: 20px;
	}
}

@media screen and (max-width: 860px) {
	.stamp {
		font-size: 14px;
		min-height: 250px;
	}
}

@media screen and (max-width: 479px) {
	.stamp {
		min-height: auto;
	}
}

.stamp .title {
	font-family: 'flamamedium';
	margin-bottom: 20px;
	font-size: 34px;
}

@media screen and (max-width: 860px) {
	.stamp .title {
		font-size: 20px;
	}
}

.txt_1,
.txt_2,
#ad_cta,
#logo {
	opacity: 0;
}

.txt {
	font-size: 16px;
	fill: #555;
	font-family: 'flamabook';
}

.txt_sm {
	font-size: 16px;
}

.txt_3 {
	opacity: 1;
	fill: #fff;
	font-size: 20px;
}

.svgadv {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.footer {
	display: table-row;
	height: 1px;
}

.footer_holder {
	background-color: #000;
	position: relative;
}

.footer_holder:before {
	content: "";
	background: url("../images/back-before.svg") no-repeat 0 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background-size: contain;
	-o-object-fit: contain;
	object-fit: contain;
}

.footer_holder:after {
	content: "";
	background: url("../images/back-after.svg") no-repeat 100% 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background-size: contain;
	-o-object-fit: contain;
	object-fit: contain;
}

.logo_footer {
	display: flex;
	justify-content: center;
}

.wrapped {
	padding: 130px 0;
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 640px) {
	.wrapped {
		padding: 100px 0;
	}
}

@media screen and (max-width: 480px) {
	.wrapped {
		padding: 50px 0;
	}
}

.wrapped .columns {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.wrapped .columns:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 480px) {
	.wrapped .columns {
		flex-direction: column-reverse;
		margin-bottom: 45px;
		align-items: center;
	}
}

@media screen and (max-width: 480px) {
	.wrapped .column {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}

	.wrapped .column:first-child {
		margin-bottom: 0;
	}
}

.wrapped a {
	color: #fff;
}

.wrapped .text {
	font-size: 60px;
	font-family: 'flamaextrabold';
	color: #fff;
	margin-bottom: 25px;
}

@media screen and (max-width: 640px) {
	.wrapped .text {
		font-size: 40px;
	}
}

@media screen and (max-width: 480px) {
	.wrapped .text {
		font-size: 18px;
		margin-bottom: 10px;
	}
}

.wrapped .mail {
	font-size: 40px;
	font-family: 'flamalight';
	color: #EB897E;
}

@media screen and (max-width: 640px) {
	.wrapped .mail {
		font-size: 30px;
	}
}

@media screen and (max-width: 480px) {
	.wrapped .mail {
		font-size: 14px;
	}
}

@media screen and (min-width: 1025px) {
	.wrapped .mail:hover {
		text-decoration: underline;
	}
}

.footer_social {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	flex-wrap: wrap;
	margin: -5px -10px;
	padding-bottom: 110px;
}

@media screen and (max-width: 640px) {
	.footer_social {
		padding-bottom: 75px;
	}
}

@media screen and (max-width: 480px) {
	.footer_social {
		padding-bottom: 45px;
		justify-content: center;
	}
}

.footer_social .item {
	padding: 5px 10px;
}

.footer_social i {
	font-size: 20px;
}

.address {
	color: #fff;
	font-size: 20px;
	line-height: 1.6;
	flex-shrink: 1;
	flex-grow: 1;
	min-width: 1px;
	font-family: 'flamabook';
}

@media screen and (max-width: 480px) {
	.address {
		font-size: 14px;
	}
}

.footer_navigation {
	display: flex;
	flex-wrap: wrap;
	margin: -10px -35px;
	flex-shrink: 0;
	flex-grow: 0;
}

@media screen and (max-width: 480px) {
	.footer_navigation {
		margin: 0;
	}
}

.footer_navigation .item {
	width: 50%;
	padding: 10px 35px;
	text-align: right;
}

@media screen and (max-width: 480px) {
	.footer_navigation .item {
		text-align: center;
		width: auto;
		padding: 10px 5px;
		flex-shrink: 1;
		flex-grow: 1;
	}
}

.footer_navigation a {
	transition: color .3s;
}

@media screen and (min-width: 1025px) {
	.footer_navigation a:hover {
		color: #EB897E;
	}
}

.surface {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	mix-blend-mode: darken;
	z-index: 99;
}

.surface_inner {
	position: fixed;
	inset: 0;
	margin: auto;
	width: 0%;
	height: 0%;
	background-color: #fbfbfb;
	-webkit-animation: surface 6s ease-in-out infinite alternate;
	animation: surface 6s ease-in-out infinite alternate;
}

@-webkit-keyframes surface {
	0% {
		border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
	}

	25% {
		border-radius: 65% 35% 51% 49%/49% 52% 48% 51%;
	}

	50% {
		border-radius: 42% 58% 28% 72%/65% 34% 66% 35%;
	}

	75% {
		border-radius: 34% 66% 63% 37%/77% 38% 62% 23%;
	}

	100% {
		border-radius: 24% 76% 72% 28%/53% 68% 32% 47%;
	}
}

@keyframes surface {
	0% {
		border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
	}

	25% {
		border-radius: 65% 35% 51% 49%/49% 52% 48% 51%;
	}

	50% {
		border-radius: 42% 58% 28% 72%/65% 34% 66% 35%;
	}

	75% {
		border-radius: 34% 66% 63% 37%/77% 38% 62% 23%;
	}

	100% {
		border-radius: 24% 76% 72% 28%/53% 68% 32% 47%;
	}
}

@-webkit-keyframes rotateZ {
	0% {
		transform: rotateZ(0deg);
	}

	100% {
		transform: rotateZ(360deg);
	}
}

@keyframes rotateZ {
	0% {
		transform: rotateZ(0deg);
	}

	100% {
		transform: rotateZ(360deg);
	}
}

.rocket_single {
	position: absolute;
	width: 411px;
	height: 367px;
	top: -124px;
	left: -302px;
}

@media screen and (max-width: 2350px) {
	.rocket_single {
		left: 20px;
	}
}

@media screen and (max-width: 1000px) {
	.rocket_single {
		transform: scale(0.75);
		left: -30px;
	}
}

@media screen and (max-width: 860px) {
	.rocket_single {
		transform: scale(0.6);
	}
}

.rocket_single .rocket_item {
	right: 15px;
	top: -7px;
}

.rocket_single .rocket_smoke {
	bottom: 70px;
	left: 94px;
}

.rocket_single .cloud {
	top: 0;
	left: 100px;
	opacity: 0;
}

.rocket_single .stars {
	position: absolute;
	bottom: 0;
	left: 0;
}

.rocket_single .stars path {
	opacity: 0;
}

/* // */
.wrap_field {
	position: relative;
}

/* loading */
.field_loading {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, .75);
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s, visibility .3s;
}

.form_popup .field_loading {
	background-color: rgba(0, 0, 0, .75);
}

.form_field.form_loading .field_loading,
.form_popup.form_loading .field_loading {
	opacity: 1;
	visibility: visible;
}

.item_loading {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@keyframes loading {
	0% {
		height: 25px;
		top: 0px;
	}

	50% {
		height: 50px;
		top: -10px;
	}

	100% {
		height: 25px;
		top: 0;
	}
}

.loading {
	position: absolute;
	background-color: #000;
	/* 	height: 25px; */
	width: 8px;
	animation-name: loading;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}

.form_popup .loading {
	background-color: #fff;
}

.loading.first {
	left: -15px;
	animation-delay: .2s;
}

.loading.second {
	left: 0;
	animation-delay: .4s;
}

.loading.last {
	left: 15px;
	animation-delay: .6s;
}

/* success */
.form_field,
.form_popup {
	position: relative;
}

.form_field.form_sent .field_loading,
.form_popup.form_sent .field_loading,
.form_field.form_sent form,
.form_popup.form_sent form,
.field_success {
	display: none;
}

.form_field.form_sent .field_success,
.form_popup.form_sent .field_success {
	display: flex;
}

.form_popup.form_sent .title,
.form_popup.form_sent .sub_title {
	display: none;
}

.field_success h2 {
	font-size: 60px;
	line-height: 1;
	margin-bottom: 10px;
	font-family: 'flamabold';
}

.form_fields h2 {
	color: #fff;
}

.field_success .text {
	font-size: 40px;
	line-height: 1.2;
	font-family: 'flamabook';
	text-transform: none;
	color: #EB897E;
	margin-bottom: 20px;
}

.field_success .button {
	background: #A0DAA8;
	border: 2px solid #A0DAA8;
	color: #000;
	min-width: 300px;
	padding: 18px 10px;
	font-size: 24px;
	font-family: 'flamamedium';
	cursor: pointer;
	transition: background .3s, color .3s, border .3s;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

@media screen and (min-width: 1025px) {
	.field_success .button:hover {
		background-color: #fff;
		color: #000;
		border: 2px solid #000;
	}
}

.field_success .column_field {
	width: calc(100% - 235px);
}

.field_success .column_field.second {
	width: 235px;
	display: flex;
	justify-content: center;
	padding: 10px 0;
}

@media screen and (max-width: 767px) {

	.field_success .column_field,
	.field_success .column_field.second {
		width: auto;
	}

	.field_success {
		text-align: center;
		flex-direction: column;
		align-items: center;
	}

	.field_success .wrap_message {
		margin: auto;
	}

	.field_success h2,
	.field_success .text {
		font-size: 30px
	}
}

.field_success .wrap_message {
	max-width: 430px;
}

@media screen and (max-width: 1280px) {
	.field_success .rocket_post {
		transform: scale(.95);
	}
}

/* //errors */
.field.name_error,
.input.name_error,
.field.accept.email_error,
.input.email_error {
	border-bottom-color: #ff4935;
}

.field.name_error::placeholder,
.input.name_error::placeholder,
.field.accept.email_error::placeholder,
.input.email_error::placeholder {
	color: #ff4935;
}

.wrapper.text-page .header {
	min-height: auto;
}

.wrapper.text-page .group {
	padding-left: 20px;
}

.wrapper.text-page .wrap {
	max-width: none;
}

.wrapper.text-page .stuff {
	top: 0;
	right: auto;
}

.wrapper.text-page .desc.custom {
	margin-left: 400px;
}

.wrapper.text-page .box {
	margin-top: 0;
}

.wrapper.text-page .title.with-icons {
	margin-left: 240px;
	padding-top: 170px;
	margin-bottom: 150px;
}

.wrapper.text-page .list {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}

.wrapper.text-page .list li {
	-webkit-list-style: inside;
	-moz-list-style: inside;
	-ms-list-style: inside;
	-o-list-style: inside;
	list-style: inside;
	margin-left: 10px;
	font-size: 28px;
	line-height: 1.6;
	text-transform: initial;
}


.wrapper.text-page .desc a {
	font-size: 28px;
	line-height: 1.6;
	color: #A0DAA8;
	font-weight: 900;
}

.wrapper.text-page .desc a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 1800px) {
	.wrapper.text-page .stuff {
		transform: scale(0.75);
		right: auto;
		left: -58px;
		top: -20px;
	}

	.wrapper.text-page .title.with-icons {
		margin-left: 200px;
		padding-top: 170px;
		margin-bottom: 100px;
	}

}

@media screen and (max-width: 1280px) {
	.wrapper.text-page .list li {
		font-size: 18px;
	}

	.wrapper.text-page .desc a {
		font-size: 18px;
		font-weight: 700;

	}
}

@media screen and (max-width: 767px) {
	.wrapper.text-page .list li {
		font-size: 16px;
	}

	.wrapper.text-page .desc a {
		font-size: 16px;
		font-weight: 500;
	}

	.wrapper.text-page .title.with-icons {
		margin-left: 0;
		padding-top: 30px;
		margin-bottom: 20px;
	}
}