@font-face {
	font-family: 'Rubik';
	src: url("../fonts/Rubik-Regular.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: swap; }

@font-face {
	font-family: 'Rubik';
	src: url("../fonts/Rubik-ExtraBold.woff2") format("woff2");
	font-weight: 800;
	font-style: normal;
	font-display: swap; }

@font-face {
	font-family: 'Rubik';
	src: url("../fonts/Rubik-Medium.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap; }

@font-face {
	font-family: 'Rubik';
	src: url("../fonts/Rubik-Bold.woff2") format("woff2");
	font-weight: bold;
	font-style: normal;
	font-display: swap; }

@font-face {
	font-family: 'Rubik';
	src: url("../fonts/Rubik-SemiBold.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap; }

* {
	-webkit-box-sizing: border-box;
					box-sizing: border-box; }

body {
	background-color: #010101;
	font-family: 'Rubik', sans-serif;
	font-weight: normal;
	color: #010101;
	-webkit-font-feature-settings: 'pnum' on, 'lnum' on;
					font-feature-settings: 'pnum' on, 'lnum' on;
	min-width: 320px;
	overflow-x: hidden;
	position: relative;
	margin: 0; }

a {
	display: inline-block;
	text-decoration: none;
	color: #fff; }
	a:hover, a:focus, a:active {
		text-decoration: none;
		outline: none; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	line-height: normal; }

ul {
	margin: 0;
	padding: 0; }

input,
button,
textarea,
select {
	-webkit-appearance: none;
		 -moz-appearance: none;
					appearance: none;
	outline: none; }

img {
	max-width: 100%;
	height: auto;
	vertical-align: top; }

.c-container {
	width: 1180px;
	margin: auto;
	position: relative; }

.s-title {
	font-size: 48px;
	font-weight: 800;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	margin-bottom: 30px; }



/* политика */
.policy-checkbox {
  margin: 10px 0;
  font-size: 14px;
  line-height: 1.4;
}

/* Обнуляем возможные странные стили для чекбоксов */
.policy-checkbox input[type="checkbox"] {
  all: unset; /* Сбрасываем все стили */
  appearance: checkbox; /* Возвращаем системный вид */
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  cursor: pointer;
  vertical-align: middle;
}
/* Оформление текста */
.policy-checkbox label {
  font-size: 14px;
  cursor: pointer;
  user-select: none;
}
.callback-popup-text{
	color: black;
}
.callback-popup-text-w{
	color: white;
}

#cookie-notice {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #f8f8f8;
    padding: 10px;
    box-shadow: 0 -2px 5px rgba(0,0,0,0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    z-index: 99;
}
#cookie-notice a {
    color: blue;
    text-decoration: underline;
}
#cookie-buttons {
    display: flex;
    gap: 10px;
}
button {
    padding: 8px 15px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}
.accept {
    background-color: #4CAF50;
    color: white;
}
.decline {
    background-color: #ccc;
    color: #333;
}



/* Header */
.header {
	padding: 20px 0;
	position: relative;
	z-index: 101; }
	.header-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;
		-webkit-box-pack: justify;
				-ms-flex-pack: justify;
						justify-content: space-between; }
	.header-mnu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		list-style: none; }
		.header-mnu li {
			margin-right: 30px; }
			.header-mnu li:last-child {
				margin-right: 0; }
		.header-mnu a {
			-webkit-transition: .5s;
			-o-transition: .5s;
			transition: .5s; }
			.header-mnu a:hover {
				color: #DBFF20; }
			.header-mnu a span {
				font-weight: 500; }
	.header-contacts {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;
		-webkit-transform: translateX(25px);
				-ms-transform: translateX(25px);
						transform: translateX(25px); }
		.header-contacts-title {
			color: #fff;
			margin-right: 15px; }
	.header-social li {
		display: inline-block;
		margin-right: 15px; }
		.header-social li:last-child {
			margin-right: 0; }
		.header-social li.header-social-hide {
			display: none; }
	.header-social a {
		-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s; }
		.header-social a:hover {
			opacity: 0.7; }
	.header-callback {
		background-color: #FF0025;
		border-radius: 50px;
		padding: 11px 23px;
		font-weight: 500;
		-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s; }
		.header-callback:hover {
			background-color: #DBFF20;
			color: #000; }

.mnu {
	margin-bottom: 35px; }
	.mnu li {
		display: block;
		margin-bottom: 25px; }
		.mnu li:last-child {
			margin-bottom: 0; }
	.mnu a {
		font-size: 24px; }
		.mnu a span {
			font-weight: 500; }
	.mnu-btn {
		width: 20px;
		height: 12px;
		background: url("../img/mnu-btn.svg") no-repeat center;
		margin-left: 50px;
		display: none; }
		.mnu-btn.active {
			background: url("../img/mnu-close.svg") no-repeat center; }
	.mnu-wrapper {
		background-color: #222;
		text-align: center;
		padding: 100px 20px 30px;
		position: fixed;
		top: 0;
		left: -100%;
		width: 100%;
		z-index: 100;
		-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s; }
		.mnu-wrapper.active {
			left: 0; }
		.mnu-wrapper .header-callback {
			padding: 16px 100px; }

.body-dark {
	background-color: #222;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: -1;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s; }
	.body-dark.active {
		opacity: .6;
		z-index: 99; }

/* Main section */
.main {
	padding: 60px 0; }
	.main-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
				-ms-flex-align: start;
						align-items: flex-start;
		-webkit-box-pack: justify;
				-ms-flex-pack: justify;
						justify-content: space-between; }
	.main-info {
		width: 575px; }
	.main-title {
		font-size: 90px;
		font-weight: 800;
		text-transform: uppercase;
		color: #fff;
		line-height: 1.05;
		margin-bottom: 35px; }
		.main-title span {
			display: block;
			color: #DBFF20; }
	.main-btns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex; }
	.main-btn {
	    font-size: 20px;
		background-color: #DBFF20;
		border-radius: 50px;
		padding: 15px 60px;
		font-weight: 500;
		color: #010101;
		-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s; }
		.main-btn:hover {
			background-color: #FF0025;
			color: #fff; }
	.main-calc {
		margin-left: 20px;
		background-color: #0E7CEB;
		border-radius: 50px;
		padding: 15px 40px;
		font-weight: 500;
		-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s; }
		.main-calc:hover {
			background-color: #3996f3; }
	.main-img-wrapper {
		width: 560px;
		position: relative; }
	.main-desc {
		font-size: 16px;
		font-weight: 800;
		text-transform: uppercase;
		color: #fff;
		line-height: 1.1;
		text-align: right;
		position: absolute;
		top: 0;
		right: 0; }
		.main-desc span {
			color: #DBFF20;
			font-size: 20px; }

/* Request section */
.request {
	padding: 80px 0; }
	.request-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
				-ms-flex-align: start;
						align-items: flex-start;
		-webkit-box-pack: justify;
				-ms-flex-pack: justify;
						justify-content: space-between;
		padding: 70px 100px;
		background: url("../img/form-bg.png") no-repeat top;
		background-size: cover;
		border-radius: 40px; }
	.request-info {
		width: 480px; }
	.request-title {
		font-size: 48px;
		font-weight: 800;
		text-transform: uppercase;
		margin-bottom: 20px; }
	.request-desc {
		font-size: 18px;
		line-height: 1.2;
		color: #222;
		padding-right: 60px; }
	.request-form {
		width: 400px;
		position: relative; }
		.request-form-input {
			width: 100%;
			height: 50px;
			background-color: #fff;
			border: none;
			padding: 0 20px;
			border-radius: 10px;
			font: 16px 'Rubik', sans-serif;
			color: #010101;
			margin-bottom: 20px; }
			.request-form-input-title {
				font-size: 18px;
				margin-bottom: 15px; }
		.request-form ::-webkit-input-placeholder {
			color: rgba(1, 1, 1, 0.5); }
		.request-form-btn {
			margin-top: 5px;
			width: 100%;
			background-color: #0E7CEB;
			border-radius: 50px;
			border: none;
			padding: 15px;
			font: 500 16px 'Rubik', sans-serif;
			text-align: center;
			color: #fff;
			cursor: pointer;
			-webkit-transition: .5s;
			-o-transition: .5s;
			transition: .5s; }
			.request-form-btn:hover {
				background-color: #3996f3; }
			.request-form-btn-text-mob {
				display: none; }
		.request-form-options {
			background-color: #fff;
			border-radius: 50px;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
					-ms-flex-pack: justify;
							justify-content: space-between;
			margin-bottom: 25px; }
			.request-form-options-item-input {
				display: none; }
			.request-form-options-item-custom {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
						-ms-flex-align: center;
								align-items: center;
				-webkit-box-pack: center;
						-ms-flex-pack: center;
								justify-content: center;
				padding: 10px 20px;
				border-radius: 50px;
				cursor: pointer;
				-webkit-transition: .5s;
				-o-transition: .5s;
				transition: .5s; }
				.request-form-options-item-custom span {
					width: 14px;
					height: 14px;
					margin-right: 7px;
					-ms-flex-negative: 0;
							flex-shrink: 0;
					-webkit-transition: .5s;
					-o-transition: .5s;
					transition: .5s; }
			.request-form-options-item-1 .request-form-options-item-custom span {
				background: url("../img/phone-form.svg") no-repeat center; }
			.request-form-options-item-2 .request-form-options-item-custom span {
				background: url("../img/whatsapp-form.svg") no-repeat center; }
			.request-form-options-item-3 .request-form-options-item-custom span {
				background: url("../img/telegram-form.svg") no-repeat center; }
		.request-form-success {
			background: url("../img/popup-form-bg.png") no-repeat top;
			background-size: cover;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
					-ms-flex-align: center;
							align-items: center;
			-webkit-box-pack: center;
					-ms-flex-pack: center;
							justify-content: center;
			text-align: center;
			z-index: -1;
			opacity: 0;
			-webkit-transition: .5s;
			-o-transition: .5s;
			transition: .5s; }
			.request-form-success-title {
				font-size: 30px;
				font-weight: 800;
				text-transform: uppercase; }

.request-form-options-item-1 .request-form-options-item-input:checked + .request-form-options-item-custom span {
	background: url("../img/phone-form-w.svg") no-repeat center; }

.request-form-options-item-2 .request-form-options-item-input:checked + .request-form-options-item-custom span {
	background: url("../img/whatsapp-form-w.svg") no-repeat center; }

.request-form-options-item-3 .request-form-options-item-input:checked + .request-form-options-item-custom span {
	background: url("../img/telegram-form-w.svg") no-repeat center; }

.request-form-options-item-input:checked + .request-form-options-item-custom {
	background-color: #0E7CEB;
	color: #fff; }

/* Services section */
.services {
	padding: 50px 0; }
	.services-title {
		margin-bottom: 40px; }
	.services-tabs-nav {
		background-color: #222;
		border-radius: 50px;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-pack: center;
				-ms-flex-pack: center;
						justify-content: center;
		margin-bottom: 40px; }
		.services-tabs-nav-item {
			padding: 15px 40px;
			border-radius: 50px;
			color: #fff;
			margin-right: 10px;
			cursor: pointer;
			-webkit-transition: .5s;
			-o-transition: .5s;
			transition: .5s; }
			.services-tabs-nav-item:hover {
				color: #DBFF20; }
			.services-tabs-nav-item.active {
				background-color: #DBFF20;
				color: #010101; }
			.services-tabs-nav-item:last-of-type {
				margin-right: 0; }
		.services-tabs-nav-wrapper {
			text-align: center; }
	.services-tabs-content {
		background-color: #222;
		border-radius: 40px;
		padding: 50px 40px 40px;
		display: none; }
		.services-tabs-content.active {
			display: block; }
	.services-info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
				-ms-flex-pack: justify;
						justify-content: space-between;
		margin-bottom: 40px; }
		.services-info-item {
			width: 33%;
			text-align: center; }
			.services-info-item-img {
				height: 170px;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: center;
						-ms-flex-pack: center;
								justify-content: center;
				-webkit-box-align: end;
						-ms-flex-align: end;
								align-items: flex-end;
				margin-bottom: 20px; }
			.services-info-item-text {
				line-height: 1.4;
				color: #fff; }
	.services-item {
		background-color: rgba(1, 1, 1, 0.5);
		padding: 25px 30px 25px 35px; }
		.services-item:first-of-type {
			border-radius: 10px 10px 0 0; }
		.services-item:nth-of-type(even) {
			background-color: rgba(1, 1, 1, 0.2); }
		.services-item:last-of-type {
			border-radius: 0 0 10px 10px; }
		.services-item-title {
			font-size: 20px;
			color: #fff;
			font-weight: normal;
			margin-bottom: 20px; }
			.services-item-title span {
				font-weight: 500;
				color: #DBFF20;
				text-transform: uppercase; }
		.services-item-wrapper {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: start;
					-ms-flex-align: start;
							align-items: flex-start;
			-webkit-box-pack: justify;
					-ms-flex-pack: justify;
							justify-content: space-between; }
		.services-item-list li {
			display: block;
			padding-left: 25px;
			color: #ddd;
			position: relative;
			margin-bottom: 10px; }
			.services-item-list li:before {
				content: '';
				width: 6px;
				height: 6px;
				background-color: #DBFF20;
				border-radius: 50%;
				position: absolute;
				top: 6px;
				left: 10px; }
			.services-item-list li span {
				color: #DBFF20;
				font-weight: 500; }
		.services-item-list-title {
			font-weight: 500;
			color: #fff;
			margin-bottom: 10px; }
		.services-item-list-wrap {
			width: 460px; }
		.services-item-last .services-item-price-item:last-of-type {
			margin-right: 5px; }
		.services-item-last .services-item-price-item-value {
			font-size: 22px; }
		.services-item-price {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: start;
					-ms-flex-align: start;
							align-items: flex-start;
			width: 510px; }
			.services-item-price-item {
				margin-right: 40px; }
				.services-item-price-item:last-of-type {
					margin-right: 30px; }
				.services-item-price-item-title {
					color: #ddd;
					margin-bottom: 5px;
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-align: center;
							-ms-flex-align: center;
									align-items: center; }
				.services-item-price-item-subtitle {
					font-size: 14px;
					color: #ddd; }
				.services-item-price-item-info {
					width: 15px;
					height: 15px;
					border-radius: 50%;
					background-color: #DBFF20;
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-align: center;
							-ms-flex-align: center;
									align-items: center;
					-webkit-box-pack: center;
							-ms-flex-pack: center;
									justify-content: center;
					margin-left: 6px; }
				.services-item-price-item-value {
					font-size: 24px;
					font-weight: bold;
					color: #FF51EC; }
					.services-item-price-item-value span {
						font-size: 18px;
						font-weight: 600; }
				.services-item-price-item-2 .services-item-price-item-value {
					color: #AD62FF; }
		.services-item-btn {
			background-color: #FF0025;
			border-radius: 50px;
			padding: 15px 35px;
			font-weight: 500;
			-webkit-transition: .5s;
			-o-transition: .5s;
			transition: .5s; }
			.services-item-btn:hover {
				background-color: #DBFF20;
				color: #000; }

/* Agreement section */
.agreement {
	padding: 90px 0; }
	.agreement-wrapper {
		background: url("../img/agreement-bg.png") no-repeat top;
		background-size: cover;
		border-radius: 40px;
		padding: 70px 100px;
		position: relative; }
	.agreement-info {
		width: 480px; }
	.agreement-title {
		text-align: left;
		margin-bottom: 20px; }
	.agreement-desc {
		color: #fff;
		margin-bottom: 20px; }
	.agreement-img {
		position: absolute;
		bottom: 0;
		right: 100px;
		border-radius: 10px 10px 0 0;
		width: 380px; }
	.agreement .request-form-input-title {
		color: #fff; }
	.agreement .request-form-options-item .request-form-options-item-input:checked + .request-form-options-item-custom {
		background-color: #FF0025; }
	.agreement .request-form-btn {
		background-color: #FF0025; }
		.agreement .request-form-btn:hover {
			background-color: #cc001e; }
	.agreement .request-form-success {
		background: url("../img/agreement-bg.png") no-repeat center;
		background-size: cover; }
		.agreement .request-form-success-title {
			color: #fff; }

/* Advantages section */
.advantages {
	padding: 50px 0; }
	.advantages-items {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
				flex-wrap: wrap;
		-webkit-box-pack: justify;
				-ms-flex-pack: justify;
						justify-content: space-between; }
	.advantages-title {
		width: 24%;
		padding-top: 70px;
		text-align: left; }
	.advantages-item {
		width: 24%;
		border-radius: 40px;
		background-color: #222;
		text-align: center;
		padding: 35px 20px 40px;
		margin-bottom: 20px; }
		.advantages-item-icon {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
					-ms-flex-pack: center;
							justify-content: center;
			-webkit-box-align: center;
					-ms-flex-align: center;
							align-items: center;
			height: 140px;
			margin-bottom: 25px; }
		.advantages-item-text {
			color: #fff;
			font-size: 18px; }

/* Photofix section */
.photofix {
	padding: 90px 0; }
	.photofix-wrapper {
		background: url("../img/photofix-bg.png") no-repeat top;
		background-size: cover;
		border-radius: 40px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
				-ms-flex-align: start;
						align-items: flex-start;
		-webkit-box-pack: justify;
				-ms-flex-pack: justify;
						justify-content: space-between;
		padding: 70px 100px; }
	.photofix-info {
		width: 480px; }
	.photofix-title {
		text-align: left;
		color: #fff;
		margin-bottom: 20px; }
	.photofix-desc {
		font-size: 18px;
		color: #fff; }
	.photofix .request-form-input-title {
		color: #fff; }
	.photofix .request-form-options-item .request-form-options-item-input:checked + .request-form-options-item-custom {
		background-color: #FF0025; }
	.photofix .request-form-btn {
		background-color: #FF0025; }
		.photofix .request-form-btn:hover {
			background-color: #cc001e; }
	.photofix .request-form-success {
		background: url("../img/photofix-bg-mob.png") no-repeat top;
		background-size: cover; }
		.photofix .request-form-success-title {
			color: #fff; }


/* Стили для кнопки в правом нижнем углу */
.floating-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: transparent;
    cursor: pointer;
    z-index: 1000;
}

.floating-button img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

/* Стили для всплывающего окна */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1001;
}

.popup-content {
    position: relative;
    background: white;
    padding: 20px;
    border-radius: 8px;
    width: 300px;
    text-align: center;
}

.popup-btn {
    display: block;
    margin: 10px 0;
    padding: 10px;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-size: 16px;
}

.whatsapp-btn {
    background-color: #25D366;
}

.telegram-btn {
    background-color: #0088cc;
}

.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}


/* Clients section */
.clients {
	padding: 50px 0; }
	.clients-desc {
		font-size: 18px;
		color: #ddd;
		text-align: center;
		margin-bottom: 40px; }
	.clients-items {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
				-ms-flex-pack: justify;
						justify-content: space-between; }
	.clients-item {
		width: 16%;
		height: 80px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;
		-webkit-box-pack: center;
				-ms-flex-pack: center;
						justify-content: center;
		background-color: #222;
		border-radius: 10px; }

/* Steps section */
.steps {
	padding: 90px 0; }
	.steps-title {
		margin-bottom: 50px; }
	.steps-items {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
				-ms-flex-pack: justify;
						justify-content: space-between; }
	.steps-item {
		width: 24%;
		position: relative; }
		.steps-item-info {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			padding: 40px 20px; }
		.steps-item-number {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
					-ms-flex-align: center;
							align-items: center;
			font-size: 72px;
			color: #DBFF20;
			margin-bottom: 15px; }
			.steps-item-number img {
				margin-left: 30px; }
		.steps-item-desc {
			font-size: 18px;
			color: #ddd;
			line-height: 1.3; }
		.steps-item-img {
			position: absolute;
			top: 0;
			right: 0; }
		.steps-item-bg-mob {
			display: none; }

/* Fires section */
.fires {
	padding: 50px 0; }
	.fires-wrapper {
		background: url("../img/fires-bg.png") no-repeat top;
		background-size: cover;
		border-radius: 40px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;
		-webkit-box-pack: justify;
				-ms-flex-pack: justify;
						justify-content: space-between;
		padding: 70px 100px; }
	.liv-wrapper {
		background: url("../img/liv.webp") no-repeat top;
		background-size: cover;
		border-radius: 40px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;
		-webkit-box-pack: justify;
				-ms-flex-pack: justify;
						justify-content: space-between;
		padding: 70px 100px; }
	.fires-info {
		width: 480px; }
	.fires-title {
		text-align: left;
		color: #fff;
		margin-bottom: 20px; }
	.fires-desc {
		font-size: 18px;
		color: #fff;
		line-height: 1.2; }
		.fires-desc span {
			font-weight: 500; }
	.fires .request-form-input-title {
		color: #fff; }
	.fires .request-form-success {
		background: url("../img/fires-bg.png") no-repeat top;
		background-size: cover; }
		.fires .request-form-success-title {
			color: #fff; }


.liv-wrapper {
    display: flex;
    gap: 60px; /* Расстояние между блоками */
}

.liv-info {
    display: flex;
    gap: 20px;
    box-sizing: border-box; /* Чтобы паддинги не влияли на размеры блоков */
    flex: 1; /* Чтобы блоки равномерно распределялись по ширине */
    flex-direction: column;
    align-items: flex-start;
}

.logo-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

}

.logo-grid img {
    height: auto;
    display: block;
}

.logo-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;

}



/* Reviews section */
.reviews {
	padding: 90px 0; }
	.reviews-title {
		margin-bottom: 50px; }
	.reviews-item {
		border-radius: 10px;
		position: relative;
		height: 325px; }
		.reviews-item:before {
			content: '';
			width: 100%;
			height: 100%;
			border-radius: 10px;
			background: -webkit-gradient(linear, left bottom, left top, from(rgba(1, 1, 1, 0.5)), to(rgba(1, 1, 1, 0.5)));
			background: -o-linear-gradient(bottom, rgba(1, 1, 1, 0.5), rgba(1, 1, 1, 0.5));
			background: linear-gradient(0deg, rgba(1, 1, 1, 0.5), rgba(1, 1, 1, 0.5));
			position: absolute;
			top: 0;
			left: 0; }
		.reviews-item:after {
			content: '';
			width: 70px;
			height: 70px;
			background: url("../img/play.svg") no-repeat center;
			position: absolute;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%);
					-ms-transform: translate(-50%, -50%);
							transform: translate(-50%, -50%); }
		.reviews-item-img {
			width: 100%;
			height: 100%;
			-o-object-fit: cover;
				 object-fit: cover;
			border-radius: 10px; }
	.reviews-slider-nav {
		margin-top: 50px;
		position: relative; }
	.reviews-slider-arrows {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
				-ms-flex-pack: end;
						justify-content: flex-end;
		z-index: 100;
		margin-top: -20px;
		position: relative;
		z-index: 100; }

.arrow-prev {
	margin-right: 15px;
	cursor: pointer; }

.arrow-next {
	cursor: pointer; }

.swiper-pagination {
	width: auto;
	position: static; }

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	opacity: 1;
	margin: 0;
	border-radius: 8px;
	background-color: #fff;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s; }
	.swiper-pagination-bullet.swiper-pagination-bullet-active {
		background-color: #DBFF20;
		width: 30px; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px; }
	
	
	
.policy-checkbox {
  margin: 10px 0;
  font-size: 14px;
  line-height: 1.4;
}

.policy-checkbox input[type="checkbox"] {
  margin-right: 8px;
  transform: scale(1.2); /* чуть увеличить стандартный чекбокс */
  cursor: pointer;
}

.policy-checkbox label {
  cursor: pointer;
  user-select: none;
}





/* FAQ section */
.faq {
	padding: 50px 0; }
	.faq-title {
		margin-bottom: 50px; }
	.faq-items {
		padding: 0 80px; }
	.faq-item {
		background-color: #222;
		border-radius: 10px;
		padding: 20px;
		padding-top: 0;
		margin-bottom: 10px; }
		.faq-item:first-of-type .faq-item-a {
			display: block; }
		.faq-item:last-of-type {
			margin-bottom: 0; }
		.faq-item-q {
			padding-top: 20px;
			padding-right: 50px;
			font-size: 18px;
			font-weight: 500;
			color: #fff;
			cursor: pointer;
			position: relative; }
			.faq-item-q:after {
				content: '';
				width: 12px;
				height: 9px;
				background: url("../img/arrow-down.svg") no-repeat center;
				position: absolute;
				top: 25px;
				right: 0;
				-webkit-transition: .5s;
				-o-transition: .5s;
				transition: .5s; }
			.faq-item-q.active:after {
				-webkit-transform: rotate(-180deg);
						-ms-transform: rotate(-180deg);
								transform: rotate(-180deg); }
		.faq-item-a {
			padding: 20px 60px 20px 0;
			display: none; }
		.faq-item-text {
			color: #ddd;
			line-height: 1.4;
			margin-bottom: 20px; }
			.faq-item-text:last-of-type {
				margin-bottom: 0; }

/* Help section */
.help {
	padding: 90px 0 140px; }
	.help-wrapper {
		background: url("../img/form-bg.png") no-repeat top;
		background-size: cover;
		border-radius: 40px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
				-ms-flex-align: start;
						align-items: flex-start;
		-webkit-box-pack: justify;
				-ms-flex-pack: justify;
						justify-content: space-between;
		padding: 70px 100px; }
	.help-info {
		width: 480px; }
	.help-title {
		text-align: left;
		color: #010101;
		margin-bottom: 0; }

/* Footer */
.footer {
	background-color: #222;
	padding: 100px 0 70px; }
	.footer-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
				-ms-flex-align: start;
						align-items: flex-start;
		-webkit-box-pack: justify;
				-ms-flex-pack: justify;
						justify-content: space-between;
		position: relative; }
	.footer-logo {
		width: 115px; }
		.footer-logo img {
			width: 100%; }
	.footer-mnu li {
		display: block;
		margin-bottom: 20px; }
		.footer-mnu li:last-child {
			margin-bottom: 0; }
	.footer-mnu a {
		color: #ddd;
		-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s; }
		.footer-mnu a:hover {
			color: #DBFF20; }
	.footer-mnu-title {
		font-weight: 500;
		color: #fff;
		margin-bottom: 20px; }
	.footer-mnu-wrapper {
		width: 550px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
				-ms-flex-pack: justify;
						justify-content: space-between; }
	.footer-payments {
		width: 380px; }
		.footer-payments-title {
			font-weight: 500;
			color: #fff;
			margin-bottom: 20px; }
		.footer-payments-items {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
					-ms-flex-pack: justify;
							justify-content: space-between;
			-ms-flex-wrap: wrap;
					flex-wrap: wrap;
			margin-bottom: -20px; }
		.footer-payments-item {
			width: 25%;
			height: 55px;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
					-ms-flex-align: center;
							align-items: center;
			-webkit-box-pack: center;
					-ms-flex-pack: center;
							justify-content: center;
			margin-bottom: 20px; }
	.footer-copy {
		position: absolute;
		left: 0;
		bottom: -60px;
		font-size: 12px;
		color: #ddd; }

/* Popup */
.popup {
	display: none; }

.callback {
	background: url("../img/popup-form-bg.png") no-repeat top;
	background-size: cover;
	border-radius: 40px;
	max-width: 580px;
	margin: auto;
	padding: 70px 90px 90px;
	position: relative; }
	.callback-title {
		font-size: 36px;
		font-weight: 800;
		text-transform: uppercase;
		text-align: center;
		margin-bottom: 60px; }
	.callback .request-form-success {
		border-radius: 40px; }
	.callback .services-item-title {
		font-size: 24px;
		color: #010101;
		font-weight: 500;
		text-align: center; }
		.callback .services-item-title span {
			color: #FF0025; }

.connection {
	background-color: #010101;
	border-radius: 40px;
	max-width: 780px;
	margin: auto;
	position: relative;
	padding: 70px 50px 60px; }
	.connection-title {
		font-size: 22px;
		font-weight: 500;
		color: #fff;
		margin-bottom: 30px;
		padding-left: 30px; }
	.connection-desc {
		font-size: 14px;
		margin-bottom: 15px;
		color: #ddd;
		line-height: 1.3;
		display: none; }
	.connection-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
				-ms-flex-align: start;
						align-items: flex-start;
		-webkit-box-pack: center;
				-ms-flex-pack: center;
						justify-content: center;
		margin-bottom: 35px; }
	.connection-list li {
		display: block;
		color: #ddd;
		padding-left: 25px;
		position: relative;
		margin-bottom: 10px; }
		.connection-list li:last-child {
			margin-bottom: 0; }
		.connection-list li:before {
			content: '';
			width: 6px;
			height: 6px;
			background-color: #DBFF20;
			border-radius: 50%;
			position: absolute;
			top: 7px;
			left: 10px; }
	.connection-text {
		color: #ddd;
		line-height: 1.3;
		margin-bottom: 15px; }
		.connection-text:last-of-type {
			margin-bottom: 0; }
		.connection-text-wrap {
			width: 300px;
			margin-left: 20px; }
	.connection-composition {
		padding: 20px 30px;
		border-radius: 10px;
		background-color: #222;
		margin-bottom: 20px; }
		.connection-composition-title {
			font-size: 16px;
			font-weight: bold;
			color: #fff;
			margin-bottom: 10px; }
		.connection-composition-wrapper {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
					-ms-flex-pack: justify;
							justify-content: space-between; }
		.connection-composition-wrap {
			width: 46%; }
		.connection-composition-item {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: start;
					-ms-flex-align: start;
							align-items: flex-start;
			-webkit-box-pack: justify;
					-ms-flex-pack: justify;
							justify-content: space-between;
			margin-bottom: 5px; }
			.connection-composition-item:last-of-type {
				margin-bottom: 0; }
			.connection-composition-item-title {
				color: #ddd; }
			.connection-composition-item-value {
				color: #ddd; }
	.connection .services-item-title {
		display: none; }
	.connection .services-item-price {
		width: 100%;
		-webkit-box-pack: center;
				-ms-flex-pack: center;
						justify-content: center; }
		.connection .services-item-price-item {
			margin-right: 60px; }
			.connection .services-item-price-item:last-of-type {
				margin-right: 35px; }
	.connection .services-item-btn {
		padding: 15px 80px; }
	.connection .mfp-close {
		background: url("../img/close-yellow.svg") no-repeat center !important; }

.apay {
	background-color: #010101;
	border-radius: 40px;
	max-width: 780px;
	margin: auto;
	position: relative;
	padding: 70px 80px; }
	.apay-title {
		font-size: 22px;
		font-weight: 500;
		color: #fff;
		margin-bottom: 30px; }
	.apay-text {
		color: #ddd;
		line-height: 1.3; }
	.apay .mfp-close {
		background: url("../img/close-yellow.svg") no-repeat center !important; }

.review-popup {
	background-color: #010101;
	border-radius: 40px;
	max-width: 780px;
	margin: auto;
	position: relative;
	padding: 70px 30px; }

.mfp-close-btn-in .mfp-close {
	opacity: 1;
	font-size: 0;
	width: 18px;
	height: 18px;
	background: url("../img/close.svg") no-repeat center;
	top: 30px;
	right: 30px; }

.mfp-bg {
	background: #222;
	opacity: 0.6; }

.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
			-ms-transform: scale(0.8);
					transform: scale(0.8); }

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: scale(1);
			-ms-transform: scale(1);
					transform: scale(1); }

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8);
			-ms-transform: scale(0.8);
					transform: scale(0.8);
	opacity: 0; }

/* Adaptive */
@media only screen and (max-width: 1250px) {
	.c-container {
		width: 100%;
		padding: 0 20px; }
	.header-contacts {
		-webkit-transform: translateX(15px);
				-ms-transform: translateX(15px);
						transform: translateX(15px); }
		.header-contacts-title {
			display: none; }
	.header-mnu li {
		margin-right: 20px; }
	.main-title {
		font-size: 70px; }
	.main-btn {
		padding: 15px 35px; }
	.request {
		padding: 40px 0; }
		.request-wrapper {
			padding: 50px; }
	.services-tabs-content {
		padding: 40px 20px; }
	.agreement-wrapper {
		padding: 50px; }
	.agreement-img {
		width: 350px;
		right: 50px; }
	.advantages-title {
		width: 100%;
		margin-bottom: 30px;
		padding-top: 0;
		text-align: center; }
	.advantages-item {
		width: 32%; }
	.photofix {
		padding: 40px 0; }
		.photofix-wrapper {
			padding: 50px; }
	.steps-item-info {
		padding: 20px; }
	.steps-item-desc {
		font-size: 15px; }
	.steps-item-img {
		width: 70px; }
	.steps-item-number img {
		margin-left: 15px; }
	.fires {
		padding: 30px 0; }
		.fires-wrapper {
			padding: 50px; }
	.faq-items {
		padding: 0; }
	.help {
		padding: 50px 0 100px; }
		.help-wrapper {
			padding: 50px; }
	.footer {
		padding: 70px 0; }
		.footer-mnu-wrapper {
			width: 420px; } 
			
	.liv-wrapper {
	    padding: 50px;}
}

@media only screen and (max-width: 1023px) {
	.header-social li.header-social-hide {
		display: inline-block; }
	.header-mnu li {
		margin-right: 10px; }
	.header-mnu a {
		font-size: 14px; }
	.header-callback {
		display: none; }
	.header-contacts {
		-webkit-transform: none;
				-ms-transform: none;
						transform: none; }
	.main-title {
		font-size: 55px; }
	.main-btns {
		display: block; }
	.main-btn {
		width: 100%;
		text-align: center;
		padding: 15px;
		margin-bottom: 15px; }
	.main-calc {
		width: 100%;
		padding: 15px;
		text-align: center;
		margin-left: 0; }
	.main-img {
		margin-top: 10px; }
	.main-desc {
		font-size: 14px; }
		.main-desc span {
			font-size: 16px; }
	.request-wrapper {
		display: block;
		padding: 40px 20px;
		border-radius: 30px; }
	.request-info {
		width: 100%;
		margin-bottom: 30px; }
	.request-title {
		font-size: 40px; }
	.request-desc {
		padding-right: 0; }
	.s-title {
		font-size: 40px; }
	.services-item-wrapper {
		display: block; }
	.services-item-list-wrap {
		width: 100%;
		margin-bottom: 20px; }
	.services-item-price {
		width: 100%; }
	.agreement {
		padding: 40px 0; }
		.agreement-wrapper {
			padding: 40px 20px;
			border-radius: 30px; }
		.agreement-img {
			width: 35%;
			right: 20px; }
	.advantages-item {
		padding: 30px;
		border-radius: 30px; }
		.advantages-item-icon {
			height: 100px;
			margin-bottom: 15px; }
	.photofix-wrapper {
		background-position: top right;
		padding: 40px 20px;
		display: block;
		border-radius: 30px; }
	.photofix-info {
		width: 100%;
		margin-bottom: 30px; }
	.clients-items {
		-ms-flex-wrap: wrap;
				flex-wrap: wrap;
		margin-bottom: -20px; }
	.clients-item {
		width: 32%;
		margin-bottom: 20px; }
	.steps {
		padding: 40px 0; }
		.steps-items {
			-ms-flex-wrap: wrap;
					flex-wrap: wrap;
			margin-bottom: -20px; }
		.steps-item {
			background-color: #222;
			border-radius: 30px;
			width: 48%;
			margin-bottom: 20px; }
			.steps-item-info {
				position: static; }
			.steps-item-bg {
				display: none; }
			.steps-item-img {
				top: 20px;
				right: 20px; }
	.fires-wrapper {
		display: block;
		padding: 40px 20px;
		border-radius: 30px; }
	.fires-info {
		width: 100%;
		margin-bottom: 40px; }
	.reviews {
		padding: 30px 0; }
		.reviews-item {
			height: 190px; }
	.footer {
		padding: 40px 0; }
		.footer-wrapper {
			-ms-flex-wrap: wrap;
					flex-wrap: wrap; }
		.footer-logo {
			width: 100%;
			margin-bottom: 30px; }
			.footer-logo img {
				width: auto; }
		.footer-mnu-wrapper {
			width: 55%; }
		.footer-payments {
			width: 40%; }
		.footer-copy {
			position: static;
			text-align: center;
			width: 100%;
			margin-top: 30px; } 
	.liv-wrapper {
	    padding: 40px 20px;
        display: flex;
        flex-direction: column;
        border-radius: 30px;
	}
}

@media only screen and (max-width: 767px) {
	body {
		padding-top: 63px; }
	.header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background-color: #0C0C0C;
		padding: 17px 0; }
		.header-mnu {
			display: none; }
	.mnu-btn {
		display: block; }
	.mnu-wrapper .header-callback {
		display: inline-block; }
	.main {
		padding: 30px 0; }
		.main-wrapper {
			display: block;
			position: relative;
			padding-bottom: 140px; }
		.main-info {
			width: 100%; }
		.main-btns {
			position: absolute;
			bottom: 0;
			left: 0;
			width: 100%; }
		.main-img {
			margin-top: 0; }
			.main-img-wrapper {
				width: 100%; }
	.request-wrapper {
		padding: 30px 20px;
		border-radius: 30px; }
	.request-form {
		width: 100%; }
	.request-title {
		font-size: 34px;
		margin-bottom: 15px; }
	.services-tabs-nav {
		display: block;
		border-radius: 30px; }
		.services-tabs-nav-item {
			margin-right: 0;
			border-radius: 30px; }
	.services-tabs-content {
		padding: 35px 10px;
		border-radius: 30px; }
	.services-info {
		display: block; }
		.services-info-item {
			width: 100%;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
					-ms-flex-align: center;
							align-items: center;
			text-align: left;
			margin-bottom: 20px; }
			.services-info-item:last-of-type {
				margin-bottom: 0; }
			.services-info-item-img {
				width: 100px;
				height: auto;
				-ms-flex-negative: 0;
						flex-shrink: 0;
				margin-bottom: 0;
				margin-right: 30px; }
	.services-item-price {
		-ms-flex-wrap: wrap;
				flex-wrap: wrap; }
	.services-item-btn {
		width: 100%;
		text-align: center;
		margin-top: 20px; }
	.agreement-wrapper {
		padding-bottom: 0;
		overflow-y: hidden; }
	.agreement-info {
		width: 100%;
		margin-bottom: 20px; }
	.agreement-img {
		position: static;
		width: 100%;
		margin-bottom: -200px; }
	.advantages-item {
		width: 48%; }
		.advantages-item:last-of-type {
			width: 100%; }
		.advantages-item-text {
			font-size: 16px; }
	.photofix {
		padding: 30px 0; }
		.photofix-wrapper {
			background: url("../img/photofix-bg-mob.png") no-repeat top;
			background-size: cover; }
	.clients {
		padding: 30px 0; }
		.clients-title {
			margin-bottom: 15px; }
		.clients-desc br {
			display: none; }
		.clients-item {
			width: 48%; }
	.steps-item-number img {
		display: none; }
	.reviews-slider-nav {
		margin-top: 25px; }
	.reviews-slider-arrows {
		display: none; }
	.reviews-item {
		height: 250px; }
	.faq-item-a {
		padding-right: 0;
		padding-bottom: 0; }
	.help {
		padding: 30px 0 60px; }
		.help-wrapper {
			display: block;
			padding: 40px 20px;
			border-radius: 30px; }
		.help-info {
			width: 100%;
			margin-bottom: 20px; }
	.footer-mnu-wrapper {
		width: 100%;
		margin-bottom: 30px; }
	.footer-payments {
		width: 100%; }
	.connection {
		padding: 55px 20px 20px;
		border-radius: 30px; }
		.connection-title {
			display: none; }
		.connection-desc {
			display: block; }
		.connection-wrapper {
			display: none; }
		.connection-composition {
			padding: 20px; }
			.connection-composition-wrapper {
				display: block; }
			.connection-composition-wrap {
				width: 100%;
				margin-bottom: 5px; }
				.connection-composition-wrap:last-of-type {
					margin-bottom: 0; }
		.connection .services-item-title {
			display: block; }
		.connection .services-item-price {
			-webkit-box-pack: justify;
					-ms-flex-pack: justify;
							justify-content: space-between; }
			.connection .services-item-price-item {
				margin-right: 0; }
	.mfp-close-btn-in .mfp-close {
		top: 20px;
		right: 20px; }
	.apay {
		padding: 55px 40px;
		border-radius: 30px; }
	.review-popup {
		padding: 50px 20px 30px;
		border-radius: 30px; }
	.callback {
		padding: 50px 40px; }
		.callback-title {
			font-size: 24px;
			margin-bottom: 15px; } }

@media only screen and (max-width: 479px) {
	.main-title {
		font-size: 52px; }
		.main-title br {
			display: none; }
	.main-desc {
		font-size: 12px; }
		.main-desc span {
			font-size: 14px; }
	.request {
		padding: 30px 0; }
		.request-desc {
			font-size: 16px;
			margin-bottom: 20px; }
		.request-form-input {
			margin-bottom: 15px; }
			.request-form-input-title {
				font-size: 16px; }
		.request-form-options {
			margin-bottom: 15px; }
			.request-form-options-item-custom {
				padding: 10px;
				font-size: 14px; }
		.request-form-btn {
			margin-top: 0;
			font-size: 14px; }
			.request-form-btn-text-desctop {
				display: none; }
			.request-form-btn-text-mob {
				display: block; }
	.s-title {
		font-size: 34px;
		margin-bottom: 20px; }
	.services {
		padding: 30px 0; }
		.services-info-item {
			font-size: 14px; }
			.services-info-item-img {
				width: 50px; }
		.services-item {
			padding: 15px 10px; }
			.services-item-title {
				font-size: 18px; }
			.services-item-list li {
				font-size: 14px; }
				.services-item-list li span {
					display: block; }
			.services-item-price {
				-webkit-box-pack: justify;
						-ms-flex-pack: justify;
								justify-content: space-between; }
				.services-item-price-item {
					margin-right: 0; }
					.services-item-price-item-title {
						font-size: 14px; }
					.services-item-price-item-value {
						font-size: 22px; }
			.services-item-btn {
				font-size: 14px; }
	.agreement {
		padding: 30px 0; }
		.agreement-wrapper {
			padding: 30px 20px 0; }
		.agreement-title {
			margin-bottom: 15px; }
	.advantages {
		padding: 30px 0; }
		.advantages-title {
			margin-bottom: 30px; }
		.advantages-item {
			width: 100%;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
					-ms-flex-align: center;
							align-items: center;
			text-align: left;
			padding: 15px 10px;
			margin-bottom: 10px; }
			.advantages-item-icon {
				width: 50px;
				height: auto;
				-ms-flex-negative: 0;
						flex-shrink: 0;
				margin-right: 30px;
				margin-bottom: 0; }
	.photofix-wrapper {
		padding: 30px 20px; }
	.photofix-title {
		font-size: 30px; }
	.photofix-desc {
		font-size: 16px; }
		.photofix-desc br {
			display: none; }
	.clients-desc {
		font-size: 16px;
		margin-bottom: 20px; }
	.clients-item {
		height: 70px;
		padding: 10px 30px; }
	.steps {
		padding: 30px 0; }
		.steps-title {
			margin-bottom: 30px; }
		.steps-item {
			background-color: transparent;
			padding: 0; }
			.steps-item-info {
				position: absolute;
				padding: 25px 20px;
				padding-right: 50px; }
			.steps-item-bg-mob {
				display: block; }
			.steps-item-number {
				font-size: 48px; }
			.steps-item-desc {
				font-size: 14px; }
			.steps-item-img {
				top: 0;
				right: 0; }
	.fires-wrapper {
		background: url("../img/fires-bg-mob.png") no-repeat top;
		background-size: cover;
		padding: 30px 20px; }
	.fires-title {
		margin-bottom: 15px; }
	.fires-desc {
		font-size: 16px; }
	.reviews-title {
		margin-bottom: 30px; }
	.reviews-item {
		height: 190px; }
	.faq {
		padding: 30px 0; }
		.faq-item {
			padding: 0 10px 20px; }
			.faq-item-q {
				font-size: 16px; }
			.faq-item-a {
				padding-top: 10px; }
			.faq-item-text {
				font-size: 14px;
				margin-bottom: 10px; }
	.help-wrapper {
		padding: 30px 20px; }
	.help-title {
		font-size: 32px; }
		.help-title br {
			display: none; }
	.footer {
		padding: 40px 0 30px; }
		.footer-mnu li {
			margin-bottom: 15px; }
		.footer-mnu a {
			font-size: 14px; }
		.footer-mnu-item {
			width: 48%; }
		.footer-mnu-title {
			margin-bottom: 15px; }
		.footer-payments-title {
			font-size: 14px; }
	.request-form-success-title {
		font-size: 24px; }
	.connection-composition-title {
		font-size: 14px; }
	.connection-composition-item-title {
		font-size: 14px; }
	.connection-composition-item-value {
		font-size: 14px; }
	.apay {
		padding: 55px 20px; }
		.apay-title {
			font-size: 20px; }
	.connection-list li {
		font-size: 14px; }
	.connection-text {
		font-size: 14px; }
	.callback {
		padding: 50px 20px 30px; }
		.callback .services-item-title {
			font-size: 20px; }
	.review-popup {
		padding: 50px 10px 30px; }
		.review-popup iframe {
			height: 300px; } }

@media only screen and (max-width: 425px) {
	.steps-item-info {
		padding-right: 0; } }

@media only screen and (max-width: 374px) {
	.c-container {
		padding: 0 3%; }
	.mnu a {
		font-size: 18px; }
	.mnu-btn {
		margin-left: 20px; }
	.mnu-wrapper .header-callback {
		width: 100%;
		padding: 16px; }
	.main-title {
		font-size: 46px; }
	.main-desc {
		font-size: 11px; }
		.main-desc span {
			font-size: 13px; }
	.request-title {
		font-size: 28px; }
	.request-form-options {
		display: block;
		border-radius: 20px; }
		.request-form-options-item {
			border-radius: 15px; }
	.s-title {
		font-size: 30px; }
	.services-item-price-item {
		width: 100%;
		margin-bottom: 15px; }
		.services-item-price-item:last-of-type {
			margin-bottom: 0; }
	.advantages-item-icon {
		margin-right: 15px; }
	.photofix-title {
		font-size: 26px; }
	.steps-item-info {
		padding: 20px 15px; }
	.steps-item-desc {
		font-size: 12px; }
	.help-title {
		font-size: 28px; } }

.phone-top {
	color: #DBFF20;
	font-weight: 600;
}
.phone-top span:hover {
	color: #faffe1;
}
