/*Common Styles*/

@font-face {
	font-family: "Forum";
	src: url(../fonts/Forum-Regular.woff2) format("woff2"),
		url(../fonts/Forum-Regular.woff) format("woff"),
		url(../fonts/Forum-Regular.ttf) format("truetype");
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: "Manrope";
	src: url(../fonts/Manrope-Regular.woff2) format("woff2"),
		url(../fonts/Manrope-Regular.woff) format("woff"),
		url(../fonts/Manrope-Regular.ttf) format("truetype");
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: "Manrope";
	src: url(../fonts/Manrope-Medium.woff2) format("woff2"),
		url(../fonts/Manrope-Medium.woff) format("woff"),
		url(../fonts/Manrope-Medium.ttf) format("truetype");
	font-weight: 500;
	font-display: swap;
}

@font-face {
	font-family: "Manrope";
	src: url(../fonts/Manrope-Light.woff2) format("woff2"),
		url(../fonts/Manrope-Light.woff) format("woff"),
		url(../fonts/Manrope-Light.ttf) format("truetype");
	font-weight: 300;
	font-display: swap;
}

@font-face {
	font-family: "Manrope";
	src: url(../fonts/Manrope-Bold.woff2) format("woff2"),
		url(../fonts/MManrope-Bold.woff) format("woff"),
		url(../fonts/Manrope-Bold.ttf) format("truetype");
	font-weight: 700;
	font-display: swap;
}

html {
	overflow-x: hidden;
	scroll-padding: 120px;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.55;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

:-moz-placeholder {
	color: inherit;
	opacity: 0.55;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

::-moz-placeholder {
	color: inherit;
	opacity: 0.55;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

:-ms-input-placeholder {
	color: inherit;
	opacity: 0.55;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

:focus::-webkit-input-placeholder {
	opacity: 0
}

:focus:-moz-placeholder {
	opacity: 0
}

:focus::-moz-placeholder {
	opacity: 0
}

:focus:-ms-input-placeholder {
	opacity: 0
}

blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
p,
pre,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0
}

textarea {
	resize: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

table.blockTable,
table.blockTable tbody {
	display: block;
}

abbr,
fieldset,
img {
	border: 0
}

address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: 400
}

ul li {
	list-style: none;
	color: inherit
}

.formatted ul li {
	margin-bottom: 10px;
}

/*.formatted ul li::before {
	content: "âœ…";
	padding-right: 5px;
}*/

caption,
th {
	text-align: left
}

input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
	display: block
}

img,
video {
	max-width: 100%;
	height: auto;
	display: block;
}

footer,
header,
section {
	min-width: 320px;
}

.scrollTop,
.scrollto,
a,
button,
svg {
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

a,
a:active,
a:focus,
a:hover,
button,
button:active,
button:focus,
button:hover,
input,
input:active,
input:focus,
textarea,
textarea:active,
textarea:focus {
	text-decoration: none;
	outline: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent
}

.container {
	position: relative;
}

a {
	color: inherit
}

:after,
:before,
a,
button,
div,
footer,
form,
header,
input,
li,
nav,
p,
section,
ul {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

input:not([type=checkbox]):not([type=radio]),
select,
textarea {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important
}

input:invalid {
	-webkit-box-shadow: none;
	box-shadow: none
}

button {
	border: none
}

@-webkit-keyframes autofill {
	to {
		color: inherit;
		background: #fff;
	}
}

input:-webkit-autofill {
	-webkit-animation-name: autofill;
	-webkit-animation-fill-mode: both;
}

textarea.form-control {
	min-height: 82px;
	line-height: 1.2em;
	padding-top: 20px;
	padding-bottom: 20px;
}

body {
	min-width: 320px;
	position: relative;
	opacity: 1;
	margin: 0;
	padding: 0;
	font-family: 'Manrope', sans-serif;
	font-weight: 300;
	color: #252525;
	background: #fff;
	-webkit-transition: background 1s ease;
	transition: background 1s ease;
	line-height: 1.3em;
	border: 0;
	font-size: 16px;
	vertical-align: baseline;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
	overflow: hidden;
}

#dle-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

a,
a:hover {
	text-decoration: none
}

p {
	line-height: 1.45em;
	font-size: 18px;
}

section {
	position: relative;
	padding: 30px 0 30px 0;
}

h1,
h2,
h3,
h4 {
	font-family: "Forum";
	font-weight: 700;
	line-height: 1.25em;
}

h1 {
	font-size: 40px;
}

section h1 {
	margin-bottom: 40px;
}

h2,
.section-heading {
	font-size: 40px;
	margin-bottom: 40px;
	font-family: "Forum";
	font-weight: 700;
	line-height: 1.25em;
	position: relative;
	text-align: center;
}

h3,
.section-subtitle {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25em;
}

.button {
	border: none;
	outline: none;
	cursor: pointer;
	font-family: "Manrope";
	font-weight: 500;
	text-transform: uppercase;
	background: none;
	font-size: 17px;
	letter-spacing: 0.04em;
	color: #fff;
	width: 211px;
	background: #2E9E71;
	border-radius: 2px;
	line-height: 55px;
	text-align: center;
	display: inline-block;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	position: relative;
	left: 0;
}

.button:hover {
	background: #237A57;
}

.button_more:hover {
	background: #237A57;
	border-color: #237A57;
	color: #ffffff;
}

.button-accent:hover {
	background: #237A57;
	color: #ffffff;
}

.button:active,
.button:focus,
input:active,
input:focus,
textarea:active,
textarea:focus {
	outline: none;
	-webkit-box-shadow: 0px 2px 5px rgba(29, 28, 26, 0.11);
	box-shadow: 0px 2px 5px rgba(29, 28, 26, 0.11);
}

.background-cover {
	position: fixed;
	z-index: 4;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	background-color: rgba(240, 242, 251, 0.79);
	display: none;
}

::-webkit-scrollbar,
::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 2px;
	height: 2px;
	border-radius: 4px;
	background-color: #EAEAEA
}

::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb {
	border-radius: 2px;
	background: #2E9E71;
	-webkit-box-shadow: 0 0 2px #EAEAEA
}


input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

.close-btn,
.remodal-close {
	position: absolute;
	width: 54px;
	height: 54px;
	z-index: 10;
	outline: none;
	border: none;
	cursor: pointer;
	background: url(../img/icons-kit/close.svg) no-repeat center center/20px 20px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: transparent;
	border-radius: 50%;
}

.close-btn,
.remodal-close {
	top: 20px;
	right: 20px;
}

.close-btn {
	top: 75px;
	right: 2px;
}

.popup .close-btn {
	position: absolute;
	right: 20px;
	top: 20px;
	padding: 0;
	margin-top: 0;
	z-index: 2;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	-webkit-box-shadow: 13.4px 6.8px 29px rgba(186, 188, 202, 0.3);
	box-shadow: 13.4px 6.8px 29px rgba(186, 188, 202, 0.3);
	background: white url(../img/icons-kit/close.svg) no-repeat center center/19px 19px;
}

.popup .close-btn:hover {
	background: white url(../img/icons-kit/close.svg) no-repeat center center/19px 19px;
}

.container {
	max-width: 1230px;
	padding: 0 15px;
	width: 100%;
	margin: 0 auto;
}

.d-flex {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.d-none {
	display: none;
}

.d-block {
	display: block;
}

.d-inline-block {
	display: inline-block
}

.flex-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.header {
	position: relative;
	z-index: 4;
}

.top-bar {
	padding: 22px 0 22px;
	position: absolute;
	width: 100%;
	top: 0;
	background: #fff;
	z-index: 222;
}

.top-bar.sticky {
	border-bottom: 1px solid #fafaff;
	position: fixed;
	-webkit-box-shadow: 0px 0px 15px 5px rgb(14 14 14 / 5%);
	box-shadow: 0px 0px 15px 5px rgb(14 14 14 / 5%);
}

.top-bar .container,
.nav-bar .container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.top-bar .container {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tel {
	font-weight: 400;
	font-size: 20px;
	color: #2E9E71;
	display: inline-block;
}

.tel-block {
	text-align: right;
}

.tel-block > span {
	display: block;
	font-size: 16px;
	color: #7B8287;
	display: none;
}

.top-bar .tel {
	font-size: 20px;
	font-weight: 300;
	font-style: normal;
	line-height: 1em;
	color: #252525;
}

.tel-button {
	line-height: 50px;
	color: #252525;
	font-size: 20px;
	font-style: normal;
	font-weight: 700 !important;
	font-size: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 50px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	line-height: 50px;
	padding-left: 8px;
}

.tel-icon {
	width: 38px;
	height: 38px;
	display: inline-block;
	border-radius: 50%;
	background: url(../img/icons-kit/call-icon-new.svg) no-repeat center/contain;
	position: relative;
	-webkit-animation: link-rotate-anim 2.5s infinite ease-in-out;
	animation: link-rotate-anim 2.5s infinite ease-in-out;
}

.tel-icon:after {
	content: "";
	-webkit-transform-origin: 50% 50% !important;
	transform-origin: 50% 50% !important;
	width: 47px;
	height: 47px;
	top: -6px;
	left: -6px;
	position: absolute;
	background-color: transparent;
	border-radius: 100%;
	border: 2px solid #2E9E71;
	opacity: 0.1 !important;
	-webkit-animation: circle-anim 2s infinite ease-in-out;
	animation: circle-anim 2s infinite ease-in-out;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	display: none;
}

@-webkit-keyframes circle-anim {
	0% {
		-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
		transform: rotate(0deg) scale(0.5) skew(1deg);
		opacity: 0.1;
	}

	30% {
		-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
		transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: 0.5;
	}

	100% {
		-webkit-transform: rotate(0deg) scale(1) skew(1deg);
		transform: rotate(0deg) scale(1) skew(1deg);
		opacity: 0.1;
	}
}

@keyframes circle-anim {
	0% {
		-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
		transform: rotate(0deg) scale(0.5) skew(1deg);
		opacity: 0.1;
	}

	30% {
		-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
		transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: 0.5;
	}

	100% {
		-webkit-transform: rotate(0deg) scale(1) skew(1deg);
		transform: rotate(0deg) scale(1) skew(1deg);
		opacity: 0.1;
	}
}

@-webkit-keyframes link-rotate-anim {
	0% {
		-webkit-transform: rotate(0deg) scale(1) skew(1deg);
		transform: rotate(0deg) scale(1) skew(1deg);
	}

	10% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
		transform: rotate(-25deg) scale(1) skew(1deg);
	}

	20% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
		transform: rotate(25deg) scale(1) skew(1deg);
	}

	30% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
		transform: rotate(-25deg) scale(1) skew(1deg);
	}

	40% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
		transform: rotate(25deg) scale(1) skew(1deg);
	}

	100%,
	50% {
		-webkit-transform: rotate(0deg) scale(1) skew(1deg);
		transform: rotate(0deg) scale(1) skew(1deg);
	}
}

@keyframes link-rotate-anim {
	0% {
		-webkit-transform: rotate(0deg) scale(1) skew(1deg);
		transform: rotate(0deg) scale(1) skew(1deg);
	}

	10% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
		transform: rotate(-25deg) scale(1) skew(1deg);
	}

	20% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
		transform: rotate(25deg) scale(1) skew(1deg);
	}

	30% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
		transform: rotate(-25deg) scale(1) skew(1deg);
	}

	40% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
		transform: rotate(25deg) scale(1) skew(1deg);
	}

	100%,
	50% {
		-webkit-transform: rotate(0deg) scale(1) skew(1deg);
		transform: rotate(0deg) scale(1) skew(1deg);
	}
}

.socials {
	gap: 8px;
	margin-left: auto;
	margin-right: 20px;
}

.top-bar .socials {
	margin-right: 0px;
}

.top-bar .nav-bar {
	margin: 0 auto;
}

.socials-icon {
	width: 38px;
	height: 38px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.socials-icon img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.logo {
	display: inline-block;
	width: 255px;
	height: 54px;
	margin-right: 10px;
	background: url(../img/icons-kit/logo-new.png) no-repeat center center/contain;
}

.top-bar .logo {
	width: 255px;
	height: 54px;
	background: url(../img/icons-kit/logo-new.png) no-repeat center center/contain;
}

.nav {
	background-color: #fff;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	z-index: 8;
	padding-bottom: 30px;
	padding-top: 94px;
}

.nav.fix {
	-webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06);
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06);
}

.nav.is-hidden {
	max-height: 64px;
}

.nav.is-hidden .top-bar {
	visibility: hidden;
	-webkit-animation: .4s linear forwards hidden;
	animation: .4s linear forwards hidden;
}

.nav.is-show .nav-bar {
	visibility: visible;
	-webkit-animation: .4s linear forwards show;
	animation: .4s linear forwards show;
}

.search__input:after {
	background: #7B8287;
}

.sort-form {
	position: relative;
}

.sort-form.to-show {
	position: relative;
}

.sort-form.to-show:after {
	width: 0;
	height: 0px;
	border: 5px solid transparent;
	border-bottom: none;
	border-top-color: #cccccc;
	content: '';
	display: inline-block;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	position: absolute;
	top: 22px;
	right: 20px;
	z-index: 2;
}

.sort-form .search__input:focus {
	position: relative;
	z-index: 1;
}

.sort-form .search__list {
	overflow-y: auto;
	overflow-x: hidden;
	display: none;
	text-align: left;
	width: 100%;
	left: 0;
	top: 51px;
	z-index: 1;
	background: #FAFBFB;
	-webkit-box-shadow: 0px 20px 50px rgba(29, 28, 26, 0.11);
	box-shadow: 0px 20px 50px rgba(29, 28, 26, 0.11);
	border-radius: 5px;
	max-height: 542px;
	position: absolute;
	padding: 18px 30px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-animation: .3s linear forwards show;
	animation: .3s linear forwards show;
	scrollbar-color: #2E9E71 #ccc;
	scrollbar-width: thin;
}

.sort-form .search__list::-webkit-scrollbar {
	width: 2px;
}

.sort-form .search__list::-webkit-scrollbar-track {
	background-color: #ccc;
	border-radius: 2px;
}

.sort-form .search__list::-webkit-scrollbar-thumb {
	background: #2E9E71;
	border-radius: 2px;
}

.sort-form .search__list ul {
	overflow: visible;
	max-height: none;
}

.sort-form .search__list li {
	-webkit-animation: .4s linear forwards show;
	animation: .4s linear forwards show;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	margin-bottom: 10px;
	color: #7B8287;
}

.sort-form .search__list li:hover {
	color: #2E9E71;
}

.sort-form .search__input {
	position: relative;
	color: #252525;
}

.nav .search {
	width: 100%;
	height: 45px;
	top: 4px;
	text-align: center;
	position: relative;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	display: none;
}

.mobile-search .search {
	width: 100%;
	height: 35px;
	max-width: 233px;
	text-align: center;
	position: relative;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.nav .search__list,
.mobile-search .search__list {
	z-index: 9;
	background: #FAFBFB;
	-webkit-box-shadow: 0px 20px 50px rgba(29, 28, 26, 0.11);
	box-shadow: 0px 20px 50px rgba(29, 28, 26, 0.11);
	border-radius: 5px;
}

.nav .search__input,
.mobile-search .search__input {
	font-size: 16px;
	border-radius: 5px;
	background: transparent;
	width: 0%;
	height: 100%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 2;
	caret-color: #7B8287;
	color: #7B8287
}

.nav .search__input {
	border-radius: 12px;
}

.nav .search__input.valid,
.mobile-search .search__input.valid {
	border: 1px solid #7B8287;
	color: #252525;
}

.search-control {
	display: block;
	cursor: pointer;
	margin-left: auto;
	width: 16.5px;
	height: 16.5px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	background: url(../img/icons-kit/search-icon.svg) no-repeat center/contain;
	position: absolute;
	right: 16px;
	top: 14px;
	z-index: 10
}

.nav .search.is-turn,
.mobile-search .search.is-turn {
	visibility: visible;
}

.nav .search.is-turn .search__input,
.mobile-search .search.is-turn .search__input {
	background: #fff;
	width: 100%;
	padding-left: 13px;
	-webkit-transition: all .3s 0.05s ease;
	transition: all .3s 0.05s ease;
	border: 1px solid #E2E6EB;
}

.nav .search.is-turn .search__input {
	padding-left: 16px;
}

ul#menu {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-preferred-size: 915px;
	flex-basis: 915px;
	position: relative;
	gap: 40px;
	z-index: 2;
}

ul#menu > li {
	height: 50px;
	line-height: 50px;
}

ul#menu > li > a {
	padding-right: 5px;
	color: #252525;
	font-size: 18px;
	font-weight: 500;
	background: none;
}

.menu-item_repair {
	border-radius: 5px;
	text-align: center;
}

.menu-item-has-children:after {
	width: 0;
	height: 0px;
	border: 4px solid transparent;
	border-bottom: none;
	border-top-color: #7B8287;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: absolute;
	right: -10px;
	top: 23px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

ul#menu .menu-item-has-children {
	position: relative;
}

ul#menu .menu-item-has-children:first-child > ul > li > a,
ul#menu .menu-item-has-children:nth-child(2) > ul > li > a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

ul#menu .menu-item-has-children:first-child > ul > li > a span {
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	margin-right: 20px;
	background-color: #252525;
	display: none;
}

ul#menu .menu-item-has-children:nth-child(2) {
	position: static;
}

ul#menu .menu-item-has-children:nth-child(2) > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	padding: 30px 40px;
}

ul#menu .menu-item-has-children:nth-child(2) > ul li {
	padding-left: 0;
}

ul#menu .menu-item-has-children:hover:after {
	border-top-color: #252525;
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1);
}

/* Sub Menu */
ul#menu ul {
	padding: 0;
	position: absolute;
	min-width: 300px;
	top: 100%;
	opacity: 0;
	visibility: hidden;
	filter: alpha(opacity=0);
	-webkit-transition: opacity .3s ease,
		width .5s ease,
		padding .5s ease;
	transition: opacity .3s ease,
		width .5s ease,
		padding .5s ease;
}

ul#menu .sub-menu {
	left: 0;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 20px 50px rgba(29, 28, 26, 0.11);
	box-shadow: 0px 20px 50px rgba(29, 28, 26, 0.11);
	border-radius: 12px;
}

ul#menu .sub-menu > li {
	padding-left: 34px;
}

ul#menu .parent-submenu {
	width: 320px;
}

ul#menu .parent-submenu:after {
	left: 318px;
	background-color: #E2E6EB;
}

ul#menu .parent-submenu > li:last-child {
	margin-bottom: 10px;
}

ul#menu .parent-submenu > li:first-child {
	margin-top: 10px;
}

ul#menu .parent-submenu > li:hover a:after {
	opacity: 1;
}

ul#menu .parent-submenu:after,
ul#menu .parent-submenu > li > a:after {
	content: "";
	position: absolute;
	display: block;
	height: 100%;
	top: 0;
	width: 2px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 0;
}

ul#menu .parent-submenu > li > a {
	position: relative;
	width: 286px;
}

ul#menu .parent-submenu > li > a:after {
	background-color: #2E9E71;
	z-index: 2;
	right: 0;
}

ul#menu .parent-submenu:hover {
	/*	width: 940px;*/
}

ul#menu .parent-submenu:hover:after {
	opacity: 1;
}

/* Third level sub menu*/
ul#menu ul ul {
	position: absolute;
	top: 0;
	left: 320px;
	width: 640px;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 20px 50px rgba(29, 28, 26, 0.11);
	box-shadow: 0px 20px 50px rgba(29, 28, 26, 0.11);
	border-radius: 0px 12px 12px 12px;
	padding: 10px 25px;
	display: grid;
	grid-template-columns: 1fr 1fr 100px;
	grid-auto-flow: row;
	display: none;
}

.inner-submenu {
	text-align: left;
	font-size: 16px;
	margin-bottom: 15px;
	margin-right: 20px;
}

.inner-submenu-title {
	color: #252525;
	line-height: 20px;
	padding: 10px 0;
}

.inner-submenu-title > a {
	padding: 0;
}

.inner-submenu > a {
	font-weight: 300;
	font-size: 14px;
	line-height: 28px;
	cursor: pointer;
	color: #7B8287;
	display: block;
	padding: 0;
}

.inner-submenu > a:hover {
	color: #252525;
}

.menu-brands {
	grid-column-start: 3;
	grid-row-start: 1;
	grid-row-end: 10;
}

.menu-brands-pic {
	width: 100px;
	position: relative;
	height: 60px;
	border: 1px solid #E2E6EB;
	margin-bottom: 4px;
	display: block;
	padding: 12px 15px;
	border-radius: 5px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.menu-brands-pic:hover {
	border: 1px solid #2E9E71;
}

.menu-brands-pic img {
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
	height: 100%;
	-o-object-position: center;
	object-position: center;
}

ul#menu ul ul li {
	padding-left: 34px;
	margin-bottom: 10px;
}

ul#menu ul li {
	padding: 0;
	display: block;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .2s ease;
	transition: height .2s ease;
}

ul#menu li:hover > ul {
	opacity: 1;
	filter: alpha(opacity=100);
	/*	padding: 20px 0 0;*/
	visibility: visible;
}

ul#menu li:hover > ul li {
	height: 40px;
	width: 320px;
	overflow: visible;
}

ul#menu .menu-item_workshop > .sub-menu {
	min-width: 200px;
	padding-bottom: 10px;
}

ul#menu .menu-item_workshop > .sub-menu > li {
	width: 200px;
}

/* Sub Menu Anchor links */
ul#menu ul li > a {
	height: 40px;
	line-height: 40px;
	margin: 0;
	white-space: nowrap;
	font-size: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-weight: 500;
}

ul#menu li:hover > a {
	color: #252525;
}

ul.sub-menu li:hover > a span {
	background: #2E9E71;
}

ul.sub-menu > li:hover {
	background: #fafaff;
}

.nav-bar .menu {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


@-webkit-keyframes show {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes show {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.invisible {
	opacity: 0;
	position: absolute;
}

.show {
	-webkit-animation: .4s linear forwards show;
	animation: .4s linear forwards show;
	position: relative;
}

.reasons-header {
	max-width: 100%;
	height: 154px;
	background: #F9F9F9;
	border-radius: 12px;
	padding: 40px 50px;
	position: relative;
}

.reasons-header:after {
	content: "";
	display: block;
	position: absolute;
	background: url(../img/umedia-icon.svg) no-repeat center/contain;
	width: 171px;
	height: 114px;
	right: 50px;
	bottom: 0;
}

.section-heading span {
	font-size: 30px;
	color: #2E9E71;
}

.reasons-header {
	margin-bottom: 25px;
}

.reasons-header .section-desc {
	font-size: 18px;
	margin-top: -15px;
	line-height: 1.3em;
}

/*Order*/
.order-content {
	background: #042D72 url(/templates/Umedia/img/contacts-cta-pic5.png) no-repeat right 15px center;
	max-width: 100%;
	padding: 55px 70px;
	color: #fff;

}

.order-title {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.25em;
	text-align: left;
}

.order-title span {
	font-style: normal;
	display: block;
	color: #FFA600;
	font-size: 36px;
}

.order-form {
	margin-top: 40px;
}

.form__input {
	max-width: 476px;
	width: 100%;
	position: relative;
	margin: 0 15px 20px 0;
}

.form__wrap .form__input {
	max-width: 227px;
}

.form-control {
	border: none;
	max-width: 100%;
	height: 60px;
	background: #fff;
	width: 100%;
	line-height: 30px;
	padding: 15px 16px;
	font-size: 16px;
	color: #252525;
	font-weight: 400;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.form__input label {
	position: relative;
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 10px;
	color: #252525;
	width: 185px;
	text-align: left;
	text-transform: none;
	display: block;
}

.form-control.error {
	color: rgba(237, 53, 53, 0.77);
}

.form__input label.error {
	text-align: left;
	color: #ED3535;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	display: block;
	position: absolute;
	width: auto;
	max-width: 100%;
	bottom: -25px;
}

.form__input {
	width: 100%;
}

.form .sort-form .search__list {
	padding-left: 20px;
}

.form .sort-form.to-show:after {
	border-top-color: #7B8287;
	top: 28px;
}

.form__button {
	margin-top: 30px;
	max-width: 180px;
	width: 100%;
}

.form__button:hover {
	left: 0;
	-webkit-box-shadow: 0px 4px 5px rgb(56 98 250 / 15%);
	box-shadow: 0px 4px 15px rgb(56 98 250 / 15%);
}

.form-tip {
	font-size: 14px;
	line-height: 140%;
	max-width: 300px;
	margin-top: 50px;
	bottom: 48px;
	color: rgba(255, 255, 255, 0.5);
}

.form__addbtn {
	cursor: pointer;
}

order .form textarea {
	min-height: 82px;
}

.button_more {
	margin: 30px auto 0;
	display: block;
	color: #888888;
	background: transparent;
	border: 1px solid #888888;
	width: 100%;
	max-width: 300px;
}

.model .repairs-item_model {
	margin-bottom: 50px;
}

.repairs .repairs-list {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.repairs-item_model .repairs-column p {
	margin-bottom: 26px;
}

.repairs-text a {
	color: #139BE7
}

.repairs-item_model .repairs-row {
	padding: 0;
}

.repairs-item_model .repairs-pic {
	height: 100%;
	margin-bottom: 0;
}

.repairs-item_model .repairs-left {
	background-position: left 14px;
	background-repeat: no-repeat;
	padding-left: 28px;
	background-size: 18px;
	width: 50%;
}

.repairs-item_model .mapcard__tel {
	margin: 0;
}

.repairs-item_model .mapcard__open {
	margin: 20px 0;
}

.adress-wrap {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: flex-end;
}

.model-wrap {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.model-item {
	width: calc(25% - 16px);
	margin-right: 16px;
	margin-top: 17px;
}

.model-pic {
	max-width: 217px;
	height: 199px;
	width: 100%;
	border: 1px solid #E2E6EB;
	overflow: hidden;
	border-radius: 12px;
	background-position: center;
	background-repeat: no-repeat;
}

.model-text {
	margin-top: 15px;
	font-size: 18px;
	line-height: 1.45em;
}

.adress {
	padding-bottom: 30px;
}

.adress .mapcard__map {
	min-height: 363px;
	margin-bottom: 0;
}

.footer {
	position: relative;
	background: #f9f9f9;
	padding: 25px 0;
	margin-top: 40px;
}

.footer:after {
	/*
	content: "";
	width: 100%;
	height: 1px;
	background: #7B8287;
	display: block;
	top: 85px;
	left: 0px;
	position: absolute;
*/
}

.footer .logo {
	margin-right: 30px;
}

.footer .tel-block .socials {
	justify-content: flex-end;
	margin-right: 0;
	margin-top: 15px;
}

.footer .tel {
	font-size: 20px;
	font-weight: 700;
	color: #252525;
}

.footer .modal-link {
	display: block;
	font-weight: 500;
	font-size: 14px;
}

.footer .info {
	font-size: 14px;
	line-height: 155%;
	color: #7B8287;
	max-width: 620px;
}

.footer-wrapper:first-of-type {
	margin-bottom: 25px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
}

.footer-wrapper:last-of-type {
	justify-content: center;
	text-align: center;
	padding-top: 20px;
	border-top: 1px solid #E2E6EB;
}

.remodal-overlay {
	-webkit-backdrop-filter: blur(4Ã‘â‚¬x);
	backdrop-filter: blur(4px);
}

.popup {
	max-width: 480px;
	padding: 60px 40px;
	background: #F9F9F9;
	border-radius: 2px;
	-webkit-box-shadow: 0px 24px 34px rgb(0 29 179 / 5%);
	box-shadow: 0px 24px 34px rgb(0 29 179 / 5%);
}

.popup .popup__box {
	margin-left: auto;
	margin-right: auto;
	max-width: 480px;
}

.callback-icon {
	display: none;
}

.success-form {
	background-image: url(../img/icons-kit/form-success.svg);
	padding-top: 160px;
	background-position: center 60px;
	background-repeat: no-repeat;
}

.order-desc {
	margin: 40px 0 20px;
}

.order-number {
	font-weight: 500;
	font-size: 20px;
	line-height: 1.25em;
}

.order-number span {
	color: #2E9E71;
}

#form-loader {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(240, 242, 251, 0.79);
	overflow: hidden;
	z-index: 20000
}

#form-loader img {
	position: absolute;
	width: 100px;
	height: 100px;
	left: 50%;
	margin-left: -50px;
	top: 50%;
	margin-top: -50px
}

#loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1001
}

#loader-wrapper .loader-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	background-color: rgba(240, 242, 251, 0.79);
	z-index: 1000;
	opacity: 1
}

.cssload-loader,
.cssload-loader:after,
.cssload-loader:before {
	-webkit-animation: 1.4s ease-in-out infinite;
	animation: 1.4s ease-in-out infinite
}

.cssload-loader:after,
.cssload-loader:before {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0
}

.cssload-loader {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	position: absolute;
	display: block;
	z-index: 2001;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#2E9E71), to(#BD0066));
	background-image: linear-gradient(180deg, #2E9E71 0%, #BD0066 100%);
	left: 50%;
	top: 50%;
	margin: -50px 0 0 -50px;
	-webkit-animation-name: cssload-loader;
	animation-name: cssload-loader
}

@-webkit-keyframes cssload-loader {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@keyframes cssload-loader {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

.loaded #loader-wrapper .loader-overlay,
.loaded .loader_box {
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.loaded #loader-wrapper {
	visibility: hidden;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all .3s 1s ease-out;
	transition: all .3s 1s ease-out
}

.breadcrumb {
	font-size: 18px;
	line-height: 1.45em;
	color: #7B8287;
	margin-bottom: 10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.breadcrumb span {
	margin: 0 5px;
}

.breadcrumb a:hover {
	color: #252525;
}

.pagination {
	margin-top: 80px;
}

.page-link {
	font-size: 18px;
	line-height: 35px;
	text-align: center;
	color: #7B8287;
	width: 35px;
	height: 35px;
	display: inline-block;
	border-radius: 50%;
	margin-right: 20px;
}

.page-link:hover {
	color: #252525
}

.pagination .page-item:last-of-type .page-link,
.pagination .page-item:first-of-type .page-link {
	width: auto;
	margin-right: 35px;
}

.page-link.active {
	background: #F9F9F9;
	color: #252525;
	width: 35px;
	height: 35px;
}


@media screen and (max-width:1200px) {
	.menu__item {
		margin: 0 30px;
	}

	ul#menu .menu-item-has-children:nth-child(2) > ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.list-for {
		-ms-flex-preferred-size: 280px;
		flex-basis: 280px;
	}

	.footer-info {
		margin-right: 25px;
	}

	.footer .tel {
		font-size: 18px;
	}

	.top-bar .nav-bar {
		flex-basis: 590px;
	}

	.top-bar .tel-block {
		margin-left: auto;
	}

	.top-bar .tel {
		padding-right: 0;
	}

	.nav {
		padding-bottom: 50px
	}
}

@media screen and (max-width:992px) {
	a.tel {
		font-size: 18px;
	}


	.tel-block {
		margin-left: auto;
	}

	.tel-block .tel-button {
		padding-right: 0;
	}

	.tel-block > span {
		display: none;
	}

	.top-bar .tel {
		font-size: 20px;
	}

	.top-bar .logo {
		width: 180px;
		height: 40px;
	}

	.list-for {
		display: none;
	}

	.heading-row {
		display: none;
	}

	.menu-icon {
		background: #2E9E71;
		border-radius: 5px;
		width: 45px;
		height: 40px;
		position: relative;
		top: -60px;
	}

	.menu-icon:hover {
		cursor: pointer;
	}

	.no-touch .dl-menuwrapper li a:hover {
		background: #fafaff;
	}

	ul#menu ul ul {
		width: 420px;
		grid-template-columns: 1fr 1fr;
	}

	.menu-brands {
		grid-column-start: 1;
		grid-column-end: 3;
		grid-row-start: auto;
		grid-row-end: auto;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
	}

	.hamburger {
		height: 2.5px;
		width: 22px;
		position: absolute;
		top: 50%;
		left: 50%;
		border-radius: 50px;
		background-color: #fff;
		-webkit-transform: translate(-50%, -50%) rotate(0deg);
		transform: translate(-50%, -50%) rotate(0deg);
		-webkit-transition: all ease 0.5s;
		transition: all ease 0.5s;
	}

	.hamburger::before,
	.hamburger::after {
		content: "";
		position: absolute;
		height: inherit;
		border-radius: inherit;
		background-color: inherit;
		width: 50%;
		-webkit-transition: all ease 0.5s;
		transition: all ease 0.5s;
	}

	.hamburger::before {
		top: -5px;
		left: 0;
		-webkit-transform-origin: left;
		transform-origin: left;
	}

	.hamburger::after {
		bottom: -5px;
		right: 0;
		-webkit-transform-origin: right;
		transform-origin: right;
	}

	.hamburger.open {
		-webkit-transform: translate(-50%, -50%) rotate(135deg);
		transform: translate(-50%, -50%) rotate(135deg);
	}

	.hamburger.open::before {
		top: 0;
		-webkit-transform: translateX(100%) rotate(-90deg);
		transform: translateX(100%) rotate(-90deg);
	}

	.hamburger.open::after {
		bottom: 0;
		-webkit-transform: translateX(-100%) rotate(-90deg);
		transform: translateX(-100%) rotate(-90deg);
	}

	.nav .search__input,
	.mobile-search .search__input {
		/*		height: 40px;*/
		width: 100%;
		background-color: #fafafa;
		font-size: 14px;
		padding: 0 45px 0 13px;
	}

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

	.copyright {
		margin-left: 0;
	}

	.policy,
	.copyright {
		line-height: 1.4em;
	}

	.top-bar .nav-bar {
		flex-basis: auto;
	}

	.top-bar .socials {
		margin-left: auto;
	}

}

@media screen and (max-width: 768px) {
	.top-bar {
		padding: 10px 0;
	}

	.top-bar .socials {
		margin-right: 0px;
	}

	.nav {
		padding-bottom: 30px;
	}

	h1 {
		font-size: 36px;
		margin-bottom: 30px;
	}

	.footer .wrapper {
		-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;
	}

	.footer .copy {
		margin: 0 0 6px;
	}

	.reasons-header:after {
		width: 85px;
		height: 57px;
		right: 25px;
	}

	.menu-brands {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
		margin: 0 20px;
	}

	.model-item {
		width: calc(33% - 16px);
	}

}

@media screen and (max-width: 720px) {
	.nav-bar {
		display: none;
	}

	.callback-icon {
		display: block;
	}

	.top-bar {
		background: #FFF;
		position: static;
		border-bottom: none;
		box-shadow: none;
	}

	.top-bar .tel {
		display: none;
	}

	.nav {
		position: fixed;
		height: 120px;
		border-bottom: 1px solid #fafaff;
		-webkit-box-shadow: 0px 0px 15px 5px rgba(14, 14, 14, 0.05);
		box-shadow: 0px 0px 15px 5px rgba(14, 14, 14, 0.05);
		top: 0;
		width: 100%;
		padding-top: 0;
	}

	.nav .search {
		margin: 10px 0;
	}

	.header {
		padding-top: 150px;
	}

	.top-bar .container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.nav .search {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-left: auto;
		margin-right: 0;
		max-width: 250px;
	}

	ul#menu ul {
		-webkit-transition: opacity .3s ease .1s, width .5s ease, padding .25s ease;
		-webkit-transition: opacity .3s ease .1s, width .5s ease, padding .3s ease;
		transition: opacity .3s ease .1s, width .5s ease, padding .3s ease;
	}

	.form-control {
		height: 50px;
		line-height: 40px;
	}

	.footer .info,
	.copyright {
		margin: 5px 0;
	}

	.form .sort-form.to-show:after {
		top: 23px;
	}

	.popup {
		padding: 40px;
	}

	.button {
		font-size: 16px;
		line-height: 50px;
	}

}

@media screen and (max-width:576px) {
	.nav-bar .menu {
		display: none !important;
	}

	.popup {
		min-height: auto;
	}

	.form__input {
		display: block;
	}

	.footer-wrap {
		-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;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.footer .nav-bar .container {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.close-btn {
		top: 52px;
	}

	.video__icon {
		background-size: 40px 40px;
	}

	.popup {
		padding: 40px 30px;
	}

	.remodal-close {
		top: 5px;
		right: 5px;
	}

	.logo {
		width: 123px;
		height: 32px;
	}

	.top-bar {
		padding: 15px 0 10px 0;
	}

	.nav .search {
		max-width: 280px;
	}

	.pagination {
		margin-top: 60px;
	}

	.menu-brands {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}

	.menu-brands-pic {
		width: 60px;
		height: 40px;
		border: none;
		margin-bottom: 4px;
		display: block;
		padding: 0;
		border-radius: 5px;
	}

	.model-item {
		width: calc(50% - 8px);
		margin-right: 8px;
		margin-top: 12px;
	}

	.model-pic {
		max-width: 170px;
		height: 170px;
	}

	.model-text {
		margin-top: 8px;
		font-size: 16px;
	}

	.adress .mapcard__map {
		min-height: 193px;
	}

	.adress-wrap {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media screen and (max-width: 568px) {
	html {
		scroll-padding: 80px;
	}

	.top-bar .logo {
		width: 140px;
		height: 39px;
		background-position: left center;
	}

	.header {
		padding-top: 135px;
	}

	section {
		padding-top: 0;
	}

	h1,
	section h1 {
		font-size: 32px;
		margin-bottom: 20px;
	}

	h2,
	.section-heading {
		font-size: 28px;
		margin-bottom: 15px;
		padding-left: 0px;
		text-align: center;
	}

	.contacts-cta-title {
		padding-left: 0;
	}

	h2:after {
		width: 24px;
		height: 24px;
		display: none;
	}

	.section-subtitle {
		font-size: 18px;
	}

	.reasons-header {
		padding: 25px 20px;
		height: auto;
		padding-right: 50px;
	}

	.reasons-header h2 {
		margin-bottom: 0;
	}

	.reasons-header .section-desc {
		font-size: 16px;
		padding-right: 90px;
		margin-top: 10px;
	}

	.order-desc {
		margin: 20px 0 10px;
	}

	.section-heading span,
	.order-title {
		font-size: 26px;
	}

	.form__wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.form__wrap .form__input {
		max-width: 476px;
		margin-right: 0;
	}

	.order-content {
		padding: 30px 20px;
	}

	.order-form {
		margin-top: 20px;
	}

	.form__addbtn {
		margin-bottom: 10px;
	}

	.form__button {
		margin: 15px auto 0;
		display: block;
		max-width: 476px;
	}

	.popup {
		padding: 30px 20px;
	}

	.success-form {
		padding-top: 100px;
		background-size: 50px;
		background-position: center 40px;
	}

	.footer {
		padding-bottom: 65px;
		text-align: center;
		overflow: hidden;
	}

	.footer-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		align-items: center;
	}

	.footer .tel-block {
		text-align: left;
		margin: 15px 0;
	}

	.footer-wrapper:first-of-type {
		align-items: center;
		margin-bottom: 0;
	}

	.footer .info,
	.copyright {
		max-width: 100%;
		font-size: 14px;
	}

	.footer .logo {
		width: 177px;
		height: 43px;
		margin-bottom: 5px;
		margin-right: 0;
	}

	.footer .tel-block .socials {
		justify-content: center;
	}

	.pagination {
		margin-top: 40px;
	}

	.footer-wrapper:last-of-type {
		padding-top: 10px;
	}

	.breadcrumb {
		margin: 20px 0 20px;
		font-size: 16px;
	}

	.page-link {
		font-size: 16px;
		margin-right: 10px;
	}

	.pagination .page-item:last-of-type .page-link,
	.pagination .page-item:first-of-type .page-link {
		margin-right: 20px;
	}

}

/*MainPage*/
/*Offer*/
.offer-cards {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 12px;
}

.offer-card {
	width: calc(33% - 8px);
	/*	height: 280px;*/
	height: 95px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	padding: 12px;
	border-radius: 5px;
	position: relative;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.offer-card:hover .offer-name {
	color: #2E9E71;
}

.offer-card img {
	margin: 0 auto;
	max-height: calc(100% - 90px);
	max-width: 80%;
	display: none !important;
}

.offer-name {
	font-weight: 500;
	font-size: 24px;
	font-family: "Forum";
	line-height: 1.25em;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.offer-price,
.offer-amount {
	font-weight: 700;
	font-size: 18px;
	display: inline-block;
	background: #FFE787;
	text-align: center;
	padding: 0 16px;
	height: 30px;
	line-height: 30px;
}

.offer-button {
	margin: 45px auto 0;
	display: block;
}

/*Galleries*/
.gallery {
	margin-bottom: 50px;
}

.gallery:last-of-type {
	margin-bottom: 0;
}

.gallery-pic {
	-webkit-filter: drop-shadow(0px 15px 20px rgba(0, 0, 0, 0.05));
	filter: drop-shadow(0px 15px 20px rgba(0, 0, 0, 0.05));
	border-radius: 12px;
	overflow: hidden;
	display: block;
	cursor: pointer;
}

.gallery-pic img {
	border-radius: 12px;
	-o-object-fit: cover;
	object-fit: cover;
	transition: transform .5s ease-out, -webkit-transform .5s ease-out;
	max-height: 610px;
	width: 100%;
}

.gallery-pic:hover img {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}

.gallery_addicional .gallery-pic,
.gallery_addicional .gallery-pic img {
	border-radius: 5px;
}

.gallery_addicional .gallery-pic,
.gallery .video {
	margin: 0 8px;
}

.gallery_addicional .gallery-pic img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 216px;
	height: 183px;
}

.common-arrow {
	display: block;
	background: #FFFFFF url(../img/icons-kit/arrow-button.svg) no-repeat center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	-webkit-box-shadow: 0px 7px 5px rgba(152, 152, 152, 0.25);
	box-shadow: 0px 7px 5px rgba(152, 152, 152, 0.25);
	position: absolute;
	z-index: 2;
	right: -25px;
	top: 50%;
	margin-top: -25px;
	cursor: pointer;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.slick-disabled {
	opacity: 0;
}

.common-arrow:hover {
	background-color: #F9F9F9;
}

.common-prev {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	right: unset;
	left: -25px;
}

.video-block {
	padding: 30px 0;
}

.video {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 12px;
}

.video__ratio {
	padding-top: 56.45%;
	background-color: #555;
}

.shorts_video .video__ratio {
	padding-top: 177%;
}

.video__cover,
.video__cover iframe {
	border: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	min-height: 100%;
	top: 0;
	left: 0;
	pointer-events: auto !important;
}

.youtube {
	position: relative;
	overflow: hidden;
	-webkit-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	cursor: pointer;
}

.youtube-title {
	color: #fff;
	padding: 30px;
	position: relative;
	z-index: 4;
	font-size: 24px;
	line-height: 1.25em;
}

.youtube-item .youtube-title {
	padding: 0;
	color: #252525;
}

.youtube-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(46, 49, 55, 0.2);
	-webkit-backdrop-filter: blur(1px);
	backdrop-filter: blur(1px);
	cursor: pointer;
	z-index: 3;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.youtube-icon:after {
	content: '';
	display: block;
	position: absolute;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #F4341E url(../img/play.svg) no-repeat left 55% center/18px 20px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/*Reasons*/
.reasons-block {
	position: relative;
	padding-left: 87px;
	margin-bottom: 40px;
}

.reasons-number {
	font-style: normal;
	font-weight: 800;
	font-size: 36px;
	color: #252525;
	position: absolute;
	left: 0;
	top: 0;
}

.reasons-number:after {
	content: "";
	display: block;
	width: 17px;
	height: 17px;
	background: url(../img/number-tip.svg) no-repeat center/contain;
	position: absolute;
	left: -8px;
	top: 3px;
	z-index: 1;
}

.reasons-title {
	margin-bottom: 15px;
	font-weight: 500;
	line-height: 1.25em;
}

.reasons-text {
	font-size: 18px;
	margin-bottom: 30px;
	line-height: 1.45em;
	max-width: 580px;
}

/*.partners-list {
	margin-left: -14px;
}*/

.partner .model-heading {
	font-style: normal;
	margin-bottom: 40px;
}

.partners-item {
	min-height: 57px;
	width: calc(20% - 28px);
	margin: 14px;
	text-align: center;
}

.partners-item.brands {
	width: calc(16.666666% - 28px);
}

.partners-item img {
	-o-object-fit: contain;
	object-fit: contain;
	height: 40px;
	width: 100%;
	-o-object-position: center;
	object-position: center;
}

.partners-item span {
	display: block;
	margin-top: 18px;
	border: 1px solid #219653;
	font-weight: 500;
	font-size: 12px;
	height: 34px;
	padding: 0 5px;
	line-height: 34px;
	text-transform: uppercase;
	text-align: center;
	color: #219653;
	border-radius: 5px;
	display: none;
}

.partners-item span.brand {
	border-color: #E2E6EB;
	color: #5d6367;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.partners-item span.brand:hover {
	border-color: #879095;
}

.partners-tip {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	color: #7B8287;
}

.reasons-pic {
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.reasons-pic_price {
	height: 420px;
}

.reasons-pic_spare {
	height: 189px;
}

.masters-list {
	background: #F9F9F9;
	border-radius: 12px;
	padding: 40px 45px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-auto-flow: row;
}

.masters-item {
	margin: 12px;
	width: calc(100% - 24px);
}

.masters-name {
	font-size: 18px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: 500;
}

.masters-pic {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 12px;
	max-width: 227px;
	height: 140px;
}

.masters-item:nth-of-type(5n+2) {
	grid-row: span 2;
}

.masters-item:nth-of-type(5n+2) .masters-pic {
	height: 340px;
}

.reasons-compare {
	min-height: 330px;
	border: 1px solid #E2E6EB;
	border-radius: 5px;
}

.reasons-compare_delivery {
	min-height: 190px;
}

.reasons-compare_delivery img {
	position: absolute;
	right: 15px;
	bottom: 15px;
	z-index: -2;
}

.reasons-compare_delivery .reasons-column {
	padding-right: 180px;
}

.reasons-column {
	width: 50%;
	position: relative;
	padding: 30px 0;
	padding-left: 30px;
}

.reasons-column:first-of-type {
	border-right: 1px solid #E2E6EB;
}

.reasons-subtitle {
	color: #219653;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 1.3em;
	font-weight: 700;
	line-height: 1.25em;
}

.reasons-column_others .reasons-subtitle {
	color: #EB5757;
}

.reasons-column img {
	margin-left: auto;
}

.price-tip {
	background: url(../img/price-tip.svg) no-repeat center/contain;
	width: 96px;
	height: 67px;
	text-align: center;
	position: absolute;
	top: 5px;
	right: 15px;
}

.price-tip span {
	color: #fff;
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
	margin: 25px 0 25px 5px;
	display: inline-block;
}

/*Repairs*/

.repairs-item {
	border: 1px solid #E1E1E4;
	width: calc(33% - 13px);
	overflow: hidden;
	padding: 40px;
	position: relative;
	background: rgba(40, 53, 75, 0.75);
	backdrop-filter: blur(15px);
}

.repairs-wrap {
	gap: 13px;
}

.repairs-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
}

.repairs-item:before {
	content: "";
	background: rgba(40, 53, 75, 0.75);
	backdrop-filter: blur(2px);
	z-index: 1;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1
}

.repairs-item_model .repairs-column:first-of-type {
	-ms-flex-negative: 1;
	flex-shrink: 1;
}

.repairs-column:nth-of-type(2) {
	padding: 30px;
	/*	border-radius: 12px;*/
	width: 100%;
}

.repairs-subtitle {
	color: rgba(255, 255, 255, 0.5);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3em;
	margin-bottom: 5px;
	margin-top: 15px;
	position: relative;
}

/*
.repairs-subtitle:before {
	content: "";
	background: url(../img/repairs-icon_error.svg) no-repeat center center/20px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 23px;
}
*/

.repairs-subtitle:nth-of-type(2) {
	color: #219653;
}

/*
.repairs-subtitle:nth-of-type(2):before {
	content: "";
	background: url(../img/icons-kit/like-rating.svg) no-repeat center center/20px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 23px;
}
*/

.repairs-desc {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.25em;
	padding-bottom: 20px;
	color: #ffffff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.repairs-desc:last-of-type {
	border-bottom: 0;
}

.repairs-price {
	background: #fff url(../img/repairs-pic_price.png) no-repeat right center;
	border-radius: 12px;
	padding: 15px 30px 11px;
}

.repairs-pricetitle {
	color: #252525;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3em;
}

.repairs-pricesum {
	color: #F4341E;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.25em;
}

.repairs-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 18px;
	line-height: 1.3em;
}

.repairs-row:not(:first-of-type) {
	border-top: 1px solid #E2E6EB;
}

.repairs-left {
	width: 50%;
	padding: 12px 0;
	color: #252525;
}

.repairs-title {
	font-size: 22px;
	color: #FFA600;
	font-family: "Forum";
}

.repairs-right {
	text-align: right;
	padding: 12px 0;
	color: #252525;
	font-weight: 500;
}

.repairs-row:first-of-type .repairs-right {
	display: flex;
	align-items: center;
}

.repairs-rating {
	display: inline-block;
	background: url(../img/icons-kit/star-rating.svg) no-repeat right center/15px;
	padding-right: 20px;
	margin-left: 20px;
	font-weight: 500;
}

.repairs-right a {
	color: #139BE7;
}


.repairs-pic span {
	background: #FFFFFF;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #219653;
	border-radius: 5px;
	-webkit-transform: rotate(-15deg);
	transform: rotate(-15deg);
	font-weight: 500;
	font-size: 14px;
	color: #219653;
	position: absolute;
	top: 12px;
	left: -33px;
	padding: 0 17px 0 35px;
	display: none;
}

.repairs-pic span:before {
	content: "";
	display: inline-block;
	background: url(../img/number-tip.svg) no-repeat center/contain;
	width: 17px;
	height: 17px;
	top: 11px;
	left: 13px;
	position: absolute;
}

/*Blog*/

.blog-list {
	margin-left: -15px;
}

.blog-pic {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 5px;
	max-width: 285px;
	width: 100%;
	height: 190px;
	margin-bottom: 38px;
}

.blog-preview {
	width: calc(33% - 30px);
	margin: 0 15px 30px;
	display: block;
}

.blog-title {
	margin-bottom: 18px;
}

.blog-date,
.blog-likes,
.blog-share {
	margin-top: 15px;
	font-size: 16px;
	line-height: 1.5em;
	padding-left: 38px;
	background: url(../img/blog/date-icon.svg) no-repeat left top/24px;
	color: #7B8287;
	display: block;
}

.blog-likes {
	background: url(../img/blog/likes-icon.svg) no-repeat left top/24px;
}

.blog-share {
	background: url(../img/blog/share-icon.svg) no-repeat left top/24px;
}

.blog-button {
	margin: 0 auto;
	display: block;
}

/*Card Page*/
.offer-pic {
	background-repeat: no-repeat;
	background-position: center;
	margin: 30px 0 0px;
	max-width: 285px;
	width: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	display: block;
	background-position: center center;
	background-size: cover;
	height: auto;
	margin: 0;
	order: -1;
}

/*Pricelist*/
.pricelist h2 {
	text-align: left;
}

.pricelist .pricelist-table {
	width: 50%;
	border: 1px solid #E1E1E1;
}

.pricelist .pricelist-wrap {
	flex-wrap: wrap;
}

.pricelist .article {
	width: 50%;
	background: #042D72;
	color: #fff;
	padding: 25px;
}

.pricelist_offer {
	padding-top: 0;
}

.pricelist_offer .article-wrap {
	width: 50%;
	margin-top: 0;
}

.pricelist_offer .article {
	width: 100%;
	padding-top: 130px;
}

img.pricelist-pic_offer {
	max-width: 566px;
	margin: 0 auto -90px;
	width: 100%;
}

.pricelist .article blockquote > div {
	padding-left: 40px;
	background: url(../img/icons-kit/graystar-new.svg) no-repeat left top 3px/20px;
	margin-bottom: 1em;
	margin-left: 0 !important;
}


.pricelist-row:first-of-type {
	font-weight: 700;
	font-size: 20px;
	line-height: 125%;
	color: #252525;
	background: #F6F6F6;
}

.pricelist-row {
	border-bottom: 1px solid #E1E1E1;
	font-size: 18px;
	padding: 16px 20px;
}

.pricelist-row:last-of-type {
	border-bottom: none;
}

.pricelist-column_desc {
	width: 70%;
}

.pricelist-column_price {
	width: 30%;
}

.pricelist-menu {
	margin-top: 40px;
}

.pricelist-button {
	background: transparent;
	border: 1px solid #E2E6EB;
	color: #7B8287;
	margin: 8px;
	width: auto;
	padding: 0 34px;
}

.pricelist-button:hover {
	background-color: #FFE787;
}

/*Questions*/
.questions .reasons-header {
	height: auto;
	padding-right: 130px;
}

.questions .reasons-header:after {
	content: "";
	display: block;
	position: absolute;
	background: url(../img/faq-pic.svg) no-repeat center/contain;
	width: 253px;
	height: 173px;
	right: 10px;
	bottom: 0;
}

.questions .accordion {
	min-width: 270px;
}

.questions .accordion li {
	position: relative;
	border-bottom: 1px solid #E2E6EB;
	max-width: 100%;
	margin: 0;
}

.questions .accordion li div {
	display: none;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5em;
	padding: 0 20px 20px 46px;
	position: relative;
}

.questions .accordion li > a {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	font-weight: 500;
	color: #7B8287;
	padding: 20px 20px 20px 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 1.5em;
	position: relative
}

.questions .accordion li > a:before {
	min-width: 26px;
	height: 30px;
	line-height: 30px;
	content: '+';
	color: #E2E6EB;
	margin-right: 20px;
	font-weight: 400;
	font-size: 40px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	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;
	-webkit-transform: none;
	transform: none
}

.questions .accordion li > a.active:before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	content: '-';
	color: #2E9E71;
}

.questions .accordion li > a.active,
.questions .accordion li:hover > a,
.questions .accordion li:hover > a:before {
	color: #2E9E71;
}

/*FAQ*/
.faq-list {
	margin-left: -15px;
}

.faq-pic {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 5px;
	max-width: 285px;
	width: 100%;
	height: 190px;
	margin-bottom: 38px;
}

.faq-preview {
	width: calc(33% - 30px);
	margin: 0 15px 30px;
	display: block;
}

.faq-title {
	margin-bottom: 18px;
}

.faq-date {
	margin-top: 15px;
	font-size: 16px;
	line-height: 1.5em;
	padding-left: 38px;
	background: url(../img/blog/date-icon.svg) no-repeat left top/24px;
	color: #7B8287;
	display: block;
}

.faq-button {
	margin: 0 auto;
	display: block;
	width: 280px;
}

/*Map*/
.mapcard__item {
	border: 1px solid #E2E6EB;
	border-radius: 12px;
	padding: 30px 35px;
	margin-bottom: 30px;
	max-width: 100%;
}

.mapcard__tel {
	margin: 15px 0;
	font-weight: 500;
	font-size: 16px;
	background: transparent;
	border: 2px solid #2E9E71;
	color: #252525;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.mapcard__tel:hover {
	background: transparent;
	text-decoration: underline;
}

.mapcard__wrap {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.mapcard__map {
	width: 60%;
}

.mapcard__left {
	width: 40%;
	padding-right: 50px;
}

.mapcard__link {
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 12px;
	color: #139BE7;
}

.mapcard__info {
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 30px;
	background-size: 22px 22px;
}

.mapcard__infotitle {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3em;
}

.mapcard__desc {
	font-size: 14px;
	color: #7B8287;
	line-height: 1.3em;
}

.mapcard__open {
	color: #7B8287;
}

.ymap-container {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	height: 100%;
	background: url('../img/map/yandex-before-load.jpg') #ffffff no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 0px;
}

.ymap-container::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(245, 245, 245, 0.55);
	backdrop-filter: blur(5px);
}

.ymap-container .msg-map {
	position: absolute;
	z-index: 1;
	top: calc(50% - 31px);
	left: 0;
	text-align: center;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
	font-weight: 400;
	color: #7B8287;
	background: url(../img/map/eye-new.svg) no-repeat center top/40px;
	padding-top: 45px;
}

.map-yandex {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background-color: transparent;
}

.loader-map {
	position: absolute;
	z-index: 1;
	top: -100%;
	left: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	overflow: hidden;
	color: #000000;
	-webkit-transition: opacity .7s ease;
	transition: opacity .7s ease;
	opacity: 0;
	background-color: rgba(0, 0, 0, .55);
}

.loader-map:after,
.loader-map:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.loader-map.is-active {
	top: 0;
	opacity: 1;
}

.loader-default:after {
	position: absolute;
	top: calc(50% - 24px);
	left: calc(50% - 24px);
	width: 48px;
	height: 48px;
	content: '';
	-webkit-animation: rotation 1s linear infinite;
	animation: rotation 1s linear infinite;
	border: solid 8px #ffffff;
	border-left-color: transparent;
	border-radius: 50%;
}

@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes rotation {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@-webkit-keyframes blink {
	from {
		opacity: .5;
	}

	to {
		opacity: 1;
	}
}

@keyframes blink {
	from {
		opacity: .5;
	}

	to {
		opacity: 1;
	}
}

.mapcard__map {
	width: 500px;
	position: relative;
	margin-bottom: 20px;
	min-height: 320px;
	width: 100%;
	min-width: 220px;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0%;
	flex: 1 1 0%;
	overflow: hidden;
	border-radius: 5px;
}

.tooltip {
	cursor: pointer;
	margin-left: 10px;
	position: relative;
	z-index: 3;
	background: url(../img/map/map-tip-icon.svg) no-repeat center/contain;
	width: 13px;
	height: 13px;
	top: 1px;
	display: inline-block;
}

.tooltip:hover .tooltip-content {
	display: block;
	-webkit-animation: tooltip 0.4s ease forwards;
	animation: tooltip 0.4s ease forwards;
}

.tooltip-content {
	display: none;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5em;
	width: 580px;
	height: 118px;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 20px 50px rgba(29, 28, 26, 0.11);
	box-shadow: 0px 20px 50px rgba(29, 28, 26, 0.11);
	border-radius: 5px;
	text-align: left;
	opacity: 0;
	left: 0;
	bottom: -100px;
	position: absolute;
	z-index: 3;
	padding: 25px;
	padding-bottom: 10px;
	font-style: normal;
}

.tooltip-content p {
	margin-bottom: 10px;
	font-size: 14px;
}

.toop @-webkit-keyframes tooltip {
	100% {
		opacity: 1;
		bottom: 0;
	}
}

@-webkit-keyframes tooltip {
	100% {
		opacity: 1;
		bottom: calc(-100% + 30px);
	}
}

@keyframes tooltip {
	100% {
		opacity: 1;
		bottom: calc(-100% + 30px);
	}
}

.mapcard__gallery {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 30px;
}

.mapcard__gallery a {
	width: calc(20% - 16px);
	margin: 8px;
	border-radius: 5px;
	height: 125px;
	overflow: hidden;
}

.mapcard__gallery img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 5px;
}

.map0 {
	width: 100%;
	height: 570px;
	padding: 0;
	margin: 0 0 -30px 0;
	overflow: hidden;
}

.map-form {
	margin: 40px 0 30px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-radius: 12px;
	background: #252525 url(../img/map/mapform-pic.svg) no-repeat center center;
	padding: 30px 40px 40px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: none;
}

.map-form .section-heading {
	max-width: 260px;
	color: #fff;
	margin-top: 30px;
	margin-bottom: 20px;
}

.map-form .section-heading {
	max-width: 260px;
	color: #fff;
	margin-top: 30px;
	margin-bottom: 20px;
}

.map-form .form-control {
	border: 1px solid #E2E6EB;
	padding: 15px 25px;
}

.map-form .search__list {
	z-index: 4;
}

.map-form .sort-form {
	width: 48%;
	max-width: 255px;
}

.sort-form.to-show:after {
	top: 29px;
}

/*Blog*/
.blog-card {
	margin-bottom: 40px;
}

.blog-card .blog-pic {
	max-width: 190px;
	width: 100%;
	height: 190px;
	margin-right: 30px;
	margin-bottom: 0px;
}

.blog-card .blog-title {
	font-size: 30px;
	margin-bottom: 30px;
	display: block;
}

.blog-wrap {
	margin-top: 35px;
}

.blog-category {
	margin-left: 50px;
	font-size: 16px;
	color: #7B8287;
	margin-top: 15px;
}

.blog-category:hover {
	color: #2E9E71;
}

.faq-form {
	background: #F9F9F9 url(../img/faq-form.svg) no-repeat right bottom;
	border-radius: 12px;
	padding: 40px 305px 40px 50px;
}

.faq-form .section-heading {
	margin-bottom: 30px;
}

.faq-form .form {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 30px;
}

.faq-form .form__input {
	margin: 0 30px 0px 0;
}

.faq-form .form__button {
	line-height: 60px;
	max-width: 303px;
}

.pricelist-form .form-control {
	border: 1px solid #E2E6EB;
	padding: 15px 25px;
}

.pricelist-form .search__list {
	z-index: 4;
}

.pricelist-form .form__input {
	max-width: 100%;
	margin-bottom: 40px;
	margin-right: 0;
}

.sort-form.to-show:after {
	top: 29px;
}

/*Pricelist*/
.pricelist-globalprice {
	display: flex;
	flex-wrap: wrap;
	gap: 50px 30px;
}

.pricelist-card {
	width: calc(50% - 15px);
}

.pricelist-card .pricelist-table {
	width: 100%;
}

.pricelist-title {
	font-size: 30px;
	margin-bottom: 30px;
	font-family: "Forum";
	font-weight: 700;
}

.pricelist-card .pricelist-row:first-of-type {
	font-weight: 700;
	font-size: 20px;
	line-height: 125%;
	color: #252525;
	background: #F6F6F6;
	font-weight: 700;
	font-size: 20px;
	border-bottom: 1px solid #E1E1E1;
	font-size: 18px;
	padding: 16px 20px;
}

.pricelist-card .pricelist-row:not(:first-of-type) {
	border-bottom: 1px solid #E1E1E1;
	font-size: 18px;
	padding: 16px 20px;
}

.pricelist-card .pricelist-column {
	display: inline-block;
}

.pricelist-card .pricelist-column_price {
	width: 27%;
}

.pricelist-card .pricelist-btn {
	font-size: 18px;
	padding: 16px 20px;
	cursor: pointer;
}

.article-pic {
	max-width: 180px;
	width: 100%;
	height: 180px;
	margin-right: 50px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 5px;
}

.article-big-pic {
	max-width: 300px;
	width: 100%;
	height: 300px;
	margin-right: 50px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 5px;
}

.article-pic_mob {
	display: none;
}

.article-wrapper {
	max-width: 685px;
}

.article-nav {
	margin-top: -30px;
	margin-bottom: 40px;
}

.article .blog-date,
.article .blog-likes {
	margin-right: 50px;
}

.article h1 {
	margin-bottom: 25px;
}

.article h2 {
	margin-bottom: 20px;
	margin-top: 30px;
}

.article .pricelist-table {
	margin-top: 40px;
}

.article .pricelist-row:first-of-type {
	min-height: 78px;
	height: auto;
	line-height: 1.2em;
	padding-top: 27px;
	padding-bottom: 27px;
}

.article .video {
	max-width: 666px;
	margin-top: 25px;
}

.article .gallery_addicional {
	max-width: 682px;
	margin-top: 16px;
	margin-left: -8px;
}

.article .section-subtitle {
	margin-bottom: 18px;
}

.article .repairs-title {
	margin-bottom: 10px;
}

.article .gallery_addicional .gallery-pic img {
	height: 135px;
}

.article .gotomap-button {
	margin: 20px 0 0;
	width: 232px;
}

.discount-order {
	background: #F9F9F9 url(../img/blog/discount-pic.svg) no-repeat right bottom;
	border-radius: 12px;
	padding: 40px 200px 40px 50px;
	margin-top: 40px;
}

.discount-heading {
	margin-bottom: 30px;
}

.discount-button {
	margin-top: 30px;
}

.count-form {
	padding-right: 90px;
	background-image: url(../img/blog/form-arrow.svg);
	background-position: right center;
	background-position: 97% 25%;
	margin-top: 40px;
}

.article-wrap {
	margin-top: 35px;
}

.article .article-wrap:first-child {
	margin-top: 0px;
}

.article-content {
	text-align: justify;
}

.article-wrap .article-big-pic {
	max-width: 400px;
	min-width: 300px;
	max-height: 400px;
	margin-right: 30px;
}

.article-wrap .article-pic {
	max-width: 100px;
	max-height: 100px;
	margin-right: 30px;
}

.article-subtitle {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.3em;
	margin-bottom: 10px;
}

.article-list li {
	margin-top: 18px;
	padding-left: 20px;
	position: relative;
	font-size: 18px;
	line-height: 1.45em;
}

.article-list li:first-child {
	margin: 0;
}

.article-list li:before {
	content: "";
	position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	left: 0;
	top: 7.5px;
	background: #2E9E71;
}


.repairs-item_master {
	/*
	border-radius: 12px;
	padding: 30px;
	border: 1px solid #E2E6EB;
	position: relative;
*/
}

.repairs-item_master .repairs-column:nth-of-type(2) {
	padding: 0;
}

.repairs-item_master .repairs-desc {
	background: #fff;
	border-radius: 12px;
	padding: 30px;
	min-height: 293px;
	margin-bottom: 10px;
	border: 1px solid #EFEFEF;
}

.repairs-item_master .repairs-column:nth-of-type(2) {}

.repairs-item_master .repairs-pic {
	border-radius: 12px;
	height: 293px;
	/*	max-width: 252px;*/
	width: 100%;
}


.repairs-item_master .repairs-pic span {
	left: -22px;
}

.repairs-item_master a {
	color: #139BE7;
	text-decoration: underline;
}

.repairs-item_master .repairs-desc b {
	display: block;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 15px;
}

.repairs-placement {
	position: absolute;
	left: 30px;
	top: 270px;
}

.repairs-tips {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
}

.repairs-tip {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.31em;
	border-radius: 12px;
	background: #fff;
	padding: 13px;
	width: 100%;
	min-height: 70px;
}

.repairs-tip span {
	color: #2E9E71;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.25em;
	display: block;
}

.repairs-tip_rating span {
	background: url(../img/icons-kit/star-rating.svg) no-repeat left center/17px;
	padding-left: 22px;
}

.repairs-tip_metro {
	background-repeat: no-repeat;
	background-position: left 20px top 27px;
	background-size: 20px 16px;
	background-image: url(../img/master/master-metro.svg);
	max-width: 215px;
	padding-left: 57px;
	border: 1px solid #EFEFEF;
}

.repairs-tip_adress {
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 66px 71px;
	background-image: url(../img/master/master-adress.jpg);
	padding-left: 88px;
	border: 1px solid #EFEFEF;
}

.repairs-tip_content {
	height: 100%;
	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;
}

.repairs-success {
	margin-bottom: 40px;
	padding-left: 39px;
	background: url(../img/master/success-repair.svg) no-repeat left top 5px/23px 27px;
	font-style: normal;
}

.repairs-success span:first-of-type {
	font-weight: 700;
}

.offer-slider {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.master-interview .reasons-header {
	background-color: #252525;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 85px;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding-top: 55px;
	padding-bottom: 55px;
	margin-bottom: 45px;
}

.master-interview .section-heading {
	margin: 0;
}

.master-interview .section-desc {
	line-height: 1.45em;
	margin: 0;
}

.master .article-wrapper {
	max-width: 100%;
}

.master .article-wrapper .section-subtitle:not(first-of-type) {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #7B8287;
}

.master .article-wrapper img {
	width: calc(50% - 30px);
	display: inline-block;
	/* max-width: 440px; */
	-o-object-fit: cover;
	object-fit: cover;
	margin-right: 25px;
	margin-top: 30px;
	/* margin-left: -14px; */
	border-radius: 12px;
}

.master .repairsteps-list_service {
	margin-top: 30px;
	margin-bottom: 50px;
}


/*
.repairs-list {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 44px;
}

.repairs-point {
	background-repeat: no-repeat;
	background-position: left 11px center;
	background-color: #fafaff;
	background-size: 19px;
	border-radius: 16px;
	height: 31px;
	width: 76px;
	padding: 0 9px;
	line-height: 34px;
	font-weight: 300;
	font-size: 14px;
	padding-left: 36px;
}
*/

.repairs-item_master .repairs-adress {
	padding-left: 24px;
	text-decoration: underline;
	background: url(../img/master/map-tip.svg) no-repeat left top/12px 16px;
}

.repairs-rate {
	background: #fafaff;
	border-radius: 12px;
	min-height: 40px;
	padding: 8px 15px;
	text-align: center;
	margin: 13px 0 10px;

}

.repairs-rate span {
	font-weight: 700;
	color: #2E9E71;
}

.repairs-experience {
	padding-left: 30px;
	margin-bottom: 5px;
	background: url(../img/master/experience.svg) no-repeat left center/20px 12px;
	font-size: 18px;
}

.repairs-stat {
	font-size: 18px;
}

.repairs-stat .repairs-rating {
	font-weight: 700;
	margin-left: 0;
	margin-right: 20px;
}

.repairs-stat a {
	text-decoration: underline;
}

.repairs-item_partner .repairs-pic {
	height: 190px;
	background-color: #fff;
	background-size: 80%;
	margin-bottom: 0;
}

.repairs-table .socials {
	margin-right: 10px;
	display: inline-flex;
}

.status-check {
	margin-bottom: 40px;
}

.status-form .form__button {
	height: 60px;
	max-width: 211px;
}

.status-form .form-control {
	border: 1px solid #E2E6EB;
}

.status .repairs-table {
	margin-bottom: 20px;
}


.status .repairs-right span {
	padding-right: 36px;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 16px;
}

.status .repairs-row:nth-of-type(2) {
	border-top: none;
}

.status .repairs-header {
	color: #2E9E71
}

.status-form_master .form__input {
	max-width: calc(100% - 15px);
	margin-top: 5px;
	margin-bottom: 15px;
}

.status-form_master textarea.form-control {
	min-height: 170px;
}

.form__label {
	margin-bottom: 13px;
	font-size: 14px;
	line-height: 131.19%;
	color: #7B8287;
}

.status-form_master .form__button {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.status-form_master .sort-form .search__list {
	z-index: 3;
}

#status-inwork {
	background-image: url(../img/status/inwork-icon.svg);
}

#status-agreed {
	background-image: url(../img/status/agreed-icon.svg);
}

#status-ready {
	background-image: url(../img/status/ready-icon.svg);
}

#status-received {
	background-image: url(../img/status/ready-icon.svg);
}

#status-cancel {
	background-image: url(../img/status/cancel-icon.svg);
}

#status-dnp {
	background-image: url(../img/status/dnp-icon.svg);
}

#status-info {
	background-image: url(../img/status/info-icon.svg);
}

#status-problem {
	background-image: url(../img/status/problem-icon.svg);
}

#status-delivery {
	background-image: url(../img/status/delivery-icon.svg);
}

#status-instock {
	background-image: url(../img/status/instock-icon.svg);
}

#status-driver {
	background-image: url(../img/status/driver-icon.svg);
}


#status-waiting {
	background-image: url(../img/status/waiting-icon.svg);
}

#status-refuse {
	background-image: url(../img/status/cancel-icon.svg);
}

#status-diagnostics {
	background-image: url(../img/status/dnp-icon.svg);
}

#status-preorder {
	background-image: url(../img/status/agreed-icon.svg);
}

.status-success {
	display: none;
}

input[type="file"],
input[type="radio"] {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 0;
}

.form__label_file {
	padding-left: 27px;
	background: url(../img/status/file-icon.svg) no-repeat left top/14px;
	display: inline-block;
	cursor: pointer;
	position: relative;
}

.form__label_radio {
	display: block;
	max-width: 301px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	line-height: 30px;
	cursor: pointer;
}

.form__label_radio:first-of-type {
	background-image: url(../img/status/telegram-icon.svg);
	background-position: left 90px center;
	background-repeat: no-repeat;
	background-size: 20px;
}

.form__label_radio:nth-of-type(2) {
	background-image: url(../img/status/email-icon.svg);
	background-position: left 74px center;
	background-repeat: no-repeat;
	background-size: 52px 34px;
}

.chat-block {
	margin-bottom: 20px;
	max-width: 508px;
}

.chat-title {
	padding-left: 75px;
	position: relative;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 20px;
	padding-top: 15px;
	min-height: 50px;
}

.chat-title:before {
	content: "";
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #fafaff url(../img/status/user-icon.svg) no-repeat center/24px;
	left: 0;
	top: 0;
}

.chat-message {
	background: #fafaff;
	border-radius: 12px;
	padding: 17px 25px;
	line-height: 1.5em;
}

.chat-block_answer {
	max-width: 429px;
	margin-left: auto;
	margin-right: 15px;
}

.chat-block_answer .chat-title {
	text-align: right;
	padding-left: 0;
	padding-right: 75px;
}

.chat-block_answer .chat-title:before {
	left: unset;
	right: 0;
	background-image: url(../img/status/master-icon.svg);
	background-size: 29px;
}

.chat-block_answer .chat-message {
	background: #F9F9F9;
	text-align: right;
}

.chat__wrap {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 40px 0 20px;
	gap: 20px;
}

.chat__wrap .form-control {
	border: 1px solid #E2E6EB;
	font-size: 18px;
	font-weight: 700;
	color: #7B8287;
	max-width: 278px;
	text-align: center;
}

.chat__wrap .pricelink {
	background: url(../img/status/pricelist-icon.svg) no-repeat left 17px center/22px;
	padding-left: 40px;
	max-width: 364px;
}

.chat-pic {
	border-radius: 5px;
	width: 171px;
	height: 171px;
	overflow: hidden;
	margin-top: 15px;
}

.chat-pic img {
	max-width: 100%;
	min-height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.mobile-hamburger {
	display: none;
}

.pagenav {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2em;
	position: fixed;
	left: 50px;
	top: 90px;
	width: 200px;
	z-index: 222;
	display: none;
}

.pagenav-title {
	margin-bottom: 10px;
	margin-top: 20px;
	font-weight: 700;
	font-size: 18px;
}

.pagenav ul li {
	margin-bottom: 0;
}

.pagenav a {
	color: #139BE7;
	padding: 2px 0;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	position: relative;
	text-decoration: underline;
	transition: all 0.3s ease;
}

.pagenav-addresses a {
	color: #7B8287;
	text-decoration: none;
}

.pagenav a:hover {
	text-decoration: none;
}

.metro-navigation {
	padding: 0;
}

.metro-list {
	flex-direction: column;
	height: 184px;
	gap: 14px;
}

.metro-list img {
	display: inline-block;
	margin-right: 12px;
	margin-bottom: -6px;
}

.metro-list a {
	font-size: 18px;
	line-height: 24px;
	color: #7B8287;
	font-weight: 500;
	display: block;
}

.metro-list li:last-of-type img,
.metro-list li:nth-last-of-type(2) img {
	margin-bottom: -9px;
	margin-left: 5px;
}

.address-page {
	padding-top: 0;
}

.repairs-wrap_header {
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 30px;
}

.repairs-info {
	padding-left: 41px;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 18px;
	font-weight: 500;
	line-height: 23px;
	background-size: 30px 23px;
}

.repairs-info_adress {
	padding-left: 33px;
	line-height: 27px;
	background-size: 19px 27px;
	color: #139BE7;
}

.repairs-info_metro {
	margin-left: auto;
}

.repairs-wrap_header .repairs-rating {
	background-size: 21px 20px;
	background-position: left top;
	padding-left: 28px;
	margin-left: 0px;
	padding-right: 0;
	font-weight: 500;
	line-height: 26px;
	font-size: 18px;
}

.repairs-item_contacts .repairs-column {
	max-width: 55%;
}

.repairs-wrap_content {
	gap: 35px;
	justify-content: space-between;
	align-items: center;
}

.repairs-item_contacts .offer-mastertip {
	flex-direction: column;
	margin-top: 0;
	justify-content: center;
	text-align: center;
}

.repairs-item_contacts .offer-mastericon {
	width: 150px;
	height: 150px;
}

.repairs-item_contacts .offer-mastericon:after {
	display: none;
}

.repairs-item_contacts .repairs-pic {
	max-width: calc(45% - 35px);
	height: auto;
}


.repairs-wrap_socials {
	margin: 30px 0 20px;
	gap: 25px;
	align-items: center;
}

.repairs-wrap_socials .socials {
	gap: 18px;
	margin-left: 0;
	margin-right: 0;
}

.repairs-wrap_socials .mapcard__tel {
	margin: 0;
	font-weight: 500;
	font-size: 18px;
	line-height: 48px;
	width: auto;
	background: transparent;
	border: 1px solid #2E9E71;
	color: #252525;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding: 0 25px;
}

.mapcard__map {
	min-height: 500px;
}

.metro-navigation {
	padding-bottom: 40px
}

.pagenav .metro-list img {
	display: inline-block;
	margin-right: 8px;
	margin-bottom: -3px;
	width: 24px;
	height: 18px;
}

.pagenav .metro-list li:last-of-type img,
.pagenav .metro-list li:nth-last-of-type(2) img {
	margin-bottom: -2px;
	margin-left: 0px;
}

.pagenav .metro-list a {
	font-size: 16px;
	line-height: 20px;
}


.scrollto-button {
	width: 50px;
	height: 50px;
	background: #fff url(../img/icons-kit/arrow-button.svg) no-repeat center;
	box-shadow: 0px 0px 12px 2px rgb(152 152 152 / 15%);
	border-radius: 25px;
	position: fixed;
	transform: rotate(-90deg);
	display: none;
	right: 15px;
	bottom: 50px;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	opacity: 0;
	visibility: hidden;
}

.scrollto-button.sticky {
	opacity: 1;
	visibility: visible;
}

.scrollto-button:hover {
	background-color: #FFE787;
}


@media screen and (max-width:1420px) {
	.pagenav {
		position: static;
		width: auto;
	}

	.pagenav-addresses {
		display: none;
	}
}


@media screen and (max-width:920px) {

	.gallery_main,
	.gallery_addicional,
	.gallery_video {
		max-width: 700px;
		margin: 0 auto;
	}

	.gallery_addicional .gallery-pic img {
		height: 130px;
	}

	.reasons-block {
		padding-left: 57px;
	}

	.reasons-pic_price {
		height: 350px;
	}

	.reasons-compare {
		min-height: 400px;
	}

	.reasons-compare_delivery {
		min-height: 190px;
	}

	.partners-item {
		width: calc(25% - 20px);
		margin: 10px;
	}

	.partners-item.brands {
		width: calc(20% - 20px);
		margin: 10px;
	}

	.repairs-row {
		font-size: 16px;
	}

	.pricelist-menu {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.questions .reasons-header:after {
		width: 170px;
		height: 117px;
	}

	.map0 {
		height: 550px;
	}

	.tooltip-content {
		width: 270px;
		height: 200px;
	}

	.questions .reasons-header:after {
		width: 121px;
		height: 86px;
		right: 10px;
	}

	.blog-list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.blog-preview {
		width: calc(50% - 30px);
		margin: 0 15px 30px;
	}

	.faq-list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.faq-preview {
		width: calc(50% - 30px);
		margin: 0 15px 30px;
	}

	.blog-card .blog-title {
		font-size: 26px;
		margin-bottom: 20px;
	}

	.blog-wrap {
		margin-top: 20px;
	}

	.faq-form {
		padding-right: 200px;
	}

	.faq-form .form {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 333px;
	}

	.article-wrapper {
		max-width: 75%;
	}

	.article-pic {
		margin-right: 30px;
	}

	.article .blog-date,
	.article .blog-likes {
		margin-right: 30px;
	}

	.article .pricelist-column_price {
		width: 50%;
	}

	.count-form {
		background-position: 97% center;
	}

	.repairs-success {
		margin-top: 27px;
	}

	.repairs-list {
		margin-bottom: 22px;
	}

	.repairs-item {
		width: calc(50% - 10px);
	}

	.repairs-item_master .repairs-column:nth-of-type(2) .repairs-tips {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.repairs-item_master .repairs-desc {
		min-height: auto;
	}

	.repairs-tip_metro {
		max-width: 100%;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.repairs-tip_adress {
		padding-right: 20px;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}


	.common-arrow {
		right: -10px;
	}

	.common-prev {
		left: -10px;
	}

	.master-interview .reasons-header {
		gap: 40px;
		padding-right: 80px;
	}

	.master-interview .section-desc {
		z-index: 2;
	}

	.pagenav {
		font-size: 18px;
	}

	.pagenav a {
		padding: 8px 0;
	}

	.scrollto-button {
		right: 15px;
	}

	.mgo-mcw-widget_position-right {
		right: 15px !important;
	}
}

@media screen and (max-width: 768px) {
	.offer-card {
		width: calc(33% - 16px);
	}

	.repairs-desc {
		font-size: 16px;
		margin-bottom: 16px;
	}

	.repairs-column:nth-of-type(2) {
		padding-left: 20px;
	}

	.repairs-right .socials-icon {
		width: 22px;
		height: 22px;
	}

	.repairs-price {
		padding: 15px 20px 11px;
	}

	.masters-list {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		height: auto;
	}

	.masters-item {
		margin: 12px;
	}

	.masters-item:nth-of-type(3n+3) .masters-pic {
		height: 140px;
	}

	.reasons-compare,
	.reasons-delivery {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		border: none;
	}

	.reasons-column {
		width: 100%;
		border: 1px solid #e1e1e1;
		border-radius: 5px;
		margin: 8px 0;
	}

	.faq-form {
		background: #F9F9F9 url(../img/faq-form.svg) no-repeat right bottom/263px 184px;
	}

	.count-form {
		background-image: url(../img/blog/form-arrow.svg);
		background-position: 97% center;
	}

	.pricelist-pic {
		max-width: 200px;
		margin-right: 20px;
	}

	.article-card {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.article-wrapper {
		max-width: 100%;
	}

	.article-pic {
		display: none;
	}

	.article-pic_mob {
		display: block;
		margin-bottom: 20px;
		max-width: 425px;
		height: 190px;
	}

	.article-wrap .article-pic {
		display: block;
	}

	.repairs-experience,
	.repairs-stat,
	.repairs-item_master .repairs-desc b {
		font-size: 16px;
	}

	.youtube-title {
		padding: 20px;
		font-size: 20px;
	}

}

@media screen and (max-width: 720px) {
	.partners-item {
		width: calc(33% - 20px);
	}

	.partners-item.brands {
		width: calc(25% - 20px);
	}

	.masters-list {
		grid-template-columns: 1fr 1fr;
		padding: 25px 15px
	}

	.map-form .sort-form.to-show:after {
		top: 24px;
	}

	.mapcard__wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.mapcard__left {
		width: 100%;
		margin-bottom: 30px;
	}

	.mapcard__gallery a {
		width: calc(33% - 16px);
	}

	.map-form {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 20px 0 10px;
		background-position: right center;
		padding: 10px 40px 20px;
	}

	.map-form .sort-form {
		width: 100%;
		margin: 10px 0;
	}

	.pricelist-form .sort-form.to-show:after {
		top: 24px;
	}

	.blog-list {
		margin-left: 0;
	}

	.blog-preview {
		width: 100%;
		margin: 0 auto 30px;
		position: relative;
		padding-left: 120px;
	}

	.blog-pic {
		margin-bottom: 20px;
	}

	.blog-card .blog-pic {
		max-width: 100px;
		height: 100px;
		margin-right: 20px;
		position: static;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.blog-card .blog-title {
		font-size: 24px;
		margin-bottom: 15px;
	}

	.blog-title {
		margin-bottom: 10px;
	}

	.faq-list {
		margin-left: 0;
	}

	.faq-preview {
		width: 100%;
		margin: 0 auto 30px;
	}

	.faq-pic {
		margin-bottom: 20px;
	}

	.faq-title {
		margin-bottom: 10px;
	}

	.faq-form {
		background: #F9F9F9 url(../img/faq-form.svg) no-repeat right bottom/196px 176px;
		padding-right: 150px;
	}

	.count-form {
		background-image: url(../img/blog/form-arrow.svg);
		background-position: 97% center;
	}

	.discount-order {
		background-size: 147px 148px;
		padding-right: 150px;
	}

	.pricelist-card .pricelist-row:first-of-type {
		padding: 0px 20px;
	}

	.pricelist-card .pricelist-row:not(:first-of-type) {
		padding: 16px 20px;
	}

	.article-nav {
		margin-top: -15px;
		margin-bottom: 30px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.repairs-item_master .repairs-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.repairs-placement {
		position: static;
		margin-top: 20px;
	}

	.repairs-item {
		width: 100%;
	}

	.repairs-item_master .repairs-column {
		width: 100%;
	}

	.repairs-item_master .repairs-pic {
		max-width: 100%;
		margin-bottom: 10px;
	}

	.repairs-item_master .repairs-desc {
		padding: 20px;
	}


	.repairs-item_partner .repairs-pic {
		max-width: 100%;
	}


	.status-form .form__button {
		height: 50px;
		margin-top: 15px;
	}

	.status-form {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.status-form_master .form__wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.form__label_radio {
		line-height: 20px;
	}

	.chat__wrap .form-control {
		line-height: 20px;
		min-height: 50px;
		height: auto;
	}

	.chat__wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.master-interview .reasons-header {
		gap: 20px;
		padding: 25px;
		-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;
	}

	.metro-list {
		height: 250px;
		gap: 12px;
	}

	.metro-list a {
		font-size: 14px;
		line-height: 18px;
	}

	.metro-list img {
		width: 23px;
		height: 18px;
		margin-right: 9px;
		margin-bottom: -2px;
	}

	.metro-list li:last-of-type img,
	.metro-list li:nth-last-of-type(2) img {
		margin-bottom: -4px;
		margin-left: 4px;
		margin-right: 14px;
		width: 14px;
		height: 20px;
	}

	.repairs-wrap_header {
		align-items: flex-start;
		justify-content: flex-start;
		flex-wrap: wrap;
		gap: 20px;
		margin-bottom: 20px;
	}

	.repairs-info {
		padding-left: 41px;
		font-size: 16px;
		line-height: 23px;
		background-size: 30px 23px;
	}

	.repairs-info_adress {
		padding-left: 33px;
		line-height: 27px;
		background-size: 19px 27px;
	}

	.repairs-info_metro {
		margin-left: 0;
	}

	.repairs-wrap_header .repairs-rating {
		background-size: 21px 20px;
		padding-left: 28px;
		line-height: 26px;
		font-size: 16px;
	}

	.repairs-item_contacts .repairs-column {
		max-width: 100%;
	}

	.repairs-wrap_content {
		gap: 20px;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
	}

	.repairs-item_contacts .offer-mastericon {
		width: 75px;
		height: 75px;
	}

	.repairs-item_contacts .repairs-pic {
		max-width: 100%;
	}


	.repairs-wrap_socials {
		margin: 20px 0 10px;
		gap: 15px;
	}

	.repairs-wrap_socials .socials {
		gap: 8px;
	}

	.repairs-wrap_socials .mapcard__tel {
		font-size: 16px;
		padding: 0 15px;
	}
}

@media screen and (max-width: 568px) {
	.gallery {
		margin-bottom: 25px;
	}

	.gallery:last-of-type {
		margin-bottom: 0;
	}

	.gallery_addicional .gallery-pic,
	.gallery .video {
		margin: 0 5px;
	}

	.gallery_addicional {
		width: 420px;
	}

	.gallery_addicional .gallery-pic,
	.gallery_addicional .gallery-pic img {
		border-radius: 12px;
	}

	.gallery_main .gallery-pic {
		margin: 0 5px;
	}

	.gallery_video,
	.gallery_main {
		width: 100%;
	}

	.youtube-title {
		padding: 20px 20px;
		font-size: 18px;
	}


	.masters-item:nth-of-type(5n+2) .masters-pic {
		height: 140px;
	}

	.masters-item:nth-of-type(5n+2) {
		grid-row: span 1;
	}

	.masters-item:nth-of-type(3n) {
		grid-column: span 2;
	}

	.masters-item:nth-of-type(3n+3) .masters-pic {
		max-width: 100%;
	}

	.masters-name {
		font-size: 16px;
		margin-bottom: 10px;
		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;
		min-height: 41px;
	}

	.masters-item {
		margin: 5px;
		width: calc(100% - 10px);
	}

	.reasons-block {
		padding-left: 0;
		margin-bottom: 30px;
	}

	.reasons-block:last-of-type {
		margin-bottom: 0;
	}

	.reasons-title {
		padding-left: 60px;
	}

	.reasons-text {
		margin-bottom: 15px;
	}

	.reasons-pic_price {
		background-image: url(../img/price-pic_mob.png) !important;
		height: 576px;
	}

	.reasons-pic_spare {
		background-image: url(../img/spareparts-pic_mob.png) !important;
		height: 142px;
	}

	.reasons-compare_delivery .reasons-column img {
		max-width: 114px;
	}

	.reasons-compare_delivery .reasons-column {
		padding: 30px 125px 30px 20px;
	}

	.reasons-subtitle {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.repairs-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.repairs-column:first-of-type {
		width: 100%;
	}

	.repairs-item {
		padding: 30px;
	}

	.repairs-pic,
	.repairs-item_model .repairs-pic {
		background-size: contain;
		max-width: 100%;
		width: 100%;
		height: 200px;
	}

	/*
	.repairs-pic:after {
		content: "";
		display: block;
		position: absolute;
		width: 17px;
		height: 16px;
		background: url(../img/number-tip.svg) no-repeat center/contain;
		bottom: 3px;
		left: -3px;
	}
*/

	.repairs-title {
		font-size: 20px;
	}

	.repairs-item {}

	.repairs-column:nth-of-type(2) {
		padding-left: 0;
	}

	.repairs-pic {
		margin-bottom: 0;
	}

	.repairs-row {
		padding: 0;
		font-size: 14px;
	}

	.repairs-likes {
		padding-left: 30px;
		background: url(../img/icons-kit/like-rating.svg) no-repeat left top/20px;
		margin-top: 5px;
		font-size: 14px;
	}

	.repairs-pic span {
		height: 28px;
		line-height: 28px;
		-webkit-transform: rotate(-23deg);
		transform: rotate(-23deg);
		font-size: 10px;
		top: 12px;
		left: -11px;
		padding: 0 10px 0 20px;
	}

	.repairs-pic span:before {
		width: 10px;
		height: 10px;
		top: 9px;
		left: 8px;
	}

	.repairs-subtitle {
		font-size: 16px;
		margin-bottom: 9px;
	}

	.repairs-subtitle:nth-of-type(2):before,
	.repairs-subtitle:first-of-type:before {
		height: 21px;
	}

	.reasons-number {
		font-size: 30px;
	}

	.reasons-column {
		padding-left: 20px;
	}

	.reasons-text,
	p {
		font-size: 16px;
	}

	.offer-card {
		width: calc(50% - 10px);
		margin: 5px;
		/*		height: 189px;*/
		height: 95px;
	}

	.offer-price,
	.offer-amount {
		font-size: 14px;
		bottom: 10px;
		padding: 0 10px;
	}

	.offer-name {
		font-size: 20px;
		margin-bottom: 5px;
	}

	.youtube-title {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.offer-button {
		margin-top: 20px;
	}

	.partners-item {
		width: calc(50% - 20px);
		margin: 10px;
	}

	.partners-item.brands {
		width: calc(33.33333% - 20px);
		margin: 10px;
	}

	.reasons-header:after {
		width: 104px;
		height: 70px;
		right: 14px;
	}

	.pricelist-menu {
		position: relative;
		padding-right: 100px;
	}

	.pricelist-menu:after {
		content: "Часто в ремонте!";
		width: 324px;
		height: 100px;
		line-height: 100px;
		font-style: normal;
		font-weight: bold;
		font-size: 32px;
		text-align: center;
		color: #2E9E71;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg) translate(-37%, 120%);
		background: #F9F9F9;
		border-radius: 12px;
		position: absolute;
		top: 0;
		right: 0;
	}

	.pricelist-row:first-of-type,
	.pricelist-card .pricelist-row:first-of-type {
		height: 50px;
		font-size: 16px;
		line-height: 50px;
		padding: 0 20px;
	}

	.pricelist-row:first-of-type {
		padding: 0 20px;
	}

	.pricelist-row:not(:first-of-type),
	.pricelist-card .pricelist-row:not(:first-of-type) {
		font-size: 14px;
		padding: 14px 20px;
	}

	.pricelist-row:not(:first-of-type) {
		padding: 14px 20px;
	}

	.pricelist-card .pricelist-btn {
		font-size: 14px;
		padding: 14px 20px;
		cursor: pointer;
	}

	.pricelist-card {
		display: block !important;
	}

	.pricelist-pic {
		width: 100%;
		height: 150px;
		margin: 0 auto 20px auto;
	}

	.pricelist-menu {
		margin-top: 20px;
	}

	.pricelist-button {
		margin: 8px;
		width: 200px;
	}

	.map0 {
		height: 550px;
	}

	.map-form {
		padding: 0px 20px 10px;
		background-image: url(../img/map/mapform-pic_mob.svg);
	}

	.questions .reasons-header {
		padding-right: 20px;
		margin-bottom: 15px;
	}

	.questions .accordion li > a:before {
		margin-right: 10px;
	}

	.questions .accordion li div {
		padding-left: 36px;
	}

	.questions .accordion li > a {
		font-size: 18px;
	}

	.questions .accordion li > a:before {
		font-size: 30px;
		line-height: 30px;
		height: 30px;
	}

	.mapcard__info {
		margin-top: 15px;
		padding-left: 30px;
	}

	.mapcard__gallery {
		margin-top: 0;
	}

	.mapcard__item {
		padding: 30px 20px;
	}

	.mapcard__left {
		padding-right: 0;
	}

	.mapcard__tel {
		margin-bottom: 0;
		max-width: 290px;
		width: 100%;
		font-size: 16px;
	}

	.map-form .form-control {
		padding: 15px 16px;
	}

	.map-form .search__list {
		padding-left: 16px;
	}

	.mapcard__gallery a {
		width: calc(33% - 10px);
		margin: 5px;
		height: 64px;
	}

	.mapcard__map {
		margin-bottom: 10px;
	}

	.tooltip-content {
		left: 50%;
		margin-left: -135px;
	}

	.faq-pic {
		max-width: 425px;
	}

	.faq-form {
		background: #F9F9F9;
		padding: 30px 20px;
	}

	.blog-pic {
		max-width: 425px;
	}

	.blog-preview {
		padding-left: 0;
	}

	.blog-card .blog-title {
		font-size: 20px;
		margin-bottom: 10px;
	}



	.blog-card .blog-pic {
		max-width: 100px;
		width: 100%;
		height: 100px;
		margin-right: 15px;
	}

	.blog-wrap {
		margin-top: 0px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.blog-category {
		margin-left: 23px;
	}

	.blog-card {
		margin-bottom: 30px;
	}

	.faq-form {
		margin-bottom: 30px;
	}

	.count-form {
		margin-top: 30px;
		margin-bottom: 0;
	}

	.discount-order {
		padding: 30px 60px 30px 20px;
		background-size: 100px 100px
	}

	.faq-form .form__button {
		margin: 20px 0 0;
		font-size: 16px;
		line-height: 50px;
		max-width: 100%;
	}

	.faq-form .section-heading {
		margin-bottom: 20px;
	}

	.faq-form .form {
		margin-top: 20px;
	}

	.faq-form .form__input {
		margin-right: 0;
	}

	.blog-card {
		position: relative;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.blog-card .blog-pic {
		position: static;
		margin-bottom: 20px;
		max-width: 425px;
		width: 100%;
		height: 190px;
	}

	.blog-card .blog-title {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.blog-date {
		padding-left: 30px;
	}

	.pricelist .form__input label {
		font-size: 18px !important;
	}

	.pricelist-form .form-control {
		padding: 15px;
	}

	.pricelist-title {
		font-size: 26px;
		margin-bottom: 20px;
	}

	.article h1 {
		margin-bottom: 20px;
		text-align: center;
	}

	.article .section-heading,
	.article h2 {
		margin-bottom: 15px;
		margin-top: 23px;
	}

	.master-interview .section-heading {
		margin: 0;
	}

	.master-interview .section-desc {
		padding-right: 0;
	}

	.master .article-wrapper .section-subtitle:not(first-of-type) {
		margin-top: 15px;
		padding-top: 15px;
	}

	.master .article-wrapper img {
		margin-right: 10px;
		margin-top: 15px;
	}

	.article .section-subtitle {
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.mapcard__item .section-subtitle {
		margin-top: 0px;
	}

	.article .pricelist-row:first-of-type {
		min-height: 50px;
		font-size: 16px;
		padding: 15px 0px;
	}

	.article .pricelist-table {
		margin-top: 30px;
	}

	.article-list li {
		margin-top: 16px;
		padding-left: 20px;
		font-size: 16px;
	}

	.article-list li:first-child {
		margin: 0;
	}

	.article-wrap .article-big-pic {
		margin-bottom: 20px;
	}

	.article-wrap .article-pic {
		max-width: 45px;
		max-height: 45px;
		margin-right: 15px;
	}

	.article-wrap {
		margin-top: 20px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.article .pricelist-column_price {
		width: 70%;
	}

	.article .gallery_addicional {
		width: auto;
	}

	.article .gallery_addicional .gallery-pic img {
		height: 90px;
	}

	.blog-date,
	.blog-likes,
	.blog-share {
		margin-right: 15px;
		padding-left: 30px;
		margin-top: 10px;
	}

	.repairs-item_master {
		padding: 30px 20px;
	}

	.partner .repairs-pic:after,
	.repairs-item_master .repairs-pic:after {
		display: none;
	}

	.repairs-item_master .more-btn {
		display: block;
		margin-top: 5px;
	}

	.repairs-rate {
		text-align: left;
	}

	.repairs-success {
		margin-top: 20px
	}

	.status .repairs-header {
		padding: 15px 20px;
		min-height: auto;
	}

	.status .repairs-right span {
		padding-right: 25px;
	}

	.status-form_master .form__input {
		margin-top: 0px;
	}

	.offer-cards {
		/*
		grid-template-columns: repeat(2, 1fr);
		display: grid;
		gap: 10px;
		position: relative;
*/
	}

	.offer-cards_before.offer-cards:before {
		content: "Приносите — починим!";
		width: 334px;
		height: 100px;
		line-height: 39px;
		font-weight: bold;
		font-size: 34px;
		display: block;
		text-align: center;
		color: #2E9E71;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg) translate(-165%, 85%);
		background: #fff;
		position: absolute;
		top: 0;
		right: 0;
		display: none;
	}

	.offer-cards_after.offer-cards:after {
		content: "Выезжаем, доставляем!";
		width: 219px;
		text-align: center;
		height: 78px;
		line-height: 39px;
		font-weight: bold;
		font-size: 34px;
		display: block;
		text-align: center;
		color: #2E9E71;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg) translate(73%, -45%);
		background: #fff;
		position: absolute;
		top: 1515px;
		left: 0;
		display: none;
	}


	.offer-card {
		margin: 0;
	}

	.offer-slider .offer-card {
		width: 100%;
		margin: 5px;
	}

	.common-arrow {
		width: 40px;
		height: 40px;
		margin-top: -20px;
		background-size: 20px;
	}

	/*
	.offer-cards_before .offer-card:nth-of-type(5),
	.offer-cards_before .offer-card:nth-of-type(6) {
		grid-column: 1/-1;
		width: calc(50% - 5px);
	}

	.offer-cards_after .offer-card:nth-of-type(11),
	.offer-cards_after .offer-card:nth-of-type(12) {
		grid-column: 2/3;
	}
*/

	.success-form {
		padding-top: 130px;
		background-size: 65px;
	}

	.chat-title {
		font-size: 18px;
		margin-bottom: 10px;
		padding-top: 10px;
		padding-left: 50px;
	}

	.chat-message {
		padding: 17px 15px;
	}

	.chat-title:before {
		width: 40px;
		height: 40px;
	}

	.chat-pic {
		width: 100px;
		height: 100px;
		margin-top: 10px;
	}

	.chat-block_answer .chat-title {
		padding-left: 0;
		padding-right: 50px;
	}

	.article-nav {
		-webkit-column-gap: 15px;
		column-gap: 15px;
	}


	.pagenav {
		font-size: 16px;
	}

	.pagenav-title {
		margin-bottom: 15px;
	}

	.pagenav a {
		padding: 6px 0;
	}

	.contacts-cta-item_mini {
		background: url(/templates/Umedia/img/cta-phone.png) no-repeat center bottom/100%,
			linear-gradient(107.35deg, #150C62 1.2%, #150C62 97.55%) !important;
		padding-bottom: 220px !important;
	}

	.contacts-cta-item_out {
		background: url(/templates/Umedia/img/cta-bus.png) no-repeat center bottom/contain, linear-gradient(107.35deg, #150C62 1.2%, #150C62 97.55%) !important;
		padding-bottom: 270px !important;
	}

	.contacts-cta-item_main .socials-icon {
		width: 56px;
		height: 51px;
		padding: 9px 12px;
	}

}

@media screen and (max-width: 384px) {
	.partners-item.brands {
		width: calc(50% - 20px);
		margin: 10px;
	}
}

.regions-pic {
	margin-left: -11.36%;
	max-width: 111.36%;
}

.regions-pic_mob {
	display: none;
}

.regions-list {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 20px;
}

.regions-name {
	font-size: 18px;
	font-weight: 500;
	line-height: 145.187%;
}

.regions-item {
	width: calc(25% - 12px);
	border-radius: 12px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 12px;
	border: 1px solid #E2E6EB;
	transition: all 0.3s ease;
	padding: 23px 18px;
	text-align: center;
	height: 261px;
	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;
	gap: 18px;
}

.regions-item img {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-o-object-fit: scale-down;
	object-fit: scale-down;
}

.regions-item:hover,
.regions-item.active {
	border-color: #2E9E71;
}

@media screen and (max-width: 720px) {
	.regions-list {
		gap: 15px;
		margin-top: 0px;
	}

	.regions-item {
		width: calc(33% - 10px);
	}
}

@media screen and (max-width: 568px) {

	.regions-list {
		gap: 9px;
	}

	.regions-item {
		width: calc(50% - 4.5px);
		height: 235px;
		gap: 12px;
		padding: 15px 10px;
	}

	.regions-name {
		font-size: 16px;
	}

	.regions-item img {
		max-width: 130px;
		max-height: 160px;
	}

	.regions-pic {
		display: none;
	}

	.regions-pic_mob {
		display: block;
		width: 100%;
		margin-bottom: 15px;
	}
}

.offer-wrap {
	position: relative;
	padding: 70px 60px;
	color: #ffffff;
	overflow: hidden;
}

.offer-wrap:before {
	content: "";
	background: rgba(40, 53, 75, 0.75);
	backdrop-filter: blur(2px);
	z-index: 1;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}

.offer-wrap .offer-mainpic {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
	max-width: 100%;
}

.offer-content {
	width: 100%;
}

.offer-content h1 {
	font-size: 50px;
	font-weight: 700;
	line-height: 1.25em;
	margin-bottom: 25px;
}

.offer-content .offer-desc {
	margin-bottom: 50px;
}

.offer-desc p {
	font-size: 20px;
	line-height: 1.5em;
	font-weight: 500;
	padding-left: 46px;
	background: url(../img/icons-kit/greentip.svg) no-repeat left top 3px/26px;
}

.offer-desc p:not(:last-of-type) {
	margin-bottom: 20px;
}

.offer-desc a {
	color: #2E9E71;
	font-size: 20px;
	font-style: normal;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
}

.offer-mainpic {
	border-radius: 12px;
	max-width: 285px;
	width: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	margin: 0;
	-o-object-fit: cover;
	object-fit: cover;
}

.offer_brand .offer-mainpic {
	height: 100%;
}

.offer_brand .offer-pic span:first-of-type {
	display: none;
}

.offer-pic span:first-of-type {
	color: #FFF;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	line-height: 0.77em;
	display: inline-block;
	position: absolute;
	background: #2E9E71;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	top: 9px;
	left: 9px;
	padding: 13px 2px;
}

.offer-button_master {
	margin-top: 20px;
}

.offer-rating {
	display: none;
	position: absolute;
	bottom: 9px;
	left: 9px;
	border-radius: 7px;
	background: #FFF;
	color: #7B8287;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.45em;
	padding: 3px 12px;
}

.offer_brand .offer-rating {
	display: block;
	bottom: unset;
	left: unset;
	right: 12px;
	top: 8px;
	border-radius: none;
	background: transparent;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 0 0 0 22px;
	background: url(../img/icons-kit/star-rating.svg) no-repeat left top 3px/15px;
}

.offer-opentext {
	color: #139BE7;
	font-size: 14px;
	font-weight: 400;
	line-height: 145.187%;
	cursor: pointer;
	display: none;
	margin-top: 10px;
}


.offer-desc.formatted {
	padding: 0;
	border-radius: 0;
	border: none;
	background: transparent;
	position: relative;
}

.offer-desc.formatted:after,
.offer-desc.formatted:before {
	display: none;
}

.offer-desc.offer-desc_quote {
	padding: 20px 30px;
	border-radius: 30px;
	position: relative;
	border: 2px solid #139BE7;
}


.offer-desc.offer-desc_quote:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -32px;
	right: 37px;
	border: 13px solid transparent;
	border-top: 20px solid #fff;
}

.offer-desc.offer-desc_quote:before {
	content: "";
	display: block;
	position: absolute;
	bottom: -36px;
	right: 35px;
	border: 15px solid transparent;
	border-top: 22px solid #139BE7;
}


/*
.offer-desc:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -33px;
	right: 35px;
	border: 15px solid transparent;
	border-top: 22px solid #F9F9F9;
}
*/

.offer-desc li {
	position: relative;
	padding-left: 40px;
	background: url(../img/icons-kit/checkin-icon.svg) no-repeat left center/25px;
	color: #7B8287;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.55em;
}

.offer-desc li:not(:last-of-type) {
	margin-bottom: 25px;
}

.offer-desc li a {
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
}

.offer-mastertip {
	margin-top: 25px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	gap: 15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.offer-mastericon {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	position: relative;
}


.offer-mastericon:after {
	content: "";
	background: #48C95F;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	border: 1px solid #fff;
	position: absolute;
	bottom: 2px;
	right: 4px;
}

.offer-mastericon img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.offer-mastername {
	font-size: 14px;
	font-weight: 400;
	color: #7B8287;
}

.offer-mastername a {
	color: #139BE7;
	font-style: normal;
	font-size: 16px;
	text-decoration: underline;
	display: block;
}

.offer-buttons {
	gap: 60px;
	margin-top: 30px;
}

.offer-logo {
	border-radius: 12px;
	border: 1px solid #E2E6EB;
	background: #FFF;
	margin-top: 13px;
	height: 72px;
	padding: 16px 5px;
}

.offer_brand .offer-logo {
	border: none;
	margin: -27px auto;
	position: relative;
	width: 185px;
	height: 53px;
	border-radius: 27px;
	padding: 13px 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.offer-logo img {
	-o-object-fit: contain;
	object-fit: contain;
	height: 40px;
	width: 100%;
	-o-object-position: center;
	object-position: center;
}

.button-accent {
	border: 1px solid #2E9E71;
	color: #2E9E71;
	background: transparent;
}

.button-accent:hover {
	color: #fff;
}

.offer-buttons .button {
	width: 100%;
}

.offer-tips {
	gap: 30px;
}

.offer-tip {
	border-radius: 12px;
	border: 1px solid #EFEFEF;
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 15px 24px;
	color: #252525;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.32em;
	margin-top: 30px;
	padding-right: 100px;

}

.offer-tip span {
	color: #48C95F;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.26em;
	display: block;
}

.offer-tip:first-of-type {
	background-image: url(../img/offer-tip1.png);
}

.offer-tip:first-of-type span {
	color: #48C95F;
}

.offer-tip:nth-of-type(2) {
	background-image: url(../img/offer-tip2.png);
}

.offer-tip:nth-of-type(2) span {
	color: #2F89CE;
}


.offer-tip:nth-of-type(3) {
	background-image: url(../img/offer-tip3.png);
}

.offer-tip:nth-of-type(3) span {
	background: url(../img/icons-kit/star-rating.svg) no-repeat left top 3px/18px;
	padding-left: 25px;
	color: #F2C94C;
}

.offer_brand .offer-tip:first-of-type {
	background-image: url(../img/offer-tip4.png);
}

.offer_brand .offer-tip:nth-of-type(2) {
	background-image: url(../img/offer-tip5.png);
}

.contacts-cta-block {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 12px;
}

.contacts-cta-item {
	background: #F9F9F9;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: calc(50% - 6px);
	padding: 30px 35px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 15px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.contacts-cta-text {
	margin-bottom: 10px;
}

.contacts-cta-item_main {
	color: #fff;
	width: 100%;
	padding: 55px 60px;
}

.contacts-cta-item_main .socials {
	margin-right: 0;
	margin-top: 40px;
}

.contacts-cta-item_main .socials-icon {
	width: 60px;
	height: 55px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 11px 14px;
	background: #fff;
}

.contacts-cta-item_main .socials-icon img,
.offer-wrap .socials-icon img {
	width: 40px;
	height: 40px;
}

.offer-wrap .contacts-cta-button img {
	width: 18px;
	height: 18px;
	margin-right: 5px;
}
}

.contacts-cta-item_main .contacts-cta-content {
	max-width: 280px;
}

.contacts-cta-item_main .contacts-cta-button {
	margin-top: 50px;
}

.contacts-cta-item_mini .contacts-cta-button {
	margin-top: 23px;
}

.contacts-cta-item_main .contacts-cta-button {
	background: #FFE787;
	color: #252525;
}

.contacts-cta-title {
	font-size: 36px;
	text-align: left;
	line-height: 1.1em;
}

.contacts-cta-button {
	min-width: 134px;
}

.contacts-cta-item_main .contacts-cta-button:hover {
	background: rgba(255, 226, 98, 0.9);
}

.contacts-cta-button_wa {
	background: #48C95F;
}

.contacts-cta-button_wa:hover {
	background: rgba(72, 201, 95, 0.9);
}

.contacts-cta-button_tg {
	background: #40B3E0;
}

.contacts-cta-button_tg:hover {
	background: rgba(64, 179, 224, 0.9);
}

.contacts-cta-item_master {
	background: url(/templates/Umedia/img/contacts-cta-pic4.png) no-repeat right bottom/auto 100%, linear-gradient(107.35deg, #150C62 1.2%, #150C62 97.55%);
}

.contacts-cta-item_calculate {
	background: url(/templates/Umedia/img/spbremont-cta-bg3.jpg) no-repeat center/cover;
	border: none;
	color: #252525;
	position: relative;
	margin: 130px 0 0;
}

.contacts-cta-item_calculate:after {
	content: "";
	position: absolute;
	display: block;
	background: url(/templates/Umedia/img/spbremont-cta-pic3.png) no-repeat center/contain;
	width: 549px;
	height: 601px;
	right: 0;
	bottom: 0;
}

.contacts-cta-item_urgent {
	background: url(/templates/Umedia/img/spbremont-cta-bg1.jpg) no-repeat center/cover;
	border: none;
	position: relative;
	margin: 0 0 75px;
}

.contacts-cta-item_urgent:after {
	content: "";
	position: absolute;
	display: block;
	background: url(/templates/Umedia/img/spbremont-cta-pic1.png) no-repeat center/contain;
	width: 654px;
	height: 381px;
	right: 0;
	bottom: -77px;
}


.contacts-cta-item_diagnostics {
	background: url(/templates/Umedia/img/spbremont-cta-bg2.jpg) no-repeat center/cover;
	border: none;
	position: relative;
	margin: 0 0 60px;
}

.contacts-cta-item_diagnostics:after {
	content: "";
	position: absolute;
	display: block;
	background: url(/templates/Umedia/img/spbremont-cta-pic2.png) no-repeat center/contain;
	width: 390px;
	height: 283px;
	right: -40px;
	bottom: -60px;
}

.contacts-cta-item_diagnostics .contacts-cta-title {
	margin-bottom: 0;
}

.contacts-cta-item_service {
	background: #fff url(/templates/Umedia/img/contacts-cta-pic6.png) no-repeat right 35px center;
	border: 2px solid #139BE7;
	color: #252525;
}

.contacts-cta-item_calculate .contacts-cta-content {
	max-width: 500px;
}

.contacts-cta-item_service .contacts-cta-content {
	max-width: 360px;
}

.contacts-cta-tip {
	font-style: normal;
	font-weight: 500;
	color: #139BE7;
	margin-top: 20px;
}

.contacts-cta-tip li:not(:last-of-type) {
	margin-bottom: 5px;
}

.contacts-cta-item_calculate .socials,
.contacts-cta-item_service .socials {
	flex-wrap: wrap;
	gap: 12px;
}

.contacts-cta-item_calculate .socials-icon,
.contacts-cta-item_urgent .socials-icon,
.contacts-cta-item_service .socials-icon,
.offer-wrap .socials-icon,
.offer-wrap .contacts-cta-button {
	height: 66px;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	background: #48C95F;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 271px;
}

.contacts-cta-item_calculate .socials-icon {
	max-width: 201px;
}

.contacts-cta-item_urgent .socials-icon {
	max-width: 364px;
}

.offer-wrap .contacts-cta-button {
	background: #FFE98E;
	color: #252942;
}

.contacts-cta-item_calculate .socials-icon:nth-of-type(2),
.contacts-cta-item_service .socials-icon:nth-of-type(2) {
	background: #2F89CE;
}

.youtube-header {
	background: #F9F9F9 url(../img/youtube-header-pic.svg) no-repeat right center;
	border-radius: 12px;
	padding: 60px 40px;
}

.youtube-header .section-heading {
	max-width: 505px;
	margin-bottom: 0;
}

.youtube-list {
	margin-top: 30px;
}

.youtube-item {
	margin-bottom: 40px;
}

.youtube-nav {
	gap: 15px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.youtube-item .section-heading {
	margin: 25px 0;
}

.youtube-likes,
.youtube-share,
.youtube-desc {
	background: #fafaff;
	padding: 16px;
}

.youtube-likes,
.youtube-share {
	border-radius: 20px;
	height: 40px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}

.youtube-likes span {
	height: 21px;
	width: 1px;
	background: #7B8287;
}

.youtube-button {
	display: inline-block;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: center;
}

.youtube-button_like {
	background-image: url(../img/icons-kit/youtube-like.svg)
}


.youtube-button_dislike {
	background-image: url(../img/icons-kit/youtube-dislike.svg)
}


.youtube-button_share {
	background-image: url(../img/icons-kit/youtube-share.svg);
	cursor: pointer;
}

.youtube-desc {
	width: 100%;
	border-radius: 12px;
}

.youtube-desc span,
.youtube-comment span {
	font-weight: 500;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 5px;
}

.youtube-comments-counter {
	font-weight: 700;
	font-size: 18px;
	margin-top: 20px;
}

.youtube-comment {
	margin: 15px 0 0 100px;
}

span.youtube-comment-date {
	font-weight: 400;
	color: #7B8287;
}

.youtube-more {
	font-weight: 500;
	color: #7B8287;
	margin-left: 0px;
	cursor: pointer;
}

.masters-cards {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-radius: 12px;
	background: #F9F9F9;
	padding: 20px;
	gap: 10px;
}

.masters-card {
	border-radius: 12px;
	background: #fff;
	padding: 20px;
	width: calc(50% - 5px);
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 12px;
	color: #7B8287;

}

.masters-icon {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}


.masters-icon:after {
	content: "";
	background: #48C95F;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	border: 1px solid #fff;
	position: absolute;
	bottom: 4px;
	right: 12px;
}

.masters-icon img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.masters-title {
	margin-bottom: 10px;
}

.masters-title a {
	display: block;
	color: #139BE7;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.45em;
}

.masters-content .masters-author {
	margin-top: 15px;
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 5px;
}

.masters-stars {
	line-height: 18px;
}

.masters-stars span {
	background: url(../img/icons-kit/master-goldstar.svg) no-repeat left center;
	width: 20px;
	height: 18px;
	display: inline-block;
}

.masters-review {
	color: #252525;
	margin: 10px 0;
}

.masters-nav {
	gap: 12px;
	font-size: 14px;
}

.masters-nav span:not(:last-of-type):after {
	content: "";
	width: 2px;
	height: 2px;
	display: inline-block;
	position: relative;
	border-radius: 50%;
	background: #7B8287;
	left: 5px;
	top: -5px;
}

.masters-rating {
	padding-left: 25px;
	background: url(../img/icons-kit/master-star.svg) no-repeat left top;
}

.youtube-desc div {
	height: 42px;
	overflow: hidden;
	-webkit-transition: height 0.5s ease;
	transition: height 0.5s ease;
}


.youtube-desc.active div {
	height: auto;
}

[hidden] {
	display: none !important;
}

.blockquote {
	background: #F9F9F9 url(../img/icons-kit/idea-icon.svg) no-repeat left 32px top 14px/31px 31px;
	border-left: 4px solid #F5A856;
	;
	padding: 13px 24px 13px 92px;
	font-size: 18px;
	line-height: 1.5em;
}

blockquote.formatted {
	font-size: 18px;
	line-height: 1.5em;
}

.blockquote-dialog .blockquote-wrap:not(:last-of-type) {
	margin-bottom: 40px;
}

.blockquote-wrap {
	gap: 37px;
	position: relative;
}

.blockquote-wrap:after {
	content: "!";
	color: #2E9E71;
	font-size: 117px;
	transform: rotate(-11deg);
	position: absolute;
	font-weight: 500;
	left: 0;
}

.blockquote-dialog .blockquote-wrap:after {
	display: none;
}

.blockquote-dialog .blockquote-wrap:first-of-type .offer-master-quote {
	border-color: #E2E6EB
}


.blockquote-wrap .offer-mastertip {
	flex-direction: column;
	justify-content: flex-start;
	margin-top: 0;
	flex-shrink: 0;
}

.blockquote-wrap .offer-mastericon {
	width: 150px;
	height: 150px;
}

.blockquote-wrap .offer-mastericon:after {
	display: none;
}

.offer-master-quote {
	padding: 30px 65px 30px 50px;
	border-radius: 30px;
	position: relative;
	border: 2px solid #139BE7;
	font-size: 18px;
	line-height: 1.5em;
}

.offer-master-quote:after {
	content: "";
	display: block;
	position: absolute;
	right: -32px;
	top: 37px;
	border: 13px solid transparent;
	border-left: 20px solid #fff;
}

.offer-master-quote:before {
	content: "";
	display: block;
	position: absolute;
	right: -36px;
	top: 35px;
	border: 15px solid transparent;
	border-left: 22px solid #139BE7;
}

.blockquote-dialog .blockquote-wrap:first-of-type .offer-master-quote:after {
	right: unset;
	left: -20px;
	top: 36px;
	border: 13px solid transparent;
	border-left: unset;
	border-right: 20px solid #fff;
}

.blockquote-dialog .blockquote-wrap:first-of-type .offer-master-quote:before {
	right: unset;
	left: -22px;
	top: 35px;
	border: 15px solid transparent;
	border-left: unset;
	border-right: 22px solid #E2E6EB;
}


.blockquote-dialog .blockquote-wrap:first-of-type .offer-mastertip {
	order: -1;
}

.br-theme-fontawesome-stars-o .br-widget {
	height: 58px;
	white-space: nowrap;
}

.br-theme-fontawesome-stars-o .br-widget-small a {
	font: normal normal normal 32px/1 FontAwesome !important;
}

.br-theme-fontawesome-stars-o .br-widget a {
	font: normal normal normal 50px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	text-decoration: none;
	margin-right: 2px;
}

.br-theme-fontawesome-stars-o .br-widget a:after {
	content: '\f006';
	color: #d2d2d2;
}

.br-theme-fontawesome-stars-o .br-widget a.br-active:after {
	content: '\f005';
	color: #F6C630;
}

.br-theme-fontawesome-stars-o .br-widget a.br-selected:after {
	content: '\f005';
	color: #F6C630;
}

.br-theme-fontawesome-stars-o .br-widget a.br-fractional:after {
	content: '\f123';
	color: #F6C630;
}

.br-theme-fontawesome-stars-o .br-widget .br-current-rating {
	display: none;
}

.br-theme-fontawesome-stars-o .br-readonly a {
	cursor: default;
}

.br-theme-fontawesome-stars-o .br-reverse a.br-fractional {
	display: inline-block;
	transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-webkit-filter: FlipH;
	filter: FlipH;
	-ms-filter: "FlipH";
}

@media print {
	.br-theme-fontawesome-stars-o .br-widget a:after {
		content: '\f006';
		color: black;
	}

	.br-theme-fontawesome-stars-o .br-widget a.br-active:after,
	.br-theme-fontawesome-stars-o .br-widget a.br-selected:after {
		content: '\f005';
		color: black;
	}

	.br-theme-fontawesome-stars-o .br-widget a.br-fractional:after {
		content: '\f123';
		color: black;
	}
}

.rating {
	margin: 25px auto;
	text-align: center;
	text-transform: uppercase;
}

.no-spacing {
	margin: 0;
	padding: 0;
}

.bottom-spacing {
	margin-top: 0;
	padding-top: 0;
}

section#shadow-host-companion {
	padding: 0;
}


html.locked {
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
}

.search-button {
	background-image: url(../img/icons-kit/search-icon-mob.svg);
	width: 23px;
	height: 23px;
	position: static;
	margin: 0;
	display: none;
}

.mobile-top {
	margin-bottom: 20px;
	display: none;
	padding-left: 15px;
}

.mobile-top__list {
	gap: 8px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow-x: scroll;
	padding: 12px 0;
}

.mobile-top__item {
	padding: 0px 14px;
	border-radius: 18px;
	background: #F9F9F9;
	color: #7B8287;
	font-size: 14px;
	font-weight: 500;
	line-height: 35px;
	white-space: nowrap;
}

.mobile-bottom {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #fff;
	z-index: 10;
	display: none;
	gap: 9px;
}

.mobile-bottom:after {
	content: "";
	width: 56px;
	height: 56px;
	display: inline-block;
	position: absolute;
	top: -50%;
	left: 50%;
	-webkit-transform: translate(-50%, -15%);
	transform: translate(-50%, -15%);
	border-radius: 50%;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, white), to(transparent));
	background: linear-gradient(360deg, white 50%, transparent);
	display: none;
}

.mobile-bottom__tel {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #2E9E71;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	z-index: 22;
	top: -50%;
}

.mobile-bottom__item {
	width: 50%;
	height: 40px;
	font-size: 12px;
	text-align: center;
	position: relative;
	cursor: pointer;
	background: none;
	color: #FFF;
	font-size: 14px;
	font-weight: 500;
	line-height: 40px;
	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;
	gap: 9px;
}

.mobile-bottom__item_tg {
	background: #0083DC;
}

.mobile-bottom__item_wa {
	background: #48C95F;
}

.mobile-bottom__item img {
	width: 23px;
	height: 23px;
	padding: 5px;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.25);
	display: inline-block;
}

.mobile-bottom__tel img {
	display: block;
	width: 38px;
	height: 38px;
	padding: 12px;
	display: block;
}

.mobile-search {
	display: none;
}


.mobile-menu {
	background: #fff;
	position: fixed;
	padding: 60px 0 64px;
	top: 0px;
	width: 0;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	overflow-y: auto;
	display: none;
}

.mobile-innermenu {
	background: rgba(255, 255, 255, 0.50);
	position: fixed;
	backdrop-filter: blur(3px);
	position: fixed;
	padding: 60px 0 64px;
	top: 0px;
	width: 0;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	overflow-y: auto;
	display: none;
}

.mobile-search {
	background: #fff;
	position: fixed;
	padding: 84px 0 64px;
	top: 0px;
	width: 0;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	overflow-y: auto;
	display: none;
}

.mobile-search .search {
	max-width: 100%;
	height: 45px;
}

.mobile-search .search.is-turn .search__input {
	border-radius: 15px;
	font-size: 16px;
	padding-left: 42px;
}

.mobile-search .search-control {
	background-image: url(../img/icons-kit/search-icon-mob.svg);
	right: unset;
	left: 15px;
	background-size: 18px 18px;
}


.mobile-search .search__list {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #fff;
	padding-left: 0 !important;
	min-height: 542px;
}

.mobile-search .search__list li {
	color: #252525;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
}


.mobile-search .search__list > div {
	color: #7B8287;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 15px;
}

.mobile-search .search__list_last {
	padding-top: 26px;
}


.mobile-innermenu__content {
	border-radius: 0px;
	background: #FFF;
	padding: 30px 15px;
	position: absolute;
	width: 100%;
	bottom: 49px;
	text-align: center;
}

.mobile-innermenu__item {
	color: #252525;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 0;
	text-transform: uppercase
}

.mobile-innermenu__button {
	margin: 15px auto 0;
}


.mobile-close {
	width: 21px;
	height: 21px;
	position: absolute;
	z-index: 8;
	right: 15px;
	top: 82px;
	background: url(../img/icons-kit/mobile-close.svg) no-repeat center center;
	cursor: pointer;
}

.search-close {
	width: 21px;
	height: 21px;
	position: absolute;
	z-index: 8;
	right: 15px;
	top: 11px;
	background: url(../img/icons-kit/mobile-close.svg) no-repeat center center;
	cursor: pointer;
}

.mobile-menu .mobile-submenu {
	background: #fff;
	position: fixed;
	top: 0px;
	left: 0;
	width: 0;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	overflow-y: auto;
	text-align: left;
	padding: 60px 0 64px;
	display: none;

}

.mobile-menu_active {
	visibility: visible;
	opacity: 1;
	width: 100%;
	-webkit-transition: opacity 1s cubic-bezier(.73, -0.44, .16, 1.56);
	transition: opacity 1s cubic-bezier(.73, -0.44, .16, 1.56);
	z-index: 6;
}

.mobile-innermenu_active {
	visibility: visible;
	opacity: 1;
	width: 100%;
	-webkit-transition: opacity 1s cubic-bezier(.73, -0.44, .16, 1.56);
	transition: opacity 1s cubic-bezier(.73, -0.44, .16, 1.56);
	z-index: 5;
}

.mobile-search_active {
	visibility: visible;
	opacity: 1;
	width: 100%;
	-webkit-transition: opacity 1s cubic-bezier(.73, -0.44, .16, 1.56);
	transition: opacity 1s cubic-bezier(.73, -0.44, .16, 1.56);
	z-index: 7;
}

.mobile-menu .mobile-menu__item_active > .mobile-submenu {
	visibility: visible;
	opacity: 1;
	width: 100%;
	-webkit-transition: opacity 1s cubic-bezier(.73, -0.44, .16, 1.56);
	transition: opacity 1s cubic-bezier(.73, -0.44, .16, 1.56);
	z-index: 7;
}

.mobile-menu .mobile-submenu_active {
	visibility: visible;
	opacity: 1;
	width: 100%;
	-webkit-transition: opacity 1s cubic-bezier(.73, -0.44, .16, 1.56);
	transition: opacity 1s cubic-bezier(.73, -0.44, .16, 1.56);
	z-index: 7;
}
}

.mobile-menu .mobile-submenu__item_active > .mobile-submenu {
	visibility: visible;
	opacity: 1;
	width: 100%;
	-webkit-transition: opacity 1s cubic-bezier(.73, -0.44, .16, 1.56);
	transition: opacity 1s cubic-bezier(.73, -0.44, .16, 1.56);
	z-index: 7;
}


.mobile-menu__item > a,
.mobile-submenu__item > a {
	color: #252525;
	font-size: 16px;
	line-height: 118%;
	padding: 12px;
	position: relative;
	display: block;
	text-transform: uppercase;
	font-weight: 500;
}

.mobile-submenu__title > a {
	padding: 12px 0 12px 35px;
	position: relative;
	display: block;
}

.mobile-submenu__item a {
	padding-left: 0px;
}

.mobile-menu__item,
.mobile-submenu__item {
	border-bottom: 1px solid #fafaff;
	padding: 5px 15px;
}

.mobile-menu__item > a > span,
.mobile-submenu__title > a > span {
	display: block;
	width: 20px;
	height: 20px;
	background: #252525;
	position: absolute;
	top: 12px;
	left: 0;
	-webkit-mask-size: contain !important;
	mask-size: contain !important;
	display: none;
}

.mobile-submenu__title > a > span {
	background: #2E9E71;
}

.mobile-menu__title,
.mobile-submenu__title {
	border-top: 1px solid #fafaff;
	border-bottom: 1px solid #fafaff;
	background: #FF6EF;
	color: #2E9E71;
	font-size: 16px;
	line-height: 118%;
	padding: 22px 15px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
}

.mobile-submenu__title {
	padding: 10px 15px;
}

.mobile-submenu .mobile-submenu .mobile-submenu__title span {
	display: none;
}

.mobile-submenu__back {
	border-top: 1px solid #fafaff;
	border-bottom: 1px solid #fafaff;
	font-size: 18px;
	line-height: 118%;
	padding: 22px 15px 22px 35px;
	font-weight: 400;
	position: relative;
	cursor: pointer;
}

.mobile-submenu__back span {
	width: 21px;
	height: 21px;
	position: absolute;
	left: 8px;
	top: 22px;
	background: url(../img/icons-kit/menu-arrow_back.svg) no-repeat center center;
	cursor: pointer;
}

.mobile-submenu__placeholder {
	width: 21px;
	height: 21px;
	position: absolute;
	right: 0px;
	top: 12px;
	background: url(../img/icons-kit/menu-arrow_nav.svg) no-repeat center center;
	cursor: pointer;
}

.repairsteps-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 25px 12px;
}

.repairsteps-item {
	width: calc(50% - 6px);
	position: relative;
}


.repairsteps-list_garant .repairsteps-item:last-of-type {
	width: 100%;
}

.repairsteps-list_service .repairsteps-item:first-of-type {
	width: 100%;
}

.repairsteps-list_service .repairsteps-item:nth-of-type(2) {
	width: calc(45% - 6px);
}

.repairsteps-list_service .repairsteps-item:nth-of-type(3) {
	width: calc(55% - 6px);
}

.repairsteps-item img {
	width: 100%;
	border-radius: 12px;
}

.repairsteps-list_service .repairsteps-item img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.repairsteps-text {
	border-radius: 18px;
	background: #F9F9F9;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	line-height: 154.688%;
	padding: 16px;
	width: calc(100% - 40px);
	max-width: 517px;
	margin-left: 50%;
	-webkit-transform: translate(-50%, -30px);
	transform: translate(-50%, -30px);
}

.repairsteps-item .button {
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
	background: #48C95F;
	position: absolute;
	bottom: 30px;
	left: 30px;
	padding: 17px;
	width: 100%;
	line-height: 1.2em;
}

.repairsteps-item .button:hover {
	background: rgba(72, 201, 95, 0.9);
}

.repairsteps-item .repairsteps-title {
	position: absolute;
	top: 30px;
	left: 30px;
	max-width: 275px;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 121.687%;
}

.rating-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px 60px;
}

.rating-rate {
	color: #2E9E71;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.26em;
	display: block;
	margin: 20px auto 5px;
}

.rating-rate:before {
	content: "";
	display: inline-block;
	background: url(../img/icons-kit/star-rating.svg) no-repeat center/18px;
	width: 18px;
	height: 18px;
	margin-right: 8px;
}

.rating-item {
	text-align: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: 100%;
}

.rating-item img {
	-o-object-fit: scale-down;
	object-fit: scale-down;
	-ms-flex-item-align: center;
	align-self: center;
	height: calc(100% - 70px);
	margin: 0 auto;
}

.rating-reviews {
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 131.187%;
}


.article_preview .discount-order {
	background-image: url(../img/pricelist-pic.svg);
}

.article_preview .article-pic {
	margin-right: 35px;
	position: relative;
	margin-bottom: 90px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.article_preview .article-pic span {
	background: #FFFFFF;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #219653;
	border-radius: 5px;
	-webkit-transform: rotate(-15deg);
	transform: rotate(-15deg);
	font-weight: 500;
	font-size: 14px;
	color: #219653;
	position: absolute;
	top: 12px;
	left: -0px;
	padding: 0 17px 0 35px;
}

.article_preview .article-pic span:before {
	content: "";
	display: inline-block;
	background: url(../img/number-tip.svg) no-repeat center/contain;
	width: 17px;
	height: 17px;
	top: 11px;
	left: 13px;
	position: absolute;
}

.article_preview .article-pic .button-accent {
	position: absolute;
	bottom: -75px;
	max-width: 180px;
	font-size: 16px;
}

.reviews-panel {
	gap: 40px;
	justify-content: flex-start;
	align-items: flex-start;
}

.reviews-rating-percent {
	font-weight: 700;
	line-height: 1.3em;
	font-size: 40px;
	color: #2C2C73;
	background: url(../img/icons-kit/star-rating-new.svg) no-repeat left center/29px 27px;
	padding-left: 35px;
}

.reviews-rating-total {
	margin-top: 24px;
	color: #7B8287;
	font-weight: 500;
	font-size: 20px;
}

.reviews-panel-item {
	gap: 25px;
	color: #7B8287;
	margin-bottom: 18px;
	align-items: center;
}

.reviews-panel-item > span:first-of-type {
	max-width: 40px;
	width: 100%;
	flex-shrink: 0;
	background: url(../img/icons-kit/star-rating-new.svg) no-repeat left center/20px 20px;
	padding-left: 25px;
	line-height: 20px;
}

.reviews-column:nth-of-type(2) {
	width: 100%;
	max-width: 430px;
}

.reviews-panel-bar {
	background: #fafaff;
	border-radius: 10px;
	height: 10px;
	max-width: 332px;
	width: 100%;
	position: relative;
}

.reviews-panel-bar > span {
	background: #FFA600;
	border-radius: 10px;
	height: 10px;
	max-width: 332px;
	width: 0;
	position: absolute;
	left: 0;
	top: 0;
}

.reviews-panel-quantity {
	color: #252525;
	max-width: 40px;
	width: 100%;
}

.reviews-button {
	margin-top: 33px;
	background: #2E9E71;
}

.more-button {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.reviews .button:hover {
	background: #237A57;
	color: #fff;
}

.reviews-item-link {
	width: 22px;
	height: 22px;
	background: url(/templates/Umedia/img/icons-kit/vk-icon.svg) no-repeat left top/22px;
	display: inline-block;
	margin-bottom: -5px;
	margin-left: 3px;
}

.reviews-tabs {
	position: relative;
	min-width: 240px;
	margin-top: 15px;
}

.reviews-tabs-nav > div {
	/*			border-bottom: 1px solid #E2E6EB;*/
}

.reviews-tabs input[name="tab-control"] {
	display: none;
}

.reviews-tabs-nav {
	list-style-type: none;
	padding-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.reviews-tabs-nav div {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 20%;
}

.reviews-tabs-nav label {
	color: #7B8287;
	border-bottom: 1px solid transparent;
	line-height: 150.9%;
	display: block;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 10px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	white-space: nowrap;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.reviews-tabs-content {
	border-top: 1px solid #E2E6EB;
	padding-top: 30px;
}

.reviews-tabs-nav label:hover,
.reviews-tabs-nav label:focus,
.reviews-tabs-nav label:active {
	outline: 0;
	color: #252525;
	border-color: #2E9E71;
}

.reviews-tabs-item {
	display: none;
	-webkit-animation-name: content;
	animation-name: content;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}


.reviews-tabs input[name="tab-control"]:nth-of-type(1):checked ~ .reviews-tabs-nav div:nth-child(1) > label {
	cursor: default;
	color: #252525;
	border-color: #2E9E71;
}

.reviews-tabs input[name="tab-control"]:nth-of-type(1):checked ~ .reviews-tabs-content > .reviews-tabs-item:nth-child(1) {
	display: block;
}

.reviews-tabs input[name="tab-control"]:nth-of-type(2):checked ~ .reviews-tabs-nav div:nth-child(2) > label {
	cursor: default;
	color: #252525;
	border-color: #2E9E71;
}

.reviews-tabs input[name="tab-control"]:nth-of-type(2):checked ~ .reviews-tabs-content > .reviews-tabs-item:nth-child(2) {
	display: block;
}

.reviews-tabs input[name="tab-control"]:nth-of-type(3):checked ~ .reviews-tabs-nav div:nth-child(3) > label {
	cursor: default;
	color: #252525;
	border-color: #2E9E71;
}

.reviews-tabs input[name="tab-control"]:nth-of-type(3):checked ~ .reviews-tabs-content > .reviews-tabs-item:nth-child(3) {
	display: block;
}

@-webkit-keyframes content {
	from {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.reviews-item {
	padding-left: 65px;
	position: relative;
	margin-top: 30px;
	font-size: 18px;
}

.reviews-item-title {
	font-weight: 700;
}

.reviews-item-text {
	margin: 7px 0 10px;
	line-height: 1.3em;
}

.reviews-item-pic {
	max-width: 200px;
	width: 100%;
	height: 200px;
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 10px;
}

.reviews-item-pic img {
	min-width: 100%;
	height: 100%;
	object-fit: cover;
}


.reviews-item-date {
	color: #7B8287;
	margin-bottom: 10px;
	font-size: 16px;
}

.reviews-item-date span {
	margin-left: 12px;
}

.reviews-item-addbtn {
	color: #042D72;
	cursor: pointer;
}

.reviews-item-addbtn.disabled {
	pointer-events: none;

}

.reviews-item-answer,
.reviews-item-addform {
	padding-left: 65px;
	position: relative;
	margin-top: 20px;
}

.reviews-item-addform {
	transition: height 0.7s ease-out;
	height: 0;
	overflow: hidden;
}


.reviews-popup {
	background: #fff;
	padding: 40px 35px 35px;
}

.reviews-popup .remodal-close {
	right: 5px;
	top: 5px;
}

.reviews-item-addform textarea,
.reviews-popup textarea,
.reviews-popup input {
	border: 1px solid #E2E6EB;
}

.reviews-item-addform .form__input,
.reviews-popup .reviews-item-addform .form__input {
	max-width: 100%;
	margin-bottom: 10px;
}

.reviews-item-addform label.unloaded,
.reviews-popup label.unloaded,
.reviews-item-addform label.loaded,
.reviews-popup label.loaded {
	font-weight: 400;
	padding-left: 26px;
	cursor: pointer;
}

.reviews-item-addform label.unloaded,
.reviews-popup label.unloaded {
	background: url(/templates/Umedia/img/icons-kit/file-icon.svg) no-repeat left top 2px;
}

.reviews-item-addform label.loaded,
.reviews-popup label.loaded {
	background: url(/templates/Umedia/img/icons-kit/checkin-icon.svg) no-repeat left top/15px 17px;
	;
	color: #139BE7;
}

.reviews-item-addform label.unloaded,
.reviews-item-addform label.loaded {
	position: absolute;
}

.reviews-popup label.unloaded,
.reviews-popup label.loaded {
	color: #139BE7;
	margin-bottom: 30px;
}

.reviews-popup label {
	font-weight: 400;
	color: #333333
}

.reviews-wrap {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
	align-items: center;
}

.reviews-form {
	text-align: left;
	position: relative;
	margin-top: 15px;
}

.reviews-form .anonym-input {
	position: absolute;
	right: 0;
	bottom: 13px;
}

.reviews-form .form__input {
	margin: 0 0 10px;
}

.reviews-item .button {
	line-height: 42px;
	font-size: 16px;
	text-transform: none;
	width: auto;
	padding: 0 25px;
	background: #042D72;
}

.reviews-admin {
	margin-top: 20px;
}

.reviews-popup .button {
	line-height: 50px;
	font-size: 16px;
	width: auto;
	padding: 0 18px;
	background: #042D72;
	margin-top: 30px;
}

.reviews-item-addform .reviews-button_cancel,
.reviews-admin .reviews-button_delete {
	color: #252525;
	background: #F0F0F0;
	margin-right: 5px;
}

.reviews-popup .reviews-button_cancel {
	color: #252525;
	background: #fafaff;
	margin-left: 10px;
	font-weight: 400;
}

.reviews-item-avatar {
	width: 50px;
	height: 50px;
	position: absolute;
	background: #FAFAFF;
	left: 0;
	top: 0;
	overflow: hidden;
}

.reviews-item-avatar img {
	min-width: 100%;
	height: 100%;
	object-fit: cover;
}


.reviews-item-avatar.no-photo {
	background: url(/templates/Umedia/img/reviews-bg-new.svg) no-repeat center/cover;
}

.reviews-popup .reviews-item-avatar {
	width: 60px;
	height: 60px;
	position: relative;
	margin: 0 auto 15px;
}

.reviews-popup .reviews-item-title {
	font-size: 18px;
}

.reviews-item-wrap {
	gap: 16px;
	font-size: 16px;
}

.reviews-form-title {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 25px;
}

.reviews-popup .form-control {
	height: 50px;
}

.full-stars {
	text-align: center;
}

.full-stars .rating-group {
	display: inline-flex;
}

.full-stars input {
	position: absolute;
	left: -9999px;
}

.full-stars label,
.full-stars span {
	margin: 0;
	cursor: pointer;
}

.full-stars label svg,
.full-stars span svg {
	margin: 2px;
	height: 40px;
	width: 40px;
	fill: #FFA600;
	transition: fill 0.3s;
}

.reviews-rating-main .full-stars span.checked ~ span svg,
.reviews-item-rating .full-stars span.checked ~ span svg,
.reviews-form-rating .full-stars input:checked ~ label svg {
	fill: #E2E6EB;
}

.full-stars .rating-group:hover label svg {
	fill: #FFA600;
}

.full-stars .rating-group input:hover ~ label svg {
	fill: #E2E6EB;
}

.reviews-rating-main .full-stars,
.reviews-item-rating .full-stars {
	pointer-events: none;
}

.reviews-item-rating .full-stars {
	text-align: left;
}

.reviews-item-rating .full-stars span svg {
	width: 20px;
	height: 20px;
}

.contacts-cta-item_holidays {
	background: url(/templates/Umedia/img/banners/victory_pic1.png) no-repeat right bottom, url(/templates/Umedia/img/banners/victory_bg1.png) no-repeat center/cover
}

.contacts-cta-item_holidaysale {
	background: url(/templates/Umedia/img/banners/victory_pic2.png) no-repeat right bottom, url(/templates/Umedia/img/banners/victory_bg2.png) no-repeat center/cover
}

.contacts-cta-item_holidays .contacts-cta-title {
	text-transform: uppercase;
}

.contacts-cta-item_holidays .contacts-cta-title span {
	font-weight: 400;
	color: #fff;
	display: block;
	font-size: 25px;
}

.contacts-cta-item_holidays .contacts-cta-button,
.contacts-cta-item_holidaysale .contacts-cta-button {
	margin-top: 30px;
}

.contacts-cta-item_holidaysale .contacts-cta-text span {
	font-weight: 700;
}

@media screen and (max-width: 1200px) {
	.contacts-cta-item_urgent:after {
		width: 524px;
		height: 305px;
		bottom: -62px;
	}
}

@media screen and (max-width: 992px) {
	.offer-content h1 {
		font-size: 40px;
	}

	.offer-desc p {
		font-size: 18px;
		background-size: 23px;
	}

	.offer-tip {
		padding-right: 70px;
	}

	.contacts-cta-item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.contacts-cta-item_calculate,
	.contacts-cta-item_service {
		margin: 35px 0;
		padding: 35px 30px;
	}

	.contacts-cta-item_calculate .contacts-cta-content {
		max-width: 450px;
	}

	.contacts-cta-item_calculate:after {
		width: 329px;
		height: 360px;
	}

	.contacts-cta-item_urgent {
		margin-bottom: 40px;
	}

	.contacts-cta-item_urgent:after {
		width: 400px;
		height: 231px;
		bottom: -42px;
	}

	.contacts-cta-item_diagnostics:after {
		width: 230px;
		height: 171px;
		right: -24px;
		bottom: -36px;
	}

	.contacts-cta-item_diagnostics {
		margin-bottom: 36px;
	}

	.reviews-panel {
		flex-wrap: wrap;
		gap: 30px;
	}

	.reviews-column:nth-of-type(2) {
		order: 3;
	}

	.pricelist .pricelist-table {
		width: 100%;
	}

	.pricelist .article {
		width: 100%;
		padding: 25px 15px 10px 15px;
	}

	.pricelist_offer .article-wrap {
		width: 100%;
		margin-top: 20px;
	}

	.pricelist_offer .article {
		padding-top: 110px;
	}

	.pricelist .article blockquote > div {
		padding-left: 30px;
	}

	.order-content {
		background: #042D72;
		padding: 35px 30px;
	}
}

@media screen and (max-width:840px) {
	.offer-buttons {
		gap: 30px;
	}

	.offer-desc li {
		padding-left: 30px;
		background-size: 20px;
		background-position: left top 5px;
	}

	.youtube-comment {
		margin-left: 50px;
	}

	.masters-card {
		width: 100%;
	}

	ul#menu {
		gap: 30px;
	}

	.pricelist-card {
		width: 100%;
	}

	.pricelist-globalprice {
		gap: 40px;
	}
}

@media screen and (max-width:768px) {
	.offer-content h1 {
		font-size: 36px;
		margin-bottom: 20px;
	}

	.offer-wrap {
		padding: 40px 30px;
	}

	.offer-pic {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		max-width: 100%;
	}

	.offer-mainpic {
		height: 350px;
		max-width: 100%;
	}

	.offer_brand .offer-mainpic {
		height: auto;
		max-height: 350px;
		max-width: 100%;
		object-fit: contain;
	}

	.offer_brand .offer-pic {
		margin-bottom: 15px;
	}

	.contacts-cta-item_main {
		background-position: left center;
	}

	.blockquote-wrap .offer-mastericon {
		width: 90px;
		height: 90px;
	}

	.contacts-cta-item_master {
		background-position: left 150px bottom;
	}

	.article_preview .article-pic {
		display: block;
		max-width: 100%;
		height: 250px;
	}

	.contacts-cta-item_holidays {
		background: url(/templates/Umedia/img/banners/victory_pic1.png) no-repeat right bottom, url(/templates/Umedia/img/banners/victory_bg1.png) no-repeat center/cover;
		padding-bottom: 220px;
	}

	.contacts-cta-item_holidaysale {
		background: url(/templates/Umedia/img/banners/victory_pic2.png) no-repeat right bottom, url(/templates/Umedia/img/banners/victory_bg2.png) no-repeat center/cover;
		padding-bottom: 220px;
	}

	.contacts-cta-title {
		font-size: 30px;
		margin-bottom: 25px;
	}

	.contacts-cta-item_calculate:after {
		width: 275px;
		height: 215px;
		transform: none;
	}

	.contacts-cta-item_calculate {
		margin: 0;
		padding: 35px 30px 215px;
	}

	.contacts-cta-item_urgent:after {
		width: 327px;
		height: 190px;
		bottom: -38px;
	}


	.contacts-cta-item_urgent {
		margin: 0;
		padding: 35px 30px 152px;
	}

	.contacts-cta-item_diagnostics:after {
		width: 195px;
		height: 142px;
		right: -20px;
		bottom: -30px;
	}

	.contacts-cta-item_diagnostics {
		margin-bottom: 30px;
		padding: 35px 30px 90px;
	}
}

@media screen and (max-width:720px) {

	.offer-desc p {
		font-size: 16px;
		background-size: 18px;
		padding-left: 30px;
	}

	.offer_brand .offer-desc {
		height: auto;
	}

	.offer_brand .offer-opentext {
		display: none;
	}

	.offer-desc li:not(:last-of-type) {
		margin-bottom: 15px;
	}

	.offer-buttons {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 15px;
	}

	.youtube-header .section-heading {
		max-width: 355px;
	}

	.blockquote-wrap {
		gap: 25px;
		flex-wrap: wrap;
		justify-content: flex-end;
	}

	.blockquote-dialog .blockquote-wrap {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}

	.blockquote-wrap .offer-mastericon {
		width: 55px;
		height: 55px;
		order: 2;
	}

	.blockquote-wrap .offer-mastertip {
		flex-direction: row;
	}

	.offer-master-quote:after {
		content: "";
		display: block;
		position: absolute;
		right: 37px;
		top: unset;
		bottom: -32px;
		border-left: none;
		border: 13px solid transparent;
		border-top: 20px solid #fff;
	}

	.offer-master-quote:before {
		content: "";
		display: block;
		position: absolute;
		right: 35px;
		top: unset;
		bottom: -36px;
		border-left: unset;
		border: 15px solid transparent;
		border-top: 22px solid #139BE7;
	}

	.blockquote-dialog .blockquote-wrap:first-of-type .offer-master-quote:after {
		right: unset;
		bottom: unset;
		left: -32px;
		top: 37px;
		border-left: unset;
		border-top: unset;
		border: 13px solid transparent;
		border-right: 20px solid #fff;
	}

	.blockquote-dialog .blockquote-wrap:first-of-type .offer-master-quote:before {
		right: unset;
		bottom: unset;
		left: -36px;
		top: 35px;
		border-left: unset;
		border-top: unset;
		border: 15px solid transparent;
		border-right: 22px solid #E2E6EB;
	}

	.blockquote-dialog .offer-mastername {
		position: absolute;
		bottom: 0px;
		width: fit-content;
		right: 80px;
		text-align: right
	}

	.blockquote-dialog .blockquote-wrap:not(:last-of-type) {
		margin-bottom: 25px;
	}

	.blockquote-dialog .blockquote-wrap:last-of-type {
		padding-bottom: 75px;
	}

	.blockquote-dialog .blockquote-wrap:last-of-type .offer-master-quote:before {
		bottom: unset;
		right: -36px;
		top: 35px;
		border-top: unset;
		border: 15px solid transparent;
		border-left: 22px solid #139BE7;
	}

	.blockquote-dialog .blockquote-wrap:last-of-type .offer-master-quote:after {
		bottom: unset;
		right: -32px;
		top: 37px;
		border-top: unset;
		border: 13px solid transparent;
		border-left: 20px solid #fff;
	}

	.blockquote-dialog .offer-master-quote {
		padding: 18px 22px;
	}

	.blockquote-dialog .offer-mastertip {
		flex-direction: column;
	}

	.blockquote-dialog .blockquote-wrap .offer-mastericon {
		margin-top: 20px;
	}

	.mobile-top {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.mobile-top__list {
		display: none;
	}

	.mobile-bottom {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}


	.mobile-menu,
	.mobile-menu .mobile-submenu,
	.mobile-innermenu {
		display: block;
	}

	.nav {
		height: 64px;
	}

	.header {
		padding-top: 84px;
	}

	.nav .search-desktop {
		display: none;
	}

	.nav .search-button,
	.mobile-search {
		display: block;
	}

	.top-bar .tel-block {
		margin-left: 0;
	}

	.top-bar .socials {
		margin-right: 15px;
	}

	.rating-list {
		gap: 30px;
	}

	.repairsteps-list_service .repairsteps-item:nth-of-type(2),
	.repairsteps-list_service .repairsteps-item:nth-of-type(3) {
		width: 100%;
	}

	.repairsteps-item .repairsteps-title {
		font-size: 20px;
	}

	.repairsteps-list_service .repairsteps-item img {
		height: 250px;
	}

	.repairsteps-item .button {
		max-width: 250px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		padding: 17px 10px;
	}


	.mobile-hamburger {
		width: 26px;
		height: 26px;
		position: relative;
		cursor: pointer;
		margin-right: 0px;
		background: none;
		display: block;
	}

	.mobile-hamburger span {
		display: block;
		width: 26px;
		height: 26px;
		background: #2E9E71;
		position: absolute;
		-webkit-mask-size: contain !important;
		mask-size: contain !important;
	}

	.article_preview .discount-order {
		background-size: auto;
	}

	.reviews-wrap {
		gap: 10px;
	}

	.reviews-rating-total {
		font-size: 16px;
	}
}


@media screen and (max-width: 620px) {
	.reviews-panel {
		gap: 20px;
	}

	.reviews-form {
		margin-top: 5px;
	}

	.reviews-column:nth-of-type(2) {
		order: 2;
		text-align: left;
	}

	.reviews-rating-percent {
		font-size: 40px;
	}

	.reviews-rating-total {
		margin-top: 5px;
	}

	.reviews-button {
		margin-top: 20px;
	}

	.full-stars label svg,
	.full-stars span svg {
		width: 20px;
		height: 20px;
	}

	.reviews-panel-item {
		gap: 10px;
	}

	.reviews-item-addform label.unloaded,
	.reviews-item-addform label.loaded {
		position: relative;
	}

	.reviews-item {
		font-size: 16px;
	}

	.reviews-item-pic {
		max-width: 100px;
		height: 100px;
	}

	.reviews-item-answer,
	.reviews-item-addform,
	.reviews-item {
		padding-left: 50px;
	}

	.reviews-item-avatar {
		width: 40px;
		height: 40px;
	}

	.reviews-tabs-nav div {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 33%;
	}

	.reviews-tabs-content {
		padding-top: 5px;
	}

	.reviews-item-form {
		text-align: start;
	}

	.reviews-item-answer,
	.reviews-item-addform {
		margin-left: -50px;
	}

	.reviews-item-wrap {
		gap: 8px;
		flex-direction: column;
	}

	.reviews-item .button {
		padding: 0 15px;
	}

	.reviews-popup {
		padding: 40px 20px 30px
	}

	.reviews-form .anonym-input {
		margin-top: 10px;
		position: static;
	}

	.reviews-popup .button {
		margin-top: 20px;
		width: calc(50% - 10px)
	}

	.reviews-form-title {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.reviews-popup .reviews-item-avatar {
		width: 60px;
		height: 60px;
	}

	.reviews-popup label.unloaded,
	.reviews-popup label.loaded {
		margin-bottom: 10px;
	}

	.offer-wrap .socials {
		margin-right: 0;
		flex-direction: column;
	}

	.offer-wrap .socials-icon,
	.offer-wrap .contacts-cta-button,
	.contacts-cta-item_calculate .socials-icon,
	.contacts-cta-item_urgent .socials-icon {
		height: 55px;
	}
}

@media screen and (max-width:568px) {
	.offer-content h1 {
		font-size: 28px;
		line-height: 110.187%;
	}

	.offer-wrap {
		padding: 30px 20px;
	}

	.offer-content .offer-desc {
		margin-bottom: 25px;
	}

	.offer-desc p {
		padding-left: 30px;
	}

	.repairs .repairs-list {
		margin-top: 20px;
	}

	.offer-desc p {
		font-size: 16px;
		line-height: 1.45em;
	}

	.offer-desc ul {
		padding-left: 0px;
	}

	.offer-rating {
		display: block;
	}

	.offer-mainpic {
		height: 250px;
		max-width: 100%;
	}

	.offer_brand .offer-mainpic {
		height: auto;
		object-fit: cover;
		max-height: none;
	}

	.offer-logo {
		height: 40px;
		padding: 5px;
	}

	.offer-logo img {
		height: 30px;
	}

	.offer-tip:last-of-type {
		display: none;
	}

	.offer-tips {
		gap: 6px;
	}

	.offer-tip {
		min-height: 180px;
		width: 50%;
		padding: 13px 16px;
	}

	.contacts-cta-item {
		width: 100%;
		padding: 30px 20px;
	}

	.contacts-cta-item_main {
		padding: 30px 20px;
	}

	.youtube-header {
		padding: 30px 20px;
		background-size: 30%;
		background-position: right bottom;
	}

	.youtube-nav {
		gap: 10px;
	}

	.youtube-comment {
		margin-left: 0;
		font-size: 14px;
	}

	.youtube-item .section-heading {
		margin: 15px 0;
	}

	.masters-rating {
		padding-left: 20px;
	}

	.masters-cards {
		padding: 20px 15px;
	}

	.contacts-cta-item_main .contacts-cta-button {
		margin-top: 20px;
	}

	.contacts-cta-item_main .socials {
		margin-top: 25px;
	}

	.contacts-cta-item_calculate .contacts-cta-content {
		text-align: center;
	}

	.contacts-cta-item_calculate .socials,
	.contacts-cta-item_service .socials,
	.contacts-cta-item_urgent .socials {
		align-items: center;
		justify-content: center;
	}

	.contacts-cta-title {
		font-size: 26px;
		text-align: center;
		margin-bottom: 15px;
	}

	.contacts-cta-desc {
		text-align: center;
		font-size: 18px;
	}

	.contacts-cta-item_calculate,
	.contacts-cta-item_urgent {
		padding: 30px 20px;
	}

	.contacts-cta-item_diagnostics {
		padding: 30px 20px 90px;
	}

	.contacts-cta-item_calculate .socials-icon,
	.contacts-cta-item_urgent .socials-icon,
	.contacts-cta-item_service .socials-icon,
	.offer-wrap .socials-icon,
	.offer-wrap .contacts-cta-button {
		font-size: 16px;
		font-weight: 500;
	}

	.contacts-cta-item_calculate:after,
	.contacts-cta-item_urgent:after {
		display: none;
	}

	.contacts-cta-item_service {
		background: #fff url(/templates/Umedia/img/contacts-cta-pic6_mob.png) no-repeat center bottom/auto 250px;
		background-position: center bottom !important;
		padding: 30px 20px;
		text-align: center;
		padding-bottom: 280px !important;
		justify-content: center;
	}

	.contacts-cta-item_service .socials {
		align-items: center;
	}

	.contacts-cta-item_master {
		background: url(/templates/Umedia/img/contacts-cta-pic4_mob.png) no-repeat center bottom/100%, linear-gradient(107.35deg, #150C62 1.2%, #150C62 97.55%) !important;
		padding-bottom: 220px !important;
	}

	.masters-icon {
		width: 50px;
		height: 50px;
	}

	.masters-icon:after {
		bottom: 2px;
		right: 2px;
	}

	.masters-card {
		gap: 8px;
		padding: 10px;
	}

	.masters-review {
		font-size: 14px;
		margin: 10px 0;
	}

	.masters-nav {
		gap: 6px;
		font-size: 12px;
	}

	.masters-nav span:not(:last-of-type):after {
		left: 3px;
		top: -3px;
	}

	.masters-stars span {
		width: 16px;
		height: 14px;
		background-size: contain;
	}

	.masters-content .masters-author {
		margin-top: 10px;
	}

	.youtube-likes,
	.youtube-share,
	.youtube-desc {
		font-size: 14px;
	}

	.youtube-likes,
	.youtube-share {
		gap: 7px;
	}

	.youtube-button {
		width: 16px;
		height: 16px;
	}

	.youtube-comments-counter {
		margin-top: 15px;
		font-size: 16px;
	}

	.youtube-item {
		margin-bottom: 30px;
	}

	.blockquote {
		background-size: 24px;
		background-position: left 10px top 10px;
		padding-right: 24px;
		padding-left: 40px;
		font-size: 16px;
		line-height: 1.5em;
	}

	blockquote.formatted {
		font-size: 16px;
	}

	.offer-master-quote {
		font-size: 16px;
		line-height: 1.5em;
		padding: 20px 15px 20px 30px;
	}

	.blockquote-wrap:after {
		font-size: 70px;
	}

	.top-bar .tel {
		font-size: 16px;
	}


	.header {
		padding-top: 64px;
	}

	.rating-list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.rating-item {
		width: calc(50% - 15px);
	}

	.repairsteps-list {
		gap: 0px;
	}

	.repairsteps-list_service {
		gap: 20px;
	}

	.repairsteps-text {
		font-size: 16px;
	}

	.repairsteps-item {
		width: 100%;
	}

	.article_preview .discount-order {
		background-size: 65%;
	}

	.article_preview .article-pic {
		height: 180px;
	}

	.article_preview .article-pic .button-accent {
		max-width: 100%;
	}

	.contacts-cta-item_holidays,
	.contacts-cta-item_holidaysale {
		justify-content: center;
		text-align: center;
	}

	.contacts-cta-item_holidays {
		background: url(/templates/Umedia/img/banners/victory_pic1.png) no-repeat right bottom/contain, url(/templates/Umedia/img/banners/victory_bg1.png) no-repeat center/cover;
		padding-bottom: 220px;
	}

	.contacts-cta-item_holidaysale {
		background: url(/templates/Umedia/img/banners/victory_pic2.png) no-repeat right bottom/contain, url(/templates/Umedia/img/banners/victory_bg2.png) no-repeat left top/cover;
		padding-bottom: 220px;
	}

	.contacts-cta-item_holidays .contacts-cta-title span {
		font-size: 20px;
	}
}

@media screen and (max-width:410px) {

	.article_preview .discount-button {
		margin-top: 0;
	}

	.offer-wrap .socials-icon,
	.offer-wrap .contacts-cta-button {
		max-width: 100%;
	}
}


/* Region confirmation modal */
.remodal.confirm .button {
	border: none;
	outline: none;
	cursor: pointer;
	font-weight: 700;
	background: none;
	font-size: 18px;
	color: #fff;
	width: 211px;
	background: #2E9E71;
	border-radius: 12px;
	line-height: 55px;
	text-align: center;
	display: inline-block;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	position: relative;
	left: 0;
}

.remodal.confirm .button:hover {
	background: #237A57;
}

.remodal.confirm .button_more:hover {
	background: #FFE787;
}

.remodal.confirm .button:active,
.remodal.confirm .button:focus,
.remodal.confirm input:active,
.remodal.confirm input:focus,
.remodal.confirm textarea:active,
.remodal.confirm textarea:focus {
	outline: none;
	-webkit-box-shadow: 0px 2px 5px rgba(29, 28, 26, 0.11);
	box-shadow: 0px 2px 5px rgba(29, 28, 26, 0.11);
}

.remodal.confirm .form__button {
	margin-top: 30px;
	max-width: 180px;
	width: 100%;
}

.remodal.confirm .form__button:hover {
	left: 0;
	-webkit-box-shadow: 0px 4px 5px rgb(56 98 250 / 15%);
	box-shadow: 0px 4px 15px rgb(56 98 250 / 15%);
}

.remodal.confirm .minified_button {
	font-size: 12px;
	line-height: 38px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 0 12px;
	border-radius: 4px;
	margin: 0.5em;
}

.remodal.confirm .inactive {
	background: #babacb;
}

.remodal.confirm .inactive:hover {
	background: #a2a2b1;
}

.remodal.confirm {
	vertical-align: bottom;
	margin: 0;
	z-index: 100000000;
}

.remodal-wrapper.confirm {
	padding: 0;
	z-index: 100000000;
}

.pricelist-column_desc a {
	color: #4170FF
}

.partner {
	padding: 0 0 80px;
}

.partner-item {
	border: 1px solid #f6f6f6;
	align-items: center;
}

.partner-text {
	background: #f6f6f6;
	padding: 30px;
	width: 65%;
}

.partner-text p {
	font-size: 20px;
	margin-bottom: 28px;
}

.partner-item .offer-wrap {
	padding: 30px;
	color: #252525;
}

.partner-pic {
	width: 35%;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	background: #fff;
}

.partner-pic img {
	max-width: 200px;
	max-height: 150px;
}


@media screen and (max-width: 920px) {
	.partner-item .offer-wrap .socials {
		margin-right: 0;
		flex-direction: column;
	}


	.partner-text p {
		font-size: 18px;
	}
}

@media screen and (max-width: 768px) {
	.partner {
		padding-bottom: 50px;
	}

	.partner-item .offer-wrap .socials {
		align-items: center;
	}

	.partner-item {
		flex-direction: column;
		gap: 30px;
		border: none;
	}

	.partner-item .offer-wrap {
		padding: 20px 15px;
	}

	.partner-text {
		width: 100%
	}

	.partner-text p {
		font-size: 16px;
		margin-bottom: 20px;
		text-align: center;
	}

	.partner-pic {
		width: 100%;
		order: -1;
	}
}
