@media (min-width: 1000px) {
	.container {
		max-width: 125rem;
	}

	html {
		font-size: .6945vw;
	}

	.container-fluid {
		padding-left: 4rem;
		padding-right: 4rem;
	}
}

@media (max-width: 990px) {
	html {
		font-size: 2.4vw;
	}

	.main-logo {
		width: 80%;
		margin: 0 auto;
		margin-bottom: 6rem;
	}

	.social-menu {
		flex-direction: row;
		width: 100%;
		justify-content: center;
		align-items: center;
		margin-top: 6.6rem;
		position: static;
		left: 0;
	}

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

	.title-wrap {
		display: flex;
		flex-direction: column-reverse;
	}

	.email-link {
		transform: none;
		margin: 0;
		margin-top: 2rem;
		text-align: center;
		font-size: 1.9rem;
		position: static;
	}

	.title-main-page {
		width: 80%;
		margin: 0 auto;
		margin-top: 10rem;
		margin-bottom: 2.9rem;
	}

	.btn-marc {
		border: 0.17rem solid #FFFFFF;
		padding: 2.1rem;
	}

	.logo svg {
		width: 13rem;
	}

	.menu-btn p {
		display: none;
	}

	.menu-btn.menu-btn_active p {
		display: block;
		margin-right: 3.5rem;
	}

	.menu-nav {
		display: flex;
		position: absolute;
		top: 6rem;
		right: -15px;
		padding: 0 15px;
		width: 100vw;
		justify-content: space-between;
		z-index: 3;
	}

	.menu-nav a:last-child {
		margin-right: 0;
	}

	.header {
		padding-top: 3.5rem;
	}

	.modal-close {
		right: 15px;
		top: 4rem;
	}

	.modal-close svg {
		width: 2rem;
	}

	.modal-form h5 {
		margin-top: 10rem;
		font-size: 3rem;
		margin-bottom: 2.6rem;
	}

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

	.modal-form input {
		border: 0.17rem solid #000000;
		border-radius: 1.8rem;
		padding: 1.8rem 2.3rem;
		font-size: 1.8rem;
		margin-bottom: 2.1rem;
	}

	.wrapp-comment {
		margin-bottom: 3rem;
	}

	button[type="submit"] {
		border-radius: 2.09rem;
		margin-top: 0;
	}

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

	.wrapp-comment input {
		padding-bottom: 6rem;
	}

	.fileinput-wrap {
		top: auto;
		bottom: 2rem;
		right: 2rem;
	}

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

	.thanks-img {
		width: 100vw;
		margin-left: -15px;
		height: 20rem;
		object-fit: cover;
		margin-top: 20rem;
	}

	.modal-thanks-wrap h6 {
		font-size: 5rem;
		margin-left: 1rem;
		margin-top: -2rem;
	}

	.subtitle-contact {
		text-align: center;
		margin-top: 6rem;
		margin-bottom: 1.5rem;
	}

	.title-contact {
		text-align: center;
		font-size: 4.7rem;
	}

	.contact-wrapper {
		height: 89vw;
		background: #352ECA;
	}

	.contact-wrapper .btn-marc {
		display: block;
		width: 30rem;
		margin: 0 auto;
		margin-bottom: 2.5rem;
	}

	.contact-wrapper .btn-marc:last-child {
		margin-bottom: 0;
	}

	.contact-item-wrap {
		margin-top: 5.5rem;
	}

	.contact-item {
		width: 40%;
	}

	.contact-item a {
		display: block;
		margin-bottom: 1.4rem;
	}

	.team-section {
		margin-top: 9rem;
		margin-bottom: 8rem;
	}

	.team-section .swiper-wrapper {
		flex-wrap: wrap;
	}

	.team-section .swiper-slide {
		width: 45.456%;
		margin-top: 1.9rem;
	}

	.team-section-title {
		display: block;
	}

	.team-section-title h3 {
		font-size: 4.2rem;
		margin-bottom: 1.5rem;
	}

	.team-section-title {
		margin-bottom: 2.5rem;
	}

	.team-section .swiper-slide:nth-child(2n) {
		margin-right: 3.47rem;
	}

	.team-section .swiper-button-next, .team-section .swiper-button-prev {
		display: none;
	}

	.project-item__img, .project-item_big .project-item__img {
		height: 23rem;
	}

	.project-item h5 {
		font-size: 1.7rem;
	}

	.utf-wrapper {
		height: 89vh;
	}

	#map-m {
		height: 40rem;
	}

	.project-body .menu-nav {
		background: #fff;
		padding-top: 2rem;
		top: 4rem;
	}
}