.fw-600 {
	 font-weight: 600;
}
 .fw-400 {
	 font-weight: 400;
}
 .fs-16 {
	 font-size: 16px;
}
 .fs-13 {
	 font-size: 13px;
}
 .fs-12 {
	 font-size: 12px;
}
 .color-black {
	 color: #000;
}
 .color-gray {
	 color: #5c5c5c;
}
 .color-lightgray {
	 color: #9f9f9f;
}
 .mb-4 {
	 margin-bottom: 30px !important;
}
 .mb-14 {
	 margin-bottom: 14px;
}
 .d-flex {
	 display: flex;
}
 .flex-wrap {
	 flex-wrap: wrap;
}
.d-block {
	display: block;
}
 .r-4 {
	 border-radius: 4px;
}
 .align-items-center {
	 align-items: center;
}
 .justify-content-between {
	 justify-content: space-between;
}
 .text-underline {
	 text-decoration: underline;
}
 .r-4 {
	 border-radius: 4px;
}
.w-100 {
	width: 100%;
}
.title-reset {
	margin: 0;
}
.mb-0 {
	margin-bottom: 0;
}
.link-reset {
	text-decoration: none;
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

 .catalog-card {
	 display: block;
	 border-radius: 6px;
	 background-color: #f9f9f9;
	 padding: 30px;
	 height: 100%;
	 text-decoration: none;
}
 .catalog-card__icon {
	 width: 60px;
	 height: 60px;
	 border-radius: 50%;
	 flex-shrink: 0;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 background-color: #333;
	 margin-bottom: 50px;
	 transition: background-color 0.25s;
}
 .track {
	 display: flex;
	 flex-wrap: wrap;
}
 .track__item {
	 font-size: 12px;
	 color: #969696;
	 white-space: nowrap;
	 margin-right: 6px;
}
 .track__item::before {
	 width: 6px;
	 height: 6px;
	 border-radius: 50%;
	 background-color: #d0d0d0;
	 display: inline-block;
	 margin-right: 6px;
	 content: '';
}
 .track__item:first-child::before {
	 display: none;
}
 .map {
	 position: relative;
}
#map {
	height: 800px;
}
#map.__in-container {
	 height: 624px;
}
 .map-aside {
	 width: 400px;
	 height: 90%;
	 position: absolute;
	 top: 5%;
	 right: 40px;
	 background-color: #fff;
	 border-radius: 6px;
	 border: 2px solid #e8e8e8;
	 padding: 26px 12px 20px 20px;
}
 .map-aside__wrapper {
	 padding-right: 20px;
	 height: 100%;
	 overflow-y: auto;
}
 .map-aside__item {
	 padding: 0 30px 30px 10px;
	 border-bottom: 1px solid #e8e8e8;
	 margin-bottom: 30px;
}
 .map-aside__item:last-child {
	 padding-bottom: 0;
	 margin-bottom: 0;
	 border: none;
}
 .map-aside__item-top {
	 display: flex;
	 align-items: center;
	 gap: 14px;
	 cursor: pointer;
	 transition: all 0.25s;
}
.map-aside__item-top svg path {
	transition: all 0.25s;
}
 .map-aside__spec {
	 margin: 8px 0 20px;
	 padding-left: 30px;
}
 .map-aside__controls {
	 display: flex;
	 align-items: center;
}
 .map-aside__btn {
	 border-radius: 4px;
	 background-color: #f2f2f2;
	 transition: all 0.25s;
}
 .map-aside__header-mobile {
	 display: none;
}
.map-aside__adress {
	margin-bottom: 0;
}
 .map-aside__item.__active .map-aside__adress {
	 color: #c33;
}
.map-aside__location-svg {
	flex-shrink: 0;
	align-self: flex-start;
}
 .map-aside__item.__active .map-aside__location-svg path {
	 fill: #c33;
}
 .backlight {
	 width: 30px;
	 height: 30px;
	 border-radius: 50%;
	 border: 1px solid #d7d7d7;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 flex-shrink: 0;
}
 .backlight svg {
	 pointer-events: none;
}
 .tooltip {
	 position: fixed;
	 z-index: 2000000;
	 padding: 4px 14px;
	 border-radius: 40px;
	 text-align: center;
	 color: #fff;
	 background: #333;
	 opacity: 1;
}
 .tooltip::after {
	 position: absolute;
	 content: '';
	 width: 20px;
	 height: 20px;
	 bottom: 0;
	 left: 50%;
	 transform: translate(-50%, 80%);
	 background-image: url("data:image/svg+xml,%3Csvg width='13' height='7' viewBox='0 0 13 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.81768 6.36317L0.854702 1.73106C0.191181 1.11177 0.629399 0 1.53702 0H11.463C12.3706 0 12.8088 1.11177 12.1453 1.73105L7.18232 6.36317C6.79811 6.72176 6.20189 6.72176 5.81768 6.36317Z' fill='%23333333'/%3E%3C/svg%3E%0A");
	 background-repeat: no-repeat;
	 background-size: contain;
}
 .map-aside__spec-item {
	 display: flex;
	 align-items: center;
}
 .dots-line {
	 flex-grow: 1;
	 display: flex;
	 align-items: center;
	 white-space: nowrap;
}
 .dots-line::after {
	 content: '';
	 display: inline-block;
	 margin: 0 10px;
	 width: 100%;
	 border-bottom: 1px dotted;
	 color: #dfdfdf;
}
 .map-aside__wrapper::-webkit-scrollbar {
	 width: 8px;
	 background-color: #f3f3f3;
}
 .map-aside__wrapper::-webkit-scrollbar-thumb {
	 background-color: #c4c4c4;
	 width: 8px;
	 border-radius: 0px;
}
 .hover-red {
	 transition: color 0.25s;
}
 .custom-checkbox {
	 cursor: pointer;
}
 .custom-checkbox > input {
	 position: absolute;
	 z-index: -1;
	 opacity: 0;
}
 .custom-checkbox > span {
	 display: inline-flex;
	 align-items: center;
	 -webkit-user-select: none;
	    -moz-user-select: none;
	         user-select: none;
}
 .custom-checkbox > span::before {
	 content: '';
	 display: inline-block;
	 width: 24px;
	 height: 24px;
	 flex-shrink: 0;
	 flex-grow: 0;
	 border: 1px solid #9f9f9f;
	 border-radius: 6px;
	 margin-right: 8px;
	 background-repeat: no-repeat;
	 background-position: center center;
	 background-size: 50% 50%;
	 transition: border-color 0.25s;
}
 .custom-checkbox > input:not(:disabled):not(:checked) + span:hover::before {
	 border-color: #383a3d;
}
 .custom-checkbox > input:checked + span::before {
	 border-color: #333;
	 background-color: #333;
	 background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2211%22%20height%3D%228%22%20viewBox%3D%220%200%2011%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M1%204L4.41304%207L10%201%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
 .radio {
	 display: flex;
	 gap: 10px;
	 position: relative;
	 cursor: pointer;
}
 .radio input:checked + .radio__span {
	 background-color: #fff;
	 border-color: #9f9f9f;
}
 .radio input:checked + .radio__span::before {
	 opacity: 1;
}
 .radio__span {
	 margin-top: 3px;
	 position: relative;
	 display: block;
	 width: 20px;
	 height: 20px;
	 border: none;
	 background-color: transparent;
	 transition: all 0.3s;
	 border-radius: 50%;
	 border: 1px solid #9f9f9f;
	 flex-shrink: 0;
}
 .radio__span::before {
	 position: absolute;
	 content: "";
	 opacity: 0;
	 width: 10px;
	 height: 10px;
	 left: 50%;
	 top: 50%;
	 transform: translate(-50%, -50%);
	 border-radius: 50%;
	 background-color: #c33;
	 transition: all 0.3s;
}
 .select-custome {
	 height: 62px;
	 display: flex;
	 align-items: center;
	 padding: 0 54px 0 20px;
	 min-width: 190px;
}
 .select-custome::after {
	 width: 10px;
	 height: 10px;
	 border-width: 1px;
	 border-color: #5c5c5c;
	 right: 24px;
	 margin-top: -6px;
}
 .select-custome .list {
	 width: 100%;
	 border: 1px solid #e8e8e8;
	 border-radius: 4px;
}
 .location-btn {
	 display: flex;
	 align-items: center;
	 gap: 12px;
	 padding: 20px;
	 border: 1px solid #e8e8e8;
	 border-radius: 4px;
	 transition: all 0.25s;
}
 .location-btn svg path {
	 transition: fill 0.25s;
}
 .modal-fancy {
	 background-color: #fff;
	 border-radius: 6px;
	 padding: 50px;
}
 .modal-location {
	 max-width: 640px;
	 width: 100%;
}
 .modal-location__cities {
	 border-bottom: 1px solid #e8e8e8;
}
 .modal-banner {
	 max-width: 710px;
	 width: 100%;
}
 .modal-banner__img {
	 position: relative;
	 overflow: hidden;
	 border-radius: 8px;
	 padding-top: 56%;
	 margin-bottom: 15px;
}
 .modal-banner__img img {
	 width: 100%;
	 height: 100%;
	 position: absolute;
	 top: 0;
	 left: 0;
	 -o-object-fit: cover;
	    object-fit: cover;
}
 .modal-request {
	 max-width: 650px;
	 width: 100%;
}
 .modal-success {
	 max-width: 570px;
	 width: 100%;
}
 .divide-line__item:not(:first-child) {
	 padding-left: 30px;
	 border-left: 1px solid #dfdfdf;
}
 .back {
	 display: flex;
	 align-items: center;
	 color: #000;
	 transition: color 0.25s;
	 text-decoration: none;
}
 .back::before {
	 content: '';
	 width: 6px;
	 height: 6px;
	 display: inline-block;
	 border-top: 1px solid #000;
	 border-left: 1px solid #000;
	 transform: rotate(-45deg);
	 margin-right: 8px;
	 transition: border-color 0.25s;
}
 .product-slider__next {
	 position: absolute;
	 right: 13px;
	 top: 50%;
	 transform: translateY(-50%);
	 z-index: 10;
}
 .product-slider__prev {
	 position: absolute;
	 left: 13px;
	 top: 50%;
	 transform: translateY(-50%);
	 z-index: 10;
}
 .product-slider__pagination {
	 position: absolute;
	 bottom: 18px !important;
	 z-index: 10;
	 text-align: center;
}
 .product-slider__pagination .swiper-pagination-bullet {
	 background: #fff;
	 opacity: 1;
	 width: 10px;
	 height: 10px;
}
 .product-slider__pagination .swiper-pagination-bullet-active {
	 background-color: #333;
}
 .slider-btn {
	 width: 40px;
	 height: 40px;
	 border-radius: 50%;
	 background-color: #fff;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 cursor: pointer;
	 transition: background-color 0.25s;
}
 .slider-btn.swiper-button-disabled {
	 opacity: 0.6;
	 cursor: default;
}
 .slider-btn svg path {
	 transition: fill 0.25s;
}
.list-check {
	padding-left: 0;
}
 .list-check li {
	 display: flex;
	 align-items: center;
	 margin-bottom: 20px;
}
 .list-check li::before {
	 content: '';
	 background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.0002 25.6668C20.4435 25.6668 25.6668 20.4435 25.6668 14.0002C25.6668 7.55684 20.4435 2.3335 14.0002 2.3335C7.55684 2.3335 2.3335 7.55684 2.3335 14.0002C2.3335 20.4435 7.55684 25.6668 14.0002 25.6668Z' stroke='%23CC3333' stroke-width='2'/%3E%3Cpath d='M9.9165 14.5835L12.2498 16.9168L18.0832 11.0835' stroke='%23CC3333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	 display: inline-block;
	 background-size: contain;
	 margin-right: 14px;
	 width: 28px;
	 height: 28px;
	 flex-shrink: 0;
}
 .questions {
	 background-color: #f2f2f2;
	 border-radius: 6px;
	 padding: 50px;
}
 .avatar {
	 width: 76px;
	 height: 76px;
	 border-radius: 50%;
	 -o-object-fit: cover;
	    object-fit: cover;
	 flex-shrink: 0;
}
 .manager {
	 display: flex;
}
 .manager__avatar {
	 margin-right: 18px;
}
 .input-custome {
	 padding: 16px;
	 border: 1px solid #e3e3e3;
	 border-radius: 4px;
	 width: 100%;
}
 .textarea {
	 resize: none;
	 height: 122px;
}
 .map-select {
	 margin-right: 20px;
}

.map.__city-list {
  height: 100%;
  min-height: 400px;
}

.city-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #E31E24;
	transition: background-color 0.25s;
  padding: 14px 18px;
  border-radius: 4px;
  color: #fff;
  margin-bottom: 12px;
	text-decoration: none;
}
.city-link:last-child {
  margin-bottom: 0;
}
.city-link__title {
  font-weight: 600;
	margin-bottom: 0;
}
.city-link__arrow {
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.map-city-list-wrapper {
	width: 752px;
}
.location-btn.__city-list {
	display: none;
}

 @media (min-width: 991px) {
	 .catalog-card:hover .catalog-card__icon {
		 background-color: #c33;
	}
	 .hover-red:hover {
		 color: #c33;
	}
	 .map-aside__btn:hover {
		 background-color: #434343;
		 border-color: #434343;
		 color: #fff !important;
	}
	 .location-btn:hover {
		 background-color: #333;
		 color: #fff;
	}
	 .location-btn:hover svg path {
		 fill: #c33;
	}
	 .select-custome:hover {
		 border-color: #333;
	}
	 .back:hover {
		 color: #c33;
	}
	 .back:hover::before {
		 border-color: #c33;
	}
	 .slider-btn:not(.swiper-button-disabled):hover {
		 background-color: #333;
	}
	 .slider-btn:not(.swiper-button-disabled):hover svg path {
		 fill: #fff;
	}
	.map-aside__item-top:hover {
		color: #c33;
	}
	.map-aside__item-top:hover .map-aside__location-svg path {
		fill: #c33;
	}
	.city-link:hover {
		background-color: #d45252;
	}
	.city-list {
		display: flex;
		flex-direction: row-reverse;
		gap: 30px;
	}
	.city-link-wrapper {
		width: 100%;
	}
	.map-city-list-wrapper {
		flex-shrink: 0;
	}
}

@media (max-width: 1200px) {
	.map-city-list-wrapper {
		width: 552px;
	}
}

 @media (max-width: 991px) {
	 .map-aside {
		 position: static;
		 width: 100%;
		 border: none;
		 border-radius: 0;
		 height: auto;
	}
	 .map-aside__header-mobile {
		 display: flex;
		 align-items: flex-end;
		 justify-content: space-between;
		 flex-wrap: wrap;
		 border-bottom: 1px solid #e8e8e8;
		 padding-bottom: 30px;
		 margin-bottom: 30px;
	}
	 .location-btn.__top {
		 display: none;
	}
	.map {
		height: auto;
	}
	.city-link-wrapper {
		order: 2;
		margin-top: 26px;
		width: 100%;
	}
	.map-city-list-wrapper {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.divide-line__item:not(:first-child) {
		border: none;
		padding-left: 12px;
	}
	.location-btn {
		position: fixed;
		bottom: 30px;
		left: 15px;
		z-index: 100;
		background-color: #fff;
		width: auto;
		margin-bottom: 0 !important;
		box-shadow: 0 19px 38px 0 rgba(34, 36, 43, .3);
	}
	.location-btn span {
		font-size: 13px;
	}
	.location-btn.__city-list {
		display: flex;
	}
}
 @media (max-width: 556px) {
	 .mb-4 {
		 margin-bottom: 15px !important;
	}
	 .catalog-card {
		 padding: 18px 16px;
	}
	 .catalog-card__icon {
		 margin-bottom: 16px;
		 width: 48px;
		 height: 48px;
	}
	 .map {
		 height: auto;
	}
	#map {
		height: 360px;
	}
	 .map-select {
		 margin-right: 0;
		 width: 100%;
	}
	 .modal-fancy {
		 padding: 40px 20px 20px;
	}
	.map-aside {
		padding: 26px 15px;
	}
	 .map-aside__item {
		 padding: 0 0px 20px 0px;
		 margin-bottom: 20px;
	}
	 .questions {
		 padding: 20px;
	}
	 .mb-20 {
		 margin-bottom: 10px;
	}
	 .mb-30 {
		 margin-bottom: 16px;
	}
	 .mb-50 {
		 margin-bottom: 30px !important;
	}
	 .list-check li::before {
		 width: 22px;
		 height: 22px;
		 margin-right: 8px;
	}
	 .list-check li {
		 margin-bottom: 8px;
	}
	 #map.__in-container {
		 height: 320px;
	}
	 .location-btn {
		 padding: 12px;
		 justify-content: center;
	}
	 .input-custome {
		 padding: 6px 8px;
	}
	.select-custome {
		height: 50px;
	}
}

.error-field{
	border: 1px solid #cc3333;
}

.error-text span{
	color: #cc3333 !important;
}

.row-flex {
  display: flex;
  flex-flow: row wrap;
}


.hero-bg-pic {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* новый слайдер на главной start */
.hero-slider__slide {
	width: 100%;
	padding-top: 33%;
	position: relative;
}
.hero-slider__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hero-slider__wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.hero-slider__container {
	max-width: 1030px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}
.hero-slider__content {
	background-color: rgba(0, 0, 0, 0.7);
	max-width: 436px;
	width: 100%;
	padding: 30px;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.hero-slider__title {
	color: #fff;
	font-size: 30px;
	line-height: 1.3;
	font-weight: 600;
	margin-bottom: 12px;
}
.hero-slider__text {
	font-size: 14px;
	color: #fff;
	margin-bottom: 22px;
}
.hero-slider__btn {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #e8e8e8;
	background-color: #fff;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	-webkit-tap-highlight-color: transparent;
}
.hero-slider__prev {
	left: 5%;
}
.hero-slider__next {
	right: 5%;
}
.hero-slider__pagination.swiper-pagination {
	bottom: 30px;
}
.hero-slider__pagination.swiper-pagination .swiper-pagination-bullet {
	background-color: #fff;
	opacity: 1;
	width: 10px;
	height: 10px;
}
.hero-slider__pagination.swiper-pagination .swiper-pagination-bullet-active {
	background-color: #c33;
}
@media (max-width: 1400px) {
	.hero-slider__slide {
		padding: 0;
		height: 600px;
 }
}
@media (max-width: 1200px) {
	.hero-slider__prev {
		left: 5px;
 }
	.hero-slider__next {
		right: 5px;
 }
}
@media (max-width: 576px) {
	.hero-slider__slide {
		height: auto;
		display: flex;
		flex-direction: column;
 }
	.hero-slider__bg {
		position: static;
		height: 320px;
 }
	.hero-slider__wrapper {
		position: static;
		height: 100%;
 }
	.hero-slider__container {
		height: 100%;
 }
	.hero-slider__content {
		position: static;
		transform: translateY(0);
		max-width: 100%;
		padding: 20px 15px;
		height: 100%;
 }
	.hero-slider__pagination.swiper-pagination {
		top: 280px;
		bottom: auto;
		pointer-events: none;
 }
	.hero-slider__title {
		font-size: 22px;
 }
}

/* новый слайдер на главной end */


.cookie-msg {
  width: 380px;
  padding: 20px;
  background-color: #fff;
  position: fixed;
  z-index: 600;
  left: 20px;
  bottom: 20px;
  box-shadow: 0 10px 20px rgba(0,0,0,.12),0 6px 6px rgba(0,0,0,.16);
}
  @media (max-width: 576px){
	.cookie-msg {
		padding: 15px;
		width: 100%;
		left: 0;
		right: 0;
		bottom: 0;
	}
}