/*
.logo-forpages {
	background-image: url(../img/img/logo-white.png);
}
*/

.top-bar {
	z-index: 99 !important;
}

.center_nav {
	margin: 0;
}

.top-bar {
	width: 100%;
	position: fixed;
	background-color: #fafafa;
	z-index: 2;
}

.main-page__wrap {
	background: #fff;
}

.top-bar {
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

body:not(.header_scrolled) .top-bar {
	background: none;

}

/*
body:not(.header_scrolled) .top-bar_home.top-bar_page .logo,
.header_box .logo,
body.header_scrolled .logo {
	background-image: url(../img/img/logo-black.png);
}
*/

.header_box .location__label,
body.header_scrolled .location__label,
body.header_scrolled .location__label {
	color: #ED356A;
}

.header_box .center_nav a,
.header_box .contacts a,
body.header_scrolled .center_nav a,
body.header_scrolled .contacts a {
	color: #0f0f3c;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.footer_wrapper img {
	width: auto;
}


/* 26.05.25 */

.banner_slide {
	position: relative;
	z-index: 0;
}

.top-bar_home::after,
.banner_slide::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	left: 0;
	top: 0;
	z-index: 1;
}

.top-bar_home::after {
	background: rgba(0, 0, 0, 0.2);
	pointer-events: none;
}

body.header_scrolled .top-bar_home::after {
	opacity: 0;
}

body:not(.header_scrolled) .top-bar_home.top-bar_page .top-bar {
	background-color: #fafafa;
}


body:not(.header_scrolled) .top-bar_home.top-bar_page .center_nav a,
body:not(.header_scrolled) .top-bar_home.top-bar_page .contacts a {
	color: #0f0f3c;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

body:not(.header_scrolled) .top-bar_home.top-bar_page .location__label,
body:not(.header_scrolled) .top-bar_home.top-bar_page .location__label{
	color: #ED356A;
}

.top-bar_home.top-bar_page::after {
	display: none;
}

.banner_slide .grid_container {
	z-index: 2;
}


.screen-intro__video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;

}

.be_useful_wrapper {
	overflow: auto;
	height: 330px;
}

.be_useful_wrapper::-webkit-scrollbar {
	width: 5px;
	background: rgba(61, 61, 61, 0.4);
}

.be_useful_wrapper::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: rgba(237, 53, 106, 0.5);
}

.be_useful_wrapper::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	background-color: rgba(61, 61, 61, 0.4);
}

.be_useful_item:hover {
	color: #fff;
}

.resultat_slider .swiper-button-next,
.resultat_slider .swiper-button-prev {
	height: 100%;
	width: 50px;
	top: 20px;
}

.resultat_slider .swiper-button-next:hover,
.resultat_slider .swiper-button-prev:hover {
	background: rgba(0, 0, 0, 0.3);
}

.resultat_slider .swiper-button-next {
	right: 0;
}

.resultat_slider .swiper-button-prev {
	left: 0;
}

.stsages_work_wrapper {
	position: relative;
}

.work_svg {
	position: absolute;
	top: 50px;
	left: -85px;
	z-index: -1;
}

.work_svg svg .path {
	stroke-dashoffset: 1000;
	stroke-dasharray: 1000;
}

.work_item:nth-child(n) {
	background: #fff;
	z-index: 2;
}

.work_item:after,
.work_item2:after,
.work_item3:after,
.work_item4:after,
.work_item5:after,
.work_item6:after,
.work_item7::after {
	display: none;
}



@-webkit-keyframes fly {
	0% {
		left: 0;
		top: 0;
		background: url(/public/images/bird.png) no-repeat center / contain;
	}

	25% {
		left: calc(100% - 50px);
		top: 0;
		background: url(/public/images/bird.png) no-repeat center / contain;
	}

	30% {
		left: calc(100% - 50px);
		top: 250px;
		background: url(/public/images/bird2.png) no-repeat center / contain;
	}

	50% {
		left: calc(0% - 120px);
		top: 250px;
		background: url(/public/images/bird2.png) no-repeat center / contain;

	}

	55% {
		left: calc(0% - 120px);
		top: 580px;
		background: url(/public/images/bird.png) no-repeat center / contain;
	}

	75% {
		left: calc(100% - 50px);
		top: 580px;
		background: url(/public/images/bird.png) no-repeat center / contain;
	}

	80% {
		left: calc(100% - 50px);
		top: 840px;
		background: url(/public/images/bird2.png) no-repeat center / contain;
	}

	100% {
		left: 0;
		top: 840px;
		background: url(/public/images/bird2.png) no-repeat center / contain;
	}
}

.work_bird {
	width: 170px;
	height: 90px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.work_active .work_bird {
	-webkit-animation: fly 15s linear infinite;
	animation: fly 15s linear infinite;
}


.vacanciy_slider {
	width: 100%;
}

.vacanciy_slide.swiper-slide {
	height: auto;
}

.vacanciy_slide img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	height: 100%;
	width: 100%;
}
.vacanciy_page_info__text,
.accordion_content,
.vacanciya_content_wrapper p{
	text-align: justify;
}


@media screen and (min-width: 320px) and (max-width: 500px) {

	.top-bar {
		height: 60px;
	}

	.main-page__wrap .menu__burger {
		top: -25px !important;
	}
}

@media screen and (min-width: 320px) and (max-width: 1023px) {

	.top-bar__right .contacts,
	.top-bar__center {
		display: none;
	}

}


@media screen and (min-width: 320px) and (max-width: 1200px) {

	.work_svg,
	.work_bird {
		display: none;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1670px) {

	@-webkit-keyframes fly {
		0% {
			left: 0;
			top: 0;
			background: url(/public/images/bird.png) no-repeat center / contain;
		}

		25% {
			left: calc(100% - 40px);
			top: 0;
			background: url(/public/images/bird.png) no-repeat center / contain;
		}

		30% {
			left: calc(100% - 40px);
			top: 230px;
			background: url(/public/images/bird2.png) no-repeat center / contain;
		}

		50% {
			left: calc(0% - 100px);
			top: 230px;
			background: url(/public/images/bird2.png) no-repeat center / contain;

		}

		55% {
			left: calc(0% - 100px);
			top: 530px;
			background: url(/public/images/bird.png) no-repeat center / contain;
		}

		75% {
			left: calc(100% - 40px);
			top: 530px;
			background: url(/public/images/bird.png) no-repeat center / contain;
		}

		80% {
			left: calc(100% - 40px);
			top: 800px;
			background: url(/public/images/bird2.png) no-repeat center / contain;
		}

		100% {
			left: 0;
			top: 800px;
			background: url(/public/images/bird2.png) no-repeat center / contain;
		}
	}




	.work_svg {
		display: none;
	}

	.work_item:after,
	.work_item2:after,
	.work_item3:after,
	.work_item4:after,
	.work_item5:after,
	.work_item6:after {
		display: block;
	}





}

/*


.footer_wrapper *,
.footer_wrapper ::after,
.footer_wrapper ::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.footer_wrapper html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

.footer_wrapper article,
.footer_wrapper aside,
.footer_wrapper figcaption,
.footer_wrapper figure,
.footer_wrapper footer,
.footer_wrapper header,
.footer_wrapper hgroup,
.footer_wrapper main,
.footer_wrapper nav,
.footer_wrapper section {
	display: block;
}

.footer_wrapper body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
}

.footer_wrapper [tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important;
}

.footer_wrapper hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

.footer_wrapper h1,
.footer_wrapper h2,
.footer_wrapper h3,
.footer_wrapper h4,
.footer_wrapper h5,
.footer_wrapper h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}

.footer_wrapper p {
	margin-top: 0;
	margin-bottom: 1rem;
}

.footer_wrapper abbr[data-original-title],
.footer_wrapper abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}

.footer_wrapper address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

.footer_wrapper dl,
.footer_wrapper ol,
.footer_wrapper ul {
	margin-top: 0;
	margin-bottom: 1rem;
}

.footer_wrapper ol ol,
.footer_wrapper ol ul,
.footer_wrapper ul ol,
.footer_wrapper ul ul {
	margin-bottom: 0;
}

.footer_wrapper dt {
	font-weight: 700;
}

.footer_wrapper dd {
	margin-bottom: 0.5rem;
	margin-left: 0;
}

.footer_wrapper blockquote {
	margin: 0 0 1rem;
}

.footer_wrapper b,
.footer_wrapper strong {
	font-weight: bolder;
}

.footer_wrapper small {
	font-size: 80%;
}

.footer_wrapper sub,
.footer_wrapper sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

.footer_wrapper sub {
	bottom: -0.25em;
}

.footer_wrapper sup {
	top: -0.5em;
}

.footer_wrapper .column__title-a {
	color: #8a8ca2;
	text-decoration: none;
	cursor: pointer;
}

.footer_wrapper .column__title-a:hover {
	text-decoration: none;
	color: #0f0f3c;
}

.footer_wrapper a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
}

.footer_wrapper a:hover {
	color: #0056b3;
	text-decoration: underline;
}

.footer_wrapper a:not([href]) {
	color: inherit;
	text-decoration: none;
}

.footer_wrapper a:not([href]):hover {
	color: inherit;
	text-decoration: none;
}

.footer_wrapper code,
.footer_wrapper kbd,
.footer_wrapper pre,
.footer_wrapper samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em;
}

.footer_wrapper pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar;
}

.footer_wrapper figure {
	margin: 0 0 1rem;
}

.footer_wrapper img {
	vertical-align: middle;
	border-style: none;
}

.footer_wrapper svg {
	overflow: hidden;
	vertical-align: middle;
}

.footer_wrapper table {
	border-collapse: collapse;
}

.footer_wrapper caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}

.footer_wrapper th {
	text-align: inherit;
}

.footer_wrapper label {
	display: inline-block;
	margin-bottom: 0.5rem;
}

.footer_wrapper button {
	border-radius: 0;
}

.footer_wrapper button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

.footer_wrapper button,
.footer_wrapper input,
.footer_wrapper optgroup,
.footer_wrapper select,
.footer_wrapper textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

.footer_wrapper button,
.footer_wrapper input {
	overflow: visible;
}

.footer_wrapper button,
.footer_wrapper select {
	text-transform: none;
}

.footer_wrapper [role=button] {
	cursor: pointer;
}

.footer_wrapper select {
	word-wrap: normal;
}

.footer_wrapper [type=button],
.footer_wrapper [type=reset],
.footer_wrapper [type=submit],
.footer_wrapper button {
	-webkit-appearance: button;
}

.footer_wrapper [type=button]:not(:disabled),
.footer_wrapper [type=reset]:not(:disabled),
.footer_wrapper [type=submit]:not(:disabled),
.footer_wrapper button:not(:disabled) {
	cursor: pointer;
}

.footer_wrapper [type=button]::-moz-focus-inner,
.footer_wrapper [type=reset]::-moz-focus-inner,
.footer_wrapper [type=submit]::-moz-focus-inner,
.footer_wrapper button::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

.footer_wrapper input[type=checkbox],
.footer_wrapper input[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

.footer_wrapper textarea {
	overflow: auto;
	resize: vertical;
}

.footer_wrapper fieldset {
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
}

.footer_wrapper legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: 0.5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

.footer_wrapper progress {
	vertical-align: baseline;
}

.footer_wrapper [type=number]::-webkit-inner-spin-button,
.footer_wrapper [type=number]::-webkit-outer-spin-button {
	height: auto;
}

.footer_wrapper [type=search] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

.footer_wrapper [type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

.footer_wrapper ::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

.footer_wrapper output {
	display: inline-block;
}

.footer_wrapper summary {
	display: list-item;
	cursor: pointer;
}

.footer_wrapper template {
	display: none;
}

.footer_wrapper [hidden] {
	display: none !important;
}

.footer_wrapper ::-webkit-input-placeholder {
	color: #666;
}

.footer_wrapper ::-moz-placeholder {
	color: #666;
}

.footer_wrapper :-ms-input-placeholder {
	color: #666;
}

.footer_wrapper ::-ms-input-placeholder {
	color: #666;
}

.footer_wrapper ::-webkit-input-placeholder {
	color: #666;
}

.footer_wrapper :-ms-input-placeholder {
	color: #666;
}

.footer_wrapper ::placeholder {
	color: #666;
}

.footer_wrapper ::-moz-selection {
	background-color: orange;
	color: #fff;
}

.footer_wrapper ::selection {
	background-color: #ED356A;
	color: #fff;
}

.footer_wrapper input,
.footer_wrapper textarea {
	outline: 0;
}

.footer_wrapper input:focus:required:invalid,
.footer_wrapper textarea:focus:required:invalid {
	border-color: red;
}

.footer_wrapper input:required:valid,
.footer_wrapper textarea:required:valid {
	border-color: green;
}

.footer_wrapper body {
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: 1.65;
	font-family: roboto, sans-serif;
	overflow-x: hidden;
	color: #333;
}

.footer_wrapper *,
.footer_wrapper :after,
.footer_wrapper :before {
	padding: 0;
	margin: 0;
	border: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: 0.02em;
}

.footer_wrapper strong {
	font-weight: 700;
}

.footer_wrapper a {
	text-decoration: none;
	font-family: Roboto-Regular, sans-serif;
	padding: 0;
	margin: 0;
	border: 0;
}

.footer_wrapper p {
	font-family: Roboto-Regular, sans-serif;
	padding: 0;
	margin: 0;
	border: 0;
}

.footer_wrapper span {
	font-family: Roboto-Regular, sans-serif;
	padding: 0;
	margin: 0;
	border: 0;
}

.footer_wrapper h1,
.footer_wrapper h2,
.footer_wrapper h3,
.footer_wrapper h4 {
	font-family: Roboto-Medium, sans-serif;
	padding: 0;
	margin: 0;
	border: 0;
}

.footer_wrapper li,
.footer_wrapper ul {
	list-style-type: none;
	text-decoration: none;
	padding: 0;
	margin: 0;
	border: 0;
}

.footer_wrapper .container {
	width: 100%;
	max-width: 1640px;
	margin: 0 auto;
}

.footer_wrapper body.lock {
	overflow: hidden;
}

.footer_wrapper .header__columns {
	margin-left: 125px;
	margin-right: 1.8%;
	text-align: left;
	margin-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer_wrapper .first-column,
.footer_wrapper .second-column,
.footer_wrapper .third-column {
	max-width: 290px;
}

.footer_wrapper .tab__menu-columns {
	display: -webkit-box;
	display: -ms-flexbox;
	justify-content: space-between;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
}

.footer_wrapper .first-column > ul > li {
	padding: 5px 0;
}

.footer_wrapper .second-column > ul > li {
	padding: 5px 0;
}

.footer_wrapper .third-column > ul > li {
	padding: 5px 0;
}

.footer_wrapper .first-column a {
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	color: #0f0f3c;
}

.footer_wrapper .second-column a {
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	color: #0f0f3c;
}

.footer_wrapper .third-column a {
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	color: #0f0f3c;
}

.footer_wrapper .first-column__title,
.footer_wrapper .second-column__title,
.footer_wrapper .third-column__title {
	margin-bottom: 1rem;
}

.footer_wrapper .first-column__title a {
	padding-bottom: 30px;
	font-weight: 700;
	font-size: 22px;
	line-height: 29px;
	color: #8a8ca2;
}

.footer_wrapper .second-column__title a {
	padding-bottom: 30px;
	font-weight: 700;
	font-size: 22px;
	line-height: 29px;
	color: #8a8ca2;
}

.footer_wrapper .third-column__title a {
	padding-bottom: 30px;
	font-weight: 700;
	font-size: 22px;
	line-height: 29px;
	color: #8a8ca2;
}

.footer_wrapper .header__list {
	position: relative;
	z-index: 3;
	font-size: 22px;
	font-weight: 700;
	line-height: 26px;
}

.footer_wrapper .header__list li {
	list-style: none;
	text-decoration: none;
	text-transform: none;
	margin-left: 20px;
	text-align: left;
	margin: 0 0 30px 0;
}

.footer_wrapper .header__link {
	color: #8a8ca2;
}

.footer_wrapper .header__link:hover {
	color: #0f0f3c;
	opacity: 0.2;
	text-decoration: none;
}

.footer_wrapper .menu__burger {
	width: 80px;
	height: 80px;
	background-color: #ed356a;
	cursor: pointer;
}

.footer_wrapper .menu {
	position: relative;
	margin-right: 53px;
	z-index: 5;
}

.footer_wrapper .menu__burger:before {
	content: "";
	background-color: #fff;
	position: absolute;
	width: 26px;
	height: 2px;
	left: 25px;
	top: 32px;
}

.footer_wrapper .menu__burger span {
	position: absolute;
	background-color: #fff;
	width: 19px;
	height: 2px;
	left: 25px;
	top: 40px;
}

.footer_wrapper .menu__burger:after {
	content: "";
	background-color: #fff;
	position: absolute;
	width: 26px;
	height: 2px;
	left: 25px;
	bottom: 30px;
}

.footer_wrapper .top-bar {
	height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer_wrapper .top-bar__page {
	height: 80px;
	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;
	width: 100%;
	position: fixed;
	background-color: #fafafa;
	z-index: 2;
}

.footer_wrapper .top-bar__page-contacts {
	height: 80px;
	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;
	width: 100%;
	position: fixed;
	background-color: #fafafa;
	z-index: 2;
}
*/


/*
.footer_wrapper .logo {
	display: inline-block;
	width: 269px;
	height: 51px;
	background-image: url(../img/img/logo-white.png);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 3;
}

.footer_wrapper .logo.active {
	display: inline-block;
	width: 269px;
	height: 51px;
	background-image: url(../img/img/logo-black.png);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 4;
}
*/

/*
.footer_wrapper .logo.appeal {
	display: inline-block;
	width: 269px;
	height: 51px;
	background-image: url(../img/img/logo-black.png);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 4;
}
*/
/*

.footer_wrapper .contacts {
	text-align: right;
	font-size: 22px;
	line-height: 29px;
	z-index: 5;
}

.footer_wrapper .contacts a {
	color: #fff;
}

.footer_wrapper .contacts a:hover {
	text-decoration: none;
}

.footer_wrapper .phone__link.active {
	color: #0f0f3c;
}

.footer_wrapper .mail__link.active {
	color: #0f0f3c;
}

.footer_wrapper .phone__link.appeal {
	color: #0f0f3c;
}

.footer_wrapper .mail__link.appeal {
	color: #0f0f3c;
}

.footer_wrapper .phone.appeal {
	display: none;
}

.footer_wrapper .mail.appeal {
	display: none;
}

.footer_wrapper .kp {
	z-index: 5;
	width: 250px;
	height: 80px;
	background-color: #ed356a;
	color: #fff;
	margin-left: 53px;
}

.footer_wrapper .kp h4 {
	font-size: 22px;
	font-weight: 400;
	line-height: 29px;
}

.footer_wrapper .top-bar__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer_wrapper .top-bar__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer_wrapper .thanks {
	display: block;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #E9ECF1;
}

.footer_wrapper .thanks-info {
	width: 100%;
	height: 100%;
	position: relative;
}

.footer_wrapper .thanks-info__block {
	width: 362px;
	height: 160px;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.footer_wrapper .thanks-info__text {
	text-align: center;
}

.footer_wrapper .thanks-info__text p {
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
	text-align: center;
	letter-spacing: 0.02em;
	color: #0f0f3c;
}

.footer_wrapper .thanks-info__button {
	padding: 35px 0;
}

.footer_wrapper .thanks-info__link {
	margin-left: 20px;
	padding: 12px 80px;
	border-radius: 25px;
	color: #fff !important;
	background-color: #ed356a;
	color: #fff;
	font-size: 15px;
	line-height: 18px;
}

.footer_wrapper .thanks-info__link:hover {
	text-decoration: none;
}

.footer_wrapper .header__appeal {
	position: fixed;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #fff;
	padding: 70px 0 20px 0;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.footer_wrapper .header__appeal.appeal {
	top: 0;
	z-index: 3;
}

.footer_wrapper .header__menu {
	position: fixed;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: #E9ECF1;
	padding: 70px 10px 20px 10px;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.footer_wrapper .header__menu.active {
	top: 0;
	z-index: 2;
}

.footer_wrapper .menu__burger.active:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 39px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.footer_wrapper .menu__burger.active:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	bottom: 39px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.footer_wrapper .menu__burger.active span {
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.footer_wrapper .header__link {
	font-size: 24px;
}

.footer_wrapper .main-form {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	position: absolute;
	top: 35%;
}

.footer_wrapper .form__title {
	font-size: 22px;
	line-height: 26px;
	color: #0f0f3c;
	font-weight: 700;
}

.footer_wrapper .form__name {
	width: 270px;
	border-bottom: 3px solid #ed356a;
	border-radius: 2px;
	margin-top: 20px;
	margin-bottom: 60px;
}

.footer_wrapper .form__number {
	width: 270px;
	border-bottom: 3px solid #ed356a;
	border-radius: 2px;
	margin-top: 20px;
	margin-bottom: 60px;
}

.footer_wrapper .form__mail {
	width: 270px;
	border-bottom: 3px solid #ed356a;
	border-radius: 2px;
	margin-top: 20px;
}

.footer_wrapper .form-left {
	margin-left: 300px;
}

.footer_wrapper .form-right {
	margin-right: 300px;
}

.footer_wrapper input[type=checkbox]:checked,
.footer_wrapper input[type=checkbox]:not(:checked) {
	position: absolute;
	left: -9999px;
}

.footer_wrapper input[type=checkbox]:checked + label,
.footer_wrapper input[type=checkbox]:not(:checked) + label {
	display: inline-block;
	position: relative;
	padding-left: 28px;
	line-height: 20px;
	padding-top: 30px;
}

.footer_wrapper input[type=checkbox]:checked + label:before,
.footer_wrapper input[type=checkbox]:not(:checked) + label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #0f0f3c;
	background-color: #fff;
}

.footer_wrapper input[type=checkbox]:checked + label:before,
.footer_wrapper input[type=checkbox]:not(:checked) + label:before {
	border-radius: 2px;
}

.footer_wrapper input[type=checkbox]:checked + label:after,
.footer_wrapper input[type=checkbox]:not(:checked) + label:after {
	content: "";
	position: absolute;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.footer_wrapper input[type=checkbox]:checked + label:after,
.footer_wrapper input[type=checkbox]:not(:checked) + label:after {
	left: 2px;
	top: 2px;
	bottom: 2px;
	right: 2px;
	width: 14px;
	height: 14px;
	background-color: #0f0f3c;
	cursor: pointer;
}

.footer_wrapper .form__personal-data {
	font-size: 10px;
	line-height: 14px !important;
	max-width: 270px;
}

.footer_wrapper .form__button-kp {
	width: 270px;
	height: 43px;
	border-radius: 25px;
	background-color: #ed356a;
	color: #fff;
	font-size: 15px;
	line-height: 18px;
	font-weight: 700;
	margin-bottom: 20px;
}

.footer_wrapper .form__button-photo {
	width: 270px;
	height: 38px;
	border-radius: 5px;
	background-color: #0f0f3c;
	color: #fff;
	font-size: 15px;
	line-height: 18px;
	font-weight: 700;
	text-align: center;
	padding: 10px;
}

.footer_wrapper .form-mobile {
	display: none;
}

.footer_wrapper #form-mobile__close {
	position: absolute;
	width: 25px;
	height: 25px;
	right: -25px;
}

.footer_wrapper #form-mobile__close:after {
	content: "";
	background-color: #0f0f3c;
	position: absolute;
	width: 26px;
	height: 2px;
	top: 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.footer_wrapper #form-mobile__close:before {
	content: "";
	background-color: #0f0f3c;
	position: absolute;
	width: 26px;
	height: 2px;
	top: 50%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.footer_wrapper .form-popup {
	height: 100%;
	width: 100%;
	position: relative;
}

.footer_wrapper .main-form-popup {
	max-width: 350px;
	width: 85%;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.footer_wrapper .main-form-popup__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer_wrapper .form-popup-button__kp {
	width: 100%;
	height: 43px;
	background: #ed356a;
	color: #fff;
	border-radius: 25px;
	margin-bottom: 20px;
}

.footer_wrapper .search-form-popup {
	margin: auto;
	padding: 70px 100px;
}

.footer_wrapper .search-form-popup__title {
	font-weight: 500;
	font-size: 22px;
	line-height: 26px;
	color: #0f0f3c;
}

.footer_wrapper .search-form-popup-button__search {
	width: 270px;
	height: 43px;
	background: #ed356a;
	color: #fff;
	border-radius: 25px;
	margin-bottom: 20px;
}

.footer_wrapper .search-form-popup__input {
	width: 270px;
	border-bottom: 3px solid #ed356a;
	border-radius: 2px;
	margin-top: 10px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.footer_wrapper .form-popup__data {
	width: 100%;
	font-style: normal;
	font-size: 12px;
	line-height: 14px;
	color: #0f0f3c;
}

.footer_wrapper .cl-btn-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	right: 0;
	padding-right: 30px;
	background: #fff;
}

.footer_wrapper .close-btn:focus {
	border: none;
}

.footer_wrapper .cl-btn-2 div {
	cursor: pointer;
	position: relative;
	height: 68px;
	width: 50px;
}

.footer_wrapper .cl-btn-2 .leftright {
	height: 4px;
	width: 50px;
	position: absolute;
	margin-top: 24px;
	background-color: #0f0f3c;
	border-radius: 2px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.footer_wrapper .cl-btn-2 .rightleft {
	height: 4px;
	width: 50px;
	position: absolute;
	margin-top: 24px;
	background-color: #0f0f3c;
	border-radius: 2px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.footer_wrapper .cl-btn-2 .close-btn {
	margin: 54px 0 0 -5px;
	position: absolute;
	color: #0f0f3c;
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	opacity: 0;
}

.footer_wrapper .cl-btn-2 div:hover .leftright {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color: #0f0f3c;
}

.footer_wrapper .cl-btn-2 div:hover .rightleft {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #0f0f3c;
}

.footer_wrapper .cl-btn-2 div:hover .close-btn {
	opacity: 1;
}

.footer_wrapper .form-popup__title {
	font-size: 15px;
	line-height: 18px;
	color: #0f0f3c;
}

.footer_wrapper .form-popup-fio__input {
	width: 100%;
	border-bottom: 3px solid #ed356a;
	border-radius: 2px;
	margin-bottom: 50px;
}

.footer_wrapper .form-popup-number__input {
	width: 100%;
	border-bottom: 3px solid #ed356a;
	border-radius: 2px;
	margin-bottom: 50px;
}

.footer_wrapper .form-popup-mail__input {
	width: 100%;
	border-bottom: 3px solid #ed356a;
	border-radius: 2px;
	margin-bottom: 50px;
}

.footer_wrapper .form-popup-organization__input {
	width: 100%;
	border-bottom: 3px solid #ed356a;
	border-radius: 2px;
	margin-bottom: 50px;
}

.footer_wrapper .form-popup-problem__input {
	width: 100%;
	border-bottom: 3px solid #ed356a;
	border-radius: 2px;
	margin-bottom: 50px;
}

.footer_wrapper .form-popup-pn__input {
	width: 100%;
	border-bottom: 3px solid #ed356a;
	border-radius: 2px;
	margin-bottom: 50px;
}

.footer_wrapper .form__title-mobile {
	font-size: 22px;
	line-height: 26px;
	color: #0f0f3c;
	font-weight: 700;
}

.footer_wrapper .form__name-mobile {
	width: 270px;
	border-bottom: 3px solid #ed356a;
	border-radius: 2px;
	margin-bottom: 50px;
}

.footer_wrapper .form__number-mobile {
	width: 270px;
	border-bottom: 3px solid #ed356a;
	border-radius: 2px;
	margin-bottom: 50px;
}

.footer_wrapper .form__mail-mobile {
	width: 270px;
	border-bottom: 3px solid #ed356a;
	border-radius: 2px;
	margin-bottom: 50px;
}

.footer_wrapper .form__button-photo-mobile {
	width: 270px;
	height: 38px;
	border-radius: 5px;
	background-color: #0f0f3c;
	color: #fff;
	font-size: 15px;
	line-height: 18px;
	font-weight: 700;
	margin-bottom: 30px;
	text-align: center;
	padding: 10px;
}

.footer_wrapper .form__button-kp-mobile {
	width: 270px;
	height: 43px;
	border-radius: 25px;
	background-color: #ed356a;
	color: #fff;
	font-size: 15px;
	line-height: 18px;
	font-weight: 700;
	margin-bottom: 30px;
}

.footer_wrapper .form__personal-data-mobile {
	font-size: 8px;
	line-height: 14px;
	color: #0f0f3c;
}

.footer_wrapper .main-page {
	width: 100%;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	background-image: url(../img/img/main.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
}

.footer_wrapper .main-page__wrap {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.65);
	position: relative;
}

.footer_wrapper .main-title {
	position: absolute;
	margin: auto 133px;
	top: 0;
	bottom: 10%;
	left: 0;
	right: 30%;
	width: 925px;
	height: 150px;
}

.footer_wrapper .main-title h1 {
	color: #fff;
	font-size: 48px;
	line-height: 65px;
}

.footer_wrapper .bottom-bar {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 20%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer_wrapper .block {
	width: 25%;
	height: 100%;
	color: #fff;
	font-size: 22px;
}

.footer_wrapper .block:hover {
	color: #fff;
}

.footer_wrapper .block__wrap:hover {
	background-color: #ed356a;
	-webkit-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}

.footer_wrapper button.block.search:focus {
	outline: none;
	background-color: #ed356a;
}

.footer_wrapper .canvas {
	display: none;
}

.footer_wrapper .canvas.active {
	display: block;
	position: absolute;
	width: 100%;
	height: 80px;
	background-color: #e9ecf1;
	background: #e9ecf1;
	z-index: 3;
}

.footer_wrapper .phone.active.appeal {
	display: block;
}

.footer_wrapper .mail.active.appeal {
	display: block;
}

.footer_wrapper .block__wrap-search:hover {
	background-color: #ed356a;
	-webkit-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}

.footer_wrapper .repair {
	background-image: url(../img/img/main-first.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.footer_wrapper .adjustment {
	background-image: url(../img/img/main-second.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.footer_wrapper .machines {
	background-image: url(../img/img/main-third.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.footer_wrapper .block__wrap {
	width: 100%;
	height: 100%;
	background-color: rgba(15, 15, 60, 0.75);
	position: relative;
}

.footer_wrapper .block__description {
	width: 200px;
	height: 100px;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.footer_wrapper .search {
	background-color: #0f0f3c;
}

.footer_wrapper .block__wrap-search {
	width: 100%;
	height: 100%;
	position: relative;
}

.footer_wrapper .block__description-search {
	width: 100px;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 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;
}

.footer_wrapper .block__description-search img {
	width: 29px;
	height: 31px;
	margin-right: 10px;
}

.footer_wrapper .top-wrap {
	width: 100%;
	background: #fafafa;
}
*/

/*
.footer_wrapper .logo-forpages {
	display: inline-block;
	width: 269px;
	height: 51px;
	background-image: url(../img/img/logo-black.png);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 3;
}
*/
/*

.footer_wrapper .contacts-forpages {
	text-align: right;
	font-size: 22px;
	line-height: 29px;
	z-index: 5;
}

.footer_wrapper .contacts-forpages a {
	color: #0f0f3c;
	text-decoration: none;
}

.footer_wrapper .links {
	font-size: 15px;
	line-height: 22px;
	color: #0f0f3c;
	padding: 150px 0 50px 0;
}

.footer_wrapper .link {
	color: #0f0f3c;
}

.footer_wrapper .link-active {
	color: #ed356a;
}

.footer_wrapper .link:hover {
	text-decoration: none;
	color: #ed356a;
}

.footer_wrapper .link-active:hover {
	text-decoration: none;
	color: #0f0f3c;
}

.footer_wrapper .title {
	font-weight: 700;
	font-size: 48px;
	line-height: 65px;
	color: #0f0f3c;
	letter-spacing: 0.02em;
}

.footer_wrapper .prod_title {
	font-weight: 700;
	font-size: 48px;
	line-height: 65px;
	color: #0f0f3c;
	letter-spacing: 0.02em;
}

.footer_wrapper .title__policy {
	font-weight: 700;
	font-size: 48px;
	line-height: 65px;
	color: #0f0f3c;
	letter-spacing: 0.02em;
}

.footer_wrapper .form-title {
	font-weight: 700;
	font-size: 48px;
	line-height: 65px;
	color: #0f0f3c;
	letter-spacing: 0.02em;
}

.footer_wrapper .card-title {
	font-weight: 700;
	font-size: 48px;
	line-height: 65px;
	color: #0f0f3c;
	letter-spacing: 0.02em;
}

.footer_wrapper .repair-title {
	font-weight: 700;
	font-size: 48px;
	line-height: 65px;
	padding: 30px 20px;
	color: #0f0f3c;
	letter-spacing: 0.02em;
}

.footer_wrapper .description {
	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;
	overflow: hidden;
}

.footer_wrapper .description__text {
	padding: 10px 0;
}

.footer_wrapper .description__product {
	padding: 10px 0;
	max-width: 1092px;
	font-size: 19px;
	line-height: 25px;
	color: #0f0f3c;
}

.footer_wrapper .description__product-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer_wrapper .description__product-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.footer_wrapper .description__text p {
	font-size: 19px;
	line-height: 25px;
	color: #0f0f3c;
}

.footer_wrapper .tabs-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 50px;
	margin-bottom: 100px;
}

.footer_wrapper .tabs-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

.footer_wrapper .first {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.footer_wrapper .second {
	border-bottom: 1px solid #e5e5e5;
}

.footer_wrapper .fourth {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.footer_wrapper .tab {
	width: 594px;
	height: 118px;
	cursor: pointer;
	position: relative;
}

.footer_wrapper .tab p {
	display: inline;
	position: absolute;
	width: 300px;
	height: 30px;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	font-weight: 700;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: 0.02em;
	color: #0f0f3c;
}

.footer_wrapper .tab:hover {
	background-color: #fafafa;
}

.footer_wrapper .tab.active-tab {
	background-color: #fafafa;
}

.footer_wrapper .tab-panel {
	display: none;
}

.footer_wrapper .tab-panel.active-tab {
	background-color: #fafafa;
	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;
	width: 100%;
}

.footer_wrapper .tab-panel__description {
	font-size: 19px;
	line-height: 80px;
	margin-left: 50px;
	letter-spacing: 0.02em;
	color: #0f0f3c;
}

.footer_wrapper .tabs-panels {
	width: 100%;
}

.footer_wrapper .tab-panel__description p {
	padding: 20px 0 20px 5px;
}

.footer_wrapper .ac-container {
	display: none;
}

.footer_wrapper .slider-products {
	margin-top: 50px;
}

.footer_wrapper .owl-carousel__certificate,
.footer_wrapper .owl-carousel__item,
.footer_wrapper .owl-carousel__item-logo {
	cursor: pointer;
}

.footer_wrapper .slider-certificates__mobile {
	display: none;
}

.footer_wrapper .models-list__mobile {
	display: none;
}

.footer_wrapper .slider-products__mobile {
	display: none;
}

.footer_wrapper .slider-logos__mobile {
	display: none;
}

.footer_wrapper .owl-carousel__item {
	margin: 0 10px;
}

.footer_wrapper .owl-carousel__item img {
	width: 100%;
	height: 420px;
	-o-object-fit: cover;
	object-fit: cover;
}

.footer_wrapper .line {
	position: relative;
	width: 100%;
	height: 6px;
	background-color: #e0e0e0;
	margin-top: 50px;
	margin-bottom: 100px;
}

.footer_wrapper .line-active {
	position: absolute;
	width: 368px;
	height: 100%;
	background-color: #ed356a;
}

.footer_wrapper .models-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 50px;
	margin-bottom: 100px;
}

.footer_wrapper .list-column__text {
	display: block;
	padding: 30px 0;
	width: 380px;
	font-size: 19px;
	line-height: 25px;
	color: #0f0f3c;
	border-bottom: 1px solid #e5e5e5;
}

.footer_wrapper .clients {
	margin-top: 20px;
	margin-bottom: 150px;
	overflow: hidden;
}

.footer_wrapper .clients__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer_wrapper .clients img {
	margin: 30px 0;
}

.footer_wrapper .background-form__mobile {
	display: none;
}

.footer_wrapper .background-form {
	position: relative;
	width: 100%;
	height: 653px;
	background-color: #fafafa;
}

.footer_wrapper .form-page__mobile-768 {
	display: none;
}

.footer_wrapper .form-page {
	margin-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer_wrapper .form-page__mobile {
	display: none;
}

.footer_wrapper .form {
	max-width: 1100px;
	height: 326.5px;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding-left: 20px;
}

.footer_wrapper .form-fio__title,
.footer_wrapper .form-number__title {
	font-size: 22px;
	line-height: 26px;
	color: #0f0f3c;
	font-weight: 700;
}

.footer_wrapper .form-fio__name {
	width: 270px;
	border-bottom: 3px solid #ed356a;
	border-radius: 2px;
	margin-top: 20px;
	margin-bottom: 60px;
	background-color: #fafafa;
}

.footer_wrapper .form-number__number {
	width: 270px;
	border-bottom: 3px solid #ed356a;
	border-radius: 2px;
	margin-top: 20px;
	margin-bottom: 60px;
	background-color: #fafafa;
}

.footer_wrapper .form-proposal__kp {
	width: 270px;
	height: 43px;
	border-radius: 25px;
	background-color: #ed356a;
	color: #fff;
	font-size: 15px;
	line-height: 18px;
	font-weight: 700;
	margin-bottom: 20px;
}

.footer_wrapper .form-fio__photo {
	width: 270px;
	height: 38px;
	border-radius: 5px;
	background-color: #0f0f3c;
	color: #fff;
	font-size: 15px;
	line-height: 18px;
	font-weight: 700;
	text-align: center;
	padding: 10px;
}

.footer_wrapper .form-proposal {
	margin-top: 45px;
}

.footer_wrapper .bottom-menu__mobile {
	display: none;
}

.footer_wrapper .bottom-menu__links-mobile {
	display: none;
}

.footer_wrapper .bottom-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #e5e5e5;
}
*/

/*
.footer_wrapper .bottom-menu__logo {
	display: inline-block;
	width: 269px;
	height: 51px;
	background-image: url(../img/img/logo-black.png);
	background-repeat: no-repeat;
	background-size: cover;
}
*/
/*

.footer_wrapper .bottom-menu__link {
	font-weight: 700;
	font-size: 22px;
	line-height: 29px;
	letter-spacing: 0.02em;
	color: #0f0f3c;
	text-decoration: none;
	padding-left: 120px;
}

.footer_wrapper .bottom-menu__link:hover {
	color: #ed356a;
	-webkit-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
	text-decoration: none;
}

.footer_wrapper .mobile-button {
	display: none;
}

.footer_wrapper .bottom-list__mobile-768 {
	display: none;
}

.footer_wrapper .bottom-list__mobile {
	display: none;
}

.footer_wrapper .bottom-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #e5e5e5;
}

.footer_wrapper .bottom-list__column a {
	color: #9d9d9d;
	text-decoration: none;
}

.footer_wrapper .bottom-list__column a:hover {
	color: #0f0f3c;
}

.footer_wrapper .column__title a {
	font-weight: 400;
	font-size: 19px;
	line-height: 24px;
	letter-spacing: 0.02em;
	color: #9d9d9d;
}

.footer_wrapper .column__link {
	font-size: 19px;
	line-height: 25px;
	letter-spacing: 0.02em;
}

.footer_wrapper .bottom-list__column > ul > li {
	padding-top: 20px;
}

.footer_wrapper .kp-wrap {
	padding: 30px 0;
}

.footer_wrapper .bottom-kp {
	padding: 12px 80px;
	border-radius: 25px;
	color: #fff !important;
	background-color: #ed356a;
	color: #fff;
	font-size: 15px;
	line-height: 18px;
	white-space: nowrap;
}

.footer_wrapper .bottom-kp:hover {
	text-decoration: none;
}

.footer_wrapper .footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 50px;
	margin-bottom: 50px;
}

.footer_wrapper .footer a:hover {
	color: #0f0f3c;
	text-decoration: none;
}

.footer_wrapper .footer__copyright {
	font-size: 15px;
	line-height: 18px;
	color: #9d9d9d;
	text-decoration: none;
}

.footer_wrapper .footer__politic {
	font-size: 15px;
	line-height: 18px;
	color: #9d9d9d;
	text-decoration: none;
}

.footer_wrapper .footer__text {
	display: inline;
	font-size: 15px;
	line-height: 18px;
	color: #9d9d9d;
}

.footer_wrapper .footer__text-pink {
	display: inline;
	color: #ed356a !important;
	font-size: 15px;
	line-height: 18px;
}

.footer_wrapper .med-image {
	width: 832px;
}

.footer_wrapper .marks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 50px;
	margin-bottom: 100px;
}

.footer_wrapper .column__item {
	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;
	width: 380px;
	height: 100px;
	line-height: 100px;
	border-bottom: 1px solid #e5e5e5;
}

.footer_wrapper .column__description {
	display: block;
	width: 380px;
	font-size: 19px;
	line-height: 25px;
	color: #0f0f3c;
	letter-spacing: 0.01em;
	margin-left: 20px;
}

.footer_wrapper .card-text__title {
	padding-bottom: 20px;
}

.footer_wrapper .card-text__description {
	padding-bottom: 20px;
}

.footer_wrapper .top-wrap__product {
	background-color: #fafafa;
	width: 100%;
	margin-bottom: 100px;
}

.footer_wrapper .card-container {
	width: 100%;
	max-width: 1092px;
	margin: 0 auto;
}

.footer_wrapper .card-description {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer_wrapper .card-description__mobile {
	display: none;
	width: 100%;
}

.footer_wrapper h2.prod__title {
	padding-left: 20px;
}

.footer_wrapper .column__mobile-title-480 {
	display: none;
}

.footer_wrapper .images__item {
	width: 93px;
	height: 70px;
}

.footer_wrapper .images__item img {
	width: 100%;
	height: 100%;
}

.footer_wrapper .images__images a {
	display: inline-block;
	width: 93px;
	height: 70px;
}

.footer_wrapper .images__images a:hover {
	border: 2px solid #ed356a;
}

.footer_wrapper .images__images a:focus {
	border: 2px solid #ed356a;
}

.footer_wrapper .active-item {
	border: 2px solid #ed356a;
}

.footer_wrapper .card-description__description {
	padding-left: 100px;
}

.footer_wrapper .description__text {
	display: block;
}

.footer_wrapper .description__text-title p {
	font-weight: 700;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: 0.02em;
	color: #0f0f3c;
	padding: 15px 0;
}

.footer_wrapper .description__text-description p {
	font-size: 19px;
	line-height: 25px;
	letter-spacing: 0.02em;
	color: #0f0f3c;
	padding: 16px 0 16px 50px;
}

.footer_wrapper .description__button {
	padding: 15px 60px;
	background-color: #ed356a;
	border-radius: 25px;
	color: #fff;
	font-size: 15px;
	line-height: 18px;
	margin-top: 20px;
	max-width: 245px;
	display: block;
}

.footer_wrapper .card-description__images {
	max-width: 50%;
}

.footer_wrapper .description__button:hover {
	color: #fff;
	text-decoration: none;
}

.footer_wrapper .card__button-block {
	display: none;
}

.footer_wrapper .guarantee-wrap {
	display: none;
}

.footer_wrapper .guarantee {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 412px;
	margin-top: 40px;
}

.footer_wrapper .guarantee__block {
	width: 117px;
	text-align: center;
}

.footer_wrapper .guarantee-about {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 412px;
}

.footer_wrapper .guarantee__block-about {
	width: 117px;
	text-align: center;
}

.footer_wrapper .guarantee__block-text {
	font-weight: 700;
	font-size: 19px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.02em;
	color: #0f0f3c;
	margin-top: 10px;
}

.footer_wrapper .card-text {
	margin-top: 100px;
}

.footer_wrapper .card-text__title {
	font-weight: 700;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: 0.02em;
	color: #0f0f3c;
}

.footer_wrapper .card-text__description {
	font-size: 19px;
	line-height: 25px;
	letter-spacing: 0.02em;
	color: #0f0f3c;
}

.footer_wrapper .card-text__link {
	font-weight: 700;
	font-size: 22px;
	line-height: 29px;
	letter-spacing: 0.01em;
	color: #ed356a;
}

.footer_wrapper .card-text__link:hover {
	color: #ed356a;
	text-decoration: none;
}

.footer_wrapper .about {
	margin-top: 50px;
	margin-bottom: 100px;
}

.footer_wrapper .about__img {
	width: 96.4%;
	height: 70vh;
}

.footer_wrapper .about-company__img {
	max-width: 1640px;
	max-height: 928px;
	width: 96.4%;
	height: 45vw;
}

.footer_wrapper .about__wrap {
	width: 100%;
	height: 100%;
	background-color: rgba(15, 15, 60, 0.65);
	position: relative;
}

.footer_wrapper .images__image img {
	max-width: 100%;
	max-height: 364px;
}

.footer_wrapper .contacts__socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 100px;
	position: relative;
}

.footer_wrapper .about__play {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 110px;
	height: 110px;
	border-radius: 100%;
	background-color: rgba(237, 53, 106, 0.65);
	cursor: pointer;
}

.footer_wrapper .about__play-items {
	position: relative;
	width: 100%;
	height: 100%;
}

.footer_wrapper .play__triangle {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 7px;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-left: 35px solid #fff;
	border-bottom: 20px solid transparent;
}

.footer_wrapper .certificates {
	margin-top: 50px;
	margin-bottom: 100px;
	position: relative;
	width: 1640px;
	height: 820px;
}

.footer_wrapper .certificates__img-1 {
	position: absolute;
	margin: auto;
	left: 100px;
	top: 100px;
	z-index: -1;
}

.footer_wrapper .certificates__img-2 {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 0;
}

.footer_wrapper .certificates__img-3 {
	position: absolute;
	margin: auto;
	right: 100px;
	top: 100px;
	z-index: -1;
}

.footer_wrapper .top-wrap__company {
	background-color: #fafafa;
	width: 100%;
	height: 1525px;
}

.footer_wrapper .about-company__title {
	padding-top: 200px;
	padding-bottom: 50px;
	font-weight: 700;
	font-size: 48px;
	line-height: 65px;
	letter-spacing: 0.02em;
	color: #0f0f3c;
}

.footer_wrapper .title__description {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 137px;
}

.footer_wrapper .title__description1 {
	margin-bottom: 137px;
}

.footer_wrapper h2.title__policy {
	font-size: 1.4em;
	line-height: 1.3em;
	margin: 0.5em auto;
}

.footer_wrapper .description__first p {
	font-weight: 700;
	font-size: 22px;
	line-height: 29px;
	letter-spacing: 0.01em;
	color: #0f0f3c;
	width: 640px;
	height: 145px;
}

.footer_wrapper .description__second p {
	font-size: 19px;
	line-height: 25px;
	letter-spacing: 0.02em;
	color: #0f0f3c;
	width: 487px;
	height: 125px;
	padding-left: 50px;
}

.footer_wrapper .description__policy p {
	font-size: 19px;
	line-height: 25px;
	letter-spacing: 0.02em;
	color: #0f0f3c;
}

.footer_wrapper .indicators {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.footer_wrapper .list-panel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 50px;
	padding-right: 150px;
}

.footer_wrapper .marker {
	display: none;
	width: 9px;
	height: 9px;
	margin-left: 15px;
	margin-right: 15px;
	border-radius: 100%;
	background-color: #0f0f3c;
}

.footer_wrapper .markers {
	display: inline-block;
	width: 9px;
	height: 9px;
	margin-left: 15px;
	margin-right: 15px;
	border-radius: 100%;
	background-color: #0f0f3c;
}

.footer_wrapper .tab.active-tab span {
	display: inline-block;
	width: 9px;
	height: 9px;
	margin-left: 15px;
	margin-right: 15px;
	border-radius: 100%;
}

.footer_wrapper .tab-panel.active-tab span {
	display: inline-block;
	width: 9px;
	height: 9px;
	margin-left: 15px;
	margin-right: 15px;
	border-radius: 100%;
}

.footer_wrapper .list-panel__description {
	font-size: 19px;
	line-height: 25px;
	color: #0f0f3c;
}

.footer_wrapper .list-panel__description p {
	padding: 20px 0 20px 5px;
}

.footer_wrapper .certificates__description {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 200px;
}

.footer_wrapper .certificates__description-first p {
	font-size: 19px;
	line-height: 25px;
	letter-spacing: 0.02em;
	color: #0f0f3c;
	width: 770px;
	height: 225px;
}

.footer_wrapper .certificates__description-second p {
	font-size: 19px;
	line-height: 25px;
	letter-spacing: 0.02em;
	color: #0f0f3c;
	width: 770px;
	height: 125px;
}

.footer_wrapper .weknow {
	font-size: 19px;
	line-height: 25px;
	letter-spacing: 0.02em;
	color: #0f0f3c;
	width: 850px;
	height: 100px;
	padding-top: 50px;
	padding-bottom: 200px;
}

.footer_wrapper .wedo {
	width: 100%;
	height: 630px;
	background-image: url(../img/img/repair-block.png);
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 150px;
}

.footer_wrapper .wedo__wrap {
	width: 100%;
	height: 100%;
	background-color: rgba(15, 15, 60, 0.65);
}

.footer_wrapper .wedo__title {
	font-weight: 700;
	font-size: 48px;
	line-height: 65px;
	letter-spacing: 0.02em;
	color: #fff;
	padding-top: 153px;
	padding-bottom: 34px;
}

.footer_wrapper .wedo__description {
	font-size: 19px;
	line-height: 25px;
	letter-spacing: 0.02em;
	color: #fff;
	padding-bottom: 20px;
	width: 1000px;
}

.footer_wrapper .weguarantee {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 150px;
}

.footer_wrapper .weguarantee__description-title {
	font-weight: 700;
	font-size: 48px;
	line-height: 65px;
	letter-spacing: 0.02em;
	color: #0f0f3c;
	padding-bottom: 34px;
}

.footer_wrapper .weguarantee__description-text {
	font-size: 19px;
	line-height: 25px;
	letter-spacing: 0.02em;
	color: #0f0f3c;
	width: 850px;
	height: 150px;
	margin-right: 100px;
}

.footer_wrapper .top-wrap__contacts {
	background-color: #fff;
	width: 100%;
	height: 100px;
}

.footer_wrapper .vacancy-page {
	width: 100%;
	padding-left: 20px;
}

.footer_wrapper .vacancy-page-title {
	font-weight: 700;
	font-size: 48px;
	line-height: 65px;
	letter-spacing: 0.02em;
	color: #0f0f3c;
	padding-bottom: 37px;
}

.footer_wrapper .vacancy-title-h2 {
	font-weight: 700;
	font-size: 36px;
	line-height: 48px;
	letter-spacing: 0.02em;
	color: #0f0f3c;
	padding-bottom: 37px;
}

.footer_wrapper .vacancy-title-h2 {
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	letter-spacing: 0.02em;
	color: #0f0f3c;
	padding-bottom: 37px;
}

.footer_wrapper .vacancy-container {
	margin-bottom: 60px;
}

.footer_wrapper .contacts-page {
	width: 100%;
	padding-left: 20px;
}

.footer_wrapper .contacts-page__description {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 70px;
}

.footer_wrapper .contacts-page__description-left a {
	display: block;
}

.footer_wrapper .contacts-page__title {
	font-weight: 700;
	font-size: 48px;
	line-height: 65px;
	letter-spacing: 0.02em;
	color: #0f0f3c;
	padding-bottom: 37px;
}

.footer_wrapper .contacts-page__title-company {
	font-weight: 700;
	font-size: 48px;
	line-height: 65px;
	letter-spacing: 0.02em;
	color: #0f0f3c;
}

.footer_wrapper .contacts-page__description-left p {
	font-size: 19px;
	line-height: 25px;
	letter-spacing: 0.02em;
	color: #0f0f3c;
	padding: 7px 0;
}

.footer_wrapper .contacts-page__description-left a {
	font-weight: 700;
	font-size: 19px;
	line-height: 22px;
	letter-spacing: 0.02em;
	color: #0f0f3c;
	padding: 7px 0;
}

.footer_wrapper .contacts-page__description-left a:hover {
	color: #ed356a;
	text-decoration: none;
}

.footer_wrapper .contacts-page__description-right {
	padding-left: 100px;
	padding-top: 20px;
}

.footer_wrapper .requisites {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 28px;
}

.footer_wrapper .contacts-page__title-requisites {
	font-weight: 700;
	font-size: 29px;
	line-height: 34px;
	letter-spacing: 0.02em;
	color: #0f0f3c;
}

.footer_wrapper .requisites-right {
	padding-left: 50px;
}

.footer_wrapper .requisites-left p {
	font-weight: 700;
	font-size: 19px;
	line-height: 22px;
	letter-spacing: 0.02em;
	color: #0f0f3c;
	padding: 7px 0;
}

.footer_wrapper .requisites-right p {
	font-size: 19px;
	line-height: 25px;
	letter-spacing: 0.02em;
	color: #0f0f3c;
	padding: 6px 0;
}

.footer_wrapper .map {
	width: 100%;
	height: 688px;
}

.footer_wrapper .product__line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer_wrapper .product__block {
	width: 530px;
	height: 250px;
	margin: 10px;
	background: #b4b4c2;
	z-index: -1;
	position: relative;
}

.footer_wrapper .product__block-text {
	font-weight: 500;
	font-size: 22px;
	width: 45%;
	line-height: 1.2em;
	letter-spacing: 0.02em;
	color: #fff;
	position: absolute;
}

.footer_wrapper .product__block1-text {
	font-weight: 500;
	font-size: 22px;
	width: 45%;
	line-height: 1.2em;
	letter-spacing: 0.02em;
	color: #fff;
	position: absolute;
}

.footer_wrapper .product__block-img {
	position: absolute;
	bottom: 0;
	right: 0;
}

.footer_wrapper .spaned {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.footer_wrapper .product__block1-img {
	position: absolute;
	-webkit-filter: grayscale(65%) saturate(1.5);
	filter: grayscale(65%) saturate(1.5);
}

.footer_wrapper .product__block1-img {
	position: absolute;
	-webkit-filter: grayscale(65%) saturate(1.5);
	filter: grayscale(65%) saturate(1.5);
}

.footer_wrapper .product__block1crane-img {
	position: absolute;
	-webkit-filter: grayscale(65%) saturate(1.5);
	filter: grayscale(65%) saturate(1.5);
}

.footer_wrapper .product {
	display: block;
	margin: 10px;
	background: #b4b4c2;
	position: relative;
}

.footer_wrapper .description__item {
	max-width: 840px;
}

.footer_wrapper .product__block1 {
	z-index: -1;
}

.footer_wrapper .js-open-modal__product {
	display: block;
	margin: 10px;
	background: #b4b4c2;
	position: relative;
}

.footer_wrapper .owl-carousel .owl-stage-outer::-webkit-scrollbar {
	background-color: #e0e0e0;
	height: 6px;
}

.footer_wrapper input[type=checkbox]:checked + label span {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-left: 15px;
	margin-right: 15px;
	border-radius: 100%;
}

.footer_wrapper .modal__review {
	opacity: 0;
	visibility: hidden;
	width: 85%;
	height: 50vw;
	max-width: 1640px;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 30;
	-webkit-box-shadow: 0 3px 10px -0.5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 10px -0.5px rgba(0, 0, 0, 0.2);
	text-align: left;
	padding: 30px;
	border-radius: 3px;
	background-color: #fff;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}

.footer_wrapper .overlay {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 20;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}

.footer_wrapper .modal__cross {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 20px;
	right: 20px;
	fill: #444;
	cursor: pointer;
}

.footer_wrapper .modal__review.active,
.footer_wrapper .overlay.active {
	opacity: 1;
	visibility: visible;
}

.footer_wrapper .modal__title {
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: 1.7em;
	font-family: Roboto-Medium, sans-serif;
	-webkit-transform: translate(0, -33%);
	transform: translate(0, -33%);
}

.footer_wrapper .popup__title {
	font-size: 1.7em;
	font-family: Roboto-Medium, sans-serif;
}

.footer_wrapper .iframe__review {
	height: 100%;
	padding: 10px;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.footer_wrapper .modal__bottom__kp {
	display: none;
	width: 85%;
	height: 85%;
	max-width: 643px;
	max-height: 750px;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 30;
	-webkit-box-shadow: 0 3px 10px -0.5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 10px -0.5px rgba(0, 0, 0, 0.2);
	padding: 30px;
	border-radius: 3px;
	background-color: #fff;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}

.footer_wrapper .modal__product__kp {
	display: none;
	width: 85%;
	height: 85%;
	max-width: 643px;
	max-height: 750px;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 30;
	-webkit-box-shadow: 0 3px 10px -0.5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 10px -0.5px rgba(0, 0, 0, 0.2);
	padding: 30px;
	border-radius: 3px;
	background-color: #fff;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}

.footer_wrapper #close__kp {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 30px;
	right: 30px;
	fill: #444;
	cursor: pointer;
	z-index: 30;
}

.footer_wrapper .modal__bottom__kp.active {
	display: block;
}

.footer_wrapper .modal__product__kp.active {
	display: block;
}

.footer_wrapper .iframe__kp {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow-y: scroll;
	scrollbar-width: none;
}

.footer_wrapper .iframe__kp::-webkit-scrollbar {
	display: none;
}

.footer_wrapper .cookie__button {
	border-radius: 1px;
	cursor: pointer;
	min-width: 120px;
	background: #ED356A;
	color: white;
	font-family: inherit;
	padding: 10px 20px;
	vertical-align: middle;
	font-size: 1rem;
}

.footer_wrapper .cookie__button:hover {
	background: #8e193c;
}

.footer_wrapper .cookie__button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

.footer_wrapper .cookie {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 25%;
	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;
	background: white;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	z-index: 10000000000;
	padding: 10px;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}

.footer_wrapper .cookie__acception {
	font-family: Roboto-Medium, sans-serif;
}

.footer_wrapper #whatsapp__link {
	margin-left: 20px;
}

.footer_wrapper .footer-right-info {
	visibility: hidden;
}

.footer_wrapper .title-img {
	margin-bottom: 50px;
	max-width: 50%;
}

.footer_wrapper button.cl-btn-2:active,
.footer_wrapper button.cl-btn-2:focus {
	outline: none !important;
	border: none !important;
}

.footer_wrapper button.cl-btn-2::-moz-focus-inner {
	border: 0 !important;
}

.footer_wrapper .navigation {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-box;
}

.footer_wrapper .navi-0,
.footer_wrapper .navi-1,
.footer_wrapper .navi-2,
.footer_wrapper .navi-3,
.footer_wrapper .navi-stands {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 70%;
	margin: 10px auto;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-pack: justify;
}

.footer_wrapper .navi-1 {
	margin-bottom: 50px;
}

.footer_wrapper button.owl-prev,
.footer_wrapper button.owl-next {
	background: none;
}

.footer_wrapper .dooots-0,
.footer_wrapper .dooots-1,
.footer_wrapper .dooots-2,
.footer_wrapper .dooots-3,
.footer_wrapper .dooots-stands {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 20px;
}

.footer_wrapper button.owl-dot {
	width: 10px;
	height: 10px;
	margin: auto 0.9vw;
	border-radius: 50%;
	-webkit-transform: translate(0, 4%);
	transform: translate(0, 4%);
	background: #cbcbcb;
}

.footer_wrapper button.owl-dot.active {
	background: #ed356a;
}

.footer_wrapper button.owl-prev .prev__slide,
.footer_wrapper button.owl-next .next__slide > svg:hover {
	stroke: #0F0F3C;
}

.footer_wrapper button.owl-prev .prev__slide,
.footer_wrapper button.owl-next .next__slide > svg:focus {
	stroke: #0F0F3C;
}

.footer_wrapper button.owl-prev .prev__slide,
.footer_wrapper button.owl-next .next__slide > svg:active {
	stroke: #0F0F3C;
}

.footer_wrapper button.owl-prev .prev__slide,
.footer_wrapper button.owl-next .next__slide svg {
	stroke: #CBCBCB;
}

.footer_wrapper .modal-backdrop {
	z-index: 20 !important;
}

.footer_wrapper .grecaptcha-badge {
	visibility: hidden;
}

.footer_wrapper .up {
	left: 0;
	bottom: 20px;
	padding: 15px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	display: none;
	position: fixed;
	z-index: 150;
}

.footer_wrapper .mm_button__search:active,
.footer_wrapper .mm_button__search {
	outline: none;
}

.footer_wrapper .mm_button__search:-moz-focus-inner {
	border: 0;
}

.footer_wrapper .mm_search {
	display: none;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 75px 0 20px auto;
	width: 100%;
}

.footer_wrapper .mm_search__input {
	max-width: 80%;
	border-bottom: 3px solid #8a8ca2;
	border-radius: 2px;
	background-color: #e9ecf1;
}

.footer_wrapper .search__icon {
	max-width: 27px;
	height: auto;
}

.footer_wrapper .owl-carousel .owl-stage-outer::-webkit-scrollbar-thumb {
	background-color: #ed356a;
	height: 6px;
}

.footer_wrapper .owl-carousel .owl-stage-outer {
	overflow-y: none;
	overflow-x: scroll;
}

.footer_wrapper .description {
	margin-bottom: 100px;
}

.footer_wrapper .description > img {
	max-width: 800px;
	max-height: 550px;
	padding-left: 20px;
	min-width: 290px;
}

.footer_wrapper .title-img > img {
	max-width: 100%;
}

.footer_wrapper .contacts-page__title {
	margin-top: 150px;
}

.footer_wrapper .location {
	padding: 0 4em;
	position: relative;
	z-index: 5;
}

.footer_wrapper .location__wrap {
	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;
}

.footer_wrapper .location__label {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	margin-left: 8px;
	cursor: pointer;
}

.footer_wrapper .location--on-white .location__label,
.footer_wrapper .lock .location__label {
	color: #ED356A;
}

.footer_wrapper .location__popup {
	background-color: #fff;
	padding: 18px 32px;
	text-align: center;
	position: absolute;
	top: 50px;
	z-index: 10;
	display: none;
	width: 256px;
	left: 50%;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
}

.footer_wrapper .location--on-white .location__popup {
	border: 1px solid #5B5B5B;
}

.footer_wrapper .location__popup-title {
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 16px;
}

.footer_wrapper .location__popup-title span {
	font-weight: 700;
	margin-left: 0.25em;
	text-transform: uppercase;
	color: #ED356A;
}

.footer_wrapper .location__btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 4px 8px;
	margin: 0;
	outline: 0;
	background: none;
	width: 80px;
	border: 1px solid #5B5B5B;
	color: #5B5B5B;
	font-size: 14px;
	line-height: 16px;
}

.footer_wrapper .location__btn + .location__btn {
	margin-left: 0.5em;
}

.footer_wrapper .location__btn-primary {
	border-color: #ed356a;
	color: #ed356a;
}

.footer_wrapper .location__popup-close {
	position: absolute;
	right: 8px;
	top: 7px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	outline: none;
	border: none;
	height: 10px;
	line-height: 10px;
}

.footer_wrapper .location-select {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	background-color: #fff;
	z-index: 20;
	padding: 50px 33px;
	display: none;
	max-height: 100vh;
	overflow: auto;
	-webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.footer_wrapper .location-select__close {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	padding: 0;
	outline: none;
	width: 36px;
	height: 36px;
	text-align: center;
	border: 1px solid #ED356A;
	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;
	position: absolute;
	right: 15px;
	top: 15px;
}

.footer_wrapper .location-select__title {
	font-size: 22px;
	font-weight: bold;
	color: #000;
	margin-bottom: 26px;
}

.footer_wrapper .location-select__input {
	border: 1px solid #ED356A;
	padding: 12px 15px;
	color: #ED356A;
	font-size: 20px;
	font-weight: 300;
	line-height: 24px;
	width: 384px;
}

.footer_wrapper .location-select__input::-webkit-placeholder {
	color: #ED356A;
}

.footer_wrapper .location-select__input::-webkit-input-placeholder {
	color: #ED356A;
}

.footer_wrapper .location-select__input::-moz-placeholder {
	color: #ED356A;
}

.footer_wrapper .location-select__input:-ms-input-placeholder {
	color: #ED356A;
}

.footer_wrapper .location-select__input::-ms-input-placeholder {
	color: #ED356A;
}

.footer_wrapper .location-select__input::-webkit-input-placeholder {
	color: #ED356A;
}

.footer_wrapper .location-select__input:-ms-input-placeholder {
	color: #ED356A;
}

.footer_wrapper .location-select__input::placeholder {
	color: #ED356A;
}

.footer_wrapper .location-select__control {
	margin-bottom: 26px;
}

.footer_wrapper .location-select__list {
	margin-bottom: 0;
}

.footer_wrapper .location-select__item {
	font-weight: 300;
	font-size: 20px;
	line-height: 24px;
	color: #000;
	cursor: pointer;
}

.footer_wrapper .location-select__item:hover {
	color: #ed356a;
}

.footer_wrapper .location-select__item + .location-select__item {
	margin-top: 26px;
}

.footer_wrapper .location-select__item-active {
	color: #ed356a;
	font-weight: 500;
}

.footer_wrapper .location-select__item-active::before {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg width='13' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.5 7.5l5 7.5 7-14.5' stroke='%23ED356A'/%3E%3C/svg%3E");
	display: inline-block;
	height: 17px;
	width: 13px;
	margin-right: 4px;
}

.footer_wrapper .blog-list {
	padding: 0 20px;
	margin: 2em 0;
}

.footer_wrapper .blog-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer_wrapper .blog-item + .blog-item {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ebebeb;
}

.footer_wrapper .blog-item__image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 200px;
	flex: 0 0 200px;
}

.footer_wrapper .blog-item__image img {
	width: 200px;
	height: 130px;
	-o-object-fit: cover;
	object-fit: cover;
}

.footer_wrapper .blog-item__content {
	margin-left: 20px;
}

.footer_wrapper .blog-item__title {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 12px;
}

.footer_wrapper .pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 20px;
	margin: 12px 0;
}

.footer_wrapper .justify-content-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer_wrapper .post__image,
.footer_wrapper .post__content {
	padding: 0 20px;
	margin: 0 0 12px;
	line-height: 1.4;
}

.footer_wrapper .post__content h1,
.footer_wrapper .post__content h2,
.footer_wrapper .post__content h3,
.footer_wrapper .post__content h4,
.footer_wrapper .post__content h5,
.footer_wrapper .post__content h6 {
	margin-bottom: 0.5rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}

.footer_wrapper .post__content h1 {
	font-size: 2.5rem;
}

.footer_wrapper .post__content h2 {
	font-size: 2rem;
}

.footer_wrapper .post__content h3 {
	font-size: 1.75rem;
}

.footer_wrapper .post__content h4 {
	font-size: 1.5rem;
}

.footer_wrapper .post__content h5 {
	font-size: 1.25rem;
}

.footer_wrapper .post__content h6 {
	font-size: 1rem;
}

.footer_wrapper .post__image img {
	max-width: 100%;
	height: auto;
}

.footer_wrapper .links-blog {
	padding-top: 20px;
	padding-bottom: 0px;
}

.footer_wrapper .page-404 {
	padding: 100px 20px;
	text-align: center;
	max-width: 520px;
	margin: 0 auto;
}

.footer_wrapper .page-404__title {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 14px;
}

.footer_wrapper .block--to {
	width: 140px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	text-align: center;
	font-size: 26px !important;
	font-weight: bold;
}

.footer_wrapper .block--to .block__wrap {
	background-color: #ed356a;
}

.footer_wrapper .block--to .block__wrap:hover {
	background-color: rgba(15, 15, 60, 0.75);
}

.footer_wrapper .block--to .block__description {
	width: 140px;
	line-height: 100px;
}

.footer_wrapper ul + .first-column__title {
	margin-top: 1rem;
}
*/
