/* Start:/local/templates/palesse/assets/css/style.css?1760444466101675*/
@charset "UTF-8";

html {
	font-size: 10px;
}

html,
body {
	height: 100%;
	font-size: 1.8rem;
	line-height: 140%;
	background-color: #f1f4ff;
	margin: 0;
}

/* Работает в Firefox */

* {
	scrollbar-width: auto;
	scrollbar-color: #f24957 #e7ecff;
}

/* Работает в Chrome, Edge и Safari */

*::-webkit-scrollbar-track {
	background: #e7ecff;
}

*::-webkit-scrollbar-thumb {
	background-color: #f24957;
	border-radius: 0 0 20px 20px;
	border: 3px solid #f24957;
}

body::-webkit-scrollbar {
	width: 4px;
}

html {
	font-size: 10px;
}

main {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

footer {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.container {
	will-change: contents;
	position: relative;
	max-width: 1170px;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0 3rem;
}

.container-fluid {
	/*max-width: 1920px;*/
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.wrapper {
	min-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
}

@font-face {
	font-family: 'ralewayBold';
	font-display: swap;
	src: url('/local/templates/palesse/assets/css/../fonts/ralewayBold.woff2') format('woff2'),
		url('/local/templates/palesse/assets/css/../fonts/ralewayBold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'ralewayMed';
	font-display: swap;
	src: url('/local/templates/palesse/assets/css/../fonts/ralewayMed.woff2') format('woff2'),
		url('/local/templates/palesse/assets/css/../fonts/ralewayMed.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'ralewayReg';
	font-display: swap;
	src: url('/local/templates/palesse/assets/css/../fonts/ralewayReg.woff2') format('woff2'),
		url('/local/templates/palesse/assets/css/../fonts/ralewayReg.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

* {
	padding: 0px;
	margin: 0px;
	border: 0px;
	scroll-behavior: smooth;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	height: 100%;
}

body {
	color: #232222;
	line-height: 1;
	font-family: 'ralewayReg';
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
	font-size: inherit;
}

button {
	cursor: pointer;
	color: inherit;
	background-color: inherit;
}

a {
	color: #232222;
}

a:link,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ol li {
	list-style: none;
}
ul li {
	list-style: disc;
	list-style-position: inside;
}
img {
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}

body {
	line-height: 140%;
}

.wrapper {
	min-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
}

.header {
	font-size: 1.6rem;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 100;
}

.header__inner {
	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;
	min-height: 6rem;
}

.header__logo {
	max-height: 5rem;
	margin-right: 6rem;
}

.header__menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.header__menu-item {
	margin-right: 1.5em;
	font-family: 'ralewayMed';
	font-weight: 500;
}

.header__menu-span {
	-webkit-transition: color 0.133s ease-in-out;
	-o-transition: color 0.133s ease-in-out;
	transition: color 0.133s ease-in-out;
}

.header__menu-link {
	display: block;
}

.header__menu-link:hover .header__menu-span {
	color: #ff5f6c;
}

.header__menu-link--active .header__menu-span {
	font-weight: 700;
	color: #f24957;
	border-bottom: 1px solid #f24957;
	cursor: default;
}

.red-button-link {
	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;
	color: white;
	font-family: 'ralewayBold';
	font-weight: 700;
	max-width: 17.2rem;
	height: 4.3rem;
	border-radius: 5px;
	border: 2px solid #f24957;
	width: 100%;
	background-color: #f24957;
	-webkit-transition: background-color 0.18s ease-in-out,
		color 0.25s ease-in-out;
	-o-transition: background-color 0.18s ease-in-out, color 0.25s ease-in-out;
	transition: background-color 0.18s ease-in-out, color 0.25s ease-in-out;
}

.red-button-link:hover {
	background-color: white;
	color: #f24957;
}

.header-btn {
	padding: 1.2rem 1.4rem;
}

.mob-menu-btn {
	display: none;
	width: 4rem;
	height: 4rem;
	background-color: #f24957;
	border-radius: 50%;
	position: relative;
}

.mob-menu-btn__line {
	position: absolute;
	width: 0.3rem;
	height: 2rem;
	background-color: white;
	border-radius: 0.5rem;
	left: 50%;
	top: 2px;
	-webkit-transform: translateX(-50%) rotate(90deg);
	-ms-transform: translateX(-50%) rotate(90deg);
	transform: translateX(-50%) rotate(90deg);
}

.mob-menu-btn__line-2 {
	top: 10px;
}

.mob-menu-btn__line-3 {
	top: 18px;
}

.body {
	position: relative;
}

.mobile-menu {
	-webkit-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
	display: none;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	z-index: 100;
	position: fixed;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	top: 5.9rem;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #2d2d2d;
}

.mobile-menu a {
	color: white;
}

.mobile-menu__item:not(:last-of-type) {
	margin-bottom: 2.4rem;
}

.mobile-menu__copy {
	font-size: 1.6rem;
	color: white;
	font-weight: 400;
}

.mobile-menu__link-span.mobile-span-active {
	color: #f24957;
	border-bottom: 1px solid #f24957;
}

.mobile-menu-active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header-active {
	background-color: #2d2d2d;
}

.headerShow {
	position: fixed;
	opacity: 0;
}

.btn-to-top {
	z-index: 15;
	cursor: pointer;
	opacity: 0;
	background-color: #f24957;
	position: fixed;
	padding: 1rem;
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	right: 1.5rem;
	bottom: 10vh;
}

.arrow-to-top-keeper {
	width: 100%;
	height: 100%;
}

.arrow-to-top {
	fill: white;
}

.footer {
	background-color: #2d2d2d;
	color: white;
	font-size: 1.6rem;
}

.footer__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 14rem;
	padding: 2rem 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 3rem;
}

.footer__inner-item {
	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: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: calc(25% - 30px);
}

.footer__copy-privacy,
.footer__number,
.footer__menu-link {
	color: white;
	padding: 0.8rem 0rem;
	display: block;
}

.footer__menu-link {
	-webkit-transition: color 0.175s ease-in-out,
		-webkit-transform 0.2s ease-in-out;
	transition: color 0.175s ease-in-out, -webkit-transform 0.2s ease-in-out;
	-o-transition: color 0.175s ease-in-out, transform 0.2s ease-in-out;
	transition: color 0.175s ease-in-out, transform 0.2s ease-in-out;
	transition: color 0.175s ease-in-out, transform 0.2s ease-in-out,
		-webkit-transform 0.2s ease-in-out;
	display: block;
}

.footer__menu-link:hover {
	color: #ff5f6c;
	-webkit-transform: translateX(4px);
	-ms-transform: translateX(4px);
	transform: translateX(4px);
}

.footer__menu-link.footer__menu-link--active:hover {
	color: #f24957;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}

.footer__menu-link--active {
	color: #f24957;
	cursor: default;
}

.footer__copy-privacy,
.footer__number {
	display: inline-block;
	font-weight: 700;
	-webkit-transition: -webkit-transform 0.175s ease-in-out;
	transition: -webkit-transform 0.175s ease-in-out;
	-o-transition: transform 0.175s ease-in-out;
	transition: transform 0.175s ease-in-out;
	transition: transform 0.175s ease-in-out, -webkit-transform 0.175s ease-in-out;
}

.footer__copy-privacy:hover,
.footer__number:hover {
	-webkit-transform: scale(104%);
	-ms-transform: scale(104%);
	transform: scale(104%);
}

.footer__copy-item:hover a {
	color: #f24957;
}

.footer__copy-privacy {
	font-weight: 400;
}

.footer__logo-img {
	max-height: 5rem;
}

.footer__copy-year {
	cursor: default;
}

.main-part__bg {
	background-image: url("/upload/medialibrary/427/2oer4upsny63lrr2dpbpjxagf1t1zr25.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	-o-object-fit: cover;
	object-fit: cover;
	background-position: center;
	height: 55rem;
	padding-bottom: 10rem;
}

.main-part__inner {
	padding-top: 11rem;
}

.main-part__title,
.main-part__subtitle {
	width: 60%;
	font-family: 'ralewayBold';
	font-weight: 700;
}

.main-part__title {
	font-weight: 700;
	font-size: 4.2rem;
	line-height: 120%;
	margin-bottom: 2.4rem;
}

.main-part__subtitle {
	font-weight: 700;
	font-size: 2rem;
	line-height: 120%;
	margin-bottom: 4rem;
}

.main-part__leave-bid {
	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;
	color: #f24957;
	background-color: white;
	font-family: 'ralewayBold';
	font-weight: 700;
	border-radius: 0.5rem;
	max-width: 26rem;
	height: 5.5rem;
	width: 100%;
	-webkit-transition: background-color 0.18s ease-in-out,
		color 0.25s ease-in-out;
	-o-transition: background-color 0.18s ease-in-out, color 0.25s ease-in-out;
	transition: background-color 0.18s ease-in-out, color 0.25s ease-in-out;
	margin-bottom: 10rem;
}

.main-part__leave-bid:hover {
	background-color: #f24957;
	color: white;
}

.index-swiper {
	width: 100%;
	will-change: auto;
	margin-bottom: 5rem;
}

.swiper-slide {
	max-width: 25.5rem;
	overflow: hidden;
	background-color: white;
	padding: 2.4rem 2.4rem 0;
	font-size: 2rem;
	font-weight: 700;
	border-radius: 2rem;
	position: relative;
}
.swiper-slide-detail {
	background-color: transparent;
}
.swiper-slide:hover {
	-webkit-transform: scale(102%);
	-ms-transform: scale(102%);
	transform: scale(102%);
}

.swiper-slide__title {
	line-height: 120%;
	top: 1.6rem;
	position: absolute;
	font-family: 'ralewayBold';
	font-weight: 700;
}

.swiper-slide__img {
	padding-top: 5rem;
	width: 100%;
	box-shadow: none;
}

.index-swiper-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 100%;
}

.index-swiper-nav__keeper {
	position: relative;
	width: 50%;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	right: 0 !important;
	left: auto !important;
}

.swiper-button__prev,
.swiper-button__next {
	background-color: #f24957;
	width: 5.5rem !important;
	height: 5.5rem !important;
	border-radius: 50%;
}

.swiper-button__prev:after,
.swiper-button__next:after {
	display: none;
}

.swiper-button__prev {
	right: 8rem !important;
}

.swiper-button__next {
	right: 0px !important;
}

.index-swiper-arrow-keeper {
	width: 2.2rem;
	height: 2.4rem;
}

use.index-swiper-arrows {
	fill: white;
}

.index-swiper-arrow-keeper-left {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.swiper-button-disabled {
	background-color: rgba(140, 13, 24, 0.15);
}

.how-buy {
	background-color: #2d2d2d;
	color: white;
	padding: 34rem 0 8rem 0;
}

.how-buy a {
	color: white;
}

.how-buy__title-link {
	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-bottom: 4rem;
}

.how-buy__title {
	font-size: 3.6rem;
	font-family: 'ralewayBold';
	font-weight: 700;
	line-height: 120%;
}

.how-buy__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.how-buy__link-text {
	display: inline-block;
	margin-right: 1.6rem;
}

.how-buy__list {
	cursor: default;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 3.6rem;
	counter: myCounter;
}

.how-buy__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: calc(33.3333333333% - 3.6rem);
	/*margin-left: 3.6rem;*/
	counter-increment: myCounter;

}

.how-buy__item-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: 7rem;
}

.how-buy__item-title {
	font-size: 2rem;
	font-family: 'ralewayBold';
	font-weight: 700;
	margin-bottom: 1.2rem;
}

.how-buy__item-props {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1.2rem;
}

.how-buy__item-props-item {
	display: inline-block;
	font-size: 1.6rem;
	margin-bottom: 0.8rem;
	background-color: #4a4f59;
	padding: 0.5em 1em;
	border-radius: 3em;
}

.how-buy__item-props-item:not(:last-of-type) {
	margin-right: 0.8rem;
}
.how-buy__item::before {
	content: counter(myCounter)'.';
	color: #f24957;
	font-weight: 700;
	font-size: 6.5rem;
	margin-right: 2.4rem;
	top: 1.2rem;
	position: absolute;
	 }
.how-buy-arrow-keeper {
	width: 2.4rem;
	height: 2.2rem;
}

.how-buy-arrow {
	fill: #f24957;
}

.index-about__bg {
	background-repeat: no-repeat;
	background-size: cover;
	height: 66rem;
	background-position: center;
}

.index-about__inner {
	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: flex-end;
	height: 100%;
}

.index-about__content {
	cursor: default;
	width: 60%;
	position: relative;
	bottom: -1px;
	background-color: #f1f4ff;
	padding: 4rem 7.6rem;
	border-radius: 1rem 1rem 0 0;
}

.index-about__content-title {
	font-size: 3.6rem;
	font-family: 'ralewayBold';
	font-weight: 700;
	line-height: 120%;
	color: #f24957;
	margin-bottom: 0.8rem;
}

.index-about__content-text {
	font-size: 2.4rem;
	font-family: 'ralewayBold';
	font-weight: 700;
	line-height: 120%;
}

.index-about-numbers {
	padding: 4rem 0 8rem 0;
	cursor: default;
}

.index-about-numbers__inner {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: repeat(3, 1fr);
	gap: 3rem;
}

.index-about-numbers__item-title {
	font-size: 6.4rem;
	font-family: 'ralewayBold';
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 0.8rem;
}

.benefit {
	background-color: #2d2d2d;
}

.benefit__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	gap: 3.2rem;
}

.benefit__list a {
	color: white;
}

.benefit__item {
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out,
		fill 0.4s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out,
		fill 0.4s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out,
		fill 0.4s ease-in-out;
	width: calc(33.3333333333% - 75px);
}

.benefit__item:hover {
	background-color: #f24957;
}

.benefit__item:hover a {
	color: white;
}

.benefit__item:hover .benefit-svg-arrow {
	-webkit-transition: fill 1s ease;
	-o-transition: fill 1s ease;
	transition: fill 1s ease;
	fill: white;
}

.benefit__item-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	padding: 8rem 3rem;
}

.benefit__item-title {
	margin-top: 8.4rem;
	font-size: 2.4rem;
	font-family: 'ralewayBold';
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 0.8rem;
}

.benefit__item-text {
	margin-bottom: 2.4rem;
	min-height: 13rem;
}

.benefit-keeper-svg {
	max-height: 10rem;
	max-width: 10rem;
	position: absolute;
	right: 1.6rem;
}
.benefit__item-link svg path {
	fill: white;
}
.benefit-svg {
	fill: white;
}

.benefit-svg-arrow {
	fill: #f24957;
}

.benefit-keeper-arrow {
	max-width: 2.4rem;
	max-height: 2.2rem;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.feedback__bg {
	height: 60rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.feedback__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.feedback__content {
	background-color: #f1f4ff;
	max-width: 63rem;
	border-radius: 0 0 1rem 1rem;
}

.feedback__form {
	margin-top: 8rem;
	margin: 4rem 10rem 4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.feedback__form-title {
	cursor: default;
	font-size: 3.6rem;
	font-family: 'ralewayBold';
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 4rem;
}

.feedback__accent-color {
	color: #f24957;
}

.feedback__input {
	width: 100%;
	height: 5rem;
	outline: none;
	background-color: transparent;
	border: 1px solid #4a4f59;
	padding: 1.3rem 1.6rem;
	color: #25282b;
	border-radius: 1rem;
}
/* 
.feedback__input::-webkit-input-placeholder {
	color: #de4545;
}

.feedback__input::-moz-placeholder {
	color: #de4545;
}

.feedback__input:-ms-input-placeholder {
	color: #de4545;
}

.feedback__input::-ms-input-placeholder {
	color: #de4545;
}

.feedback__input::placeholder {
} */
.red-placeholder::placeholder {
	color: #de4545;
}
.feedback__btn {
	max-width: 27.5rem;
	width: 100%;
	background-color: #f24957;
	color: white;
	font-weight: 700;
	padding: 1.5rem 2.6rem;
	border-radius: 0.5rem;
	margin-bottom: 1.6rem;
}

.feedback__form-privacy {
	font-size: 1.4rem;
}

.feedback__form-privacy-link {
	display: inline-block;
	border-bottom: 1px solid #232222;
	line-height: 120%;
}

.feedback-label span {
	position: absolute;
}

.feedback-label {
	position: relative;
	margin-bottom: 1.6rem;
}

.feedback-label:last-of-type {
	margin-bottom: 3.4rem;
}

.label-span {
	background-color: #f1f4ff;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 2.4rem;
	padding: 0 0.6rem;
	border-radius: 0.5rem;
}

.span-error {
	color: #de4545;
}

.input-error {
	border: 1px solid #de4545;
}

.contacts {
	margin-top: 14rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 10rem;
}

.contacts__title {
	font-size: 4.2rem;
	font-family: 'ralewayBold';
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 4rem;
}

.contacts-accordion {
	margin-bottom: 8rem;
	will-change: contents;
}

.contacts-accordion__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	will-change: contents;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border-bottom: 1px solid #2d2d2d;
}

.contacts-accordion__item:first-of-type {
	border-top: 1px solid #2d2d2d;
}

.contacts-accordion__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: left;
	font-size: 2.8rem;
	font-family: 'ralewayBold';
	font-weight: 700;
	line-height: 120%;
	padding: 3.5rem 0;
}

.contacts-accordion__content {
	will-change: auto;
	height: 0;
	overflow: hidden;
}

.accordion-cross {
	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: transparent;
	width: 4rem;
	height: 4rem;
	min-width: 4rem;
	border-radius: 50%;
	border: 3px solid #f24957;
}

.accordion-cross__line {
	height: 5px;
	width: 5px;
	position: relative;
}

.accordion-cross__line::before,
.accordion-cross__line::after {
	content: '';
	width: 0.3rem;
	height: 2rem;
	border-radius: 2px;
	position: absolute;
	background-color: #f24957;
	top: -7.5px;
	left: 1px;
	-webkit-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}

.accordion-cross__line::after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.accordion-cross.accordion-cross-active .accordion-cross__line::after,
.accordion-cross.accordion-cross-active .accordion-cross__line::before {
	background-color: white;
}

.items-section {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 3rem;
	margin-bottom: 2.4rem;
}

.district {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 3rem;
}

.district__title {
	font-size: 2.4rem;
	font-family: 'ralewayBold';
	font-weight: 700;
	margin-bottom: 2rem;
}

.district__inner {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	gap: 1.6rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.card-item {
	max-width: 16.5rem;
	width: 100%;
}

.card-item__photo {
	width: 100%;
	position: relative;
	border-radius: 1rem;
	margin-bottom: 1.6rem;
}

.card-item__name {
	font-family: 'ralewayBold';
	font-weight: 700;
	margin-bottom: 0.8rem;
	line-height: 120%;
}

.card-item__position {
	font-size: 1.6rem;
	font-style: italic;
	line-height: 120%;
	min-height: 4rem;
	margin-bottom: 0.8rem;
}

.card-item__phone {
	color: #302795;
}

.big-card {
	max-width: 34.5rem;
}

.big-card img {
	width: 100%;
	border-radius: 2rem;
}

.fz-20 {
	font-size: 2rem;
}

.map__bg {
	margin-top: 8rem;
	position: relative;
	bottom: -0.8rem;
}

.map__bg .container {
	position: static;
}

.map__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 65rem;
	width: 100%;
	position: absolute;
	top: 0;
	background-color: #f1f4ff;
	padding: 6.4rem 7.5rem 0;
	text-align: left;
	line-height: 120%;
	border-radius: 0 0 1rem 1rem;
}

.map__adress-title-desc-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.map__right-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	line-height: 140%;
}

.map__right-content a {
	color: #f24957;
}

.map__left-title {
	font-family: 'ralewayBold';
	font-weight: 700;
	line-height: 120%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	margin-right: 1.6rem;
}

.map__city {
	font-family: 'ralewayBold';
	font-weight: 700;
}

.map__right-content-adress:not(:last-of-type) {
	margin-bottom: 1.6rem;
}

.map__main-schedule {
	margin-bottom: 1.6rem;
}

.map__main-schedule span {
	font-family: 'ralewayBold';
	font-weight: 700;
}

use.contacts-svg {
	fill: #f24957;
}

.svg-mail-contacts-keeper,
.svg-geo-contacts-keeper,
.svg-clock-contacts-keeper {
	width: 2.4rem;
	height: 2.4rem;
	margin-right: 1.6rem;
}

.map-horizontal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.map-row-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.map-row-info:not(:last-of-type) {
	margin-bottom: 4rem;
}

.map-item {
	width: calc(50% - 16px);
}

.contacts-content {
	max-width: 100%;
	position: static;
	font-size: 1.6rem;
}

.about__inner {
	margin: 14rem 0 8rem 0;
}

.about__headline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 3rem;
	margin-bottom: 4rem;
}

.about__title {
	font-size: 3.6rem;
	font-family: 'ralewayBold';
	font-weight: 700;
	line-height: 120%;
	width: calc(33.3333333333% - 3rem);
}

.about__subtitle {
	width: calc(66.6666666667% - 3rem);
}

.about-leaders {
	margin-bottom: 8rem;
}

.about-leaders__bg {
	height: 45rem;
	background-size: cover;
	-o-object-fit: fill;
	object-fit: fill;
	background-repeat: no-repeat;
	background-position: left;
}

.about-leaders__inner {
	height: 100%;
	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: flex-end;
	align-items: flex-end;
}

.about-leaders__content {
	background-color: #f1f4ff;
	width: 60%;
	padding: 4rem 4rem 2.4rem 4rem;
	margin-left: -8rem;
	border-radius: 0.5rem 0.5rem 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.about-leaders__content-title {
	font-size: 2.8rem;
	width: 80%;
	font-family: 'ralewayBold';
	font-weight: 700;
	line-height: 120%;
}

.about-leaders__content-text span {
	font-family: 'ralewayBold';
	font-weight: 700;
}

.mob-container {
	width: 100%;
}

.what-do {
	padding-bottom: 8rem;
	margin-bottom: 8rem;
}

.what-do__title {
	font-size: 3.6rem;
	font-family: 'ralewayBold';
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 4rem;
}

.what-do__item {
	padding: 2rem 0;
	border-bottom: 1px solid #232222;
	-webkit-transition: background-color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}

.what-do__item:first-of-type {
	border-top: 1px solid #232222;
}

.what-do__item-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-transition: color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	transition: color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	-o-transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, color 0.3s ease-in-out,
		-webkit-transform 0.3s ease-in-out;
}

.what-do__item-title {
	font-size: 2.4rem;
	font-family: 'ralewayBold';
	font-weight: 700;
	line-height: 120%;
	width: calc(33.3333333333% - 3rem);
}

.what-do__item-content {
	width: calc(58.3333333333% - 3rem);
	margin-right: 3rem;
}

.what-do__item-arrow {
	width: calc(6.6666666667% - 3rem);
}

.what-do__item-content-item {
	list-style-type: disc;
	list-style-position: inside;
}

.what-do__item-content-item::marker {
	font-size: 1.2rem;
}

.about-what-do-arrow-keeper {
	width: 2.4rem;
	height: 2.4rem;
}

.about-what-do-arrow {
	fill: #f24957;
}

.about-partner {
	padding-bottom: 8rem;
	margin-bottom: 8rem;
}

.news {
	margin-bottom: 8rem;
}

.news__title {
	font-size: 3.6rem;
	font-family: 'ralewayBold';
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 4rem;
}

.news__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.news__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 3rem;
}

.news__item {
	width: calc(33.3333333333% - 3rem);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.news__item-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	transition: -webkit-transform 0.2s ease-in-out;
	-o-transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.news__item-photo {
	width: 100%;
	border-radius: 0.5rem;
	margin-bottom: 1.6rem;
}

.news__item-title {
	font-size: 2.4rem;
	font-family: 'ralewayBold';
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 0.8rem;
}

.news__item-text {
	margin-bottom: auto;
}

.svg-news {
	margin-top: 1.6rem;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.svg-list {
	width: 1.2rem;
	height: 1.2rem;
}

.select-box {
	position: absolute;
	top: -6rem;
	max-width: 32rem;
	z-index: 5;
	width: 100%;
}

.catalog {
	padding-top: 14rem;
	padding-bottom: 8rem;
}

.catalog__inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.catalog__title {
	font-size: 3.6rem;
	font-family: 'ralewayBold';
	line-height: 120%;
}

.catalog-filter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	padding-top: 3rem;
}

.catalog-filter__buttons {
	max-width: 23.5%;
	width: 26%;
	width: 100%;
}

.catalog-filter__buttons-inner {
	padding: 3.2rem 0.5rem 1rem 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #f8f9ff;
	border-radius: 1rem;
}

.catalog-filter__buttons-inner:not(:last-child) {
	margin-bottom: 1.6rem;
}

.catalog-filter__buttons-title {
	font-size: 2rem;
	font-family: 'ralewayBold';
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 1.6rem;
}

.catalog-filter__buttons-item {
	color: #4a4f59;
	height: 100%;
}

.catalog-filter__buttons-item button {
	font-weight: 500;
	width: 100%;
	text-align: left;
	padding: 0.4rem 0;
	-webkit-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.catalog-filter__buttons-item button:hover {
	color: #ff5f6c;
}

.catalog-filter__spoller {
	overflow: hidden;
	height: 0;
}

.catalog-filter__spoller-content {
	margin-left: 2.8rem;
	will-change: contents;
}

.catalog-filter__contents-item {
	display: none;
	width: 100%;
}

.catalog-filter__buttons-item-btn.catalog-filter__btn--active {
	font-weight: 700;
	color: #f24957;
}

.catalog-filter__items-list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: repeat(3, 1fr);
	gap: 5rem;
}

.catalog-filter__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 25.5rem;
	-webkit-transition: -webkit-transform 0.1s ease-in-out;
	transition: -webkit-transform 0.1s ease-in-out;
	-o-transition: transform 0.1s ease-in-out;
	transition: transform 0.1s ease-in-out;
	transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}

.catalog-filter__item-img {
	width: 100%;
	margin-bottom: 0.8rem;
	border-radius: 0.5rem;
}

.catalog-filter__item-title {
	font-size: 2rem;
	min-height: 2.52rem;
	font-family: 'ralewayBold';
	font-weight: 700;
	margin-bottom: 0.8rem;
}

.catalog-filter__contents {
	width: 74%;
}

.catalog-filter__item-description {
	font-size: 1.4rem;
}

.catalog-filter__item-description b {
	font-family: 'ralewayBold';
	font-weight: 700;
}

.select-mob {
	display: none;
	position: relative;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	text-align: left;
	padding: 0.9rem 1.8rem 0.9rem 1.6rem;
	color: #4a4f59;
	border: 1px solid #4a4f59;
	border-radius: 1rem;
	background-color: #e7ecff;
	font-size: 1.6rem;
	font-weight: 700;
	font-family: 'ralewayBold';
	z-index: 10;
	-webkit-transition: border-radius 0.2s ease, color 0.5s ease,
		background-color 0.5s ease;
	-o-transition: border-radius 0.2s ease, color 0.5s ease,
		background-color 0.5s ease;
	transition: border-radius 0.2s ease, color 0.5s ease,
		background-color 0.5s ease;
}

.select-mob__item &gt; ul {
	padding-bottom: 0;
	margin-bottom: -0.8rem;
}

.select-mob__list {
	z-index: 15;
	position: absolute;
	background-color: white;
	top: 95%;
	left: 0px;
	right: 0px;
	opacity: 0;
	height: 0;
	border-radius: 0 0 1rem 1rem;
	font-size: 1.6rem;
	border: 1px solid #4a4f59;
	border-top: none;
	overflow: hidden;
	font-family: 'ralewayReg';
	max-height: 30rem;
	overflow-y: auto;
}

.select-mob__item {
	border-top: 1px solid #cbced9;
	padding-bottom: 0.8rem;
}

.select-mob__inner-item {
	padding-left: 3.2rem;
	padding-top: 0.8rem;
	min-height: 1.85rem;
}

.select-mob-wrapper {
	max-width: 32rem;
}

.select-mob__btn.select-mob__item--active {
	font-family: 'ralewayBold';
	color: #f24957;
}

.select-mob-padding {
	padding-left: 1.6rem;
	padding-top: 0.8rem;
}

.category-title {
	padding-left: 1.6rem;
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
	background-color: #e7ecff;
}

.select-mob.select-mob--active {
	background-color: white;
	color: #232222;
	border-radius: 1rem 1rem 0 0;
	border-bottom: none;
}

.svg-list-select-keeper {
	width: 1.6rem;
	height: 1.6rem;
}

use.svg-list-select {
	fill: #4a4f59;
}

.detail {
	margin: 14rem 0 8rem 0;
}

.swiper {
	width: 100%;
	height: 100%;
}

.detail__photo {
	margin-left: auto;
	width: 50%;
}

.detail__photo img {
	width: 100%;
	max-height: 50rem;
	border-radius: 1rem;
	-o-object-fit: cover;
	object-fit: cover;
}
@media screen and (max-width: 992px) {
	.detail__photo {
		margin-left: 0;
		margin-top: 2.4rem;
		display: flex;
		justify-content: center;
		width: 100%;
	}
	.detail__photo picture {
		width: 60%;
	}
}
@media screen and (max-width: 600px) {
	.detail__photo picture {
		width: 100%;
	}
}
.swiper-slide-detail {
	text-align: center;
	font-size: 18px;
	padding: 0;
	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;
	background-size: cover;
	background-position: center;
}

.swiper-slide-detail img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.swiper {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

.mySwiper {
	height: 9rem;
	width: 70%;
	margin-top: 2.6rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 0;
}

.mySwiper2 {
	height: 100%;
	max-height: 34rem;
	width: 100%;
	border-radius: 1rem;
}

.mySwiper .swiper-slide-detail {
	height: 100%;
	opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
	opacity: 1;
}

.swiper-slide-detail img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 1rem;
}

.detail-swiper-button-prev.swiper-button-disabled,
.detail-swiper-button-next.swiper-button-disabled {
	background-color: #393939;
}

.mySwiper .swiper-slide-detail {
	max-width: 20%;
}

.mySwiper2 .swiper-slide-detail {
	max-width: 100%;
	height: 100%;
}

.mySwiper2 .swiper-slide-detail img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.detail-swiper-button-prev {
	left: 1.6rem !important;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.detail-swiper-button-prev,
.detail-swiper-button-next {
	background-color: #f24957;
	width: 5rem !important;
	height: 5rem !important;
	top: -4.5rem ;
	position: absolute;
	border-radius: 50%;
}
.detail-btn-keeper{
	position: relative;

}

.detail-swiper-button-prev::after,
.detail-swiper-button-next::after {
	display: none;
}

.detail-swiper-button-next,
.swiper-rtl .detail-swiper-button-prev {
	right: 1.6rem !important;
}

.detail__swiper-btns {
	height: 2.2rem;
	width: 2.2rem;
}

.detail__swiper-btn-prev,
.detail__swiper-btn-next {
	fill: white;
}

.breadcrumbs {
	font-size: 1.6rem;
	font-weight: 400;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 4rem;
}

.breadcrumbs__item {
	/* white-space: nowrap; */
	margin-right: 0.8rem;
}

.breadcrumbs__item p {
	color: #f24957;
	cursor: default;
}

.detail-list-keeper {
	min-width: 1.8rem;
	max-width: 1.8rem;
	min-height: 1.8rem;
	max-height: 1.8rem;
}

.detail-list {
	fill: #f24957;
}

.detail-box {
	margin-right: auto;
	width: calc(33.3333333333% - 30px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.detail-box__title {
	font-size: 3.2rem;
	font-family: 'ralewayBold' !important;
	line-height: 120%;
	font-weight: 700;
	margin-bottom: 3.2rem;
}

.detail-box__description {
	margin-bottom: 1.6rem;
}

.detail-box__machine-prop {
	margin-bottom: 1.6rem;
}

.detail-box__machine-prop p {
	font-size: 1.8rem;
}

.detail-box__all-props {
	display: none;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	white-space: nowrap;
	max-width: 20rem;
	color: #f24957;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 3.2rem;
}

.detail-box__all-props span {
	margin-right: 0.6rem;
}

.detail__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.detail__slider {
	width: calc(66.6666666667% - 30px);
	margin-top: 1rem;
	position: relative;
}

.detail-content {
	width: 100%;
	margin-top: 4rem;
}

.detail-content__btns-keeper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.detail-content__btn-spoller {
	font-family: 'ralewayReg';
	width: 33.3333333333%;
	padding: 1.2rem;
	border-radius: 1rem 1rem 0 0;
	border: 1px solid #e7ecff;
	border-bottom: none;
	background-color: #e7ecff;
	-webkit-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}

.detail-content__btn-spoller:not(:last-of-type) {
	margin-right: 0.8rem;
}

.detail-content__item {
	padding: 4rem;

	width: 100%;
	display: none;
	border: 1px solid #e7ecff;
	background-color: #f8f9ff;
	border-radius: 0 0 1rem 1rem;
}
.detail-content b {
	font-family: 'ralewayBold';
	font-weight: 700;
}
.detail-content__item p {
	margin-bottom: 1.6rem;
}

.detail-content__item p:last-of-type {
	/*margin-bottom: 4rem;*/
}

.detail-content__item.detail-item--active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.detail-content__btn-spoller.btn-spoller--active {
	font-weight: 700;
	font-family: 'ralewayBold' !important;
	background-color: #f8f9ff;
}

.detail-content__list-item-img {
	max-height: 6rem;
	max-width: 6rem;
}

.detail-content__list-item-img img {
	min-width: 100%;
	height: 100%;
}

.detail-content__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 1.6rem;
}

.detail-content__list-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.6rem;
	width: calc(50% - 16px);
	padding: 2.4rem 1.6rem;
	background-color: #f8f9ff;
	border-radius: 1rem;
}

.detail-content__list-item-title {
	font-family: 'ralewayBold';
	margin-bottom: 1.6rem;
}

.detail-content__list-item-props {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	white-space: nowrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0.8rem;
	margin-bottom: 1.6rem;
}

.detail-content__list-item-props p {
	border-radius: 5rem;
	padding: 0.8rem 1.6rem;
	background-color: #e7ecff;
}

.detail-content__list-item-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: auto;
}

.detail-content__list-item-content p {
	margin-bottom: 0;
}

.detail-content__list-item-content p:last-of-type {
	margin-bottom: 0;
}

.detail-link-to-form {
	color: #f24957;
	margin-top: 1.2rem;
	text-align: right;
	display: none;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.download-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 1.6rem 0;
	-webkit-transition: color 0.15s ease-in-out,
		-webkit-transform 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
	-o-transition: transform 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: transform 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: transform 0.15s ease-in-out, color 0.15s ease-in-out,
		-webkit-transform 0.15s ease-in-out;
}
.download-link:last-of-type {
	/* margin-bottom: 6.4rem; */
}
@media screen and (min-width: 1200px){
.download-link:hover {
	-webkit-transform: translateX(1.6rem);
	-ms-transform: translateX(1.6rem);
	transform: translateX(1.6rem);
	color: #f24957;
}
}
.pdf-keeper {
	min-height: 2.4rem;
	max-height: 2.4rem;
	min-width: 2.4rem;
	max-width: 2.4rem;
	margin-right: 1.3rem;
}

.pdf {
	fill: #f24957;
}

.detail-content__item {
	width: 100%;
}

.table-headline {
	font-size: 1.8rem;
	margin-bottom: 3.2rem;
	width: 100%;
}

.table-headline__td-first {
	font-size: 2.4rem;
	font-family: 'ralewayBold' !important;
	width: 55%;
	font-weight: 700;
}

.table-headline__td-list {
	margin-left: 2.6rem;
}

.table-headline__td-item {
	position: relative;
}

.table-headline__td-item span {
	margin-left: 2rem;
	line-height: 1.4;
}

.table-headline__td-item h6 {
	height: 100%;
}

.circles {
	display: inline-block;
	height: 100%;
	margin-left: 2px;
}

.empty-circle::after,
.fill-circle::after {
	content: '';
	position: absolute;
	background-color: #232222;
	border-radius: 50%;
	height: 1.4rem;
	width: 1.4rem;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.empty-circle::after {
	background-color: transparent;
	border: 1px solid #232222;
}

.table-massive {
	margin-top: 3.2rem;
	width: 100%;
	display: table;
	border-collapse: collapse;
	font-size: 1.8rem;
}

.table-massive tr:nth-child(2n) {
	background-color: rgba(231, 236, 255, 0.2);
}
.info-line-title-tr {
	background-color: #e7ecff !important;
	font-family: 'ralewayBold';
	font-weight: 700;
}
/*.table-massive thead tr {*/
/*	background-color: #e7ecff !important;*/
/*	font-family: 'ralewayBold';*/
/*	font-weight: 700;*/
/*}*/
.table-massive tbody tr td{
	/*text-align: center;*/
}
.table-massive:not(:last-child) {
	margin-bottom: 3.2rem;
}

.table-massive__title-line {
	margin-bottom: 10rem !important;
	border: 1px solid #cbced9;
}

.table-massive__title-td {
	font-weight: 700;
}

.table-massive tbody tr {
	border-top: 1px solid #cbced9;
	border-bottom: 1px solid #cbced9;
}

.table-massive tbody tr td {
	vertical-align: middle;
	padding: 1.6rem 0.8rem;
}

/*.table-massive__info-line td p {*/
/*	height: 100%;*/
/*	margin: 0 !important;*/
/*	position: relative;*/
/*	font-size: 1.8rem;*/
/*	vertical-align: revert;*/
/*	padding: 0.8rem;*/
/*}*/

.table-massive tbody tr td p span {
	font-size: 3.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.table-massive tbody tr td:first-child p {
	padding-right: 1.6rem;
	margin: 0.8rem 0 !important;
}
.table-massive thead tr td:not(:first-of-type),
.table-massive tbody tr td:not(:first-of-type) {
	position: relative;
}
.table-massive tbody tr td:first-of-type{
	min-width: 25rem;
}
.table-massive thead tr{

border-top: 1px solid #cbced9;
}
.table-massive thead tr td:not(:first-of-type):before,
.table-massive tbody tr td:not(:first-of-type):before {
	content: '';
	height: 90%;
	width: 1px;
	left: 0;
	top: 5%;
	/*bottom: 5%;*/
	position: absolute;
	background-color: #cbced9;
}


/*.table-massive__info-line td:not(:first-of-type) p {*/
/*	width: 100%;*/
/*}*/



.table-massive__info-td:first-child {
	min-width: 15rem;
	/*white-space: pre-line;*/

}

.table-massive__info-td:not(:first-child) {
	min-width: 10rem;
	white-space: nowrap;
	text-align: center;
}
/*.table-massive tr td {*/
/*	min-width: 23rem;*/

/*}*/
.table-massive thead tr td:not(:first-of-type),
.table-massive tbody tr td:not(:first-of-type){
	text-align: center;
}
.table-massive thead tr td {
	padding-bottom: 0.8rem;
	font-weight: 700;
	font-family: 'ralewayBold' !important;
	/*text-align: center;*/
	padding: 1.6rem 0.8rem;
	white-space: nowrap;
}

.table-keeper {
	overflow-x: auto;
	width: 100%;
}

.main-headline-tr {
	font-family: 'ralewayBold';
	font-weight: 700;
}

.info-line-title {
	padding-top: 3.4rem;
}

.detail-link {
	cursor: pointer;
	padding: 1.2rem 1.2rem;
	margin-bottom: 3rem;
	max-width: 20rem;
}

.detail-content-mob {
	display: none;
	margin-top: 17rem;
	width: 100%;
}

.detail-content-mob .spoller-content {
	margin-bottom: 5.6rem;
	font-size: 1.6rem;
}

.detail-content-mob__title {
	font-size: 1.8rem;
	font-family: 'ralewayBold';
	margin-bottom: 1.6rem;
}
@media screen and (max-width: 600px) {
	.table-massive__info-line {
		font-size: 1.4rem;
	}
}
.details-mob {
	z-index: 5;
	top: -7rem;
}

.info-line-title {
	width: 90%;
	font-family: 'ralewayBold';
	margin-bottom: 0.8rem;
}

.details-select-mob {
	display: none;
}

.details-select-mob span {
	display: block;
	margin-right: 1.6rem;
}

.detailsSpollerLinks:last-of-type {
	background-color: #ffebed;
	font-family: 'ralewayBold';
}

.form-cut-padding {
	padding-top: 4rem;
}

.detail-color-li {
	background-color: #ffebed;
	font-family: 'ralewayBold';
}

.spare-parts {
	margin: 14rem 0 8rem;
}

.spare-parts__headline {
	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;
}

.spare-parts__title {
	font-family: 'ralewayBold';
	font-weight: 700;
	font-size: 3.6rem;
	line-height: 120%;
}

.spare-parts__subtitle {
	width: 50%;
}

.spare-parts__filter-kepper {
	height: 100%;
}

.spare-parts__main-btns {
	overflow-y: auto;
	border-radius: 1rem;
}

.spare-parts__content-keeper {
	border-radius: 1rem;
	padding: 1.6rem 2.4rem;
}

.spare-parts__contents-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.spare-parts__content-item:not(:last-of-type) {
	margin-bottom: 1.6rem;
}

.spare-parts__content-title {
	font-size: 2.8rem;
	font-family: 'ralewayBold';
	font-weight: 700;
	margin: 3rem 0 4rem;
}

.spare-parts__content-subtitle {
	font-size: 2rem;
	font-family: 'ralewayBold';
	font-weight: 700;
}

.ways {
	margin: 14rem 0 8rem 0;
}

.ways__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.ways__face {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 16rem;
}

.ways__face-title-photo {
	width: calc(20% - 3rem);
	width: 100%;
	margin-right: 2rem;
}

.ways__face-title {
	font-size: 4.2rem;
	font-family: 'ralewayBold';
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 2.4rem;
}

.ways__face-photo {
	margin-left: -20rem;
}

.ways__face-photo img {
	border-radius: 0 1rem 1rem 0;
	max-width: 70rem;
	max-height: 40rem;
}

.ways__face-line {
	width: 90%;
}

.ways__face-list {
	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: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
	border-left: 1px solid #f24957;
}

.ways__face-item {
	padding: 0 1rem 0 7rem;
	position: relative;
	counter-increment: waysCounter;
}
.ways__face-item:not(:last-of-type) {
	margin-bottom: 2.4rem;
}
.ways__face-item a {
	color: #f24957;
	font-size: 1.6rem;
}

.ways__face-item::before {
	content: counter(waysCounter, decimal);
	position: absolute;
	width: 4rem;
	height: 4rem;
	background-color: #f1f4ff;
	border: 1px solid #f24957;
	font-size: 2.4rem;
	font-family: 'ralewayBold';
	font-weight: 700;
	color: #f24957;
	padding-bottom: 0.5rem;
	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;
	left: -2rem;
	border-radius: 50%;
}

.ways__face-item-title {
	font-size: 2.4rem;
	font-family: 'ralewayBold';
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 0.8rem;
}

.ways__face-item-text {
	margin-bottom: 0.8rem;
}

.ways-face-arrow-right-keeper {
	width: 1rem;
	height: 1rem;
}

use.ways-face-arrow-right {
	fill: #f24957;
}

.ways-link-to-form {
	color: #f24957;
	color: white;
	margin-top: 2.4rem;
	text-align: right;
	display: none;
}

.scheme__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.scheme__item-content {
	margin-bottom: auto;
}

.scheme {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 16rem;
}

.scheme__title {
	font-size: 3.6rem;
	font-family: 'ralewayBold';
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 4rem;
	text-align: center;
}

.scheme__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 5.6rem;
	gap: 3rem;
}

.scheme__item {
	width: calc(33.3333333333% - 2rem);
	background-color: #f8f9ff;
	padding: 1.6rem;
	padding-bottom: 2.4rem;
	border-radius: 1rem;
}

.scheme__item-photo {
	max-width: 8rem;
	max-height: 8rem;
	margin-bottom: 1.2rem;
}

.scheme__item-title {
	font-size: 2.4rem;
	font-family: 'ralewayBold';
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 1.6rem;
}

.scheme__item-props {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 0.8rem;
}

.scheme__item-prop {
	font-size: 1.6rem;
	background-color: #e7ecff;
	padding: 0.8rem 1.6rem;
	margin-right: 0.8rem;
	border-radius: 5rem;
	margin-bottom: 0.8rem;
}

.scheme__center-link-keeper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.scheme__center-link-keeper h6 {
	background-color: #f24957;
	padding: 1.6rem 3.2rem;
	color: white;
	font-family: 'ralewayBold';
	font-weight: 700;
	border-radius: 0.5rem;
}

.scheme__center-link {
	background-color: #f24957;
	border: 2px solid #f24957;
	-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.scheme__center-link:hover {
	background-color: white;
	color: #f24957;
}

.banks__title {
	font-size: 3.6rem;
	font-family: 'ralewayBold';
	font-weight: 700;
	margin-bottom: 4rem;
	line-height: 120%;
	width: 80%;
}

.banks__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 3rem;
}
.banks__img {
	max-width: calc(16.6666666667% - 3rem);
}

.banks__img img {
	width: 100%;
	-webkit-transition: -webkit-filter 0.2s ease-in-out,
		-webkit-transform 0.2s ease;
	transition: -webkit-filter 0.2s ease-in-out, -webkit-transform 0.2s ease;
	-o-transition: filter 0.2s ease-in-out, transform 0.2s ease;
	transition: filter 0.2s ease-in-out, transform 0.2s ease;
	transition: filter 0.2s ease-in-out, transform 0.2s ease,
		-webkit-filter 0.2s ease-in-out, -webkit-transform 0.2s ease;
}
.banks__img img:hover {
	transform: scale(106%) translateY(-6%);
}

.banks__img:not(:hover) {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.service__inner {
	margin: 14rem 0 3.2rem;
}

.service__headline {
	width: 50%;
}

.service__headline-title {
	font-size: 3.6rem;
	font-family: 'ralewayBold';
	font-weight: 700;
	margin-bottom: 4rem;
	line-height: 120%;
}

.service__headline-subtitle {
	margin-bottom: 4.8rem;
	padding-right: 2.4rem;
}

.service__main-bg-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 26rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-top: -32rem;
}

.service__main-bg-one {
	background-size: cover;
	background-position: 80% 60%;
	width: 65%;
	height: 62rem;
	margin-right: -18rem;
	border-radius: 1rem;
}

.service__main-bg-two {
	background-size: cover;
	background-position: 80% 60%;
	height: 26rem;
	width: 69%;
	margin-left: -24rem;
	border-radius: 1rem;
}

.service-btn {
	margin-bottom: 1rem;
	font-size: 1.6rem;
}

.service-trust__bg {
	height: 59rem;
}

.service-trust__content {
	background-color: #f1f4ff;
	position: relative;
	bottom: -1px;
	width: 60%;
	margin-left: -5rem;
	padding: 5.6rem 6.2rem;
	border-radius: 2rem 2rem 0 0;
}

.service-trust__content-title {
	font-size: 2.8rem;
	font-family: 'ralewayBold';
	font-weight: 700;
	margin-bottom: 2.4rem;
	line-height: 120%;
}

.service-trust__text {
	margin-bottom: 4rem;
}

.service-trust__red-text {
	color: #f24957;
	font-size: 2.4rem;
	font-family: 'ralewayBold';
	font-weight: 700;
	line-height: 120%;
}

.feedback-tech {
	margin-bottom: 8rem;
}

.feedback-tech__title {
	font-size: 2.8rem;
	font-family: 'ralewayBold';
	font-weight: 700;
	line-height: 120%;
}

.feedback-tech__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.feedback-tech__photo {
	max-width: 64rem;
	margin-left: -17rem;
}

.feedback-tech__photo img {
	border-radius: 1rem;
	width: 100%;
}

.feedback-tech__form {
	margin: 0;
	margin-left: 10rem;
	max-width: 45rem;
}

.feedback-tech__btn {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	/* align-self: center; */
}
@media screen and (max-width: 961px) {
	.feedback-tech__btn {
		align-self: center;
	}
}
.error-404__inner {
	margin: 10rem 0 6rem;
	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;
	color: #4a4f59;
	text-align: center;
}

.error-404__title {
	font-size: 25rem;
	font-family: 'ralewayBold';
	font-weight: 700;
	line-height: 120%;
}

.error-404__subtitle {
	font-size: 4rem;
	font-family: 'ralewayBold';
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 4rem;
}

.error-404__text {
	margin-bottom: 2rem;
}

.error-404__btn {
	max-width: 32rem;
}

.privacy__inner {
	margin: 14rem 0 8rem;
}

.privacy__title {
	font-size: 3.6rem;
	font-family: 'ralewayBold';
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 4rem;
}

.privacy__item:not(:last-of-type) {
	margin-bottom: 4rem;
}

.privacy__item-title {
	font-size: 2.4rem;
	font-family: 'ralewayBold';
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 1.6rem;
}

.privacy__item-text a {
	color: #f24957;
}

.privacy__item-list-item {
	list-style: disc;
	list-style-position: inside;
	margin-left: 1.5rem;
}

.privacy__item-list-item::marker {
	font-size: 1.5rem;
}

.news-detail {
	margin: 14rem 0 8rem;
}

.news-detail__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.news-detail__headline {
	margin-bottom: 4rem;
}

.news-detail__title {
	font-size: 3.6rem;
	font-family: 'ralewayBold';
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 0.8rem;
}

.news-detail__date {
	font-size: 1.6rem;
	color: #4a4f59;
}

.news-detail__text {
	width: 85%;
	margin-bottom: 6.4rem;
}

.news-detail__text p:not(:last-of-type) {
	margin-bottom: 3.2rem;
}

.news-detail__text span {
	font-family: 'ralewayBold';
	font-weight: 700;
}

.news-detail__content {
	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-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 3.2rem;
}
.news-detail__content:last-of-type {
	margin-bottom: 6rem;
}
.news-detail__content iframe {
	border-radius: 1rem;
	width: 65%;
	height: 50rem;
	/* margin-bottom: 6.4rem; */
}

.news-detail__content img {
	border-radius: 1rem;
	width: 100%;
}

.site {
	opacity: 0;
}

.site-mini-load {
	opacity: 0;
}

/* для Chrome/Edge/Safari */

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * <a href="https://swiperjs.com">https://swiperjs.com</a>
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */

@font-face {
	font-family: swiper-icons;
	src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
	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 &gt; .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto;
}

.swiper-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
	-webkit-perspective: 1200px;
	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 {
	-webkit-transform-style: preserve-3d;
	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, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(
		linear,
		right top,
		left top,
		from(rgba(0, 0, 0, 0.5)),
		to(#000000)
	);
	background-image: -o-linear-gradient(
		right,
		rgba(0, 0, 0, 0.5),
		#000000
	);
	background-image: linear-gradient(
		to left,
		rgba(0, 0, 0, 0.5),
		#000000
	);
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		from(rgba(0, 0, 0, 0.5)),
		to(#000000)
	);
	background-image: -o-linear-gradient(
		left,
		rgba(0, 0, 0, 0.5),
		#000000
	);
	background-image: linear-gradient(
		to right,
		rgba(0, 0, 0, 0.5),
		#000000
	);
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(rgba(0, 0, 0, 0.5)),
		to(#000000)
	);
	background-image: -o-linear-gradient(
		bottom,
		rgba(0, 0, 0, 0.5),
		#000000
	);
	background-image: linear-gradient(
		to top,
		rgba(0, 0, 0, 0.5),
		#000000
	);
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(0, 0, 0, 0.5)),
		to(#000000)
	);
	background-image: -o-linear-gradient(
		top,
		rgba(0, 0, 0, 0.5),
		#000000
	);
	background-image: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0.5),
		#000000
	);
}

.swiper-css-mode &gt; .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.swiper-css-mode &gt; .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-css-mode &gt; .swiper-wrapper &gt; .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode &gt; .swiper-wrapper {
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode &gt; .swiper-wrapper {
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory;
}

.swiper-centered &gt; .swiper-wrapper::before {
	content: '';
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-ordinal-group: 10000;
	-ms-flex-order: 9999;
	order: 9999;
}

.swiper-centered.swiper-horizontal
	&gt; .swiper-wrapper
	&gt; .swiper-slide:first-child {
	-webkit-margin-start: var(--swiper-centered-offset-before);
	margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal &gt; .swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical &gt; .swiper-wrapper &gt; .swiper-slide:first-child {
	-webkit-margin-before: var(--swiper-centered-offset-before);
	margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical &gt; .swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after);
}

.swiper-centered &gt; .swiper-wrapper &gt; .swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always;
}

: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: -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;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 0.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;
	-webkit-transition: 0.3s opacity;
	-o-transition: 0.3s opacity;
	transition: 0.3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination-disabled &gt; .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important;
}

.swiper-horizontal &gt; .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 {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(0.66);
	-ms-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(0.66);
	-ms-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.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, 0.2);
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-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 &gt; .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0px, -50%, 0);
	transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical &gt; .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
	&gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet,
.swiper-vertical
	&gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: 0.2s top, 0.2s -webkit-transform;
	transition: 0.2s top, 0.2s -webkit-transform;
	-o-transition: 0.2s transform, 0.2s top;
	transition: 0.2s transform, 0.2s top;
	transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal &gt; .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
	&gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-horizontal
	&gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet {
	-webkit-transition: 0.2s left, 0.2s -webkit-transform;
	transition: 0.2s left, 0.2s -webkit-transform;
	-o-transition: 0.2s transform, 0.2s left;
	transition: 0.2s transform, 0.2s left;
	transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl
	&gt; .swiper-pagination-bullets-dynamic
	.swiper-pagination-bullet {
	-webkit-transition: 0.2s right, 0.2s -webkit-transform;
	transition: 0.2s right, 0.2s -webkit-transform;
	-o-transition: 0.2s transform, 0.2s right;
	transition: 0.2s transform, 0.2s right;
	transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
	background: rgba(0, 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%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
}

.swiper-horizontal &gt; .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
	&gt; .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-horizontal
	&gt; .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 &gt; .swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-lock {
	display: none;
}

@media (min-width: 1100px) {
	.yandex-map-mobile {
		display: none;
	}

	.yandex-map {
		display: block;
	}
}

@media (min-width: 1181px) {
	.what-do__item:hover {
		background-color: #f24957;
	}

	.what-do__item:hover .what-do__item-inner {
		-webkit-transform: translateX(5%);
		-ms-transform: translateX(5%);
		transform: translateX(5%);
		color: white;
	}
}

@media (min-width: 1200px) {
	.news__item-link:hover {
		-webkit-transform: scale(103%);
		-ms-transform: scale(103%);
		transform: scale(103%);
	}

	.catalog-filter__item:hover {
		-webkit-transform: scale(103%);
		-ms-transform: scale(103%);
		transform: scale(103%);
	}

	.banks__img img:hover {
		-webkit-transform: scale(106%) translateY(-4%);
		-ms-transform: scale(106%) translateY(-4%);
		transform: scale(106%) translateY(-4%);
	}
}

@media (max-width: 1181px) {
	.catalog__title {
		font-size: 2.8rem;
		margin-bottom: 10.4rem;
	}

	.catalog-filter__buttons {
		display: none;
	}

	.catalog-filter__item-title {
		font-size: 1.8rem;
	}

	.catalog-filter__item {
		max-width: 100%;
	}

	.catalog-filter__items-list {
		width: 100%;
	}

	.catalog-filter__item-title {
		min-height: 30px;
	}

	.catalog-filter__contents {
		width: 100%;
	}

	.select-mob {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.spare-parts__headline {
		margin-bottom: 10rem;
	}

	.spare-parts__content-title {
		margin: 0rem 0 4rem;
	}

	.spare-parts__content-keeper {
		padding: 0;
	}
}

@media (max-width: 1150px) {
	.benefit__item-title {
		font-size: 1.8rem;
	}

	.benefit__item-text {
		margin-bottom: 1.6rem;
		min-height: 0;
	}

	.benefit__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.benefit__item {
		width: calc(50% - 40px);
	}

	.benefit__item-link {
		padding: 3rem 2rem;
	}

	.service__main-bg-one {
		width: 61%;
		margin-right: -4rem;
	}

	.service__main-bg-two {
		width: 58%;
		margin-left: -6rem;
		margin-right: 2.8rem;
	}
}

@media (max-width: 1101px) {
	.map__content {
		padding-bottom: 7.5rem;
	}

	.yandex-map {
		display: none;
	}

	.yandex-map-mobile {
		display: block;
	}
}

@media (max-width: 1100px) {
	.swiper-slide {
		/*padding: 1.6rem 1.6rem 0;*/
	}

	.swiper-slide__title {
		font-size: 1.8rem;
	}

	.yandex-map-mobile {
		display: block;
	}

	.yandex-map {
		display: none;
	}

	.about-leaders {
		margin-bottom: 8rem;
	}

	.about-leaders__bg {
		height: 48rem;
		width: 100%;
	}

	.about-leaders__content-title {
		font-size: 2.4rem;
		line-height: 120%;
	}

	.about-leaders__content-text {
		font-size: 1.6rem;
	}
}

@media (max-width: 1099px) {
	.map__bg {
		margin-top: 0;
	}
}

@media (max-width: 1080px) {
	.header__menu {
		display: none;
	}

	.hidden-button {
		display: none;
	}

	.mob-menu-btn {
		display: block;
	}
}

@media (max-width: 1060px) {
	.scheme__title {
		font-size: 2.8rem;
	}

	.scheme__item-title {
		font-size: 2rem;
	}

	.scheme__item-prop {
		font-size: 1.4rem;
	}

	.scheme__item-text {
		font-size: 1.6rem;
	}
}

@media (max-width: 1050px) {
	.service-trust__bg {
		height: 59rem;
	}

	.service-trust__content {
		background-color: #f1f4ff;
		position: relative;
		bottom: -1px;
		width: 80%;
		margin-left: -5rem;
		padding: 5.6rem 6.2rem;
		border-radius: 2rem 2rem 0 0;
	}

	.service-trust__content-title {
		font-size: 2.4rem;
		margin-bottom: 2.4rem;
	}

	.service-trust__text {
		font-size: 1.6rem;
	}

	.service-trust__red-text {
		font-size: 2rem;
	}
}

@media (max-width: 1040px) {
	.about__title {
		font-size: 2.8rem;
	}

	.about__subtitle {
		font-size: 1.6rem;
	}
}

@media (max-width: 1024px) {
	.how-buy {
		padding: 32rem 0 8rem 0;
	}

	.how-buy__list {
		gap: 3.6rem;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.how-buy__item {
		width: calc(50% - 3.6rem);
	}
}

@media (max-width: 1020px) {
	.ways__face {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		margin-bottom: 8rem;
	}

	.ways__face-title {
		margin-bottom: 4rem;
		font-size: 3.2rem;
	}

	.ways__face-list {
		margin-bottom: 8rem;
		margin-left: 2rem;
	}

	.ways__face-item:not(:last-of-type) {
		padding-bottom: 4rem;
	}

	.ways__face-item a {
		font-size: 1.4rem;
	}

	.ways__face-photo {
		margin-left: -3rem;
	}

	.ways__face-photo img {
		width: 100%;
	}

	.ways__face-item-title {
		font-size: 2rem;
	}

	.ways__face-item-text {
		font-size: 1.6rem;
	}
}

@media (max-width: 1018px) {
	.news__title {
		font-size: 2.8rem;
	}

	.news__inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.news__item-photo {
		width: 100%;
		border-radius: 0.5rem;
		margin-bottom: 1.6rem;
	}

	.news__item-title {
		font-size: 1.8rem;
	}

	.news__item-text {
		font-size: 1.6rem;
	}
}

@media (max-width: 992px) {
	.contacts__title {
		font-size: 3.2rem;
	}

	.detail-link-to-form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.table-massive {
		width: 100%;
	}

	.table-massive__info-line td p {
		font-size: 1.6rem;
		vertical-align: revert;
	}

	.detail-content {
		font-size: 1.6rem;
	}

	.detail-content__list-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.detail {
		margin: 10.4rem 0 0 0;
	}

	.breadcrumbs {
		margin-bottom: 3.2rem;
	}

	.detail-box {
		width: 85%;
	}

	.detail-box__title {
		font-size: 2.8rem;
		margin-bottom: 2.4rem;
	}

	.detail-box__description {
		font-size: 1.6rem;
	}

	.detail-box__machine-prop {
		margin-bottom: 1.6rem;
	}

	.detail-box__machine-prop p {
		font-size: 1.6rem;
	}

	.detail-box__all-props {
		max-width: 20rem;
	}

	.detail-box__all-props span {
		font-size: 1.6rem;
		margin-right: 0;
	}

	.detail__slider {
		width: 100%;
	}

	.mySwiper {
		width: 80%;
	}

	.mySwiper .swiper-slide-detail {
		max-width: 18%;
	}

	.spare-parts__headline {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-bottom: 13.4rem;
	}

	.spare-parts__title {
		margin-bottom: 1.6rem;
		font-size: 2.8rem;
	}

	.spare-parts__subtitle {
		width: 100%;
		font-size: 1.6rem;
	}

	.spare-parts__content-keeper {
		padding: 0;
		padding-top: 5.6rem;
	}

	.spare-parts__content-title {
		font-size: 2.4rem;
	}

	.spare-parts__content-subtitle {
		font-size: 1.8rem;
	}

	.spare-parts .download-link {
		font-size: 1.6rem;
	}
}

@media (orientation: landscape) and (max-width: 992px) {
	.spare-parts__headline {
		margin-bottom: 11.4rem;
	}
}

@media (max-width: 980px) {
	.scheme__item {
		width: calc(50% - 2rem);
	}
}

@media (max-width: 960px) {
	.feedback-tech {
		margin-bottom: 8rem;
	}

	.feedback-tech__title {
		font-size: 2.8rem;
		text-align: center;
	}

	.feedback-tech__inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.feedback-tech__photo {
		display: none;
		max-width: 64rem;
		margin-left: -17rem;
	}

	.feedback-tech__photo img {
		border-radius: 1rem;
		width: 100%;
	}

	.feedback-tech__form {
		margin: 0;
		margin-left: 0rem;
		/* max-width: 32rem; */
		padding: 0 !important;
	}

	.feedback-tech__privacy {
		text-align: center !important;
	}
}
.margin-top-bottom-3 {
	margin: 0 0 2.4rem;
}
@media (max-width: 950px) {
	.about-leaders {
		margin-bottom: 8rem;
	}

	.about-leaders__bg {
		height: 29rem;
	}

	.about-leaders__content {
		width: 100%;
		margin-left: 0;
		padding: 0;
		padding-bottom: 4rem;
		margin: 4rem 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.about-leaders__content-title {
		margin-bottom: 1.6rem;
	}
}

@media (max-width: 940px) {
	.index-about__bg {
		height: 53rem;
		background-position: center;
		background-size: cover;
	}

	.index-about__content {
		padding: 4rem 3.3rem;
	}

	.index-about__content-title {
		font-size: 2.4rem;
	}

	.index-about__content-text {
		font-size: 1.6rem;
	}

	.about__title {
		font-size: 2.2rem;
	}

	.about__subtitle {
		font-size: 1.6rem;
	}
}

@media (max-width: 900px) {
	.news__item {
		width: calc(50% - 3rem);
	}

	.news-detail__content iframe {
		width: 90%;
		height: 35rem;
	}

	.news-detail__title {
		font-size: 2.8rem;
	}

	.news-detail__text {
		font-size: 1.6rem;
	}
}

@media (max-width: 886px) {
	.what-do__item-arrow {
		width: calc(8.3333333333% - 3rem);
	}
}

@media (max-width: 825px) {
	.banks__title {
		font-size: 2.8rem;
	}
}

@media (max-width: 800px) {
	.what-do__title {
		font-size: 2.8rem;
	}

	.what-do__item-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		position: relative;
	}

	.what-do__item-title {
		font-size: 2rem;
		font-family: 'ralewayBold';
		font-weight: 700;
		line-height: 120%;
		width: 90%;
		margin-bottom: 1.6rem;
	}

	.what-do__item-content {
		width: 90%;
		font-size: 1.6rem;
	}

	.what-do .about-what-do-arrow-absolute {
		position: absolute;
		right: 0;
		top: 0;
	}

	.detail-content__list-item {
		width: 100%;
	}

	.mySwiper {
		width: 70%;
	}

	.mySwiper .swiper-slide-detail {
		max-width: 35%;
	}
}

@media (max-width: 783px) {
	.index-about__bg {
		height: 53rem;
		background-position: center;
		background-size: cover;
	}

	.index-about__content-title {
		font-size: 2.2rem;
	}

	.index-about__content-text {
		font-size: 1.6rem;
	}
}

@media (max-width: 778px) {
	.how-buy__item-props-item {
		font-size: 1.4rem;
	}

	.how-buy__item::before {
		font-size: 5.5rem;
	top: 1rem;
	}

	.how-buy__title-link {
		font-size: 1.6rem;
	}

	.how-buy__title {
		font-size: 2.8rem;
	}

	.how-buy__title-link {
		margin-bottom: 4.6rem;
	}

	.how-buy__list {
		gap: 3.2rem;
	}

	.how-buy__item {
		width: 100%;
	}

	.how-buy__item-inner {
		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: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-left: 7rem;
	}

	.index-about-numbers {
		padding: 4rem 0 8rem 0;
	}

	.index-about-numbers__inner {
		padding-top: 4rem;
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr;
		grid-template-columns: repeat(1, 1fr);
		gap: 3rem;
		text-align: center;
		font-size: 1.8rem;
	}

	.index-about-numbers__item-title {
		font-size: 4rem;
	}
}

@media (max-width: 768px) {
	.footer__inner {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.footer__logo-number {
		width: 100%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.footer__copy {
		text-align: center;
		width: 100%;
	}

	.feedback__form-title {
		font-size: 2.8rem;
	}

	.district__title,
	.fz-20 {
		font-size: 2rem;
	}

	.ways__face-list {
		width: 100%;
	}

	.ways__face-item {
		padding: 0 0 0 3.5rem;
	}
}

@media (max-width: 750px) {
	.service__headline-title {
		font-size: 2.8rem;
	}

	.service__headline {
		width: 100%;
	}

	.service__headline-subtitle {
		font-size: 1.6rem;
	}

	.service__main-bg-box {
		margin-top: -2rem;
	}

	.service__main-bg-one {
		height: 30rem;
		width: 55%;
		margin-right: -5rem;
	}

	.service__main-bg-two {
		width: 60%;
		margin-left: -4rem;
	}
}

@media (max-width: 720px) {
	.catalog-filter__items-list {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: repeat(2, 1fr);
	}

	.catalog-filter__item {
		max-width: 100%;
	}

	.catalog-filter__item-title {
		font-size: 1.6rem;
	}
}

@media (max-width: 714px) {
	.main-part__title {
		font-size: 3.2rem;
	}

	.main-part__subtitle {
		font-size: 1.8rem;
	}
}

@media (max-width: 710px) {
	.about-leaders {
		margin-bottom: 8rem;
	}

	.about-leaders__bg {
		height: 20rem;
		background-position: center;
		width: 100%;
	}
}

@media (max-width: 700px) {
	.service-trust__bg {
		height: 19rem;
	}

	.service-trust__content {
		background-color: #f1f4ff;
		position: relative;
		width: 100%;
		margin-left: 0rem;
		padding: 5.6rem 0;
	}

	.service-trust__content-title {
		font-size: 2rem;
		margin-bottom: 2.4rem;
	}

	.service-trust__text {
		font-size: 1.6rem;
	}

	.service-trust__red-text {
		font-size: 1.8rem;
	}
}

@media (max-width: 671px) {
	.news__title {
		font-size: 2.2rem;
	}

	.news__list {
		gap: 2.4rem;
	}
}

@media (max-width: 670px) {
	.scheme__title {
		font-size: 2.2rem;
	}

	.scheme__item-photo {
		height: 6rem;
		width: 6rem;
	}

	.scheme__inner {
		gap: 1.6rem;
		margin-bottom: 4rem;
	}

	.scheme__item {
		width: 100%;
	}

	.scheme__center-link-keeper a {
		text-align: center;
	}

	.scheme__center-link-keeper {
		display: none;
	}

	.scheme .ways-link-to-form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

@media (max-width: 632px) {
	.contacts-accordion__btn {
		font-size: 2rem;
	}

	.card-item__name {
		font-size: 1.6rem;
	}

	.card-item__position {
		font-size: 1.4rem;
	}

	.card-item__phone {
		font-size: 1.6rem;
	}
}

@media (max-width: 625px) {
	.feedback__bg {
		height: 36rem;
		background-size: cover;
		background-position: 35% center;
	}

	.feedback__form {
		margin: 0;
		padding: 8rem 0rem 4rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.feedback__btn {
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
		max-width: 27.5rem;
		width: 100%;
		background-color: #f24957;
	}

	.items-section {
		gap: 3.6rem;
	}

	.district {
		margin-bottom: 0;
	}

	.contact-map {
		padding: 0 0 4rem;
	}
}

@media (max-width: 624px) {
	.how-buy__link {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding-top: 4rem;
	}
}

@media (max-width: 620px) {
	.map__content {
		padding: 2.4rem;
	}

	.contacts__title {
		font-size: 2.8rem;
	}

	.yandex-map {
		height: 40rem;
	}

	.error-404__inner {
		margin: 10rem 0 6rem;
		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;
		color: #4a4f59;
	}

	.error-404__title {
		font-size: 18rem;
	}

	.error-404__subtitle {
		font-size: 3.2rem;
	}
}

@media (max-width: 618px) {
	.index-about__bg {
		max-height: 30rem;
		background-position: 80% center;
		background-size: cover;
	}

	.index-about__content {
		padding: 0;
		width: 100%;
		margin-bottom: 4rem;
	}

	.index-about__content-title {
		font-size: 2.2rem;
	}

	.index-about__content-text {
		font-size: 1.6rem;
	}
}

@media (max-width: 600px) {
	.details-select-mob {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.detail-box__all-props {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.detail-link {
		font-size: 1.6rem;
	}

	.detail-content-mob {
		display: block;
		position: relative;
	}

	.table-headline__td-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.table-headline__td-first {
		width: 60%;
		font-size: 1.8rem;
	}

	.detail-content {
		display: none;
	}

	.detail-content__item {
		padding: 1.6rem;
	}

	.detail-content__list-item {
		margin: 0.8rem 0;
	}

	.mySwiper {
		width: 70%;
	}

	.mySwiper .swiper-slide-detail {
		max-width: 55%;
	}

	.table-massive__thead tr td {
		font-size: 1.6rem;
	}

	.spare-parts {
		margin: 11rem 0 8rem;
	}

	.spare-parts__headline {
		margin-bottom: 9.4rem;
	}

	.spare-parts__title {
		font-size: 2.2rem;
	}

	.spare-parts__content-title {
		font-size: 2rem;
	}

	.spare-parts__content-subtitle {
		font-size: 1.6rem;
	}

	.banks__title {
		width: 95%;
		font-size: 2.2rem;
	}

	.banks__inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 1.6rem;
	}

	.banks__img {
		max-width: calc(33.3333333333% - 1.6rem);
	}

	.banks__img img {
		width: 100%;
	}
}

@media (max-width: 570px) {
	.benefit {
		padding: 4rem 0;
	}

	.benefit__list {
		gap: 3.2rem;
	}

	.benefit__item {
		width: 100%;
	}
}

@media (max-width: 568px) {
	.table-headline {
		font-size: 1.6rem;
		margin-bottom: 0.8rem;
	}

	.mySwiper {
		width: 70%;
	}

	.mySwiper .swiper-slide-detail {
		max-width: 50%;
	}

	.mySwiper2 {
		max-height: 19rem;
	}

	.detail-swiper-button-prev,
	.detail-swiper-button-next {
		width: 4rem !important;
		height: 4rem !important;
		/*top: 82.5% !important;*/
	}
}

@media (max-width: 556px) {
	.about__inner {
		margin-top: 11rem;
	}

	.about__headline {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.about__title {
		width: 100%;
	}

	.about__subtitle {
		width: 100%;
	}
}

@media (max-width: 550px) {
	.privacy__inner {
		margin: 12.4rem 0 6.4rem;
	}

	.privacy__title {
		font-size: 2.2rem;
	}

	.privacy__item:not(:last-of-type) {
		margin-bottom: 4rem;
	}

	.privacy__item-title {
		font-size: 1.8rem;
	}

	.privacy__item-text {
		font-size: 1.6rem;
	}

	.privacy__item-list-item {
		list-style: disc;
		list-style-position: inside;
		margin-left: 1rem;
	}

	.privacy__item-list-item::marker {
		font-size: 1.5rem;
	}
	.detail-swiper-button-prev,
	.detail-swiper-button-next {
		background-color: #f24957;
		top: -3.5rem ;
	}
}

@media (max-width: 542px) {
	.swiper-slide {
		/*padding: 1.2rem 1.2rem 0;*/
	}

	.swiper-slide__title {
		font-size: 1.6rem;
	}
}

@media (max-width: 524px) {
	.news__item {
		width: 100%;
	}
}

@media (max-width: 500px) {
	.card-item {
		max-width: 100%;
		width: calc(50% - 1.6rem);
	}

	.district-mini {
		margin-right: -1.6rem;
	}

	.big-card {
		max-width: 100%;
		width: 100%;
	}

	.breadcrumbs {
		font-size: 1.4rem;
	}

	.ways__face-item::before {
		font-size: 1.8rem;
	}

	.ways__face-title {
		font-size: 2.6rem;
		text-align: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.service__inner {
		margin: 11rem 0 3.2rem;
	}

	.service__headline-title {
		margin-bottom: 2.4rem;
		font-size: 2.2rem;
	}

	.service__headline-subtitle {
		margin-bottom: 3.2rem;
	}

	.service__main-bg-box {
		margin-top: -8rem;
	}

	.service__main-bg-one {
		height: 19rem;
		width: 79%;
		margin-right: -14rem;
	}

	.service__main-bg-two {
		height: 15rem;
		width: 60%;
		margin-left: -4rem;
	}

	.feedback-tech {
		margin-bottom: 8rem;
	}

	.feedback-tech__title {
		font-size: 2rem;
		width: 100%;
		text-align: center;
	}

	.feedback-tech__inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.news-detail {
		margin: 11rem 0 8rem;
	}

	.news-detail__content iframe {
		width: 100%;
		height: 25rem;
	}

	.news-detail__title {
		font-size: 2.2rem;
	}

	.news-detail__date {
		font-size: 1.4rem;
	}

	.news-detail__text {
		width: 100%;
	}
}

@media (max-width: 460px) {
	.feedback__form-title {
		font-size: 2.2rem;
	}

	.label-span {
		font-size: 1.6rem;
	}

	.table-headline__td-list {
		margin-left: 0;
	}

	.table-headline__td-first {
		width: 45%;
	}

	.info-line-title {
		font-size: 1.6rem;
	}

	.table-massive td p span {
		font-size: 3.5rem;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.table-massive__info-line {
		word-break: break-word;
	}

	.table-massive__info-line td p {
		font-size: 1.4rem;
	}


	.detail-content__list-item-props {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		white-space: normal;
		line-height: 120%;
	}

	.mySwiper {
		width: 70%;
	}

	.detail-swiper-button-prev {
		left: 0 !important;
	}

	.detail-swiper-button-next {
		right: 0 !important;
	}
}

@media (max-width: 450px) {
	.footer__inner-item {
		width: 100%;
	}

	.footer__menu-link {
		min-height: 6.6rem;
	}

	.footer__inner {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.footer .footer-menu {
		width: calc(50% - 30px);
	}

	.footer__copy {
		font-size: 1.4rem;
	}

	.main-part__bg {
		background-repeat: no-repeat;
		background-size: cover;
		-o-object-fit: cover;
		object-fit: cover;
		background-position: inherit;
		height: 500px;
	}

	.main-part__title,
	.main-part__subtitle {
		width: 100%;
	}

	.main-part__title {
		font-size: 2.6rem;
	}

	.main-part__subtitle {
		font-size: 1.6rem;
	}

	.main-part__leave-bid {
		margin-bottom: 6.4rem;
		max-width: 100%;
	}

	.how-buy__title {
		font-size: 2.2rem;
	}

	.catalog {
		padding-top: 10.8rem;
		padding-bottom: 8rem;
	}

	.catalog__title {
		font-size: 2.2rem;
		font-weight: 700;
		line-height: 120%;
		margin-bottom: 10.4rem;
	}

	.catalog-filter__items-list {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.catalog-filter__item-title {
		font-size: 1.6rem;
		min-height: 20px;
	}
}

@media (max-width: 420px) {
	.error-404__inner {
		margin: 14rem 0 8rem;
	}

	.error-404__title {
		font-size: 12rem;
	}

	.error-404__subtitle {
		font-size: 2.4rem;
	}
}

@media (max-width: 410px) {
	.service__main-bg-one {
		height: 18rem;
		width: 49%;
		margin-right: -4rem;
	}

	.service__main-bg-two {
		height: 15rem;
		width: 67%;
		margin-left: -4rem;
	}
}

@media (max-width: 360px) {
	.map__content {
		font-size: 1.4rem;
	}
}

@media (orientation: landscape) {
	.mobile-menu {
		overflow-y: auto;
		padding-top: 10rem;
	}

	.mobile-menu__item {
		margin-bottom: 2.4rem;
	}
}
.form-mobile-size-content {
	display: none;
}
.form-big-size-content {
	display: flex;
}
@media screen and (max-width: 625px) {
	.form-mobile-size-content {
		display: flex;
	}
	.form-big-size-content {
		display: none;
	}
}
.news__inner ul li:hover {
	transform: translateY(-200%);
}
.flex-direction-column {
	flex-direction: column;
}
.visual-img-sb {
	display: flex;
	justify-content: space-between;
}
.visual-img-sb img {
	width: 45%;
	border-radius: 1rem;
}
@media screen and (max-width: 450px){
	.visual-img-sb {
		flex-wrap: wrap;
	}
	.visual-img-sb img{
		width: 100%;
	}
	.visual-img-sb img:not(:last-of-type){
		margin-bottom: 2.4rem;
	}
}
.visual-three-img-sb {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.visual-three-img-sb img {
	width: 100%;
}
.visual-three-img-sb-img img {
	margin-bottom: 1.6rem;
}
.visual-three-img-sb-img {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 30%;
	justify-content: space-between;
	text-align: center;
	flex-wrap: wrap;
}
.visual-three-img-sb-img:not(:last-of-type) {
	margin-right: 3rem;
}
.visual-photo-left-p-right {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	/*margin-bottom: 2.4rem;*/
}
.visual-photo-left-p-right-img {
	width: 28%;
	margin-right: 3rem;
}
.visual-photo-left-p-right-p {
	width: 68%;
}
.visual-photo-left-p-right-p p,
.visual-photo-right-p-left p {
	margin: 0;
	margin-bottom: 0.8rem ;
}
.visual-photo-right-p-left{
	margin-bottom: 2.4rem;
}
.visual-photo-right-p-left {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.visual-photo-right-p-left-img {
	border-radius: 1rem;
	width: 28%;
}
.visual-photo-left-p-right-img img,
.visual-photo-right-p-left-img img {
	width: 100%;
	border-radius: 1rem;
}
.visual-photo-right-p-left-p {
	width: 68%;
	margin-right: 3rem;
}
/* .visual-photo-left-p-right-p p {
	margin-bottom: 2rem;
}
.visual-photo-right-p-left-p p {
	margin-bottom: 1.6rem;
} */
.descTitle {
	font-family: 'ralewayBold';
	font-weight: 700;
	text-align: center;
	font-size: 2rem;
	margin-top: 2.4rem;
	margin-bottom: 1.6rem;
}
.text-align-left {
	text-align: left;
}
.visulaBigImage {
	display: flex;
	justify-content: center;
	margin-bottom: 2.4rem;
	margin-top: 2.4rem;
}
.visulaBigImage img {
	text-align: center;
	width: 80%;
	border-radius: 2rem;
}
.spoller-content ul li {
	margin-bottom: 0.8rem;
}
.spoller-content p {
	/*margin-bottom: .8rem;*/
}
.spoller-content b{
	font-family: 'ralewayBold';
	font-weight: 700;
}
.spoller-content ul{
	margin-bottom: .8rem;
}
.detail-content-mob ul{
	margin-bottom: 1.6rem;
}
.detail-content-mob p{
	margin-bottom: 1.6rem;
}
@media screen and (max-width: 1000px) {
	.descTitle {
		font-size: 1.8rem;
	}
	.visual-photo-right-p-left {
		flex-direction: column;
		align-items: center;
	}
	.visual-photo-left-p-right-p,
	.visual-photo-right-p-left-p,
	.visual-photo-left-p-right-img,
	.visual-photo-right-p-left-img {
		margin: 0;
		width: 100%;
	}
	.visual-photo-left-p-right-img img,
	.visual-photo-right-p-left-img img {
		margin: 0 0 2.4rem 0;
	}
}
@media screen and (max-width: 778px) {
	.visulaBigImage img {
		width: 100%;
	}
	.visual-three-img-sb-img {
		width: 100%;
	}
	.visual-three-img-sb-img img {
		margin-top: 2.4rem;
	}
	.visual-three-img-sb-img:not(:last-of-type) {
		margin-right: 1.6rem;
	}
}
.header-btn{
	cursor: pointer
}
.ways__face-item-link{
	font-size: 1.6rem;
	color: #f24957;
	cursor: pointer;
}
.accent-color{
	color: #f24957;
}
.new-cell::before {
	content: '';
	height: 90%;
	width: 1px;
	left: 0;
	top: 5%;
	/*bottom: 5%;*/
	position: absolute;
	background-color: #cbced9;
}
.new-cell {
	text-align: center;
	position: relative;
}
.news-detail__text a{
	color:#302795;
}
.news-detail__text b{
	font-family: 'ralewayBold';
	font-weight: 700;
}
@media screen and (max-width: 1100px){
	.table-massive {
		font-size: 1.4rem;
	}
}
/* End */
/* /local/templates/palesse/assets/css/style.css?1760444466101675 */