@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
	overflow-X: hidden;
}

body {
	font-size: 16px;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	color: #323232;
	line-height: 23px
}

@font-face {
	font-display: swap;
	font-family: 'GothaProReg';
	src: url("../fonts/GothaProLig.otf");
	font-weight: 300;
	font-style: normal
}

@font-face {
	font-display: swap;
	font-family: 'GothaProReg';
	src: url("../fonts/GothaProReg.otf");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-display: swap;
	font-family: 'GothaProReg';
	src: url("../fonts/GothaProMed.otf");
	font-weight: 500;
	font-style: normal
}

@font-face {
	font-display: swap;
	font-family: 'GothaProReg';
	src: url("../fonts/GothaProBol.otf");
	font-weight: 600;
	font-style: normal
}

@font-face {
	font-display: swap;
	font-family: 'GothaProReg';
	src: url("../fonts/GothaProBla.otf");
	font-weight: 700;
	font-style: normal
}

@-webkit-keyframes flash {

	0%,
	50%,
	to {
		opacity: 1
	}

	25%,
	75% {
		opacity: 0
	}
}

@keyframes flash {

	0%,
	50%,
	to {
		opacity: 1
	}

	25%,
	75% {
		opacity: 0
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash
}

.uk-tooltip {
	background: linear-gradient(-45deg, #00A89B, #1abb9c);
	line-height: 18px
}

.form-img {
	min-width: 500px
}

nav {
	background: linear-gradient(-45deg, #00A89B, #1abb9c, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	padding: 10px 0
}

nav .icon-header {
	max-width: 24px
}

nav:before {
	content: '';
	position: fixed !important;
	top: 0;
	width: 100%;
	height: 5px;
	background-color: #00A89B;
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 40px 40px;
	z-index: 1000
}

nav a {
	display: block;
	color: #fff;
	height: 100%;
	padding: 10px;
	margin: 0 20px;
	transition: all 0.2s cubic-bezier(0.4, 0, 1, 1);
	border-radius: 0
}

nav a:hover {
	background-color: #fff;
	text-decoration: none;
	color: #00A89B
}

nav a.logo {
	background-image: url(../img/logo.svg);
	width: 140px;
	height: 30px;
	display: block;
	background-position: center;
	background-repeat: no-repeat
}

nav a.logo:hover {
	background-color: inherit
}

nav .phone {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
	padding: 0
}

nav .logoslogan {
	line-height: 15px;
	padding-top: 10px;
	padding-left: 20px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase
}

nav .border-left {
	border-left: 1px #00000021 solid
}

nav .mobilephone {
	color: #323232;
	border: 1px #ffffff solid;
	height: 34px;
	background: #ffffff;
	width: 34px;
	line-height: 30px;
	border-radius: 50%;
	padding: 0;
	text-align: center
}

nav .mobile-menu {
	padding: 0
}

#wpadminbar {
	z-index: 1
}

a {
	color: #00A89B
}

h1 {
	color: #111;
	font-size: 40px;
	font-weight: 500;
	font-family: 'Inter', sans-serif;
	margin-bottom: 0px;
	margin-top: 50px
}

h2 {
	position: relative;
	color: #111;
	font-size: 34px;
	padding-bottom: 00px;
	line-height: 1.3em;
	font-weight: 500;
	font-family: 'Inter', sans-serif;
}

.heading::before {
	position: absolute;
	content: '';
	background: url(../img/three-dots.svg) no-repeat;
	width: 12px;
	height: 28px;
	top: 7px;
	left: -22px;
}

h3 {
	color: #111;
	font-size: 28px;
	padding-bottom: 10px;
	margin: 40px 0 0 0;
	line-height: 1.3em;
	font-weight: 500;
}

h4 {
	color: #111;
	font-size: 22px;
	padding-bottom: 20px;
	line-height: 1.3em;
	font-weight: 500;
	text-align: center
}

p.slogan {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5em;
	margin-bottom: 1.7em;

}

.title-small {
	font-size: 16px;
	text-transform: uppercase;
	margin: 0;
	display: block;
	padding-top: 40px;
	color: #b7b7b7
}

p {
	font-size: 16px;
	color: #323232;
	line-height: 23px
}

ul {
	color: #323232
}

.new_text-repair-section {
	background: #f4f4f4;
	padding-top: 4.5rem;
	padding-bottom: 4.5rem;
	margin-top: 4.5rem;
}

.new_text-repair-section .coffee-machine-repair-img {
	background: #fff;
	border-radius: 5px;
	padding: 30px;
	width: 100%;
}

.new_text-certificate-section {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
	margin-top: 2.5rem;
}


.banner-layout-2 {
	position: relative;
	background: #f4f4f4;
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	top: 0px;
	left: 0;
	color: #111;
	width: 100%;
	min-height: 35rem
}

.banner-layout-2 .blur {
	filter: blur(20px);
	right: -130px;
	bottom: -20px;
	opacity: .5
}

.banner-layout-2.ozon-bg {
	background: #fff;
	color: #000
}

.banner-layout-2.ozon-bg h1 {
	color: #000;
	font-size: 30px;
	text-shadow: none
}

.banner-layout-2.ozon-bg .ozon {
	height: 45px;
	width: 150px;
	color: #005bff;
	display: block
}

.banner-layout-2 .price_info {
	position: absolute;
	top: 30%;
	background: linear-gradient(280deg, #00A89B 0%, #1ABB9C 33.33%, #23A6D5 66.67%, #23D5AB 100%);
	box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.24);
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	transform: skew(0, -8deg);
	padding: 10px 25px;
	text-align: center;
}

.prem_block {
	background: #ffffff70;
	padding: 25px;
	box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
	border-radius: 5px;
}

.prem_block_header {
	color: #323232;
	font-weight: 700;
	line-height: 23px;
	margin-bottom: 8px !important;
}

.prem_block_txt {
	margin: 0;
}

.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
	margin: 0 12px !important;
}

.uk-breadcrumb > * > * {
	color: #666666;
}

.uk-breadcrumb > :last-child > * {
	color: #111111;
}

.offer-part__list {
	display: flex;
	column-gap: 20px;
	flex-wrap: wrap;
	row-gap: 20px;
	margin-bottom: 40px;
}

.offer-part__item {
	position: relative;
	background: #ffffff;
	border-radius: 5px;
	overflow: hidden;
	padding: 10px 10px 10px 35px;
	width: 118px;
}

@media screen and (max-width: 400px) {
	.offer-part__item {
		width: 100px;
	}
}

.offer-part__item-icon {
	position: absolute;
	top: 10px;
	left: -10px;
}

.offer-part__item-label {
	font-size: 0.75rem;
	color: #7C7C7C;
	line-height: normal;
}

.offer-part__item-text {
	font-weight: 500;
	color: #111111;
	line-height: normal;
}

.offer-part__checkbox label {
	color: #999999;
	font-size: 0.75rem;
	line-height: normal;
	margin-left: 12px;
}

.offer-part__checkbox {
	width: 100%;
}

.icon_prem {
	color: #111;
	font-size: 20px;
	margin-bottom: 80px !important
}

.icon_prem div {
	padding-bottom: 20px
}

.icon_prem img {
	margin-bottom: 10px;
	width: 40px;
}

.icon_prem p {
	margin: 0;
	padding: 0;
	color: #111
}

.icon_prem .title {
	font-weight: 600;
}

.welcome-layout-3 {
	padding: 100px 0 100px;
	padding: 100px 0 100px;
	position: relative;
	z-index: 2;
	background-image: url(../img/bg.svg) no-repeat
}

.uk-button-primary {
	box-shadow: 0 3px 16px 0 #dad8d3;
	flex-shrink: 0;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	border-radius: 30px;
	padding: 0 25px;
	display: inline-block;
	text-align: center;
	transition: all 0.1s linear;
	letter-spacing: 1px;
	border: none;
	font-weight: 400;
	background-color: #ffc203;
	color: #111
}

.uk-button-primary:hover {
	background: linear-gradient(-45deg, #ffc203, #f58715);
	color: #111
}

.uk-button-default {
	box-shadow: 0 3px 16px 0 rgba(2, 170, 155, 0.34);
	flex-shrink: 0;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	border-radius: 30px;
	padding: 0 25px;
	display: inline-block;
	text-align: center;
	transition: all 0.1s linear;
	letter-spacing: 1px;
	border: none;
	font-weight: 400;
	background-color: #ffc203;
	color: #111 !important;
	text-decoration: none !important
}

.uk-button-default:hover {
	background: #cf9e06
}

.uk-button-default-outline {
	box-shadow: 0;
	background: #fff;
	flex-shrink: 0;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	border-radius: 30px;
	padding: 0 25px;
	display: inline-block;
	text-align: center;
	transition: all 0.1s linear;
	letter-spacing: 1px;
	border: 1px #333 solid;
	font-weight: 400;
	color: #111 !important;
	text-decoration: none !important
}

.uk-button-agent {
	box-shadow: 0;
	background-image: linear-gradient(120deg, #9372B1 0%, #7C5C9A 100%);
	flex-shrink: 0;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	text-decoration: none !important;
	font-size: 12px;
	border-radius: 30px;
	padding: 0 25px;
	display: inline-block;
	text-align: center;
	transition: all 0.1s linear;
	letter-spacing: 1px;
	border: 0px #333 solid;
	font-weight: 400;
	color: #111
}

.form-section a.uk-button-primary {
	color: #fff
}

.type-list {
	line-height: 24px
}

.type_brand_img {
	max-width: 500px;
	width: 100%;
}

.logo-brand {
	width: 100%;
	max-width: 130px;
	height: 100%
}

.uk-dotnav > * > * {
	width: 20px;
	height: 20px;
	border: 1px solid #09af9c
}

.uk-dotnav > .uk-active > * {
	background: #05ac9c
}

.comparison-layout-3 {
	padding: 100px 0 100px;
	background-color: #f5f7fa;
	position: relative
}

.comparison-layout-3.volna:before {
	content: '';
	background-image: url(../img/bg.svg);
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	height: 100px;
	background-size: 100%;
	position: absolute;
	bottom: -10px;
	background-position: bottom
}

.comparison-layout-3.volna:after {
	content: '';
	background-image: url(../img/bg-top.svg);
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	height: 100px;
	background-size: 100%;
	position: absolute;
	top: -10px;
	background-position: top
}

.comparison-layout-3.anmbg h2 {
	color: #fff
}

.comparison-layout-3 .uk-card h2 {
	color: #333
}

.icon-block {
	text-align: center
}

.icon-block img {
	display: block;
	margin: 0px auto 5px
}

.content {
	padding: 60px 0
}

.content h1 {
	color: #111;
	text-align: left;
	margin: 0;
	line-height: 60px
}

.content h2 {
	text-align: left
}

.content h3 {
	font-weight: bold
}

.content a {
	color: #00A89B
}

.content .price .price-item {
	display: flex
}

.content .price .price-item ul {
	font-size: 13px
}

.content .price .price-item ul li {
	margin-top: 5px;
	padding-top: 5px
}

.content .price .price-item .icon {
	margin-right: 10px;
	margin-top: 15px
}

.content .price .title {
	font-size: 18px;
	padding-bottom: 5px;
	margin-bottom: 0
}

footer {
	padding: 20px 0;
	background: #323232;
	color: #FFF;
	font-size: 14px
}

@keyframes gradient {
	0% {
		background-position: 0% 50%
	}

	50% {
		background-position: 100% 50%
	}

	100% {
		background-position: 0% 50%
	}
}

.anmbg {
	position: relative;
	background: linear-gradient(-45deg, #00A89B, #1abb9c, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite
}

.uk-checkbox {
	width: 17px;
	height: 17px;
	border-radius: 3px;
}

.uk-checkbox:checked,
.uk-checkbox:indeterminate,
.uk-radio:checked {
	background-color: #111111;
	border-color: transparent
}

.uk-checkbox:checked:focus,
.uk-checkbox:indeterminate:focus,
.uk-radio:checked:focus {
	background-color: #111111
}

.form-section p {
	color: #000
}

.form-section a {
	color: #000;
	text-decoration: none
}

.form-section ul {
	color: #333
}

.form-section .uk-accordion-title {
	text-decoration: none;
	border-bottom: 1px #e5e5e5 solid;
	font-size: 16px
}

.form-section .order-result {
	font-size: 24px;
	margin-top: 10px;
	font-weight: bold;
	color: #000
}

.form-section .order-result .icon {
	color: #23a6d5
}

.form-section .form-type {
	font-size: 12px;
	max-height: 300px;
	padding-top: 1px;
	padding-right: 1px;
	overflow-y: auto;
	overflow-x: hidden;
	color: #000
}

.form-section .form-type p.title {
	color: #000 !important;
	font-size: 13px;
	padding-bottom: 0;
	margin-top: 0px;
	line-height: 20px;
	margin-bottom: 0
}

.form-section .form-type .icon {
	color: #00A89B;
	width: 40px;
	float: left;
	margin-right: 10px;
	height: 40px
}

.form-section .form-type .uk-active .form-type-item {
	background: linear-gradient(-45deg, #1abb9c, #00A89B);
	border: 1px #00A89B solid
}

.form-section .form-type .uk-active .form-type-item .icon {
	color: #fff
}

.form-section .form-type .uk-active .form-type-item p.title {
	color: #fff !important;
	padding: 0;
	margin: 0
}

.form-section .form-type .form-type-item {
	margin-right: -1px;
	margin-top: -1px;
	padding: 10px;
	border: 1px solid #e5e5e5;
	cursor: pointer
}

.form-section .form-type .form-type-item:hover {
	background: linear-gradient(-45deg, #1abb9c, #00A89B);
	border: 1px #00A89B solid
}

.form-section .form-type .form-type-item:hover .icon {
	color: #fff
}

.form-section .form-type .form-type-item:hover p.title {
	color: #fff !important
}

.input[type=text] {
	border-color: #dee5ed !important;
	border-radius: 3px;
	height: 50px;
	font-size: 16px;
	color: #000;
	border: 1px solid #000;
	background-color: #fff;
	margin-bottom: 20px;
}

.input-new__checkbox {
	text-align: left;
	padding-left: 10px;
	margin-bottom: 62px;
}

.input-new__checkbox label {
	color: #999;
	font-size: 0.75rem;
	margin-left: 15px;
}

.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="tel"],
.wpcf7-form-control-wrap textarea {
	height: 40px;
	vertical-align: middle;
	display: inline-block;
	max-width: 100%;
	width: 100%;
	border: 0 none;
	padding: 0 10px;
	background: #fff;
	box-sizing: border-box;
	color: #666;
	border: 1px solid #e5e5e5;
	transition: .2s ease-in-out;
	transition-property: color, background-color, border
}

.wpcf7-form-control-wrap input[type="text"]:focus,
.wpcf7-form-control-wrap input[type="tel"]:focus,
.wpcf7-form-control-wrap textarea:focus {
	outline: 0;
	background-color: #fff;
	color: #666;
	border-color: #1e87f0
}

.wpcf7-form-control-wrap input[type="text"].wpcf7-not-valid,
.wpcf7-form-control-wrap input[type="tel"].wpcf7-not-valid,
.wpcf7-form-control-wrap textarea.wpcf7-not-valid {
	color: #f0506e;
	border-color: #f0506e
}

.wpcf7-form-control-wrap textarea {
	height: 100px;
	padding: 20px
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
	font-size: 12px;
	color: #f0506e
}

.wpcf7-submit {
	box-shadow: 0 3px 16px 0 rgba(2, 170, 155, 0.34);
	background: linear-gradient(-45deg, #00A89B, #1abb9c);
	flex-shrink: 0;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	border-radius: 30px;
	padding: 0 25px;
	display: inline-block;
	text-align: center;
	transition: all 0.1s linear;
	letter-spacing: 1px;
	border: none;
	font-weight: 400;
	background-color: #0684ED;
	color: #ffffff;
	text-transform: uppercase
}

.wpcf7-submit:hover {
	background: linear-gradient(-45deg, #1abb9c, #00A89B)
}

div.wpcf7-mail-sent-ok {
	border: 1px #32d296 solid
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 0;
	color: #000
}

.phone {
	font-size: 24px
}

.uk-card {
	color: #000
}

.uk-card h2 {
	color: #000
}

.household {
	padding: 60px 0 100px;
	background: url(../img/household.png);
	background-size: cover;
	color: #fff
}

.household p {
	color: #fff
}

.household .icon-block-main {
	margin: 40px 0
}

.household .icon-block-main p {
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-align: left;
	padding-left: 10px
}

.land {
	padding: 100px 0
}

.land .uk-accordion-title {
	font-weight: bold;
	font-size: 24px
}

.land .uk-accordion-content {
	padding-bottom: 30px;
	border-bottom: #e9f0f5 solid 1px
}

.land table {
	background: #e9f0f5
}

.land table .usluga-name {
	position: relative
}

.land table .usluga-name:before {
	content: "";
	margin-right: 5px;
	display: inline-block;
	width: 5px;
	top: 6px;
	height: 5px;
	border-radius: 50%;
	background: #fff;
	border: 2px solid #00A89B
}

.land table th {
	font-size: 10px;
	color: #000
}

.land table .promocod {
	font-weight: bold;
	text-align: center
}

.land table .old span {
	position: relative;
	text-decoration: none
}

.land table .old span:before {
	content: "";
	width: 100%;
	height: 0.1em;
	background: #db7d76;
	position: absolute;
	top: 50%;
	left: 0;
	transform: rotate(-1deg)
}

.why_section {
	padding: 50px 0;
	background: #e9f0f5
}

.why_section .why {
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative
}

.why_section .why_title {
	font-weight: bold;
	position: relative
}

.why_section .why_text {
	position: relative
}

.why_section .why:before {
	content: '1';
	display: block;
	position: absolute;
	top: 50px;
	font-size: 120px;
	font-weight: bold;
	color: #d9e0e4
}

.why_section .why_two:before {
	content: '2'
}

.why_section .why_tree:before {
	content: '3'
}

.wraps .item {
	position: relative;
	margin: 0;
	box-shadow: 0px 0px 0px 1px #ebecec;
	padding: 44px 30px 28px;
	background: #FFF;
	cursor: pointer
}

.wraps .item .img {
	width: 58px;
	height: 60px;
	margin-bottom: 10px;
	color: #23c9b6;
	transition: 0.3s
}

.wraps .item .img img {
	max-width: 100%;
	height: 100%
}

.wraps .item .img svg {
	display: inline-block;
	max-width: 100%;
	height: 100%
}

.wraps .item .img .transporent {
	fill: transparent;
	transition: 0.3s
}

.wraps .item .number {
	border: 1px solid #23bec0;
	color: #23c9b6;
	position: absolute;
	top: 16px;
	right: 16px;
	padding: 5px;
	width: 26px;
	height: 26px;
	font-size: 18px;
	text-align: center;
	border-radius: 100%;
	line-height: 27px
}

.wraps .item .title {
	font-weight: bold
}

.wraps .item:hover .img {
	transform: translateY(-5px)
}

.wraps .item:hover .img .transporent {
	fill: #23bec0
}

.wraps .item:hover .number {
	color: #fff;
	background: #23c9b6
}

.form-order {
	background: #23BEC0;
	background: -moz-linear-gradient(left, #23BEC0 0%, #23c3bc 50%, #23C9B6 100%);
	background: -webkit-linear-gradient(left, #23BEC0 0%, #23c3bc 50%, #23C9B6 100%);
	background: linear-gradient(to right, #23BEC0 0%, #23c3bc 50%, #23C9B6 100%);
	max-width: 850px;
	margin: auto;
	padding: 40px;
	border-radius: 4px
}

.form-order .form-block {
	padding: 40px 0
}

.form-order .title {
	font-size: 32px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	line-height: 36px
}

.form-order .licenses {
	padding-top: 20px;
	border-top: 1px #ffffff30 solid;
	font-size: 12px;
	color: #11111160
}

.form-order .uk-input {
	background: transparent;
	padding-left: 25px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	border: 0;
	border-bottom: 1px #ffffff30 solid;
	letter-spacing: .4px;
	text-shadow: 0 1px 5px #00000038
}

.form-order .uk-input::-webkit-input-placeholder {
	color: #fff;
	font-size: 14px;
	text-shadow: 0px;
	font-weight: normal;
	text-shadow: 0 1px 5px #00000000
}

.form-order .uk-input:-ms-input-placeholder {
	color: #fff;
	font-size: 14px;
	text-shadow: 0px;
	font-weight: normal;
	text-shadow: 0 1px 5px #00000000
}

.form-order .uk-input::-moz-placeholder {
	color: #fff;
	font-size: 14px;
	text-shadow: 0px;
	opacity: 1;
	font-weight: normal;
	text-shadow: 0 1px 5px #00000000
}

.form-order .uk-input:-moz-placeholder {
	color: #fff;
	font-size: 14px;
	text-shadow: 0px;
	opacity: 1;
	font-weight: normal;
	text-shadow: 0 1px 5px #00000000
}

.main__content__list {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 20px
}

.main__content__list li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative;
	color: #111;
	font-size: 16px;
	line-height: 23px;
	font-weight: 500;
	padding-left: 25px;
}

.main__content__list-more,
.main__content__list-more:focus-visible {
	background: transparent;
	border: none;
	outline: none;
	font-family: inherit;
	padding: 0;
	padding-left: 38px;
	display: block;
	width: 33.3333%;
	max-width: 100%;
	min-width: max-content;
	margin: 0 auto;
	font-size: 1rem;
	color: #e31235;
	font-weight: 500;
	cursor: pointer;
	text-align: left;
}

.main__content__list li.hidden {
	display: none;
}

.banner-layout-2 .main__content__list li {
	margin-top: 0.4rem;
	line-height: 34px;
}

.main__content__list li:before {
	content: ' ';
	display: block;
	border-width: 2px;
	border-radius: 3000px;
	width: 5px;
	height: 5px;
	background-position: center center;
	border-color: #e31235;
	border-style: solid;
	margin-right: 10px;
	left: 0;
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
}

.main__form input[type=text] {
	border-color: #dee5ed !important;
	border-radius: 3px;
	width: 320px;
	height: 50px;
	font-size: 16px;
	color: #000;
	border: 1px solid #000;
	background-color: #fff;
	margin-right: 1rem
}

.main__form {
	margin-top: 18px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.phone_mask {
	padding-left: 20px;
	padding-right: 20px
}

.input_mask {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px
}

.blue_button {
	font-family: 'Inter', sans-serif;
	color: #fff;
	overflow: hidden;
	cursor: pointer;
	background-color: #e31235;
	border-radius: 3px;
	font-weight: 600;
	font-size: 16px;
	height: 52px;
	padding: 0 18px;
	display: block;
	border: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	transition: all .3s ease-out
}

.blue_button:hover {
	background: #b50d29
}

.price__form {
	padding-top: 2.5rem;
	padding-bottom: 3rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column
}

.price__form .price__form__text {
	display: none;
}

.price__form .price__form__content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.price__form .price__form__content .phone_mask {
	color: #1a1a1a;
	border: 0;
	font-size: 20px;
	border-bottom: 1px solid #c9c9c9;
	height: 50px;
	font-weight: 300;
	margin-right: 1rem;
	width: 500px;
	display: block
}

.techs {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	max-height: var(--techs-mh);
	overflow: hidden;
	transition: .3s;
	padding-top: 20px;
}

.techs + .show_more {
	font-weight: 700;
	display: block;
	margin: 0 auto;
	margin-bottom: 80px;
	background: transparent;
	border: unset;
	font-family: inherit;
	cursor: pointer;
	color: #e31235;
	font-size: inherit;
}

.techs .techs__item {
	position: relative
}

.techs .techs__item {
	width: 25%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 3rem;
	cursor: pointer
}

.techs .techs__item a:hover {
	text-decoration: none
}

.techs .techs__item a:hover .techs__name {
	color: #e31235
}

.techs .techs__item:before {
	content: '';
	display: block;
	background: -webkit-linear-gradient(90deg, #e8e7cb, #8fe0c9, #56cbe1);
	background: linear-gradient(90deg, #e8e7cb, #8fe0c9, #56cbe1);
	width: 150px;
	height: 150px;
	border: 7px #f5f5f5 solid;
	position: absolute;
	top: -20px;
	border-radius: 50%
}

.techs .techs__item .techs__img {
	max-width: 130px;
	position: relative;
	display: block;
	margin: auto
}

.techs .techs__item .techs__name {
	position: relative;
	color: #1a1a1a;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	margin-top: 2rem;
	margin-bottom: 2rem
}

.techs .techs__item .techs__name :hover {
	text-decoration: none
}

.techs .js-more {
	margin: 2rem auto;
	margin-bottom: 4rem
}

.find {
	margin-top: -0.75rem;
	background-image: var(--lazy-bg);
	background-position: 50% 50%;
	background-size: cover;
	height: 30rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}

.find:before {
	content: ' ';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
	z-index: 0
}

.find .find__container {
	z-index: 10;
	position: relative;
	background-color: #fff;
	padding: 2rem 4rem 3.5rem;
	text-align: center
}

.find .find__form {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 2rem
}

.find .find__form .phone_mask {
	color: #1a1a1a;
	border: 0;
	font-size: 20px;
	border: 1px solid #c9c9c9;
	height: 50px;
	font-weight: 300;
	margin-right: 1rem;
	width: 500px;
	display: block
}

.rererans {
	background: #f4f4f490;
	padding: 50px 0
}

.rererans .name {
	padding: 0;
	margin: 0
}

.rererans .uk-icon {
	color: #eeb33b
}

.rererans .uk-slidenav-previous,
.rererans .uk-slidenav-next {
	background: #05ac9c;
	z-index: 100;
	border-radius: 5px;
	color: #fff
}

.repair {
	padding-top: 5rem;
	padding-bottom: 6rem;
	background: #f5f5f5
}

.repair .container {
	width: 100%;
	padding-left: 2rem;
	padding-right: 2rem;
	margin: 0 auto
}

.repair .repair__list {
	margin-top: 2.5rem;
	margin-bottom: 3rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: start;
	align-items: flex-start;
	counter-reset: repair;
	margin-left: -20px;
	margin-right: -20px;
	max-width: 100%;
}

.repair .repair__item {
	width: calc(33.3333% - 40px);
	max-width: 100%;
	position: relative;
	margin-left: 20px;
	margin-right: 20px;
}

.repair .repair__item:after {
	counter-increment: repair;
	content: counter(repair);
	position: absolute;
	z-index: 1;
	line-height: 150px;
	left: 0;
	right: 0;
	top: 0;
	text-align: center;
	font-size: 200px;
	font-family: sans-serif;
	font-weight: 700;
	color: rgba(230, 230, 230, 0.7);
	opacity: .6;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 0
}

.repair .repair__item__name {
	padding-top: 6.5rem;
	padding-bottom: 1rem;
	font-weight: 700;
	color: #e31235;
	font-size: 20px;
	z-index: 1;
	position: relative
}

.repair .repair__item__description {
	color: #1a1a1a;
	font-size: 16px;
	font-weight: 300;
	z-index: 1;
	position: relative
}

.repair .repair__gallery {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.repair .repair__gallery__item {
	height: 218px;
	width: 25%;
	overflow: hidden;
	position: relative;
	display: block;
	z-index: 1;
	cursor: zoom-in;
	transition: -webkit-transform .15s linear;
	transition: transform .15s linear;
	transition: transform .15s linear, -webkit-transform .15s linear;
	-webkit-transform-origin: center;
	transform-origin: center
}

.repair .repair__gallery__item img {
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	object-fit: cover;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.reasons {
	padding-top: 4.5rem
}

.reasons .reasons__list {
	margin-top: 2rem;
	margin-right: -1rem;
	margin-left: -1rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 100%;
}

.reasons .reasons__item {
	padding-left: 1rem;
	padding-right: 1rem;
	width: 30%;
	text-align: center;
	margin-bottom: 3rem
}

.reasons .box__icon {
	padding: 15px;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	margin: 10px auto;
	background: -webkit-linear-gradient(90deg, #e8e7cb, #8fe0c9, #56cbe1);
	background: linear-gradient(90deg, #e8e7cb, #8fe0c9, #56cbe1)
}

.reasons .reasons__icon {
	width: 3rem;
	margin-bottom: 1rem
}

.reasons .reasons__name {
	font-size: 20px;
	margin-bottom: .5rem;
	line-height: 1.17;
	font-weight: 700
}

.time {
	height: 30rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 50px;
	background: url(../img/time.jpg) 50% 50%/100% auto no-repeat;
	position: relative;
	color: #fff
}

.time h2 {
	color: #fff
}

.time p.slogan {
	color: #fff
}

.time:before {
	content: ' ';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(20, 20, 20, 0.5))
}

.time .container {
	position: relative;
	z-index: 10
}

.time__description {
	max-width: 60rem;
	font-size: 2.4rem;
	line-height: 1.5;
	font-weight: 300;
	text-align: center;
	margin: 0 auto;
	margin-top: 2.4rem
}

.time__form {
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 2.4rem;
	flex-wrap: wrap;
	max-width: 750px;
}

.time__form > .replacement__checkbox {
	flex: 0 0 auto;
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
}

.time__form .phone_mask {
	width: 500px;
	max-width: 100%;
	margin-right: 2rem;
	height: 45px;
	font-size: 18px;
	line-height: 1.33
}

.time__form__text {
	margin-top: 1rem;
	font-size: 1.5rem;
	line-height: 1.55;
	font-weight: 300;
	text-align: center
}

.time__form__text p {
	opacity: 0.5;
	color: #fff
}

.work {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.work__title {
	margin-bottom: 4rem;
}

.work__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 4.5rem
}

.work__list .work__item:last-child:after {
	display: none
}

.work__item {
	width: 260px;
	text-align: left;
	position: relative
}

.work__item:before {
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
	height: 15px;
	width: 15px;
	border-radius: 100%;
	background: #fff;
	border: 8px solid #e31235;
	z-index: 1;
	display: block
}

.work__item:after {
	content: ' ';
	position: absolute;
	height: 1px;
	background-color: #ccdbec;
	top: 15px;
	left: 2px;
	right: 0
}

.work__name {
	color: #111;
	font-weight: 700;
	padding-top: 65px
}

.work__text {
	color: #1a1a1a;
	font-weight: 300;
	text-align: left;
	margin-top: 15px;
	margin-right: 15%
}

.work-border {
	position: relative;
	width: calc(100% - 16rem);
	height: 1px;
	background-color: rgba(0, 0, 0, 0.12);
	margin: 4.5rem auto 0 auto;
	left: -16px;
}

.work__list_new {
	margin-top: 0;
}

.work__item_new:before {
	content: '1';
	position: absolute;
	left: 30%;
	top: -22px;
	height: 30px;
	width: 30px;
	border-radius: 100%;
	background: #fff;
	border: 4px solid #e31235;
	z-index: 1;
	display: flex;
	color: #323232;
	justify-content: center;
	align-items: center;
	font-size: 1rem;
	font-weight: 600;
}

.work__item_new:nth-child(2):before {
	content: '2';
}

.work__item_new:nth-child(3):before {
	content: '3';
}

.work__item_new:nth-child(4):before {
	content: '4';
}

.work__item_new:last-child:before {
	content: '';
	background-image: url(../img/check.svg) !important;
	background-color: #63C141;
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 50%;
	border: 4px solid #63C141;
	color: #ffffff;
}

.work__item_new:last-child .work__name {
	color: #63C141;
}

.work__item_new::after {
	display: none;
}

.price {
	padding-top: 5rem;
	padding-bottom: 5rem
}

.price .red {
	float: right;
	color: #00A89B;
}

.price_table {
	margin-top: 5px;
	margin-bottom: 20px;
	background: #f4f4f4;
	padding: 20px 20px;
}

.price_table__row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.price_table__cell {
	width: calc(100% - 20px);
	max-width: 570px;

	padding: 10px;
	border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center
}

.price_table__cell:hover {
	background: linear-gradient(-45deg, #00A89B, #1abb9c, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	color: #fff;
}

.price_table__name {
	font-size: 16px;
	font-weight: 500;
}

.price_table__price {
	font-size: 16px;
	font-weight: 700;
	color: #e31235;
	text-align: right;
}


.new_text-brand-section {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.new-brand {
	margin-top: 20px;
	margin-bottom: 20px;
}

.new_text-brand-section .brand {
	background: #ffffff70;
	padding: 30px;
	box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
	border-radius: 5px;

}

.footer {
	padding-top: 4.5rem;
	padding-bottom: 7.5rem;
	background-color: #000;
}

.footer__row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: start;
	align-items: flex-start;
	color: #fff
}

.footer__column__name p {
	color: #525252;
	text-transform: uppercase;
	margin-bottom: 1.4rem;
	font-size: 14px;
	line-height: 1.35;
	letter-spacing: 1px;
	font-weight: 700;
	text-transform: uppercase;
}

.footer__column__name svg {
	display: none;
}

.footer__name p {
	color: #525252;
	text-transform: uppercase;
	margin-bottom: 1.4rem;
	font-size: 14px;
	line-height: 1.35;
	letter-spacing: 1px;
	font-weight: 700
}

.footer__menu ul {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 20px
}

.footer__menu ul li {
	display: block;
	line-height: 1
}

.footer__menu ul li a {
	font-weight: 300;
	font-size: 14px;
	color: #fff;
	line-height: 1.55;
	transition: opacity ease-in-out 0.2s
}

.footer__menu ul li a:hover {
	opacity: 0.7
}

.footer__menu ul li a:before {
	content: '- ';
	color: #e31235;
	padding-right: 10px
}

.footer__form {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
}

.footer__form input {
	width: 400px;
	font-size: 14px;
	height: 56px;
	margin-right: 1rem;
	border: 0;
	transition: all 0.2s ease;
}

.footer__text p {
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	line-height: 23px;
	color: #E31235;
	margin-bottom: 10px;
}

.footer__text a {
	color: #00A89B;
	font-size: 11px;
	font-style: normal;
	line-height: inherit;
}

.footer__info p {
	font-weight: 300;
	font-size: 10px;
	color: #fff;
	line-height: 1.55;
	margin-right: 70px;
}

.models {
	padding-top: 5rem;
	padding-bottom: 5rem;
	background: #F4F4F4;
}

.mark {
	width: 100%;
	margin-top: 50px;
	text-align: right;
}

.replacement {
	padding-top: 10.4375rem;
	padding-bottom: 8rem;
	background: url(../img/background-image.png) no-repeat;
	background-size: cover;
}

.replacement h2 {
	color: #FFF;
	margin-bottom: 20px;
}

.replacement__text {
	width: 493px;
}

.replacement__text p {
	color: #FFF;
	margin: 0 0 30px 0;
}

.replacement__text a {
	color: #FFF;
	font-size: 1.0625rem;
	font-weight: 700;
	line-height: 20px;
}

.replacement__form {
	max-width: 380px;
	width: 100%;
}

.replacement__form .form {
	width: 100%;
}

.replacement__form p {
	color: #FFF;
	font-weight: 700;
	line-height: 23px;
}

.replacement__checkbox {
	margin-bottom: 42px;
}

.page-template-page-type-new-technika .main__form > .replacement__checkbox {
	margin-bottom: 18px;
}

.replacement__checkbox label {
	color: #999;
	font-size: 0.75rem;
	margin-left: 15px;
}

.replacement__form input[type=text] {
	border-color: #dee5ed !important;
	border-radius: 3px;
	width: auto;
	height: 50px;
	color: #000;
	border: 1px solid #000;
	background-color: #fff;
	margin-bottom: 1.25rem;
}

.fault {
	padding-top: 5rem;
	padding-bottom: 5rem;
	background: #F4F4F4;
}

.code-err {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.code-err__block {
	margin-top: 32px;
	position: relative;
	gap: 20px;
}

.code-err__block .more {
	width: 100%;
	padding-top: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.code-err__block .more.not-active {
	display: none;
}

.code-err__block .more a {
	color: #E31235;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.new_text-brands .more {
	width: 100%;
	padding-top: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.new_text-brands .more.not-active {
	display: none;
}

.new_text-brands .more a {
	color: #E31235;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}


.custom-table tr {
	display: none;
	gap: 40px;
	padding: 18px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	transition: all 0.2s ease;
}

.custom-table tr.active {
	display: flex;
	transition: all 0.2s ease;
}

.custom-table tr:last-child {
	border-bottom: none;
}

.custom-table tr th {
	width: 100px;
	text-align: left;
}

.custom-table tr td {
	width: 100px;
	text-align: left;
}

.custom-table tr td:last-child {
	max-width: 420px;
	width: 100%;
	text-align: left;
}

.code-err__form {
	max-width: 380px;
	width: 100%;
	padding: 50px;
	border-radius: 5px;
	background: #F4F4F4;
	position: sticky;
	top: 80px;
	right: 0;
	margin-top: 50px;
}

.code-err__form p {
	color: #323232;
	text-align: center;
	font-weight: 500;
	line-height: 23px;
	margin: 0;
}

.code-err__title {
	font-weight: 700 !important;
	margin-bottom: 8px !important;
}

.code-err__form form {
	margin-top: 30px;
}

.code-err__form input[type=text] {
	border-color: #dee5ed !important;
	border-radius: 3px;
	width: auto;
	height: 50px;
	color: #000;
	border: 1px solid #000;
	background-color: #fff;
	margin-bottom: 1.25rem;
}

.map {
	position: relative;
	background: linear-gradient(357deg, #00A89B 0%, #1ABB9C 33.33%, #23A6D5 66.67%, #23D5AB 100%);
	padding: 50px 0;
	padding-bottom: 0px;
}

.map__block {
	position: absolute;
	top: 30px;
	left: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	gap: 206px;
}

.map-info {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 30px;
	justify-content: flex-start;
	align-items: flex-start;
	z-index: 1;
}

.map__card {
	padding: 30px;
	border-radius: 10px;
	border: 1px solid #EAEAEA;
	background: #FFF;
	width: 400px;
}

.map__padding {
	padding-left: 12px;
}

.map__address {
	color: #323232;
	font-weight: 700;
	line-height: 23px;
	margin: 0;
}

.map__days {
	gap: 16px;
	margin-bottom: 30px;
}

.map__days p {
	color: #323232;
	text-align: center;
	font-size: 0.75rem;
	line-height: 140%;
	margin-bottom: 12px;
}

.map__round {
	width: 20px;
	height: 20px;
	border: 2px solid #E31235;
	border-radius: 50%;
}

.map-box {
	margin-bottom: 30px;
}

.map-box svg {
	min-width: 34px;
	max-width: 34px;
	width: 100%;
}

.map__text {
	color: #323232;
	font-size: 0.75rem;
	line-height: 140%;
	margin: 0 0 5px 0;
}

.map__info_text {
	color: #323232;
	line-height: 23px;
	margin: 0;
}

.map__info_text-bold {
	font-weight: 700;
}

.map__phone {
	color: #323232;
	font-weight: 700;
	line-height: 23px;
	margin: 0;
}

.map_button {
	width: 100%;
}

.map-caption {
	position: relative;
	z-index: 1;
}

.map-title {
	border-radius: 10px;
	border: 1px solid #EAEAEA;
	background: #FFF;
	padding: 20px;
	width: 420px;
}

.map-heading {
	color: #111;
	font-size: 1.5rem;
	font-weight: 500;
	margin: 0;
}

.map__settings {
	width: 100%;
	height: 630px;
}

.map__adaptive {
	display: none;
}

.swal2-actions {
	width: calc(100% - 160px) !important;
}

.o-button {
	display: none !important;
}

.o-button-err {
	border-radius: 3px !important;
	background: #E31235 !important;
	width: 100% !important;
	padding: 16px 0 !important;
	margin-bottom: 89px !important;
}

.o-close {
	display: block !important;
	width: 32px !important;
	height: 32px !important;
	color: #111 !important;
	font-size: 2.4rem !important;
	font-weight: 300 !important;
	margin-right: 12px !important;
	margin-top: 4px !important;
}

.o-close:focus {
	outline: none !important;
	box-shadow: none !important;
}

.o-title {
	color: #111 !important;
	text-align: center !important;
	font-size: 39px !important;
	font-style: normal !important;
	font-weight: 500 !important;
	line-height: normal !important;
	padding: 50px 80px 21px 80px !important;
}

.o-htmlContainer {
	margin: 0 80px !important;
}

.o-popup {
	width: 656px !important;
	border-radius: 12px !important;
	padding: 70px 20px !important;
}

.o-text {
	display: block !important;
	color: #323232 !important;
	text-align: center !important;
	font-size: 16px !important;
	font-style: normal !important;
	font-weight: 500 !important;
	line-height: 140% !important;
	margin-bottom: 40px !important;
}

.o-htmlContainer-err {
	margin: 0 0 53px 0 !important;
}

.o-img {
	margin: 109px auto 0 auto !important;
	width: 80px !important;
	height: 80px !important;
}

@media(max-width:875px) {
	.footer__row-bottom {
		flex-direction: column;
	}

	.heading {
		margin-left: 17px;
	}

	.heading::before {
		background-size: contain;
		width: 9px;
		height: 21px;
		top: 8px;
		left: -17px;
	}
}

@media(max-width:475px) {
	.footer__form input {
		width: 150px;
	}
}

.footer__form button {
	border: 0;
	height: 60px;
	width: 60px;
	background-color: #e31235;
	transition: all 0.2s ease;
}

.social__links {
	padding-left: 0;
	list-style-type: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 3rem
}

.social__links li a {
	display: block;
	margin-right: 4px;
	transition: opacity ease-in-out 0.2s
}

.social__links li a:hover {
	opacity: 0.7
}

.scroll_top {
	position: fixed;
	right: 3rem;
	bottom: 3rem;
	padding: 0;
	border: 0;
	background-color: transparent;
	z-index: 1000;
	transition: all .2s ease;
	opacity: 0;
	visibility: hidden
}

.body_shadow .scroll_top {
	opacity: 1;
	visibility: visible
}

.body_shadow .scroll_top svg path {
	fill: #DB7548;
	transition: all 0.2s ease-in-out
}

.body_shadow .scroll_top:hover svg path {
	opacity: 0.6
}

@media (max-width: 550px) {

	.main__form,
	.price__form__content,
	.find .find__form,
	.time__form {
		flex-direction: column;
		padding-left: 0;
		margin-top: 15px;
		margin-bottom: 30px
	}

	.main__form input[type=text] {
		margin-bottom: 10px;
		margin-right: 0;
		width: 100%;
		box-sizing: border-box;
	}

	.blue_button {
		margin-left: 0;
		margin-right: auto;
		width: 100%
	}

	.price__form .price__form__content .phone_mask {
		width: 100%;
		margin-bottom: 20px;
		text-align: center
	}

	.find .find__form .phone_mask,
	.time__form .phone_mask {
		width: 100%;
		margin: 0 0 20px;
		text-align: center;
		box-sizing: border-box
	}

	.find .find__container {
		background: #ccc0;
		padding: 20px
	}

	.find .find__container h2 {
		color: #fff
	}

	.find .find__container p.slogan {
		color: #fff
	}

	.price__form {
		padding-top: 15px;
		padding-bottom: 30px
	}

	.banner-layout-2 {
		min-height: unset;
		padding-bottom: 30px;
	}

	h1 {
		font-size: 36px
	}

	h2 {
		font-size: 28px
	}

	p.slogan {
		font-size: 16px
	}

	.price__form__text {
		font-size: 12px;
		color: #777;
		line-height: 18px;
		margin: 0;
		margin-bottom: 30px;
	}

	.time {
		padding: 0;
		background-size: cover
	}

	.techs .techs__item {
		width: 50%
	}

	.repair .repair__list {
		margin-left: 0;
		margin-right: 0;
	}

	.repair .repair__item {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}

	.repair .repair__gallery__item {
		width: 50%;
		height: 170px
	}

	.reasons .reasons__list {
		margin: 0;
	}

	.reasons .reasons__item {
		width: 100%;
		box-sizing: border-box
	}

	.reasons .reasons__name {
		font-size: 18px
	}

	/*.work {*/
	/*    display: none*/
	/*}*/

	.footer__row {
		flex-wrap: wrap
	}

	.footer__menu ul li a {
		font-size: 12px;
		line-height: 28px
	}

	footer a {
		color: #fff
	}

	.price_table__name {
		text-align: left
	}

	.price_table__price {
		min-width: 80px;
		width: max-content;
		white-space: nowrap;
		flex: 0 0 auto;
	}

	.custom-table tr {
		gap: 20px;
	}

	.custom-table tr th {
		max-width: 90px;
		min-width: 90px;
		width: 100%;
	}

	.custom-table tr td {
		max-width: 90px;
		min-width: 90px;
		width: 100%;
	}

	.code-err__form {
		padding: 40px 30px;
		max-width: calc(100% - 60px) !important;
	}
}

.coffee-machine-repair-img {
	width: 76%;
}

@media(max-width:960px) {
	.coffee-machine-repair-img {
		width: 40%;
	}

	.replacement {
		padding-top: 5rem;
		padding-bottom: 5rem;
		background-position: right -300px top;
	}

	.replacement .flex {
		flex-direction: column;
		gap: 40px;
	}

	.replacement__text {
		width: 100%;
	}

	.replacement__form {
		max-width: 100%;
	}

	.code-err__block {
		flex-direction: column;
	}

	.custom-table {
		width: 100%;
	}

	.code-err__form {
		max-width: calc(100% - 100px);
	}

	.work-border {
		display: none;
	}

	.work__list_new {
		flex-direction: column;
		margin-top: 40px;
	}

	.work__item_new {
		width: 100%;
		padding-left: 35px;
		padding-bottom: 30px;
		margin-left: 35px;
		border-left: 1px solid rgba(0, 0, 0, 0.12);
	}

	.work__item_new .work__name {
		padding-top: 0;
	}

	.work__item_new:before {
		left: -19px;
		top: 0;
	}

	.work__item_new:last-child {
		border-left: none;
	}

	.map__block {
		position: static;
	}

	.map-info {
		width: 100%;
	}

	.map-title {
		display: none;
	}

	.map__card {
		padding: 0;
		width: 100%;
	}

	.map-caption {
		display: none;
	}

	.map__settings {
		display: none;
	}

	.map__adaptive {
		display: block;
		width: 100%;
		height: 400px;
	}

	.map-wrapper {
		padding: 30px 20px;
	}

	.map-button {
		border-radius: 0 0 10px 10px;
		padding: 20px;
		background: #FFFFFF;
	}
}

.new_text-repair-section {
	padding-top: 0rem;
	padding-bottom: 4.5rem;
}

@media screen and (max-width : 1100px) {
	.w-n-number {
		display: none;
	}
}

@media screen and (max-width : 800px) {
	.ww {
		display: flex;
		flex-direction: column;
	}

	.work__item {
		max-width: 80%;
		width: 100%;
	}

	.mark {
		height: 50px;
		text-align: justify;
	}

	.mark img {
		width: auto;
		height: 100%;
		object-fit: contain;
	}

	.footer {
		padding: 40px 0;
	}

	.footer__row {
		flex-direction: column;
		gap: 16px;
		padding-bottom: 40px;
	}

	.footer__row-bottom {
		border-top: 1px solid rgba(255, 255, 255, 0.16);
		padding-top: 40px;
		padding-bottom: 0;
		flex-direction: column-reverse;
		width: 100%;
	}

	.footer__menu {
		width: 100%;
	}

	.footer__column {
		width: 100%;
	}

	.footer__column-padding {
		padding-bottom: 20px;
	}

	.footer__column__name {
		width: calc(100% - 24px);
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 12px;
		border-radius: 6px;
		border: 1px solid #FFFFFF;
	}

	.footer__column__name p {
		color: #FFF;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		margin: 0;
	}

	.footer__name p {
		display: none;
	}

	.footer__column__name svg {
		display: block;
		transition: all 0.2s ease;
	}

	.footer__menu.active ul {
		display: block;
	}

	.footer__menu.active .footer__column__name svg {
		transform: rotate(-180deg);
		transition: all 0.2s ease;
	}

	.footer__menu ul {
		display: none;
	}

	.footer__form input {
		width: 100%;
	}

	.footer__text {
		border-top: 1px solid rgba(255, 255, 255, 0.16);
		padding-top: 10px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 100%;
	}

	.footer__text p {
		padding-top: 20px;
		font-size: 12px;
		text-align: center;
		margin: 0;
	}

	.footer__text a {
		color: #00A89B;
		padding-top: 20px;
		text-decoration-line: underline;
		font-weight: 400;
		font-size: 12px;
		text-align: center;
	}

	.o-title {
		font-size: 27px !important;
		padding: 40px 20px 14px 20px !important;
	}

	.o-htmlContainer {
		margin: 0 20px !important;
	}

	.o-img {
		margin: 135px auto 0 auto !important;
		width: 80px !important;
		height: 80px !important;
	}

	.o-button-err {
		margin: 0 !important;
	}

	.swal2-actions {
		width: calc(100% - 40px) !important;
	}
}

.faqsection {
	text-align: center
}

.faqsection_brand {
	text-align: left;
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.faqsection p {
	font-size: 16px;
	text-align: left;
}

.faqsection .faq {
	padding: 20px 40px;
	text-align: left;
	border-bottom: #E0E0E0 1px solid
}

.faqsection .faq p {
	text-align: left;
	padding-right: 78px;
}

.faqsection .faq.uk-open {
	background: #ffffff;
}

.faqsection .faq.uk-open .uk-accordion-title {
	color: #e31235
}

.faqsection .uk-accordion > :nth-child(n+2) {
	margin-top: 0
}

/*# sourceMappingURL=style%202.css.map */

.swal2-container.swal2-center > .swal2-popup {
	padding: 100px 80px;
	width: 656px;
}

.swal2-html-container {
	font-size: 1rem !important;
}

.swal2-close {
	position: absolute;
	top: 0px;
	right: 0px;
	color: #111111 !important;
}

.swal2-image {
	margin: 0 auto !important;
	margin-bottom: 20px !important;
}

.swal2-title {
	padding: 0 !important;
}

.swal2-html-container {
	margin: 0 !important;
	margin-top: 20px !important;
	margin-bottom: 50px !important;
}

.swal2-actions {
	margin: 0 auto;
	width: 100% !important;
}

.swal2-styled.swal2-confirm {
	margin: 0;
	width: 100%;
	background-color: #E31235 !important;
	padding: 16px;
}

.swal2-styled.swal2-confirm:focus {
	box-shadow: none !important;
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
	padding-right: 0 !important;
}

@media screen and (max-width: 768px) {
	.swal2-container.swal2-center > .swal2-popup {
		padding: 20px;
		padding-top: 135px;
	}

	.swal2-title {
		font-size: 27px;
	}
}

.section {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.main__content__list li > a {
	color: inherit;
	text-decoration: inherit;
}

.mobile__menu {
	position: absolute;
	z-index: 100;
	top: calc(100% + 10px);
	left: -15px;
	background-color: #f4f4f4;
	color: #323232;
	width: 100%;
	height: calc(100vh - 116px);
	padding: 40px 16px;
	overflow-y: auto;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
}

.button.open_menu {
	display: flex;
	width: 32px;
	height: 32px;
	border: unset;
	outline: unset;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-progress-appearance: none;
	background: transparent;
	margin: 0;
	margin-left: 20px;
	padding: 0;
	position: relative;
	align-items: center;
	color: #FFF;
	justify-content: center;
}

.burger__icon {
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: currentColor;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}

.burger__icon::before {
	content: "";
	position: absolute;
	width: inherit;
	height: inherit;
	background-color: inherit;
	border-radius: inherit;
	-webkit-border-radius: inherit;
	-moz-border-radius: inherit;
	-ms-border-radius: inherit;
	-o-border-radius: inherit;
	top: -7px;
	left: 0;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}

.burger__icon::after {
	content: "";
	position: absolute;
	width: inherit;
	height: inherit;
	background-color: inherit;
	border-radius: inherit;
	-webkit-border-radius: inherit;
	-moz-border-radius: inherit;
	-ms-border-radius: inherit;
	-o-border-radius: inherit;
	bottom: -7px;
	left: 0;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}

.mobile__menu.active {
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
}

.button.active > .burger__icon {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
}

.button.active > .burger__icon::before {
	top: 0;
	opacity: 0;
}

.button.active > .burger__icon::after {
	bottom: 0;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}

.mobile__menu .footer__column__name {
	border-color: rgba(0, 0, 0, 0.12);
}

.mobile__menu .footer__column__name p {
	color: #323232;
	text-transform: unset;
}

.mobile__menu .footer__column__name svg path {
	stroke: #323232;
}

.overflow-hidden {
	overflow: hidden !important;
}

.mobile__menu .footer__menu ul li a {
	color: #000;
	padding: 0;
}

@media screen and (max-width: 500px) {
	.button.open_menu {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}

	.header-inner {
		padding-right: 52px;
	}
}

.price_table__labels {
	margin-bottom: 5px;
}

body > section:nth-child(2n - 1) {
	background-color: #f4f4f4;
}

body > section:nth-child(2n) {
	background-color: transparent;
}

section.quiz {
	padding-top: 5rem;
	padding-bottom: 5rem;
	background: url(../img/background-image.png) no-repeat;
	background-size: cover;
}

.quiz__banner-title {
	max-width: fit-content;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	max-width: 610px;
}

.quiz__banner-title > span {
	color: #00A89B;
	white-space: nowrap;
}

.quiz__banner-desc {
	text-align: center;
	max-width: 350px;
}

.quiz__banner-button {
	min-width: 300px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}

.quiz_window {
	position: relative;
	width: 945px;
	height: 589px;
	max-width: calc(100% - 20px);
	background-color: #FFF;
	margin: 0 auto;
	border-radius: 20px;
	overflow: hidden;
}

.quiz__banner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #fff;
	z-index: 1;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}

.quiz__banner.hide {
	opacity: 0;
	pointer-events: none;
}

.quiz__thnx {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 80px;
	padding-right: 80px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background-color: #fff;
	z-index: 1;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	box-sizing: border-box;
}

.quiz__thnx.hide {
	opacity: 0;
	pointer-events: none;
}

.quiz__thnx-title > span {
	color: #00A89B;
}

.quiz__thnx-desc li {
	line-height: 2;
}

.quiz_slider_wrapper {
	display: flex;
	height: 100%;
	width: 100%;
	flex-direction: column;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}

.quiz_slider_wrapper.hide {
	pointer-events: none;
	opacity: 0;
}

.quiz_slider__main {
	display: flex;
	height: calc(100% - 140px);
}

.quiz_slider_wrapper.last_slide .quiz_slider__main {
	height: calc(100% - 60px);
}

.quiz_slider__left {
	flex: 0 0 auto;
	width: calc(100% - 305px);
	border-right: 1px solid rgba(0, 0, 0, 0.12);
	position: relative;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}

.new-brand > div.hide {
	display: none;
}

.quiz_slider__header {
	padding: 18px 30px;
	display: flex;
	justify-content: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	text-align: center;
}

.quiz_slider__footer {
	display: flex;
	justify-content: space-between;
	padding: 0px 30px;
	align-items: center;
	height: 80px;
	border-top: 1px solid rgba(0, 0, 0, 0.12);
	overflow: hidden;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}

.quiz_slider {
	height: 100%;
	position: relative;
	transition: .3s;
}

.quiz_slider .slick-list,
.quiz_slider .slick-track {
	height: 100%;
}

.quiz_slide {
	display: flex !important;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: space-between;
	row-gap: 10px;
	padding-top: 10px;
}

.quiz_slide:last-child {
	padding-top: 0;
	transition: .3s;
}

.quiz_slide-title {
	padding: 0 30px;
	white-space: nowrap;
	margin: 0;
	margin-top: 0px;
	line-height: 36px;
	margin-bottom: 0px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}

.quiz_slide-desc {
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}

.quiz_slider__counter {
	margin: 0px 0;
	padding: 0 30px;
	padding-left: 0;
	line-height: 36px;
	color: #e31235;
}

.quiz_slide-content {
	height: calc(100% - 56px);
	overflow: auto;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 2rem;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	row-gap: 20px;
	align-content: flex-start;
	column-gap: 20px;
	flex: 0 0 auto;
	width: 100%;
	box-sizing: border-box;
}

.quiz_slide-content::-webkit-scrollbar {
	width: 2px;
	background-color: #e312352c;
}

.quiz_slide-content::-webkit-scrollbar-thumb {
	background-color: #e31235;
}

.quiz_slider__arrow {
	display: flex;
	align-items: center;
	column-gap: 10px;
	width: 150px;
}

.quiz_slider__arrow-prev,
.quiz_slider__arrow-prev:hover {
	justify-content: flex-start;
	background-color: transparent;
	color: inherit;
	width: auto;
	padding: 0;
}

.quiz_slider__right {
	background-color: #f4f4f4;
	flex: 0 0 auto;
	width: 305px;
	padding: 18px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}

.quiz_slider__right-text {
	margin-bottom: 40px;
	font-size: 0.8rem;
	line-height: 1.3;
	color: #00000080;
}

ul.quiz_steps__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}

li.quiz_steps__item {
	display: flex;
	column-gap: 10px;
	align-items: center;
	cursor: pointer;
}

.quiz_steps__item-checkbox {
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	border-radius: 5px;
	border: 1px solid #e31235;
	color: transparent;
	display: flex;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	justify-content: center;
	align-items: center;
}

li.quiz_steps__item.active .quiz_steps__item-checkbox {
	color: #00A89B;
	border-color: #00A89B;
}

.quiz_steps__item-checkbox > svg {
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}

.quiz_steps__item-checkbox path {
	color: inherit;
}

.quiz_steps__item-title {
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

li.quiz_steps__item.active .quiz_steps__item-title {
	color: #00A89B;
}

li.quiz_steps__item.current .quiz_steps__item-title {
	font-weight: 700;
}

.quiz_slider__sale {
	display: flex;
	justify-content: space-between;
	background-color: #FFF;
	font-size: 0.9rem;
	padding: 20px;
	margin-top: auto;
	border-radius: 15px;
	box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}

.quiz_slider__sale-total {
	font-weight: 700;
}

.techs.tech__radio {
	align-items: flex-start;
	padding-top: 0;
}

.techs__item.techs__item-radio {
	width: 33.3333%;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.techs__item.techs__item-radio::before {
	top: 0;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}

.techs__item.techs__item-radio.active::before {
	border-color: #00A89B;
}

[name="type_tech"][type="radio"] {
	display: none;
}

.techs__item.techs__item-radio .techs__img {
	transform: translateY(20px);
}

.techs__item.techs__item-radio .techs__name {
	margin-top: calc(2rem + 20px);
	font-size: inherit;
	font-weight: normal;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}

.techs__item.techs__item-radio.active .techs__name {
	color: #00A89B;
	font-weight: 700;
}

.quiz_slider_wrapper :is(textarea, textarea:hover, input:not([type="radio"]), input:not([type="radio"]):hover) {
	width: 100%;
	box-sizing: border-box;
	font-family: inherit;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-progress-appearance: none;
	padding: 10px 20px;
	border-color: rgba(0, 0, 0, .12);
	font-size: 1rem;
	outline: none;
	border-width: 1px;
	min-height: 50px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

.custom_radio__wrap {
	display: inline-flex;
	align-items: center;
	padding: 10px 20px;
	background-color: #FFF;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 3px;
	width: calc(50% - 10px);
	box-sizing: border-box;
	margin: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	column-gap: 10px;
	min-height: 50px;
}

input.custom_radio__input {
	display: none;
}

.custom_radio__circle {
	position: relative;
	width: 20px;
	height: 20px;
	border: 2px solid rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	border-radius: 50%;
	padding: 0;
	margin: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}

.custom_radio__circle::before {
	content: "";
	width: 65%;
	height: 60%;
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: inherit;
	-webkit-border-radius: inherit;
	-moz-border-radius: inherit;
	-ms-border-radius: inherit;
	-o-border-radius: inherit;
	transition: inherit;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	-ms-transition: inherit;
	-o-transition: inherit;
	background-color: #e31235;
	opacity: 0;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

input.custom_radio__input:checked + .custom_radio__circle {
	border-color: #e31235;
}

input.custom_radio__input:checked + .custom_radio__circle::before {
	opacity: 1;
}

.quiz_slide:last-child .quiz_slide-content {
	height: 100%;
	align-content: center;
	padding-top: 0;
}

.quiz_slide-content .quiz_slide-title {
	padding: 0;
	margin-top: 0;
	flex: 0 0 100%;
	text-align: center;
}

.quiz_slider_wrapper.last_slide .quiz_slide-desc {
	flex: 0 0 100%;
	text-align: center;
}

.quiz_slider_wrapper.last_slide .quiz_slider__footer {
	padding: 0;
	height: 0;
	opacity: 0;
	pointer-events: none;
}

.final_fields {
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	margin: 0 auto;
	max-width: 440px;
}

.final_fields label {
	display: flex;
	position: relative;
}

.final_fields label svg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	opacity: .5;
}

.final_fields label svg + input {
	padding-left: 50px !important;
}

.final_fields .blue_button {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

.quiz_slider__policy {
	font-size: .8rem;
	line-height: 1rem;
	color: #11111180;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.quiz_slider__policy a {
	color: inherit;
}

#quiz_privacy {
	flex: 0 0 auto;
	width: 17px;
	height: 17px;
	padding: 0;
	min-height: unset;
	border-radius: 3px;
	margin-right: 20px;
}

.quiz_slider__policy label {
	display: initial;
}

input[name="user_phone"].error {
	border: 1px solid #e31235 !important;
}

.quiz_slider__mobile-nav {
	display: none;
}

.quiz_slider__footer .quiz_slider__sale {
	display: none;
}

.faq p > a {
	color: inherit;
}

.faq p > a:hover {
	color: #00A89B;
}

.over_tech__row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	column-gap: 50px;
	row-gap: 50px;
	margin-top: 50px;
}

.over_tech__column__name > svg {
	display: none;
}

.over_tech__menu ul {
	padding: 0;
}

.over_tech__menu ul li {
	list-style: none;
	position: relative;
	padding-left: 25px;
}

.over_tech__menu ul li::before {
	content: ' ';
	display: block;
	border-width: 2px;
	border-radius: 3000px;
	width: 5px;
	height: 5px;
	background-position: center center;
	border-color: #e31235;
	border-style: solid;
	margin-right: 10px;
	left: 0;
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
}

.over_tech__menu ul li > a {
	color: inherit;
}

.over_tech__menu ul li > a:hover {
	color: #00A89B;
}

section.map .choose_region {
	color: #FFF;
	height: 25px;
	display: flex;
	column-gap: 10px;
	margin: 12.5px 0;
}

section.map .choose_region :is(select, select:hover) {
	border: none;
	outline: none;
	border-radius: 3px;
	cursor: pointer;
	background: none;
	color: #FFF;
	box-sizing: border-box;
	font-size: 1rem;
	border-bottom: 1px solid;
}

section.map .choose_region :is(select, select:hover) option {
	color: #000;
}

@media screen and (max-width: 768px) {
	.quiz__banner {
		padding: 0px 20px;
		box-sizing: border-box;
	}

	.quiz_slider__header {
		padding-left: 20px;
		padding-right: 20px;
	}

	.quiz_slider__main {
		position: relative;
	}

	.quiz_slider__left {
		width: 100%;
		border-right: unset;
	}

	.quiz_slider__right {
		position: absolute;
		height: 100%;
		max-width: 100%;
		right: 0;
		transform: translateX(100%);
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
	}

	.quiz_slider__right.active {
		transform: translateX(0%);
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
	}

	.quiz_slide-title {
		padding: 0 20px;
		white-space: break-spaces;
	}

	.quiz_slider__counter {
		display: none;
	}

	.quiz_slide-content {
		padding-left: 20px;
		padding-right: 20px;
		overflow-x: hidden;
	}

	.techs__item.techs__item-radio {
		width: 50%;
	}

	.techs__item.techs__item-radio .techs__img {
		max-width: 110px;
	}

	.techs__item.techs__item-radio::before {
		width: 120px;
		height: 120px;
		top: 10px;
	}

	.quiz_slider__footer {
		padding: 0 20px;
	}

	.quiz__thnx {
		padding: 0 20px;
	}

	.quiz_slider__arrow,
	.quiz_slider__arrow:hover {
		margin: 0;
		width: 50px;
		height: 50px;
		justify-content: center;
		background: transparent;
		color: #e31235;
		border-radius: 50%;
		border: 1px solid #e31235;
	}

	.quiz_slider__arrow > *:not(svg) {
		display: none;
	}

	.custom_radio__wrap {
		width: 100%;
	}

	.quiz_slide:last-child .quiz_slide-content {
		height: calc(100% - 56px);
	}

	.quiz_slider__mobile-nav {
		position: relative;
		width: 50px;
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: transparent;
		color: #e31235;
		border: 1px solid #e31235;
		border-radius: 50%;
	}

	.quiz_slider__mobile-nav .burger__icon {
		width: 30px;
	}

	.quiz__thnx-desc li {
		line-height: 1.3;
		margin: 1rem 0;
	}

	.quiz__banner-button {
		min-width: max-content;
	}

	.price_table__labels {
		display: flex;
		flex-direction: column;
	}

	.price_table__labels .uk-text-right {
		text-align: left !important;
	}

	.price_table {
		padding: 15px;
	}

	.price_table__cell {
		padding-left: 0px;
		padding-right: 0px;
		width: 100%;
		column-gap: 10px;
	}

	.price_table__row {
		padding-left: 0;
	}

	.price_table > .uk-grid {
		margin: 0;
	}

	.price_table__price > span {
		font-weight: 400;
	}

	.new-brand > * {
		display: flex;
	}

	.brand {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.new_text-repair-section {
		padding-bottom: 1rem;
	}

	.reviews__item-inner > .uk-first-column {
		position: absolute;
	}

	.reviews__item-inner p.uk-text-bold.name {
		margin-left: 115px;
		padding-top: 25px;
	}

	.reviews__item-inner > .uk-width-expand > .uk-icon[uk-icon="star"]:nth-child(2) {
		padding-left: 115px;
	}

	.reviews__item-inner .uk-icon[uk-icon="star"] {
		width: 18px;
		height: 18px;
	}

	.reviews__item-inner > .uk-width-expand > p:last-child {
		margin-top: 45px;
	}

	.offer-part__checkbox {
		position: absolute;
		margin-top: 60px;
		max-width: calc(100% - 40px);
	}

	.offer-part__checkbox + form.main__form > input.phone_mask {
		margin-bottom: 60px;
	}

	.page-template-page-type-new-technika .replacement__checkbox {
		margin-bottom: 0;
		margin-top: 60px;
		position: absolute;
	}

	.page-template-page-type-new-technika .replacement__checkbox + form.main__form > input.phone_mask {
		margin-bottom: 60px;
	}

	.main__content__list-more {
		padding-left: 0;
	}

	.models {
		padding-bottom: 4rem;
	}

	.quiz_window {
		max-width: 100%;
	}

	.quiz__banner-title::before {
		display: none;
	}

	.quiz_slider__right {
		width: 100%;
	}

	.quiz_slider__right .quiz_slider__sale {
		display: none;
	}

	.quiz_slider__footer {
		position: relative;
		overflow: visible;
	}

	.quiz_slider__footer .quiz_slider__sale {
		display: flex;
		position: absolute;
		width: calc(100% - 80px);
		bottom: calc(100% + 20px);
	}
}