@media (max-width: 1199.98px) {
	html, body {
		font-size: 14px;
	}
	section {
		margin-bottom: 80px;
	}
	.header .header-item .header-items.header-items__menu ul li:not(:last-child) {
		margin-right: 20px;
	}
	.home-banner h1 {
		font-size: 25px;
	}
	.advantages .advantages-items .numbers {
		font-size: 40px;
		margin-bottom: 15px;
	}
	.title {
		font-size: 28px;
		margin-bottom: 30px;
	}
	.areas-activity {
		padding: 50px 0;
	}
	.team .team-item .swiperTeam .team-items img {
		height: 280px;
	}
	.team .team-item .swiperTeam .team-items .name {
		font-size: 16px;
		margin: 20px 0 10px;
	}
}
@media (max-width: 991.98px) {
	.header {
		padding: 10px 0;
	}
	.header.active {
		padding: 10px 0;
	}
	.header .header-item {
		position: relative;
	}
	.header .header-item .header-items.header-items__menu {
		position: absolute;
		top: 40px;
		right: 0;
		background: #292929;
		padding: 2rem;
		max-width: 250px;
		font-size: 14px;
		border-radius: 20px;
		-webkit-box-shadow: 0 0 15px #292929;
		        box-shadow: 0 0 15px #292929;
		margin-top: 1rem;
		display: none;
		-webkit-transition: margin ease 0.3s;
		transition: margin ease 0.3s;
	}
	.header .header-item .header-items.header-items__menu.active {
		margin-top: 0;
	}
	.header .header-item .header-items.header-items__menu ul {
		display: block;
	}
	.header .header-item .header-items.header-items__menu ul li:not(:last-child) {
		margin: 0 0 1rem 0;
	}
	.about-company .about-company-item .about-company-item__logo {
		padding: 35px 15px;
	}


	.cookies__view {
		flex-wrap: wrap;
	}

	.cookies__buttons {
		width: 100%;
		margin-top: 1rem;
	}
	.cookies-btn {
		flex: 1;
	}
}
@media (max-width: 767.98px) {
	.areas-activity .areas-activity-items {
		padding: 25px;
	}
	.footer .footer-item {
		display: block;
		text-align: center;
	}
	.footer .footer-item .footer-items.footer-items__logo .logotype {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.footer .footer-item .footer-items.footer-items__ynp {
		margin: 28px 0;
	}




	.cookies {
		bottom: 15px;
	}

	.cookies__view {
		padding: 15px;
	}
	.cookies__view:before {
		content: none;
	}
	.cookies-btn {
		height: 40px;
		border-radius: 4px;
	}
}
@media (max-width: 575.98px) {
	html, body {
		font-size: 16px;
	}
	.home-banner {
		text-align: left;
		background-attachment: unset;
	}
	.home-banner .logotype {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		margin-bottom: 30px;
	}
	.home-banner .logotype .img {
		width: 58px;
		height: 58px;
		border-width: 2px;
		border-radius: 10px;
	}
	.home-banner .logotype .body {
		padding-left: 10px;
	}
	.home-banner .logotype .body span:nth-child(1) {
		font-size: 18px;
	}
	.home-banner .logotype .body span:nth-child(2) {
		font-size: 14px;
	}
	.home-banner h1 {
		font-size: 18px;
	}
	.advantages .advantages-items .numbers {
		font-size: 38px;
	}
	.title {
		font-size: 24px;
	}
	.areas-activity .areas-activity-items {
		/*min-height: 255px;*/
		min-height: 0;
	}
	.team .team-item .swiperTeam .team-items img {
		height: 355px;
	}
	.team .team-item .swiperTeam .team-items .name {
		font-size: 20px;
		margin: 30px 0 14px;
	}
	.about-company .about-company-item .about-company-item__logo .logotype {
		max-width: 105px;
	}
	.about-company .about-company-item .about-company-item__logo .logotype .img {
		max-width: 95px;
		height: 95px;
		border-radius: 20px;
		border-width: 2px;
		margin-bottom: 15px;
	}
	.about-company .about-company-item .about-company-item__logo .logotype .body span:nth-child(1) {
		font-size: 30px;
	}
	.about-company .about-company-item .about-company-item__logo .logotype .body span:nth-child(2) {
		font-size: 22px;
	}
	.contacts .contacts-item .contacts-item__map {
		min-height: 340px;
	}
	.contacts .contacts-item .contacts-item__body {
		padding: 25px;
	}
	.footer {
		font-size: 14px;
		padding: 40px 0;
	}
}
@media (min-width: 992px) {
	.header .header-item .header-items.header-items__menu {
		display: block !important;
	}
}
@media (min-width: 1400px) {
	.container {
		max-width: 1230px;
	}
}