@font-face {
	font-family: 'CeraPro';
	src: url('../fonts/CeraPro-Regular.eot');
	src: local('CeraPro'), local('CeraPro'),
		url('../fonts/CeraPro-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/CeraPro-Regular.woff') format('woff'),
		url('../fonts/CeraPro-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'CeraPro';
	src: url('../fonts/CeraPro-Medium.eot');
	src: local('CeraPro'), local('CeraPro'),
		url('../fonts/CeraPro-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/CeraPro-Medium.woff') format('woff'),
		url('../fonts/CeraPro-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'CeraPro';
	src: url('../fonts/CeraPro-Bold.eot');
	src: local('CeraPro'), local('CeraPro'),
		url('../fonts/CeraPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/CeraPro-Bold.woff') format('woff'),
		url('../fonts/CeraPro-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

body {
	font-family: 'CeraPro', sans-serif;
	background: #352ECA;
}

.sub-title {
	background: #fff;
}

ul, li {
	list-style: none;
	padding: 0;
	margin: 0;
}

a {
	transition: 0.3s;
}

a:hover {
	text-decoration: none;
}

:focus {
	outline: none;
}

p {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2rem;
	margin-bottom: 0;
}

button:focus {
	outline: none;
}

input {
	box-shadow: none;
	border-radius: 0;
}

.iti--separate-dial-code .iti__selected-flag {
	background: none !important;
}

.iti.iti--allow-dropdown {
	width: 100% !important;
}

.iti.iti--allow-dropdown div {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.input.just-validate-error-field, .input.just-validate-success-field {
	background-position: right calc(0.375em + 0.1875rem) center;
	background-repeat: no-repeat;
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.checkbox.just-validate-error-field:focus, .input.just-validate-error-field:focus, .select.just-validate-error-field:focus {
	border-color: #b81111;
	box-shadow: 0 0 0 0.25rem #dc354540;
}

.input.just-validate-error-field {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23B81111'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23B81111' stroke='none'/%3E%3C/svg%3E");
	border-color: #b81111;
}

.input.just-validate-success-field {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
	border-color: #198754;
}

.utf-wrapper {
	background: url('../img/home-bg.jpg') center top no-repeat;
	background-size: cover;
	height: 100vh;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.header {
	padding-top: 4rem;
}

.page-about .header {
	z-index: 10;
	position: relative;
}

.body-modal-open .menu-block {
	opacity: 0;
}

.logo {
	display: inline-block;
	position: relative;
	z-index: 8;
}

.main-logo {
	width: 60rem;
}

.footer {
	padding-bottom: 3rem;
	text-align: center;
}

.rights-reserved {
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.btn-marc {
	padding: 1.8rem;
	border: 0.1rem solid #FFFFFF;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 2rem;
	text-transform: uppercase;
	color: #FFFFFF;
	width: 24rem;
	display: inline-block;
	text-align: center;
}

.btn-marc:hover {
	background: #FFFFFF;
	color: #000;
}

.title-main-page {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2rem;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	margin-top: 3rem;
	margin-bottom: 4rem;
}

.social-menu {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 3rem;
	position: absolute;
	left: -7rem;
	margin-top: -8rem;
}

.contact-wrapper .social-menu {
	margin-top: -23rem;
}

.social-menu li {
	margin-bottom: 2.5rem;
}

.social-menu li:last-child {
	margin-bottom: 0;
}

.social-menu li a:hover {
	opacity: 0.8;
}

.email-link {
	display: block;
	font-weight: 400;
	font-size: 2rem;
	line-height: 2.5rem;
	color: #FFFFFF;
	transform: rotate(90deg);
	margin-top: -2.6rem;
	margin-right: -5rem;
	position: absolute;
	right: -8rem;
}

.email-link:hover {
	opacity: 0.8;
	color: #FFFFFF;
}


.menu-btn {
	display: block;
	border-radius: 50%;
	position: relative;
	width: 17.2rem;
	height: 2.2rem;
}

.menu-btn p {
	margin-bottom: 0;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2rem;
	letter-spacing: 0.15em;
	text-transform: uppercase;

	color: #FFFFFF;

}

.menu-btn span,
.menu-btn span::before,
.menu-btn span::after {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -0.4rem;
	width: 2.8rem;
	height: 0.2rem;
	background-color: #fff;
	border-radius: 1rem;
}

.menu-btn span::before {
	width: 4.2rem;
}

.menu-btn span::after {
	margin-top: 0.2rem;
	width: 2.2rem;
}

.menu-btn span::before,
.menu-btn span::after {
	content: '';
	display: block;
	transition: 0.2s;
}

.menu-btn span::before {
	transform: translateY(-5px);
}

.menu-btn span::after {
	transform: translateY(5px);
}

.menu-btn_active span:before {
	transform: rotate(-45deg);
	width: 2rem;
	transform-origin: left bottom;
	top: 1.25rem;
}

.menu-btn_active span:after {
	transform: rotate(45deg);
	width: 2rem;
	transform-origin: left top;
	top: -0.7rem;
}

.menu-btn_active span {
	background: none;
}

.menu-btn.menu-btn_active {
	width: 13rem;
}

.menu-block {
	position: relative;
	display: flex;
	justify-content: end;
	align-items: center;
}

.menu-nav a {
	text-decoration: none;
	color: #fff;
	display: inline-block;
	margin-right: 3.6rem;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 2rem;
	transition: 1s;
}

.menu-nav {
	transition: 0.2s;
	transform: scaleX(0) translateX(0%);
	transform-origin: right center;
	opacity: 0;
	visibility: hidden;
	height: 5rem;
	line-height: 50px;
}

.menu-nav_active {
	transform: scaleX(1) translateX(0%);
	opacity: 1;
	visibility: visible;
}

.modal-marc {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff;
	z-index: -2;
	opacity: 0;
	transition: 0.3s;
}

.modal-open {
	z-index: 5;
	opacity: 1;
}

input {
	display: block;
	width: 100%;
	border: 0;
	border-bottom: 0.2rem solid #000000;
	padding-bottom: 1.4rem;
	font-weight: 400;
	font-size: 2rem;
	line-height: 2.5rem;
	margin-bottom: 2rem;
}

.modal-form input {
	margin-bottom: 6rem;
}

.modal-form h5 {
	font-weight: 700;
	font-size: 6.2rem;
	line-height: 100%;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 7rem;
	margin-top: 20rem;
}

.modal-form h5 span {
	display: block;
}

button[type="submit"] {
	cursor: pointer;
	border: 0;
	border-radius: 0;
	background: #352ECA;
	padding: 1.8rem;
	display: block;
	width: 100%;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 2rem;
	text-transform: uppercase;
	color: #FFFFFF;
	transition: 0.3s;
}

button[type="submit"]:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2), 0 16px 20px rgba(0, 0, 0, 0.2);
}

.modal-form button[type="submit"] {
	margin-top: -1.4rem;
}

.body-modal-open header svg path {
	fill: #000;
}

.body-modal-open {
	overflow: hidden;
}

.modal-close {
	position: absolute;
	right: 11rem;
	top: 4.4rem;
	transition: 0.5s;
	z-index: 10;
}

.modal-close:hover {
	transform: rotate(180deg);
}

.wrapp-comment {
	position: relative;
}

.fileinput-wrap {
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
}

.fileinput-selected {
	margin-right: 1.3rem;
	display: flex;
	align-items: center;
	margin-top: -0.5rem;
	display: none;
}

.fileinput-wrap label {
	cursor: pointer;
	margin: 0;
}

.fileinput-selected span {
	font-weight: 400;
	font-size: 1.1rem;
	line-height: 1.4rem;
	color: #4F4F4F;
	margin-left: 0.5rem;
}

.wrapp-comment input {
	padding-right: 15rem;
}

.modal-thanks-wrap {
	display: flex;
	align-items: center;
}

.thanks-img {
	object-fit: cover;
	width: 28rem;
	height: 100vh;
}

.modal-thanks-wrap h6 {
	font-weight: 400;
	font-size: 8.4rem;
	line-height: 100%;
	text-transform: uppercase;
	color: #000000;
	margin-left: -3.6rem;
}

.modal-thanks-wrap h6 b {
	display: block;
}

.contact-wrapper {
	background: url('../img/contact-bg.jpg') center top no-repeat;
	background-size: cover;
	height: 100vh;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.subtitle-contact {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2rem;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	margin-bottom: 2rem;
}

.title-contact {
	font-weight: 700;
	font-size: 6.4rem;
	line-height: 100%;
	text-transform: uppercase;
	margin-bottom: 3.7rem;
}

#map {
	height: 33rem;
	margin-left: 4rem;
}

.contact-item-wrap {
	display: flex;
	justify-content: space-between;
	margin-top: 7.5rem;
}

.contact-item h5 {
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.8rem;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 1rem;
}

.contact-item a {
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 2rem;
	color: #FFFFFF;
}

.contact-item a:hover {
	opacity: 0.8;
}

.contact-wrapper footer {
	border-top: 0.1rem solid #948EFF;
	padding: 1.3rem 0;
}

.contact-wrapper .rights-reserved {
	font-size: 1.2rem;
	line-height: 1.5rem;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #948EFF;
}

.modal-contact h5 {
	margin-top: 10rem;
	font-size: 4.2rem;
	line-height: 4.2rem;
}

.modal-contact .contact-item h5 {
	color: #000;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.6rem;
	margin-top: 3rem;
}

.modal-contact .contact-item a {
	font-size: 1.6rem;
	line-height: 2rem;
	color: #000000;
}

.modal-contact .contact-item {
	width: 60%;
}

.menu-sub-page {
	display: flex;
	justify-content: end;
}

.menu-sub-page li a {
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 2rem;
	color: #000000;
	padding-bottom: 0.3rem;
}

.menu-sub-page li a.active {
	border-bottom: 0.4rem solid #000;
}

.menu-sub-page li a:hover {
	color: #352ECA;
	border-color: #352ECA;
}

.menu-sub-page li {
	margin-left: 3.6rem;
}

.team-section {
	margin-top: 6rem;
}

.team-item__img {
	width: 100%;
	height: 39rem;
	object-fit: cover;
}

.team-item h5 {
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 2rem;
	margin-top: 1.6rem;
}

.team-item p {
	font-weight: 500;
	font-size: 2rem;
	line-height: 2.5rem;
	margin-top: 0.4rem;
	color: #352ECA;
}

.team-section-title {
	display: flex;
	align-items: center;
	margin-bottom: 2rem;
}

.team-section-title h3 {
	font-weight: 700;
	font-size: 3rem;
	line-height: 100%;
	text-transform: uppercase;
	color: #000000;
	margin-right: 2rem;
}

.team-section-title h6 {
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 2rem;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #000000;
}

.team-section .swiper-pagination {
	top: -1.5rem;
	right: 0;
	bottom: auto;
	text-align: right;
	padding-right: 15px;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	width: 1.8rem;
	height: 0.2rem;
	border-radius: 0;
}

.swiper-pagination-clickable .swiper-pagination-bullet-active {
	background: #000000;
	height: 0.4rem;
}

.swiper-button-next, .swiper-button-prev {
	background: #000000;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -5.5rem;
	transition: 0.3s;
}

.swiper-button-next::after, .swiper-button-prev::after {
	content: none;
}

.swiper-button-next {
	right: 0rem;
	padding-left: 0.3rem;
}

.swiper-button-prev {
	left: 0rem;
	padding-right: 0.3rem;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
	background: #352ECA;
}

.sub-title .menu-btn span, .sub-title .menu-btn span::before, .sub-title .menu-btn span::after {
	background: #000;
}

.sub-title .menu-nav a {
	color: #000;
}

.sub-title .menu-btn_active span {
	background: none;
}

.project-item {
	cursor: pointer;
	margin-top: 3.6rem;
}

.project-item-img-wrap {
	position: relative;
}

.projects-section {
	margin-top: 5rem;
	padding-bottom: 8rem;
}

.project-item__img {
	width: 100%;
	height: 16.4rem;
	object-fit: cover;
}

.project-item h5 {
	margin-top: 1.4rem;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 2rem;
	color: #000000;
	margin-bottom: 0;
}

.project-item-hover {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65));
	z-index: 2;
	display: flex;
	align-items: end;
	padding: 1.8rem;
	opacity: 0;
	transition: 0.3s;
}

.project-item-hover p {
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.8rem;
	color: #FFFFFF;
}

.project-item:hover .project-item-hover {
	opacity: 1;
}

.project-item_big .project-item__img {
	height: 39.8rem;
}

.project-body .header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	background: #fff;
	transition: 0.3s;
	transform: translateY(0) !important;
	padding-bottom: 2rem;
}

.project-body {
	padding-top: 6rem;
}

.project-body .header.header--fixed {
	transform: translateY(-100%) !important;
}