/*!
Theme Name: Vea.dev
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vea-dev
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.



Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@import url('https://fonts.googleapis.com/css2?family=Exo+2&display=swap');
  
  * {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Exo 2', sans-serif;
	font-weight: normal;
	color: #333333;
  }
  
  button,
  a {
	background-color: transparent;
	cursor: pointer;
	border: 0;
  }
  
  h2 {
	font-weight: normal;
	color: #333333;
	font-size: clamp(24px, 1.875vw, 36px);
	line-height: 50px;
	text-transform: none;
  }
  
  .container {
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
	padding: 0px 20px;
  }
  
  .button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 214px;
	padding: 18px 40px;
	background-color: #961B1E;
	border: 1px solid #961B1E;
	font-weight: 500;
	color: #ffffff;
	font-size: clamp(18px, 0.9375vw, 18px);
	line-height: 18px;
	text-transform: none;
  }
  
  .button:hover, .button-f1 input:hover, .button-f2 input:hover {
	border: 1px solid #231F20;
	color: #333333;
	background-color: #ffffff;
  }
  
  .button-f1 input, .button-f2 input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 214px;
	padding: 18px 40px;
	background-color: #961B1E;
	border: 1px solid #961B1E;
	font-weight: 500;
	color: #ffffff;
	font-size: clamp(18px, 0.9375vw, 18px);
	line-height: 18px;
	text-transform: none;
	cursor:pointer;
  }
  .button-f2 input {
	margin-top:55px;
  }

  .header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 80px;
	position: relative;
  }
  
  .header::before {
	content: "";
	display: block;
	width: 50%;
	height: 100%;
	position: absolute;
	background-color: #ffffff;
  }
  
  .header__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  }
  
  .logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #ffffff;
	padding-right: 48px;
	height: 80px;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 1;
  }
  
  .logo__img {
	margin-right: 25px;
  }
  
  .logo__text {
	font-weight: 600;
	color: #787878;
	font-size: clamp(10px, 0.5208333333vw, 10px);
	line-height: 14px;
	text-transform: none;
  }
  
  .search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-width: 90px;
	max-width: 90px;
	width: 100%;
	height: 80px;
	background-color: #ffffff;
	position: relative;
	border: 1px solid #E5E5E5;
	z-index: 1;
  }
  
  .search__button {
	width: 100%;
	max-width: 90px;
	height: 100%;
	min-width: 90px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  }
  .search form {
	display:flex;
  }
  .search__input {
	width: 100%;
	padding-right: 10px;
	border: 0;
	outline: none;
	font-weight: 300;
	color: #333333;
	font-size: clamp(14px, 0.7291666667vw, 14px);
	line-height: 23px;
	text-transform: none;
  }
  
  .search.active {
	max-width: 290px;
  }
  
  .contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 100%;
	height: 80px;
	background: #ffffff;
	position: relative;
	z-index: 1;
  }
  
  .contact__link {
	font-weight: 600;
	color: #333333;
	font-size: clamp(14px, 0.7291666667vw, 14px);
	line-height: 50px;
	text-transform: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	margin-left: 73px;
  }
  
  .contact__link:first-child {
	margin-left: 20px;
  }
  
  .contact__link:hover {
	color: #961B1E;
  }
  
  .contact__link:hover .contact__img path {
	color: #961B1E;
  }
  
  .contact__img {
	margin-right: 15px;
  }
  	.entry-header {
		margin:2% 0 0.5% 0;
	}
.page-content {
	margin: 2% 0;
}
.page-content p {
	margin-bottom: 1%;
}
  .nav-mobile {
	position: absolute;
	top: 80px;
	right: 0;
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #ffffff;
	max-width: 375px;
	width: 100%;
	padding: 20px 15px;
	-webkit-box-shadow: 0 300vh 0 300vh rgba(0, 0, 0, 0.5);
	box-shadow: 0 300vh 0 300vh rgba(0, 0, 0, 0.5);
	z-index: 10;
  }
  
  .nav-mobile__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 50px;
  }
  
  .nav-mobile.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  }
  
  .button-nav {
	display: none;
	margin-right: 0;
	margin-left: auto;
	width: 30px;
	height: 22px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
  }
  
  .button-nav__element {
	position: absolute;
	background-color: #333333;
	height: 2px;
	width: 100%;
  }
  
  .button-nav__element:nth-child(1) {
	top: 0px;
  }
  
  .button-nav__element:nth-child(2) {
	top: 10px;
  }
  
  .button-nav__element:nth-child(3) {
	top: 20px;
  }
  
  .button-nav.active .button-nav__element:nth-child(1) {
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 10px;
  }
  
  .button-nav.active .button-nav__element:nth-child(2) {
	display: none;
  }
  
  .button-nav.active .button-nav__element:nth-child(3) {
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 10px;
  }

.wrapper_video {
  position: relative;
  display: flex;
  flex-direction: column;
}

.video_play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero {
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(21.69%, rgba(0, 0, 0, 0.6)), color-stop(120.76%, rgba(150, 27, 30, 0.6))), url("");
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6) 21.69%, rgba(150, 27, 30, 0.6) 120.76%), url("");
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 21.69%, rgba(150, 27, 30, 0.6) 120.76%), url("");
  background-repeat: no-repeat;
  background-size: cover;
}
  .hero__container {
	height: 440px;
	padding-bottom: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
  }
  
  .hero__title {
	font-weight: normal;
	color: #ffffff;
	font-size: clamp(28px, 2.5vw, 48px);
	line-height: 60px;
	text-transform: none;
  }
  
  .hero__subtitle {
	margin-top: 30px;
	font-weight: normal;
	color: #ffffff;
	font-size: clamp(15px, 1.0416666667vw, 20px);
	line-height: 30px;
	text-transform: none;
  }
  
  .hero__button {
	margin-top: 30px;
  }
  
  .nav {
	border-bottom: 1px solid rgba(165, 165, 165, 0.2);
  }
  
  .nav__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 22px 20px;
  }

  .nav__link {
	text-decoration: none;
	font-weight: 500;
	color: #ffffff;
	font-size: clamp(14px, 0.7291666667vw, 14px);
	line-height: 20px;
	text-transform: none;
  }
  
  .nav__link:hover {
	color: #a0a0a0;
  }
  
  .form {
	padding: 78px 0;
	background-color: #F2F2F2;
  }
  
  .form__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  }
  
  .form__title {
	margin-bottom: 47px;
  }
  
  .form-form {
	background-color: #ffffff;
	padding: 81px 115px;
	width: 100%;
  }
  
  .form-aside {
	background: url("../vea-dev/assets/pic/form-bg.png");
	padding: 81px 67px;
	width: 100%;
	max-width: 366px;
	background-repeat: no-repeat;
	background-size: cover;
  }
  
  .form-aside__text {
	margin-bottom: 20px;
	font-weight: normal;
	color: #ffffff;
	font-size: clamp(18px, 1.25vw, 24px);
	line-height: 40px;
	text-transform: none;
  }
  
  .form-label {
	display: block;
	margin-bottom: 55px;
  }
  
  .form-label__text {
	margin-bottom: 10px;
	font-weight: normal;
	color: #333333;
	font-size: clamp(13px, 0.8333333333vw, 16px);
	line-height: 24px;
	text-transform: none;
  }
  
  .form-label__input {
	padding: 12px 0;
	border: 0;
	outline: none;
	width: 100%;
	border-bottom: 1px solid #BFBFBF;
	font-weight: normal;
	color: #333333;
	font-size: clamp(12px, 1.0416666667vw, 20px);
	line-height: 24px;
	text-transform: none;
  }
  
  .form-label:last-child {
	margin-bottom: 30px;
  }
  
  .form-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 60px;
  }
  
  .form-row__text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	font-weight: 300;
	color: #787878;
	font-size: clamp(10px, 0.5208333333vw, 10px);
	line-height: 0.8;
	text-transform: none;
  }
  
  .form-row__img {
	width: 8px;
	height: 8px;
	margin-top: 8px;
	margin-right: 6px;
	display: block;
  }
  .wpcf7-spinner {
	display:none;
  }

	.link_hold {
	text-decoration:none;
	color: white;
	}
	.link_hold:hover {
	text-decoration:underline;
	}
  .footer {
	padding-top: 47px;
  }
  
  .footer-header {
	padding-bottom: 20px;
	border-bottom: 1px solid #E5E5E5;
  }
  
  .footer__title {
	margin-bottom: 36px;
  }
  
  .footer-contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	background: #ffffff;
	position: relative;
	z-index: 1;
  }
  
  .footer-contact__link {
	font-weight: 600;
	color: #333333;
	font-size: clamp(16px, 0.8333333333vw, 16px);
	line-height: 50px;
	text-transform: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	margin-right: 8%;
  }
  
  .footer-contact__link:last-child {
	margin-right: 0px;
  }
  
  .footer-contact__link:hover {
	color: #961B1E;
  }
  
  .footer-contact__link:hover .footer-contact__img path {
	color: #961B1E;
  }
  
  .footer-contact__img {
	margin-right: 15px;
  }
  
  .footer-contact-mobile {
	display: none;
  }
  
  .footer-content {
	margin-top: 17px;
	margin-bottom: 50px;
  }
  
  .footer-content__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 23px;
  }
  
  .footer-content__item {
	width: 100%;
  }
  
  .footer-content__title {
	font-weight: normal;
	color: #787878;
	font-size: clamp(14px, 0.7291666667vw, 14px);
	line-height: 50px;
	text-transform: none;
  }
  
  .footer-content__subtitle {
	margin-bottom: 28px;
	font-weight: normal;
	color: #333333;
	font-size: clamp(18px, 0.9375vw, 18px);
	line-height: 27px;
	text-transform: none;
  }
  
  .footer-content__map {
	max-height: 208px;
	max-width: 1240px;
  }
  
  .footer-content__img {
	width: 100%;
	height: 100%;
  }
  
  .footer-nav {
	padding: 17px 0;
	border: 1px solid #E5E5E5;
	border-right: 0;
	border-left: 0;
  }
  
  .footer-nav__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  }
  
  .footer-nav__link {
	font-weight: 500;
	color: #333333;
	font-size: clamp(14px, 0.7291666667vw, 14px);
	line-height: 20px;
	text-transform: none;
	text-decoration: none;
  }
  
  .footer-nav__link:hover {
	color: #961B1E;
  }
  
  .footer-footer__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  }
  
  .footer-footer__text {
	margin-right: 50px;
	font-weight: normal;
	color: #787878;
	font-size: clamp(12px, 0.625vw, 12px);
	line-height: 50px;
	text-transform: none;
  }
  
  .footer-footer__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 17px;
	margin-left: auto;
  }
  
  .footer-footer__link {
	text-decoration: none;
  }
  
  .footer-footer__link:hover .footer-footer__img path {
	color: #961B1E;
  }
  
  .service {
	background-color: #F2F2F2;
	padding: 45px 0px 61px;
  }
  
  .service__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 115px;
  }
  
  .service-item__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 60px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
	font-weight: normal;
	color: #333333;
	font-size: clamp(15px, 1.0416666667vw, 20px);
	line-height: 30px;
	text-transform: none;
  }
  
  .service-item__img {
	margin-right: 30px;
  }
  
  .service-item__text {
	font-weight: 300;
	color: #333333;
	font-size: clamp(12px, 0.7291666667vw, 14px);
	line-height: 23px;
	text-transform: none;
  }
  
  .main__title {
	margin-bottom: 28px;
  }
  
  .main__title--service {
	margin-bottom: 0;
  }
  
  .main__container {
	padding: 55px 20px 28px;
  }
  
  .main__container--main {
	padding: 25px 20px 35px;
  }
  
  .main__container--service {
	padding: 55px 20px 14px;
  }
  
  .main__container--mvp {
	padding: 55px 20px 1px;
  }
  
  .main__container--gpu {
	padding-bottom: 83px;
  }
  
  .main-small-title {
	margin: 27px 0px 45px;
	font-weight: normal;
	color: #333333;
	font-size: clamp(24px, 1.25vw, 24px);
	line-height: 36px;
	text-transform: none;
  }
  
  .main-item {
	padding: 45px 0;
	border-bottom: 1px solid #F3F3F3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  }
  
  .main-item--small {
	padding: 0;
	padding-bottom: 25px;
	border-bottom: 0;
  }
  
  .main-item:last-child {
	border-bottom: 0;
  }
  
  .main-item__img {
	margin-right: 60px;
  }
  
  .main-item__img--product {
	margin-right: 65px;
  }
  
  .main-item__title {
	font-weight: normal;
	color: #333333;
	font-size: clamp(18px, 1.25vw, 24px);
	line-height: 60px;
	text-transform: none;
  }
  
  .main-item__title--br {
	line-height: 36px;
	margin-bottom: 25px;
  }
  
  .main-item__text {
	font-weight: 300;
	color: #333333;
	font-size: clamp(14px, 0.8333333333vw, 16px);
	line-height: 27px;
	text-transform: none;
  }
  
  .product-quest {
	background-color: #961B1E;
	padding: 40px 0;
  }
  
  .product-quest__title {
	color: #ffffff;
  }
  
  .product-quest__text {
	font-weight: normal;
	color: #ffffff;
	font-size: clamp(20px, 1.0416666667vw, 20px);
	line-height: 55px;
	text-transform: none;
  }
  
  .erp-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  }
  
  .erp-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  }
  
  .erp-item__img {
	margin-right: 30px;
  }
  
  .erp-item__text {
	max-width: 355px;
	font-weight: 300;
	color: #333333;
	font-size: clamp(14px, 0.8333333333vw, 16px);
	line-height: 27px;
	text-transform: none;
  }
  
  .swiper {
	max-height: 280px;
	height: 280px;
	padding-bottom: 30px;
  }
  
  .swiper-pagination {
	bottom: 0 !important;
  }
  
  .swiper-pagination-bullet {
	background-color: transparent;
	border: 1px solid #D1D1D1;
	opacity: 1;
	width: 5px;
	height: 5px;
  }
  
  .swiper-pagination-bullet-active {
	border-color: #961B1E;
	background-color: #961B1E;
  }
  
  .swiper-slide {
	border-radius: 7px;
	background-color: #F2F2F2;
	max-width: 100%;
	height: 100%;
	overflow: hidden;
  }
  
  .swiper-slide img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
  }
  
  .swiper-button-prev,
  .swiper-button-next {
	width: 32px;
	height: 32px;
  }
  
  .swiper-button-prev::after,
  .swiper-button-next::after {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #231F20;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	font-size: 12px;
	color: #ffffff;
  }
  
  .swiper-button-prev:hover::after,
  .swiper-button-next:hover::after {
	background-color: #961B1E;
  }
  
  .swiper-button-prev {
	left: 6px;
  }
  
  .swiper-button-next {
	right: 6px;
  }

  .wh185 {
	width: 222px;
  }
  
  @media screen and (max-width: 1200px) {
	.wh185 {
		width: 183px;
	}
  }
  
  @media screen and (max-width: 1024px) {
	.button-nav {
	  display: block;
	}

	.wh185 {
		width: 100%;
	  }
  
	.header::before {
	  width: 10%;
	}
  
	.contact {
	  display: none;
	}
  
	.contact__link {
	  margin: 0;
	  line-height: 50px;
	}
  
	.contact__link:first-child {
	  width: 110px;
	  margin: 0;
	}
  	.psld {
	  width: 100% !important;
	}
	.hero__container {
	  height: 340px;
	  padding-bottom: 37px;
	}
  
	.hero__title {
	  line-height: 28px;
	}
  
	.hero__subtitle {
	  margin-top: 6px;
	  line-height: 22px;
	}
  
	.hero__title {
	  line-height: 48px;
	}
  
	.hero__title br {
	  display: none;
	}
  
	.hero__button {
	  margin-top: 6px;
	}
  
	h2 {
	  line-height: 24px;
	}
  
	h2 br {
	  display: none;
	}
  
	.nav {
	  display: none;
	}
  
	.nav__link {
	  padding-bottom: 7px;
	  margin-top: 25px;
	  border-bottom: 1px solid #E5E5E5;
	  font-weight: normal;
	  color: #333333;
	  font-size: clamp(14px, 0.7291666667vw, 14px);
	  line-height: 20px;
	  text-transform: none;
	}
  
	.nav__link:hover {
	  color: #961B1E;
	}
  
	.form {
	  padding: 78px 0;
	  background-color: #F2F2F2;
	}
  
	.form__container {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	}
  
	.form__title {
	  margin-bottom: 20px;
	}
  
	.form-form {
	  padding: 20px;
	}
  
	.form-aside {
	  padding: 40px 20px;
	}
  
	.footer {
	  padding-top: 47px;
	}
  
	.footer-header {
	  padding-bottom: 20px;
	  border-bottom: 1px solid #E5E5E5;
	}
  
	.footer__title {
	  margin-bottom: 36px;
	}
  
	.footer-contact {
	  display: none;
	}
  
	.footer-contact-mobile {
	  display: block;
	}
  
	.footer-content {
	  margin-top: 10px;
	  margin-bottom: 20px;
	}
  
	.footer-content__container {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
	  flex-direction: column;
	  gap: 15px;
	}
  
	.footer-content__item {
	  width: 100%;
	}
  
	.footer-nav {
	  display: none;
	}
  
	.footer-footer__container {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-align: center;
	  -ms-flex-align: center;
	  align-items: center;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
	  flex-direction: column;
	}
  
	.footer-footer__text {
	  margin-right: 0;
	  line-height: 40px;
	}
  
	.footer-footer__social {
	  margin-top: 6px;
	  margin-bottom: 35px;
	  margin-left: 0;
	}
  
	.footer-footer__link {
	  -webkit-box-align: center;
	  -ms-flex-align: center;
	  align-items: center;
	  text-decoration: none;
	}
  
	.footer-footer__link:hover .footer-footer__img path {
	  color: #961B1E;
	}
  
	.form-label {
	  display: block;
	  margin-bottom: 23px;
	}
  
	.form-label__text {
	  margin-bottom: 0;
	  font-weight: normal;
	  color: #333333;
	  font-size: clamp(12px, 0.8333333333vw, 16px);
	  line-height: 24px;
	  text-transform: none;
	  line-height: 14px;
	}
  
	.form-label__input {
	  font-weight: normal;
	  color: #333333;
	  font-size: clamp(12px, 1.0416666667vw, 20px);
	  line-height: 24px;
	  text-transform: none;
	  line-height: 20px;
	}
  
	.service {
	  padding: 30px 0px 35px;
	}
  
	.service__container {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
	  flex-direction: column;
	  gap: 15px;
	}
  
	.service-item__title {
	  margin-bottom: 10px;
	}
  
	.service-item__title br {
	  display: none;
	}
  }
  
  @media screen and (max-width: 768px) {
	.search {
	  display: none;
	}
  
	.form {
	  padding: 20px 0;
	}
  
	.form__container {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
	  flex-direction: column;
	}
  
	.form-aside {
	  max-width: 100%;
	  width: 100%;
	  height: 450px;
	}
  
	.form-aside__text {
	  text-align: center;
	  line-height: 24px;
	}
  
	.form-aside__button {
	  max-width: 100%;
	  width: 100%;
	}
  
	.form-row {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: reverse;
	  -ms-flex-direction: column-reverse;
	  flex-direction: column-reverse;
	  -webkit-box-align: start;
	  -ms-flex-align: start;
	  align-items: start;
	}
  
	.form-row__text {
	  margin-top: 20px;
	}
  
	.form-row__button {
	  max-width: 100%;
	  width: 100%;
	}
  
	.main__title br {
	  display: none;
	}
  
	.main-item {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
	  flex-direction: column;
	  padding: 30px 0;
	}
  
	.main-item__img {
	  margin-right: 0;
	  margin-bottom: 20px;
	  max-width: 150px;
	}
  
	.main-item__title {
	  line-height: 28px;
	}
  
	.main-item__title br {
	  display: none;
	}
  
	.main-item__text {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-align: start;
	  -ms-flex-align: start;
	  align-items: start;
	}
  
	.main-item__text br {
	  display: none;
	}
  
	.erp-row {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
	  flex-direction: column;
	  gap: 20px;
	  margin-bottom: 30px;
	}
  
	.erp-item br {
	  display: none;
	}
  
	.erp-item__img {
	  width: 100px;
	  height: 100px;
	  margin-right: 15px;
	}
  
	.erp-item__text {
	  line-height: 22px;
	}
	.mrg-lft10 {
	  margin-left: 10%;	  
	}
  }
@media screen and (max-width: 374px) {
	.mrg-lft10 {
	  margin-left: 0;	  
	}
}