@import url("/assets/fonts/stylesheet.css");

body {
	margin: 0px;
	font-family: "Gotham Pro", sans-serif;
	color: #00335b;
}
h1 {
	margin: 0px;
	font-size: 50px;
}
h2 {
	margin: 0px;
	font-size: 35px;
	color: #00335b;
}
hr {
	border: none;
	border-top: 1px solid rgb(66 124 168 / 20%);
}
.button {
	box-shadow: inset 0 0 0 0.125rem #00335b;
	background: none;
	padding: 20px 40px;
	border: none;
	border-radius: 10px;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	transition: 300ms;
	color: #00335b;
}
.button:hover {
	color: #fff;
	background: #00335b;
}
.button_active {
	color: #fff;
	background: #00335b;
}
.button_form {
	display: inline-block;
	text-align: center;
	min-width: 0;
	height: 2.75rem;
	padding-left: 2rem;
	padding-right: 2rem;
	border-radius: 0.25rem;
	border: none;
	font-size: 0.6875rem;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
	transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
	cursor: pointer;
	background-image: -webkit-gradient(linear, left top, right top, from(#aad9ff), color-stop(50%, #003761), to(#aad9ff));
	background-image: linear-gradient(to right, #aad9ff 0%, #003761 50%, #aad9ff 100%);
	background-size: 200%;
	background-position: 0%;
	color: #fff;
	-webkit-transition-property: background-position, color;
	transition-property: background-position, color;
}
input, select, textarea {
	width: 100%;
	padding: 10px 15px;
	border: 0.125rem solid #e6eaec;
	border-radius: 0.25rem;
	background-color: #fff;
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: normal;
	color: #000;
	outline: none;
	font-family: "Gotham Pro", sans-serif;
	resize: none;
	-webkit-appearance: none;
}
input[type=checkbox] {
	-webkit-appearance: auto;
}
input::placeholder, textarea::placeholder {
	color: #bababa;
	font-weight: 400;
}
input:focus {
	border: 0.125rem solid #f8bd5c;
	background-color: #fff;
	-webkit-box-shadow: 0 0.875rem 1rem 0 rgba(247, 218, 169, 0.53);
					box-shadow: 0 0.875rem 1rem 0 rgba(247, 218, 169, 0.53);
	-webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); 
}

.button_form:hover {
	background-position: 100%;
}
a {
	text-decoration: none;
	color: inherit;
}
.head {
	background: #fff;
	box-shadow: 0.125rem 0.1875rem 3.375rem 0 rgb(0 42 74 / 14%);
	display: flex;
	align-items: center;
	justify-content: center;
}
.head .logo {
	width: 150px;
}
.head .menu {
	display: flex;
	width: 40%;
	align-items: center;
	justify-content: center;
}
.head .menu .link {
	color: #bababa;
	transition: 300ms;
	cursor: pointer;
	font-size: 18px;
	font-weight: 700;
	padding: 1rem;
}
.head .menu .link:hover {
	color: #00335b;	
}
.head .language {
	display: flex;
}
.head .language div {
	width: 50px;
	height: 35px;
	margin: 10px;
	opacity: 0.5;
	cursor: pointer;
}
.head .language div:hover {
	opacity: 1;
	transition: 300ms;
}
.head #menu_button {
	display: none;
}
.image_block {
	text-align: center;
	color: #fff;
	position: relative;
}
.image_block div {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgb(0 0 0 / 50%);
}
.image_block h1 {
	padding: 150px;
	z-index: 1;
	position: relative;
	text-transform: uppercase;
}
#section_2 {	
	padding: 120px 20%;
	text-align: center;
	position: relative;
}
#section_2 .content {
	margin-top: 60px;
	text-align: left;
}
#section_2 .content .buttons {
	text-align: center;
}
#section_2 .content .buttons button {
	margin: 0px 20px;
}
#section_2 .content .item {
	margin-top: 60px;
	transition: 300ms;
	height: auto;
}
#section_2 .content #form_block .fileds_block {
	margin-bottom: 100px;
}
#section_2 .content #form_block .fileds_block:nth-child(3) {
	margin-bottom: 40px;
}
#section_2 .content #form_block .fileds_block .title {
	font-size: 30px;
	font-weight: 100;
	position: relative;
	height: 55px;
	margin-bottom: 50px;
}
#section_2 .content #form_block .fileds_block .title .wave {
	background: url(https://crewing.odessa.ua/wp-content/themes/Univis/img/title-section-decoration.svg);
	background-size: 100%;
	background-position: center;
	width: 42px;
	height: 20px;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
}
#section_2 .content #form_block .fileds_block .block {
	margin-bottom: 70px;
}
#section_2 .content #form_block .fileds_block .block .name {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 30px;
}
#section_2 .content #form_block .fileds_block .block .fields {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
#section_2 .content #form_block .fileds_block .block .fields div {
	width: 100%;
	display: flex;
	align-items: center;
}
#section_2 .content #form_block .fileds_block .block .fields input,
#section_2 .content #form_block .fileds_block .block .fields select,
#section_2 .content #form_block .fileds_block .block .fields span,
#section_2 .content #form_block .fileds_block .block .fields div {
	margin-right: 20px;
}
#section_2 .content #form_block .fileds_block .block .fields input:last-child,
#section_2 .content #form_block .fileds_block .block .fields select:last-child,
#section_2 .content #form_block .fileds_block .block .fields div:last-child {
	margin-right: 0px;	
}
#section_2 .content #form_block .fileds_block .block .fields span {
	width: auto;
	display: block;
	white-space: nowrap;
}
#section_2 .content #form_block .fileds_block .block_table {
	width: 100%;
}
#section_2 .content #form_block .fileds_block .block_table tr th {
	background: #f6f9fb;
	padding: 20px;
	font-size: 13px;
	width: 12.5%;
}
#section_2 .content #form_block .fileds_block .block_table tr td {
	padding: 15px;
}
#section_2 .content #form_block .fileds_block .block_table tr td span {
	font-size: 13px;
}
#section_2 .content #form_block .fileds_block .block_table div input {
	padding: 5px 15px;
	margin-bottom: 5px;
}
#section_2 .content #form_block .fileds_block .block_table div input:last-child {
	margin-block: 0px;	
}
#section_2 .content #form_block .fileds_block .block_table textarea,
#section_2 .content #form_block .fileds_block .block_table select {
	height: 58px;	
}
#section_2 .content #form_block .text_form {
	line-height: 1.55556;
	font-weight: 400;
	color: #808080;
	margin: 50px 0px;
}
#section_2 .content #form_block .text_form div {
	margin-bottom: 20px;
}
#section_2 .content #form_block .buttons_form {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #808080;
	margin-top: 50px;
}
#section_2 .content #form_block .buttons_form div {
	display: flex;
	align-items: center;	
}
#section_2 .content #form_block .buttons_form span {
	font-size: 14px;
}
#section_2 .content #form_block .buttons_form input {
	width: 17px;
	margin: 0px 20px;
	height: 17px;
}
#section_2 .content .item .name i {
	margin-right: 20px;
	font-size: 20px;
	transition: 300ms;
}
#section_2 .content .item .upload_form {
	text-align: center;
}
#section_2 .content .item .upload_form label {
	font-size: 20px;
	cursor: pointer;
	margin-bottom: 35px;
	display: block;
	color: #000;
}
#section_2 .content .item .upload_form label i {
	margin-right: 15px;
}
#section_2 .content .item .done {
	display: none;
	text-align: center;
	font-size: 20px;
	margin-top: 40px;
}
#section_2 .content .item #frame {
	margin-top: 40px;
	border: none;
	width: 100%;
	height: 3350px;
}
#section_4 {
	padding: 120px 10%;
	text-align: center;
	position: relative;
	color: #000;
}
#section_4 .icons {
	display: flex;
	margin-bottom: 60px;
	line-height: 35px;
}
#section_4 .icons .item {
	font-size: 25px;
	margin-bottom: 50px;
	text-align: center;
	width: 25%;
	margin-right: 20px;
	font-weight: 100;
}
#section_4 .icons .item:last-child {
	margin-right: 0px;	
}
#section_4 .icons .item:hover i {
	transform: scale(1.1);
}
#section_4 .icons .item i {
 width: 75px;
 height: 75px;
 font-size: 40px;
 margin-bottom: 30px;
 border: 1px solid #00335b80;
 padding: 20px;
 border-radius: 50%;
 display: flex;
 align-items: center;
 justify-content: center;
 margin-left: auto;
 margin-right: auto;
 transition: 300ms;
 color: #00335b;
}
#section_4 .icons .item span {
	display: block;
}
#section_4 .companies {
	padding-top: 120px;
	overflow: hidden;
	white-space: nowrap;
	overflow-x: auto;
}
#section_4 .companies::-webkit-scrollbar {
	display: none;
}
#section_4 .companies img {
	width: calc(25% - 50px);
	margin-right: 50px;
}
#section_4 .companies img:last-child {
	margin-right: 0px;
}
#section_4 .dots {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 60px;
}
#section_4 .dots div {
	width: 15px;
	height: 15px;
	background: #00335b;
	border-radius: 50%;
	margin: 0px 7px;
	cursor: pointer;
	opacity: 0.25;
}
#section_4 .dots .active {
	opacity: 1;
}
#footer {
	background: #013660;
	color: #fff;
	padding: 60px 200px;
	position: relative;
}
#footer h1 {
	text-align: center;
	margin-bottom: 60px;
}
#footer .logo img {
	width: 100px;
}
#footer .contacts {
	display: flex;
	width: 100%;
	justify-content: center;
}
#footer .contacts .item {
	line-height: 25px;
	width: 25%;
}
#footer .contacts .item .name_block {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
#footer .social {
	display: flex;
	align-items: center;
	margin-top: 50px;
	flex-wrap: wrap;
}
#footer .social div {
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
#footer .social span {
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	left: calc(50% - 90px);
	font-weight: bold;
}
.wave_top {
	background: url(/assets/images/wave.png);
	background-size: cover;
	background-position: center;
	width: 150px;
	height: 75px;
	position: absolute;
	left: 0px;
	top: 60px;
}
.wave_bottom {
	background: url(/assets/images/wave.png);
	background-size: cover;
	background-position: center;
	width: 150px;
	height: 75px;
	position: absolute;
	right: 0px;
	bottom: 60px;
}
#mobile_menu {
	display: none;
}
#preloader {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: #fff;
	top: 0px;
	left: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}
#preloader div {
	width: 10vw;
	height: 10vw;
	animation: 1s ease-in infinite preloader;
	transition: 300ms;
}
@keyframes preloader {
	10% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}
@media screen and (max-width: 1024px) {
h1 {
	font-size: 30px;
}
.head {
	padding: 0px 20px;
	font-size: 30px;
}
.head .logo {
	width: 75px;
}
.head .menu {
	display: none;
}
.head .language {
	display: none;
}
.head #menu_button {
	margin-left: auto;
	display: block;
}
.image_block h1 {
	padding: 60px 30px;
}
.wave_top {
	width: 75px;
	height: 35px;
	top: 30px;
}
.wave_bottom {
	width: 75px;
	height: 35px;
	bottom: 30px;
}
#section_2 {
	padding: 60px 20px;
}
#section_4 {
	padding: 60px 20px;
}
#section_4 .icons {
	display: block;
}
#section_4 .icons .item {
	width: 100%;
	margin: 0px;
	margin-bottom: 50px;
}
#section_4 .companies {
	padding-top: 60px;
	scroll-snap-type: x mandatory;
}
#section_4 .companies img {
	width: 100%;
	scroll-margin: 0px;
	scroll-snap-align: start;
	scroll-snap-stop: normal;
}
#section_4 .dots {
	display: none;
}
#footer {
	padding: 60px 20px;
}
#footer .contacts {
	display: block;
}
#footer .contacts .item {
	width: 100%;
	margin-bottom: 50px;
}
#footer .contacts .item .name_block {
	text-align: center;
}
#mobile_menu {
	position: fixed;
	top: 75px;
	background: #fff;
	width: 100%;
	height: calc(100vh - 50px);
	z-index: 1;
}
#mobile_menu .menu {
	padding: 40px 20px;
	text-align: center;
	font-size: 25px;
}
#mobile_menu .menu a {
	display: block;
	margin-bottom: 20px;
}
#mobile_menu .language {
	display: flex;
	align-items: center;
	justify-content: center;
}
#mobile_menu .language div {
	width: 50px;
	height: 30px;
	margin: 0px 20px;
}
#section_2 .content .buttons button {
	width: calc(100% - 40px);
}
#section_2 .content .buttons button:nth-child(1) {
	margin-bottom: 20px;
}
#section_2 .content #frame_block {
	margin-bottom: 0px;
}
#section_2 .content .item #frame {
	height: 3900px;
}
#footer .social span {
	position: relative;
	margin-top: 30px;
	width: 100%;
	text-align: center;
	left: 0px;
}
#preloader div {
	width: 50vw;
	height: 50vw;	
}
#section_2 .content #form_block .fileds_block .title {
	font-size: 22px;
	height: 40px;
}
#section_2 .content #form_block .fileds_block .title .wave {
	width: 30px;
}
#section_2 .content #form_block .fileds_block .block .fields {
	display: block;
}
#section_2 .content #form_block .fileds_block .block .fields input,
#section_2 .content #form_block .fileds_block .block .fields span,
#section_2 .content #form_block .fileds_block .block .fields select {
	margin-bottom: 20px;
}
#section_2 .content #form_block .fileds_block .block .fields input:last-child,
#section_2 .content #form_block .fileds_block .block .fields select:last-child {
	margin-bottom: 0px;
}
#section_2 .content #form_block .fileds_block .block .fields div {
	display: block;
	margin-bottom: 20px;
}
#section_2 .content #form_block .fileds_block {
	margin-bottom: 40px;
	overflow: hidden;
}
#section_2 .content #form_block .fileds_block .block_scroll {
	overflow: hidden;
	overflow-x: auto;
}
#section_2 .content #form_block .buttons_form {
	flex-wrap: wrap;
}
#section_2 .content #form_block .buttons_form button {
	margin-top: 25px;
}













}