@import 'normalize.min.css';
@import 'component.css';
@font-face {
	font-family: 'Lato';
	src: local('Lato Medium'), local('Lato-Medium'), url('../fonts/latomedium.woff2') format('woff2'), url('../fonts/latomedium.woff') format('woff'), url('../fonts/latomedium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: local('Roboto Medium'), local('Roboto-Medium'), url('../fonts/Robotomedium.woff2') format('woff2'), url('../fonts/Robotomedium.woff') format('woff'), url('../fonts/Robotomedium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: local('Roboto Bold'), local('Roboto-Bold'), url('../fonts/Robotobold.woff2') format('woff2'), url('../fonts/Robotobold.woff') format('woff'), url('../fonts/Robotobold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: local('Roboto Black'), local('Roboto-Black'), url('../fonts/Robotoblack.woff2') format('woff2'), url('../fonts/Robotoblack.woff') format('woff'), url('../fonts/Robotoblack.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}
html {
	height: 100%;
	font-size: 18px;
}
html *{
	outline: none;
}
body{
	font-family: 'Roboto', Arial;
	color: #000;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.clear{
	clear: both;
	display: block;
}
img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	text-align: inherit;
}
p {
	font-size: 16px;
	line-height: 28px;
	text-align: inherit;
	margin: 28px 0;
}
a {
	color: inherit;
	text-decoration: none;
}
.left{
	float: left;
}
.right{
	float: right;
}
.container{
	width: 1640px;
	margin: 0 auto;
}
.pageWrapper{
	width: 100%;
	height: 100%;
}
.innerPageWrapper{
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header .logo{
	position: absolute;
	top: 0;
	left: 0;
	width: 278px;
	height: 149px;
	background-color: #000;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header .logo img{
	width: 166px;
	height: 18px;
}
.topContacts{
	position: absolute;
	right: 85px;
	top: 75px;
	overflow: hidden;
}
.topContacts a{
	display: block;
	border-bottom: 1px solid transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.topEmail{
	margin-right: 48px;
}
.topPhone a{
	font-weight: 900;
}
.topEmail a{
	font-weight: 500;
	color: #5CC4F5;
}
.topEmail a:hover{
	border-bottom: 1px solid #5CC4F5;
}
.topPhone a:hover{
	border-bottom: 1px solid #000;
}
.socialLinks{
	overflow: hidden;
	position: absolute;
	bottom: 50px;
}
.socialLink.fb{
	background-image: url('../images/fb.svg');
}
.socialLink.vk{
	background-image: url('../images/vk.svg');
}
.socialLink.inst{
	background-image: url('../images/inst.svg');
}
.socialLink{
	width: 28px;
	height: 28px;
	margin-right: 44px;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.socialLink:hover{
	opacity: 0.8;
}
.pre-title{
	color: #5CC4F5;
	text-transform: uppercase;
	letter-spacing: 6px;
	font-weight: 600;
	margin-bottom: 11px;
}
.title{
	color: #45474E;
	font-size: 48px;
	font-weight: 900;
	margin-bottom: 44px;
}
.caption{
	color: #45474E;
	letter-spacing: 2px;
	line-height: 34px;
	font-weight: 500;
	padding-left: 38px;
	border-left: 3px solid #7BB0F2;
	margin-bottom: 103px;
}
.button {
	background-color: #5CC4F5;
	display: block;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	height: 102px;
	width: 398px;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	z-index: 1;
	cursor: pointer;
}
.button span {
	color: #fff;
	position: relative;
	z-index: 2;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.button:before,
.button:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	background-color: #1684b8;
	z-index: 0;
	transform: translate3D(0, -100%, 0);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	z-index: -1;
}
.button:before {
	background-color: #5CC4F5;
	transform: translate3D(0, 0, 0);
}
.button:hover {
	text-decoration: none !important;
}
.button:hover:after {
	transform: translate3D(0, 0, 0);
	transition: all 0.2s;
}
.hidden{
	display: none;
}
.l-boxes__item{
	width: 100%;
	height: 100%;
	background: #5CC4F5;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
.icon.icon-close{
	width: 24px;
	height: 24px;
	background-image: url('../images/close-button.svg');
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 52px;
	right: 52px;
	cursor: pointer;
	-webkit-transition: 0.2s linear;
	-moz-transition:  0.2s linear;
	transition:  0.2s linear;
}
.icon.icon-close:hover{
	-webkit-transform: rotateZ(180deg);
	-moz-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
}
.morph-content .button{
	background-color: #fff;
}
.morph-content .button:after {
	background-color: #00acfe;
}
.morph-content .button:before {
	background-color: #fff;
}
input, textarea{
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
}
textarea {
		resize: none;
		outline: none;
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		margin: 0
}

.form {
		color: #45474E;
		text-align: left;
		position: relative;
		z-index: 2;
		margin: 0 auto;
		max-width: 536px;
		padding: 4.75rem 11rem;
}

.form__legend {
		display: block;
		text-align: center;
		width: 100%;
		margin: 0 0 58px 0;
		font-size: 48px;
		line-height: 58px;
		font-family: 'Roboto', Arial;
		font-weight: 900;
}

.form__item {
		max-width: 100%;
		margin: 0 auto 45px auto;
		height: 36px;
		position: relative;
		width: 100%;
}
.form__item--textarea{

}
.form__item--button{
		margin-bottom: 0;
		height: auto
}

.form__item.filled .form__label span {
		animation: anim-1 .3s forwards;
		font-size: 14px;
		padding: 1.5rem 0 1rem;
}

.form__item.filled .form__label:after {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
		-webkit-transition-delay: .15s;
		 -o-transition-delay: .15s;
		 transition-delay: .15s; 
}

.form__label {
		position: absolute;
		bottom: 0;
		left: 0;
		text-align: left;
		pointer-events: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		height: calc(100% + 18px);
		width: 100%;
		overflow: hidden
}

.form__label span {
		font-size: 18px;
		position: absolute;
		padding: 18px 0 18px 0;
		display: block;
		width: 100%;
		letter-spacing: 0.3px;
		font-weight: 500;
		color: #45474E;
}

.form__label:after,.form__label:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%
}

.form__label:before {
		border-bottom: 1px solid #45474E
}

.form__label:after {
		border-bottom: 2px solid #45474E;
		height: 95%;
		-webkit-transform: translateX(-110%);
		-ms-transform: translateX(-110%);
		-o-transform: translateX(-110%);
		transform: translateX(-110%);
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
}

.form__label--simple {
		position: relative;
		height: auto
}

.form__label--simple span {
		position: relative;
		padding-top: 0
}

.form__label--simple:after,.form__label--simple:before {
		display: none
}

.form__input {
		display: block;
		outline: none;
		color: #45474E;
		font-size: 18px;
		font-weight: 500;
		width: 100%;
		height: 100%;
		border: 0;
		border-bottom: 1px solid #45474E;
		border-radius: 0;
		background: 0 0
}

.form__input::-webkit-input-placeholder {
		font-size: 0
}

.form__input::-moz-placeholder {
		font-size: 0
}

.form__input:-ms-input-placeholder {
		font-size: 0
}

.form__input.error+span {
		font-size: 14px;
		color: #c90c0f
}

.form__input:focus+.form__input .form__label span {
		animation: anim-1 .3s forwards;
		font-size: 1rem
}

.form__input:focus+.form__input .form__label:after {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
		-webkit-transition-delay: .15s;
		-o-transition-delay: .15s;
		transition-delay: .15s;
}

.form * {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
}
.form__item--button{
	margin-top: 13px;
}
.form__item--button .button{
	margin: 0 auto;
}
.form__item--button .button span{
	color: #45474E;
}
.smallGray{
	font-family: 'Lato', Arial;
	font-weight: 500;
	letter-spacing: 0.3px;
	line-height: 17px;
	font-size: 13px;
	margin-top: 92px;
}
.smallGray a{
	text-decoration: underline;
}
.l-boxes__item-small.is-active{
	position: absolute;
	top: 0;
	left: 50%;
	width: 700px;
	margin-left: -400px;
	z-index: 2000;
	background: #fff;
	padding: 20px 50px;
}
.l-boxes__item-small .icon.icon-close{
	top: 18px;
	right: 18px;
}
.l-boxes__item-small p{
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
}
.js-form-send{
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.js-form-send.passed{
	background-color: #fff;
}
.js-form-send.passed:before,
.js-form-send.passed:after{
	display: none;
}
.js-form-send.passed span{
	color: #5CC4F5;
	text-indent: 28px;
}
.js-form-send span{
	position: unset;
}
.js-form-send span:before{
	content: '';
	display: block;
	position: absolute;
	width: 26px;
	height: 20px;
	background: url('../images/checked.svg') no-repeat;
	background-size: contain;
	top: 40px;
	left: 48px;
	opacity: 0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.js-form-send.passed span:before{
	opacity: 1;
}
#gs-big{
	position: absolute;
	width: 444px;
	height: 108vh;
	top: -48px;
	right: 27%;
	z-index: -1;
	background: url('../images/gs_big.png') no-repeat center;
	background-size: contain;
	opacity: 0.14;
	display: none;
}
#gs-big.animated{
	opacity: 1;
	animation: pulsate 5s infinite;
}
.overallWrapper{
	width: 100%;
	height: 100%;
	opacity: 0;
}
@media screen and (max-height: 860px){
	.header .logo{
		width: 210px;
		height: 80px;
	}
	.topContacts{
		top: 25px;
		right: 25px;
	}
	.topEmail{
		margin-right: 25px;
	}
}
@media screen and (max-height: 768px){
	#gs-big{
		top: -32px;
	}
}
@media screen and (max-height: 667px){
	.title,
	.caption{
		margin-bottom: 28px;
	}
}
@media screen and (max-height: 620px){
	.content-style-overlay{
		display: block;
		overflow-y: scroll;
	}
}
@media screen and (max-height: 580px){
	.socialLinks {
			position: relative;
			bottom: unset;
			margin-top: 28px;
	}
	.caption,
	.pre-title{
		font-size: 14px;
	}
	.caption{
		line-height: 23px;
	}
	.title{
		font-size: 28px;
	}
	.button,
	.morph-button-fixed, .morph-button-fixed .morph-content {
			height: 77px;
			width: 280px;
	}
	.button span{
		font-size: 16px;
		letter-spacing: 3px;
	}
	#gs-big{
		height: 100%;
		top: 0;
	}
}
@media screen and (max-height: 490px){
	.innerPageWrapper{
		display: block;
		margin-top: 100px;
	}
}
@media screen and (max-height: 420px){
	.title, .caption {
			margin-bottom: 12px;
	}
	.socialLinks{
		margin-top: 12px;
	}
	.button,
	.morph-button-fixed, .morph-button-fixed .morph-content {
		height: 47px;
		width: 218px;
	}
	.button span {
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 47px;
	}
}
@media screen and (max-height: 344px){
	.socialLinks{
		display: none;
	}
}
@media screen and (max-width: 1800px){
	.container{
		width: 1170px;
	}
}
@media screen and (max-width: 1200px){
	.container{
		width: 970px;
	}
}
@media screen and (max-width: 992px){
	.container{
		width: 750px;
	}
	#gs-big{
		right: 0;
	}
	#gs-big.looped{
		opacity: 0 !important;
		animation: unset;
	}
}
@media screen and (max-width: 768px){
	.container{
		width: 90%;
	}
}
@media screen and (max-width: 700px){
	.l-boxes__item-small.is-active {
			position: absolute;
			top: 0;
			left: 0;
			width: calc(100% - 50px);
			margin-left: 0;
			z-index: 2000;
			background: #fff;
			padding: 20px 25px;
			overflow-y: scroll;
			height: 100vh;
	}
	.l-boxes__item-small p {
			font-weight: 500;
			font-size: 14px;
			line-height: 24px;
	}
	.icon.icon-close{
		z-index: 1500;
	}
}
@media screen and (max-width: 620px){
	.topContacts a{
		font-size: 14px;
	}
}
@media screen and (max-width: 550px){
	.topEmail{
		display: none;
	}
}
@media screen and (max-width: 520px){
	.innerPageWrapper{
		/*display: block;*/
		/*margin-top: 100px;*/
	}
	.title,
	.caption{
		margin-bottom: 28px;
	}
	.socialLinks {
			position: relative;
			bottom: unset;
			margin-top: 28px;
	}
	.caption,
	.pre-title{
		font-size: 14px;
	}
	.caption{
		line-height: 23px;
		padding-left: 18px;
	}
	.title{
		font-size: 28px;
	}
	.button,
	.morph-button-fixed, .morph-button-fixed .morph-content {
			height: 77px;
			width: 280px;
	}
	.button span{
		font-size: 16px;
		letter-spacing: 3px;
	}
	#gs-big{
		height: 100%;
		top: 0;
	}
	.title, .caption {
			margin-bottom: 12px;
	}
	.socialLinks{
		margin-top: 12px;
	}
	.button,
	.morph-button-fixed, .morph-button-fixed .morph-content {
		height: 47px;
		width: 218px;
	}
	.button span {
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 47px;
	}
	.content-style-overlay{
		display: block;
		overflow-y: scroll;
	}
	.form{
		padding: 18px 28px;
	}
	.form__legend{
		margin: 28px 0 28px 0;
		font-size: 28px;
	}
	.icon.icon-close{
		top: 18px;
		right: 18px;
	}
	.smallGray{
		margin-top: 28px;
	}
	.form__input.error+span {
			font-size: 12px;
		}
}
@media screen and (max-width: 380px){
	.header .logo {
		width: 153px;
		height: 63px;
	}
	.header .logo img {
			width: 80%;
			height: 18px;
	}
}
@keyframes anim-1 {
	50% {
			opacity: 0;
			-webkit-transform: translate3d(2rem,0,0);
			-ms-transform: translate3d(2rem,0,0);
			-o-transform: translate3d(2rem,0,0);
			transform: translate3d(2rem,0,0);
	}

	51% {
			opacity: 0;
			-webkit-transform: translate3d(-2rem,-45%,0);
			-ms-transform: translate3d(-2rem,-45%,0);
			-o-transform: translate3d(-2rem,-45%,0);
			transform: translate3d(-2rem,-45%,0);
	}

	to {
			opacity: 1;
			-webkit-transform: translate3d(0,-45%,0);
			-ms-transform: translate3d(0,-45%,0);
			-o-transform: translate3d(0,-45%,0);
			transform: translate3d(0,-45%,0);
	}
}
@-webkit-keyframes pulsate{
	0%   { opacity: 0.14; }
	50%   { opacity: 1; }
	100%   { opacity: 0.14; }
}
@-moz-keyframes pulsate{
	0%   { opacity: 0.14; }
	50%   { opacity: 1; }
	100%   { opacity: 0.14; }
}
@-ms-keyframes pulsate{
	0%   { opacity: 0.14; }
	50%   { opacity: 1; }
	100%   { opacity: 0.14; }
}
@-o-keyframes pulsate{
	0%   { opacity: 0.14; }
	50%   { opacity: 1; }
	100%   { opacity: 0.14; }
}
@keyframes pulsate {
	0%   { opacity: 0.14; }
	50%   { opacity: 1; }
	100%   { opacity: 0.14; }
}