@font-face {
	font-family: 'Euclid Square';
	src: url(../fonts/EuclidSquare-Regular.woff2) format('woff2'), url(../fonts/EuclidSquare-Regular.woff) format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: block
}

@font-face {
	font-family: 'Euclid Square';
	src: url(../fonts/EuclidSquare-Medium.woff2) format('woff2'), url(../fonts/EuclidSquare-Medium.woff) format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: block
}

@font-face {
	font-family: 'Euclid Square';
	src: url(../fonts/EuclidSquare-SemiBold.woff2) format('woff2'), url(../fonts/EuclidSquare-SemiBold.woff) format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: block
}

@font-face {
	font-family: 'Euclid Square';
	src: url(../fonts/EuclidSquare-Bold.woff2) format('woff2'), url(../fonts/EuclidSquare-Bold.woff) format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: block
}

@font-face {
	font-family: 'Euclid Square';
	src: url(../fonts/EuclidSquare-Light.woff2) format('woff2'), url(../fonts/EuclidSquare-Light.woff) format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: block
}

.Regular {
	font-family: 'Euclid Square';
	font-weight: 400
}

.Medium {
	font-family: 'Euclid Square';
	font-weight: 500
}

.Bold {
	font-family: 'Euclid Square';
	font-weight: 700
}

.SemiBold {
	font-family: 'Euclid Square';
	font-weight: 600
}

.Light {
	font-family: 'Euclid Square';
	font-weight: 300
}

:hover {
	cursor: default
}

input::-webkit-input-placeholder {
	font-size: 1em;
	color: rgba(27, 33, 38, .6)
}

input::-moz-placeholder {
	font-size: 1em;
	color: rgba(27, 33, 38, .6)
}

input:-moz-placeholder {
	font-size: 1em;
	color: rgba(27, 33, 38, .6)
}

input:-ms-input-placeholder {
	font-size: 1em;
	color: rgba(27, 33, 38, .6)
}

textarea::-webkit-input-placeholder {
	font-size: 1em;
	color: rgba(27, 33, 38, .6)
}

textarea::-moz-placeholder {
	font-size: 1em;
	color: rgba(27, 33, 38, .6)
}

textarea:-moz-placeholder {
	font-size: 1em;
	color: rgba(27, 33, 38, .6)
}

textarea:-ms-input-placeholder {
	font-size: 1em;
	color: rgba(27, 33, 38, .6)
}

input:focus::-webkit-input-placeholder {
	color: transparent
}

input:focus::-moz-placeholder {
	color: transparent
}

input:focus:-moz-placeholder {
	color: transparent
}

input:focus:-ms-input-placeholder {
	color: transparent
}

textarea:focus::-webkit-input-placeholder {
	color: transparent
}

textarea:focus::-moz-placeholder {
	color: transparent
}

textarea:focus:-moz-placeholder {
	color: transparent
}

textarea:focus:-ms-input-placeholder {
	color: transparent
}

input::-webkit-input-placeholder {
	opacity: 1;
	transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease
}

input::-moz-placeholder {
	opacity: 1;
	transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease
}

input:-moz-placeholder {
	opacity: 1;
	transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease
}

input:-ms-input-placeholder {
	opacity: 1;
	transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease
}

input:focus::-webkit-input-placeholder {
	opacity: 0;
	transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	-webkit-transition: opacity .5s ease;
	-ms-transition: opacity .5s ease
}

input:focus::-moz-placeholder {
	opacity: 0;
	transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	-webkit-transition: opacity .5s ease;
	-ms-transition: opacity .5s ease
}

input:focus:-moz-placeholder {
	opacity: 0;
	transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	-webkit-transition: opacity .5s ease;
	-ms-transition: opacity .5s ease
}

input:focus:-ms-input-placeholder {
	opacity: 0;
	transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	-webkit-transition: opacity .5s ease;
	-ms-transition: opacity .5s ease
}

input {
	border-radius: 0
}

input:focus {
	outline: 0
}

input[type=email],
input[type=password],
input[type=tel],
input[type=text],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

button,
input[type=submit] {
	-webkit-appearance: none
}

button:hover,
input[type=submit]:hover {
	cursor: pointer
}

input:hover {
	cursor: text
}

html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

body,
html {
	-webkit-overflow-scrolling: touch !important
}

a,
li {
	-webkit-tap-highlight-color: transparent
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

.line:after {
	width: 14%
}

.line:after {
	width: 28%
}

.line:after {
	width: 42%
}

.line:after {
	width: 56%
}

.line:after {
	width: 70%
}

.line:after {
	width: 84%
}

.line:after {
	width: 100%
}

@-webkit-keyframes btnAnim {
	0% {
		left: -8.75em
	}

	30% {
		left: 110%
	}

	40% {
		left: 100%;
		opacity: 0
	}

	41% {
		left: -8.75em
	}

	to {
		left: -8.75em
	}
}

@keyframes btnAnim {
	0% {
		left: -8.75em
	}

	30% {
		left: 110%
	}

	40% {
		left: 100%;
		opacity: 0
	}

	41% {
		left: -8.75em
	}

	to {
		left: -8.75em
	}
}

.btn__light-wrap {
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 50;
	pointer-events: none;
	overflow: hidden;
	position: absolute;
	border-radius: 12px
}

.btn__light-wrap .btn__light {
	position: absolute;
	display: block;
	top: -1.875em;
	top: -1.4em;
	left: -8.75em;
	height: auto;
	width: 5.75em;
	height: 9.375em;
	transform: rotate(15deg);
	border-left: 2.5em solid #fff;
	animation: btnAnim 2.5s linear infinite;
	opacity: .2;
	transition: opacity 3s linear
}

.rot:after {
	animation: 20s linear 0s normal none infinite running rot;
	-webkit-animation: 20s linear 0s normal none infinite running rot
}

@keyframes rot {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-o-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(-360deg);
		-moz-transform: rotate(-360deg);
		-o-transform: rotate(-360deg);
		-ms-transform: rotate(-360deg);
		transform: rotate(-360deg)
	}
}

@-webkit-keyframes rot {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-o-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(-360deg);
		-moz-transform: rotate(-360deg);
		-o-transform: rotate(-360deg);
		-ms-transform: rotate(-360deg);
		transform: rotate(-360deg)
	}
}

adress,
article,
div,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
li,
main,
nav,
ol,
p,
section,
ul {
	display: block;
	float: left;
	width: 100%;
	font-size: inherit;
	font-weight: 400;
	margin: 0;
	padding: 0
}

a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out
}

a:hover {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out
}

a:focus {
	outline: 0
}

a:active {
	outline: 0
}

button {
	display: block;
	float: left;
	border: 0;
	padding: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out
}

button:focus {
	outline: 0
}

button:active {
	outline: 0
}

button:hover {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out
}

a:hover,
button:hover {
	cursor: pointer
}

a:hover *,
button:hover * {
	cursor: pointer
}

.wrap {
	width: 100%;
	max-width: 1200px;
	float: none;
	margin: 0 auto
}

* {
	box-sizing: border-box
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Euclid Square';
	font-weight: 400;
	color: #1b2126;
	background: #fcfbfa
}

body.pop-up-open {
	position: fixed;
	left: 0;
	right: 0
}

body.locked {
	overflow: hidden
}

b {
	font-family: 'Euclid Square';
	font-weight: 700
}

.image-cover {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center
}

.input {
	border: 1px solid #ebebeb;
	border-radius: 12px;
	background-color: #fafbfb;
	box-shadow: inset 0 3px 7px 0 rgba(25, 23, 23, .05);
	height: 92px;
	display: block;
	padding: 0 34px;
	width: 100%;
	font-size: 16px;
	font-family: 'Euclid Square';
	font-weight: 400
}

.btn {
	position: relative;
	width: 320px;
	height: 90px;
	font-size: 14px;
	font-family: 'Euclid Square';
	font-weight: 700;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
	text-transform: uppercase;
	line-height: 1.6;
	background: 0 0
}

.btn .btn-span {
	border-radius: 12px;
	background-image: -moz-linear-gradient(90deg, #fcc24e 0, #ffd886 100%);
	background-image: -webkit-linear-gradient(90deg, #fcc24e 0, #ffd886 100%);
	background-image: -ms-linear-gradient(90deg, #fcc24e 0, #ffd886 100%);
	box-shadow: inset 0 30px 29.4px .6px rgba(255, 255, 255, .4);
	width: 100%;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
	position: relative
}

.btn .btn-span span {
	position: relative;
	z-index: 1
}

.btn .btn-span:before {
	top: 0;
	height: 90px;
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	border-radius: 12px;
	background-image: -moz-linear-gradient(90deg, #fcc24e 0, #ffd886 100%);
	background-image: -webkit-linear-gradient(90deg, #fcc24e 0, #ffd886 100%);
	background-image: -ms-linear-gradient(90deg, #fcc24e 0, #ffd886 100%);
	transition: all .2s linear;
	opacity: 0
}

.btn:before {
	top: 4px;
	height: 90px;
	border-radius: 20px;
	background-color: #e0a646;
	box-shadow: 0 20px 60px 0 rgba(253, 201, 96, .3);
	content: '';
	position: absolute;
	left: 0;
	width: 100%
}

.btn:hover .btn-span:before {
	opacity: 1;
	transition: all .2s linear
}

.btn:active .btn-span {
	background-image: -moz-linear-gradient(90deg, #fcc24e 0, #ffd886 100%);
	background-image: -webkit-linear-gradient(90deg, #fcc24e 0, #ffd886 100%);
	background-image: -ms-linear-gradient(90deg, #fcc24e 0, #ffd886 100%);
	box-shadow: inset 0 30px 29.4px .6px rgba(255, 255, 255, .4);
	transform: translateY(4px)
}

.btn:active .btn-span:before {
	display: none
}

.arrow {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-image: -moz-linear-gradient(90deg, #fcc24e 0, #ffd886 100%);
	background-image: -webkit-linear-gradient(90deg, #fcc24e 0, #ffd886 100%);
	background-image: -ms-linear-gradient(90deg, #fcc24e 0, #ffd886 100%);
	box-shadow: 0 20px 60px 0 rgba(253, 201, 96, .3), inset 0 20px 19.6px .4px rgba(255, 255, 255, .25);
	position: absolute;
	top: 50%;
	margin-top: -35px
}

.arrow:before {
	width: 10px;
	height: 20px;
	background: url(../img/arrow.svg) center center no-repeat;
	background-size: contain;
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	margin-top: -10px;
	margin-left: -6px;
	z-index: 1
}

.arrow:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	border-radius: 50%;
	background-image: -moz-linear-gradient(90deg, #fcc24e 0, #ffd886 100%);
	background-image: -webkit-linear-gradient(90deg, #fcc24e 0, #ffd886 100%);
	background-image: -ms-linear-gradient(90deg, #fcc24e 0, #ffd886 100%);
	box-shadow: 0 20px 60px 0 rgba(253, 201, 96, .3);
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all .2s linear
}

.arrow.prev {
	left: 0
}

.arrow.next {
	right: 0
}

.arrow.next:before {
	transform: rotate(180deg);
	margin-left: -4px
}

.arrow:hover {
	cursor: pointer
}

.arrow:hover:after {
	opacity: 1
}

.arrow:hover * {
	cursor: pointer
}

.agreement {
	color: #a5a5ad;
	font-size: 13px
}

.agreement label {
	padding-left: 24px;
	position: relative
}

.agreement label:hover {
	cursor: pointer
}

.agreement label:hover * {
	cursor: pointer
}

.agreement label:before {
	width: 16px;
	height: 16px;
	border-radius: 3px;
	border: 1px solid rgba(0, 0, 0, .1);
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box
}

.agreement label:after {
	width: 10px;
	height: 8px;
	background: url(../img/check.svg) center center no-repeat;
	background-size: contain;
	position: absolute;
	content: '';
	left: 3px;
	top: 3px;
	opacity: 0;
	transition: all .2s linear
}

.agreement label a {
	color: #4a8fff;
	font-size: 13px;
	border-bottom: 1px solid rgba(74, 143, 255, .5);
	transition: all .2s linear
}

.agreement label a:hover {
	color: #2766cc;
	border-color: rgba(39, 102, 204, .5)
}

.agreement label.warning {
	color: red
}

.agreement label.warning a {
	color: red;
	border-color: red
}

.agreement input {
	display: none
}

.agreement input:checked+label:after {
	opacity: 1;
	transition: all .2s linear
}

.title {
	font-size: 48px;
	text-align: center;
	line-height: 1.2
}

.title B {
	font-family: 'Euclid Square';
	font-weight: 700
}

.subtitle {
	font-size: 28px;
	text-align: center
}

.subtitle b {
	font-family: 'Euclid Square';
	font-weight: 700
}

.scroll-div {
	width: 112px;
	height: 200px;
	background: url(../img/scroll-bg.svg) center center no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 50vh;
	margin-top: -100px;
	text-align: center;
	padding-top: 106px
}

.scroll-div:before {
	width: 28px;
	height: 30px;
	background: url(../img/hand.svg) center center no-repeat;
	background-size: contain;
	position: absolute;
	content: '';
	left: 50%;
	margin-left: -14px;
	top: 30px
}

.scroll-div .points {
	width: 4px;
	height: 18px;
	position: absolute;
	left: 50%;
	margin-left: -2px;
	top: 75px
}

.scroll-div .points span {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	display: block;
	float: left;
	margin-bottom: 3px
}

.scroll-div .points span:last-child {
	margin-bottom: 0
}

.scroll-div .points span:nth-child(1) {
	border: 1px solid rgba(255, 255, 255, .8)
}

.scroll-div .points span:nth-child(2) {
	border: 1px solid rgba(255, 255, 255, .5)
}

.scroll-div .points span:nth-child(3) {
	border: 1px solid rgba(255, 255, 255, .3)
}

.scroll-div .text-1 {
	font-size: 10px;
	font-family: 'Euclid Square';
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.6
}

.scroll-div .text-2 {
	font-size: 12px;
	color: rgba(255, 255, 255, .55)
}

.styled-ul li {
	line-height: 1.4;
	padding-left: 12px;
	position: relative;
	margin-bottom: 6px
}

.styled-ul li:last-child {
	margin-bottom: 0
}

.styled-ul li:before {
	width: 5px;
	height: 5px;
	background: #edd1a7;
	border-radius: 50%;
	position: absolute;
	content: '';
	left: 0;
	top: 12px
}

.container {
	overflow: hidden;
	position: relative
}

.callback-btn {
	width: 160px;
	height: 50px;
	background: 0 0;
	position: relative;
	font-size: 11px;
	font-family: 'Euclid Square';
	font-weight: 700;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
	text-transform: uppercase;
	letter-spacing: .7px;
	margin-left: 15px
}

.callback-btn:before {
	border-radius: 12px;
	background-color: #d7c0a0;
	position: absolute;
	top: 3px;
	width: 100%;
	height: 50px;
	content: '';
	left: 0
}

.callback-btn .btn-span {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center
}

.callback-btn .btn-span:before {
	border-radius: 6px;
	background-image: -moz-linear-gradient(90deg, #fae2b6 0, #fcefdc 100%);
	background-image: -webkit-linear-gradient(90deg, #fae2b6 0, #fcefdc 100%);
	background-image: -ms-linear-gradient(90deg, #fae2b6 0, #fcefdc 100%);
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 50px;
	transition: all .2s linear
}

.callback-btn .btn-span:after {
	border-radius: 6px;
	background-image: -moz-linear-gradient(90deg, #e8ce9e 0, #fcf3e6 100%);
	background-image: -webkit-linear-gradient(90deg, #e8ce9e 0, #fcf3e6 100%);
	background-image: -ms-linear-gradient(90deg, #e8ce9e 0, #fcf3e6 100%);
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 50px;
	transition: all .2s linear;
	opacity: 0
}

.callback-btn span {
	position: relative;
	z-index: 1
}

.callback-btn:hover .btn-span:after {
	opacity: 1
}

.callback-btn:active .btn-span {
	transform: translateY(3px)
}

.callback-btn:active .btn-span:after {
	display: none
}

.callback-btn:active .btn-span:before {
	background-image: -moz-linear-gradient(90deg, #fae2b6 0, #fcefdc 100%);
	background-image: -webkit-linear-gradient(90deg, #fae2b6 0, #fcefdc 100%);
	background-image: -ms-linear-gradient(90deg, #fae2b6 0, #fcefdc 100%)
}

.top-panel {
	position: absolute;
	padding: 28px 0;
	z-index: 3
}

.top-panel .wrap_float {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.top-panel .left {
	width: auto;
}

@media (min-width: 1241px) {
	.top-panel .left {
		display: flex;
		align-items: center;
	}
}

.top-panel .center {
	width: auto;
	width: 384px
}

.top-panel .right {
	width: auto
}

.top-panel .reviews-link {
	padding-left: 68px;
	position: relative
}

.top-panel .reviews-link:before {
	width: 42px;
	height: 60px;
	background: url(../img/iphone.webp) center center no-repeat;
	background-size: contain;
	position: absolute;
	content: '';
	top: 0;
	left: 0
}

.top-panel .reviews-link:after {
	width: 30px;
	height: 22px;
	background: url(../img/chat.svg) center center no-repeat;
	background-size: contain;
	position: absolute;
	left: 20px;
	top: 7px;
	content: ''
}

.top-panel .reviews-link ._title {
	margin-top: -5px
}

.top-panel .reviews-link ._title span {
	font-size: 14px;
	font-weight: 600;
	border-bottom: 1px solid rgba(27, 33, 38, .2);
	transition: all .2s linear
}

.top-panel .reviews-link ._helper {
	font-size: 12px;
	font-weight: 600;
	color: #3e3e46;
	padding-left: 23px;
	position: relative;
	margin-top: 8px
}

.top-panel .reviews-link ._helper:before {
	width: 14px;
	height: 14px;
	background: url(../img/cursor.svg) center center no-repeat;
	background-size: contain;
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	margin-top: -8px;
	opacity: .25
}

.top-panel .reviews-link:hover {
	cursor: pointer
}

.top-panel .reviews-link:hover * {
	cursor: pointer
}

.top-panel .reviews-link:hover ._title span {
	color: #4a8fff;
	border-color: rgba(74, 143, 255, .2);
	transition: all .2s linear
}

.logo {
	width: 180px;
	height: 30px;
	background: url(../img/logo.svg) center left no-repeat;
	background-size: contain;
	display: block;
	float: left;
	position: relative;
}

.logo-text {
	font-size: 18px;
	color: #000;
	width: 180px;
	margin-left: 18px;
	margin-top: -4px;
	line-height: 1.3;
	font-weight: 700;
}

.tel-block {
	width: 205px;
	text-align: right;
	height: 56px;
}

.tel-block .tel {
	font-size: 22px;
	font-family: 'Euclid Square';
	font-weight: 700;
	display: block;
	float: left;
	margin-bottom: 3px
}





.main-screen {
	background: url(../img/main-bg.webp) center center no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative
}

.main-screen .wrap_float {
	padding-top: 178px;
	padding-bottom: 100px;
	position: relative
}

.main-screen .wrap_float:before {
	width: 1130px;
	height: 204px;
	background: url(../img/table.webp) center bottom no-repeat;
	background-size: contain;
	position: absolute;
	content: '';
	left: 430px;
	bottom: 0;
	z-index: 1
}

.main-screen .main-title {
	font-size: 52px;
	font-family: 'Euclid Square';
	font-weight: 400;
	line-height: 1.3;
	margin-bottom: 45px
}

.main-screen .main-title b {
	font-family: 'Euclid Square';
	font-weight: 600;
	font-size: 50px
}

.main-screen .main-title .time {
	display: inline-block;
	position: relative;
	padding-left: 65px;
	margin-left: 5px;
	margin-right: 15px
}

.main-screen .main-title .time:before {
	border: 1px solid rgba(0, 0, 0, .1);
	height: 74px;
	left: 0;
	right: -17px;
	border-radius: 10px;
	transform: skewX(-6deg);
	content: '';
	position: absolute;
	top: -4px
}

.main-screen .main-title .time:after {
	width: 38px;
	height: 59px;
	background: url(../img/alarm.webp) center center no-repeat;
	background-size: contain;
	position: absolute;
	content: '';
	left: 18px;
	top: 50%;
	margin-top: -30px
}

.main-screen .main-left {
	max-width: 832px;
	position: relative;
	z-index: 1
}

.main-screen .main-right {
	width: 348px;
	position: relative;
	height: 670px;
	margin-top: -70px
}

.main-screen .main-right .img {
	width: 482px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1
}

/*
.main-screen .main-right .circle {
	width: 1044px;
	height: 1044px;
	background: rgba(255, 255, 255, .12);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -522px;
	left: 50%;
	margin-left: -445px
}

.main-screen .main-right .circle:before {
	width: 800px;
	height: 800px;
	top: 50%;
	margin-top: -400px;
	left: 50%;
	margin-left: -400px;
	content: '';
	position: absolute;
	border-radius: 50%;
	background: rgba(255, 255, 255, .12)
}

.main-screen .main-right .circle:after {
	width: 500px;
	height: 500px;
	top: 50%;
	margin-top: -250px;
	left: 50%;
	margin-left: -250px;
	content: '';
	position: absolute;
	border-radius: 50%;
	background: rgba(255, 255, 255, .12)
}
*/
.main-screen .main-right .info {
	width: 160px;
	height: 176px;
	background: url(../img/info-bg.svg) center center no-repeat;
	background-size: contain;
	position: absolute;
	content: '';
	right: 150px;
	top: 210px;
	z-index: 2;
	padding: 62px 20px 18px;
	font-size: 18px;
	text-align: center;
	line-height: 1.4
}

.main-screen .main-right .info:before {
	width: 206px;
	height: 206px;
	background: url(../img/medal.webp) center center no-repeat;
	background-size: contain;
	position: absolute;
	content: '';
	top: -67px;
	left: 50%;
	margin-left: -103px
}

.main-screen .main-right .info b {
	font-family: 'Euclid Square';
	font-weight: 600
}

.main-form {
	width: 808px;
	height: 366px;
	background: url(../img/form-bg-1.svg) center center no-repeat;
	background-size: cover;
	position: relative;
	padding: 0 48px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: -20px;
	-webkit-filter: drop-shadow(0 20px 60px rgba(0, 0, 0, .07));
	filter: drop-shadow(0 20px 60px rgba(0, 0, 0, .07))
}

.main-form:before {
	top: 6px;
	left: 6px;
	right: 6px;
	bottom: 6px;
	background: url(../img/border-1.svg) center center no-repeat;
	background-size: contain;
	position: absolute;
	content: '';
	opacity: .04
}

.main-form .form {
	position: relative;
	z-index: 1
}

.main-form ._title {
	font-size: 28px;
	line-height: 1.2;
	margin-bottom: 10px
}

.main-form ._title b {
	font-family: 'Euclid Square';
	font-weight: 700
}

.main-form ._subtitle {
	font-size: 20px;
	margin-bottom: 10px
}

.main-form ._subtitle b {
	font-family: 'Euclid Square';
	font-weight: 600
}

.main-form .input-wrap {
	max-width: 300px
}

.main-form .btn {
	margin-left: -33px;
	z-index: 1
}

.main-form .agreement {}

.main-form .timer-container {
	right: -50px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute
}

.timer-container {
	background: #f9fafb;
	position: relative;
	width: 198px;
	padding: 25px 20px 118px;
	text-align: center;
	border-radius: 6px
}

.timer-container:before {
	width: 0;
	height: 0;
	border: 9px solid transparent;
	border-right-color: #f9fafb;
	border-left: 0;
	content: '';
	position: absolute;
	left: -9px;
	top: 20px
}

.timer-container:after {
	width: 152px;
	height: 110px;
	background: url(../img/beans.webp) center bottom no-repeat;
	background-size: contain;
	position: absolute;
	content: '';
	bottom: 0;
	right: 0
}

.timer-container .p {
	font-size: 13px;
	line-height: 1.4;
	margin-bottom: 11px
}

.timer-container .p b {
	font-family: 'Euclid Square';
	font-weight: 600
}

.timer-container .time-items {
	width: auto;
	display: inline-block;
	float: none
}

.timer-container .time-item {
	width: 55px;
	text-align: center
}

.timer-container .time-item:first-child {
	position: relative;
	margin-right: 18px
}

.timer-container .time-item:first-child:before {
	height: 100%;
	top: 0;
	left: 100%;
	font-size: 42px;
	font-family: 'Euclid Square';
	font-weight: 700;
	content: ':';
	position: absolute;
	line-height: 1
}

.timer-container .time-item .val {
	font-size: 42px;
	font-family: 'Euclid Square';
	font-weight: 700;
	line-height: 1
}

.timer-container .time-item .word {
	font-size: 13px;
	color: rgba(27, 33, 38, .5)
}

.triggers {
	position: relative;
	z-index: 1
}

.triggers .wrap_float {
	height: 160px
}

.triggers .items {
	transform: translateY(-42px);
	display: flex;
	gap: 15px;
}

.triggers .item {
	width: 400px;
	position: relative;
	margin-bottom: 30px;
	box-shadow: 1px 9px 13px 0px rgb(0 0 0 / 31%);
}

.triggers .item .icon {
	position: absolute;
	left: 0;
	bottom: 0
}

.triggers .item:before {
	left: 20px;
	right: 20px;
	background: #f5eadb;
	transform: skewY(-1.5deg);
	border-radius: 5px;
	content: '';
	position: absolute;
	bottom: -1px;
	height: 50px;
	width: auto
}

.triggers .item-wrap {
	width: 100%;
	height: 190px;
	background: url(../img/trigger-bg.svg) center center no-repeat;
	background-size: contain;
	position: relative;
	padding-left: 138px;
	padding-right: 10px;
	display: flex;
	align-items: center;
	-webkit-filter: drop-shadow(0 20px 60px rgba(0, 0, 0, .04));
	filter: drop-shadow(0 20px 60px rgba(0, 0, 0, .04))
}

.triggers .item .text {
	font-size: 16px;
	line-height: 1.5
}

.triggers .item .text b {
	font-family: 'Euclid Square';
	font-weight: 700
}

.triggers .item.item-1 .icon {
	width: 135px;
	height: 162px;
	bottom: -1px
}

.triggers .item.item-2 .icon {
	width: 131px;
	height: 180px
}

.triggers .item.item-3 .icon {
	width: 150px;
	height: 178px
}

.process {
	padding-top: 100px;
	overflow: hidden;
	padding-bottom: 30px;
	position: relative
}

.process .wrap_float {
	position: relative
}

.process .wrap_float .parallax-before {
	width: 474px;
	height: 535px;
	background: url(../img/pr-before.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	content: '';
	right: -430px;
	top: -80px
}

.process .section_content {
	position: relative
}

.process .tabs-content {
	position: relative
}

.process .tabs-content .tab-content {
	padding: 0 100px;
	position: relative;
	display: none;
	min-height: 690px
}

.process .tabs-content .tab-content .title {
	font-size: 36px;
	margin-bottom: 15px
}

.process .tabs-content .tab-content .subtitle {
	font-size: 22px
}

.process .tabs-content .tab-content .subtitle span {
	display: inline-block;
	position: relative;
	font-family: 'Euclid Square';
	font-weight: 600;
	margin-left: 14px
}

.process .tabs-content .tab-content .subtitle span:before {
	top: -4px;
	left: -10px;
	bottom: -7px;
	right: -10px;
	background: #f5eadb;
	content: '';
	position: absolute;
	border-radius: 5px;
	transform: skewX(-6deg);
	z-index: -1
}

.process .tabs-content .tab-content.tab-content-1 .left {
	width: 404px
}

.process .tabs-content .tab-content.tab-content-1 .left .img {
	max-width: 100%
}

.process .tabs-content .tab-content.tab-content-1 .right {
	width: 552px;
	padding-top: 25px;
	float: right
}

.process .tabs-content .tab-content.tab-content-2 .left,
.process .tabs-content .tab-content.tab-content-3 .left {
	width: 570px;
	position: relative
}

.process .tabs-content .tab-content.tab-content-2 .left .img,
.process .tabs-content .tab-content.tab-content-3 .left .img {
	max-width: 100%
}

.process .tabs-content .tab-content.tab-content-2 .right,
.process .tabs-content .tab-content.tab-content-3 .right {
	width: 384px;
	float: right
}

.process .tabs-content .tab-content.tab-content-2 .right ._title,
.process .tabs-content .tab-content.tab-content-3 .right ._title {
	margin-bottom: 25px
}

.process .tabs-content .tab-content.tab-content-3 .right {
	padding-top: 58px
}

.process .process-item {
	margin-top: 27px
}

.process .process-item ._title {
	font-size: 26px;
	font-family: 'Euclid Square';
	font-weight: 600;
	padding-left: 46px;
	position: relative
}

.process .process-item ._title:before {
	width: 35px;
	height: 8px;
	background: url(../img/title-before.svg) center center no-repeat;
	background-size: contain;
	position: absolute;
	content: '';
	left: 0;
	top: 14px
}

.process .process-item ._subtitle {
	padding-left: 46px;
	font-size: 20px;
	margin-top: 12px
}

.process .process-item .ul {
	padding-left: 46px;
	margin-top: 17px
}

.process .process-item .ul li {
	padding-left: 18px;
	position: relative;
	margin-bottom: 8px
}

.process .process-item .ul li:last-child {
	margin-bottom: 0
}

.process .process-item .ul li:before {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	content: '';
	position: absolute;
	background: #edd1a7;
	left: 0;
	top: 8px
}

.process .process-item .process-list li {
	padding-left: 98px;
	position: relative;
	min-height: 92px;
	display: flex;
	align-items: center;
	margin-bottom: 24px;
	line-height: 1.5
}

.process .process-item .process-list li:last-child {
	margin-bottom: 0
}

.process .process-item .process-list li img {
	position: absolute;
	left: 0;
	top: 4px
}

.process .process-item .process-list li.li-1 img {
	width: 84px
}

.process .process-item .process-list li.li-2 img {
	width: 68px;
	left: 15px
}

.process .process-item .process-list li.li-3 img {
	width: 78px;
	left: 0
}

.process .process-item .process-list li.li-4 img {
	left: 10px
}

.process .process-item .process-list li.li-5 img {
	left: 10px;
	top: 11px
}

.process .process-item .courier-info {
	background: url(../img/courier-info.svg) center center no-repeat;
	background-size: contain;
	width: 211px;
	height: 278px;
	position: absolute;
	right: 30px;
	bottom: 30px;
	z-index: 1;
	padding: 20px 28px
}

.process .process-item .courier-info .courier-title {
	font-size: 20px;
	font-family: 'Euclid Square';
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 10px
}

.process .process-item .courier-info .courier-ul li {
	padding-left: 12px;
	position: relative;
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 7px
}

.process .process-item .courier-info .courier-ul li:last-child {
	margin-bottom: 0
}

.process .process-item .courier-info .courier-ul li:before {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #000;
	opacity: .3;
	position: absolute;
	content: '';
	left: 0;
	top: 8px
}

.process .process-item .message-block {
	padding-left: 94px;
	position: relative;
	width: 430px;
	margin-top: 45px
}

.process .process-item .message-block:before {
	width: 100px;
	height: 120px;
	background: url(../img/message-icon.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	content: '';
	left: -20px;
	top: 0
}

.process .process-item .message-block .message_title {
	font-size: 20px;
	font-family: 'Euclid Square';
	font-weight: 600;
	margin-bottom: 8px
}

.process .process-item .message-block .message_text {
	font-size: 16px;
	line-height: 1.5
}

.tabs-info {
	font-size: 13px;
	color: rgba(27, 33, 38, .5);
	width: 105px;
	position: absolute;
	top: -66px;
	left: 0;
	line-height: 1.4
}

.tabs-info:before {
	width: 22px;
	height: 30px;
	background: url(../img/finger.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	content: '';
	left: -32px;
	top: -16px
}

.tabs-info:after {
	width: 35px;
	height: 68px;
	background: url(../img/line-1.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	content: '';
	bottom: -57px;
	right: -25px
}

.div-tabs {
	padding: 8px;
	border-radius: 12px;
	border: 1px solid rgba(0, 0, 0, .07);
	margin-bottom: 42px;
	margin-top: 55px
}

.div-tabs .tab {
	height: 86px;
	width: 33.333333%;
	padding-left: 112px;
	padding-right: 18px;
	font-size: 16px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	position: relative;
	line-height: 1.4
}

.div-tabs .tab:before {
	position: absolute;
	content: '';
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	top: 50%
}

.div-tabs .tab:hover {
	cursor: pointer
}

.div-tabs .tab:hover * {
	cursor: pointer
}

.div-tabs .tab.active {
	background: #ffd886;
	box-shadow: 0 40px 60px 0 rgba(255, 216, 134, .3);
	font-family: 'Euclid Square';
	font-weight: 600;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .4)
}

.div-tabs.process-tabs .tab:nth-child(1):before {
	width: 56px;
	height: 76px;
	margin-top: -35px;
	background-image: url(../img/stanley.webp);
	left: 30px
}

.div-tabs.process-tabs .tab:nth-child(2):before {
	width: 55px;
	height: 66px;
	margin-top: -33px;
	background-image: url(../img/process-icon2.webp);
	left: 37px
}

.div-tabs.process-tabs .tab:nth-child(3):before {
	width: 52px;
	height: 66px;
	margin-top: -33px;
	background-image: url(../img/process-icon3.webp);
	left: 40px
}

.div-tabs.card-tabs .tab:nth-child(1):before {
	width: 70px;
	height: 70px;
	margin-top: -35px;
	background-image: url(../img/card.webp);
	left: 20px
}

.div-tabs.card-tabs .tab:nth-child(2):before {
	width: 52px;
	height: 70px;
	margin-top: -35px;
	background-image: url(../img/phone-small.webp);
	left: 30px
}

.div-tabs.card-tabs .tab:nth-child(3):before {
	width: 50px;
	height: 70px;
	margin-top: -35px;
	background-image: url(../img/bot-small.webp);
	left: 36px
}

.next-step-btn {
	border: 1px solid rgba(0, 0, 0, .25);
	background: 0 0;
	width: 378px;
	height: 88px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	padding-left: 34px;
	padding-right: 70px;
	font-size: 16px;
	color: rgba(27, 33, 38, .6);
	position: relative;
	line-height: 1.4;
	margin-top: 42px;
	font-family: 'Euclid Square';
	font-weight: 400
}

.next-step-btn span {
	position: relative;
	z-index: 1
}

.next-step-btn:before {
	width: 16px;
	height: 16px;
	background: url(../img/next-btn-arrow.svg) center center no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	right: 35px;
	top: 50%;
	margin-top: -8px;
	z-index: 1
}

.next-step-btn:after {
	border-radius: 12px;
	background-image: -moz-linear-gradient(90deg, #e8ce9e 0, #fcf3e6 100%);
	background-image: -webkit-linear-gradient(90deg, #e8ce9e 0, #fcf3e6 100%);
	background-image: -ms-linear-gradient(90deg, #e8ce9e 0, #fcf3e6 100%);
	box-shadow: 0 15px 40px 0 rgba(233, 208, 162, .4);
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	top: -1px;
	left: -1px;
	bottom: -1px;
	right: -1px;
	opacity: 0;
	transition: all .2s linear
}

.next-step-btn:hover {
	cursor: pointer;
	color: #1b2126
}

.next-step-btn:hover:after {
	opacity: 1
}

.next-step-btn:hover * {
	cursor: pointer
}

.next-step-btn:active:after {
	background-image: -moz-linear-gradient(90deg, #fae2b6 0, #fcefdc 100%);
	background-image: -webkit-linear-gradient(90deg, #fae2b6 0, #fcefdc 100%);
	background-image: -ms-linear-gradient(90deg, #fae2b6 0, #fcefdc 100%);
	box-shadow: none
}

.quiz-section {
	border-top: 1px solid rgba(0, 0, 0, .1);
	padding-top: 110px;
	position: relative
}

.quiz-section .wrap_float {
	position: relative
}

.quiz-section .wrap_float .parallax-before {
	width: 260px;
	height: 232px;
	background: url(../img/metall.webp) center center no-repeat;
	background-size: contain;
	position: absolute;
	top: -222px;
	right: -322px;
	content: ''
}

.quiz-section .title {
	text-align: left;
	max-width: 750px
}

.quiz-section .info {
	width: 260px;
	height: 180px;
	background: url(../img/quiz-info.svg) center center no-repeat;
	background-size: contain;
	position: absolute;
	font-size: 24px;
	padding: 45px 35px;
	line-height: 1.3;
	right: 185px;
	top: 10px
}

.quiz-section .info:before {
	width: 66px;
	height: 66px;
	border-radius: 50%;
	background: #fff url(../img/present.png) center center no-repeat;
	background-size: 30px 30px;
	box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .06);
	position: absolute;
	content: '';
	left: 35px;
	top: -33px
}

.quiz-section .info b {
	font-family: 'Euclid Square';
	font-weight: 700
}

.quiz-container {
	width: 1280px;
	margin-left: -40px;
	height: 800px;
	background: url(../img/quiz-bg.svg) center center no-repeat;
	background-size: contain;
	position: relative;
	padding: 40px;
	padding-left: 68px;
	margin-top: 73px
}

.quiz-container:before {
	top: 6px;
	left: 6px;
	right: 6px;
	bottom: 6px;
	background: url(../img/quiz-border.svg) center center no-repeat;
	background-size: contain;
	position: absolute;
	content: '';
	opacity: .1
}

.quiz-container:after {
	width: 307px;
	height: 480px;
	background: url(../img/soldering.webp) center center no-repeat;
	background-size: contain;
	position: absolute;
	content: '';
	bottom: -82px;
	left: -120px
}

.quiz-container.final-step:after {
	display: none
}

.quiz-container .progress-bar {
	width: 430px;
	margin-bottom: 42px;
	position: absolute;
	top: 40px;
	left: 68px
}

.quiz-container .progress-bar .progress-text {
	font-size: 16px;
	text-align: center;
	color: #fff;
	margin-bottom: 14px
}

.quiz-container .progress-bar .progress-text span {
	color: #1b2126;
	display: inline-block;
	position: relative;
	margin: 0 7px
}

.quiz-container .progress-bar .progress-text span b {
	font-family: 'Euclid Square';
	font-weight: 700;
	position: relative;
	z-index: 1
}

.quiz-container .progress-bar .progress-text span:before {
	border-radius: 5px;
	top: -2px;
	left: -6px;
	right: -6px;
	bottom: -2px;
	background: #f5eadb;
	position: absolute;
	content: ''
}

.quiz-left {
	max-width: 502px;
	padding-right: 15px;
	position: relative;
	z-index: 2;
	padding-top: 84px
}

.quiz-right {
	max-width: 670px;
	float: right;
	position: relative;
	z-index: 2
}

.quiz-finish .left {
	width: 580px;
	padding-top: 75px
}

.quiz-finish .left .title {
	color: #fff;
	font-size: 38px;
	margin-bottom: 25px
}

.quiz-finish .left .bonuses-final,
.quiz-finish .left .finish-form {
	transition: all .2s linear
}

.quiz-finish .left.opacity .bonuses-final,
.quiz-finish .left.opacity .finish-form {
	opacity: .4
}

.quiz-finish .right {
	width: 518px;
	position: relative;
	margin-left: 48px
}

.quiz-finish .right .folder {
	width: 100%
}

.quiz-finish .right .calc {
	width: 127px;
	position: absolute;
	left: 15px;
	top: 155px
}

.quiz-finish .right ._title {
	font-size: 26px;
	font-family: 'Euclid Square';
	font-weight: 600;
	color: #fff;
	margin-top: 70px;
	text-align: center
}

.quiz-finish .right .calc,
.quiz-finish .right .folder {
	transition: all .2s linear
}

.quiz-finish .right.opacity .calc,
.quiz-finish .right.opacity .folder {
	opacity: .4
}

.quiz-finish .bonuses-final .item {
	width: 285px;
	height: 110px;
	background: #33383b;
	border-radius: 6px;
	padding-left: 18px;
	padding-right: 10px;
	display: flex;
	align-items: center;
	color: #fff;
	position: relative;
	overflow: hidden
}

.quiz-finish .bonuses-final .item:before {
	position: absolute;
	content: '';
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain
}

.quiz-finish .bonuses-final .item:first-child {
	margin-right: 8px;
	padding-left: 88px
}

.quiz-finish .bonuses-final .item:first-child:before {
	width: 89px;
	height: 98px;
	background-image: url(../img/coins-2.png);
	left: -8px;
	bottom: 0
}

.quiz-finish .bonuses-final .item:nth-child(2):before {
	width: 146px;
	height: 106px;
	background-image: url(../img/calendar-2.png);
	right: 0;
	bottom: 0
}

.quiz-finish .bonuses-final .item:last-child {
	width: 100%;
	margin-top: 8px;
	padding-left: 88px
}

.quiz-finish .bonuses-final .item:last-child:before {
	width: 540px;
	height: 107px;
	background-image: url(../img/cup-3.png);
	left: 0;
	bottom: 0
}

.quiz-finish .finish-form {
	position: relative;
	z-index: 1;
	margin-top: 40px
}

.quiz-finish .finish-form .form-wrap {
	max-width: 320px;
	margin-right: 22px
}

.quiz-finish .finish-form .form-wrap .input-wrap {
	margin-bottom: 10px
}

.quiz-finish .finish-form .form-wrap .agreement {
	margin-top: 14px;
	text-align: left;
	padding-left: 20px
}

.quiz-finish .load {
	background: #f5eadb;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 18px solid #f0e1cc;
	position: absolute;
	top: 390px;
	left: 50%;
	margin-left: -60px;
	box-shadow: 0 40px 60px 0 rgba(245, 213, 169, .3)
}

.quiz-finish .load:before {
	width: 46px;
	height: 46px;
	background: url(../img/load.gif) center center no-repeat;
	background-size: contain;
	position: absolute;
	content: '';
	left: 50%;
	top: 50%;
	margin-top: -23px;
	margin-left: -23px;
	transition: all .2s linear
}

.quiz-finish .load:after {
	width: 40px;
	height: 30px;
	background: url(../img/done.svg) center center no-repeat;
	background-size: contain;
	position: absolute;
	content: '';
	left: 50%;
	top: 50%;
	margin-top: -15px;
	margin-left: -20px;
	opacity: 0;
	transition: all .2s linear
}

.quiz-finish .load.done:before {
	opacity: 0
}

.quiz-finish .load.done:after {
	opacity: 1
}

.progress-line {
	height: 10px;
	border-radius: 5px;
	background: #fff;
	z-index: 2;
	position: relative;
	overflow: hidden
}

.progress-line .line {
	height: 10px;
	border-radius: 5px;
	background: #6699f5;
	background-image: -moz-linear-gradient(90deg, #fcc24e 0, #ffd886 100%);
	background-image: -webkit-linear-gradient(90deg, #fcc24e 0, #ffd886 100%);
	background-image: -ms-linear-gradient(90deg, #fcc24e 0, #ffd886 100%);
	position: absolute;
	left: 0;
	top: 0;
	transition: all .2s linear
}

.progress-line .line:after {
	height: 100%;
	background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	-webkit-background-size: 22px 22px;
	background-size: 22px 22px;
	text-align: center;
	line-height: 20px;
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
	-webkit-transition: width .3s;
	-o-transition: width .3s;
	transition: width .3s;
	content: '';
	position: absolute;
	width: 100%;
	left: 0
}

.progress-line span {
	font-size: 10px;
	font-family: 'Euclid Square';
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	letter-spacing: 1px
}

.questions-block .question-item {
	display: none
}

.questions-block .question-item ._title {
	font-size: 26px;
	font-family: 'Euclid Square';
	font-weight: 600;
	color: #fff;
	margin-bottom: 25px
}

.questions-block .question-item .variants input {
	display: none
}

.questions-block .question-item .variants .variant-radio-label {
	width: 210px;
	height: 66px;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 6px;
	display: block;
	float: left;
	font-size: 16px;
	color: #fff;
	padding-left: 74px;
	padding-right: 13px;
	display: flex;
	align-items: center;
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px
}

.questions-block .question-item .variants .variant-radio-label:hover {
	cursor: pointer
}

.questions-block .question-item .variants .variant-radio-label:hover * {
	cursor: pointer
}

.questions-block .question-item .variants .variant-radio-label.fullwidth-label {
	width: 100%;
	margin-right: 0;
	max-width: 400px
}

.questions-block .question-item .variants .variant-radio-label:before {
	width: 46px;
	height: 46px;
	border-radius: 6px;
	background: #3d4346;
	position: absolute;
	content: '';
	left: 9px;
	top: 50%;
	margin-top: -23px
}

.questions-block .question-item .variants .variant-radio-label:after {
	width: 38px;
	height: 38px;
	background: #33383b url(../img/check-quiz.svg) center center no-repeat;
	background-size: 16px 11px;
	position: absolute;
	content: '';
	top: 50%;
	margin-top: -19px;
	left: 13px;
	border-radius: 6px
}

.questions-block .question-item .variants .variant-radio-label:nth-of-type(even) {
	margin-right: 0
}

.questions-block .question-item .variants input:checked+label:before {
	border: 4px solid #fff8ea;
	background: #ffd886;
	background: -moz-linear-gradient(top, #ffd886 0, #fcc24e 100%);
	background: -webkit-linear-gradient(top, #ffd886 0, #fcc24e 100%);
	background: linear-gradient(to bottom, #ffd886 0, #fcc24e 100%);
	box-shadow: inset 0 30px 29.4px .6px rgba(255, 255, 255, .4);
	box-sizing: border-box
}

.questions-block .question-item .variants input:checked+label:after {
	background: url(../img/check-active.svg) center center no-repeat;
	background-size: 16px 11px;
	opacity: .9
}

.questions-block .question-item .buttons {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 76px;
	max-width: 440px
}

.next-btn {
	height: 70px;
	width: 270px;
	font-size: 14px;
	position: relative
}

.next-btn:before {
	height: 70px
}

.next-btn .btn-span {
	height: 70px
}

.next-btn .btn-span:before {
	height: 70px
}

.next-btn.inactive {
	pointer-events: none;
	opacity: .3
}

.next-btn.inactive .btn__light-wrap {
	display: none
}

.skip {
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	display: inline-block;
	margin-top: 34px
}

.skip:hover {
	color: #2766cc;
	border-color: rgba(39, 102, 204, .2)
}

.quiz-item-container .quiz-item-content {
	height: 460px;
	background: #33383b;
	border-radius: 7px;
	position: relative;
	display: none
}

.quiz-item-container .quiz-item-content .p {
	color: #fff;
	font-size: 20px;
	left: 60px;
	top: 55px;
	width: auto;
	position: absolute;
	line-height: 1.35;
	z-index: 1
}

.quiz-item-container .quiz-item-content .p:before {
	width: 303px;
	height: 163px;
	background: url(../img/line-2.webp) center center no-repeat;
	background-size: contain;
	position: absolute;
	content: '';
	top: 100%;
	right: 75px;
	margin-top: -13px
}

.quiz-item-container .quiz-item-content .p b {
	font-family: 'Euclid Square';
	font-weight: 600
}

.quiz-item-container .quiz-item-content .bg-img {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 7px;
	overflow: hidden
}

.quiz-item-container .quiz-item-content ._content-1 {
	position: relative;
	height: inherit
}

.quiz-item-container .quiz-item-content ._content-1:before {
	height: 90px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../img/table-2.webp) center bottom no-repeat;
	background-size: contain;
	content: '';
	border-radius: 0 0 4px 4px
}

.quiz-item-container .quiz-item-content ._content-1 .img {
	width: 370px;
	position: absolute;
	top: 30px;
	right: -10px
}

.quiz-item-container .quiz-item-content ._content-3 .p:before {
	right: 170px;
	margin-top: -18px
}

.quiz-item-container .quiz-item-content ._content-3-1 .content-wrap,
.quiz-item-container .quiz-item-content ._content-3-2 .content-wrap {
	padding-top: 40px;
	padding-bottom: 40px
}

.quiz-item-container .quiz-item-content ._content-4 .content-wrap {
	padding-top: 33px;
	padding-bottom: 33px
}

.variant-content {
	display: none
}

.variant-content.border-radius {
	border-radius: 7px;
	overflow: hidden
}

.variant-content .content-wrap {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: 50px 60px;
	padding-right: 30px
}

.variant-content ._title {
	color: #fff;
	font-size: 28px;
	font-family: 'Euclid Square';
	font-weight: 600;
	margin-bottom: 21px;
	position: relative;
	z-index: 1
}

.variant-content ._subtitle {
	padding-left: 36px;
	position: relative;
	color: #fff;
	font-size: 20px;
	line-height: 1.4;
	z-index: 1
}

.variant-content ._subtitle:before {
	width: 25px;
	height: 6px;
	background: url(../img/title-before.svg) center center no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 13px;
	content: ''
}

.variant-content .hours {
	background: #f5eadb;
	width: 305px;
	border-radius: 6px;
	padding-left: 90px;
	padding-right: 10px;
	display: flex;
	align-items: center;
	position: relative;
	line-height: 1.5;
	height: 98px;
	margin-top: 35px
}

.variant-content .hours:before {
	width: 62px;
	height: 76px;
	background: url(../img/clock.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	content: '';
	left: 20px;
	top: 50%;
	margin-top: -38px
}

.variant-content .stamp {
	width: 190px;
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translateY(-50%);
	opacity: .2
}

.variant-content .gear {
	width: 122px;
	position: absolute;
	right: 194px;
	top: 245px
}

.variant-content .quiz-service-list {
	margin-top: 22px
}

.variant-content .quiz-service-list li {
	padding-left: 78px;
	position: relative;
	width: 316px;
	color: #fff;
	line-height: 1.6;
	margin-bottom: 40px
}

.variant-content .quiz-service-list li:nth-child(2) {
	width: 252px
}

.variant-content .quiz-service-list li .icon {
	width: 63px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0
}

.variant-content .quiz-service-list li .icon img {
	max-width: 100%
}

.variant-content .delivery-list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px
}

.variant-content .delivery-list .delivery-item {
	width: 48%;
	line-height: 1.5
}

.variant-content .delivery-list .delivery-item .delivery-icon {
	height: 45px;
	margin-bottom: 8px
}

.variant-content .delivery-list .delivery-item .delivery-icon img {
	max-height: 100%;
	display: block;
	float: left
}

.variant-content .delivery-list .delivery-item .delivery-title {
	font-size: 16px;
	font-family: 'Euclid Square';
	font-weight: 600;
	color: #fff;
	margin-bottom: 7px
}

.variant-content .delivery-list .delivery-item .delivery-text {
	font-size: 14px;
	color: rgba(255, 255, 255, .6)
}

.variant-content .small-title {
	font-size: 26px
}

.variant-content .master-actions-list .master-actions-item {
	padding-left: 80px;
	position: relative;
	line-height: 1.6;
	margin-bottom: 20px
}

.variant-content .master-actions-list .master-actions-item:last-child {
	margin-bottom: 0
}

.variant-content .master-actions-list .master-actions-item .master-actions-icon {
	max-width: 70px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%)
}

.variant-content .master-actions-list .master-actions-item .master-actions-title {
	font-size: 20px;
	font-family: 'Euclid Square';
	font-weight: 600;
	color: #fff
}

.variant-content .master-actions-list .master-actions-item .master-actions-text {
	color: #fff
}

.variant-content .limit {
	width: 105px;
	height: 105px;
	position: absolute;
	right: 34px;
	bottom: 34px
}

.variant-content .limit-icon {
	width: 105px;
	height: 105px;
	border-radius: 50%;
	background: #ffd886 url(../img/limit-pointer.svg) center center no-repeat;
	background-size: 32px 34px;
	box-shadow: 0 40px 60px 0 rgba(255, 216, 134, .3);
	border: 18px solid #ffe09c;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .2s linear;
	display: block
}

.variant-content .limit-icon:hover {
	background-color: #ffe09c;
	box-shadow: none;
	cursor: pointer
}

.variant-content .limit-icon:after {
	top: -14.5px;
	right: -14px;
	bottom: -14px;
	left: -14px;
	background: url(../img/address-limit.svg) center center no-repeat;
	background-size: contain;
	position: absolute;
	content: ''
}

.variant-content .limit-content {
	width: 1042px;
	position: absolute;
	border-radius: 12px;
	bottom: 100%;
	margin-bottom: 22px;
	background: #fff;
	right: 0;
	padding: 40px 62px;
	text-align: center;
	z-index: 3;
	display: none
}

.variant-content .limit-content:before {
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border: 1px solid rgba(0, 0, 0, .05);
	content: '';
	position: absolute;
	border-radius: 10px
}

.variant-content .limit-content:after {
	width: 0;
	height: 0;
	top: 100%;
	right: 40px;
	border: 12px solid transparent;
	border-top-color: #fff;
	border-bottom: 0;
	content: '';
	position: absolute
}

.variant-content .limit-content>* {
	position: relative;
	z-index: 1
}

.variant-content .limit-content ._title {
	color: #1b2126;
	margin-bottom: 6px;
	font-family: 'Euclid Square';
	font-weight: 400
}

.variant-content .limit-content ._subtitle {
	color: #1b2126;
	padding-left: 0
}

.variant-content .limit-content ._subtitle:before {
	display: none
}

.variant-content .limit-content .list {
	display: flex;
	justify-content: space-between;
	margin-top: 17px
}

.variant-content .limit-content .list .list-item {
	padding-left: 82px;
	position: relative;
	width: 293px;
	line-height: 1.5;
	color: #1b2126;
	text-align: left;
	min-height: 83px;
	display: flex;
	align-items: center
}

.variant-content .limit-content .list .list-item img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	max-width: 65px
}

.variant-content .problems-list {
	position: relative;
	z-index: 1
}

.variant-content .problems-list .problems-item {
	position: relative;
	padding-left: 68px;
	margin-bottom: 20px
}

.variant-content .problems-list .problems-item:last-child {
	margin-bottom: 0
}

.variant-content .problems-list .problems-item_icon {
	position: absolute;
	left: 0;
	top: 0
}

.variant-content .problems-list .problems-item-title {
	font-size: 20px;
	font-family: 'Euclid Square';
	font-weight: 600;
	color: #fff;
	margin-bottom: 9px
}

.variant-content .problems-list .problems-item-ul li {
	padding-left: 11px;
	position: relative;
	color: #fff;
	margin-bottom: 5px
}

.variant-content .problems-list .problems-item-ul li:last-child {
	margin-bottom: 0
}

.variant-content .problems-list .problems-item-ul li:before {
	background: #edd1a7;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	position: absolute;
	content: '';
	left: 0;
	top: 10px
}

.bonuses {
	margin-top: 32px
}

.bonuses ._title {
	color: #fff;
	font-size: 22px;
	font-family: 'Euclid Square';
	font-weight: 600;
	text-align: center;
	margin-bottom: 20px
}

.bonuses .item {
	width: 220px;
	height: 180px;
	border-radius: 6px;
	background: #33383b;
	font-size: 16px;
	color: #fff;
	padding: 18px 24px;
	margin-right: 5px;
	position: relative;
	padding-right: 17px;
	line-height: 1.4;
	overflow: hidden
}

.bonuses .item span {
	position: relative;
	z-index: 1
}

.bonuses .item:before {
	position: absolute;
	content: '';
	bottom: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain
}

.bonuses .item:last-child {
	margin-right: 0;
	background: #f5eadb;
	color: #1b2126
}

.bonuses .item.item-1:before {
	width: 193px;
	height: 104px;
	background-image: url(../img/coins.webp);
	left: 0
}

.bonuses .item.item-2:before {
	width: 204px;
	height: 124px;
	background-image: url(../img/calendar.webp);
	right: 0
}

.bonuses .item.item-3:before {
	width: 121px;
	height: 127px;
	background-image: url(../img/cup.webp);
	right: 0
}

.manager-section {
	background: url(../img/manager-bg.webp) top center no-repeat;
	background-size: cover;
	overflow: hidden
}

.manager-section .wrap_float {
	padding-top: 120px;
	position: relative;
	padding-bottom: 278px
}

.manager-section .title {
	text-align: left;
	margin-bottom: 55px;
	margin-top: 72px;
	width: auto
}

.manager-section .items .item {
	padding-left: 155px;
	position: relative;
	min-height: 130px;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.manager-section .items .item:first-child {
	margin-bottom: 37px
}

.manager-section .items .item:nth-child(2) {
	margin-bottom: 50px
}

.manager-section .items .item ._title {
	font-size: 20px;
	font-family: 'Euclid Square';
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 6px
}

.manager-section .items .item ._text {
	line-height: 1.5
}

.manager-section .items .item ._icon {
	width: 140px;
	position: absolute;
	left: 0
}

.manager-section .manager {
	width: 740px;
	position: absolute;
	right: 25px;
	top: 145px;
	z-index: 1
}

.manager-section .info {
	width: 257px;
	height: 261px;
	background: url(../img/info-2.svg) center center no-repeat;
	background-size: contain;
	position: absolute;
	padding: 28px 22px 20px 28px;
	right: -14px;
	top: 244px
}

.manager-section .info ul li {
	font-size: 14px;
	padding-left: 12px;
	position: relative;
	line-height: 1.45;
	margin-bottom: 20px
}

.manager-section .info ul li:last-child {
	margin-bottom: 0
}

.manager-section .info ul li:before {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #000;
	opacity: .3;
	position: absolute;
	left: 0;
	top: 9px;
	content: ''
}

.manager-section .manager-data {
	width: auto;
	position: absolute;
	left: 563px;
	bottom: 237px;
	z-index: 1
}

.manager-section .manager-data .name {
	height: 38px;
	background: #ffd886;
	transform: skewX(-6deg);
	border-radius: 2px;
	display: inline-block;
	width: auto;
	border-radius: 5px;
	font-size: 18px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .4);
	font-family: 'Euclid Square';
	font-weight: 700;
	line-height: 38px;
	padding: 0 22px
}

.manager-section .manager-data .name span {
	display: inline-block;
	transform: skewX(6deg)
}

.manager-section .manager-data .position {
	font-size: 14px;
	color: #fff;
	margin-left: 16px;
	width: auto;
	clear: both;
	line-height: 1.4;
	margin-top: 8px
}

.diagnostics {
	margin-top: -170px;
	position: relative;
	z-index: 1
}

.diagnostics .wrap {
	max-width: 1220px
}

.diagnostics .wrap_float {
	background: url(../img/diagnostic-bg.webp) center center no-repeat;
	background-size: cover;
	padding: 68px 90px 58px
}

.diagnostics .title {
	text-align: left;
	font-size: 44px;
	margin-bottom: 20px
}

.diagnostics .subtitle {
	text-align: left
}

.diagnostics ._title {
	font-size: 26px;
	font-family: 'Euclid Square';
	font-weight: 600;
	margin-top: 34px;
	margin-bottom: 30px;
	margin-left: 38px
}

.diagnostics .ul {
	padding-left: 38px
}

.diagnostics .ul li {
	padding-left: 80px;
	position: relative;
	line-height: 1.5;
	min-height: 60px;
	margin-bottom: 22px
}

.diagnostics .ul li:last-child {
	margin-bottom: 0
}

.diagnostics .ul li:before {
	position: absolute;
	content: '';
	left: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain
}

.diagnostics .ul li.li-1:before {
	width: 54px;
	height: 60px;
	background-image: url(../img/photo.webp)
}

.diagnostics .ul li.li-2:before {
	width: 85px;
	height: 60px;
	background-image: url(../img/video.webp);
	left: -15px
}

.diagnostics .ul li.li-3:before {
	width: 52px;
	height: 60px;
	background-image: url(../img/call.webp)
}

.document-section {
	padding-top: 138px;
	overflow: hidden;
	padding-bottom: 290px
}

.document-section .title {
	text-align: left;
	margin-bottom: 20px
}

.document-section .subtitle {
	text-align: left;
	margin-bottom: 20px
}

.document-section .left {
	max-width: 666px
}

.document-section .right {
	position: relative;
	max-width: 500px
}

.document-section .right .docs {
	width: 890px;
	position: absolute;
	right: -210px;
	top: -60px
}

.document-section .items {
	padding-left: 32px
}

.document-section .item {
	padding-left: 100px;
	position: relative;
	min-height: 92px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 18px
}

.document-section .item:last-child {
	margin-bottom: 0
}

.document-section .item .p {
	font-size: 20px;
	line-height: 1.4
}

.document-section .item ._text {
	color: rgba(27, 33, 38, .7);
	margin-top: 3px
}

.document-section .item ul {
	margin-top: 7px
}

.document-section .item ul li {
	padding-left: 12px;
	position: relative;
	color: rgba(27, 33, 38, .7);
	line-height: 1.4;
	margin-bottom: 4px
}

.document-section .item ul li:before {
	width: 5px;
	height: 5px;
	background: #edd1a7;
	border-radius: 50%;
	position: absolute;
	content: '';
	left: 0;
	top: 10px
}

.document-section .item:before {
	position: absolute;
	content: '';
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	left: 0;
	top: 50%
}

.document-section .item.item-1:before {
	width: 84px;
	height: 92px;
	margin-top: -46px;
	background-image: url(../img/doc-icon1.webp)
}

.document-section .item.item-2:before {
	width: 80px;
	height: 70px;
	margin-top: -35px;
	background-image: url(../img/doc-icon2.webp)
}

.document-section .item.item-3:before {
	width: 80px;
	height: 82px;
	margin-top: -41px;
	background-image: url(../img/doc-icon3.webp)
}

.document-section .zoom-link {
	width: 166px;
	height: 166px;
	border-radius: 50%;
	background: #ffd886 url(../img/zoom-icon.svg) center center no-repeat;
	background-size: 50px 51px;
	position: absolute;
	right: 180px;
	top: 303px;
	border: 23px solid #ffe09c;
	transition: all .2s linear;
	box-shadow: 0 40px 60px 0 rgba(255, 216, 134, .3);
	display: block
}

.document-section .zoom-link:before {
	position: absolute;
	content: '';
	top: -16px;
	left: -16px;
	right: -16px;
	bottom: -16px;
	background: url(../img/doc-text.svg) center center no-repeat;
	background-size: contain
}

.document-section .zoom-link:after {
	width: 4px;
	height: 4px;
	position: absolute;
	content: '';
	top: 49px;
	left: -13px;
	background: #4b4029;
	border-radius: 50%
}

.document-section .zoom-link:hover {
	background-color: #ffe09c;
	box-shadow: none;
	cursor: pointer
}

.document-section .info {
	position: absolute;
	width: auto;
	line-height: 1.4;
	top: 668px;
	z-index: 1;
	left: -328px
}

.document-section .info:before {
	width: 56px;
	height: 56px;
	background: #f5eadb url(../img/print.png) center center no-repeat;
	background-size: 26px 26px;
	border-radius: 50%;
	position: absolute;
	content: '';
	left: -70px;
	top: -25px
}

.document-section .info:after {
	width: 160px;
	height: 138px;
	background: url(../img/line-3.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	content: '';
	right: -62px;
	bottom: 100%
}

.document-section .info b {
	font-family: 'Euclid Square';
	font-weight: 600
}

.manager-block .wrap_float {
	height: 428px;
	border-radius: 10px;
	background-image: -moz-linear-gradient(90deg, #14181c 0, #2b3034 100%);
	background-image: -webkit-linear-gradient(90deg, #14181c 0, #2b3034 100%);
	background-image: -ms-linear-gradient(90deg, #14181c 0, #2b3034 100%);
	box-shadow: 0 20px 80px 0 rgba(35, 40, 44, .1);
	position: relative;
	padding-left: 400px;
	padding-right: 86px;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.manager-block .wrap_float:before {
	top: 6px;
	left: 6px;
	right: 6px;
	bottom: 6px;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, .1);
	content: '';
	position: absolute
}

.manager-block .wrap_float:after {
	width: 433px;
	height: 184px;
	background: url(../img/beans-2.webp) center center no-repeat;
	background-size: contain;
	position: absolute;
	content: '';
	bottom: 0;
	right: 35px
}

.manager-block .title {
	font-size: 34px;
	color: #fff;
	text-align: left;
	line-height: 1.3;
	margin-bottom: 20px
}

.manager-block .subtitle {
	padding-left: 52px;
	position: relative;
	text-align: left;
	color: #fff;
	font-size: 22px
}

.manager-block .subtitle:before {
	width: 35px;
	height: 8px;
	background: url(../img/title-before.svg) center left no-repeat;
	background-size: contain;
	position: absolute;
	content: '';
	left: 0;
	top: 11px
}

.manager-block .img {
	width: 435px;
	position: absolute;
	bottom: 0;
	left: 34px
}

.manager-block .btn-wrap {
	width: auto;
	position: relative;
	margin-left: 52px;
	margin-top: 38px;
	align-self: flex-start
}

.manager-block .btn-wrap:before {
	width: 114px;
	height: 140px;
	background: url(../img/coffee.webp) center center no-repeat;
	background-size: contain;
	position: absolute;
	content: '';
	right: -80px;
	top: 18px
}

.manager-block .btn-wrap:after {
	width: 50px;
	height: 58px;
	background: url(../img/cup-2.webp) center center no-repeat;
	background-size: contain;
	position: absolute;
	content: '';
	right: -34px;
	top: 42px
}

.zero {
	display: inline-block;
	position: relative;
	color: transparent;
	width: 114px;
	margin-left: 4px
}

.repair-steps {
	padding-top: 105px;
	padding-bottom: 122px;
	overflow: hidden
}

.repair-steps .section_content {
	position: relative
}

.repair-steps .section_content .parallax-before {
	width: 422px;
	height: 487px;
	background: url(../img/screwdriver.webp) center center no-repeat;
	background-size: contain;
	position: absolute;
	content: '';
	left: -200px;
	top: 292px
}

.repair-steps .title {
	margin-bottom: 58px
}

.repair-steps .left {
	width: 350px;
	background: #fff
}

.repair-steps .left .steps-tabs .tab {
	padding: 25px 30px;
	border-bottom: 1px solid rgba(0, 0, 0, .06);
	position: relative;
	background: #fff
}

.repair-steps .left .steps-tabs .tab .tag {
	height: 30px;
	background: #f5f5f5;
	border-radius: 4px;
	line-height: 30px;
	width: 76px;
	text-align: center;
	font-size: 12px;
	font-family: 'Euclid Square';
	font-weight: 700;
	color: rgba(27, 33, 38, .4);
	text-transform: uppercase;
	letter-spacing: .7px;
	position: relative;
	z-index: 1
}

.repair-steps .left .steps-tabs .tab .tab-title {
	font-size: 20px;
	line-height: 1.3;
	margin-top: 10px;
	position: relative;
	z-index: 1
}

.repair-steps .left .steps-tabs .tab:last-child {
	border-color: #fff
}

.repair-steps .left .steps-tabs .tab:hover {
	cursor: pointer
}

.repair-steps .left .steps-tabs .tab:hover * {
	cursor: pointer
}

.repair-steps .left .steps-tabs .tab.active:before {
	right: -10px;
	left: 0;
	top: 0;
	bottom: -1px;
	box-shadow: 0 40px 60px 0 rgba(255, 216, 134, .3);
	background: #ffd886;
	content: '';
	position: absolute
}

.repair-steps .left .steps-tabs .tab.active .tag {
	color: #1b2126;
	background: #ffe6b2
}

.repair-steps .right {
	width: 840px;
	float: right
}

.repair-steps .tab-content {
	display: none
}

.repair-steps .step-content {
	background: #fff;
	box-shadow: 0 40px 80px 0 rgba(0, 0, 0, .03);
	padding: 5px
}

.repair-steps .step-content ._title {
	font-size: 36px;
	margin-bottom: 11px
}

.repair-steps .step-content ._title.small-title {
	font-size: 26px
}

.repair-steps .step-content ._subtitle {
	font-size: 26px;
	margin-bottom: 18px
}

.repair-steps .step-content.content-1 .top-block .img {
	width: 310px;
	position: absolute;
	right: 20px;
	bottom: 40px
}

.repair-steps .step-content.content-2 {
	padding: 45px 50px;
	position: relative;
	overflow: hidden
}

.repair-steps .step-content.content-2:before {
	width: 650px;
	height: 456px;
	background: url(../img/machine.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	content: '';
	bottom: -100px;
	right: -155px
}

.repair-steps .step-content.content-3 {
	padding: 45px 50px;
	padding-right: 28px
}

.repair-steps .step-content.content-4 {
	padding: 5px
}

.repair-steps .step-content.content-4 ._title {
	margin-bottom: 25px
}

.repair-steps .step-content.content-4 .bottom-block {
	padding-left: 272px;
	padding-top: 38px;
	padding-bottom: 30px
}

.repair-steps .step-content.content-4 .bottom-block:before {
	width: 203px;
	height: 200px;
	background-image: url(../img/plenka.png);
	left: 50px
}

.repair-steps .top-block {
	background: #faf9f7;
	position: relative;
	padding: 45px 53px
}

.repair-steps .top-block ._title {
	font-size: 28px;
	font-family: 'Euclid Square';
	font-weight: 600;
	margin-bottom: 13px
}

.repair-steps .top-block ._subtitle {
	font-size: 20px;
	line-height: 1.4
}

.repair-steps .center-block {
	padding: 40px 53px
}

.repair-steps .center-block ._title {
	font-size: 36px;
	margin-bottom: 17px
}

.repair-steps .center-block ._subtitle {
	font-size: 26px;
	font-family: 'Euclid Square';
	font-weight: 600
}

.repair-steps .reasons {
	margin-top: 10px
}

.repair-steps .reasons .item {
	padding-left: 90px;
	position: relative;
	max-width: 335px;
	min-height: 86px;
	display: flex;
	align-items: center;
	line-height: 1.45
}

.repair-steps .reasons .item:before {
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 86px;
	margin-top: -43px
}

.repair-steps .reasons .item:nth-child(1):before {
	width: 73px;
	background-image: url(../img/reason-icon1.webp)
}

.repair-steps .reasons .item:nth-child(2):before {
	width: 77px;
	background-image: url(../img/reason-icon2.webp)
}

.repair-steps .bottom-block {
	padding: 50px 44px 50px 184px;
	border: 1px dashed rgba(0, 0, 0, .1);
	position: relative
}

.repair-steps .bottom-block:before {
	width: 100px;
	height: 156px;
	background: url(../img/iphone-2.webp) center center no-repeat;
	background-size: contain;
	position: absolute;
	content: '';
	left: 52px;
	top: 50%;
	margin-top: -78px
}

.repair-steps .bottom-block ._title {
	font-size: 28px;
	font-family: 'Euclid Square';
	font-weight: 700;
	margin-bottom: 8px
}

.repair-steps .bottom-block ._subtitle {
	font-size: 20px
}

.repair-steps .buttons {
	margin-top: 30px
}

.repair-steps .buttons .next-step-btn {
	width: 350px;
	height: 90px;
	margin-top: 0;
	float: left;
	margin-left: 44px
}

.repair-steps .image-block {
	width: 740px;
	height: 395px;
	margin-right: 0;
	margin-top: 20px
}

.repair-steps .image-block .after,
.repair-steps .image-block .before {
	width: 740px
}

.maintenance-items .maintenance-item {
	position: relative;
	margin-bottom: 25px
}

.maintenance-items .maintenance-item:before {
	left: 20px;
	right: 20px;
	background: #f5eadb;
	transform: skewY(-1.6deg);
	border-radius: 5px;
	content: '';
	position: absolute;
	bottom: -2px;
	height: 50px;
	width: auto
}

.maintenance-items .maintenance-item .item-wrap {
	padding-left: 45px;
	padding-right: 14px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	padding-bottom: 14px;
	-webkit-filter: drop-shadow(0 20px 60px rgba(0, 0, 0, .04));
	filter: drop-shadow(0 20px 60px rgba(0, 0, 0, .04))
}

.maintenance-items .maintenance-item-title {
	font-size: 20px;
	font-family: 'Euclid Square';
	font-weight: 600;
	margin-bottom: 14px
}

.maintenance-items .maintenance-item-text {
	margin-bottom: 14px
}

.maintenance-items .maintenance-item:nth-child(1) {
	width: 332px
}

.maintenance-items .maintenance-item:nth-child(1) .item-wrap {
	height: 255px;
	background-image: url(../img/maintenance-item-1.svg)
}

.maintenance-items .maintenance-item:nth-child(2) {
	width: 386px
}

.maintenance-items .maintenance-item:nth-child(2) .item-wrap {
	height: 255px;
	background-image: url(../img/maintenance-item-2.svg)
}

.maintenance-items .maintenance-item:nth-child(3) {
	width: 368px
}

.maintenance-items .maintenance-item:nth-child(3) .item-wrap {
	height: 280px;
	background-image: url(../img/maintenance-item-3.svg)
}

.treatment-items {
	margin-top: 10px;
	margin-bottom: 40px
}

.treatment-items .treatment-item {
	width: 226px
}

.treatment-items .treatment-item:nth-child(2) {
	width: 300px
}

.treatment-items .treatment-item_icon {
	height: 62px;
	margin-bottom: 10px
}

.treatment-items .treatment-item_icon img {
	max-height: 100%;
	display: block;
	float: left
}

.treatment-items .treatment-item-title {
	font-size: 20px;
	font-family: 'Euclid Square';
	font-weight: 600;
	margin-bottom: 10px
}

.treatment-items .treatment-item-text {
	font-size: 14px;
	color: rgba(27, 33, 38, .7);
	line-height: 1.45
}

.treatment-items .treatment-item-text li {
	font-size: 14px
}

.quality-main {
	padding: 50px;
	padding-right: 28px
}

.quality-content {
	margin-top: 28px;
	position: relative;
	height: 410px
}

.quality-content .quality-left {
	max-width: 360px
}

.quality-content .quality-right .img {
	width: 454px;
	position: absolute;
	top: -53px;
	right: -50px
}

.quality-content .zoom {
	width: 240px;
	position: absolute;
	right: 88px;
	top: 150px
}

.quality-content .zoom-in {
	width: 120px;
	height: 120px;
	background: #ffd886;
	border-radius: 50%;
	box-shadow: 0 40px 60px 0 rgba(255, 216, 134, .3);
	position: relative;
	left: 50%;
	margin-left: -60px
}

.quality-content .zoom-in:before {
	width: 40px;
	height: 42px;
	background: url(../img/zoom-in.svg) center center no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -21px;
	margin-left: -20px;
	content: ''
}

.quality-content .zoom-info {
	font-size: 14px;
	border-radius: 6px;
	background: #fff;
	margin-top: -16px;
	top: 50%;
	right: 40px;
	text-align: center;
	box-shadow: 0 20px 60px 0 rgba(0, 0, 0, .07);
	padding: 22px 5px 13px;
	line-height: 1.5
}

.quality-items .quality-item {
	padding-left: 92px;
	position: relative;
	line-height: 1.5;
	margin-bottom: 48px
}

.quality-items .quality-item:last-child {
	margin-bottom: 0
}

.quality-items .quality-item img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%)
}

.result-section {
	background: url(../img/result-bg.webp) center center no-repeat;
	background-size: cover
}

.result-section .wrap_float {
	height: 1120px;
	padding-top: 107px
}

.result-section .title {
	margin-bottom: 50px
}

.result-section .section_content {
	height: 790px;
	position: relative
}

.result-section .section_content .img {
	width: 650px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%)
}

.result-section .results-list .item {
	width: auto;
	padding-left: 25px;
	position: absolute
}

.result-section .results-list .item:before {
	width: 17px;
	height: 24px;
	background: url(../img/li-before.svg) center center no-repeat;
	background-size: contain;
	position: absolute;
	content: '';
	left: 0;
	top: -7px
}

.result-section .results-list .item:after {
	position: absolute;
	content: '';
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain
}

.result-section .results-list .item ._title {
	width: auto;
	font-size: 20px;
	font-family: 'Euclid Square';
	font-weight: 600;
	line-height: 1.4
}

.result-section .results-list .item ._text {
	width: auto;
	clear: both;
	line-height: 1.5;
	margin-top: 8px
}

.result-section .results-list .item:nth-child(1) {
	top: 94px;
	left: 0;
	width: 326px
}

.result-section .results-list .item:nth-child(1):after {
	width: 240px;
	height: 100px;
	background-image: url(../img/line-4.png);
	right: -170px;
	top: -45px
}

.result-section .results-list .item:nth-child(2) {
	top: 387px;
	left: 70px;
	width: 236px
}

.result-section .results-list .item:nth-child(2):after {
	width: 276px;
	height: 184px;
	background-image: url(../img/line-5.png);
	right: -242px;
	top: 27px
}

.result-section .results-list .item:nth-child(3) {
	top: 60px;
	left: 900px;
	width: 230px
}

.result-section .results-list .item:nth-child(3):after {
	width: 150px;
	height: 81px;
	background-image: url(../img/line-6.png);
	left: -107px;
	top: 100%;
	margin-top: 4px
}

.result-section .info {
	width: 307px;
	height: 337px;
	background: url(../img/result-info-bg.svg) center center no-repeat;
	background-size: contain;
	position: absolute;
	content: '';
	padding: 40px 35px;
	padding-right: 25px;
	top: 292px;
	right: -8px
}

.result-section .info:before {
	top: 6px;
	left: 6px;
	right: 6px;
	bottom: 6px;
	background: url(../img/border-result-info.svg) center center no-repeat;
	background-size: contain;
	position: absolute;
	content: '';
	opacity: .05
}

.result-section .info ._title {
	font-size: 20px;
	margin-bottom: 22px;
	font-family: 'Euclid Square';
	font-weight: 600
}

.result-section .info ol {
	counter-reset: myCounter
}

.result-section .info ol li {
	padding-left: 95px;
	position: relative;
	min-height: 80px;
	line-height: 1.5;
	display: flex;
	align-items: center;
	margin-bottom: 12px
}

.result-section .info ol li:last-child {
	margin-bottom: 0
}

.result-section .info ol li:before {
	position: absolute;
	content: '';
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	left: 0;
	top: 50%;
	z-index: 1
}

.result-section .info ol li:after {
	counter-increment: myCounter;
	content: "0" counter(myCounter);
	position: absolute;
	font-size: 36px;
	font-family: 'Euclid Square';
	font-weight: 700;
	color: #edd1a7;
	left: 50px
}

.result-section .info ol li:nth-child(1):before {
	width: 70px;
	height: 80px;
	margin-top: -40px;
	background-image: url(../img/item-docs.webp)
}

.result-section .info ol li:nth-child(1):after {
	bottom: -15px
}

.result-section .info ol li:nth-child(2):before {
	width: 80px;
	height: 65px;
	margin-top: -32px;
	background-image: url(../img/item-act.webp)
}

.result-section .info ol li:nth-child(2):after {
	bottom: -9px
}

.portfolio {
	padding-top: 110px;
	padding-bottom: 115px
}

.portfolio .title {
	margin-bottom: 14px
}

.portfolio .left {
	width: 524px
}

.portfolio .right {
	width: 560px;
	float: right;
	padding-right: 18px
}

.portfolio .right ._title {
	font-size: 28px;
	font-family: 'Euclid Square';
	font-weight: 600;
	margin-bottom: 20px
}

.portfolio .section_content {
	position: relative;
	margin-top: 54px
}

.portfolio .portfolio-tabs {
	border-radius: 12px;
	border: 1px solid rgba(0, 0, 0, .07);
	padding: 5px;
	padding-right: 100px;
	margin-bottom: 20px
}

.portfolio .portfolio-tabs .tab {
	height: 94px;
	width: 358px;
	border-radius: 10px;
	padding-left: 110px;
	padding-right: 20px;
	position: relative;
	display: flex;
	align-items: center;
	line-height: 1.4;
	margin-right: 5px
}

.portfolio .portfolio-tabs .tab:hover {
	cursor: pointer
}

.portfolio .portfolio-tabs .tab:hover * {
	cursor: pointer
}

.portfolio .portfolio-tabs .tab ._img {
	width: 84px;
	height: 84px;
	border-radius: 10px;
	overflow: hidden;
	position: absolute;
	top: 5px;
	left: 5px
}

.portfolio .portfolio-tabs .tab.slick-current {
	background: #ffd886;
	box-shadow: 0 40px 60px 0 rgba(255, 216, 134, .3)
}

.portfolio .portfolio-tabs .tab.slick-current ._title {
	font-family: 'Euclid Square';
	font-weight: 600;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .4)
}

.portfolio .tabs-content {
	background: #fff;
	box-shadow: 0 40px 80px 0 rgba(0, 0, 0, .03);
	padding-bottom: 0
}

.portfolio .tabs-content .tab-content {
	width: 1200px;
	padding: 40px;
	padding-bottom: 50px
}

.portfolio .next-arrow {
	border-radius: 10px;
	background-color: #fcf7f2;
	box-shadow: -7.071px -7.071px 20px 0 rgba(255, 255, 255, .004), 7.071px 7.071px 20px 0 rgba(181, 155, 129, .25);
	position: absolute;
	width: 94px;
	height: 94px;
	right: 5px;
	top: 5px;
	z-index: 2
}

.portfolio .next-arrow:hover {
	cursor: pointer
}

.portfolio .next-arrow:before {
	width: 18px;
	height: 30px;
	background: url(../img/case-arrow.svg) center center no-repeat;
	background-size: contain;
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	opacity: .6;
	margin-top: -15px;
	margin-left: -9px;
	z-index: 1
}

.portfolio .next-arrow:after {
	border-radius: 10px;
	background-color: #fcf7f2;
	box-shadow: -7.071px -7.071px 20px 0 rgba(255, 255, 255, .004), 7.071px 7.071px 20px 0 rgba(181, 155, 129, .25), inset -3.536px -3.536px 10px 0 rgba(255, 255, 255, .004), inset 3.536px 3.536px 10px 0 rgba(223, 206, 190, .3);
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid #fff;
	box-sizing: border-box;
	opacity: 0;
	transition: all .2s linear
}

.portfolio .next-arrow:hover:after {
	opacity: 1
}

.portfolio .slick-prev {
	display: none !important
}

.portfolio .case-data {
	margin-top: 37px;
	padding-left: 150px
}

.portfolio .case-data ul {
	position: relative
}

.portfolio .case-data ul:before {
	width: 27px;
	height: 25px;
	background: url(../img/case-info.svg) center center no-repeat;
	background-size: contain;
	position: absolute;
	content: '';
	left: -42px;
	top: -14px
}

.portfolio .case-data ul li {
	margin-bottom: 5px
}

.portfolio .case-data ul li:last-child {
	margin-bottom: 0
}

.portfolio .address {
	width: 482px;
	height: 50px;
	position: relative;
	padding-left: 37px;
	padding-right: 20px;
	display: flex;
	align-items: center;
	padding-bottom: 2px;
	margin-bottom: 20px
}

.portfolio .address:before {
	background: url(../img/address-border.svg) center center no-repeat;
	background-size: contain;
	opacity: .1;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	content: ''
}

.portfolio .address:after {
	width: 12px;
	height: 18px;
	background: url(../img/geo.svg) center center no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	content: '';
	left: 16px
}

.portfolio .address span {
	position: relative;
	z-index: 1
}

.portfolio .address b {
	font-family: 'Euclid Square';
	font-weight: 600
}

.portfolio .text {
	line-height: 1.45
}

.portfolio .text p {
	margin-bottom: 15px
}

.portfolio .text p:last-child {
	margin-bottom: 0
}

.portfolio .link {
	font-size: 12px;
	font-family: 'Euclid Square';
	font-weight: 600;
	color: #4a8fff;
	padding-right: 30px;
	position: relative;
	text-transform: uppercase;
	letter-spacing: .5px;
	line-height: 1.7;
	margin-top: 30px;
	display: block;
	float: left
}

.portfolio .link:before {
	width: 21px;
	height: 21px;
	background: url(../img/pointer.svg) center center no-repeat;
	background-size: contain;
	position: absolute;
	right: 0;
	bottom: 0;
	content: ''
}

.portfolio .link span {
	border-bottom: 1px solid rgba(74, 143, 255, .4)
}

.portfolio .buttons {
	margin-top: 50px
}

.portfolio .buttons .next-step-btn {
	width: 206px;
	height: 60px;
	font-size: 14px;
	border-color: rgba(0, 0, 0, .1);
	padding-left: 23px;
	padding-right: 50px;
	margin-top: 15px;
	margin-left: 15px
}

.portfolio .buttons .next-step-btn:before {
	opacity: .5;
	right: 23px
}

.image-block {
	width: 524px;
	height: 395px;
	position: relative;
	border-radius: 10px;
	overflow: hidden
}

.image-block .slide_wrapper {
	height: 395px;
	position: absolute;
	overflow: hidden;
	z-index: 2
}

.image-block .before {
	position: absolute;
	top: 0;
	left: 0;
	width: 524px;
	height: 395px;
	overflow: hidden;
	z-index: 1
}

.image-block .after {
	position: absolute;
	top: 0;
	left: 0;
	width: 524px;
	height: 395px;
	z-index: 1
}

.image-block .images_cursor {
	width: 4px;
	background: #fff;
	height: 100%;
	position: absolute;
	z-index: 3
}

.image-block .images_cursor:hover {
	cursor: ew-resize
}

.image-block .images_cursor:before {
	width: 50px;
	height: 50px;
	background: #fff url(../img/cocoen-arrows.svg) center center no-repeat;
	background-size: 25px 13px;
	border-radius: 50%;
	border: 0;
	left: 50%;
	top: 50%;
	margin-top: -25px;
	margin-left: -25px;
	content: '';
	position: absolute;
	z-index: 1
}

.image-block .tag {
	height: 30px;
	border-radius: 4px;
	line-height: 30px;
	width: auto;
	padding: 0 12px;
	font-size: 12px;
	font-family: 'Euclid Square';
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	top: 20px;
	z-index: 3
}

.image-block .tag.tag-before {
	left: 20px;
	background: #fff
}

.image-block .tag.tag-after {
	right: 20px;
	background: #ffd886
}

.machine-section {
	background: url(../img/machine.webp) center center no-repeat;
	background-size: auto;
	overflow: hidden
}

.machine-section .wrap_float {
	height: 776px;
	padding-top: 140px;
	position: relative
}

.machine-section .wrap_float:before {
	width: 274px;
	height: 218px;
	background: url(../img/free.webp) center center no-repeat;
	background-size: contain;
	position: absolute;
	content: '';
	left: 50%;
	top: 241px;
	margin-left: -30px;
	z-index: 2
}

.machine-section .subtitle,
.machine-section .title {
	text-align: left;
	position: relative;
	z-index: 3
}

.machine-section .title {
	margin-bottom: 16px;
	font-size: 44px
}

.machine-section .subtitle {
	margin-bottom: 35px
}

.machine-section .info {
	width: 600px;
	position: relative
}

.machine-section .info:before {
	left: 20px;
	right: 20px;
	background: #f5eadb;
	transform: skewY(-1.2deg);
	border-radius: 5px;
	content: '';
	position: absolute;
	bottom: -4px;
	height: 50px;
	width: auto
}

.machine-section .info-wrap {
	background: url(../img/machine-info-bg.svg) center center no-repeat;
	background-size: contain;
	height: 230px;
	z-index: 1;
	position: relative;
	padding-left: 42px;
	padding-right: 32px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-bottom: 18px
}

.machine-section .info ._title {
	font-size: 24px;
	position: relative;
	z-index: 1
}

.machine-section .info ul {
	margin-top: 20px;
	position: relative;
	z-index: 1
}

.machine-section .info ul li {
	padding-left: 23px;
	position: relative;
	width: auto;
	font-size: 20px;
	margin-right: 48px
}

.machine-section .info ul li:last-child {
	margin-right: 0
}

.machine-section .info ul li:before {
	width: 15px;
	height: 20px;
	background: url(../img/li-before-2.svg) center center no-repeat;
	background-size: contain;
	content: '';
	left: 0;
	top: -5px;
	position: absolute
}

.machine-section .cost {
	position: relative;
	margin-left: 423px;
	padding-left: 52px;
	font-size: 18px;
	line-height: 1.45;
	margin-top: 36px;
	max-width: 340px
}


.service {
	padding-top: 110px
}

.service .title {
	margin-bottom: 17px
}

.service .section_content {
	background: url(../img/service-bg.webp) center center no-repeat;
	background-size: cover;
	border-radius: 12px;
	overflow: hidden;
	position: relative;
	padding: 74px 77px;
	margin-top: 55px
}

.service .section_content:before {
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 12px;
	content: '';
	position: absolute;
	border: 1px solid rgba(255, 255, 255, .15)
}

.service .section_content ul {
	max-width: 450px
}

.service .section_content ul li {
	padding-left: 95px;
	position: relative;
	font-size: 18px;
	color: #fff;
	line-height: 1.5;
	margin-bottom: 50px
}

.service .section_content ul li:last-child {
	margin-bottom: 0
}

.service .section_content ul li:before {
	position: absolute;
	content: '';
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	left: 0;
	top: 50%
}

.service .section_content ul li:nth-child(1):before {
	width: 77px;
	height: 60px;
	margin-top: -30px;
	background-image: url(../img/service-coffee.webp)
}

.service .section_content ul li:nth-child(2):before {
	width: 51px;
	height: 80px;
	margin-top: -40px;
	background-image: url(../img/service-master.webp);
	left: 20px
}

.service .section_content ul li:nth-child(3):before {
	width: 62px;
	height: 70px;
	margin-top: -35px;
	background-image: url(../img/service-diagnostic.webp);
	left: 10px
}

.service-bottom {
	padding-top: 57px;
	position: relative;
	padding-bottom: 118px
}

.service-bottom .img {
	width: 405px;
	position: absolute;
	top: 130px;
	left: 50%;
	margin-left: -150px
}

.service-bottom .left {
	width: 50%
}

.service-bottom .left ._title {
	font-size: 26px;
	font-family: 'Euclid Square';
	font-weight: 600;
	margin-bottom: 30px
}

.service-bottom .left .items {
	width: 400px
}

.service-bottom .left .items .item {
	position: relative;
	margin-bottom: 25px
}

.service-bottom .left .items .item:last-child {
	margin-bottom: 0
}

.service-bottom .left .items .item:before {
	left: 20px;
	right: 20px;
	background: #f5eadb;
	transform: skewY(-1.5deg);
	border-radius: 5px;
	content: '';
	position: absolute;
	bottom: -1px;
	height: 50px;
	width: auto
}

.service-bottom .left .items .item-wrap {
	background: url(../img/service-item-bg.svg) center center no-repeat;
	background-size: contain;
	height: 150px;
	-webkit-filter: drop-shadow(0 20px 60px rgba(0, 0, 0, .04));
	filter: drop-shadow(0 20px 60px rgba(0, 0, 0, .04));
	position: relative;
	z-index: 1;
	padding-left: 140px;
	padding-right: 25px;
	display: flex;
	align-items: center;
	line-height: 1.45;
	padding-bottom: 15px
}

.service-bottom .left .items .item-wrap:before {
	position: absolute;
	content: '';
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	left: 0
}

.service-bottom .left .items .item-wrap span {
	position: relative;
	z-index: 1
}

.service-bottom .left .items .item.item-1 .item-wrap:before {
	width: 121px;
	height: 134px;
	background-image: url(../img/nakip.webp)
}

.service-bottom .left .items .item.item-2 .item-wrap:before {
	width: 138px;
	height: 149px;
	background-image: url(../img/detal.webp)
}

.service-bottom .left .items .item.item-3 .item-wrap:before {
	width: 135px;
	height: 150px;
	background-image: url(../img/tech.webp)
}

.service-bottom .right {
	width: 440px;
	margin-right: -40px;
	float: right;
	position: relative;
	z-index: 1
}

.form-block {
	width: 100%;
	background: url(../img/form-bg.svg) center center no-repeat;
	background-size: contain;
	height: 640px;
	position: relative;
	padding: 42px 50px;
	-webkit-filter: drop-shadow(0 20px 60px rgba(0, 0, 0, .07));
	filter: drop-shadow(0 20px 60px rgba(0, 0, 0, .07))
}

.form-block:before {
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	background: url(../img/form-border.svg) center center no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	opacity: .04
}

.form-block>* {
	position: relative;
	z-index: 1
}

.form-block ._title {
	font-size: 36px;
	font-family: 'Euclid Square';
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 10px
}

.form-block ._subtitle {
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 23px
}

.form-block .submit {
	width: 100%;
	margin-top: 10px
}

.form-block .agreement {
	margin-top: 19px;
	text-align: center
}

.form-block .agreement label {
	display: inline-block;
	float: none
}

.label {
	font-size: 12px;
	display: block;
	float: left;
	font-family: 'Euclid Square';
	font-weight: 700;
	color: #a5a5ad;
	text-transform: uppercase;
	letter-spacing: .5px;
	margin-bottom: 14px
}

.messangers-items {
	margin-bottom: 14px
}

.messangers-items input {
	display: none
}

.s-setsss {
	max-width: 589px;
	margin-top: 15px;
	width: 100%;
}

.s-setsss .messangers-items {
	margin-bottom: 0px;
}

.messangers-items .messanger-label {
	width: 49%;
	margin-right: 1%;
	margin-bottom: 1%;
	height: 48px;
	border-radius: 6px;
	border: 1px solid rgba(0, 0, 0, .1);
	float: left;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center
}

.s-setsss .messangers-items .messanger-label {
	width: 24%;
}

@media (max-width: 1000px) {
	.s-setsss {
		max-width: 300px;
	}

	.s-setsss .messangers-items .messanger-label {
		width: 49%;
	}
}

.messangers-items .messanger-label:hover {
	cursor: pointer;
	transition: all .2s linear
}

.messangers-items .messanger-label:hover * {
	cursor: pointer
}

.messangers-items .messanger-label:hover span:before {
	opacity: 0;
	transition: all .2s linear
}

.messangers-items .messanger-label:hover span:after {
	opacity: 1;
	transition: all .2s linear
}

.messangers-items .messanger-label:hover.sms {
	background: #edd1a7;
	border-color: #edd1a7;
	color: #1b2126
}

.messangers-items .messanger-label:hover.whatsapp {
	background: #25d366;
	border-color: #25d366;
	color: #fff
}

.messangers-items .messanger-label:hover.viber {
	background: #925fbb;
	border-color: #925fbb;
	color: #fff
}

.messangers-items .messanger-label:hover.telegram {
	background: #37aee3;
	border-color: #37aee3;
	color: #fff
}

.messangers-items .messanger-label span {
	position: relative;
	padding-left: 27px;
	display: inline-block
}

.messangers-items .messanger-label.tel span {
	padding-left: 0px;
}

.messangers-items .messanger-label span:before {
	top: 50%;
	position: absolute;
	content: '';
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	left: 0
}

.messangers-items .messanger-label span:after {
	top: 50%;
	position: absolute;
	content: '';
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	left: 0;
	opacity: 0
}

.messangers-items .messanger-label.sms span:before {
	width: 19px;
	height: 18px;
	background-image: url(../img/sms.svg);
	margin-top: -9px
}

.messangers-items .messanger-label.sms.tel span:before {
	display: none;
}

.messangers-items .messanger-label.sms span:after {
	width: 19px;
	height: 18px;
	background-image: url(../img/sms-active.svg);
	margin-top: -9px
}

.messangers-items .messanger-label.sms.tel span:after {
	display: none;
}


.messangers-items .messanger-label.whatsapp span:before {
	width: 17px;
	height: 18px;
	background-image: url(../img/whatsapp.svg);
	margin-top: -9px
}

.messangers-items .messanger-label.whatsapp span:after {
	width: 17px;
	height: 18px;
	background-image: url(../img/whatsapp-active.svg);
	margin-top: -9px
}

.messangers-items .messanger-label.viber span:before {
	width: 16px;
	height: 18px;
	background-image: url(../img/viber.svg);
	margin-top: -9px
}

.messangers-items .messanger-label.viber span:after {
	width: 16px;
	height: 18px;
	background-image: url(../img/viber-active.svg);
	margin-top: -9px
}

.messangers-items .messanger-label.telegram span:before {
	width: 15px;
	height: 14px;
	background-image: url(../img/telegram.svg);
	margin-top: -7px
}

.messangers-items .messanger-label.telegram span:after {
	width: 15px;
	height: 14px;
	background-image: url(../img/telegram-active.svg);
	margin-top: -7px
}

.messangers-items input:checked+label {
	font-family: 'Euclid Square';
	font-weight: 600;
	transition: none
}

.messangers-items input:checked+label:hover {
	transition: none
}

.messangers-items input:checked+label span:before {
	opacity: 0;
	transition: none
}

.messangers-items input:checked+label span:after {
	opacity: 1;
	transition: none
}

.messangers-items input:checked+label.sms {
	background: #edd1a7;
	border-color: #edd1a7;
	box-shadow: 0 15px 40px 0 rgba(237, 209, 167, .3);
	color: #1b2126
}

.messangers-items input:checked+label.whatsapp {
	background: #25d366;
	border-color: #25d366;
	box-shadow: 0 15px 40px 0 rgba(37, 211, 102, .3);
	color: #fff
}

.messangers-items input:checked+label.viber {
	box-shadow: 0 15px 40px 0 rgba(146, 95, 187, .3);
	background: #925fbb;
	border-color: #925fbb;
	color: #fff
}

.messangers-items input:checked+label.telegram {
	box-shadow: 0 15px 40px 0 rgba(55, 174, 227, .3);
	background: #37aee3;
	border-color: #37aee3;
	color: #fff
}

.master {
	background: url(../img/master-bg.webp) center center no-repeat;
	background-size: cover;
	overflow: hidden
}

.master .wrap_float {
	position: relative;
	padding-top: 110px;
	padding-bottom: 275px
}

.master .subtitle,
.master .title {
	text-align: left;
	position: relative;
	z-index: 1
}

.master .title {
	line-height: 1.1;
	margin-bottom: 36px
}

.master .items {
	position: relative;
	height: 298px;
	width: 698px;
	margin-top: 27px;
	z-index: 1
}

.master .items .item {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	padding-left: 38px;
	padding-right: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	-webkit-filter: drop-shadow(0 40px 80px rgba(0, 0, 0, .06));
	filter: drop-shadow(0 40px 80px rgba(0, 0, 0, .06))
}

.master .items .item ._title {
	font-size: 20px;
	font-family: 'Euclid Square';
	font-weight: 600;
	margin-bottom: 4px;
	position: relative;
	z-index: 1
}

.master .items .item ._text {
	line-height: 1.5;
	position: relative;
	z-index: 1
}

.master .items .item:before {
	position: absolute;
	content: '';
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	height: 65px
}

.master .items .item:nth-child(1) {
	width: 358px;
	height: 129px;
	background-image: url(../img/master-bg-1.svg);
	top: 0;
	left: 0
}

.master .items .item:nth-child(1):before {
	width: 125px;
	background-image: url(../img/01.png);
	right: 25px
}

.master .items .item:nth-child(2) {
	width: 333px;
	height: 160px;
	background-image: url(../img/master-bg-2.svg);
	top: 0;
	right: 0
}

.master .items .item:nth-child(2):before {
	width: 146px;
	background-image: url(../img/02.png);
	right: 22px
}

.master .items .item:nth-child(3) {
	width: 358px;
	height: 160px;
	background-image: url(../img/master-bg-3.svg);
	left: 0;
	bottom: 0
}

.master .items .item:nth-child(3):before {
	width: 150px;
	background-image: url(../img/03.png);
	right: 20px
}

.master .items .item:nth-child(4) {
	width: 333px;
	height: 129px;
	background-image: url(../img/master-bg-4.svg);
	right: 0;
	bottom: 0
}

.master .items .item:nth-child(4):before {
	width: 163px;
	background-image: url(../img/04.png);
	right: 20px
}

.master .img {
	width: 704px;
	position: absolute;
	top: 44px;
	right: 23px
}

.master .info {
	background: url(../img/master-info-bg.svg) center center no-repeat;
	background-size: contain;
	width: 189px;
	height: 228px;
	position: absolute;
	top: 240px;
	right: 0;
	padding-left: 28px;
	padding-right: 22px;
	padding-top: 20px
}

.master .info ul li {
	font-size: 14px;
	position: relative;
	padding-left: 10px;
	line-height: 1.45;
	margin-bottom: 7px
}

.master .info ul li:last-child {
	margin-bottom: 0
}

.master .info ul li:before {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #000;
	opacity: .3;
	position: absolute;
	content: '';
	left: 0;
	top: 9px
}

.master-form {
	margin-top: -164px
}

.master-form .wrap_float {
	padding-bottom: 114px;
	position: relative
}

.master-form .wrap_float:before {
	width: 414px;
	height: 507px;
	background: url(../img/pilers.webp) center center no-repeat;
	background-size: contain;
	position: absolute;
	content: '';
	left: -256px;
	top: -94px;
	z-index: 1
}

.master-form .section_content {
	border-radius: 10px;
	background-image: -moz-linear-gradient(90deg, #14181c 0, #2b3034 100%);
	background-image: -webkit-linear-gradient(90deg, #14181c 0, #2b3034 100%);
	background-image: -ms-linear-gradient(90deg, #14181c 0, #2b3034 100%);
	box-shadow: 0 30px 100px 0 rgba(35, 40, 44, .15);
	position: relative;
	padding: 60px 100px;
	padding-bottom: 214px
}

.master-form .section_content:before {
	top: 6px;
	left: 6px;
	right: 6px;
	bottom: 6px;
	border: 1px solid rgba(255, 255, 255, .1);
	content: '';
	position: absolute;
	border-radius: 10px
}

.master-form .section_content>* {
	position: relative;
	z-index: 1
}

.master-form .section_content .title {
	font-size: 34px;
	color: #fff;
	line-height: 1.34;
	margin-bottom: 13px
}

.master-form .section_content .subtitle {
	color: #fff;
	font-size: 26px
}

.master-form .section_content .ul {
	margin-top: 45px
}

.master-form .section_content .ul li {
	position: relative;
	color: #fff;
	line-height: 1.5
}

.master-form .section_content .ul li:before {
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain
}

.master-form .section_content .ul li:nth-child(1) {
	width: 346px;
	padding-left: 84px;
	margin-right: 34px
}

.master-form .section_content .ul li:nth-child(1):before {
	width: 62px;
	height: 62px;
	margin-top: -31px;
	background-image: url(../img/master-icon1.svg)
}

.master-form .section_content .ul li:nth-child(2) {
	width: 290px;
	padding-left: 90px;
	margin-right: 35px
}

.master-form .section_content .ul li:nth-child(2):before {
	width: 70px;
	height: 52px;
	margin-top: -26px;
	background-image: url(../img/master-icon2.svg)
}

.master-form .section_content .ul li:nth-child(3) {
	width: 294px;
	padding-left: 67px
}

.master-form .section_content .ul li:nth-child(3):before {
	width: 48px;
	height: 60px;
	margin-top: -30px;
	background-image: url(../img/master-icon3.svg)
}

.master-form .main-form {
	margin-top: -170px;
	left: 50%;
	transform: translateX(-50%)
}

.guarantee {
	overflow: hidden;
	padding-bottom: 154px
}

.guarantee .title {
	margin-bottom: 20px
}

.guarantee .section_content {
	position: relative;
	margin-top: 44px
}

.guarantee .section_content:before {
	width: 230px;
	height: 230px;
	background: url(../img/stamp.webp) center center no-repeat;
	background-size: contain;
	position: absolute;
	content: '';
	left: 411px;
	top: 147px;
	z-index: 1
}

.guarantee .section_content:after {
	width: 206px;
	height: 146px;
	background: url(../img/pen.webp) center center no-repeat;
	background-size: contain;
	position: absolute;
	content: '';
	right: -64px;
	top: 180px;
	z-index: 1
}

.guarantee .items {
	width: 481px;
	position: relative
}

.guarantee .items:before {
	left: 20px;
	right: 20px;
	background: #f5eadb;
	transform: skewY(-1.5deg);
	border-radius: 5px;
	content: '';
	position: absolute;
	bottom: -5px;
	height: 50px;
	width: auto
}

.guarantee .items-wrap {
	background: url(../img/guarantee.svg) center center no-repeat;
	background-size: contain;
	height: 702px;
	-webkit-filter: drop-shadow(0 20px 60px rgba(0, 0, 0, .04));
	filter: drop-shadow(0 20px 60px rgba(0, 0, 0, .04));
	padding: 45px 40px;
	padding-right: 30px
}

.guarantee .items .item {
	margin-bottom: 40px;
	position: relative;
	padding-left: 26px;
	z-index: 1
}

.guarantee .items .item:before {
	width: 17px;
	height: 24px;
	background: url(../img/li-before.svg) center center no-repeat;
	background-size: contain;
	content: '';
	left: 0;
	top: -9px;
	position: absolute
}

.guarantee .items .item ._title {
	font-size: 26px;
	font-family: 'Euclid Square';
	font-weight: 700;
	margin-bottom: 10px
}

.guarantee .items .item ._text {
	line-height: 1.5
}

.guarantee .items .item ul {
	margin-top: 5px
}

.guarantee .items .item ul li {
	font-size: 14px;
	position: relative;
	padding-left: 11px;
	line-height: 1.8
}

.guarantee .items .item ul li:before {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #edd1a7;
	left: 0;
	top: 12px;
	position: absolute;
	content: ''
}

.guarantee .img {
	width: 818px;
	position: absolute;
	right: -87px;
	top: -10px
}

.card-section {
	padding-bottom: 120px
}

.card-section .title {
	margin-bottom: 23px
}

.card-section .old-cost {
	color: #a5a5ad;
	text-decoration: line-through
}

.card-section .section_content {
	position: relative
}

.card-section .tab-content {
	padding: 0 83px;
	display: none;
	height: 554px
}

.card-section .tab-content .left {
	width: 545px;
	height: 538px;
	position: relative
}

.card-section .tab-content .left .img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%
}

.card-section .tab-content .right {
	width: 440px;
	float: right
}

.card-section .tab-content ._title {
	font-size: 28px;
	font-family: 'Euclid Square';
	font-weight: 600;
	margin-bottom: 28px
}

.card-section .tab-content .ul-title {
	font-size: 20px;
	margin-bottom: 17px
}

.card-section .tab-content .list li {
	position: relative;
	padding-left: 53px;
	line-height: 1.5;
	min-height: 38px;
	margin-bottom: 14px;
	display: flex;
	align-items: center
}

.card-section .tab-content .list li:before {
	position: absolute;
	content: '';
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	left: 0;
	top: 50%;
	height: 38px;
	margin-top: -19px
}

.card-section .tab-content .list li.li-cost:before {
	width: 37px;
	background-image: url(../img/li-icon1.svg)
}

.card-section .tab-content .list li.li-repair:before {
	width: 37px;
	background-image: url(../img/li-icon2.svg)
}

.card-section .tab-content .list li.li-chemistry:before {
	width: 30px;
	background-image: url(../img/li-icon3.svg)
}

.card-section .tab-content .list li.li-guarantee:before {
	width: 30px;
	background-image: url(../img/li-icon4.svg)
}

.card-section .tab-content .list li.li-coffee:before {
	width: 30px;
	background-image: url(../img/li-icon5.svg)
}

.card-section .tab-content .list li.li-machine:before {
	width: 33px;
	background-image: url(../img/li-icon6.svg)
}

.card-section .tab-content .list li.li-chat:before {
	width: 37px;
	background-image: url(../img/li-icon7.svg)
}

.card-section .tab-content .list li.li-clean:before {
	width: 38px;
	background-image: url(../img/li-icon8.svg)
}

.card-section .tab-content .list li.li-problem:before {
	width: 36px;
	background-image: url(../img/li-icon9.svg)
}

.card-section .tab-content .list li.li-delivery:before {
	width: 37px;
	background-image: url(../img/li-icon10.svg)
}

.card-section .tab-content .list li.li-budget:before {
	width: 37px;
	background-image: url(../img/li-icon11.svg)
}

.card-section .tab-content.card-content-2 .right {
	width: 470px
}

.card-section .tab-content.card-content-2 .left .img {
	left: 60px
}

.card-section .tab-content.card-content-3 .right {
	width: 510px;
	padding-top: 50px
}

.card-section .tab-content.card-content-3 .left {
	width: 450px
}

.card-section .tab-content.card-content-3 .left:before {
	width: 222px;
	height: 144px;
	background: url(../img/24.svg) center center no-repeat;
	background-size: contain;
	opacity: .08;
	content: '';
	right: -48px;
	bottom: 55px;
	position: absolute
}

.card-section .tab-content.card-content-3 .left .img {
	left: 60px
}

.card-section .tab-content.card-content-3 ._title {
	margin-bottom: 23px
}

.card-section .tab-content.card-content-3 .ul-title {
	line-height: 1.5
}

.card-section .tabs-content {
	position: relative
}

.consultation {
	background: url(../img/consultation-bg.webp) center center no-repeat;
	background-size: cover
}

.consultation .wrap_float {
	position: relative;
	padding: 140px 0 150px
}

.consultation .book {
	width: 1511px;
	position: absolute;
	top: 16px;
	left: 194px
}

.consultation .subtitle,
.consultation .title {
	text-align: left;
	position: relative;
	z-index: 1
}

.consultation .title {
	margin-bottom: 21px
}

.consultation .subtitle {
	font-size: 26px;
	margin-bottom: 50px
}

.consultation span.pdf {
	display: inline-block;
	position: relative;
	font-family: 'Euclid Square';
	font-weight: 600;
	margin-left: 14px;
	font-size: 16px;
	padding: 0 4px;
	transform: translateY(-1px)
}

.consultation span.pdf span {
	position: relative;
	z-index: 1
}

.consultation span.pdf:before {
	top: -4px;
	left: -10px;
	bottom: -4px;
	right: -10px;
	background: #ffd886;
	content: '';
	position: absolute;
	border-radius: 5px;
	transform: skewX(-6deg)
}

.consultation .btn {
	width: 380px
}

.consultation .main-form {
	position: relative;
	z-index: 1;
	width: 748px;
	height: 330px;
	background-image: url(../img/main-form-2.svg)
}

.consultation .main-form:before {
	background-image: url(../img/main-form-border-2.svg)
}

.consultation .main-form:after {
	width: 210px;
	height: 223px;
	background: url(../img/cards.webp) center center no-repeat;
	background-size: contain;
	position: absolute;
	content: '';
	right: 72px;
	top: -74px
}

.consultation .card-cost {
	background: #f5eadb;
	width: 216px;
	height: 216px;
	border-radius: 50%;
	box-shadow: 0 40px 60px 0 rgba(245, 213, 169, .3);
	border: 28px solid #f0e1cc;
	position: absolute;
	right: -78px;
	top: -93px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	z-index: 1
}


.consultation .card-cost .old_cost {
	font-size: 22px;
	font-family: 'Euclid Square';
	font-weight: 600;
	text-decoration: line-through;
	color: #c2b199
}

.consultation .card-cost .new-cost {
	font-size: 18px;
	font-family: 'Euclid Square';
	font-weight: 600
}

.consultation .card-cost .new-cost b {
	font-size: 38px;
	font-family: 'Euclid Square';
	font-weight: 700
}

.consultation .card-cost .date {
	font-family: 'Euclid Square';
	font-weight: 600
}

.consultation .card-cost .date b {
	font-size: 22px
}

.cleaning {
	padding-top: 170px;
	padding-bottom: 120px
}

.cleaning .title {
	margin-bottom: 20px
}

.cleaning .subtitle {
	margin-bottom: 55px
}

.cleaning .items .item {
	width: 290px;
	height: 500px;
	padding-left: 28px;
	padding-right: 14px;
	background: url(../img/clean-bg.webp) center bottom no-repeat;
	background-size: cover;
	padding-top: 33px;
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px
}

.cleaning .items .item ._title {
	font-size: 20px;
	line-height: 1.3
}

.cleaning .items .item .stm {
	width: 43px;
	height: 30px;
	background: url(../img/stm.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	content: '';
	top: 20px;
	right: 16px
}

.cleaning .items .item .img {
	bottom: 30px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%)
}

.cleaning .btn-wrap {
	text-align: center;
	margin-top: 25px
}

.cleaning .btn-wrap .btn {
	display: inline-block;
	float: none;
	width: 340px
}

.cleaning-bottom {
	border-radius: 10px;
	background-image: -moz-linear-gradient(90deg, #14181c 0, #2b3034 100%);
	background-image: -webkit-linear-gradient(90deg, #14181c 0, #2b3034 100%);
	background-image: -ms-linear-gradient(90deg, #14181c 0, #2b3034 100%);
	box-shadow: 0 30px 100px 0 rgba(35, 40, 44, .15);
	position: relative;
	padding: 68px 100px
}

.cleaning-bottom:before {
	top: 6px;
	left: 6px;
	right: 6px;
	bottom: 6px;
	border: 1px solid rgba(255, 255, 255, .1);
	content: '';
	position: absolute;
	border-radius: 10px
}

.cleaning-bottom:after {
	width: 410px;
	height: 295px;
	background: url(../img/docs-2.webp) center center no-repeat;
	background-size: contain;
	position: absolute;
	content: '';
	right: 40px;
	bottom: 0
}

.cleaning-bottom>* {
	position: relative;
	z-index: 1
}

.cleaning-bottom ._title {
	font-size: 34px;
	color: #fff
}

.cleaning-bottom .ul {
	margin-top: 32px
}

.cleaning-bottom .ul li {
	position: relative;
	font-size: 20px;
	padding-left: 25px;
	color: #fff;
	width: auto;
	margin-right: 42px;
	line-height: 1.4
}

.cleaning-bottom .ul li:last-child {
	margin-right: 0
}

.cleaning-bottom .ul li:before {
	width: 17px;
	height: 24px;
	background: url(../img/li-before.svg) center center no-repeat;
	background-size: contain;
	position: absolute;
	content: '';
	left: 0;
	top: -10px
}

.team {
	padding-top: 63px;
	padding-bottom: 104px;
	position: relative;
	overflow: hidden
}

.team:before {
	width: 100%;
	height: 100%;
	position: absolute;
	content: '';
	left: 145px;
	right: 145px;
	top: 50px;
	background: url(../img/koferem-logo.svg) top center no-repeat;
	background-size: contain;
	opacity: .06
}

.team .wrap_float {
	position: relative;
	z-index: 1
}

.team .title {
	margin-bottom: 52px
}

.team .left {
	width: 360px
}

.team .right {
	width: 840px;
	background: #fff;
	float: right;
	box-shadow: 0 40px 80px 0 rgba(0, 0, 0, .03)
}

.team .tab {
	padding-left: 121px;
	position: relative;
	height: 110px;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.team .tab:hover {
	cursor: pointer
}

.team .tab:hover * {
	cursor: pointer
}

.team .tab .photo {
	width: 86px;
	height: 86px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -43px;
	overflow: hidden;
	left: 12px
}

.team .tab .name {
	font-size: 22px;
	font-family: 'Euclid Square';
	font-weight: 600;
	margin-bottom: 2px
}

.team .tab .position {
	font-size: 14px;
	color: #a5a5ad;
	line-height: 1.5
}

.team .tab.active {
	background: #ffd886;
	box-shadow: 0 40px 60px 0 rgba(255, 216, 134, .3)
}

.team .tab.active .position {
	color: #1b2126
}

.team .team-item {
	padding: 50px 57px 70px;
	position: relative;
	display: none
}

.team .team-item .next-step-btn {
	position: absolute;
	width: 236px;
	height: 70px;
	right: 20px;
	top: 20px;
	font-size: 14px;
	padding-right: 50px;
	padding-left: 20px;
	margin-top: 0
}

.team .team-item .next-step-btn:before {
	opacity: .6;
	right: 25px
}

.team .team-item-info {
	padding-left: 322px;
	position: relative;
	height: 280px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 44px
}

.team .team-item-info .photo {
	width: 280px;
	height: 280px;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0
}

.team .team-item-info .name {
	font-size: 36px;
	font-family: 'Euclid Square';
	font-weight: 700
}

.team .team-item-info .position {
	font-size: 18px;
	color: #a5a5ad;
	margin-top: 4px;
	line-height: 1.5
}

.team .team-item .description {
	margin-bottom: 44px
}

.team .team-item .description ._title {
	font-size: 26px;
	font-family: 'Euclid Square';
	font-weight: 600;
	margin-bottom: 25px
}

.team .team-item .description .ul {
	padding-left: 18px
}

.team .team-item .description .ul li {
	padding-left: 22px;
	position: relative;
	line-height: 1.5;
	max-width: 310px;
	padding-right: 15px;
	margin-top: 30px
}

.team .team-item .description .ul li:nth-child(1),
.team .team-item .description .ul li:nth-child(2) {
	margin-top: 0
}

.team .team-item .description .ul li:before {
	width: 17px;
	height: 24px;
	background: url(../img/li-before.svg) center center no-repeat;
	background-size: contain;
	position: absolute;
	content: '';
	left: 0;
	top: -7px
}

.team .team-item .description .ul li:nth-child(odd) {
	clear: both
}

.team .team-item .btn-wrap {
	text-align: center;
	position: relative
}

.team .team-item .btn-wrap .btn-info {
	width: 300px;
	position: absolute;
	text-align: left;
	left: -390px;
	top: 0;
	line-height: 1.5
}

.team .team-item .btn-wrap .btn-info:before {
	width: 273px;
	height: 89px;
	background: url(../img/line-7.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	content: '';
	left: 260px;
	top: 40px
}

.team .team-item .btn-wrap .btn-info ._title {
	font-size: 26px;
	font-family: 'Euclid Square';
	font-weight: 600;
	margin-bottom: 5px
}

.team .team-item .btn {
	width: 400px;
	display: inline-block;
	float: none
}

.contacts .section_content {
	position: relative;
	padding: 54px 0;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.contacts .title {
	margin-bottom: 21px
}

.contacts .subtitle {
	margin-bottom: 55px;
	position: relative;
	z-index: 2
}

.contacts .subtitle span {
	position: relative
}

.contacts .subtitle span:before {
	width: 80px;
	height: 162px;
	background: url(../img/line-8.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	content: '';
	left: 100%;
	margin-left: 10px;
	top: 50%
}

.contacts .map {
	height: 100%;
	background: #eee;
	position: absolute;
	top: 0;
	left: -290px;
	right: -290px;
	width: auto
}

.contacts .left {
	width: 330px;
	border-radius: 8px;
	background-image: -moz-linear-gradient(90deg, #14181c 0, #2b3034 100%);
	background-image: -webkit-linear-gradient(90deg, #14181c 0, #2b3034 100%);
	background-image: -ms-linear-gradient(90deg, #14181c 0, #2b3034 100%);
	box-shadow: 0 30px 100px 0 rgba(35, 40, 44, .15);
	padding: 50px;
	padding-right: 30px;
	position: relative;
	z-index: 1;
	margin-left: -30px
}

.contacts .right {
	width: 440px;
	height: 640px;
	margin-right: -40px;
	float: right;
	position: relative;
	z-index: 1
}

.contacts .contact-item {
	color: #fff;
	margin-bottom: 22px
}

.contacts .contact-item .label {
	color: #73747a;
	margin-bottom: 4px
}

.contacts .contact-item .val {
	font-size: 20px;
	line-height: 1.45
}

.contacts .contact-item .tel-a {
	display: block;
	float: left;
	font-size: 24px;
	font-family: 'Euclid Square';
	font-weight: 600
}

.contacts .contact-item .email-a {
	font-size: 20px;
	color: #4a8fff;
	border-bottom: 1px solid rgba(74, 143, 255, .4);
	display: inline-block
}

.contacts .contact-item .email-a:hover {
	color: #2766cc;
	border-color: rgba(39, 102, 204, .4)
}

.footer {
	padding: 48px 0
}

.footer .left {
	width: auto;
	margin-right: 22px;
	padding: 9px 0
}

@media (min-width: 1241px) {
	.footer .left {
		display: flex;
		align-items: center;
	}
}

.footer .center {
	width: auto;
	padding: 6px 0
}

.footer .right {
	width: auto;
	float: right
}

.footer .link {
	display: block;
	float: left;
	color: #4a8fff;
	font-size: 14px;
	border-bottom: 1px solid rgba(74, 143, 255, .4);
	margin-right: 44px;
	margin-top: 8px
}

.footer .link:hover {
	color: #2766cc;
	border-color: rgba(39, 102, 204, .4)
}

.dev {
	width: auto;
	display: block;
	float: left
}

.dev .dev-logo {
	width: 103px;
	height: 38px;
	position: relative;
	margin-right: 14px
}

.dev .dev-logo:before {
	width: 103px;
	height: 38px;
	position: absolute;
	content: '';
	background: url(../img/tfa.svg) center center no-repeat;
	background-size: contain;
	top: 0;
	left: 0;
	transition: all .2s linear
}

.dev .dev-logo:after {
	width: 103px;
	height: 38px;
	position: absolute;
	content: '';
	background: url(../img/tfa-hover.svg) center center no-repeat;
	background-size: contain;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all .2s linear
}

.dev .dev-text {
	font-size: 14px;
	width: 94px
}

.dev .dev-text span {
	color: #a5a5ad;
	border-bottom: 1px solid rgba(165, 165, 173, .4);
	transition: all .2s linear
}

.dev:hover .dev-logo:before {
	opacity: 0
}

.dev:hover .dev-logo:after {
	opacity: 1
}

.dev:hover .dev-text span {
	color: #ccae6c;
	border-color: rgba(204, 174, 108, .4)
}

.success-section {
	padding-top: 130px;
	padding-bottom: 280px;
	background: url(../img/manager-bg.png) top center no-repeat;
	background-size: cover;
	overflow: hidden
}

.success-section .wrap_float {
	position: relative
}

.success-section .title {
	font-size: 56px;
	font-family: 'Euclid Square';
	font-weight: 700;
	text-align: left;
	margin-top: 120px;
	line-height: 1;
	margin-bottom: 28px;
	position: relative;
	z-index: 1
}

.success-section .subtitle {
	font-size: 24px;
	text-align: left;
	margin-bottom: 75px;
	line-height: 1.4;
	position: relative;
	z-index: 1
}

.success-section .info {
	font-size: 24px;
	line-height: 1;
	position: relative;
	z-index: 1
}

.success-section .info span {
	display: inline-block;
	background: #ffd886;
	padding: 3px 11px 7px;
	border-radius: 6px;
	margin-left: -11px
}

.success-section .tel {
	margin-top: 10px;
	position: relative;
	z-index: 1
}

.success-section .tel a {
	font-size: 48px;
	font-family: 'Euclid Square';
	font-weight: 700;
	display: block;
	float: left
}

.success-section .img {
	position: absolute;
	width: 590px;
	right: 0;
	top: 0
}

.success-section .manager-info {
	position: absolute;
	top: 614px;
	right: 348px;
	width: auto;
	z-index: 1
}

.success-section .name {
	height: 38px;
	background: #ffd886;
	transform: skewX(-6deg);
	border-radius: 2px;
	display: inline-block;
	width: auto;
	border-radius: 5px;
	font-size: 18px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .4);
	font-family: 'Euclid Square';
	font-weight: 700;
	line-height: 38px;
	padding: 0 22px
}

.success-section .name span {
	display: inline-block;
	transform: skewX(6deg)
}

.success-section .position {
	font-size: 14px;
	color: #fff;
	margin-left: 16px;
	width: auto;
	clear: both;
	line-height: 1.4;
	margin-top: 8px
}

.modal {
	width: 900px;
	background: #fff;
	border-radius: 10px;
	position: relative
}

.modal .progress--line {
	width: 370px;
	height: 30px;
	border-radius: 15px;
	background: #f6f7f9;
	padding: 3px;
	position: absolute;
	left: 50%;
	margin-left: -185px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	top: -15px
}

.modal .progress--line .line {
	height: 24px;
	border-radius: 12px;
	background: #f0c365;
	position: absolute;
	left: 3px;
	top: 3px
}

.modal .progress--line .line:after {
	height: 100%;
	background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px;
	text-align: center;
	line-height: 20px;
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
	-webkit-transition: width .3s;
	-o-transition: width .3s;
	transition: width .3s;
	content: '';
	position: absolute;
	width: 100%;
	left: 0
}

.modal .progress--line span {
	font-size: 10px;
	font-family: 'Euclid Square';
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	letter-spacing: 1px
}

.modal_close {
	width: 17px;
	height: 17px;
	background: url(../img/close.svg) center center no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	right: -25px;
	transition: all .2s linear
}

.modal_close:hover {
	cursor: pointer;
	transform: rotate(90deg);
	transition: all .2s linear
}

.modal_wrap {
	border-radius: 10px;
	height: 100%
}

.modal_left {
	width: 450px;
	background: #f9fafb;
	height: 100%;
	padding: 50px 60px;
	padding-right: 15px;
	position: absolute;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px
}

.modal_left:before {
	top: 6px;
	left: 6px;
	bottom: 6px;
	right: 0;
	border: 1px solid rgba(0, 0, 0, .04);
	border-right: 0;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	content: '';
	position: absolute
}

.modal_left .img {
	position: absolute;
	bottom: 0;
	z-index: 1
}

.modal_right {
	width: 450px;
	float: right;
	height: inherit;
	padding: 55px;
	position: relative
}

.modal_right:before {
	top: 6px;
	left: 0;
	bottom: 6px;
	right: 6px;
	border: 1px solid rgba(0, 0, 0, .04);
	border-left: 0;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	content: '';
	position: absolute
}

.modal_right .form {
	position: relative;
	z-index: 1
}

.modal .title {
	font-size: 29px;
	text-align: left;
	font-family: 'Euclid Square';
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 7px;
	position: relative;
	z-index: 1
}

.modal .subtitle {
	font-size: 19px;
	text-align: left;
	line-height: 1.4;
	position: relative;
	z-index: 1
}

.modal .field {
	margin-bottom: 20px
}

.modal .field.last {
	margin-bottom: 13px
}

.modal .time-info {
	font-size: 16px;
	border: 1px dashed rgba(0, 0, 0, .1);
	border-radius: 8px;
	height: 56px;
	line-height: 54px;
	padding-left: 65px;
	position: relative;
	margin-top: 18px
}

.modal .time-info:before {
	width: 27px;
	height: 36px;
	background: url(../img/clock.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	content: '';
	top: 50%;
	margin-top: -18px;
	left: 26px
}

.modal .agreement {
	text-align: center
}

.modal .agreement label {
	display: inline-block;
	float: none;
	margin-top: 20px
}

.modal .submit {
	width: 100%
}

.modal .modal-manager {
	height: 160px;
	position: relative;
	padding-left: 180px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 26px
}

.modal .modal-manager .photo {
	width: 160px;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 190px;
	border-radius: 0 0 80px 80px;
	overflow: hidden
}

.modal .modal-manager .photo img {
	position: absolute;
	bottom: 0;
	max-width: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	margin-left: -3px
}

.modal .modal-manager .photo:before {
	width: 160px;
	height: 160px;
	background: #ffd886;
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	border-radius: 50%
}

.modal .modal-manager .name {
	font-size: 20px;
	font-family: 'Euclid Square';
	font-weight: 600;
	margin-bottom: 5px
}

.modal .modal-manager .position {
	font-size: 14px;
	color: rgba(27, 33, 38, .8)
}

.modal .modal-manager.online:after {
	width: 18px;
	height: 18px;
	background: #82d95b;
	border-radius: 50%;
	position: absolute;
	content: '';
	border: 3px solid #fff;
	box-sizing: border-box;
	left: 122px;
	bottom: 10px;
	z-index: 2
}

.modal.modal_callback .modal_left .img {
	width: 394px;
	height: 472px;
	left: 0
}

.modal.modal_callback .modal_left:after {
	width: 380px;
	height: 215px;
	background: url(../img/modal-iphone.png) center bottom no-repeat;
	background-size: contain;
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	margin-left: -190px
}

.modal.modal_callback .messangers-items .messanger-label.sms span {
	padding-left: 0
}

.modal.modal_callback .messangers-items .messanger-label.sms span:after,
.modal.modal_callback .messangers-items .messanger-label.sms span:before {
	display: none
}

.modal.modal_director .modal_left {
	padding: 0;
	border-radius: 10px 0 0 10px;
	overflow: hidden
}

.modal.modal_director .modal_left:before {
	z-index: 2
}

.modal.modal_director .modal_left .name {
	background: #ffd886;
	font-size: 18px;
	font-family: 'Euclid Square';
	font-weight: 600;
	width: auto;
	border-radius: 5px;
	transform: skewX(-10deg);
	position: absolute;
	left: 37px;
	top: 400px;
	padding: 7px 28px 8px;
	z-index: 2;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .4)
}

.modal.modal_director .modal_left .name span {
	display: inline-block;
	transform: skewX(10deg)
}

.modal.modal_director .modal_left .position {
	color: #fff;
	font-size: 14px;
	width: auto;
	position: absolute;
	top: 442px;
	left: 60px;
	z-index: 2
}

.modal.modal_director .modal_right {
	padding: 55px 50px
}

.modal.modal_director .subtitle {
	margin-bottom: 24px
}

.modal.modal_policy {
	position: relative
}

.modal.modal_policy .title {
	margin-bottom: 30px;
	text-align: center
}

.modal.modal_policy:before {
	top: 6px;
	left: 6px;
	bottom: 6px;
	right: 6px;
	border: 1px solid rgba(0, 0, 0, .08);
	border-radius: 10px;
	content: '';
	position: absolute
}

.modal.modal_policy .modal_wrap {
	position: relative;
	z-index: 1;
	padding: 50px
}

.modal.modal_quiz {
	width: 1280px;
	background: 0 0
}

.modal.modal_quiz .quiz-container {
	margin-top: 0;
	margin-left: 0
}

.modal.modal_quiz .quiz-container:after {
	display: none
}

.modal.modal_reivews {
	width: 1200px
}

.modal.modal_reivews .portfolio {
	padding: 0;
	border-radius: 10px;
	overflow: hidden
}

.modal.modal_reivews .portfolio .section_content {
	margin: 0
}

.modal.modal_reivews .slick-track:after,
.modal.modal_reivews .slick-track:before {
	display: none
}

.modal.modal_consultation .modal_left {
	background: url(../img/modal-cleaning.jpg) left bottom no-repeat;
	background-size: cover
}

.modal.modal_consultation .modal_right {
	padding-right: 37px
}

.modal.modal_consultation .subtitle {
	margin-bottom: 25px
}

.modal.modal_consultation .modal-logo {
	width: 265px;
	position: absolute;
	top: 40px;
	left: 40px
}

.modal.modal_review {
	width: 630px
}

.modal.modal_review .img-wrap {
	border-radius: 10px;
	overflow: hidden
}

.modal.modal_review img {
	width: 100%;
	display: block;
	float: left
}

.time-field.inactive {
	pointer-events: none
}

.time-field.inactive .label {
	opacity: .4
}

.time-field.inactive .input-wrap .input {
	background: #e8ebeb !important
}

.time_labels {
	padding: 4px;
	border: 1px solid rgba(0, 0, 0, .08);
	border-radius: 8px
}

.time_labels input {
	display: none
}

.time_labels label {
	width: 50%;
	height: 48px;
	border-radius: 10px;
	display: block;
	float: left;
	color: #1b2126;
	text-transform: uppercase;
	letter-spacing: .3px;
	text-align: center;
	line-height: 48px;
	font-size: 12px;
	font-family: 'Euclid Square';
	font-weight: 700
}

.time_labels label:hover {
	cursor: pointer
}

.time_labels input:checked+label {
	background-image: -moz-linear-gradient(90deg, #fcc24e 0, #ffd886 100%);
	background-image: -webkit-linear-gradient(90deg, #fcc24e 0, #ffd886 100%);
	background-image: -ms-linear-gradient(90deg, #fcc24e 0, #ffd886 100%);
	box-shadow: inset 0 30px 29.4px .6px rgba(255, 255, 255, .4);
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8)
}

.document-section .zoom-link {
	display: none
}

.virus-block {
	padding-left: 196px;
	position: fixed;
	bottom: 0;
	left: 50%;
	width: 680px;
	margin-left: -340px;
	background: #f5eadb;
	line-height: 1.6;
	padding-top: 25px;
	padding-right: 22px;
	padding-bottom: 25px;
	z-index: 5
}

.virus-block .p {
	margin-bottom: 17px
}

.virus-block .p:last-child {
	margin-bottom: 0
}

.virus-block:before {
	width: 146px;
	height: 120px;
	background: url(../img/gel.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	content: '';
	left: 25px;
	top: 50%;
	margin-top: -60px
}

.virus-block .close {
	width: 36px;
	height: 36px;
	right: -18px;
	top: -18px;
	position: absolute;
	border-width: 3px;
	border-color: #f9fafb;
	border-style: solid;
	border-radius: 50%;
	background-image: -moz-linear-gradient(90deg, #fcc24e 0, #ffd886 100%);
	background-image: -webkit-linear-gradient(90deg, #fcc24e 0, #ffd886 100%);
	background-image: -ms-linear-gradient(90deg, #fcc24e 0, #ffd886 100%);
	box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .2)
}

.virus-block .close:hover {
	cursor: pointer
}

.virus-block .close:before {
	width: 10px;
	height: 10px;
	background: url(../img/close-2.svg) center center no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -3px;
	margin-left: -5px;
	content: ''
}

@media screen and (min-width:1025px) {
	.div-tabs .tab:hover {
		background: #ffd886;
		transition: all .2s linear
	}

	.portfolio .portfolio-tabs .tab:hover,
	.repair-steps .left .steps-tabs .tab:hover,
	.team .tab:hover {
		background: #ffd886;
		transition: all .2s linear
	}
}

@media screen and (max-width:1806px) {
	.contacts .map {
		left: -100px;
		right: -100px
	}

	.quiz-section .wrap_float .parallax-before {
		right: -34px
	}

	.process {
		padding-bottom: 80px
	}
}

@media screen and (max-width:1520px) {
	.contacts .map {
		left: -100px;
		right: -100px
	}

	.process .wrap_float .parallax-before,
	.scroll-div {
		display: none
	}

	.success-section .title {
		margin-top: 64px
	}

	.success-section .manager-info {
		top: 520px
	}
}

@media screen and (max-width:1400px) {
	.title {
		font-size: 42px
	}

	.main-screen .wrap_float {
		padding-top: 125px
	}

	.main-screen .main-title {
		font-size: 38px;
		margin-bottom: 24px
	}

	.main-screen .main-title b {
		font-size: 44px
	}

	.main-screen .main-title .time:before {
		height: 54px;
		top: -2px
	}

	.main-screen .main-right .img {
		width: 400px;
		top: 38px
	}

	.main-screen .main-right {
		height: 554px
	}

	.quiz-section {
		padding-top: 90px
	}

	.quiz-container {
		margin-top: 53px
	}

	.cleaning {
		padding-top: 100px
	}

	.contacts .map {
		left: 0;
		right: 0
	}

	.contacts .left {
		margin-left: 25px
	}

	.contacts .right {
		margin-right: 25px
	}

	.modal .input {
		height: 68px
	}

	.modal .label {
		margin-bottom: 7px
	}

	.modal_right {
		padding: 42px
	}

	.modal_left {
		padding: 50px 42px
	}

	.modal .title {
		font-size: 30px
	}

	.modal .subtitle {
		font-size: 18px
	}

	.modal.modal_callback .modal_left:after {
		height: 154px
	}

	.quiz-container {
		padding-left: 44px
	}

	.quiz-container .progress-bar {
		left: 44px
	}

	.success-section .title {
		margin-top: 28px;
		font-size: 48px
	}

	.success-section .img {
		width: 468px;
		right: 66px
	}

	.success-section .manager-info {
		top: 395px
	}

	.success-section {
		padding-bottom: 140px
	}

	.consultation .book {
		width: 1436px
	}
}

@media screen and (max-width:1320px) {
	.main-form {
		margin-left: 0
	}

	.tabs-info {
		left: 48px
	}

	.process .wrap_float .parallax-before {
		display: none
	}

	.quiz-container {
		width: 100%;
		margin-left: 0;
		height: 750px
	}

	.questions-block .question-item .buttons {
		margin-top: 50px
	}

	.quiz-left {
		max-width: 430px;
		padding-right: 0
	}

	.bonuses .item {
		width: 203px;
		font-size: 14px
	}

	.service-bottom .right {
		margin-right: 0
	}

	.master-form .wrap_float:before {
		display: none
	}

	.quiz-container {
		background-image: -moz-linear-gradient(90deg, #14181c 0, #2b3034 100%);
		background-image: -webkit-linear-gradient(90deg, #14181c 0, #2b3034 100%);
		background-image: -ms-linear-gradient(90deg, #14181c 0, #2b3034 100%);
		box-shadow: 0 20px 80px 0 rgba(35, 40, 44, .1);
		border-radius: 10px;
		height: auto
	}

	.quiz-container:before {
		top: 6px;
		left: 6px;
		right: 6px;
		bottom: 6px;
		background: 0 0;
		border-radius: 10px;
		border: 1px solid rgba(255, 255, 255, .1);
		content: '';
		position: absolute
	}

	.quiz-finish .right {
		width: 470px;
		margin-left: 50px
	}

	.quiz-finish .load {
		top: 350px
	}

	.quiz-section .wrap_float .parallax-before {
		display: none
	}

	.quiz-section .info {
		top: -10px
	}

	.quiz-container:after {
		display: none
	}

	.quiz-container {
		padding-left: 38px
	}

	.quiz-container .progress-bar {
		left: 38px
	}

	.manager-section .wrap_float {
		padding-top: 0
	}

	.manager-section .manager {
		width: 560px;
		right: 170px
	}

	.service-bottom .img {
		margin-left: -209px
	}

	.guarantee .img {
		width: 684px;
		right: -8px
	}

	.guarantee .section_content:after {
		display: none
	}

	.modal.modal_quiz {
		width: 1200px
	}

	.modal.modal_quiz .modal_close {
		right: 15px;
		top: 15px
	}
}

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

	.diagnostics .wrap,
	.wrap {
		max-width: 960px
	}

	.modal.modal_quiz {
		width: 960px
	}

	.modal.modal_quiz .modal_close {
		right: 15px;
		top: 15px;
		background-image: url(../img/close.svg)
	}

	.title {
		font-size: 34px
	}

	.subtitle {
		font-size: 23px
	}

	.logo-text {
		clear: both;
		margin-left: 0;
		margin-top: 10px
	}

	.main-screen .main-left {
		z-index: 2
	}

	.main-screen .main-right {
		right: 0;
		position: absolute;
		width: 240px
	}

	.main-screen .main-right .info {
		top: 97px;
		right: 0
	}

	.triggers .item {
		width: 320px
	}

	.triggers .item-wrap {
		height: 153px;
		padding-left: 100px;
		padding-right: 16px
	}

	.triggers .item .text {
		font-size: 14px
	}

	.triggers .item.item-1 .icon,
	.triggers .item.item-2 .icon,
	.triggers .item.item-3 .icon {
		width: 87px;
		height: auto
	}

	.process {
		padding-top: 30px
	}

	.div-tabs .tab {
		padding-left: 84px;
		padding-right: 10px;
		font-size: 15px
	}

	.div-tabs .tab br {
		display: none
	}

	.div-tabs.process-tabs .tab:nth-child(1):before,
	.div-tabs.process-tabs .tab:nth-child(2):before,
	.div-tabs.process-tabs .tab:nth-child(3):before {
		left: 16px
	}

	.process .tabs-content .tab-content .title {
		font-size: 30px
	}

	.process .tabs-content .tab-content .subtitle span:before {
		top: 1px;
		bottom: -3px
	}

	.process .tabs-content .tab-content {
		padding: 0 77px
	}

	.process .process-item .left {
		width: 230px
	}

	.process .process-item .right {
		width: 520px
	}

	.process .process-item ._title {
		font-size: 23px
	}

	.process .process-item ._title:before {
		top: 11px
	}

	.process .process-item ._subtitle {
		font-size: 17px
	}

	.next-step-btn {
		margin-top: 25px
	}

	.process {
		padding-bottom: 54px
	}

	.process .arrow {
		margin-top: 15px
	}

	.process .tabs-content .tab-content.tab-content-1 .left {
		width: 232px;
		margin-left: 30px
	}

	.process .tabs-content .tab-content.tab-content-1 .right {
		width: 490px
	}

	.process .tabs-content .tab-content.tab-content-2 .left,
	.process .tabs-content .tab-content.tab-content-3 .left {
		width: 395px
	}

	.process .process-item .process-list li {
		margin-bottom: 8px;
		min-height: 80px;
		padding-left: 90px
	}

	.process .process-item .process-list li.li-1 img {
		width: 70px
	}

	.process .process-item .process-list li.li-2 img {
		width: 56px
	}

	.process .process-item .process-list li.li-3 img {
		width: 63px
	}

	.process .tabs-content .tab-content.tab-content-3 .right {
		padding-top: 30px
	}

	.process .process-item .process-list li.li-4 img {
		width: 57px
	}

	.process .process-item .process-list li.li-5 img {
		width: 60px
	}

	.process .process-item .message-block:before {
		left: 0;
		width: 75px;
		height: 98px
	}

	.process .tabs-content .tab-content {
		min-height: 546px
	}

	.process .arrow {
		margin-top: -27px
	}

	.quiz-section .info {
		right: 62px
	}

	.quiz-section {
		padding-top: 50px
	}

	.quiz-section .title {
		margin-top: 40px
	}

	.quiz-container {
		padding-left: 25px
	}

	.quiz-container .progress-bar {
		left: 25px
	}

	.quiz-right {
		max-width: 444px
	}

	.quiz-item-container .quiz-item-content ._content-1 .img {
		width: 247px;
		top: 153px
	}

	.quiz-item-container .quiz-item-content .p {
		left: 38px;
		top: 38px
	}

	.quiz-item-container .quiz-item-content .p:before {
		display: none
	}

	.quiz-item-container .quiz-item-content .bg-img,
	.variant-content {
		height: 460px
	}

	.variant-content .content-wrap {
		padding: 25px 35px
	}

	.variant-content ._title {
		font-size: 24px
	}

	.variant-content ._subtitle {
		font-size: 18px
	}

	.variant-content ._subtitle br {
		display: none
	}

	.variant-content .gear {
		right: 62px;
		top: 310px
	}

	.variant-content .stamp {
		right: auto;
		left: 20px;
		width: 95px;
		bottom: 20px;
		top: auto;
		transform: none
	}

	.quiz-item-container .quiz-item-content.question-2 .image-cover {
		object-position: center right
	}

	.quiz-item-container .quiz-item-content.question-3 .variant-content ._title {
		font-size: 19px
	}

	.variant-content .delivery-list .delivery-item .delivery-text br,
	.variant-content .delivery-list .delivery-item .delivery-title br {
		display: none
	}

	.quiz-item-container .quiz-item-content.question-3 .variant-content ._title br {
		display: none
	}

	.variant-content .limit {
		display: none
	}

	.quiz-item-container .quiz-item-content.question-4 .variant-content ._title {
		font-size: 21px
	}

	.quiz-item-container .quiz-item-content.question-4 .variant-content ._title br {
		display: none
	}

	.variant-content .problems-list .problems-item-title {
		font-size: 17px
	}

	.variant-content .problems-list .problems-item-ul li {
		font-size: 15px;
		margin-bottom: 2px
	}

	.quiz-item-container .quiz-item-content ._content-4 .content-wrap {
		padding-top: 25px
	}

	.quiz-finish .right {
		width: 250px
	}

	.quiz-finish .right .calc {
		display: none
	}

	.quiz-finish .load {
		top: 150px
	}

	.quiz-finish .right ._title {
		font-size: 21px
	}

	.quiz-finish .right ._title br {
		display: none
	}

	.quiz-finish .right {
		margin-top: 83px
	}

	.quiz-finish .left .title {
		margin-top: 0
	}

	.manager-section .manager {
		width: 452px
	}

	.manager-section .wrap_float {
		padding-bottom: 225px
	}

	.manager-section .manager {
		right: 15px
	}

	.manager-section .title {
		margin-top: 0
	}

	.manager-section .manager {
		width: 478px;
		top: 68px
	}

	.manager-section .info {
		top: 342px;
		z-index: 1
	}

	.manager-section .wrap_float {
		padding-top: 80px
	}

	.diagnostics .wrap_float {
		padding: 60px 40px
	}

	.diagnostics .title {
		font-size: 34px
	}

	.document-section {
		padding-top: 90px
	}

	.document-section .left {
		max-width: 542px
	}

	.document-section .right {
		max-width: 380px
	}

	.document-section .right .docs {
		width: 670px
	}

	.document-section .zoom-link {
		right: 68px;
		top: 200px
	}

	.document-section .info {
		top: 585px;
		left: -160px
	}

	.manager-block .img {
		width: 330px
	}

	.manager-block .wrap_float {
		padding-left: 332px
	}

	.manager-block .wrap_float .title br {
		display: none
	}

	.manager-block .subtitle {
		font-size: 18px
	}

	.zero {
		width: 66px
	}

	.zero:before {
		width: 88px;
		height: 40px
	}

	.manager-block .title {
		font-size: 31px
	}

	.manager-block .wrap_float:after {
		width: 240px;
		height: 102px
	}

	.manager-block .btn-wrap:before {
		right: -113px;
		top: -7px
	}

	.manager-block .btn-wrap:after {
		right: -52px
	}

	.document-section {
		padding-bottom: 200px
	}

	.repair-steps .left {
		width: 280px
	}

	.repair-steps .right {
		width: 670px
	}

	.repair-steps .left .steps-tabs .tab .tab-title {
		font-size: 17px
	}

	.repair-steps .left .steps-tabs .tab {
		padding: 16px 22px
	}

	.repair-steps .left .steps-tabs .tab .tag {
		height: 26px;
		line-height: 26px
	}

	.repair-steps .center-block,
	.repair-steps .top-block {
		padding: 22px 24px
	}

	.repair-steps .top-block ._subtitle {
		font-size: 18px
	}

	.repair-steps .step-content.content-1 .top-block .img {
		width: 206px;
		bottom: 24px
	}

	.repair-steps .center-block ._title {
		font-size: 28px
	}

	.repair-steps .center-block ._subtitle {
		font-size: 21px
	}

	.repair-steps .reasons .item {
		max-width: 300px;
		font-size: 15px
	}

	.repair-steps .reasons .item br {
		display: none
	}

	.repair-steps .bottom-block {
		padding: 22px 24px;
		padding-left: 150px
	}

	.repair-steps .bottom-block:before {
		left: 23px;
		height: 120px;
		margin-top: -60px
	}

	.repair-steps .bottom-block ._title {
		font-size: 22px
	}

	.repair-steps .bottom-block ._subtitle {
		font-size: 19px
	}

	.repair-steps .buttons .next-step-btn {
		width: 332px
	}

	.repair-steps .section_content .parallax-before {
		display: none
	}

	.repair-steps {
		padding-bottom: 90px
	}

	.result-section .section_content .img {
		width: 366px
	}

	.result-section .results-list .item ._text {
		font-size: 15px
	}

	.result-section .results-list .item:nth-child(1) {
		top: 53px
	}

	.result-section .results-list .item:nth-child(1):after {
		width: 192px;
		right: -111px;
		top: -36px
	}

	.result-section .results-list .item:nth-child(2) {
		top: 254px;
		left: 44px
	}

	.result-section .results-list .item:nth-child(2):after {
		width: 170px;
		top: -34px;
		right: -114px
	}

	.result-section .results-list .item:nth-child(2) {
		top: 222px;
		left: 100px
	}

	.result-section .results-list .item:nth-child(3) {
		top: 16px;
		left: 694px
	}

	.result-section .info {
		top: 178px
	}

	.result-section .section_content {
		height: 582px
	}

	.result-section .wrap_float {
		height: 732px;
		padding-top: 64px
	}

	.portfolio {
		padding-top: 80px;
		padding-bottom: 60px
	}

	.portfolio .portfolio-tabs .tab {
		width: 420px
	}

	.portfolio .tabs-content {
		padding: 40px 25px
	}

	.portfolio .tabs-content .tab-content {
		width: 960px;
		padding: 20px
	}

	.repair-steps .image-block {
		margin-right: 0;
		width: 592px
	}

	.image-block .slide_wrapper {
		height: 320px
	}

	.repair-steps .image-block .after,
	.repair-steps .image-block .before {
		width: 592px
	}

	.portfolio .left {
		width: 400px
	}

	.image-block {
		height: 285px
	}

	.portfolio .case-data {
		padding-left: 74px
	}

	.portfolio .right {
		margin-right: 0
	}

	.portfolio .right {
		width: 480px
	}

	.portfolio .address {
		font-size: 15px
	}

	.portfolio .buttons {
		margin-top: 35px
	}

	.portfolio .buttons .btn {
		width: 298px
	}

	.portfolio .buttons .next-step-btn {
		width: 167px;
		height: 90px;
		margin-top: 0
	}

	.machine-section .title {
		font-size: 35px
	}

	.machine-section .info {
		width: 550px
	}

	.machine-section .info-wrap {
		height: 206px
	}

	.machine-section .info ._title {
		font-size: 21px
	}

	.machine-section .info ul li {
		font-size: 17px;
		margin-right: 20px
	}

	.machine-section .cost {
		margin-left: 215px
	}

	.service {
		padding-top: 72px
	}

	.service-bottom .left ._title br {
		display: none
	}

	.master .img {
		width: 440px
	}

	.master .info {
		z-index: 1;
		top: 386px
	}

	.master .wrap_float {
		padding-bottom: 224px
	}

	.master-form .section_content .title {
		font-size: 30px
	}

	.master-form .section_content .subtitle {
		font-size: 20px
	}

	.master-form .section_content {
		padding: 60px 45px
	}

	.master-form .section_content .ul li:nth-child(1) {
		width: 265px
	}

	.master-form .main-form {
		margin-top: 30px
	}

	.master-form .section_content .ul li:nth-child(1),
	.master-form .section_content .ul li:nth-child(2) {
		width: 32%;
		margin-right: 2%
	}

	.master-form .section_content .ul li:nth-child(3) {
		width: 32%
	}

	.guarantee .items .item ._title {
		font-size: 22px
	}

	.guarantee .items-wrap {
		padding: 45px 25px
	}

	.guarantee .img {
		width: 565px
	}

	.guarantee {
		padding-bottom: 85px
	}

	.div-tabs.card-tabs .tab:nth-child(1):before,
	.div-tabs.card-tabs .tab:nth-child(2):before,
	.div-tabs.card-tabs .tab:nth-child(3):before {
		width: 60px;
		left: 15px
	}

	.card-section .tab-content .left {
		width: 383px
	}

	.card-section .tab-content .right {
		width: 370px
	}

	.card-section .tab-content ._title {
		font-size: 26px
	}

	.card-section .tab-content .left {
		height: 450px
	}

	.consultation .wrap_float {
		padding: 85px 0
	}

	.cleaning {
		padding-top: 84px
	}

	.cleaning .subtitle {
		margin-bottom: 45px
	}

	.cleaning .items .item {
		width: 470px
	}

	.cleaning-bottom {
		padding: 57px 42px
	}

	.cleaning-bottom ._title {
		font-size: 28px
	}

	.cleaning-bottom:after {
		width: 250px;
		height: 180px
	}

	.cleaning-bottom .ul li {
		font-size: 18px
	}

	.team .left {
		width: 300px
	}

	.team .right {
		width: 660px
	}

	.team .team-item {
		padding-left: 33px;
		padding-right: 33px
	}

	.team .team-item .description ._title {
		font-size: 24px
	}

	.team .team-item .description .ul li {
		max-width: 100%;
		margin-bottom: 15px
	}

	.team .team-item .description .ul li:last-child {
		margin-bottom: 0
	}

	.team .team-item .description .ul li br {
		display: none
	}

	.team .team-item .btn-wrap .btn-info {
		left: -320px;
		top: 36px
	}

	.contacts .subtitle {
		margin-bottom: 38px
	}

	.contacts .right {
		margin-right: 0
	}

	.contacts .left {
		margin-left: 0;
		height: 640px;
		width: 502px
	}

	.contacts .map {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		height: 500px;
		width: 100%;
		margin-top: 20px
	}

	.contacts .section_content {
		display: block;
		padding-bottom: 0
	}

	.contacts .section_content {
		padding-top: 0
	}

	.contacts .subtitle span:before {
		height: 120px
	}

	.dev .dev-text {
		clear: both;
		margin-top: 10px
	}

	.maintenance-items .maintenance-item:nth-child(1) {
		width: 298px
	}

	.maintenance-items .maintenance-item:nth-child(1) .item-wrap {
		height: 229px
	}

	.maintenance-items .maintenance-item:nth-child(2) {
		width: 268px
	}

	.maintenance-items .maintenance-item:nth-child(2) .item-wrap {
		background-image: url(../img/maintenance-item-1.svg);
		height: 229px;
		width: 298px
	}

	.maintenance-items .maintenance-item:nth-child(3) {
		width: 300px
	}

	.maintenance-items .maintenance-item .item-wrap {
		padding-left: 24px
	}

	.maintenance-items .maintenance-item-title {
		font-size: 17px;
		margin-bottom: 8px
	}

	.styled-ul li {
		margin-bottom: 2px
	}

	.styled-ul li:before {
		top: 8px
	}

	.maintenance-items .maintenance-item:nth-child(3) .item-wrap {
		height: 230px
	}

	.maintenance-items .maintenance-item:nth-child(2):before {
		right: -10px
	}

	.maintenance-items .maintenance-item-text {
		font-size: 15px
	}

	.styled-ul li {
		font-size: 14px
	}

	.repair-steps .step-content ._subtitle {
		font-size: 24px
	}

	.repair-steps .step-content ._title {
		font-size: 30px
	}

	.repair-steps .step-content ._subtitle {
		font-size: 18px
	}

	.repair-steps .bottom-block ._title {
		font-size: 24px
	}

	.treatment-items .treatment-item {
		width: 275px
	}

	.repair-steps .step-content.content-2:before {
		width: 523px
	}

	.repair-steps .bottom-block {
		padding-left: 135px
	}

	.repair-steps .step-content.content-3 ._title {
		font-size: 27px
	}

	.quality-content .quality-right {
		display: none
	}

	.quality-content {
		height: auto
	}

	.repair-steps .step-content.content-4 .bottom-block {
		padding-left: 210px
	}

	.repair-steps .step-content.content-4 .bottom-block:before {
		width: 174px;
		left: 20px;
		margin-top: -94px
	}

	.repair-steps .image-block {
		height: 320px
	}

	.repair-steps .image-block .before,
	repair-steps .image-block .after {
		height: 320px
	}

	.image-block {
		width: 100%;
		height: auto
	}

	.image-block .slide_wrapper {
		width: 100% !important;
		position: relative;
		height: 260px;
		margin-bottom: 20px;
		border-radius: 10px;
		overflow: hidden
	}

	.image-block .before {
		width: 100% !important;
		height: 260px
	}

	.image-block .after {
		width: 100%;
		height: 260px;
		position: relative;
		border-radius: 10px;
		overflow: hidden
	}

	.image-block .images_cursor {
		display: none !important
	}

	.image-block .tag.tag-after {
		right: auto;
		left: 20px
	}

	.portfolio .text br {
		display: none
	}

	.portfolio .buttons .next-step-btn {
		width: 149px;
		padding-left: 14px;
		padding-right: 32px
	}

	.portfolio .buttons .next-step-btn:before {
		right: 9px
	}

	.service-bottom .img {
		width: 327px;
		top: 160px;
		margin-left: -156px
	}

	.guarantee .img {
		right: -134px
	}

	.guarantee .section_content:before {
		left: 480px
	}

	.card-section .tab-content.card-content-2 .left .img {
		left: 0;
		max-width: 100%
	}

	.card-section .tab-content.card-content-2 .left {
		width: 320px
	}

	.card-section .tab-content.card-content-2 .right {
		width: 430px
	}

	.card-section .tab-content.card-content-3 .left {
		width: 300px
	}

	.card-section .tab-content.card-content-3 .left .img {
		left: 0
	}

	.card-section .tab-content.card-content-3 .right {
		width: 460px
	}

	.card-section .tab-content.card-content-3 .left:before {
		display: none
	}

	.card-section .tab-content {
		height: 485px
	}

	.team .team-item .description {
		margin-bottom: 26px
	}

	.team .team-item .description .ul li {
		margin-top: 0
	}

	.team .team-item {
		padding-bottom: 35px
	}

	.bonuses .item {
		width: 143px;
		height: 148px;
		padding: 15px;
		font-size: 13px
	}

	.bonuses .item.item-3:before {
		width: 75px;
		height: 80px
	}

	.bonuses .item.item-2:before {
		width: 128px;
		height: 77px
	}

	.bonuses .item.item-1:before {
		width: 96px;
		height: 52px
	}

	.repair-steps .image-block {
		height: auto
	}

	.repair-steps .image-block .slide_wrapper {
		width: 49% !important;
		height: 202px;
		margin-bottom: 0
	}

	.repair-steps .image-block .after {
		width: 49%;
		margin-left: 2%;
		height: 202px
	}

	.portfolio .right {
		padding-right: 0;
		width: 490px
	}

	.modal.modal_reivews {
		width: 960px
	}

	.modal.modal_reivews .portfolio .tabs-content {
		padding-top: 0
	}

	.modal.modal_reivews .portfolio .tabs-content .tab-content {
		padding-top: 12px;
		padding-bottom: 0
	}

	.repair-steps .buttons .next-step-btn {
		margin-left: 18px
	}

	.success-section .img {
		right: 0
	}

	.success-section .subtitle {
		font-size: 20px
	}

	.success-section .subtitle {
		margin-bottom: 52px
	}

	.success-section .manager-info {
		right: 292px
	}

	.success-section .info {
		font-size: 21px
	}

	.consultation .book {
		top: -107px
	}
}

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

	.diagnostics .wrap,
	.wrap {
		max-width: 720px
	}

	.top-panel .wrap_float {
		display: block
	}

	.callback-btn {
		clear: both;
		margin-left: 0;
		margin-top: 8px
	}

	.tel-block {
		float: right
	}

	.top-panel .center {
		width: 300px
	}

	.top-panel .reviews-link ._title span {
		font-size: 12px
	}

	.top-panel .reviews-link {
		padding-left: 60px
	}

	.top-panel .right {
		float: right
	}

	.main-screen .main-title {
		font-size: 28px
	}

	.main-screen .main-title b {
		font-size: 36px
	}

	.main-form {
		background: #fff;
		border-radius: 10px;
		height: auto;
		width: 656px;
		padding: 50px 40px
	}

	.main-form:before {
		background: 0 0;
		border: 1px solid rgba(0, 0, 0, .1);
		border-radius: 12px;
		opacity: 1
	}

	.main-form .btn {
		clear: both;
		margin-left: 0
	}

	.main-form .input-wrap {
		max-width: 320px;
		margin-bottom: 10px
	}

	.main-form .agreement {
		margin-left: 13px;
		margin-top: 18px
	}

	.main-form .timer-container {
		right: 50px;
		bottom: 16px;
		top: auto;
		transform: none
	}

	.main-screen .main-title .time:before {
		height: 40px;
		right: -12px
	}

	.main-screen .main-title .time:after {
		width: 30px;
		height: 34px;
		left: 14px;
		margin-top: -17px
	}

	.main-screen .main-title .time {
		padding-left: 50px
	}

	.main-screen .main-right .img {
		height: 670px;
		top: 123px;
		right: -53px;
		left: auto;
		width: auto
	}

	.main-screen .main-title {
		margin-bottom: 280px
	}

	.main-screen .main-right {
		width: 100%;
		height: auto
	}

	.main-screen .main-right .circle {
		display: none
	}

	.main-screen .main-right .info {
		top: 264px;
		left: 83px
	}

	.top-panel .left {
		margin-right: 40px
	}

	.main-screen .wrap_float {
		padding-top: 170px
	}

	.triggers .item-wrap {
		padding-left: 16px
	}

	.triggers .item-wrap img {
		display: none
	}

	.triggers .item {
		width: 240px;
		margin-bottom: 0
	}

	.triggers .item-wrap {
		height: 120px
	}

	.main-screen .wrap_float {
		padding-bottom: 80px
	}

	.triggers .wrap_float {
		height: 108px
	}

	.tabs-info {
		display: none
	}

	.div-tabs .tab {
		line-height: 1.3;
		font-size: 14px;
		padding-left: 60px
	}

	.div-tabs.process-tabs .tab:nth-child(1):before {
		width: 40px
	}

	.div-tabs.process-tabs .tab:nth-child(1):before,
	.div-tabs.process-tabs .tab:nth-child(2):before,
	.div-tabs.process-tabs .tab:nth-child(3):before {
		left: 10px
	}

	.div-tabs.process-tabs .tab:nth-child(2):before {
		width: 42px
	}

	.div-tabs.process-tabs .tab:nth-child(3):before {
		width: 40px
	}

	.process .tabs-content .tab-content .title {
		font-size: 26px
	}

	.arrow {
		width: 60px;
		height: 60px
	}

	.process .tabs-content .tab-content {
		padding: 0
	}

	.process .arrow {
		display: none
	}

	.process .tabs-content .tab-content.tab-content-1 .left {
		margin-left: 0;
		width: 160px
	}

	.process .tabs-content .tab-content.tab-content-1 .right {
		width: 520px;
		padding-top: 0
	}

	.process .process-item ._title {
		font-size: 20px
	}

	.process .process-item {
		margin-top: 45px
	}

	.process .tabs-content .tab-content.tab-content-2 .left,
	.process .tabs-content .tab-content.tab-content-3 .left {
		width: 300px
	}

	.process .process-item .courier-info {
		top: 100%;
		bottom: auto;
		background: #f5eadb;
		border-radius: 12px;
		left: 0;
		width: 100%;
		height: auto
	}

	.process .process-item .courier-info .courier-ul li br {
		display: none
	}

	.process .tabs-content .tab-content {
		min-height: 600px
	}

	.process .process-item .message-block {
		padding-left: 0;
		padding-top: 100px;
		width: 334px;
		text-align: center
	}

	.process .process-item .message-block:before {
		left: 50%;
		transform: translateX(-50%)
	}

	.title {
		font-size: 31px
	}

	.quiz-section .info {
		font-size: 20px;
		right: 0;
		width: 210px;
		height: 154px
	}

	.quiz-section .title {
		margin-top: 0
	}

	.quiz-right {
		width: 100%;
		max-width: 100%
	}

	.quiz-right .quiz-item-container {
		display: none
	}

	.bonuses .items {
		display: flex;
		justify-content: center;
		text-align: left
	}

	.quiz-left {
		display: inline-block;
		float: none;
		max-width: 523px
	}

	.quiz-container .progress-bar {
		left: 50%;
		transform: translateX(-50%)
	}

	.questions-block .question-item ._title br {
		display: none
	}

	.quiz-container {
		text-align: center
	}

	.questions-block .question-item .variants .variant-radio-label {
		width: 256px;
		text-align: left
	}

	.questions-block .question-item .buttons {
		margin-top: 32px;
		max-width: 100%
	}

	.questions-block .question-item .fullwidth {
		display: flex;
		flex-direction: column;
		align-items: center
	}

	.quiz-finish {
		display: flex;
		flex-direction: column;
		align-items: center
	}

	.quiz-finish .left {
		order: 1
	}

	.quiz-finish .right {
		width: 100%;
		margin-left: 0
	}

	.quiz-finish .right .folder {
		height: 203px;
		width: auto;
		display: block;
		float: left
	}

	.quiz-finish .load {
		margin-left: -194px;
		top: 9px
	}

	.quiz-finish .right ._title {
		max-width: 350px;
		float: right;
		font-size: 24px
	}

	.quiz-finish .bonuses-final .item {
		text-align: left
	}

	.manager-section .items .item:first-child {
		margin-bottom: 25px
	}

	.manager-section .items .item:nth-child(2) {
		margin-bottom: 30px
	}

	.manager-section .manager {
		right: -146px
	}

	.manager-section .items .item {
		padding-left: 96px;
		min-height: inherit
	}

	.manager-section .items .item ._icon {
		width: 72px
	}

	.manager-section .items .item ._icon img {
		max-width: 100%
	}

	.manager-section .wrap_float {
		padding-bottom: 340px
	}

	.manager-section .manager-data {
		left: 250px;
		bottom: 196px
	}

	.manager-section .manager-data .position {
		color: #000
	}

	.diagnostics .title {
		font-size: 30px
	}

	.diagnostics .wrap_float {
		padding: 40px
	}

	.diagnostics ._title {
		margin-left: 0
	}

	.diagnostics .wrap_float {
		background-position: center left
	}

	.document-section .left {
		max-width: 100%
	}

	.document-section {
		padding-top: 70px
	}

	.document-section .wrap_float {
		position: relative
	}

	.document-section .right .docs {
		width: 574px;
		right: -282px
	}

	.document-section .items {
		padding-left: 0
	}

	.document-section .info {
		display: none
	}

	.document-section {
		padding-bottom: 70px
	}

	.manager-block .wrap_float {
		padding-left: 188px;
		padding-right: 8px;
		height: 540px;
		justify-content: flex-start;
		padding-top: 45px;
		overflow: hidden
	}

	.manager-block .subtitle {
		padding-left: 0
	}

	.manager-block .subtitle:before {
		display: none
	}

	.manager-block .btn-wrap {
		margin-top: 95px;
		margin-left: 62px
	}

	.manager-block .img {
		left: -62px;
		width: 306px
	}

	.document-section .right {
		position: static
	}

	.repair-steps {
		padding-top: 66px
	}

	.repair-steps .step-tabs {
		width: 100%
	}

	.repair-steps .left .steps-tabs .tab {
		width: 25%;
		padding: 16px 14px
	}

	.repair-steps .left .steps-tabs .tab .tab-title {
		font-size: 16px
	}

	.repair-steps .left .steps-tabs .tab.active:before {
		right: 0
	}

	.repair-steps .left {
		width: 100%
	}

	.repair-steps .right {
		width: 100%
	}

	.result-section .section_content .img {
		transform: none;
		left: auto;
		right: 60px
	}

	.result-section .results-list .item {
		position: relative;
		margin-bottom: 20px
	}

	.result-section .results-list .item:last-child {
		margin-bottom: 0
	}

	.result-section .results-list .item:after {
		display: none
	}

	.result-section .results-list .item:nth-child(1),
	.result-section .results-list .item:nth-child(2),
	.result-section .results-list .item:nth-child(3),
	.result-section .results-list .item:nth-child(4) {
		top: auto;
		left: auto;
		clear: both
	}

	.results-list {
		width: 47%;
		float: left
	}

	.result-section .wrap_float {
		height: 664px
	}

	.result-section .section_content {
		height: 478px
	}

	.title {
		font-size: 30px
	}

	.portfolio .portfolio-tabs .tab {
		width: 350px
	}

	.portfolio .left {
		width: 100%
	}

	.portfolio .tabs-content .tab-content {
		width: 720px
	}

	.image-block .slide_wrapper {
		width: 49% !important
	}

	.image-block .after {
		width: 49% !important;
		margin-left: 2%
	}

	.image-block,
	.image-block .after,
	.image-block .before,
	.image-block .slide_wrapper {
		height: 230px
	}

	.portfolio .case-data {
		padding-left: 50px
	}

	.portfolio .right {
		width: 100%;
		margin-top: 20px
	}

	.portfolio .tabs-content .tab-content {
		padding: 25px
	}

	.portfolio .buttons .next-step-btn {
		width: 190px
	}

	.portfolio .tabs-content {
		padding-top: 10px
	}

	.machine-section {
		background-size: cover
	}

	.machine-section .wrap_float {
		height: 543px;
		padding-top: 52px
	}

	.machine-section .title {
		max-width: 450px;
		font-size: 27px
	}

	.machine-section .subtitle {
		max-width: 400px;
		font-size: 21px
	}

	.machine-section .wrap_float:before {
		display: none
	}

	.machine-section .cost {
		margin-left: 50px;
		max-width: 390px
	}

	.machine-section .cost br {
		display: none
	}

	.service .section_content {
		padding: 74px 37px
	}

	.service .section_content {
		margin-top: 32px
	}

	.service-bottom .left {
		width: 100%
	}

	.service-bottom .img {
		left: auto;
		right: 0
	}

	.service-bottom {
		display: flex;
		flex-direction: column;
		align-items: center
	}

	.service-bottom .right {
		margin-top: 50px;
		width: 100%;
		border-radius: 12px;
		overflow: hidden;
		display: flex;
		justify-content: center
	}

	.form-block {
		background: #fff;
		box-shadow: none;
		filter: none;
		max-width: 440px;
		border-radius: 12px
	}

	.form-block:before {
		background: 0 0;
		border: 1px solid rgba(0, 0, 0, .1);
		opacity: 1;
		border-radius: 12px
	}

	.master .info {
		display: none
	}

	.master-form {
		margin-top: 0;
		padding-top: 30px
	}

	.master .wrap_float {
		padding-bottom: 40px;
		padding-top: 160px
	}

	.master .img {
		right: -64px
	}

	.master-form .section_content .title {
		font-size: 26px;
		text-align: left
	}

	.master-form .section_content {
		display: flex;
		flex-direction: column
	}

	.master-form .section_content .subtitle b {
		display: inline-block
	}

	.master-form .section_content .subtitle {
		text-align: left
	}

	.master-form .section_content .ul {
		display: flex;
		flex-direction: column
	}

	.master-form .section_content .ul li {
		margin-bottom: 30px
	}

	.master-form .section_content .ul li:nth-child(1),
	.master-form .section_content .ul li:nth-child(2),
	.master-form .section_content .ul li:nth-child(3) {
		width: 100%;
		margin-right: 0;
		padding-left: 80px
	}

	.master-form .section_content .ul li:nth-child(2):before {
		width: 50px
	}

	.master-form .section_content .ul li:nth-child(3):before {
		left: 15px
	}

	.guarantee .img {
		right: -357px
	}

	.guarantee .section_content:before {
		top: 380px
	}

	.div-tabs.card-tabs .tab:nth-child(1):before,
	.div-tabs.card-tabs .tab:nth-child(2):before,
	.div-tabs.card-tabs .tab:nth-child(3):before {
		width: 37px
	}

	.card-section .arrow {
		display: none
	}

	.card-section .tab-content {
		padding: 0;
		height: auto
	}

	.card-section .tab-content .left {
		width: 298px
	}

	.card-section .tab-content .right {
		width: 380px
	}

	.card-section .tab-content.card-content-2 .left {
		width: 250px
	}

	.card-section .tab-content.card-content-3 .left {
		width: 238px
	}

	.card-section .tab-content.card-content-3 .right {
		padding-top: 0
	}

	.card-section {
		padding-bottom: 80px
	}

	.consultation .main-form {
		width: 638px;
		height: auto
	}

	.main-form .input-wrap {
		max-width: 380px
	}

	.consultation .main-form:after {
		top: 123px;
		right: -42px
	}

	.consultation .wrap_float {
		padding-bottom: 300px
	}

	.consultation .book {
		width: 864px;
		top: auto;
		bottom: -65px;
		left: 86px
	}

	.consultation .main-form:before {
		background: 0 0;
		background-image: none
	}

	.cleaning .items .item {
		width: 355px
	}

	.cleaning .items .item:nth-child(even) {
		margin-right: 0
	}

	.cleaning-bottom .ul li {
		clear: both;
		margin-right: 0;
		margin-bottom: 14px
	}

	.cleaning-bottom .ul li:last-child {
		margin-bottom: 0
	}

	.cleaning-bottom:after {
		width: 278px;
		height: 196px
	}

	.team .wrap {
		width: 100%;
		max-width: 100%
	}

	.team .left {
		width: 100%;
		overflow: auto
	}

	.team .left .team-tabs {
		white-space: nowrap;
		width: auto;
		flex-wrap: nowrap;
		display: flex
	}

	.team .tab {
		width: 320px;
		white-space: normal
	}

	.team .right {
		width: 100%;
		display: flex;
		justify-content: center
	}

	.team .right .tabs-content {
		max-width: 720px
	}

	.team .team-item .btn-wrap .btn-info {
		display: none
	}

	.team .team-item {
		padding-bottom: 60px
	}

	.contacts .left {
		width: 280px;
		padding: 46px 27px
	}

	.contacts .contact-item .val {
		font-size: 19px
	}

	.footer .center {
		clear: both;
		position: absolute
	}

	.footer .link {
		top: 100px;
		white-space: nowrap;
		position: absolute;
		margin-right: 0
	}

	.dev {
		position: absolute;
		left: 300px
	}

	.footer {
		padding-top: 30px
	}

	.modal_left {
		display: none
	}

	.modal {
		width: 450px
	}

	.modal.modal_policy {
		width: 650px
	}

	.repair-steps .image-block .before,
	repair-steps .image-block .after {
		height: 230px
	}

	.repair-steps .image-block .before,
	repair-steps .image-block .after {
		height: 202px
	}

	.modal.modal_quiz {
		width: 720px
	}

	.modal.modal_reivews {
		width: 720px
	}

	.cleaning {
		padding-bottom: 90px
	}

	.success-section .img {
		right: -142px;
		top: 50px
	}

	.success-section .manager-info {
		right: 140px;
		top: 360px
	}

	.consultation .book {
		bottom: -52px
	}
}

@media screen and (max-width:760px) {
	.wrap {
		max-width: 92vw;
		width: 92vw
	}

	.top-panel .center {
		display: none
	}

	.main-screen .main-title {
		font-size: 25px
	}

	.main-screen .main-title b {
		font-size: 31px
	}

	.main-screen .main-right .img {
		height: 462px;
		top: 158px
	}

	.main-screen .main-right .info {
		left: 0;
		top: 250px
	}

	.main-screen .main-title .time:before {
		height: 36px
	}

	.main-form {
		width: 100%;
		padding: 32px 27px
	}

	.main-form .form {
		max-width: 255px
	}

	.main-form .btn {
		max-width: 255px;
		width: 255px;
		font-size: 12px
	}

	.main-form .agreement {
		margin-left: 0
	}

	.agreement label {
		font-size: 12px
	}

	.agreement label a {
		font-size: 12px
	}

	.main-form .timer-container {
		right: -10px
	}

	.main-form ._title {
		font-size: 24px
	}

	.main-form ._subtitle {
		font-size: 19px
	}

	.main-screen {
		padding-bottom: 35px
	}

	.triggers .item {
		width: 320px
	}

	.triggers .item-wrap {
		height: 153px
	}

	.triggers .item-wrap img {
		display: block
	}

	.triggers .item-wrap {
		padding-left: 100px
	}

	.triggers .wrap {
		width: 100%;
		max-width: 100%
	}

	.triggers .wrap_float {
		overflow: auto;
		padding-left: 4vw;
		height: auto;
		margin-top: -80px;
		padding-bottom: 40px
	}

	.triggers .items {
		width: auto;
		display: flex;
		flex-wrap: nowrap;
		transform: none
	}

	.triggers .item {
		margin-right: 15px
	}

	.triggers .item:last-child {
		margin-right: 4vw
	}

	.process .wrap {
		width: 100%;
		max-width: 100%
	}

	.process .title {
		padding: 0 4vw
	}

	.div-tabs {
		padding: 0;
		border: 0;
		white-space: nowrap;
		overflow: auto;
		padding-left: 4vw;
		padding-bottom: 20px
	}

	.div-tabs .tab {
		width: 300px;
		display: inline-block;
		float: none;
		white-space: normal;
		background: #eee
	}

	.div-tabs .tab:last-child {
		margin-right: 4vw
	}

	.div-tabs .tab span {
		height: 86px;
		display: flex;
		align-items: center
	}

	.div-tabs .tab.active {
		box-shadow: none
	}

	.process .tabs-content {
		padding: 0 4vw
	}

	.div-tabs {
		margin-top: 28px;
		margin-bottom: 22px;
		border-radius: 0
	}

	.process .tabs-content .tab-content .title {
		padding: 0
	}

	.process .tabs-content .tab-content .title br {
		display: none
	}

	.process .tabs-content .tab-content.tab-content-1 .left {
		height: 220px;
		width: 100%;
		display: flex
	}

	.process .tabs-content .tab-content.tab-content-1 .left img {
		height: 100%;
		width: auto
	}

	.process .tabs-content .tab-content.tab-content-1 .right {
		width: 100%
	}

	.process .tabs-content .tab-content.tab-content-2 {
		width: 100%
	}

	.process .tabs-content .tab-content.tab-content-2 .process-item {
		margin-top: 0
	}

	.process .tabs-content .tab-content.tab-content-3 .process-item {
		margin-top: 27px
	}

	.process .tabs-content .tab-content.tab-content-2 .left,
	.process .tabs-content .tab-content.tab-content-3 .left {
		width: 100%;
		height: auto
	}

	.process .process-item .courier-info {
		position: static
	}

	.process .tabs-content .tab-content.tab-content-2 .right,
	.process .tabs-content .tab-content.tab-content-3 .right {
		width: 100%;
		margin-top: 20px
	}

	.process .tabs-content .tab-content.tab-content-3 .right {
		padding-top: 0
	}

	.process .process-item .message-block {
		padding-top: 0;
		padding-left: 94px;
		text-align: left;
		width: 400px;
		margin-top: 30px
	}

	.process .process-item .message-block:before {
		left: 0;
		transform: none
	}

	.quiz-section .info {
		position: relative;
		top: auto;
		right: auto;
		margin-left: 4vw;
		margin-top: 54px
	}

	.title {
		font-size: 26px
	}

	.quiz-container {
		margin-top: 32px
	}

	.questions-block .question-item .variants .variant-radio-label {
		width: 49%;
		margin-right: 2%
	}

	.questions-block .question-item .variants .variant-radio-label:nth-of-type(even) {
		margin-right: 0
	}

	.questions-block .question-item ._title {
		font-size: 21px
	}

	.quiz-finish .right .folder {
		height: 147px
	}

	.quiz-finish .right ._title {
		max-width: 216px;
		font-size: 19px;
		margin-top: 36px
	}

	.quiz-finish .left {
		width: 100%;
		padding-top: 30px
	}

	.quiz-finish .left .title {
		font-size: 25px
	}

	.quiz-finish .bonuses-final .item:first-child {
		width: 100%;
		margin-right: 0;
		margin-bottom: 8px;
		padding-left: 110px
	}

	.quiz-finish .bonuses-final .item {
		width: 100%
	}

	.quiz-finish .finish-form {
		display: flex;
		align-items: center;
		flex-direction: column
	}

	.quiz-finish .finish-form .form-wrap {
		margin-bottom: 30px;
		margin-right: 0
	}

	.manager-section .manager {
		width: 280px;
		top: auto;
		bottom: 0;
		right: -80px
	}

	.diagnostics {
		margin-top: 0
	}

	.manager-section .info {
		bottom: 27px;
		top: auto;
		right: auto;
		left: 0
	}

	.manager-section .manager-data {
		right: 0;
		left: auto;
		bottom: 50px
	}

	.manager-section .manager-data .position {
		color: #fff
	}

	.manager-section .title {
		margin-bottom: 36px
	}

	.diagnostics .wrap {
		max-width: 100%;
		width: 100%
	}

	.diagnostics .wrap_float {
		padding-left: 4vw;
		padding-right: 4vw
	}

	.document-section .right .docs {
		position: static;
		height: 350px;
		width: auto;
		margin-top: 20px
	}

	.subtitle {
		font-size: 19px
	}

	.document-section .item .p {
		font-size: 17px
	}

	.manager-block .wrap_float {
		padding-left: 14px;
		padding-right: 14px;
		height: auto;
		padding-bottom: 298px;
		position: relative
	}

	.manager-block .title {
		font-size: 28px
	}

	.zero:before {
		bottom: -22px;
		display: none
	}

	.zero {
		color: #fff;
		font-family: 'Euclid Square';
		font-weight: 700
	}

	.manager-block .btn-wrap {
		align-self: flex-end;
		margin-left: 0;
		margin-top: 0;
		position: absolute;
		bottom: 80px;
		right: 40px;
		z-index: 2
	}

	.manager-block .subtitle {
		font-size: 22px
	}

	.manager-block .btn-wrap:before {
		display: none
	}

	.manager-block .btn-wrap:after {
		display: none
	}

	.manager-block .img {
		width: 217px
	}

	.repair-steps .left .steps-tabs .tab {
		width: 300px
	}

	.repair-steps .wrap {
		width: 100%;
		max-width: 100%
	}

	.repair-steps .left {
		overflow: auto;
		padding-left: 4vw;
		padding-bottom: 2px
	}

	.repair-steps .left .steps-tabs {
		width: auto;
		display: flex;
		flex-wrap: nowrap
	}

	.repair-steps .left .steps-tabs .tab {
		width: 250px;
		border-bottom: 0
	}

	.repair-steps .left .steps-tabs .tab:last-child {
		margin-right: 4vw
	}

	.repair-steps .title {
		margin-bottom: 38px
	}

	.repair-steps .right {
		padding: 0 4vw;
		margin-top: 15px
	}

	.repair-steps .step-content ._title {
		font-size: 24px
	}

	.repair-steps .step-content ._title br {
		display: none
	}

	.repair-steps .step-content.content-1 .top-block .img {
		display: none
	}

	.repair-steps .reasons .item {
		max-width: 320px;
		margin-bottom: 17px
	}

	.repair-steps .bottom-block ._title {
		font-size: 22px !important
	}

	.maintenance-items .maintenance-item {
		background: #fff
	}

	.maintenance-items .maintenance-item .item-wrap {
		background: #fff
	}

	.maintenance-items .maintenance-item .item-wrap:before {
		display: none
	}

	.maintenance-items .maintenance-item .item-wrap:after,
	.maintenance-items .maintenance-item .item-wrap:before {
		display: none
	}

	.maintenance-items .maintenance-item:before {
		display: none
	}

	.maintenance-items .maintenance-item:nth-child(1),
	.maintenance-items .maintenance-item:nth-child(2),
	.maintenance-items .maintenance-item:nth-child(3) {
		width: 100%
	}

	.maintenance-items .maintenance-item:nth-child(2) .item-wrap {
		width: 100%;
		height: auto;
		padding-top: 20px;
		padding-bottom: 10px
	}

	.maintenance-items .maintenance-item:nth-child(1) .item-wrap,
	.maintenance-items .maintenance-item:nth-child(3) .item-wrap {
		height: auto;
		width: 100%;
		padding-top: 20px;
		padding-bottom: 10px
	}

	.repair-steps .step-content.content-2 {
		padding-left: 30px;
		padding-right: 30px
	}

	.repair-steps .step-content.content-3 {
		padding-right: 25px;
		padding-left: 25px;
		padding-top: 34px
	}

	.repair-steps .step-content.content-3 ._title {
		font-size: 24px
	}

	.treatment-items .treatment-item {
		margin-bottom: 25px
	}

	.quality-main {
		padding: 28px
	}

	.triggers .item-wrap {
		box-shadow: 1px 9px 13px 0px rgb(0 0 0 / 31%);
		-webkit-filter: drop-shadow(0 20px 18px rgba(0, 0, 0, .04))
	}

	.process .process-item .right {
		display: flex;
		flex-direction: column;
		align-items: center
	}

	.process .tabs-content .tab-content.tab-content-2 .right ._title {
		margin-bottom: 13px
	}

	.process .tabs-content .tab-content.tab-content-2 .right {
		margin-top: 35px
	}

	.process .tabs-content .tab-content.tab-content-3 .right {
		align-items: flex-start
	}

	.manager-section .wrap_float {
		padding-top: 58px
	}

	.repair-steps .buttons {
		display: flex;
		flex-direction: column;
		align-items: center
	}

	.repair-steps .buttons .btn {
		margin-bottom: 20px
	}

	.treatment-items .treatment-item {
		width: 50%
	}

	.treatment-items .treatment-item:nth-child(2) {
		width: 50%
	}

	.maintenance-items .maintenance-item:nth-child(1) .item-wrap,
	.maintenance-items .maintenance-item:nth-child(2) .item-wrap,
	.maintenance-items .maintenance-item:nth-child(3) .item-wrap {
		padding-top: 22px;
		padding-bottom: 22px
	}

	.maintenance-items .maintenance-item {
		margin-bottom: 14px
	}

	.repair-steps {
		padding-bottom: 62px
	}

	.result-section .title br {
		display: none
	}

	.results-list {
		width: 100%
	}

	.result-section .results-list .item:nth-child(1),
	.result-section .results-list .item:nth-child(2),
	.result-section .results-list .item:nth-child(3) {
		width: 100%
	}

	.portfolio .title br,
	.result-section .results-list .item ._text br,
	.result-section .results-list .item ._title br {
		display: none
	}

	.portfolio .section_content {
		margin-top: 32px
	}

	.result-section .section_content .img {
		width: 222px
	}

	.result-section .wrap_float {
		height: auto
	}

	.result-section .section_content {
		height: auto;
		padding-bottom: 330px
	}

	.result-section .section_content .img {
		left: 0;
		right: auto;
		bottom: 0
	}

	.result-section .info {
		bottom: -48px;
		top: auto
	}

	.portfolio {
		padding-bottom: 0
	}

	.portfolio .wrap {
		max-width: 100%;
		width: 100%
	}

	.portfolio .subtitle,
	.portfolio .title {
		padding: 0 4vw
	}

	.portfolio .portfolio-tabs {
		padding: 0;
		border-radius: 0;
		border: 0;
		overflow: auto;
		padding-bottom: 20px
	}

	.portfolio .portfolio-tabs .slick-list {
		overflow: auto;
		padding-left: 4vw
	}

	.portfolio .portfolio-tabs .slick-track {
		width: auto !important;
		transform: none !important;
		display: flex !important;
		flex-wrap: nowrap !important
	}

	.portfolio .next-arrow {
		display: none !important
	}

	.portfolio .portfolio-tabs .tab {
		background: #eee
	}

	.portfolio .portfolio-tabs .tab.slick-current {
		box-shadow: none
	}

	.portfolio .portfolio-tabs {
		padding-bottom: 0
	}

	.portfolio .tabs-content {
		padding: 0
	}

	.portfolio .tabs-content .slick-list {
		padding: 0 !important
	}

	.portfolio .tabs-content .tab-content {
		width: 100%
	}

	.portfolio .tabs-content .tab-content {
		padding: 20px 4vw;
		padding-bottom: 45px
	}

	.portfolio .buttons .btn {
		width: 284px
	}

	.machine-section .title {
		font-size: 23px
	}

	.machine-section .info {
		width: 490px
	}

	.machine-section .info-wrap {
		height: 186px;
		padding-left: 20px;
		padding-right: 15px
	}

	.machine-section .subtitle {
		margin-bottom: 25px
	}

	.machine-section .info ._title {
		font-size: 20px
	}

	.machine-section .cost {
		margin-left: 0
	}

	.service .title {
		font-size: 25px
	}

	.service {
		padding-top: 54px
	}

	.service .section_content {
		background-position: center left
	}

	.service-bottom .img {
		display: none
	}

	.form-block ._title {
		font-size: 32px
	}

	.service-bottom {
		padding-bottom: 70px
	}

	.master .wrap_float {
		padding-top: 85px
	}

	.master .items .item {
		position: relative;
		left: auto;
		top: auto;
		right: auto;
		clear: both;
		margin-bottom: 16px;
		padding: 25px 18px
	}

	.master .items .item:nth-child(1),
	.master .items .item:nth-child(2),
	.master .items .item:nth-child(3),
	.master .items .item:nth-child(4) {
		background: #fff;
		background-image: none;
		border-radius: 12px;
		width: 330px;
		height: auto
	}

	.master .items {
		height: auto
	}

	.master .img {
		width: 313px;
		top: auto;
		bottom: 0
	}

	.master .title {
		margin-bottom: 30px
	}

	.master .title br {
		display: none
	}

	.master .wrap_float {
		padding-top: 63px
	}

	.master-form .section_content {
		padding: 46px 33px
	}

	.master-form .section_content .title {
		font-size: 24px
	}

	.master-form .section_content .subtitle {
		font-size: 19px
	}

	.master-form .wrap_float {
		padding-bottom: 80px
	}

	.guarantee .img,
	.guarantee .section_content:before {
		display: none
	}

	.subtitle br {
		display: none
	}

	.portfolio .portfolio-tabs .tab:last-child {
		margin-right: 4vw
	}

	.card-section .wrap {
		max-width: 100%;
		width: 100%
	}

	.div-tabs .tab {
		vertical-align: top
	}

	.card-section .tabs-content {
		padding-left: 4vw;
		padding-right: 4vw
	}

	.card-section .tab-content .left {
		width: 100%;
		height: 250px;
		margin-bottom: 30px
	}

	.card-section .tab-content .left .img {
		height: 100%;
		position: static
	}

	.card-section .tab-content .right {
		width: 100%
	}

	.card-section .tab-content.card-content-2 .right,
	.card-section .tab-content.card-content-3 .right {
		width: 100%
	}

	.div-tabs .tab {
		font-size: 16px
	}

	.consultation .subtitle {
		font-size: 23px
	}

	.consultation .main-form {
		width: 100%
	}

	.consultation .main-form .form {
		max-width: 290px
	}

	.consultation .main-form .btn {
		max-width: 100%;
		width: 100%
	}

	.consultation .card-cost {
		bottom: -185px;
		top: auto;
		right: 17px
	}

	.consultation .main-form:after {
		width: 170px;
		right: -3px
	}

	.consultation .book {
		width: 666px;
		left: -11px
	}

	.title br {
		display: none
	}

	.cleaning .wrap {
		width: 100%;
		max-width: 100%
	}

	.cleaning .subtitle,
	.cleaning .title {
		padding: 0 4vw
	}

	.cleaning .items {
		overflow: auto;
		padding-left: 4vw;
		white-space: nowrap
	}

	.cleaning .items .item {
		display: inline-block;
		float: none;
		white-space: normal;
		vertical-align: top
	}

	.cleaning .items .item:last-child {
		margin-right: 0
	}

	.cleaning .subtitle {
		margin-bottom: 34px
	}

	.cleaning-bottom {
		margin-top: 20px
	}

	.cleaning-bottom {
		padding: 47px 30px
	}

	.cleaning-bottom ._title {
		font-size: 24px
	}

	.cleaning-bottom .ul li {
		font-size: 16px
	}

	.team .title {
		padding: 0 4vw;
		margin-bottom: 30px
	}

	.team {
		padding-top: 40px
	}

	.cleaning .items .item:nth-child(even) {
		margin-right: 10px
	}

	.team .left {
		padding-left: 4vw
	}

	.team .tab:last-child {
		margin-right: 4vw
	}

	.team .right .tabs-content {
		padding-left: 4vw;
		padding-right: 4vw
	}

	.team .team-item {
		padding-left: 0;
		padding-right: 0;
		padding-top: 30px
	}

	.team .team-item .next-step-btn {
		position: relative;
		top: auto;
		right: auto
	}

	.team .team-item-info .photo {
		width: 200px;
		height: 200px
	}

	.team .team-item-info {
		padding-left: 230px;
		height: 200px
	}

	.team .team-item-info .name {
		font-size: 30px
	}

	.team .team-item-info .position {
		font-size: 16px
	}

	.team .team-item-info {
		margin-bottom: 30px
	}

	.team .team-item .description ._title {
		font-size: 22px
	}

	.team .team-item .description ._title br {
		display: none
	}

	.team .team-item .next-step-btn {
		width: 300px;
		height: 85px;
		font-size: 15px;
		left: 50%;
		transform: translateX(-50%)
	}

	.team .team-item .btn-wrap {
		margin-bottom: 20px
	}

	.team .tab {
		background: #eee
	}

	.team {
		padding-bottom: 45px
	}

	.contacts .section_content {
		display: flex;
		flex-direction: column
	}

	.contacts .map {
		order: -1
	}

	.contacts .left {
		width: 100%;
		margin-top: 17px;
		height: auto
	}

	.contacts .right {
		margin-top: 26px
	}

	.dev {
		left: 204px
	}

	.dev .dev-logo,
	.dev .dev-logo:after,
	.dev .dev-logo:before {
		width: 74px
	}

	.contacts .contact-item:last-child {
		margin-bottom: 0
	}

	.dev .dev-text {
		font-size: 12px;
		margin-top: 5px
	}

	.contacts .subtitle {
		margin-bottom: 25px
	}

	.contacts .subtitle span:before {
		display: none
	}

	.modal.modal_policy {
		width: 100%
	}

	.modal.modal_policy .modal_close {
		background-image: url(../img/close-black.svg);
		top: 15px;
		right: 15px
	}

	.modal.modal_policy .modal_wrap {
		padding: 30px
	}

	.modal .title {
		font-size: 26px;
		margin-bottom: 23px
	}

	.master .items {
		width: 100%
	}

	.modal.modal_quiz {
		width: 100%
	}

	.modal.modal_reivews {
		width: 92vw
	}

	.modal.modal_reivews {
		padding-top: 37px
	}

	.modal.modal_reivews .modal_close {
		background-image: url(../img/close-black.svg);
		right: 10px;
		top: 10px
	}

	.modal.modal_reivews .portfolio {
		border-top-left-radius: 0;
		border-top-right-radius: 0
	}

	.repair-steps .buttons .next-step-btn {
		margin-left: 0
	}

	.success-section {
		padding-top: 160px
	}

	.success-section .title {
		margin-top: 0;
		font-size: 38px;
		line-height: 1.1;
		margin-bottom: 17px
	}

	.success-section .title br {
		display: inline
	}

	.success-section .subtitle {
		margin-bottom: 32px
	}

	.success-section .subtitle br {
		display: inline
	}

	.success-section .tel a {
		font-size: 40px
	}

	.success-section {
		padding-bottom: 0
	}

	.success-section .wrap_float {
		padding-bottom: 364px
	}

	.success-section .img {
		height: 520px;
		width: auto;
		right: 0;
		top: auto;
		bottom: -100px
	}

	.success-section .manager-info {
		right: auto;
		left: 40px;
		top: auto;
		bottom: 40px
	}

	.success-section .manager-info .position {
		color: #000
	}

	.process .tabs-content .tab-content .title {
		text-align: left
	}

	.process .tabs-content .tab-content .subtitle {
		text-align: left
	}

	.process .tabs-content .tab-content .subtitle span {
		margin-left: 0
	}

	.repair-steps .title {
		text-align: left;
		padding: 0 4vw
	}

	.repair-steps .step-content.content-2 {
		padding-bottom: 235px
	}

	.portfolio .subtitle,
	.portfolio .title {
		text-align: left
	}

	.swiper {
		position: relative;
		margin-bottom: 34px
	}

	.swiper.scrolled:before {
		opacity: 0;
		transition: all .2s linear
	}

	.swiper:before {
		width: 30px;
		height: 30px;
		background: url(../img/swipe_black.webp) center center no-repeat;
		background-size: contain;
		position: absolute;
		content: '';
		bottom: -35px;
		left: 50%;
		opacity: .4;
		margin-left: -15px
	}

	.virus-block {
		width: 100%;
		margin-left: 0;
		left: 0;
		padding: 10px;
		line-height: 1.4;
		padding-left: 62px;
		font-size: 13px;
		padding-right: 40px;
		display: none;
	}

	.virus-block .close {
		right: 10px
	}

	.virus-block:before {
		width: 42px;
		height: 42px;
		left: 10px;
		top: 12px;
		margin-top: 0
	}

	.modal.modal_review {
		width: 100%;
		padding-top: 35px
	}
}

@media screen and (max-width:530px) {
	.top-panel .left {
		margin-right: 0
	}

	.top-panel {
		padding: 18px 0
	}

	.main-screen .main-title {
		font-size: 20px
	}

	.main-screen .main-title b {
		font-size: 25px
	}

	.main-screen .main-title .time:after {
		width: 22px;
		margin-top: -13px;
		left: 9px;
		height: 28px
	}

	.main-screen .main-title .time {
		padding-left: 38px
	}

	.main-screen .main-title .time:before {
		height: 31px
	}

	.main-screen .main-right .info:before {
		width: 152px;
		height: 146px
	}

	.main-screen .main-right .info {
		width: 140px;
		height: 148px;
		font-size: 16px;
		padding-top: 47px;
		top: 215px
	}

	.main-screen .main-right .info:before {
		margin-left: -75px;
		top: -53px
	}

	.main-screen .main-right .img {
		height: 393px
	}

	.main-form ._title {
		font-size: 21px
	}

	.main-form ._subtitle {
		font-size: 17px
	}

	.main-form .timer-container {
		position: relative;
		right: auto;
		bottom: auto;
		margin-top: 18px
	}

	.main-form .form {
		max-width: 350px
	}

	.main-form .btn {
		max-width: 350px;
		width: 100%
	}

	.timer-container {
		width: 310px;
		padding: 15px
	}

	.timer-container:before {
		display: none
	}

	.timer-container .p {
		width: 148px;
		text-align: left
	}

	.timer-container .time-items {
		display: block;
		float: left;
		clear: both
	}

	.timer-container:after {
		width: 142px
	}

	.title {
		font-size: 24px
	}

	.div-tabs .tab {
		font-size: 14px;
		width: 266px
	}

	.process .tabs-content .tab-content .title {
		font-size: 20px
	}

	.process .tabs-content .tab-content .subtitle {
		font-size: 18px
	}

	.process .tabs-content .tab-content .subtitle span {
		display: inline;
		margin-left: 0
	}

	.process .tabs-content .tab-content .subtitle span:before {
		display: none
	}

	.process .process-item {
		margin-top: 32px
	}

	.process .tabs-content .tab-content.tab-content-1 .left {
		height: 184px
	}

	.process .process-item ._subtitle,
	.process .process-item ._title,
	.process .process-item .ul {
		padding-left: 32px
	}

	.process .process-item ._title:before {
		width: 24px;
		top: 9px
	}

	.div-tabs {
		margin-bottom: 12px
	}

	.process .process-item .message-block {
		width: 100%;
		padding-left: 80px
	}

	.process .process-item .message-block:before {
		width: 65px
	}

	.process .process-item .process-list li {
		padding-left: 80px;
		font-size: 15px;
		min-height: 72px
	}

	.process .process-item .message-block .message_title {
		font-size: 19px
	}

	.process .process-item .message-block .message_text {
		font-size: 15px
	}

	.process .process-item .message-block:before {
		height: 86px
	}

	.process .process-item .process-list li.li-4 img,
	.process .process-item .process-list li.li-5 img {
		width: 52px
	}

	.quiz-section .title {
		padding: 0 4vw
	}

	.quiz-section .wrap {
		width: 100%;
		max-width: 100%
	}

	.quiz-container {
		border-radius: 0;
		padding-left: 4vw;
		padding-right: 4vw
	}

	.quiz-container .progress-bar {
		width: 92vw;
		margin-bottom: 0
	}

	.quiz-left {
		padding-top: 72px
	}

	.skip {
		margin-top: 25px
	}

	.questions-block .question-item .variants .variant-radio-label {
		font-size: 13px;
		padding-left: 65px
	}

	.questions-block .question-item .variants .variant-radio-label.fullwidth-label {
		width: 49%;
		margin-right: 2%
	}

	.questions-block .question-item .variants .variant-radio-label.fullwidth-label:nth-of-type(even) {
		margin-right: 0
	}

	.questions-block .question-item ._title {
		font-size: 20px
	}

	.questions-block .question-item .buttons {
		margin-top: 20px
	}

	.questions-block .question-item .fullwidth {
		display: block
	}

	.quiz-finish .right {
		margin-top: 68px
	}

	.quiz-finish .load {
		width: 96px;
		height: 96px;
		left: 18px;
		margin-left: 0;
		top: 28px
	}

	.quiz-finish .right ._title {
		max-width: 195px;
		font-size: 17px
	}

	.quiz-finish .left .title {
		padding: 0;
		font-size: 22px;
		text-align: center
	}

	.quiz-finish .bonuses-final .item {
		height: 88px;
		font-size: 15px
	}

	.manager-section .wrap_float {
		padding-top: 48px
	}

	.manager-section .items .item {
		padding-left: 64px
	}

	.manager-section .items .item ._title {
		font-size: 17px;
		margin-bottom: 2px
	}

	.manager-section .items .item ._text {
		font-size: 15px
	}

	.manager-section .items .item:first-child,
	.manager-section .items .item:nth-child(2) {
		margin-bottom: 20px
	}

	.manager-section .info {
		width: 226px;
		height: 230px;
		padding: 18px 14px 17px 15px
	}

	.manager-section .info ul li {
		line-height: 1.3
	}

	.manager-section .manager {
		width: 236px
	}

	.manager-section .manager-data .name {
		padding: 0 13px
	}

	.manager-section .manager-data {
		bottom: 30px
	}

	.diagnostics .title {
		font-size: 23px;
		margin-bottom: 15px
	}

	.subtitle {
		font-size: 18px
	}

	.manager-section .items .item ._icon {
		width: 54px
	}

	.diagnostics ._title {
		font-size: 22px
	}

	.diagnostics ._title {
		margin-top: 25px
	}

	.diagnostics .ul {
		padding-left: 0
	}

	.diagnostics .ul li {
		padding-left: 70px;
		margin-bottom: 15px;
		font-size: 15px
	}

	.diagnostics .ul li.li-2:before {
		width: 58px;
		left: 0
	}

	.diagnostics .ul li.li-3:before {
		width: 48px;
		left: 6px
	}

	.document-section {
		padding-top: 60px
	}

	.document-section .item .p {
		font-size: 16px
	}

	.document-section .item {
		min-height: 72px;
		padding-left: 90px
	}

	.document-section .item.item-1:before,
	.document-section .item.item-2:before,
	.document-section .item.item-3:before {
		width: 78px
	}

	.document-section {
		padding-bottom: 50px
	}

	.manager-block .title {
		font-size: 22px
	}

	.manager-block .subtitle {
		font-size: 18px
	}

	.manager-block .btn-wrap {
		bottom: 24px;
		width: 250px;
		right: 24px
	}

	.manager-block .btn-wrap .btn {
		width: 250px;
		font-size: 13px
	}

	.manager-block .wrap_float:after {
		display: block;
		bottom: 114px;
		right: -5px
	}

	.repair-steps {
		padding-top: 60px
	}

	.repair-steps .left .steps-tabs .tab .tab-title {
		font-size: 15px
	}

	.repair-steps .title {
		margin-bottom: 30px
	}

	.repair-steps .step-content ._title {
		font-size: 20px
	}

	.repair-steps .step-content ._subtitle {
		font-size: 16px
	}

	.repair-steps .step-content ._subtitle br {
		display: none
	}

	.repair-steps .bottom-block {
		padding-left: 98px
	}

	.repair-steps .bottom-block:before {
		left: 18px;
		width: 66px
	}

	.repair-steps .bottom-block ._title {
		font-size: 17px !important
	}

	.repair-steps .step-content.content-2 {
		padding-top: 34px;
		padding-bottom: 300px
	}

	.repair-steps .step-content.content-2:before {
		width: 390px;
		right: -56px
	}

	.repair-steps .step-content.content-3 ._title {
		font-size: 20px
	}

	.treatment-items .treatment-item,
	.treatment-items .treatment-item:nth-child(2) {
		width: 100%
	}

	.treatment-items {
		margin-bottom: 20px
	}

	.repair-steps .image-block {
		width: 100%
	}

	.repair-steps .image-block .after,
	.repair-steps .image-block .slide_wrapper {
		width: 100% !important;
		margin-left: 0
	}

	.repair-steps .image-block .after {
		margin-top: 15px
	}

	.repair-steps .step-content.content-4 ._title {
		margin-bottom: 15px
	}

	.quality-content {
		margin-top: 15px
	}

	.quality-items .quality-item {
		padding-left: 70px;
		margin-bottom: 30px
	}

	.quality-items .quality-item img {
		max-width: 56px
	}

	.repair-steps .step-content.content-4 .bottom-block:before {
		width: 64px
	}

	.repair-steps .step-content.content-4 .bottom-block {
		padding-left: 22px;
		padding-right: 8px
	}

	.repair-steps .step-content.content-4 .bottom-block:before {
		margin-top: 0;
		top: 20px;
		left: 15px;
		height: 110px
	}

	.repair-steps .step-content.content-4 .bottom-block ._title {
		padding-left: 64px
	}

	.result-section .wrap_float {
		padding-top: 50px
	}

	.result-section .title {
		margin-bottom: 32px
	}

	.result-section .section_content {
		display: flex;
		flex-direction: column;
		padding-bottom: 52px
	}

	.result-section .info {
		bottom: auto;
		margin-top: 24px
	}

	.result-section .info ol li {
		padding-left: 106px;
		font-size: 14px
	}

	.result-section .section_content .img {
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		order: 1;
		margin-top: 32px
	}

	.result-section .info {
		position: relative
	}

	.result-section .info {
		left: 50%;
		transform: translateX(-50%)
	}

	.portfolio {
		padding-top: 60px
	}

	.image-block .slide_wrapper {
		width: 100% !important
	}

	.image-block .after {
		width: 100% !important
	}

	.image-block .after,
	.image-block .before,
	.image-block .slide_wrapper {
		height: 55vw
	}

	.image-block {
		height: auto
	}

	.image-block .slide_wrapper {
		margin-bottom: 12px
	}

	.portfolio .case-data {
		margin-top: 25px
	}

	.portfolio .right ._title {
		font-size: 22px
	}

	.portfolio .right {
		margin-top: 30px
	}

	.portfolio .address {
		width: 100%;
		border: 1px solid rgba(0, 0, 0, .1);
		border-radius: 10px;
		height: auto;
		padding-top: 15px;
		padding-bottom: 15px
	}

	.portfolio .address:before {
		display: none
	}

	.portfolio .buttons .btn {
		width: 320px
	}

	.portfolio .buttons .next-step-btn {
		width: 320px
	}

	.portfolio .buttons .next-step-btn {
		font-size: 16px;
		margin-left: 0;
		padding-left: 22px;
		margin-top: 20px
	}

	.portfolio .buttons .next-step-btn:before {
		right: 30px
	}

	.portfolio .buttons {
		display: flex;
		flex-direction: column;
		align-items: center
	}

	.machine-section .info {
		width: 100%;
		background: #fff;
		border-radius: 12px
	}

	.machine-section .info:before {
		display: none
	}

	.machine-section .info ._title {
		font-size: 17px
	}

	.machine-section .info ul li {
		font-size: 14px;
		padding-left: 17px
	}

	.machine-section .info-wrap {
		background: 0 0;
		height: auto;
		padding-top: 20px
	}

	.machine-section .info ul li {
		margin-right: 11px
	}

	.machine-section .subtitle {
		font-size: 17px
	}

	.machine-section .cost {
		font-size: 17px;
		max-width: 360px
	}

	.machine-section .wrap_float {
		height: 505px
	}

	.machine-section .title {
		max-width: 300px
	}

	.service .section_content {
		padding: 50px 20px
	}

	.service .section_content ul li {
		font-size: 16px;
		margin-bottom: 36px
	}

	.service-bottom .left ._title {
		font-size: 22px
	}

	.service-bottom .left .items {
		width: 100%
	}

	.service-bottom .left .items .item-wrap {
		height: 134px;
		padding-left: 114px;
		font-size: 15px
	}

	.service-bottom .left .items .item.item-1 .item-wrap:before {
		width: 96px
	}

	.service-bottom .left .items .item-wrap:before {
		background-position: left bottom
	}

	.service-bottom .left .items .item.item-2 .item-wrap:before {
		width: 94px
	}

	.service-bottom .left .items .item.item-3 .item-wrap:before {
		width: 96px;
		left: 5px
	}

	.service-bottom .left .items .item {
		margin-bottom: 15px
	}

	.form-block {
		padding: 35px 30px;
		height: auto
	}

	.form-block ._title {
		font-size: 27px
	}

	.form-block ._subtitle {
		font-size: 17px
	}

	.label {
		font-size: 11px
	}

	.master .items .item ._title {
		font-size: 19px
	}

	.master .items .item ._text {
		font-size: 15px
	}

	.master .img {
		position: static;
		width: 200px;
		display: block;
		float: right
	}

	.master .info {
		display: block;
		top: auto;
		bottom: 40px;
		left: 0
	}

	.master .wrap_float {
		padding-bottom: 0
	}

	.master-form {
		padding-top: 0
	}

	.master-form .wrap {
		width: 100%;
		max-width: 100%
	}

	.master-form .section_content {
		border-radius: 0;
		padding-left: 4vw;
		padding-right: 4vw
	}

	.master-form .section_content:before {
		display: none
	}

	.master-form .section_content .title {
		font-size: 21px
	}

	.master-form .section_content .subtitle {
		font-size: 18px
	}

	.master-form .main-form {
		margin-top: 0;
		border-top-right-radius: 0;
		border-top-left-radius: 0
	}

	.master-form .main-form:before {
		border-top-right-radius: 0;
		border-top-left-radius: 0
	}

	.main-form .timer-container {
		left: 50%;
		transform: translateX(-50%)
	}

	.guarantee .items {
		width: 100%
	}

	.guarantee .items:before {
		display: none
	}

	.guarantee .items-wrap {
		background: #fff;
		filter: none;
		height: auto;
		border-radius: 12px;
		-webkit-box-shadow: 0 10px 43px 0 rgba(0, 0, 0, .09);
		-moz-box-shadow: 0 10px 43px 0 rgba(0, 0, 0, .09);
		box-shadow: 0 10px 43px 0 rgba(0, 0, 0, .09);
		padding: 38px 8px;
		padding-right: 20px
	}

	.guarantee .items .item:before {
		left: 6px
	}

	.guarantee .items .item ._title {
		font-size: 20px
	}

	.guarantee .items .item ._text {
		font-size: 15px
	}

	.guarantee .items .item ._text br {
		display: none
	}

	.guarantee .items .item {
		margin-bottom: 30px
	}

	.guarantee .items .item:last-child {
		margin-bottom: 0
	}

	.guarantee {
		padding-bottom: 60px
	}

	.card-section .subtitle,
	.card-section .title {
		padding: 0 4vw
	}

	.card-section .tab-content ._title {
		font-size: 21px;
		margin-bottom: 22px
	}

	.card-section .tab-content .ul-title {
		font-size: 19px
	}

	.card-section .tab-content .list li {
		font-size: 15px
	}

	.card-section .tab-content .list li br {
		display: none
	}

	.card-section {
		padding-bottom: 55px
	}

	.consultation .wrap_float {
		padding: 65px 0;
		padding-bottom: 300px
	}

	.consultation .subtitle {
		font-size: 20px
	}

	.consultation .subtitle {
		margin-bottom: 35px
	}

	.consultation .card-cost {
		bottom: -235px
	}

	.consultation .main-form:after {
		display: none
	}

	.consultation .main-form .form {
		max-width: 100%
	}

	.main-form ._subtitle br {
		display: none
	}

	.cleaning {
		padding-top: 61px
	}

	.cleaning .items .item {
		height: 400px;
		width: 312px
	}

	.cleaning .items .item ._title {
		font-size: 18px
	}

	.cleaning .items .item .img {
		height: 250px
	}

	.cleaning .items .item:last-child .img {
		height: 209px
	}

	.cleaning-bottom:after {
		width: 167px;
		height: 156px;
		background-position: right bottom;
		right: 18px
	}

	.cleaning-bottom {
		border-radius: 0;
		padding-left: 4vw;
		padding-right: 4vw
	}

	.cleaning-bottom:before {
		display: none
	}

	.team .team-item-info .photo {
		width: 140px;
		height: 140px
	}

	.team .team-item-info {
		height: 140px;
		padding-left: 166px
	}

	.team .team-item-info .name {
		font-size: 24px
	}

	.team .team-item-info .position {
		font-size: 15px
	}

	.team .team-item .description ._title {
		font-size: 20px
	}

	.team .team-item .description .ul {
		padding-left: 0;
		padding-right: 0
	}

	.team .team-item .description .ul li {
		padding-right: 0
	}

	.team .team-item .btn {
		width: 100%
	}

	.contacts .subtitle {
		margin-bottom: 14px
	}

	.contacts .map {
		height: 374px
	}

	.contacts .right {
		width: 100%;
		height: auto
	}

	.footer .link {
		font-size: 12px
	}

	.footer .wrap_float {
		position: relative;
		display: flex;
		flex-wrap: wrap
	}

	.footer .link {
		position: static;
		font-size: 15px
	}

	.footer .center {
		order: 1;
		width: 100%;
		clear: both;
		display: flex;
		flex-direction: column;
		align-items: center;
		position: static;
		margin-top: 20px
	}

	.dev {
		position: relative;
		left: auto;
		display: flex;
		margin-top: 20px
	}

	.dev .dev-text {
		margin-top: 0;
		font-size: 14px
	}

	.modal {
		width: 100%;
		max-width: 450px
	}

	.modal_right {
		width: 100%
	}

	.modal.modal_director .modal_right,
	.modal_right {
		padding: 35px 20px
	}

	.modal .title {
		margin-bottom: 17px
	}

	.modal .progress--line {
		width: 73vw;
		margin-left: 0;
		transform: translateX(-50%)
	}

	.modal_close {
		background-image: url(../img/close-black.svg);
		right: 15px;
		top: 15px
	}

	.service-bottom .left .items .item-wrap {
		background: #fff;
		filter: none;
		padding-bottom: 0;
		height: 118px;
		overflow: hidden;
		border-radius: 10px;
		-webkit-box-shadow: 0 10px 38px 0 rgba(0, 0, 0, .06);
		-moz-box-shadow: 0 10px 38px 0 rgba(0, 0, 0, .06);
		box-shadow: 0 10px 38px 0 rgba(0, 0, 0, .06)
	}

	.service-bottom .left .items .item.item-3 .item-wrap:before {
		left: 0
	}

	.service-bottom .left .items .item:before {
		transform: none
	}

	.service-bottom .left .items .item:before {
		bottom: -11px
	}

	.service-bottom .left .items .item-wrap {
		padding-left: 82px
	}

	.repair-steps .title {
		padding: 0 4vw
	}

	.footer .wrap_float {
		justify-content: space-between
	}

	.service-bottom .left .items .item-wrap {
		padding-left: 114px
	}

	.modal.modal_consultation .modal_right {
		padding-right: 20px
	}

	.cleaning {
		padding-bottom: 60px
	}

	.success-section .wrap_float {
		padding-bottom: 450px
	}

	.success-section .title {
		font-size: 30px
	}

	.success-section .subtitle {
		font-size: 17px
	}

	.success-section .subtitle br {
		display: none
	}

	.success-section .info {
		font-size: 19px
	}

	.success-section .tel a {
		font-size: 28px
	}

	.success-section .manager-info {
		bottom: 103px;
		left: auto;
		right: 176px
	}

	.success-section .manager-info .position {
		color: #fff
	}

	.success-section {
		padding-top: 120px
	}

	.quiz-section .info {
		font-size: 17px;
		width: 164px;
		height: 120px;
		padding: 15px 20px;
		padding-top: 28px;
		margin-top: 34px
	}

	.quiz-section .info:before {
		width: 52px;
		height: 52px;
		top: -30px;
		left: 53px
	}

	.bonuses .items {
		flex-direction: column
	}

	.bonuses .items .item {
		width: 100%;
		height: 100px;
		margin-bottom: 10px;
		display: flex;
		align-items: center;
		font-size: 15px
	}

	.bonuses .items .item span {
		display: inline-block;
		max-width: 270px
	}

	.bonuses .items .item br {
		display: none
	}

	.bonuses .items .item:last-child {
		margin-bottom: 0
	}

	.bonuses .item.item-1:before {
		left: auto;
		right: 0;
		background-image: url(../img/coins-inverse.webp);
		width: 113px;
		height: 60px
	}

	.webp-problem .bonuses .item.item-1:before {
		background-image: url(../img/coins-inverse.png)
	}

	.bonuses ._title {
		font-size: 19px
	}

	.document-section .right .docs {
		height: 228px;
		margin-top: 10px
	}

	.repair-steps .step-content.content-2 {
		padding-bottom: 30px
	}

	.maintenance-items {
		margin-top: 200px
	}

	.repair-steps .step-content.content-2:before {
		width: 274px
	}

	.repair-steps .step-content.content-2:before {
		top: 31px;
		right: auto;
		left: 40px
	}

	.repair-steps .step-content.content-2:before {
		height: 220px;
		top: 130px
	}
}

@media screen and (max-width:400px) {
	.top-panel .left {
		width: 140px
	}

	.top-panel .tel-block {
		margin-top: -6px;
		width: 100%;
	}

	.logo-text {
		font-size: 15px;
		width: 140px;
		font-weight: bold;
		color: #000;
	}

	.logo {
		width: 136px;
		height: 21px
	}

	.main-screen .main-title {
		max-width: 100%;
	}

	.main-screen .main-title br {
		display: none
	}

	.main-screen .main-title .time {
		margin-left: 0;
		margin-right: 16px
	}

	.main-screen .main-right .img {
		height: 340px
	}

	.main-screen .wrap_float {
		padding-top: 152px
	}

	.main-screen .main-title {
		margin-bottom: 250px
	}

	.main-form {
		padding: 27px 24px
	}

	.main-form ._title {
		font-size: 20px
	}

	.main-form ._subtitle {
		font-size: 16px
	}

	.input {
		padding: 0 20px
	}

	.timer-container {
		width: 290px
	}

	.timer-container:after {
		width: 128px
	}

	.triggers .item {
		box-shadow: 1px 9px 13px 0px rgb(0 0 0 / 31%);
		width: 308px
	}

	.triggers .item-wrap {
		height: 147px
	}

	.main-screen .main-title b {
		font-size: 23px
	}

	.process {
		padding-top: 16px
	}

	.title {
		font-size: 22px
	}

	.process .tabs-content .tab-content .subtitle {
		font-size: 17px
	}

	.process .process-item ._title {
		font-size: 18px
	}

	.process .process-item ._title br {
		display: none
	}

	.process .process-item ._subtitle {
		font-size: 16px
	}

	.process .process-item .ul li {
		margin-bottom: 5px
	}

	.next-step-btn {
		width: 100%;
		font-size: 14px
	}

	.process .process-item .message-block .message_text br {
		display: none
	}

	.questions-block .question-item .variants .variant-radio-label {
		width: 100%;
		font-size: 16px
	}

	.questions-block .question-item .variants .variant-radio-label.fullwidth-label {
		margin-right: 0;
		width: 100%
	}

	.quiz-finish .right .folder {
		height: 105px
	}

	.quiz-finish .load {
		left: 10px
	}

	.quiz-finish .finish-form {
		margin-top: 27px
	}

	.manager-section .items .item ._text br,
	.manager-section .items .item ._title br {
		display: none
	}

	.manager-section .manager {
		width: 213px
	}

	.manager-section .info {
		width: 210px;
		height: 225px
	}

	.manager-section .manager-data .name {
		font-size: 15px
	}

	.manager-section .manager-data .position {
		font-size: 12px
	}

	.repair-steps .bottom-block {
		padding-left: 31px
	}

	.repair-steps .bottom-block:before {
		display: none
	}

	.repair-steps .center-block,
	.repair-steps .step-content.content-3,
	.repair-steps .top-block {
		padding: 22px 15px
	}

	.repair-steps .step-content.content-2 {
		padding-top: 22px;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 186px
	}

	.repair-steps .step-content.content-2:before {
		width: 277px;
		bottom: -117px
	}

	.result-section .results-list .item ._title {
		font-size: 19px
	}

	.portfolio .portfolio-tabs .tab {
		width: 310px
	}

	.portfolio .portfolio-tabs .tab ._img {
		width: 72px;
		height: 72px
	}

	.portfolio .portfolio-tabs .tab {
		height: 82px;
		padding-left: 90px;
		font-size: 15px
	}

	.portfolio .case-data {
		padding-left: 34px
	}

	.portfolio .case-data ul:before {
		left: -32px
	}

	.portfolio .case-data ul li {
		margin-bottom: 2px;
		font-size: 15px
	}

	.portfolio .right ._title {
		font-size: 20px
	}

	.portfolio .buttons .next-step-btn {
		font-size: 15px
	}

	.machine-section .info ul li:last-child {
		margin-top: 11px;
		clear: both
	}

	.machine-section .wrap_float {
		height: auto;
		padding-bottom: 30px
	}

	.machine-section .cost {
		font-size: 16px;
		max-width: 265px
	}

	.service .title {
		font-size: 22px
	}

	.service .section_content ul li {
		padding-left: 80px;
		font-size: 15px
	}

	.service .section_content ul li:nth-child(1):before {
		width: 67px
	}

	.service .section_content ul li:nth-child(2):before {
		left: 10px
	}

	.service-bottom .left .items .item.item-1 .item-wrap:before {
		width: 71px
	}

	.service-bottom .left .items .item.item-2 .item-wrap:before {
		width: 68px
	}

	.service-bottom .left .items .item.item-3 .item-wrap:before {
		width: 76px
	}

	.form-block {
		padding: 35px 18px
	}

	.consultation .main-form {
		padding: 27px 18px
	}

	.cleaning-bottom ._title {
		font-size: 22px
	}

	.cleaning-bottom ._title br {
		display: none
	}

	.cleaning-bottom:after {
		width: 140px
	}

	.team .team-item-info {
		padding-left: 130px;
		height: 110px
	}

	.team .team-item-info .position {
		font-size: 14px
	}

	.team .team-item-info .photo {
		width: 110px;
		height: 110px
	}

	.team .team-item .btn {
		font-size: 13px
	}

	.team .team-item .description .ul li {
		font-size: 15px
	}

	.modal .title {
		font-size: 22px
	}

	.quality-main {
		padding: 22px 15px
	}

	.quality-items .quality-item br {
		display: none
	}

	.repair-steps .step-content.content-4 .bottom-block ._title {
		padding-left: 0
	}

	.modal.modal_policy .modal_wrap {
		padding: 30px 17px
	}

	.bonuses .items .item {
		font-size: 14px
	}
}

@media screen and (max-width:350px) {
	.tel-block .tel {
		font-size: 19px
	}

	.callback-btn {
		width: 138px
	}

	.main-screen .main-title {
		font-size: 18px
	}

	.main-screen .main-title b {
		font-size: 21px
	}

	.main-form {
		padding: 26px 16px
	}

	.timer-container {
		width: 258px
	}

	.timer-container:after {
		width: 102px
	}

	.triggers .item {
		width: 286px;
		margin-right: 6px
	}

	.triggers .item-wrap {
		height: 136px
	}

	.triggers .item .text {
		font-size: 13px
	}

	.triggers .item .text br {
		display: none
	}

	.next-step-btn {
		padding-left: 11px
	}

	.next-step-btn br {
		display: none
	}

	.process .process-item .ul li {
		font-size: 15px
	}

	.quiz-finish .right ._title {
		width: 166px;
		font-size: 14px;
		margin-top: 25px
	}

	.quiz-finish .left .title {
		font-size: 19px
	}

	.quiz-finish .bonuses-final .item {
		font-size: 13px
	}

	.btn {
		width: 100%
	}

	.manager-section .manager-data {
		bottom: 10px
	}

	.manager-section .manager-data .name {
		padding: 0 8px;
		margin-left: 9px
	}

	.document-section .item ._text,
	.document-section .item .p,
	.document-section .item ul li {
		font-size: 14px
	}

	.manager-block .subtitle {
		font-size: 15px
	}

	.manager-block .wrap_float:after {
		width: 178px
	}

	.title {
		font-size: 21px
	}

	.repair-steps .buttons .next-step-btn {
		width: 100%
	}

	.repair-steps .step-content.content-3 ._title {
		font-size: 19px
	}

	.treatment-items .treatment-item-title {
		font-size: 18px
	}

	.repair-steps .step-content.content-3 ._title {
		font-size: 18px
	}

	.result-section .info {
		width: 299px
	}

	.portfolio .portfolio-tabs .tab {
		width: 288px
	}

	.portfolio .buttons .btn {
		width: 100%
	}

	.portfolio .buttons .next-step-btn {
		width: 100%
	}

	.portfolio .buttons .next-step-btn {
		padding-right: 72px
	}

	.machine-section {
		background-position: center left
	}

	.service .section_content {
		padding: 50px 12px
	}

	.service-bottom .left .items .item-wrap {
		padding-right: 7px
	}

	.form-block .agreement label {
		text-align: left
	}

	.master .items .item:nth-child(1),
	.master .items .item:nth-child(2),
	.master .items .item:nth-child(3),
	.master .items .item:nth-child(4) {
		width: 100%
	}

	.master .items .item ._text br {
		display: none
	}

	.master .img {
		margin-left: 140px;
		float: left
	}

	.cleaning .items .item {
		width: 281px
	}

	.cleaning .btn-wrap .btn {
		width: 100%
	}

	.cleaning .btn-wrap {
		width: 92vw;
		margin-left: 4vw
	}

	.team .tab {
		width: 270px
	}

	.team .tab .position {
		font-size: 13px
	}

	.team .tab .name {
		font-size: 19px
	}

	.team .team-item-info .position br {
		display: none
	}

	.footer .left {
		margin-right: 0;
	}

	.success-section .title {
		font-size: 26px
	}

	.success-section {
		padding-top: 138px
	}

	.success-section .info {
		font-size: 17px;
		padding-left: 11px;
		right: 170px
	}

	.success-section .tel {
		padding-left: 11px
	}

	.success-section .img {
		right: -16px
	}

	.success-section .name {
		white-space: nowrap;
		padding: 0 14px
	}

	.bonuses .items .item span {
		max-width: 157px
	}

	.repair-steps .step-content.content-2:before {
		width: 214px;
		height: 156px;
		top: 178px
	}

	.card-section .tab-content.card-content-3 .ul-title br {
		display: none
	}
}

.webp-problem .manager-section {
	background-image: url(../img/manager-bg.png)
}

.webp-problem .main-screen {
	background-image: url(../img/main-bg.webp)
}

.webp-problem .consultation {
	background-image: url(../img/consultation-bg.jpg)
}

.webp-problem .service .section_content {
	background-image: url(../img/service-bg.png)
}

.webp-problem .diagnostics .wrap_float {
	background-image: url(../img/diagnostic-bg.png)
}

.webp-problem .repair-steps .parallax-before {
	background-image: url(../img/screwdriver.png)
}

.webp-problem .cleaning .items .item {
	background-image: url(../img/clean-bg.jpg)
}

.webp-problem .result-section {
	background-image: url(../img/result-bg.jpg)
}

.webp-problem .master {
	background-image: url(../img/master-bg.jpg)
}

.webp-problem .machine-section {
	background-image: url(../img/machine.jpg)
}

.webp-problem .main-screen .wrap_float:before {
	background-image: url(../img/table.png)
}

.webp-problem .quiz-item-container .quiz-item-content ._content-1:before {
	background-image: url(../img/table-2.png)
}

.webp-problem .main-screen .main-right .info:before {
	background-image: url(../img/medal.png)
}

.webp-problem .consultation .main-form:after {
	background-image: url(../img/cards.png)
}

.webp-problem .quiz-section .wrap_float .parallax-before {
	background-image: url(../img/metall.png)
}

.webp-problem .guarantee .section_content:after {
	background-image: url(../img/pen.png)
}

.webp-problem .machine-section .wrap_float:before {
	background-image: url(../img/free.png)
}

.safari-browser .form-block,
.safari-browser .guarantee .items-wrap,
.safari-browser .main-form,
.safari-browser .master .items .item,
.safari-browser .service-bottom .left .items .item-wrap,
.safari-browser .triggers .item-wrap {
	filter: none
}

.main .main-screen .main-right .img {
	width: 642px
}

.solis .logo {
	height: 50px;
	width: 115px;
}

.solis .main-screen .main-right .img {
	width: 498px;
	top: 80px;
	left: 100px
}

@media screen and (max-width:1400px) {
	.solis .main-screen .main-right .img {
		width: 420px;
		top: 80px;
		left: 60px
	}
}

@media screen and (max-width:1240px) {
	.solis .logo {
		height: 45px
	}

	.logo-text {
		width: auto
	}
}

@media screen and (max-width:1000px) {
	.solis .main-screen .main-right .img {
		height: auto;
		left: auto;
		top: 190px;
		right: -150px
	}

	.solis .main-screen .wrap_float:before {
		bottom: 200px
	}
}

.aeg .logo {
	height: 50px
}

.aeg .main-screen .main-right .img {
	width: 450px;
	top: 32px;
	left: 100px
}

@media screen and (max-width:1400px) {
	.aeg .main-screen .main-right .img {
		width: 350px;
		top: 80px;
		left: 60px
	}
}

@media screen and (max-width:1240px) {
	.aeg .logo {
		height: 45px
	}
}

@media screen and (max-width:1000px) {
	.aeg .main-screen .main-right .img {
		height: auto;
		left: auto;
		top: 190px;
		right: -10px
	}

	.aeg .main-screen .wrap_float:before {
		bottom: 200px
	}
}

.ariete .logo {
	height: 50px
}

.ariete .main-screen .main-right .img {
	width: 365px;
	top: 252px;
	left: 135px
}

@media screen and (max-width:1400px) {
	.ariete .main-screen .main-right .img {
		width: 350px;
		top: 185px;
		left: 60px
	}
}

@media screen and (max-width:1240px) {
	.ariete .logo {
		height: 45px
	}
}

@media screen and (max-width:1000px) {
	.ariete .main-screen .main-right .img {
		height: auto;
		left: auto;
		top: 190px;
		right: -100px
	}

	.ariete .main-screen .wrap_float:before {
		bottom: 316px
	}
}

.beko .logo {
	height: 50px;
	width: 100px;
}

.beko .main-screen .main-right .img {
	width: 400px;
	top: 32px;
	left: 100px
}

@media screen and (max-width:1400px) {
	.beko .main-screen .main-right .img {
		width: 315px;
		top: 80px;
		left: 60px
	}
}

@media screen and (max-width:1240px) {
	.beko .logo {
		height: 45px
	}
}

@media screen and (max-width:1000px) {
	.beko .main-screen .main-right .img {
		height: auto;
		left: auto;
		top: 190px;
		right: -10px
	}

	.beko .main-screen .wrap_float:before {
		bottom: 200px
	}
}

.breville .logo {
	height: 50px
}

.breville .main-screen .main-right .img {
	width: 498px;
	top: 160px;
	left: 100px
}

@media screen and (max-width:1400px) {
	.breville .main-screen .main-right .img {
		width: 420px;
		top: 145px;
		left: 60px
	}
}

@media screen and (max-width:1240px) {
	.breville .logo {
		height: 45px
	}
}

@media screen and (max-width:1000px) {
	.breville .main-screen .main-right .img {
		height: auto;
		left: auto;
		top: 190px;
		right: -150px
	}

	.breville .main-screen .wrap_float:before {
		bottom: 260px
	}
}

.electrolux .logo {
	height: 50px
}

.electrolux .main-screen .main-right .img {
	width: 460px;
	top: 32px;
	left: 100px
}

@media screen and (max-width:1400px) {
	.electrolux .main-screen .main-right .img {
		width: 360px;
		top: 80px;
		left: 60px
	}
}

@media screen and (max-width:1240px) {
	.electrolux .logo {
		height: 45px
	}
}

@media screen and (max-width:1000px) {
	.electrolux .main-screen .main-right .img {
		height: auto;
		left: auto;
		top: 190px;
		right: -180px
	}

	.electrolux .main-screen .wrap_float:before {
		bottom: 200px
	}
}

.elektra .logo {
	height: 60px
}

.elektra .main-screen .main-right .img {
	width: 350px;
	top: 32px;
	left: 100px
}

@media screen and (max-width:1400px) {
	.elektra .main-screen .main-right .img {
		width: 280px;
		top: 80px;
		left: 60px
	}
}

@media screen and (max-width:1240px) {
	.elektra .logo {
		height: 45px
	}
}

@media screen and (max-width:1000px) {
	.elektra .main-screen .main-right .img {
		height: auto;
		left: auto;
		top: 190px;
		right: -50px
	}

	.elektra .main-screen .wrap_float:before {
		bottom: 200px
	}
}

.expobar .logo {
	height: 60px
}

.expobar .main-screen .main-right .img {
	width: 470px;
	top: 205px;
	left: 100px
}

@media screen and (max-width:1400px) {
	.expobar .main-screen .main-right .img {
		width: 410px;
		top: 180px;
		left: 60px
	}
}

@media screen and (max-width:1240px) {
	.expobar .logo {
		height: 45px
	}
}

@media screen and (max-width:1000px) {
	.expobar .main-screen .main-right .img {
		height: auto;
		left: auto;
		top: 190px;
		right: -100px
	}

	.expobar .main-screen .wrap_float:before {
		bottom: 300px
	}
}

.gaggenau .logo {
	height: 50px
}

.gaggenau .main-screen .main-right .img {
	width: 470px;
	top: 250px;
	left: 100px
}

@media screen and (max-width:1400px) {
	.gaggenau .main-screen .main-right .img {
		width: 410px;
		top: 210px;
		left: 60px
	}
}

@media screen and (max-width:1240px) {
	.gaggenau .logo {
		height: 45px
	}
}

@media screen and (max-width:1000px) {
	.gaggenau .main-screen .main-right .img {
		height: auto;
		left: auto;
		top: 210px;
		right: -50px
	}

	.gaggenau .main-screen .wrap_float:before {
		bottom: 300px
	}
}

.kuppersbusch .logo {
	height: 50px
}

.kuppersbusch .main-screen .main-right .img {
	width: 470px;
	top: 250px;
	left: 100px
}

@media screen and (max-width:1400px) {
	.kuppersbusch .main-screen .main-right .img {
		width: 410px;
		top: 210px;
		left: 60px
	}
}

@media screen and (max-width:1240px) {
	.kuppersbusch .logo {
		height: 45px
	}
}

@media screen and (max-width:1000px) {
	.kuppersbusch .main-screen .main-right .img {
		height: auto;
		left: auto;
		top: 210px;
		right: -50px
	}

	.kuppersbusch .main-screen .wrap_float:before {
		bottom: 300px
	}
}

.neff .logo {
	height: 70px
}

.neff .main-screen .main-right .img {
	width: 470px;
	top: 250px;
	left: 100px
}

@media screen and (max-width:1400px) {
	.neff .main-screen .main-right .img {
		width: 410px;
		top: 210px;
		left: 60px
	}
}

@media screen and (max-width:1240px) {
	.neff .logo {
		height: 45px
	}
}

@media screen and (max-width:1000px) {
	.neff .main-screen .main-right .img {
		height: auto;
		left: auto;
		top: 210px;
		right: -50px
	}

	.neff .main-screen .wrap_float:before {
		bottom: 300px
	}
}

.panasonic .logo {
	height: 50px
}

.panasonic .main-screen .main-right .img {
	width: 400px;
	top: 45px;
	left: 100px
}

@media screen and (max-width:1400px) {
	.panasonic .main-screen .main-right .img {
		width: 310px;
		top: 80px;
		left: 60px
	}
}

@media screen and (max-width:1240px) {
	.panasonic .logo {
		height: 45px
	}
}

@media screen and (max-width:1000px) {
	.panasonic .main-screen .main-right .img {
		height: auto;
		left: auto;
		top: 210px;
		right: -50px
	}

	.panasonic .main-screen .wrap_float:before {
		bottom: 185px
	}
}

.smeg .logo {
	height: 50px
}

.smeg .main-screen .main-right .img {
	width: 300px;
	top: 95px;
	left: 170px
}

@media screen and (max-width:1400px) {
	.smeg .main-screen .main-right .img {
		width: 260px;
		top: 80px;
		left: 115px
	}
}

@media screen and (max-width:1240px) {
	.smeg .logo {
		height: 45px
	}
}

@media screen and (max-width:1000px) {
	.smeg .main-screen .main-right .img {
		height: auto;
		left: auto;
		top: 190px;
		right: -50px
	}

	.smeg .main-screen .wrap_float:before {
		bottom: 200px
	}
}

.gaggia .logo {
	height: 50px
}

.gaggia .main-screen .main-right .img {
	width: 480px;
	top: 95px;
	left: 60px
}

@media screen and (max-width:1400px) {
	.gaggia .main-screen .main-right .img {
		width: 420px;
		top: 80px;
		left: 70px
	}
}

@media screen and (max-width:1240px) {
	.gaggia .logo {
		height: 45px
	}
}

@media screen and (max-width:1000px) {
	.gaggia .main-screen .main-right .img {
		height: auto;
		left: auto;
		top: 190px;
		right: -100px
	}

	.gaggia .main-screen .wrap_float:before {
		bottom: 200px
	}
}

.kaffit .logo {
	height: 50px
}

.kaffit .main-screen .main-right .img {
	width: 400px;
	top: 95px;
	left: 110px
}

@media screen and (max-width:1400px) {
	.kaffit .main-screen .main-right .img {
		width: 350px;
		top: 80px;
		left: 70px
	}
}

@media screen and (max-width:1240px) {
	.kaffit .logo {
		height: 45px
	}
}

@media screen and (max-width:1000px) {
	.kaffit .main-screen .main-right .img {
		height: auto;
		left: auto;
		top: 190px;
		right: -100px
	}

	.kaffit .main-screen .wrap_float:before {
		bottom: 200px
	}
}

.krups .logo {
	height: 50px
}

.krups .main-screen .main-right .img {
	width: 370px;
	top: 95px;
	left: 110px
}

@media screen and (max-width:1400px) {
	.krups .main-screen .main-right .img {
		width: 320px;
		top: 80px;
		left: 70px
	}
}

@media screen and (max-width:1240px) {
	.krups .logo {
		height: 45px
	}
}

@media screen and (max-width:1000px) {
	.krups .main-screen .main-right .img {
		height: auto;
		left: auto;
		top: 190px;
		right: -100px
	}

	.krups .main-screen .wrap_float:before {
		bottom: 200px
	}
}

.lavazza .logo {
	height: 50px
}

.lavazza .main-screen .main-right .img {
	width: 470px;
	top: 295px;
	left: 50px
}

@media screen and (max-width:1400px) {
	.lavazza .main-screen .main-right .img {
		width: 410px;
		top: 245px;
		left: 60px
	}
}

@media screen and (max-width:1240px) {
	.lavazza .logo {
		height: 45px
	}
}

@media screen and (max-width:1000px) {
	.lavazza .main-screen .main-right .img {
		height: auto;
		left: auto;
		top: 210px;
		right: -50px
	}

	.lavazza .main-screen .wrap_float:before {
		bottom: 375px
	}
}

.lelit .logo {
	height: 50px
}

.lelit .main-screen .main-right .img {
	width: 485px;
	top: 95px;
	left: 110px
}

@media screen and (max-width:1400px) {
	.lelit .main-screen .main-right .img {
		width: 420px;
		top: 80px;
		left: 70px
	}
}

@media screen and (max-width:1240px) {
	.lelit .logo {
		height: 45px
	}
}

@media screen and (max-width:1000px) {
	.lelit .main-screen .main-right .img {
		height: auto;
		left: auto;
		top: 190px;
		right: -100px
	}

	.lelit .main-screen .wrap_float:before {
		bottom: 200px
	}
}

.merol .logo {
	height: 50px
}

.merol .main-screen .main-right .img {
	width: 550px;
	top: 95px;
	left: 15px
}

@media screen and (max-width:1400px) {
	.merol .main-screen .main-right .img {
		width: 480px;
		top: 80px;
		left: 30px
	}
}

@media screen and (max-width:1240px) {
	.merol .logo {
		height: 45px
	}
}

@media screen and (max-width:1000px) {
	.merol .main-screen .main-right .img {
		height: auto;
		left: auto;
		top: 190px;
		right: -100px
	}

	.merol .main-screen .wrap_float:before {
		bottom: 200px
	}
}

.oursson .logo {
	height: 50px
}

.oursson .main-screen .main-right .img {
	width: 495px;
	top: 95px;
	left: 75px
}

@media screen and (max-width:1400px) {
	.oursson .main-screen .main-right .img {
		width: 425px;
		top: 80px;
		left: 75px
	}
}

@media screen and (max-width:1240px) {
	.oursson .logo {
		height: 45px
	}
}

@media screen and (max-width:1000px) {
	.oursson .main-screen .main-right .img {
		height: auto;
		left: auto;
		top: 190px;
		right: -134px
	}

	.oursson .main-screen .wrap_float:before {
		bottom: 200px
	}
}

.philips-saeco .logo {
	height: 50px
}

.philips-saeco .main-screen .main-right .img {
	width: 495px;
	top: 75px;
	left: 75px
}

@media screen and (max-width:1400px) {
	.philips-saeco .main-screen .main-right .img {
		width: 425px;
		top: 80px;
		left: 75px
	}
}

@media screen and (max-width:1240px) {
	.philips-saeco .logo {
		height: 45px
	}
}

@media screen and (max-width:1000px) {
	.philips-saeco .main-screen .main-right .img {
		height: auto;
		left: auto;
		top: 190px;
		right: -134px
	}

	.philips-saeco .main-screen .wrap_float:before {
		bottom: 200px
	}
}

.rancilio .logo {
	height: 50px
}

.rancilio .main-screen .main-right .img {
	width: 440px;
	top: 95px;
	left: 75px
}

@media screen and (max-width:1400px) {
	.rancilio .main-screen .main-right .img {
		width: 385px;
		top: 80px;
		left: 75px
	}
}

@media screen and (max-width:1240px) {
	.rancilio .logo {
		height: 45px
	}
}

@media screen and (max-width:1000px) {
	.rancilio .main-screen .main-right .img {
		height: auto;
		left: auto;
		top: 190px;
		right: -134px
	}

	.rancilio .main-screen .wrap_float:before {
		bottom: 200px
	}
}

.spidem .logo {
	height: 50px
}

.spidem .main-screen .main-right .img {
	width: 440px;
	top: 150px;
	left: 75px
}

@media screen and (max-width:1400px) {
	.spidem .main-screen .main-right .img {
		width: 385px;
		top: 125px;
		left: 10px
	}
}

@media screen and (max-width:1240px) {
	.spidem .logo {
		height: 45px
	}
}

@media screen and (max-width:1000px) {
	.spidem .main-screen .main-right .img {
		height: auto;
		left: auto;
		top: 190px;
		right: -45px
	}

	.spidem .main-screen .wrap_float:before {
		bottom: 200px
	}
}

.jura .logo {
	background-image: url(../img/jura-logo.png);
	height: 80px;
	width: 165px;
}

.jura .main-screen .main-right .img {
	width: 580px;
	top: 10px
}

.saeco .logo {
	background-image: url(../img/multi/saeco-logo.png);
	height: 45px;
	width: 172px;
	margin-top: -9px
}

.saeco .main-screen .main-right .img {
	width: 514px;
	top: 10px
}

.delonghi .logo {
	background-image: url(../img/multi/delonghi-logo.png);
	height: 66px;
	width: 164px;
	margin-top: -3px
}

.delonghi .main-screen .main-right .img {
	width: 555px;
	top: 10px
}

.siemens .logo {
	background-image: url(../img/multi/siemens-logo.png);
	height: 45px;
	width: 174px;
	margin-top: -9px
}

.siemens .main-screen .main-right .img {
	width: 480px;
	top: 10px;
	left: 26px
}

.miele .logo {
	background-image: url(../img/multi/miele-logo.png);
	height: 45px;
	width: 174px;
	margin-top: -9px
}

.miele .main-screen .main-right .img {
	width: 530px;
	top: 10px
}

.nivona .logo {
	background-image: url(../img/multi/nivona-logo.png);
	height: 60px;
	width: 182px;
	margin-top: -7px
}

.nivona .main-screen .main-right .img {
	width: 610px;
	top: 10px;
	left: -60px
}

.melitta .logo {
	background-image: url(../img/multi/melitta-logo.png);
	height: 76px;
	width: 148px;
	margin-top: -16px
}

.melitta .main-screen .main-right .img {
	width: 580px;
	top: 10px;
	left: -34px
}

.bork .logo {
	background-image: url(../img/multi/bork-logo.png);
	height: 40px;
	width: 180px;
	margin-top: -7px
}

.bork .main-screen .main-right .img {
	width: 580px;
	top: 10px;
	left: -10px
}

.cimbali .logo {
	background-image: url(../img/multi/cimbali-logo.png);
	height: 40px;
	width: 180px;
	margin-top: -7px
}

.cimbali .main-screen .main-right .img {
	width: 480px;
	top: 10px;
	left: -10px
}

.cimbali .main-screen .main-title b {
	white-space: nowrap
}

.philips .logo {
	background-image: url(../img/multi/philips-logo.png);
	height: 40px;
	width: 180px;
	margin-top: -7px
}

.philips .main-screen .main-right .img {
	width: 480px;
	top: 10px;
	left: -10px
}

.philips .main-screen .main-title b {
	white-space: nowrap
}

.nuova .logo {
	background-image: url(../img/multi/nuova-logo.png);
	height: 40px;
	width: 156px;
	margin-top: 1px
}

.nuova .main-screen .main-right .img {
	width: 620px;
	top: 153px;
	left: -10px
}

.nuova .main-screen .main-title b {
	white-space: nowrap
}

.wmf .logo {
	background-image: url(../img/multi/wmf-logo.png);
	height: 54px;
	width: 62px;
	margin-top: 1px
}

.wmf .main-screen .main-right .img {
	width: 626px;
	top: 13px;
	left: -69px
}

.wmf .main-screen .main-title b {
	white-space: nowrap
}

.wmf .logo-text {
	width: 200px;
	margin-left: 8px;
	margin-top: 9px
}

.franke .logo {
	background-image: url(../img/multi/franke-logo.png);
	height: 60px;
	width: 180px;
	margin-top: 8px
}

.franke .main-screen .main-right .img {
	width: 470px;
	top: 13px;
	left: -27px
}

.franke .main-screen .main-title b {
	white-space: nowrap
}

.franke .logo-text {
	width: 225px;
	margin-left: 8px;
	margin-top: 9px
}

.berloni .main-screen .main-right .img {
	width: 540px;
	bottom: 0px;
	top: auto;
	margin-bottom: -80px;
}

.faema .logo {
	background-image: url(../img/multi/faema-logo.png);
	height: 55px;
	width: 220px;
}

.faema .main-screen .main-right .img {
	width: 470px;
	top: 13px;
	left: -27px
}

.faema .main-screen .main-title b {
	white-space: nowrap
}

.faema .logo-text {
	width: 225px;
	margin-left: 15px;
	margin-top: 9px
}

.bosch .logo {
	background-image: url(../img/multi/bosch-logo.png);
	height: 57px;
	width: 200px;
	margin-top: 2px
}

.bosch .logo-text {
	width: 224px;
	margin-top: 2px
}

@media screen and (min-width:530px) {
	.jura .logo-text {
		width: 195px
	}

	.bork .logo-text,
	.miele .logo-text,
	.philips .logo-text,
	.saeco .logo-text {
		width: 207px
	}

	.cimbali .logo-text,
	.delonghi .logo-text,
	.melitta .logo-text,
	.nivona .logo-text,
	.siemens .logo-text {
		width: 226px
	}
}

@media screen and (max-width:1400px) {
	.jura .main-screen .main-right .img {
		width: 480px;
		top: 65px;
		left: -80px
	}

	.jura .main-screen .main-left {
		z-index: 2
	}

	.saeco .main-screen .main-right .img {
		width: 417px;
		left: 43px;
		top: 52px
	}

	.delonghi .main-screen .main-right .img {
		width: 460px;
		top: 52px
	}

	.siemens .main-screen .main-right .img {
		width: 387px;
		top: 70px
	}

	.miele .main-screen .main-right .img {
		width: 440px;
		top: 50px
	}

	.nivona .main-screen .main-right .img {
		width: 504px;
		top: 55px;
		left: -17px
	}

	.melitta .main-screen .main-right .img {
		width: 475px;
		top: 60px;
		left: -13px
	}

	.bork .main-screen .main-right .img {
		width: 465px;
		top: 60px
	}

	.bork .logo {
		width: 134px
	}

	.cimbali .main-screen .main-right .img {
		width: 390px;
		top: 52px
	}

	.philips .main-screen .main-right .img {
		width: 410px;
		top: 58px;
		left: 0
	}

	.philips .logo {
		width: 140px
	}

	.wmf .main-screen .main-right .img {
		width: 528px;
		top: 60px
	}

	.franke .main-screen .main-right .img {
		width: 380px;
		top: 77px
	}

	.faema .main-screen .main-right .img {
		width: 400px;
		top: 60px
	}

	.main .main-screen .main-right .img {
		width: 486px;
		top: 72px
	}
}

@media screen and (max-width:1240px) {
	.jura .logo {
		height: 30px
	}

	.saeco .main-screen .main-right .img {
		left: -96px
	}

	.saeco .logo {
		margin-top: 0;
		width: 140px;
		height: 25px
	}

	.delonghi .logo {
		width: 110px;
		height: 34px
	}

	.delonghi .main-screen .main-right .img {
		left: -78px
	}

	.siemens .main-screen .main-right .img {
		left: -20px
	}

	.miele .main-screen .main-right .img {
		width: 402px;
		left: -73px
	}

	.nivona .main-screen .main-right .img {
		left: -73px
	}

	.nivona .logo {
		width: 125px;
		height: 27px
	}

	.melitta .logo {
		height: 45px
	}

	.melitta .main-screen .main-right .img {
		left: -88px
	}

	.bork .logo {
		height: 25px;
		margin-top: 0
	}

	.bork .main-screen .main-right .img {
		left: -75px
	}

	.cimbali .logo {
		width: 140px;
		height: 30px
	}

	.cimbali .main-screen .main-right .img {
		left: -60px
	}

	.philips .logo {
		width: 140px
	}

	.nuova .logo {
		width: 118px;
		height: 25px;
		margin-top: -8px
	}

	.nuova .main-screen .main-right .img {
		width: 507px
	}

	.wmf .logo-text {
		clear: none;
		width: 138px;
		margin-top: 1px
	}

	.wmf .main-screen .main-right .img {
		left: -160px
	}

	.franke .main-screen .main-right .img {
		left: -128px
	}

	.franke .logo {
		margin-top: 0
	}

	.franke .logo-text {
		margin-left: 0
	}

	.faema .logo-text {
		margin-left: 0
	}

	.faema .logo {
		margin-top: -11px
	}

	.bosch .logo-text {
		margin-top: 10px
	}

	.main .main-screen .main-right .img {
		left: -130px
	}
}

@media screen and (max-width:1000px) {
	.berloni .main-screen .main-right .img {
		width: 540px;
		bottom: auto;
		top: 0px;
		margin-bottom: auto;
		height: auto;
		margin-top: 200px;
	}

	.jura .main-screen .main-right .img {
		width: auto;
		left: auto;
		height: 622px;
		top: 185px
	}

	.saeco .main-screen .main-right .img {
		left: auto;
		width: auto;
		top: 180px
	}

	.delonghi .main-screen .main-right .img {
		left: auto;
		width: auto;
		top: 170px;
		right: -100px
	}

	.siemens .main-screen .main-right .img {
		left: auto;
		width: auto;
		height: 578px;
		top: 171px;
		right: -25px
	}

	.miele .main-screen .main-right .img {
		left: auto;
		width: auto;
		height: 588px;
		top: 180px
	}

	.miele .logo {
		width: 130px;
		height: 24px;
		margin-top: -5px
	}

	.nivona .main-screen .main-right .img {
		width: auto;
		left: auto;
		height: 550px;
		top: 180px
	}

	.nivona .logo {
		margin-top: 0
	}

	.melitta .main-screen .main-right .img {
		width: auto;
		left: auto;
		height: 545px;
		top: 177px
	}

	.melitta .logo {
		margin-top: 0
	}

	.bork .main-screen .main-right .img {
		left: auto;
		width: auto;
		height: 552px;
		top: 176px;
		right: -25px
	}

	.cimbali .main-screen .main-right .img {
		left: auto;
		width: auto;
		top: 175px;
		right: -56px
	}

	.philips .main-screen .main-right .img {
		width: auto;
		left: auto;
		height: 580px;
		top: 168px
	}

	.nuova .main-screen .main-right .img {
		width: auto;
		left: auto;
		height: 390px;
		top: 190px;
		right: -12px
	}

	.nuova .logo {
		margin-top: 0
	}

	.wmf .main-screen .main-right .img {
		left: auto;
		width: auto;
		height: 522px;
		top: 184px;
		right: -100px
	}

	.wmf .logo-text {
		margin-left: 0
	}

	.franke .logo-text {
		width: 170px
	}

	.franke .main-screen .main-right .img {
		left: auto;
		width: auto;
		top: 160px
	}

	.faema .logo {
		width: 130px;
		height: 27px
	}

	.faema .logo-text {
		width: 180px;
		font-size: 13px
	}

	.faema .main-screen .main-right .img {
		width: auto;
		left: auto;
		height: 525px;
		top: 158px;
		right: 0
	}

	.delonghi .logo-text,
	.melitta .logo-text,
	.nivona .logo-text,
	.siemens .logo-text {
		width: 197px
	}

	.cimbali .logo-text {
		width: 203px
	}

	.main .main-screen .main-right .img {
		width: auto;
		left: auto;
		top: 176px;
		right: -145px
	}
}

@media screen and (max-width:760px) {
	.berloni .main-screen .main-right .img {
		width: 330px;
		bottom: auto;
		top: 0px;
		margin-bottom: auto;
		height: auto;
		margin-top: 200px;
		margin-right: -64px;
	}

	.jura .main-screen .main-right .img {
		height: 500px
	}

	.main-screen .main-right .img {
		height: 566px
	}

	.delonghi .main-screen .main-right .img {
		right: 0;
		height: 505px;
		top: 200px;
		right: -50px
	}

	.siemens .main-screen .main-right .img {
		height: 456px;
		top: 196px
	}

	.siemens .logo {
		width: 128px;
		height: 24px;
		margin-top: 0
	}

	.miele .main-screen .main-right .img {
		height: 480px;
		top: 200px
	}

	.nivona .main-screen .main-right .img {
		height: 495px;
		top: 190px
	}

	.melitta .main-screen .main-right .img {
		height: 492px
	}

	.bork .main-screen .main-right .img {
		height: 420px;
		top: 206px
	}

	.main-screen .main-right .img {
		height: 450px;
		right: -11px
	}

	.cimbali .logo {
		margin-top: 0
	}

	.philips .main-screen .main-right .img {
		height: 478px;
		top: 185px;
		right: -38px
	}

	.philips .logo {
		height: 26px;
		margin-top: 4px
	}

	.nuova .main-screen .main-right .img {
		height: 283px
	}

	.faema .logo {
		margin-top: 0
	}

	.faema .logo-text {
		width: 225px
	}

	.faema .main-screen .main-right .img {
		height: 427px;
		top: 190px
	}

	.main .main-screen .main-right .img {
		right: -58px
	}
}

@media screen and (max-width:530px) {
	.jura .main-screen .main-right .img {
		height: 350px;
		right: -21px
	}

	.jura .logo {
		height: 60px
	}

	.main-screen .main-right .img {
		height: 476px
	}

	.saeco .logo {
		width: 145px;
		height: 30px
	}

	.delonghi .main-screen .main-right .img {
		height: 424px;
		top: 181px
	}

	.delonghi .logo {
		width: 140px;
		height: 46px
	}

	.siemens .logo {
		width: 140px;
		height: 24px
	}

	.miele .main-screen .main-right .img {
		height: 402px;
		top: 174px
	}

	.miele .logo {
		width: 140px;
		height: 28px;
	}

	.nivona .main-screen .main-right .img {
		height: 460px;
		right: -70px;
		top: 180px
	}

	.nivona .logo {
		width: 140px;
		height: 40px;
	}

	.melitta .main-screen .main-right .img {
		height: 416px
	}

	.bork .logo {
		width: 140px;
		height: 31px;
	}

	.bork .main-screen .main-right .img {
		height: 355px;
		top: 177px;
		right: -39px
	}

	.philips .main-screen .main-right .img {
		height: 413px;
		top: 170px
	}

	.philips .logo {
		width: 140px;
		height: 31px;
	}

	.nuova .main-screen .main-right .img {
		height: 262px
	}

	.wmf .logo {
		width: 140px;
		height: 50px;
	}

	.wmf .logo-text {
		margin-left: 11px;
		font-size: 13px;
		margin-top: 4px
	}

	.wmf .main-screen .main-right .img {
		height: 378px;
		right: -66px
	}

	.franke .main-screen .main-right .img {
		top: 178px;
		height: 390px
	}

	.franke .logo {
		width: 149px;
		height: 46px
	}

	.faema .logo-text {
		width: 155px
	}

	.faema .logo {
		width: 149px;
		height: 46px
	}

	.faema .main-screen .main-right .img {
		top: 174px;
		right: -42px
	}

	.bosch .logo {
		width: 149px;
		height: 46px
	}

	.bosch .logo-text {
		width: 180px
	}

	.delonghi .logo-text,
	.melitta .logo-text,
	.nivona .logo-text,
	.siemens .logo-text {
		width: 145px
	}

	.delonghi .logo {
		margin-top: 2px
	}

	.philips .logo {
		margin-top: 7px
	}

	.bork .logo,
	.franke .logo,
	.siemens .logo {
		margin-top: 6px
	}

	.bosch .logo,
	.miele .logo {
		margin-top: 2px
	}

	.saeco .logo {
		margin-top: 3px
	}

	.jura .logo {
		margin-top: -3px
	}

	.faema .logo {
		margin-top: -6px
	}

	.main .main-screen .main-right .img {
		height: 358px
	}

	.cimbali .logo-text {
		width: 150px
	}
}

@media screen and (max-width:400px) {
	.jura .main-screen .main-right .img {
		height: 280px;
		top: 160px
	}

	.delonghi .main-screen .main-title b,
	.main-screen .main-title b,
	.siemens .main-screen .main-title b {
		font-size: 21px
	}

	.siemens .main-screen .main-right .img {
		height: 382px;
		top: 174px
	}

	.nivona .main-screen .main-right .img {
		height: 402px;
		top: 168px
	}

	.nivona .logo {
		margin-top: -5px
	}

	.melitta .main-screen .main-right .img {
		height: 355px;
		right: -36px
	}

	.melitta .logo {
		height: 42px
	}

	.cimbali .logo {
		width: 116px;
		height: 24px
	}

	.nuova .main-screen .main-right .img {
		height: 210px
	}

	.wmf .logo-text {
		clear: both;
		margin-left: 0;
		font-size: 11px
	}

	.bork .logo,
	.franke .logo,
	.philips .logo,
	.saeco .logo,
	.siemens .logo {
		margin-top: 0
	}

	.bosch .logo,
	.miele .logo {
		margin-top: -5px
	}

	.delonghi .logo {
		margin-top: -1px
	}

	.jura .logo {
		margin-top: -9px
	}

	.faema .logo {
		margin-top: -13px
	}
}

@media screen and (max-width:350px) {
	.main-screen .main-right .img {
		height: 420px;
		top: 170px
	}

	.delonghi .main-screen .main-right .img {
		height: 334px;
		top: 165px
	}

	.cimbali .main-screen .main-title b,
	.delonghi .main-screen .main-title b,
	.mellita .main-screen .main-title b,
	.siemens .main-screen .main-title b {
		font-size: 19px
	}

	.melitta .main-screen .main-right .img {
		height: 294px;
		top: 163px
	}

	.franke .main-screen .main-right .img {
		top: 167px;
		height: 338px
	}

	.bosch .main-screen .main-title b {
		font-size: 20px
	}
}

.whatsapp-leo {
	position: fixed;
	display: grid;
	grid-column-gap: 15px;
	grid-auto-flow: column;
	grid-auto-columns: auto auto;
	bottom: 0px;
	right: 0px;
	background: #23282c;
	background-image: -moz-linear-gradient(90deg, #14181c 0, #2b3034 100%);
	background-image: -webkit-linear-gradient(90deg, #14181c 0, #2b3034 100%);
	background-image: -ms-linear-gradient(90deg, #14181c 0, #2b3034 100%);
	box-shadow: 0 20px 80px 0 rgba(35, 40, 44, .1);
	color: #fff;
	font-family: 'Euclid Square';
	font-weight: 600;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .4);
	padding: 7px 10px 5px;
	z-index: 99999999;
	align-items: center;
	width: 100%;
}

.whatsapp-leo div {
	position: relative;
}

.whatsapp-leo div:after {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position: absolute;
	content: '';
	background: #4CAF50;
	top: 0;
	right: 0;
	margin-right: -12px;
	animation: bounce 2s infinite ease-in-out;
}

@keyframes bounce {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.for-mobile-leo.whatsapp-leo {
	display: none;
}

@media(max-width: 640px) {
	.for-mobile-leo.whatsapp-leo {
		display: grid;
	}
}

.grecaptcha-badge,
.lb_footer {
	display: none ! important;
}





div#lb_widget-root,
#lb_button-wrapper,
.lb-widget-panel--position-right,
.lb-widget-panel__item,
.lb-widget-layout-chat,
.lb-widget-layout-chat div,
form#lb-chat-enter-form,
form#lb-chat-enter-form div,
.lb_mobile-wrapper .lb_widget-close {
	width: auto;
	float: none;
}

form#lb-chat-enter-form {
	width: 100%;
}

form#lb-chat-enter-form>div {
	width: 100%;
	padding: 0px 15px;
	box-sizing: border-box;
}

.lb-widget-layout-footer__bottom-box {
	display: none;
}

div.lb-chat-messages-data__item--avatar {
	width: 30px ! important;
}

div.lb-avatar__wrapper-image {
	width: 60px ! important;
}

@media (max-width: 640px) {
	div.lb-avatar__wrapper-image {
		width: 30px ! important;
	}
}

.lb-status__indicator {
	width: 11px ! important;
}

.lb-widget-close {
	width: 27px ! important;

}

.lb-chat-messages-item--operator .lb-chat-messages-data {
	float: left;
}





.no-index .progress-text-big {
	font-size: 20px ! important;
}

.no-index .quiz-left {
	padding-top: 128px;
}

.no-index .quiz-finish .left {
	padding-top: 95px;
}

.no-index .quiz-section .info {
	z-index: 999;
	right: -10px;
	top: -10px;
	width: 160px;
	height: 119px;
	padding: 20px 20px;
	font-size: 18px;
}

.no-index .quiz-section .info:before {
	left: -20px;
	top: -15px;
	width: 45px;
	height: 45px;
}

.no-index .top-panel {
	position: relative;
	padding: 15px 0px;
}

.no-index .quiz-section {
	padding-top: 0px;
	padding-bottom: 50px;
}

.no-index .quiz-container {
	margin-top: 30px;
}

@media screen and (max-width: 530px) {
	.no-index .quiz-container {
		margin-top: 0px;
	}
}

.no-index .quiz-section .wrap_float .parallax-before {
	display: none;
}

.no-index .quiz-container:after {
	display: none;
}

@media (min-width: 1241px) and (max-width: 1400px) {
	.no-index .bonuses .item {
		height: 140px;
	}

	.no-index .bonuses .item span {
		background: #1b1f23;
		color: #fff;
	}

	.no-index .bonuses ._title {
		margin-bottom: 5px;
	}

	.no-index .bonuses {
		margin-top: -40px;
		background: #1b1f23;
		padding-top: 10px;
		position: relative;
		z-index: 99999;
	}

	.no-index .variant-content .limit {
		bottom: 60px;
	}

	.no-index .quiz-item-container .quiz-item-content ._content-4 .content-wrap {
		padding-top: 15px;
	}

	.no-index .questions-block .question-item .buttons {
		margin-top: 40px;
	}

	.no-index .quiz-finish .bonuses-final .item {
		height: 80px;
	}

	.no-index .timer-container {
		padding: 25px 20px 70px;
	}

	.no-index .timer-container:after {
		z-index: 0;
	}

	.no-index .timer-container .time-items {
		position: relative;
		z-index: 9;
	}

	.no-index .quiz-container {
		height: 700px;
		background-image: url(../img/quiz-bg2.svg) center center no-repeat;
		background-color: #24292d;
		background-size: 100%;
		border-radius: 20px;
	}

	.no-index .quiz-container:before {
		display: none;
	}
}

@media (max-width: 760px) {
	.no-index .quiz-section .info {
		background: #fbe9ca;
		border-radius: 6px;
		width: 100%;
		text-align: center;
		right: 0px;
		left: 0px;
		margin: 0 auto;
		height: auto;
	}

	.no-index .quiz-section .info span br {
		display: none;
	}

	.no-index .quiz-container .progress-bar {
		position: relative;
		top: 0px;
	}

	.no-index .quiz-left {
		padding-top: 10px;
	}



}







.top-panel .tel-block .tel,
.footer .tel-block .tel {}

.top-panel .tel-block .tel,
.footer .tel-block .tel {
	/*transition: all 0.5s;
  -webkit-animation: tada 4s ease-in-out 0.5s infinite;
  -o-animation: tada 4s ease-in-out 0.5s infinite;
  animation: tada 4s ease-in-out 0.5s infinite;*/
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
		transform: scale3d(.9, .9, .9) rotate(-3deg)
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
		transform: scale3d(.9, .9, .9) rotate(-3deg)
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}



@media (max-width: 600px) {
	.main-screen .wrap_float {
		padding-top: 125px;
	}

	.callback-btn {
		margin-top: 0px;
	}
}

@media (max-width: 450px) {

	.footer .left,
	.footer .right {
		width: 100%;
		display: block;
		text-align: center;
		margin-right: 0px;
	}

	.footer .left>div {
		float: none;
		margin: 15px auto;
	}

	.footer .tel-block,
	.footer .tel-block>div {
		float: none;
		display: inline-block;
	}

	.footer .tel-block>div {
		margin: 0 auto;
	}

	.footer .tel-block>div:nth-child(1) {
		display: block;
	}

	.footer .callback-btn {
		width: 100%;
	}

	.callback-btn {
		margin-left: auto;
		float: right;
	}

	.top-panel .callback-btn:before,
	.top-panel .callback-btn .btn-span:before,
	.top-panel .callback-btn .btn-span:after {
		display: none;
	}

	.top-panel .callback-btn {
		color: #0078ce;
		width: auto;
		height: auto;
		font-weight: 400;
		font-size: 15px;
		letter-spacing: 0;
		text-align: right;
		text-transform: none;
		text-decoration: underline;
	}

	.top-panel .callback-btn .btn-span {
		position: relative;
		text-align: right;
		display: inline-block;
		text-decoration: underline;
	}
}



.tel-off .tel-on-c {
	display: none !important;
}

.tel-on .tel-off-c {
	display: none !important;
}

.tel-off .tel-off-c {
	display: block;
	cursor: pointer;
	font-size: 20px;
}


.form-group.field-callbackformkoferem-captcha {
	display: flex;
	align-items: center;
	width: auto;

	padding-left: 15px;
}

.vreminka {
	display: flex;
	align-items: center;
	margin-top: 15px;
	max-width: 585px;
}

input#callbackformkoferem-captcha {
	border: 1px solid #ebebeb;
	border-radius: 12px;
	background-color: #fafbfb;
	box-shadow: inset 0 3px 7px 0 rgb(25 23 23 / 5%);
	height: 50px;
	display: block;
	padding: 0 12px;
	width: 130px;
	font-size: 16px;
	font-family: 'Euclid Square';
	font-weight: 400;
	margin-right: 15px;
}

.has-error input#callbackformkoferem-captcha {
	border: 1px solid #ad0000;
}

@media (max-width: 1000px) {
	.vreminka div:nth-child(1) {
		margin-bottom: 15px;
	}

	.vreminka div:nth-child(1) br,
	.main-form .agreement br {
		display: none;
	}

	.vreminka {
		display: block;
	}

	.main-form .agreement {
		width: 100%;
	}
}