

/* Start:/local/components/ma/news/templates/new-services/style.css?17349512257659*/
.form-section {
   background-color: white;
   border-radius: 16px;
   margin-top: 142px;
   margin-bottom: 140px;
}

.form-section .podbor-holder {
   background-color: transparent;
}

.about-wrapper {
   display: flex;
   align-items: center;
   justify-content: center;
   position: relative;
   padding: 140px 0 264px;
}

.about-content__text,
.about-content__title {
   font-family: var(--site-font-family);
   margin: 0 auto;
   text-align: center;
   margin-bottom: 48px;
}

.about-content__title {
   font-size: 64px;
   font-style: normal;
   font-weight: 400;
   line-height: 100%;
   letter-spacing: -1.52px;
   max-width: 1000px;
   /* margin-bottom: 52px; */
}

.about-content__text {
   font-size: 18px;
   font-style: normal;
   font-weight: 400;
   line-height: 145%;
   letter-spacing: 0.05px;
   max-width: 723px;
}

.about-content {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   z-index: 3;
   padding: 140px 0;
}

.img-item-1,
.img-item-2,
.img-item-3,
.img-item-4 {
   position: absolute;
   z-index: 2;
}

.img-item-1 {
   background-image: url("/local/components/ma/news/templates/new-services/img/img1.jpg");
   width: 370px;
   height: 480px;
   left: 0;
   top: 0;
}

.img-item-2 {
   background-image: url("/local/components/ma/news/templates/new-services/img/img7.jpg");
   width: 444px;
   height: 320px;
   right: 11.7%;
   bottom: 50px;
}

.img-item-3 {
   background-image: url("/local/components/ma/news/templates/new-services/img/img3.jpg");
   width: 320px;
   height: 380px;
   right: 0;
   top: 20.2%;
}

.img-item-4 {
   background-image: url("/local/components/ma/news/templates/new-services/img/img4.jpg");
   width: 340px;
   height: 400px;
   /* left: 88px; */
   left: 5%;
   bottom: 0;
}

.about-content__link .g-button {
   font-size: 19px;
   font-style: normal;
   font-weight: 400;
   line-height: 145%;
   letter-spacing: -0.09px;
   padding: 14px 44px !important;
   border-radius: 8px !important;
}

.form-section .g-input-holder-label {
   font-weight: 400 !important;
}

.form-section .b-message-form_item.b-message-form_item--S + .b-message-form_item.b-message-form_item--S {
   margin-left: 10px !important;
}

.form-section .b-message-form_item.b-message-form_item--S {
   width: calc(50% - 8px) !important;
}

.form-section input[type="text"] {
   padding: 14px !important;
}

.form-section .g-button {
   padding: 14px 80px !important;
}

/* .footer__info {
   padding-top: 39px !important;
} */

.footer__info-holder-block-img {
   background-color: var(--site-bg-grey-color);
}

.b-message-form__success,
.b-order-form__success {
   background-color: var(--site-bg-grey-color) !important;
}

#podbor .b-message-form__success-close {
   background-color: white !important;
   border-radius: 50% !important;
   width: 48px !important;
   height: 48px !important;
   background-image: url("/local/components/ma/news/templates/new-services/img/close-pink.svg") !important;
   background-size: 42% !important;
   transition: all 0.3s;
}

#podbor .b-message-form__success-close:hover {
   background-color: var(--site-accent-color) !important;
   background-image: url("/local/components/ma/news/templates/new-services/img/close-white.svg") !important;
   transition: all 0.3s;
}

#podbor .inputtext {
   padding: 16px 14px 12px !important;
}

.podbor-block--form div:first-child:not(.b-message-form__title) {
   height: 100%;
}

@media (max-width: 1440px) {
   .b-order-form .b-order-form_submit .g-button {
      padding: 15px !important;
      font-size: 16px !important;
   }

   .b-order-form .b-order-form_personal-data {
      font-size: 14px;
   }
}

@media (min-width: 1024px) {
   .form-section .podbor-holder {
      height: 528px;
   }
}

@media (max-width: 1780px) {
   .about-content {
      max-width: 50%;
   }

   .about-content__title {
      font-size: 50px;
      max-width: 765px;
   }

   .about-content__text {
      font-style: 16px;
      max-width: 660px;
   }
}

@media (max-width: 1370px) {
   .about-content {
      padding-bottom: 70px;
   }

   .about-content__title {
      font-size: 44px;
      max-width: 765px;
   }

   /* .about-content__text {
      font-style: 16px;
      max-width: 660px;
   } */

   .img-item-1 {
      width: 277.5px;
      height: 360px;
   }

   .img-item-2 {
      width: 333px;
      height: 240px;
   }

   .img-item-3 {
      width: 240px;
      height: 285px;
   }

   .img-item-4 {
      width: 255px;
      height: 300px;
   }
}

@media (max-width: 1150px) {
   .form-section .b-message-form_item.b-message-form_item--S {
      width: 100% !important;
   }

   .form-section .b-message-form_item.b-message-form_item--S + .b-message-form_item.b-message-form_item--S {
      margin-left: unset !important;
   }

   .form-section .b-message-form_footer {
      margin-top: 21px;
   }

   .form-section .g-button {
      padding: 14px 0px !important;
   }

   .form-section .b-message-form__success {
      padding: 16px;
      background-color: var(--site-bg-grey-color);
      border-radius: 16px;
      height: 326px;
   }

   .form-section .b-message-form__success-top {
      margin-top: 40px;
   }

   .form-section .b-message-form__success-close {
      top: 16px !important;
      right: 16px !important;
      width: 32px !important;
      height: 32px !important;
      border-radius: 50%;
      background-color: white !important;
      background-image: url("/local/components/ma/news/templates/new-services/img/close-pink.svg") !important;
      background-size: 50%;
   }

   .form-section input[type="text"] {
      padding: 16px 14px 12px !important;
   }

   .b-message-form__success,
   .b-order-form__success {
      padding: 16px;
      background-color: var(--site-bg-grey-color) !important;
   }

   .about-wrapper {
      display: flex;
      flex-direction: column;
      gap: 32px;
      padding: 56px 0px 20px;
   }

   .img-item-1,
   .img-item-2,
   .img-item-3,
   .img-item-4 {
      position: relative;
   }

   .about-content {
      max-width: 100%;
      padding: 0;
   }

   .about-content__title {
      max-width: 100%;
      font-size: 34px;
      font-style: normal;
      font-weight: 400;
      line-height: 105%;
      letter-spacing: -0.68px;
      margin-bottom: 32px;
   }

   .about-content__text {
      margin-bottom: 32px;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 140%;
      letter-spacing: -0.08px;
   }

   .about-content__link .g-button {
      font-size: 17px;
   }

   .about-images {
      width: 100%;
      display: flex;
      gap: 15px;
      overflow-x: auto;
      -ms-overflow-style: none;
      scrollbar-width: none;
      max-height: 205px;
      justify-content: space-between;
   }

   .about-images::-webkit-scrollbar {
      -webkit-appearance: none;
      display: none;
      width: 0;
      height: 0;
   }

   .img-item-1 {
      height: 205px;
      width: 155px;
      min-width: 155px;
   }

   .img-item-2 {
      right: 0;
      bottom: 0;
      min-width: 188px;
      height: auto;
      margin-top: 0;
   }

   .img-item-3 {
      min-width: 135px;
      height: auto;
      top: 0;
   }

   .img-item-4 {
      left: 0;
      min-width: 142px;
      height: auto;
      margin-top: 0;
   }

   .detail-content-text {
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 140%;
      letter-spacing: -0.08px;
      margin-bottom: 24px;
   }

   .detail-content-text p {
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 140%;
      letter-spacing: -0.08px;
   }
}
@media (max-width: 768px) {
   .form-section {
      margin-left: -16px;
      margin-right: -16px;
   }
}
@media (max-width: 744px) {
   .form-section {
      margin-left: -32px;
      margin-right: -18px;
   }

   .about-images {
      gap: 0;
   }
}
@media (max-width: 550px) {
   .form-section {
      margin-left: 0;
      margin-right: 0;
   }
}

/* End */


/* Start:/local/templates/.default/components/ma/news.detail/new-service-detail/style.css?175912306717569*/
.content__header {
	display: none;
}

.section-gap {
	margin: 120px 0;
}

.section-gap h2 {
	font-size: 44px;
	line-height: 1;
	margin: 0;
}

.page-holder .l-content--inner {
	padding-bottom: 0;
	margin: 0;
}

.footer__info {
	display: none;
}

.dekstop-hidden {
	display: none;
}

@media (max-width: 1400px) {
	.section-gap h2 {
		font-size: 38px;
	}
}
@media (max-width: 1200px) {
	.section-gap h2 {
		font-size: 34px;
	}
}
@media (max-width: 1024px) {
	.section-gap h2 {
		font-size: 30px;
	}

	.section-gap {
		margin: 80px 0;
	}
}

@media (max-width: 767px) {
	.section-gap {
		margin: 40px 0;
	}

	.section-gap h2 {
		font-size: 24px;
		line-height: 1;
		margin: 0;
	}

	.mobile-hidden {
		display: none;
	}

	.dekstop-hidden {
		display: block;
	}
}
@media (max-width: 755px) {
	.l-content .l-wrapper {
		padding-left: 18px;
		padding-right: 18px;
	}
}

/* First block */

.b-news-detail_first {
	display: flex;
	align-items: center;
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	background: #f0f2f4;
	position: relative;
	justify-content: end;
}

.b-news-detail__picture {
	position: relative;
	overflow: hidden;
	clip-path: polygon(0% 0, 75% 0, 100% 100%, 0% 100%);
	flex: 1 1 50%;
	overflow: hidden;
	left: 0;
	top: 0;
	position: absolute;
	height: 100%;
	width: 50%;
}
.b-news-detail__picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.b-news-detail__content-wrapper {
	display: flex;
	justify-content: end;
}

.b-news-detail__content {
	width: 50%;
	padding: 140px 0;
}
.b-news-detail__content h1 {
	font-size: 60px;
	line-height: 1;
	margin: 0;
	margin-bottom: 80px;
}

.b-news-detail__content h1 span {
	color: var(--site-accent-color);
}
@media (max-width: 1400px) {
	.b-news-detail__content h1 {
		font-size: 50px;
	}
}
@media (max-width: 1200px) {
	.b-news-detail__content h1 {
		font-size: 40px;
		margin-bottom: 30px;
	}
}
@media (max-width: 1024px) {
	.b-news-detail__content h1 {
		font-size: 30px;
	}
}

@media (max-width: 767px) {
	.b-news-detail_first {
		flex-direction: column-reverse;
	}

	.b-news-detail__picture {
		position: relative;
		width: 100%;
		clip-path: polygon(0% 25%, 100% 0, 100% 100%, 0% 100%);
		height: 320px;
		flex: 0 0 auto;
	}

	.b-news-detail__picture img {
		height: 320px;
	}

	.b-news-detail__content {
		width: 100%;
		padding: 30px 0 0;
	}

	.b-news-detail__content h1 {
		font-size: 30px;
		line-height: 1;
		margin: 0;
		margin-bottom: 0px;
	}

	.b-news-detail__content a.g-button {
		/* display: none !important; */
		position: absolute;
		bottom: 20px;
		width: calc(100% - 36px);
	}
}

/* Adv */

.b-news-detail__adv {
	display: flex;
}

.service-adv__info {
	flex: 1 1 50%;
	padding-right: 150px;
	display: flex;
	flex-direction: column;
	gap: 32px;
	align-items: start;
}

.service-adv__info-title h2 {
	margin: 0;
}
.service-adv__info-title span {
	color: var(--site-accent-color);
}
.service-adv__info-img {
	height: 270px;
	width: 400px;
}

.service-adv__list {
	flex: 1 1 50%;
	grid-template-rows: auto auto;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 16px;
	display: grid;
	height: min-content;
}

.service-adv__item:nth-child(1),
.service-adv__item:nth-child(2),
.service-adv__item:nth-child(3) {
	grid-column: span 2;
}

.service-adv__item:nth-child(4),
.service-adv__item:nth-child(5) {
	grid-column: span 3;
}
.service-adv__item {
	display: flex;
	flex-direction: column;
	padding: 32px;
	gap: 48px;
	background-color: #f0f2f4;
	border-radius: 16px;

	font-size: 24px;
	line-height: 28.8px;
	text-align: left;
}

.service-adv__item-icon {
	width: 86px;
	height: 86px;
	min-width: 86px;
	max-width: 86px;
	min-height: 86px;
	max-height: 86px;
	background-color: #fff;
	padding: 24px;
	border-radius: 50%;
}

@media (max-width: 1400px) {
	.service-adv__info {
		padding-right: 120px;
	}
}
@media (max-width: 1200px) {
	.service-adv__info {
		padding-right: 80px;
	}
}

@media (max-width: 1675px) {
	.service-adv__item:nth-child(1),
	.service-adv__item:nth-child(2),
	.service-adv__item:nth-child(4),
	.service-adv__item:nth-child(3) {
		grid-column: span 3;
	}

	.service-adv__item:nth-child(5) {
		grid-column: span 6;
	}
}

@media (max-width: 1024px) {
	.b-news-detail__adv {
		flex-direction: column;
		gap: 40px;
	}

	.service-adv__info {
		flex: 1 1 100%;
		padding-right: 0;
	}

	.service-adv__item:nth-child(1),
	.service-adv__item:nth-child(2),
	.service-adv__item:nth-child(4),
	.service-adv__item:nth-child(3) {
		grid-column: span 3;
	}

	.service-adv__item:nth-child(5) {
		grid-column: span 6;
	}

	.service-adv__item {
		padding: 16px;
		gap: 24px;

		font-size: 16px;
		line-height: 19.2px;
	}

	.service-adv__item-icon {
		width: 64px;
		height: 64px;
		min-width: 64px;
		max-width: 64px;
		min-height: 64px;
		max-height: 64px;
		padding: 17px;
	}
}

@media (max-width: 767px) {
	.service-adv__info {
		align-items: normal;
	}
}

/* Gallery */

.about-company_slider-pic {
	height: 478px;
	width: 478px;
	border-radius: 12px;
	overflow: hidden;
	width: fit-content;
}

.about-company_slider .swiper {
	overflow: visible;
}

.about-company_slider-wrapper {
	position: relative;
}

.about-company_slider-wrapper::before,
.about-company_slider-wrapper::after {
	content: "";
	background: transparent;
	position: absolute;
	top: 0;
	height: 100%;
	width: 250px;
	z-index: -1;
	transition: all 0.3s;
}

.about-company_slider-wrapper::before {
	left: 0;
	margin-left: calc((100vw - 100%) / -2);
	transform: rotate(180deg);
}

.about-company_slider-wrapper::after {
	right: 0;
	margin-right: calc((100vw - 100%) / -2);
}

.show-right-gradient::after,
.show-left-gradient::before {
	background: linear-gradient(270deg, rgb(255, 255, 255), rgba(255, 255, 255, 0) 100%);
	z-index: 33;
	transition: all 0.3s;
}

.about-company_slider-pic img {
	height: 100%;
	object-fit: cover;
}

.about-company_slider-item.swiper-slide {
	width: fit-content;
}

.about-company_slider {
}

.btn-slider {
	position: absolute;
	width: 48px;
	height: 48px;
	z-index: 100;
	border-radius: 50%;
	background-color: white;
	cursor: pointer;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	top: calc(50% - 24px);
	box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.12);
	transition: all 0.3s;
}

.btn-slider:hover {
	background-color: var(--site-accent-color);
	transition: all 0.3s;
}

.btn-slider svg path {
	transition: all 0.3s;
}

.btn-slider:hover svg path {
	fill: white;
	transition: all 0.3s;
}

.btn-slider.swiper-button-disabled {
	display: none;
}

.about-company_slider-wrapper .js-prev-slide {
	transform: rotate(180deg);
	left: 0;
}

.about-company_slider-wrapper .js-next-slide {
	right: 0;
}

@media (max-width: 1200px) {
	.about-company_slider-pic {
		height: 350px;
		width: 350px;
	}
}

@media (max-width: 1024px) {
	.about-company_slider-pic {
		height: 300px;
		width: 300px;
	}
}

@media (max-width: 767px) {
	.about-company_slider-pic {
		height: 264px;
		width: 100%;
	}

	.btn-slider {
		display: none;
	}

	.about-company_slider-wrapper::before,
	.about-company_slider-wrapper::after {
		width: 50px;
	}
}

/* Form */

.service-form-holder {
	display: flex;
	align-items: center;
	gap: 32px;
	background: #f0f2f4;
	border-radius: 16px;
	padding: 80px;
	justify-content: space-between;
	background-image: url("/local/templates/.default/components/ma/news.detail/new-service-detail/../../../../../template.main/img/form-bg-inst.png");
	background-position: 36% 0;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.service-form__content {
	max-width: 820px;
	display: flex;
	flex-direction: column;
	gap: 24px;
	flex: 0 1 55%;
}

.service-form__title {
	margin: 0;
	font-size: 40px;
	line-height: 120%;
	font-weight: 600;
}

.service-form__title span {
	color: var(--site-accent-color);
}

.service-form__description {
	font-size: 16px;
	font-weight: 600;
	line-height: 150%;
	margin: 0;
	margin-bottom: 16px;
}

.service-form__contact {
	display: flex;
	align-items: center;
	gap: 8px;
}

.service-form__contact-text {
	margin-right: 9px;
}

.service-form__content svg {
	fill: var(--site-accent-color);
}

.page-holder a.service-form__contact-icon {
	width: 48px;
	min-width: 48px;
	height: 48px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border-bottom: none;
	transition: all 0.2s ease;
}

.page-holder a.service-form__contact-icon:visited {
	border-bottom: none;
}

.page-holder a.service-form__contact-icon:hover {
	border: none;
	text-decoration: none;
	background-color: var(--site-accent-color);
	color: #fff;
}

.page-holder a.service-form__contact-icon:hover svg {
	fill: #fff;
}
.page-holder a.service-form__contact-icon:hover svg path {
	fill: #fff;
}
.service-form-holder .b-message-form__title {
	display: none !important;
}

.service-form-holder #podbor {
	padding: 0 !important;
}

.service-form_content p {
	text-align: left;
	font-size: 18px;
	font-weight: 600;
	line-height: 145%;
}

.podbor-block {
	flex: 0 1 50%;
	max-width: 712px;
}

#service-form #captcha {
	display: none;
}

#service-form .b-message-form--montaj {
	display: block;
}

@media (max-width: 1300px) {
	.service-form-holder {
		padding: 60px;
	}
}

@media (max-width: 1024px) {
	.service-form-holder {
		padding: 30px;
	}
}

@media (max-width: 768px) {
	.service-form-holder {
		flex-direction: column;
		padding: 24px 20px;
		background-position: 15% 0;
	}

	.service-form__content {
		gap: 20px;
	}

	.service-form__title {
		font-size: 24px;
	}

	.service-form__description {
		margin-bottom: 0;
	}
}

/* Stages */

.service-stages__title {
	text-align: center;
	margin-bottom: 48px;
}
.service-stages__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}
.service-stages__item {
	background: #f0f2f4;
	border-radius: 16px;
	padding: 32px 40px;
}
.service-stages__item-number {
	width: 72px;
	height: 72px;
	min-width: 72px;
	max-width: 72px;
	min-height: 72px;
	max-height: 72px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #e95493;
	font-size: 22px;
	line-height: 26.4px;
	text-align: center;
	margin-bottom: 32px;
	border-radius: 50%;
}
.service-stages__item-title {
	font-size: 22px;
	line-height: 26.4px;
	color: #1f1f1f;
	margin-bottom: 8px;
}
.service-stages__item-text {
	font-size: 18px;
	line-height: 21.6px;
	color: #1f1f1f;
}

@media (max-width: 767px) {
	.service-stages__title {
		margin-bottom: 24px;
	}

	.service-stages__list {
		grid-template-columns: repeat(1, 1fr);
	}

	.service-stages__item {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 16px;
	}

	.service-stages__item-number {
		width: 64px;
		height: 64px;
		min-width: 64px;
		max-width: 64px;
		min-height: 64px;
		max-height: 64px;
		font-size: 20px;
		line-height: 24px;
		text-align: center;
		margin-bottom: 8px;
	}

	.service-stages__item-title {
		font-size: 20px;
		line-height: 24px;
		text-align: center;
	}
	.service-stages__item-text {
		font-size: 14px;
		line-height: 16.8px;
		text-align: center;
	}
}

/* Works */

.b-news-detail__works {
	display: flex;
	background: #f0f2f4;
	justify-content: space-between;
	border-radius: 16px;
	flex-direction: column;
}

.service-works__info {
	display: flex;
}

.service-works__info-content {
	padding: 40px;
	gap: 32px;
	display: flex;
	flex-direction: column;
	align-items: start;
}
h2.service-works__info-title {
	margin: 0;
	font-size: 40px;
	line-height: 42px;
}

.page-holder ul {
	margin: 0;
}

.page-holder ul li:first-child {
	margin-top: 0;
}
.page-holder ul li:last-child {
	margin-bottom: 0;
}
.page-holder ul li:before {
	border-radius: 50%;
	width: 7px;
	height: 7px;
	min-width: 7px;
	max-width: 7px;
	min-height: 7px;
	max-height: 7px;
	top: 9px;
}

.service-works__info-content img {
	margin-left: auto;
	margin-right: -20px;
	margin-top: -73px;
}

.service-works__img img {
	height: 100%;
	object-fit: cover;
	object-position: left;
}

.service-works__accordion {
	display: none;
	margin-top: 15px;
	padding: 10px 40px;
	border-radius: 5px;
}

.service-works__accordion h2 {
	font-size: 28px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: 115% !important;
	letter-spacing: -0.28px !important;
	margin: 32px 0 24px !important;
}

.service-works__accordion h3 {
	margin: 24px 0 16px !important;
	font-size: 22px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: 120% !important;
	letter-spacing: -0.22px !important;
}

.service-works__accordion p {
	margin: 1em 0;
}

.service-works__accordion.active {
	display: block;
}

.page-holder .service-works__info-btn.g-button {
	background-color: var(--site-bg-grey-color);
	color: var(--site-accent-color);
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 22px;
	transition: all 0.3s;
}

.page-holder .service-works__info-btn.g-button:hover {
	background-color: var(--site-accent-color);
	color: #fff;
	border-color: var(--site-accent-color);
}

.accordion-icon {
	width: 20px;
	height: 24px;
	background-image: url(/local/templates/.default/components/ma/news.detail/service-detail/img/arrow-pink.svg);
	transition: all 0.3s;
	transform: rotate(180deg);
}

.page-holder .service-works__info-btn.g-button:hover .accordion-icon {
	background-image: url(/local/templates/.default/components/ma/news.detail/service-detail/img/arrow-white.svg);
}

.page-holder .service-works__info-btn.g-button.active .accordion-icon {
	transform: rotate(0deg);
}

@media (max-width: 1400px) {
	.service-works__img {
		display: none;
	}
}

@media (max-width: 767px) {
	.service-works__info-content {
		padding: 24px 20px;
		gap: 20px;
	}

	h2.service-works__info-title {
		font-size: 24px;
		line-height: 25.2px;
	}

	.page-holder .service-works__info-content ul {
		padding: 0 20px 0 0;
	}

	.service-works__accordion {
		display: none;
		margin-top: 15px;
		padding: 5px 20px 0;
		border-radius: 5px;
	}

	/* .page-holder .b-news-detail__works .g-button {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	} */
}

/* Map */

.b-news-detail__map {
	display: flex;
	gap: 16px;
}
.service-map__map {
	border-radius: 16px;
	overflow: hidden;
	width: 100%;
	height: 640px;
}
.service-map__info {
	padding: 44px;
	background: #f0f2f4;
	border-radius: 16px;
	max-width: 725px;
	width: 68%;
}
h2.service-map__info-title {
	margin: 0;
	font-size: 46px;
	line-height: 48.3px;
	margin-bottom: 32px;
}

.page-holder ul.service-map__info-list li:before {
	border-radius: 50%;
	background-color: #1f1f1f;
	top: 7px;
}

@media (max-width: 1024px) {
	.b-news-detail__map {
		gap: 0px;
		flex-direction: column;
	}
	.service-map__map {
		border-radius: 16px 16px 0 0;
		height: 330px;
	}
	.service-map__info {
		padding: 16px;
		width: 100%;
		margin-top: -16px;
		z-index: 1;
		max-width: 100%;
	}

	.ymaps-2-1-79-map-copyrights-promo {
		bottom: 30px !important;
	}

	.ymaps-2-1-79-copyright {
		top: -38px !important;
	}

	.ymaps-2-1-79-controls__bottom {
		display: none !important;
	}

	.ymaps-2-1-79-balloon_layout_panel {
		bottom: 16px !important;
	}
}

@media (max-width: 767px) {
	.b-news-detail__map {
		gap: 0px;
		flex-direction: column;
	}
	.service-map__map {
		border-radius: 16px 16px 0 0;
		height: 330px;
	}
	.service-map__info {
		padding: 16px;
		width: 100%;
		margin-top: -16px;
		z-index: 1;
	}
	h2.service-map__info-title {
		font-size: 24px;
		line-height: 25.2px;
	}

	.page-holder ul.service-map__info-list li:before {
		border-radius: 50%;
		background-color: #1f1f1f;
		top: 7px;
	}

	.ymaps-2-1-79-map-copyrights-promo {
		bottom: 30px !important;
	}

	.ymaps-2-1-79-copyright {
		top: -38px !important;
	}

	.ymaps-2-1-79-controls__bottom {
		display: none !important;
	}

	.ymaps-2-1-79-balloon_layout_panel {
		bottom: 16px !important;
	}
}

/* About */

.b-news-detail__about {
	display: flex;
	gap: 16px;
}

.serviec-about__info {
	padding: 44px;
	background: #f0f2f4;
	border-radius: 16px;
	max-width: 650px;
	width: 37%;
}
h2.serviec-about__info-title {
	margin: 0;
	font-size: 46px;
	line-height: 48.3px;
	margin-bottom: 32px;
}
.serviec-about__slider {
	border-radius: 16px;
	overflow: hidden;
}

@media (max-width: 1024px) {
	.b-news-detail__about {
		flex-direction: column-reverse;
	}

	.serviec-about__info {
		padding: 16px;
		max-width: 100%;
		width: 100%;
	}
}

@media (max-width: 767px) {
	.b-news-detail__about {
		flex-direction: column-reverse;
	}

	.serviec-about__info {
		padding: 16px;
		max-width: 100%;
		width: 100%;
	}
	h2.serviec-about__info-title {
		font-size: 24px;
		line-height: 26.4px;
	}
	.serviec-about__slider {
		border-radius: 16px;
		overflow: hidden;
	}
}

/* End */


/* Start:/local/templates/template.main/js/libs/swiper/swiper-bundle.min.css?169079842716483*/
/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */

 @font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, 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');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/.default/components/ma/form/instalyacii-form/style.css?17382139645458*/
.b-message-form {
    height: 100%;
}

.contacts-form .b-message-form {
    padding: 0;
}

.b-message-form__title {
    margin-bottom: 48px;
}

.b-message-form__title h3 {
    margin: 0;
}

.b-message-form_item.b-message-form_item--S {
    display: inline-flex;
    width: calc(50% - 12px);
    margin-bottom: 16px;
    display: -webkit-inline-box;
}

.contacts-form .b-message-form_item.b-message-form_item--S {
    width: 100%;
}

.b-message-form_item.b-message-form_item--S + .b-message-form_item.b-message-form_item--S {
    margin-left: 19px;
}

.b-message-form_item.b-message-form_item--S:nth-child(3) + .b-message-form_item.b-message-form_item--S {
    margin-left: 0px;
    width: 100%;
}

.contacts-form .b-message-form_item.b-message-form_item--S + .b-message-form_item.b-message-form_item--S {
    margin-left: 0;
}

.b-message-form_field {
    width: 100%;
}

.b-message-form_field input,
.b-message-form_field textarea,
.b-message-form_field .choices__inner {
    padding: 23px 16px 9px 16px !important;
}

.b-message-form_item span.required {
    color: var(--site-accent-color);
}

.b-message-form_footer {
    display: flex;
    align-items: center;
    margin-top: 8px;
}

.contacts-form .b-message-form_footer {
    margin-top: 8px;
}

.b-message-form_submit {
    margin-right: 18px;
}

.b-message-form_personal-data {
    font-size: 16px;
    line-height: 1.5;
    color: var(--site-grey-color);
}

.b-message-form_item-error {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    color: var(--site-error-color);
    font-size: 11px;
}

.b-message-form__success {
    position: relative;
    display: flex;
    padding: 32px 34px;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 16px;
    background: var(--site-light-color);
    height: 100%;
    align-items: flex-start;
}

.b-message-form__success h4 {
    margin: 0;
    margin-bottom: 15px;
    padding-right: 16px;
}

.b-message-form__success-btn {
    margin-top: 20px;
}

.b-message-form__success-close {
    position: absolute;
    top: 32px;
    right: 34px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M26.6666 5.33325L5.33331 26.6666' stroke='%23E95493' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.33331 5.33325L26.6666 26.6666' stroke='%23E95493' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    cursor: pointer;
}

.b-message-form__add-button-close {
    margin-top: 20px;
}

.b-message-form_dropdown,
.inputtext {
    height: 58px;
}

#podbor .b-message-form_field input,
#podbor .b-message-form_field textarea,
#podbor .b-message-form_field .choices__inner {
    padding: 20px 16px 9px 16px !important;
}

#i-message-form-item-278 {
    width: 100%;
    margin: 0;
}

.btn-disabled {
    opacity: 0.3;
    cursor: auto !important;
    background: var(--site-accent-color) !important;
    border-color: var(--site-accent-color) !important;
}

@media (max-width: 1024px) {
    .b-message-form_item.b-message-form_item--S {
        width: 100%;
    }

    .b-message-form_item.b-message-form_item--S + .b-message-form_item.b-message-form_item--S {
        margin-left: unset;
    }

    .podbor-block.podbor-block--img {
        border-radius: 16px 16px 0 0px;
    }

    .b-message-form_footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .b-message-form_submit {
        width: 100%;
        margin-right: unset;
    }

    .b-message-form_submit .g-button {
        min-width: 100%;
    }

    .b-message-form_personal-data {
        margin-top: 16px;
    }

    .b-message-form__title {
        margin-bottom: 28px;
    }

    .b-message-form_personal-data {
        font-size: 14px;
        line-height: 1.45;
    }

    .b-message-form__success {
        padding: 16px;
    }

    .b-message-form__success-close {
        top: 8px;
        right: 8px;
        width: 24px;
        height: 24px;
    }

    .b-message-form__success-btn .g-button {
        min-width: 100%;
    }

    .b-message-form_field input {
        padding: 21px 16px 7px 16px !important;
    }

    .b-message-form_field textarea {
        padding: 22px 16px 7px 16px !important;
    }

    .b-message-form--podbor {
        padding: 24px 20px 20px;
    }

    .b-message-form_dropdown,
    .inputtext {
        height: 54px;
    }

    #podbor .b-message-form__title {
        margin-bottom: 23px;
    }

    #podbor .b-message-form_footer {
        margin-top: 25px;
    }

    #podbor .g-button {
        padding: 14px 81px;
    }

    #podbor .b-message-form_personal-data {
        font-size: 13px;
        line-height: 145%;
    }
}

.contacts-form textarea {
    min-height: 118px;
}

.contacts-form button.g-button {
    padding: 15px 81px;
}

@media (max-width: 1370px) {
    .contacts-form button.g-button {
        padding: 15px;
    }
}
.b-message-form--montaj {
    display: none;
}

#i-message-form-item-736{
    display: none;
}
/* End */


/* Start:/local/templates/template.main/components/ma/news.list/company-slider-bottom/style.css?17139537733095*/
.company-slider-bottom {
	max-width: 1094px;
	height: auto;
	position: relative;
	border-radius: 16px;
	overflow: hidden;
}

.company-slider-bottom-actions-btns {
	position: absolute;
	bottom: 30px;
	left: 24px;
	z-index: 3;
}

.company-slider-bottom-actions-btns button {
	background: unset;
	padding: unset;
	border: none;
	cursor: pointer;
	font-size: 0;
	width: 64px;
	height: 64px;
	border: 1px solid var(--site-light-color);
	border-radius: 8px;
	background-size: 24px;
	background-position: center;
	background-repeat: no-repeat;
}

.company-slider-bottom-actions-btns button.prev-btn {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 12H5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 19L5 12L12 5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	border-right-color: transparent;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.company-slider-bottom-actions-btns button.next-btn {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12H19' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 5L19 12L12 19' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	border-left-color: transparent;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	margin-left: -6px;
}

.company-slider-bottom-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	max-height: 725px;
	position: relative;
}

.company-slider-bottom .swiper-pagination {
	width: fit-content;
	right: 21px;
	position: absolute;
	bottom: 41px;
	left: auto !important;
	z-index: 2;
}

.company-slider-bottom-item {
	position: relative;
	max-height: 725px;
	overflow: hidden;
	height: auto;
}

.company-slider-bottom-item::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 120px;
	background: linear-gradient(180.00deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 100%);
	z-index: 1;
}

.swiper-wrapper {
	align-items: stretch;
}

@media (max-width:1024px) {

	.company-slider-bottom-item,
	.company-slider-bottom {
		border-radius: 8px;
		overflow: hidden;
	}

	.company-slider-bottom-item img,
	.company-slider-bottom-item {
		max-height: 500px;
	}

	.company-slider-bottom-actions-btns {
		bottom: 12px;
		left: 13px;
	}

	.company-slider-bottom-actions-btns button {
		width: 48px;
		height: 48px;
	}

	.company-slider-bottom .swiper-pagination-bullet {
		width: 10px !important;
		height: 10px !important;
	}

	.company-slider-bottom .swiper-pagination {
		right: 7px;
		bottom: 25px;
	}
}

@media (max-width: 440px) {

	.company-slider-bottom-item img,
	.company-slider-bottom-item {
		max-height: 228px;
	}
}
/* End */
/* /local/components/ma/news/templates/new-services/style.css?17349512257659 */
/* /local/templates/.default/components/ma/news.detail/new-service-detail/style.css?175912306717569 */
/* /local/templates/template.main/js/libs/swiper/swiper-bundle.min.css?169079842716483 */
/* /local/templates/.default/components/ma/form/instalyacii-form/style.css?17382139645458 */
/* /local/templates/template.main/components/ma/news.list/company-slider-bottom/style.css?17139537733095 */
